Commit 11de877bc30160fa8a045e5e6cf4830300dbcee8
1 parent
f0ea8ac7
controllets and base datatel behavior update
Showing
7 changed files
with
4 additions
and
3 deletions
controllets/animated-button-container-controllet/animated-button-container-controllet.html
... | ... | @@ -52,7 +52,7 @@ |
52 | 52 | z-index: 1001; |
53 | 53 | } |
54 | 54 | |
55 | - #open{ | |
55 | + #open_window_button{ | |
56 | 56 | --paper-fab-background:transparent; |
57 | 57 | background: transparent; |
58 | 58 | } |
... | ... | @@ -160,7 +160,7 @@ |
160 | 160 | |
161 | 161 | <div id="button_container" class="horizontal layout"> |
162 | 162 | <span class="button-container" id="open" on-click="_onOpenClick"> |
163 | - <iron-icon id="button" icon="{{icon}}"></iron-icon> | |
163 | + <iron-icon id="open_window_button" icon="{{icon}}"></iron-icon> | |
164 | 164 | </span> |
165 | 165 | <div id="selected_item"></div> |
166 | 166 | </div> |
... | ... | @@ -178,7 +178,8 @@ |
178 | 178 | listeners:{ |
179 | 179 | 'animated-button-container-controllet_element-selected' : '_elementSelected', |
180 | 180 | 'search-panel-controllet_content-changed' : '_handleSearch', |
181 | - 'animated-button-container-controllet_close' : '_onCloseClick' | |
181 | + 'animated-button-container-controllet_close' : '_onCloseClick', | |
182 | + 'animated-button-container-controllet_open-window' : '_onOpenClick' | |
182 | 183 | }, |
183 | 184 | |
184 | 185 | properties: { | ... | ... |
datalets/donutpie3dchart-datalet/info.xml
100644 → 100755
datalets/piechart-datalet/demo/index.html
100644 → 100755
datalets/piechart-datalet/docs.html
100644 → 100755
datalets/piechart-datalet/piechart-datalet.html
100644 → 100755
datalets/piechart-datalet/piechart-datalet.png
100644 → 100755
datalets/piechart-datalet/piechart-datalet.xml
100644 → 100755