@eui/mobile-core 16.8.0-snapshot-1710507304234 → 16.8.0-snapshot-1711018751488
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/components/EuimChipSelectorComponent.html +284 -1
- package/docs/dependencies.html +2 -2
- package/docs/directives/EuimChipSelectorItemDirective.html +23 -0
- package/docs/js/menu-wc_es5.js +3 -4
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +2 -1
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +83 -14
- package/fesm2022/eui-mobile-core.mjs +80 -12
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +1 -0
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +13 -3
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
<code>AfterViewInit</code>
|
|
68
68
|
<code>AfterContentInit</code>
|
|
69
69
|
<code>OnChanges</code>
|
|
70
|
+
<code>OnDestroy</code>
|
|
70
71
|
</p>
|
|
71
72
|
|
|
72
73
|
|
|
@@ -136,16 +137,25 @@
|
|
|
136
137
|
<tr>
|
|
137
138
|
<td class="col-md-4">
|
|
138
139
|
<ul class="index-list">
|
|
140
|
+
<li>
|
|
141
|
+
<a href="#clickEventHandled" >clickEventHandled</a>
|
|
142
|
+
</li>
|
|
139
143
|
<li>
|
|
140
144
|
<span class="modifier"></span>
|
|
141
145
|
<a href="#euimChipSelectorItemComponent" >euimChipSelectorItemComponent</a>
|
|
142
146
|
</li>
|
|
147
|
+
<li>
|
|
148
|
+
<a href="#euimChipSelectorItemSubscription" >euimChipSelectorItemSubscription</a>
|
|
149
|
+
</li>
|
|
143
150
|
<li>
|
|
144
151
|
<a href="#filterConditions" >filterConditions</a>
|
|
145
152
|
</li>
|
|
146
153
|
<li>
|
|
147
154
|
<a href="#filteredData" >filteredData</a>
|
|
148
155
|
</li>
|
|
156
|
+
<li>
|
|
157
|
+
<a href="#searchInput" >searchInput</a>
|
|
158
|
+
</li>
|
|
149
159
|
</ul>
|
|
150
160
|
</td>
|
|
151
161
|
</tr>
|
|
@@ -167,12 +177,18 @@
|
|
|
167
177
|
<li>
|
|
168
178
|
<a href="#clearFiltersAndSelectAll" >clearFiltersAndSelectAll</a>
|
|
169
179
|
</li>
|
|
180
|
+
<li>
|
|
181
|
+
<a href="#clickEventHandler" >clickEventHandler</a>
|
|
182
|
+
</li>
|
|
170
183
|
<li>
|
|
171
184
|
<a href="#getCssClasses" >getCssClasses</a>
|
|
172
185
|
</li>
|
|
173
186
|
<li>
|
|
174
187
|
<a href="#getCssItemClasses" >getCssItemClasses</a>
|
|
175
188
|
</li>
|
|
189
|
+
<li>
|
|
190
|
+
<a href="#handleChange" >handleChange</a>
|
|
191
|
+
</li>
|
|
176
192
|
<li>
|
|
177
193
|
<a href="#onFilterChange" >onFilterChange</a>
|
|
178
194
|
</li>
|
|
@@ -182,6 +198,9 @@
|
|
|
182
198
|
<li>
|
|
183
199
|
<a href="#setCssItemClasses" >setCssItemClasses</a>
|
|
184
200
|
</li>
|
|
201
|
+
<li>
|
|
202
|
+
<a href="#subscribeToChanges" >subscribeToChanges</a>
|
|
203
|
+
</li>
|
|
185
204
|
<li>
|
|
186
205
|
<a href="#updateChipsAndFilterDataAfterInit" >updateChipsAndFilterDataAfterInit</a>
|
|
187
206
|
</li>
|
|
@@ -215,6 +234,12 @@
|
|
|
215
234
|
<li>
|
|
216
235
|
<a href="#color" >color</a>
|
|
217
236
|
</li>
|
|
237
|
+
<li>
|
|
238
|
+
<a href="#euimKeepSelection" >euimKeepSelection</a>
|
|
239
|
+
</li>
|
|
240
|
+
<li>
|
|
241
|
+
<a href="#hasSearchbar" >hasSearchbar</a>
|
|
242
|
+
</li>
|
|
218
243
|
<li>
|
|
219
244
|
<a href="#isMultiSelectionMode" >isMultiSelectionMode</a>
|
|
220
245
|
</li>
|
|
@@ -388,6 +413,48 @@
|
|
|
388
413
|
</tr>
|
|
389
414
|
</tbody>
|
|
390
415
|
</table>
|
|
416
|
+
<table class="table table-sm table-bordered">
|
|
417
|
+
<tbody>
|
|
418
|
+
<tr>
|
|
419
|
+
<td class="col-md-4">
|
|
420
|
+
<a name="euimKeepSelection"></a>
|
|
421
|
+
<b>euimKeepSelection</b>
|
|
422
|
+
</td>
|
|
423
|
+
</tr>
|
|
424
|
+
<tr>
|
|
425
|
+
<td class="col-md-4">
|
|
426
|
+
<i>Type : </i> <code>BooleanInput</code>
|
|
427
|
+
|
|
428
|
+
</td>
|
|
429
|
+
</tr>
|
|
430
|
+
<tr>
|
|
431
|
+
<td class="col-md-4">
|
|
432
|
+
<i>Default value : </i><code>false</code>
|
|
433
|
+
</td>
|
|
434
|
+
</tr>
|
|
435
|
+
</tbody>
|
|
436
|
+
</table>
|
|
437
|
+
<table class="table table-sm table-bordered">
|
|
438
|
+
<tbody>
|
|
439
|
+
<tr>
|
|
440
|
+
<td class="col-md-4">
|
|
441
|
+
<a name="hasSearchbar"></a>
|
|
442
|
+
<b>hasSearchbar</b>
|
|
443
|
+
</td>
|
|
444
|
+
</tr>
|
|
445
|
+
<tr>
|
|
446
|
+
<td class="col-md-4">
|
|
447
|
+
<i>Type : </i> <code>BooleanInput</code>
|
|
448
|
+
|
|
449
|
+
</td>
|
|
450
|
+
</tr>
|
|
451
|
+
<tr>
|
|
452
|
+
<td class="col-md-4">
|
|
453
|
+
<i>Default value : </i><code>false</code>
|
|
454
|
+
</td>
|
|
455
|
+
</tr>
|
|
456
|
+
</tbody>
|
|
457
|
+
</table>
|
|
391
458
|
<table class="table table-sm table-bordered">
|
|
392
459
|
<tbody>
|
|
393
460
|
<tr>
|
|
@@ -690,6 +757,63 @@
|
|
|
690
757
|
</tr>
|
|
691
758
|
</tbody>
|
|
692
759
|
</table>
|
|
760
|
+
<table class="table table-sm table-bordered">
|
|
761
|
+
<tbody>
|
|
762
|
+
<tr>
|
|
763
|
+
<td class="col-md-4">
|
|
764
|
+
<a name="clickEventHandler"></a>
|
|
765
|
+
<span class="name">
|
|
766
|
+
<span ><b>clickEventHandler</b></span>
|
|
767
|
+
<a href="#clickEventHandler"><span class="icon ion-ios-link"></span></a>
|
|
768
|
+
</span>
|
|
769
|
+
</td>
|
|
770
|
+
</tr>
|
|
771
|
+
<tr>
|
|
772
|
+
<td class="col-md-4">
|
|
773
|
+
<code>clickEventHandler(chip)</code>
|
|
774
|
+
</td>
|
|
775
|
+
</tr>
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
<tr>
|
|
781
|
+
<td class="col-md-4">
|
|
782
|
+
|
|
783
|
+
<div class="io-description">
|
|
784
|
+
<b>Parameters :</b>
|
|
785
|
+
|
|
786
|
+
<table class="params">
|
|
787
|
+
<thead>
|
|
788
|
+
<tr>
|
|
789
|
+
<td>Name</td>
|
|
790
|
+
<td>Optional</td>
|
|
791
|
+
</tr>
|
|
792
|
+
</thead>
|
|
793
|
+
<tbody>
|
|
794
|
+
<tr>
|
|
795
|
+
<td>chip</td>
|
|
796
|
+
|
|
797
|
+
<td>
|
|
798
|
+
No
|
|
799
|
+
</td>
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
</tr>
|
|
803
|
+
</tbody>
|
|
804
|
+
</table>
|
|
805
|
+
</div>
|
|
806
|
+
<div class="io-description">
|
|
807
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
808
|
+
|
|
809
|
+
</div>
|
|
810
|
+
<div class="io-description">
|
|
811
|
+
|
|
812
|
+
</div>
|
|
813
|
+
</td>
|
|
814
|
+
</tr>
|
|
815
|
+
</tbody>
|
|
816
|
+
</table>
|
|
693
817
|
<table class="table table-sm table-bordered">
|
|
694
818
|
<tbody>
|
|
695
819
|
<tr>
|
|
@@ -752,6 +876,67 @@
|
|
|
752
876
|
</tr>
|
|
753
877
|
</tbody>
|
|
754
878
|
</table>
|
|
879
|
+
<table class="table table-sm table-bordered">
|
|
880
|
+
<tbody>
|
|
881
|
+
<tr>
|
|
882
|
+
<td class="col-md-4">
|
|
883
|
+
<a name="handleChange"></a>
|
|
884
|
+
<span class="name">
|
|
885
|
+
<span ><b>handleChange</b></span>
|
|
886
|
+
<a href="#handleChange"><span class="icon ion-ios-link"></span></a>
|
|
887
|
+
</span>
|
|
888
|
+
</td>
|
|
889
|
+
</tr>
|
|
890
|
+
<tr>
|
|
891
|
+
<td class="col-md-4">
|
|
892
|
+
<code>handleChange(event: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
|
|
893
|
+
</td>
|
|
894
|
+
</tr>
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
<tr>
|
|
900
|
+
<td class="col-md-4">
|
|
901
|
+
|
|
902
|
+
<div class="io-description">
|
|
903
|
+
<b>Parameters :</b>
|
|
904
|
+
|
|
905
|
+
<table class="params">
|
|
906
|
+
<thead>
|
|
907
|
+
<tr>
|
|
908
|
+
<td>Name</td>
|
|
909
|
+
<td>Type</td>
|
|
910
|
+
<td>Optional</td>
|
|
911
|
+
</tr>
|
|
912
|
+
</thead>
|
|
913
|
+
<tbody>
|
|
914
|
+
<tr>
|
|
915
|
+
<td>event</td>
|
|
916
|
+
<td>
|
|
917
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
918
|
+
</td>
|
|
919
|
+
|
|
920
|
+
<td>
|
|
921
|
+
No
|
|
922
|
+
</td>
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
</tr>
|
|
926
|
+
</tbody>
|
|
927
|
+
</table>
|
|
928
|
+
</div>
|
|
929
|
+
<div class="io-description">
|
|
930
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
931
|
+
|
|
932
|
+
</div>
|
|
933
|
+
<div class="io-description">
|
|
934
|
+
|
|
935
|
+
</div>
|
|
936
|
+
</td>
|
|
937
|
+
</tr>
|
|
938
|
+
</tbody>
|
|
939
|
+
</table>
|
|
755
940
|
<table class="table table-sm table-bordered">
|
|
756
941
|
<tbody>
|
|
757
942
|
<tr>
|
|
@@ -913,6 +1098,37 @@
|
|
|
913
1098
|
|
|
914
1099
|
|
|
915
1100
|
|
|
1101
|
+
<tr>
|
|
1102
|
+
<td class="col-md-4">
|
|
1103
|
+
|
|
1104
|
+
<div class="io-description">
|
|
1105
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1106
|
+
|
|
1107
|
+
</div>
|
|
1108
|
+
</td>
|
|
1109
|
+
</tr>
|
|
1110
|
+
</tbody>
|
|
1111
|
+
</table>
|
|
1112
|
+
<table class="table table-sm table-bordered">
|
|
1113
|
+
<tbody>
|
|
1114
|
+
<tr>
|
|
1115
|
+
<td class="col-md-4">
|
|
1116
|
+
<a name="subscribeToChanges"></a>
|
|
1117
|
+
<span class="name">
|
|
1118
|
+
<span ><b>subscribeToChanges</b></span>
|
|
1119
|
+
<a href="#subscribeToChanges"><span class="icon ion-ios-link"></span></a>
|
|
1120
|
+
</span>
|
|
1121
|
+
</td>
|
|
1122
|
+
</tr>
|
|
1123
|
+
<tr>
|
|
1124
|
+
<td class="col-md-4">
|
|
1125
|
+
<code>subscribeToChanges()</code>
|
|
1126
|
+
</td>
|
|
1127
|
+
</tr>
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
|
|
916
1132
|
<tr>
|
|
917
1133
|
<td class="col-md-4">
|
|
918
1134
|
|
|
@@ -992,6 +1208,26 @@
|
|
|
992
1208
|
<h3 id="inputs">
|
|
993
1209
|
Properties
|
|
994
1210
|
</h3>
|
|
1211
|
+
<table class="table table-sm table-bordered">
|
|
1212
|
+
<tbody>
|
|
1213
|
+
<tr>
|
|
1214
|
+
<td class="col-md-4">
|
|
1215
|
+
<a name="clickEventHandled"></a>
|
|
1216
|
+
<span class="name">
|
|
1217
|
+
<span ><b>clickEventHandled</b></span>
|
|
1218
|
+
<a href="#clickEventHandled"><span class="icon ion-ios-link"></span></a>
|
|
1219
|
+
</span>
|
|
1220
|
+
</td>
|
|
1221
|
+
</tr>
|
|
1222
|
+
<tr>
|
|
1223
|
+
<td class="col-md-4">
|
|
1224
|
+
<i>Default value : </i><code>false</code>
|
|
1225
|
+
</td>
|
|
1226
|
+
</tr>
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
</tbody>
|
|
1230
|
+
</table>
|
|
995
1231
|
<table class="table table-sm table-bordered">
|
|
996
1232
|
<tbody>
|
|
997
1233
|
<tr>
|
|
@@ -1021,6 +1257,27 @@
|
|
|
1021
1257
|
</tr>
|
|
1022
1258
|
|
|
1023
1259
|
|
|
1260
|
+
</tbody>
|
|
1261
|
+
</table>
|
|
1262
|
+
<table class="table table-sm table-bordered">
|
|
1263
|
+
<tbody>
|
|
1264
|
+
<tr>
|
|
1265
|
+
<td class="col-md-4">
|
|
1266
|
+
<a name="euimChipSelectorItemSubscription"></a>
|
|
1267
|
+
<span class="name">
|
|
1268
|
+
<span ><b>euimChipSelectorItemSubscription</b></span>
|
|
1269
|
+
<a href="#euimChipSelectorItemSubscription"><span class="icon ion-ios-link"></span></a>
|
|
1270
|
+
</span>
|
|
1271
|
+
</td>
|
|
1272
|
+
</tr>
|
|
1273
|
+
<tr>
|
|
1274
|
+
<td class="col-md-4">
|
|
1275
|
+
<i>Type : </i> <code>Subscription</code>
|
|
1276
|
+
|
|
1277
|
+
</td>
|
|
1278
|
+
</tr>
|
|
1279
|
+
|
|
1280
|
+
|
|
1024
1281
|
</tbody>
|
|
1025
1282
|
</table>
|
|
1026
1283
|
<table class="table table-sm table-bordered">
|
|
@@ -1073,6 +1330,32 @@
|
|
|
1073
1330
|
</tr>
|
|
1074
1331
|
|
|
1075
1332
|
|
|
1333
|
+
</tbody>
|
|
1334
|
+
</table>
|
|
1335
|
+
<table class="table table-sm table-bordered">
|
|
1336
|
+
<tbody>
|
|
1337
|
+
<tr>
|
|
1338
|
+
<td class="col-md-4">
|
|
1339
|
+
<a name="searchInput"></a>
|
|
1340
|
+
<span class="name">
|
|
1341
|
+
<span ><b>searchInput</b></span>
|
|
1342
|
+
<a href="#searchInput"><span class="icon ion-ios-link"></span></a>
|
|
1343
|
+
</span>
|
|
1344
|
+
</td>
|
|
1345
|
+
</tr>
|
|
1346
|
+
<tr>
|
|
1347
|
+
<td class="col-md-4">
|
|
1348
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1349
|
+
|
|
1350
|
+
</td>
|
|
1351
|
+
</tr>
|
|
1352
|
+
<tr>
|
|
1353
|
+
<td class="col-md-4">
|
|
1354
|
+
<i>Default value : </i><code>''</code>
|
|
1355
|
+
</td>
|
|
1356
|
+
</tr>
|
|
1357
|
+
|
|
1358
|
+
|
|
1076
1359
|
</tbody>
|
|
1077
1360
|
</table>
|
|
1078
1361
|
</section>
|
|
@@ -1113,7 +1396,7 @@
|
|
|
1113
1396
|
<script src="../js/libs/htmlparser.js"></script>
|
|
1114
1397
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
1115
1398
|
<script>
|
|
1116
|
-
var COMPONENT_TEMPLATE = '<div><euim-scroller-x> <ng-content></ng-content></euim-scroller-x></div>'
|
|
1399
|
+
var COMPONENT_TEMPLATE = '<div><ion-searchbar *ngIf="hasSearchbar" (ionChange)="handleChange($event)" class="euim-chip-selector__searchbar"></ion-searchbar><euim-scroller-x> <ng-content></ng-content></euim-scroller-x></div>'
|
|
1117
1400
|
var COMPONENTS = [{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAppSidebarComponent', 'selector': 'euim-app-sidebar'},{'name': 'EuimAppSidebarFooterComponent', 'selector': 'euim-app-sidebar-footer'},{'name': 'EuimAppSidebarHeaderComponent', 'selector': 'euim-app-sidebar-header'},{'name': 'EuimAppSidebarMenuComponent', 'selector': 'euim-app-sidebar-menu'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimControlFeedbackComponent', 'selector': 'euim-control-feedback'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimFieldsetActionsComponent', 'selector': 'euim-fieldset-actions'},{'name': 'EuimFieldSetComponent', 'selector': 'euim-fieldset'},{'name': 'EuimFieldsetLegendComponent', 'selector': 'euim-fieldset-legend'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimInfoScreenComponent', 'selector': 'euim-info-screen'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMenuComponent', 'selector': 'euim-menu'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimStepperComponent', 'selector': 'euim-stepper'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
1118
1401
|
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenContentDirective', 'selector': '[euimInfoScreenContent]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
|
|
1119
1402
|
var ACTUAL_COMPONENT = {'name': 'EuimChipSelectorComponent'};
|
package/docs/dependencies.html
CHANGED
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
</ol>
|
|
52
52
|
<ul class="dependencies-list">
|
|
53
53
|
<li>
|
|
54
|
-
<b>@eui/deps-base</b> : 16.2.15-snapshot-
|
|
54
|
+
<b>@eui/deps-base</b> : 16.2.15-snapshot-1711014662905</li>
|
|
55
55
|
<li>
|
|
56
|
-
<b>@eui/styles-base</b> : 16.2.15-snapshot-
|
|
56
|
+
<b>@eui/styles-base</b> : 16.2.15-snapshot-1711014662905</li>
|
|
57
57
|
<li>
|
|
58
58
|
<b>@ionic/angular-toolkit</b> : 7.0.0</li>
|
|
59
59
|
<li>
|
|
@@ -99,6 +99,9 @@
|
|
|
99
99
|
<span class="modifier"></span>
|
|
100
100
|
<a href="#className" >className</a>
|
|
101
101
|
</li>
|
|
102
|
+
<li>
|
|
103
|
+
<a href="#clickEventAdded" >clickEventAdded</a>
|
|
104
|
+
</li>
|
|
102
105
|
<li>
|
|
103
106
|
<span class="modifier">Public</span>
|
|
104
107
|
<a href="#el" >el</a>
|
|
@@ -318,6 +321,26 @@
|
|
|
318
321
|
</tr>
|
|
319
322
|
|
|
320
323
|
|
|
324
|
+
</tbody>
|
|
325
|
+
</table>
|
|
326
|
+
<table class="table table-sm table-bordered">
|
|
327
|
+
<tbody>
|
|
328
|
+
<tr>
|
|
329
|
+
<td class="col-md-4">
|
|
330
|
+
<a name="clickEventAdded"></a>
|
|
331
|
+
<span class="name">
|
|
332
|
+
<span ><b>clickEventAdded</b></span>
|
|
333
|
+
<a href="#clickEventAdded"><span class="icon ion-ios-link"></span></a>
|
|
334
|
+
</span>
|
|
335
|
+
</td>
|
|
336
|
+
</tr>
|
|
337
|
+
<tr>
|
|
338
|
+
<td class="col-md-4">
|
|
339
|
+
<i>Default value : </i><code>false</code>
|
|
340
|
+
</td>
|
|
341
|
+
</tr>
|
|
342
|
+
|
|
343
|
+
|
|
321
344
|
</tbody>
|
|
322
345
|
</table>
|
|
323
346
|
<table class="table table-sm table-bordered">
|
package/docs/js/menu-wc_es5.js
CHANGED
|
@@ -4,7 +4,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
4
4
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
5
|
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
6
6
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
7
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i :
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
8
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
9
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
10
10
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
@@ -17,7 +17,6 @@ function _isNativeFunction(fn) { try { return Function.toString.call(fn).indexOf
|
|
|
17
17
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
18
18
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
19
19
|
customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
|
|
20
|
-
_inherits(_class, _HTMLElement);
|
|
21
20
|
function _class() {
|
|
22
21
|
var _this;
|
|
23
22
|
_classCallCheck(this, _class);
|
|
@@ -25,7 +24,8 @@ customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
|
|
|
25
24
|
_this.isNormalMode = _this.getAttribute('mode') === 'normal';
|
|
26
25
|
return _this;
|
|
27
26
|
}
|
|
28
|
-
|
|
27
|
+
_inherits(_class, _HTMLElement);
|
|
28
|
+
return _createClass(_class, [{
|
|
29
29
|
key: "connectedCallback",
|
|
30
30
|
value: function connectedCallback() {
|
|
31
31
|
this.render(this.isNormalMode);
|
|
@@ -37,5 +37,4 @@ customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
|
|
|
37
37
|
this.innerHTML = tp.strings;
|
|
38
38
|
}
|
|
39
39
|
}]);
|
|
40
|
-
return _class;
|
|
41
40
|
}( /*#__PURE__*/_wrapNativeSuper(HTMLElement)));
|