@aotearoan/neon 21.0.0 → 21.0.2
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/dist/common/enums/NeonBadgeSize.cjs.js +2 -0
- package/dist/common/enums/NeonBadgeSize.cjs.js.map +1 -0
- package/dist/common/enums/NeonBadgeSize.es.js +5 -0
- package/dist/common/enums/NeonBadgeSize.es.js.map +1 -0
- package/dist/common/utils/NeonDateUtils.cjs.js +1 -1
- package/dist/common/utils/NeonDateUtils.cjs.js.map +1 -1
- package/dist/common/utils/NeonDateUtils.es.js +52 -48
- package/dist/common/utils/NeonDateUtils.es.js.map +1 -1
- package/dist/components/navigation/link/NeonLink.vue.cjs.js +1 -1
- package/dist/components/navigation/link/NeonLink.vue.cjs.js.map +1 -1
- package/dist/components/navigation/link/NeonLink.vue.es.js +27 -33
- package/dist/components/navigation/link/NeonLink.vue.es.js.map +1 -1
- package/dist/components/navigation/menu/NeonMenu.vue.cjs.js +1 -1
- package/dist/components/navigation/menu/NeonMenu.vue.cjs.js.map +1 -1
- package/dist/components/navigation/menu/NeonMenu.vue.es.js +15 -15
- package/dist/components/navigation/menu/NeonMenu.vue.es.js.map +1 -1
- package/dist/components/presentation/badge/NeonBadge.cjs.js +1 -1
- package/dist/components/presentation/badge/NeonBadge.cjs.js.map +1 -1
- package/dist/components/presentation/badge/NeonBadge.es.js +8 -8
- package/dist/components/presentation/badge/NeonBadge.es.js.map +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.cjs.js +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.cjs.js.map +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.es.js +28 -24
- package/dist/components/presentation/dropdown/NeonDropdown.es.js.map +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.vue.cjs.js +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.vue.cjs.js.map +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.vue.es.js +23 -21
- package/dist/components/presentation/dropdown/NeonDropdown.vue.es.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.cjs.js +1 -1
- package/dist/components/user-input/button/NeonButton.cjs.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.es.js +26 -22
- package/dist/components/user-input/button/NeonButton.es.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.vue.cjs.js +1 -1
- package/dist/components/user-input/button/NeonButton.vue.cjs.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.vue.es.js +11 -10
- package/dist/components/user-input/button/NeonButton.vue.es.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.cjs.js +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.cjs.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.es.js +27 -23
- package/dist/components/user-input/date-picker/NeonDatePicker.es.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.cjs.js +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.cjs.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.es.js +99 -114
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.es.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.cjs.js +1 -1
- package/dist/components/user-input/input/NeonInput.cjs.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.es.js +30 -30
- package/dist/components/user-input/input/NeonInput.es.js.map +1 -1
- package/dist/neon.cjs.js +1 -1
- package/dist/neon.es.js +93 -91
- package/dist/neon.es.js.map +1 -1
- package/dist/src/common/enums/NeonBadgeSize.d.ts +15 -0
- package/dist/src/common/models/NeonCalendarConfig.d.ts +10 -0
- package/dist/src/common/utils/NeonDateUtils.d.ts +4 -2
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +12 -0
- package/dist/src/components/feedback/note/NeonNote.d.ts +6 -0
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +20 -4
- package/dist/src/components/layout/modal/NeonModal.d.ts +6 -0
- package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +123 -39
- package/dist/src/components/navigation/menu/NeonMenu.d.ts +99 -27
- package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +57 -39
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +12 -20
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +45 -23
- package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +6 -0
- package/dist/src/components/user-input/button/NeonButton.d.ts +15 -1
- package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +144 -116
- package/dist/src/components/user-input/file/NeonFile.d.ts +16 -14
- package/dist/src/components/user-input/input/NeonInput.d.ts +5 -9
- package/dist/src/components/user-input/number/NeonNumber.d.ts +20 -46
- package/dist/src/components/user-input/search/NeonSearch.d.ts +165 -165
- package/dist/src/components/user-input/select/NeonSelect.d.ts +261 -81
- package/dist/src/neon.d.ts +1 -0
- package/package.json +1 -1
- package/src/sass/components/_action-menu.scss +2 -7
- package/src/sass/components/_badge.scss +16 -42
- package/src/sass/components/_button.scss +0 -6
- package/src/sass/components/_card-list.scss +1 -6
- package/src/sass/components/_date-picker.scss +20 -0
- package/src/sass/components/_link.scss +3 -5
- package/src/sass/components/_search.scss +12 -0
- package/src/sass/components/_tree-menu.scss +1 -0
- package/src/sass/variables.scss +7 -1
|
@@ -111,20 +111,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
111
111
|
};
|
|
112
112
|
}>, {
|
|
113
113
|
dropdown: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
114
|
+
/**
|
|
115
|
+
* Display the placeholder as the first option in the select, this is useful as an alternative to a label.
|
|
116
|
+
*/
|
|
114
117
|
id: {
|
|
115
118
|
type: StringConstructor;
|
|
116
119
|
};
|
|
117
120
|
modelValue: {
|
|
118
121
|
type: BooleanConstructor;
|
|
119
|
-
/**
|
|
122
|
+
required: true; /**
|
|
120
123
|
* Optional placeholder icon.
|
|
121
124
|
*/
|
|
122
|
-
|
|
123
|
-
|
|
125
|
+
}; /**
|
|
126
|
+
* Optional placeholder icon.
|
|
127
|
+
*/
|
|
124
128
|
label: {
|
|
125
129
|
type: StringConstructor;
|
|
126
130
|
default: null;
|
|
127
131
|
};
|
|
132
|
+
/**
|
|
133
|
+
* A list of options to render in the select.
|
|
134
|
+
*/
|
|
128
135
|
image: {
|
|
129
136
|
type: StringConstructor;
|
|
130
137
|
default: null;
|
|
@@ -137,11 +144,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
137
144
|
type: StringConstructor;
|
|
138
145
|
default: null;
|
|
139
146
|
};
|
|
147
|
+
iconAriaLabel: {
|
|
148
|
+
type: StringConstructor;
|
|
149
|
+
};
|
|
140
150
|
indicator: {
|
|
141
151
|
type: BooleanConstructor;
|
|
142
|
-
default: boolean;
|
|
143
|
-
* Allow multi-select.
|
|
144
|
-
*/
|
|
152
|
+
default: boolean;
|
|
145
153
|
};
|
|
146
154
|
disabled: {
|
|
147
155
|
type: BooleanConstructor;
|
|
@@ -164,7 +172,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
164
172
|
default: NeonDropdownStyle;
|
|
165
173
|
};
|
|
166
174
|
placement: {
|
|
167
|
-
type: () => NeonDropdownPlacement;
|
|
175
|
+
type: () => NeonDropdownPlacement; /**
|
|
176
|
+
* emitted when the user changes the selection.
|
|
177
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
178
|
+
* (multi-select).
|
|
179
|
+
*/
|
|
168
180
|
default: NeonDropdownPlacement;
|
|
169
181
|
};
|
|
170
182
|
placementContainer: {
|
|
@@ -220,7 +232,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
220
232
|
NeonBadge: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
221
233
|
label: {
|
|
222
234
|
type: StringConstructor;
|
|
223
|
-
default: null;
|
|
235
|
+
default: null; /**
|
|
236
|
+
* <p>The <strong>NeonSelect</strong> is the equivalent of an HTML <select> form control. On touch devices
|
|
237
|
+
* NeonSelect will use the native select for input. <strong>NeonSelect</strong> supports grouping and multiselect.</p>
|
|
238
|
+
* <p><strong>Note:</strong> As well as the options described below, pass through attributes supported by
|
|
239
|
+
* <a href="/presentation/dropdown">NeonDropdown</a> to change the style of the dropdown button.</p>
|
|
240
|
+
*/
|
|
224
241
|
};
|
|
225
242
|
image: {
|
|
226
243
|
type: StringConstructor;
|
|
@@ -235,8 +252,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
235
252
|
default: boolean;
|
|
236
253
|
};
|
|
237
254
|
size: {
|
|
238
|
-
type: () =>
|
|
239
|
-
default:
|
|
255
|
+
type: () => import("../../../neon").NeonBadgeSize;
|
|
256
|
+
default: import("../../../neon").NeonBadgeSize;
|
|
240
257
|
};
|
|
241
258
|
color: {
|
|
242
259
|
type: () => NeonFunctionalColor;
|
|
@@ -249,7 +266,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
249
266
|
disabled: {
|
|
250
267
|
type: BooleanConstructor;
|
|
251
268
|
default: boolean;
|
|
252
|
-
};
|
|
269
|
+
}; /**
|
|
270
|
+
* Optional placeholder icon.
|
|
271
|
+
*/
|
|
253
272
|
jazziconId: {
|
|
254
273
|
type: StringConstructor;
|
|
255
274
|
default: null;
|
|
@@ -263,7 +282,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
263
282
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
264
283
|
label: {
|
|
265
284
|
type: StringConstructor;
|
|
266
|
-
default: null;
|
|
285
|
+
default: null; /**
|
|
286
|
+
* <p>The <strong>NeonSelect</strong> is the equivalent of an HTML <select> form control. On touch devices
|
|
287
|
+
* NeonSelect will use the native select for input. <strong>NeonSelect</strong> supports grouping and multiselect.</p>
|
|
288
|
+
* <p><strong>Note:</strong> As well as the options described below, pass through attributes supported by
|
|
289
|
+
* <a href="/presentation/dropdown">NeonDropdown</a> to change the style of the dropdown button.</p>
|
|
290
|
+
*/
|
|
267
291
|
};
|
|
268
292
|
image: {
|
|
269
293
|
type: StringConstructor;
|
|
@@ -278,8 +302,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
278
302
|
default: boolean;
|
|
279
303
|
};
|
|
280
304
|
size: {
|
|
281
|
-
type: () =>
|
|
282
|
-
default:
|
|
305
|
+
type: () => import("../../../neon").NeonBadgeSize;
|
|
306
|
+
default: import("../../../neon").NeonBadgeSize;
|
|
283
307
|
};
|
|
284
308
|
color: {
|
|
285
309
|
type: () => NeonFunctionalColor;
|
|
@@ -292,7 +316,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
292
316
|
disabled: {
|
|
293
317
|
type: BooleanConstructor;
|
|
294
318
|
default: boolean;
|
|
295
|
-
};
|
|
319
|
+
}; /**
|
|
320
|
+
* Optional placeholder icon.
|
|
321
|
+
*/
|
|
296
322
|
jazziconId: {
|
|
297
323
|
type: StringConstructor;
|
|
298
324
|
default: null;
|
|
@@ -305,7 +331,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
305
331
|
disabled: boolean;
|
|
306
332
|
label: string;
|
|
307
333
|
icon: string;
|
|
308
|
-
size:
|
|
334
|
+
size: import("../../../neon").NeonBadgeSize;
|
|
309
335
|
color: NeonFunctionalColor;
|
|
310
336
|
image: string;
|
|
311
337
|
circular: boolean;
|
|
@@ -387,6 +413,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
387
413
|
type: StringConstructor;
|
|
388
414
|
default: null;
|
|
389
415
|
};
|
|
416
|
+
iconAriaLabel: {
|
|
417
|
+
type: StringConstructor;
|
|
418
|
+
};
|
|
390
419
|
iconPosition: {
|
|
391
420
|
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
392
421
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
@@ -417,8 +446,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
417
446
|
};
|
|
418
447
|
fullWidth: {
|
|
419
448
|
type: BooleanConstructor;
|
|
420
|
-
default: null;
|
|
421
|
-
|
|
449
|
+
default: null; /**
|
|
450
|
+
* emitted when the user changes the selection.
|
|
451
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
452
|
+
* (multi-select).
|
|
453
|
+
*/
|
|
454
|
+
}; /**
|
|
455
|
+
* emitted when the user changes the selection.
|
|
456
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
457
|
+
* (multi-select).
|
|
458
|
+
*/
|
|
422
459
|
indicator: {
|
|
423
460
|
type: BooleanConstructor;
|
|
424
461
|
default: boolean;
|
|
@@ -479,6 +516,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
479
516
|
type: StringConstructor;
|
|
480
517
|
default: null;
|
|
481
518
|
};
|
|
519
|
+
iconAriaLabel: {
|
|
520
|
+
type: StringConstructor;
|
|
521
|
+
};
|
|
482
522
|
iconPosition: {
|
|
483
523
|
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
484
524
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
@@ -509,8 +549,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
509
549
|
};
|
|
510
550
|
fullWidth: {
|
|
511
551
|
type: BooleanConstructor;
|
|
512
|
-
default: null;
|
|
513
|
-
|
|
552
|
+
default: null; /**
|
|
553
|
+
* emitted when the user changes the selection.
|
|
554
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
555
|
+
* (multi-select).
|
|
556
|
+
*/
|
|
557
|
+
}; /**
|
|
558
|
+
* emitted when the user changes the selection.
|
|
559
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
560
|
+
* (multi-select).
|
|
561
|
+
*/
|
|
514
562
|
indicator: {
|
|
515
563
|
type: BooleanConstructor;
|
|
516
564
|
default: boolean;
|
|
@@ -769,20 +817,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
769
817
|
M: {};
|
|
770
818
|
Defaults: {};
|
|
771
819
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
820
|
+
/**
|
|
821
|
+
* Display the placeholder as the first option in the select, this is useful as an alternative to a label.
|
|
822
|
+
*/
|
|
772
823
|
id: {
|
|
773
824
|
type: StringConstructor;
|
|
774
825
|
};
|
|
775
826
|
modelValue: {
|
|
776
827
|
type: BooleanConstructor;
|
|
777
|
-
/**
|
|
828
|
+
required: true; /**
|
|
778
829
|
* Optional placeholder icon.
|
|
779
830
|
*/
|
|
780
|
-
|
|
781
|
-
|
|
831
|
+
}; /**
|
|
832
|
+
* Optional placeholder icon.
|
|
833
|
+
*/
|
|
782
834
|
label: {
|
|
783
835
|
type: StringConstructor;
|
|
784
836
|
default: null;
|
|
785
837
|
};
|
|
838
|
+
/**
|
|
839
|
+
* A list of options to render in the select.
|
|
840
|
+
*/
|
|
786
841
|
image: {
|
|
787
842
|
type: StringConstructor;
|
|
788
843
|
default: null;
|
|
@@ -795,11 +850,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
795
850
|
type: StringConstructor;
|
|
796
851
|
default: null;
|
|
797
852
|
};
|
|
853
|
+
iconAriaLabel: {
|
|
854
|
+
type: StringConstructor;
|
|
855
|
+
};
|
|
798
856
|
indicator: {
|
|
799
857
|
type: BooleanConstructor;
|
|
800
|
-
default: boolean;
|
|
801
|
-
* Allow multi-select.
|
|
802
|
-
*/
|
|
858
|
+
default: boolean;
|
|
803
859
|
};
|
|
804
860
|
disabled: {
|
|
805
861
|
type: BooleanConstructor;
|
|
@@ -822,7 +878,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
822
878
|
default: NeonDropdownStyle;
|
|
823
879
|
};
|
|
824
880
|
placement: {
|
|
825
|
-
type: () => NeonDropdownPlacement;
|
|
881
|
+
type: () => NeonDropdownPlacement; /**
|
|
882
|
+
* emitted when the user changes the selection.
|
|
883
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
884
|
+
* (multi-select).
|
|
885
|
+
*/
|
|
826
886
|
default: NeonDropdownPlacement;
|
|
827
887
|
};
|
|
828
888
|
placementContainer: {
|
|
@@ -875,20 +935,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
875
935
|
dropdownStyle: NeonDropdownStyle;
|
|
876
936
|
openOnHover: boolean;
|
|
877
937
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
938
|
+
/**
|
|
939
|
+
* Display the placeholder as the first option in the select, this is useful as an alternative to a label.
|
|
940
|
+
*/
|
|
878
941
|
id: {
|
|
879
942
|
type: StringConstructor;
|
|
880
943
|
};
|
|
881
944
|
modelValue: {
|
|
882
945
|
type: BooleanConstructor;
|
|
883
|
-
/**
|
|
946
|
+
required: true; /**
|
|
884
947
|
* Optional placeholder icon.
|
|
885
948
|
*/
|
|
886
|
-
|
|
887
|
-
|
|
949
|
+
}; /**
|
|
950
|
+
* Optional placeholder icon.
|
|
951
|
+
*/
|
|
888
952
|
label: {
|
|
889
953
|
type: StringConstructor;
|
|
890
954
|
default: null;
|
|
891
955
|
};
|
|
956
|
+
/**
|
|
957
|
+
* A list of options to render in the select.
|
|
958
|
+
*/
|
|
892
959
|
image: {
|
|
893
960
|
type: StringConstructor;
|
|
894
961
|
default: null;
|
|
@@ -901,11 +968,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
901
968
|
type: StringConstructor;
|
|
902
969
|
default: null;
|
|
903
970
|
};
|
|
971
|
+
iconAriaLabel: {
|
|
972
|
+
type: StringConstructor;
|
|
973
|
+
};
|
|
904
974
|
indicator: {
|
|
905
975
|
type: BooleanConstructor;
|
|
906
|
-
default: boolean;
|
|
907
|
-
* Allow multi-select.
|
|
908
|
-
*/
|
|
976
|
+
default: boolean;
|
|
909
977
|
};
|
|
910
978
|
disabled: {
|
|
911
979
|
type: BooleanConstructor;
|
|
@@ -928,7 +996,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
928
996
|
default: NeonDropdownStyle;
|
|
929
997
|
};
|
|
930
998
|
placement: {
|
|
931
|
-
type: () => NeonDropdownPlacement;
|
|
999
|
+
type: () => NeonDropdownPlacement; /**
|
|
1000
|
+
* emitted when the user changes the selection.
|
|
1001
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
1002
|
+
* (multi-select).
|
|
1003
|
+
*/
|
|
932
1004
|
default: NeonDropdownPlacement;
|
|
933
1005
|
};
|
|
934
1006
|
placementContainer: {
|
|
@@ -984,7 +1056,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
984
1056
|
NeonBadge: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
985
1057
|
label: {
|
|
986
1058
|
type: StringConstructor;
|
|
987
|
-
default: null;
|
|
1059
|
+
default: null; /**
|
|
1060
|
+
* <p>The <strong>NeonSelect</strong> is the equivalent of an HTML <select> form control. On touch devices
|
|
1061
|
+
* NeonSelect will use the native select for input. <strong>NeonSelect</strong> supports grouping and multiselect.</p>
|
|
1062
|
+
* <p><strong>Note:</strong> As well as the options described below, pass through attributes supported by
|
|
1063
|
+
* <a href="/presentation/dropdown">NeonDropdown</a> to change the style of the dropdown button.</p>
|
|
1064
|
+
*/
|
|
988
1065
|
};
|
|
989
1066
|
image: {
|
|
990
1067
|
type: StringConstructor;
|
|
@@ -999,8 +1076,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
999
1076
|
default: boolean;
|
|
1000
1077
|
};
|
|
1001
1078
|
size: {
|
|
1002
|
-
type: () =>
|
|
1003
|
-
default:
|
|
1079
|
+
type: () => import("../../../neon").NeonBadgeSize;
|
|
1080
|
+
default: import("../../../neon").NeonBadgeSize;
|
|
1004
1081
|
};
|
|
1005
1082
|
color: {
|
|
1006
1083
|
type: () => NeonFunctionalColor;
|
|
@@ -1013,7 +1090,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1013
1090
|
disabled: {
|
|
1014
1091
|
type: BooleanConstructor;
|
|
1015
1092
|
default: boolean;
|
|
1016
|
-
};
|
|
1093
|
+
}; /**
|
|
1094
|
+
* Optional placeholder icon.
|
|
1095
|
+
*/
|
|
1017
1096
|
jazziconId: {
|
|
1018
1097
|
type: StringConstructor;
|
|
1019
1098
|
default: null;
|
|
@@ -1027,7 +1106,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1027
1106
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1028
1107
|
label: {
|
|
1029
1108
|
type: StringConstructor;
|
|
1030
|
-
default: null;
|
|
1109
|
+
default: null; /**
|
|
1110
|
+
* <p>The <strong>NeonSelect</strong> is the equivalent of an HTML <select> form control. On touch devices
|
|
1111
|
+
* NeonSelect will use the native select for input. <strong>NeonSelect</strong> supports grouping and multiselect.</p>
|
|
1112
|
+
* <p><strong>Note:</strong> As well as the options described below, pass through attributes supported by
|
|
1113
|
+
* <a href="/presentation/dropdown">NeonDropdown</a> to change the style of the dropdown button.</p>
|
|
1114
|
+
*/
|
|
1031
1115
|
};
|
|
1032
1116
|
image: {
|
|
1033
1117
|
type: StringConstructor;
|
|
@@ -1042,8 +1126,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1042
1126
|
default: boolean;
|
|
1043
1127
|
};
|
|
1044
1128
|
size: {
|
|
1045
|
-
type: () =>
|
|
1046
|
-
default:
|
|
1129
|
+
type: () => import("../../../neon").NeonBadgeSize;
|
|
1130
|
+
default: import("../../../neon").NeonBadgeSize;
|
|
1047
1131
|
};
|
|
1048
1132
|
color: {
|
|
1049
1133
|
type: () => NeonFunctionalColor;
|
|
@@ -1056,7 +1140,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1056
1140
|
disabled: {
|
|
1057
1141
|
type: BooleanConstructor;
|
|
1058
1142
|
default: boolean;
|
|
1059
|
-
};
|
|
1143
|
+
}; /**
|
|
1144
|
+
* Optional placeholder icon.
|
|
1145
|
+
*/
|
|
1060
1146
|
jazziconId: {
|
|
1061
1147
|
type: StringConstructor;
|
|
1062
1148
|
default: null;
|
|
@@ -1069,7 +1155,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1069
1155
|
disabled: boolean;
|
|
1070
1156
|
label: string;
|
|
1071
1157
|
icon: string;
|
|
1072
|
-
size:
|
|
1158
|
+
size: import("../../../neon").NeonBadgeSize;
|
|
1073
1159
|
color: NeonFunctionalColor;
|
|
1074
1160
|
image: string;
|
|
1075
1161
|
circular: boolean;
|
|
@@ -1151,6 +1237,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1151
1237
|
type: StringConstructor;
|
|
1152
1238
|
default: null;
|
|
1153
1239
|
};
|
|
1240
|
+
iconAriaLabel: {
|
|
1241
|
+
type: StringConstructor;
|
|
1242
|
+
};
|
|
1154
1243
|
iconPosition: {
|
|
1155
1244
|
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
1156
1245
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
@@ -1181,8 +1270,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1181
1270
|
};
|
|
1182
1271
|
fullWidth: {
|
|
1183
1272
|
type: BooleanConstructor;
|
|
1184
|
-
default: null;
|
|
1185
|
-
|
|
1273
|
+
default: null; /**
|
|
1274
|
+
* emitted when the user changes the selection.
|
|
1275
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
1276
|
+
* (multi-select).
|
|
1277
|
+
*/
|
|
1278
|
+
}; /**
|
|
1279
|
+
* emitted when the user changes the selection.
|
|
1280
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
1281
|
+
* (multi-select).
|
|
1282
|
+
*/
|
|
1186
1283
|
indicator: {
|
|
1187
1284
|
type: BooleanConstructor;
|
|
1188
1285
|
default: boolean;
|
|
@@ -1243,6 +1340,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1243
1340
|
type: StringConstructor;
|
|
1244
1341
|
default: null;
|
|
1245
1342
|
};
|
|
1343
|
+
iconAriaLabel: {
|
|
1344
|
+
type: StringConstructor;
|
|
1345
|
+
};
|
|
1246
1346
|
iconPosition: {
|
|
1247
1347
|
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
1248
1348
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
@@ -1273,8 +1373,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1273
1373
|
};
|
|
1274
1374
|
fullWidth: {
|
|
1275
1375
|
type: BooleanConstructor;
|
|
1276
|
-
default: null;
|
|
1277
|
-
|
|
1376
|
+
default: null; /**
|
|
1377
|
+
* emitted when the user changes the selection.
|
|
1378
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
1379
|
+
* (multi-select).
|
|
1380
|
+
*/
|
|
1381
|
+
}; /**
|
|
1382
|
+
* emitted when the user changes the selection.
|
|
1383
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
1384
|
+
* (multi-select).
|
|
1385
|
+
*/
|
|
1278
1386
|
indicator: {
|
|
1279
1387
|
type: BooleanConstructor;
|
|
1280
1388
|
default: boolean;
|
|
@@ -1533,20 +1641,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1533
1641
|
M: {};
|
|
1534
1642
|
Defaults: {};
|
|
1535
1643
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1644
|
+
/**
|
|
1645
|
+
* Display the placeholder as the first option in the select, this is useful as an alternative to a label.
|
|
1646
|
+
*/
|
|
1536
1647
|
id: {
|
|
1537
1648
|
type: StringConstructor;
|
|
1538
1649
|
};
|
|
1539
1650
|
modelValue: {
|
|
1540
1651
|
type: BooleanConstructor;
|
|
1541
|
-
/**
|
|
1652
|
+
required: true; /**
|
|
1542
1653
|
* Optional placeholder icon.
|
|
1543
1654
|
*/
|
|
1544
|
-
|
|
1545
|
-
|
|
1655
|
+
}; /**
|
|
1656
|
+
* Optional placeholder icon.
|
|
1657
|
+
*/
|
|
1546
1658
|
label: {
|
|
1547
1659
|
type: StringConstructor;
|
|
1548
1660
|
default: null;
|
|
1549
1661
|
};
|
|
1662
|
+
/**
|
|
1663
|
+
* A list of options to render in the select.
|
|
1664
|
+
*/
|
|
1550
1665
|
image: {
|
|
1551
1666
|
type: StringConstructor;
|
|
1552
1667
|
default: null;
|
|
@@ -1559,11 +1674,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1559
1674
|
type: StringConstructor;
|
|
1560
1675
|
default: null;
|
|
1561
1676
|
};
|
|
1677
|
+
iconAriaLabel: {
|
|
1678
|
+
type: StringConstructor;
|
|
1679
|
+
};
|
|
1562
1680
|
indicator: {
|
|
1563
1681
|
type: BooleanConstructor;
|
|
1564
|
-
default: boolean;
|
|
1565
|
-
* Allow multi-select.
|
|
1566
|
-
*/
|
|
1682
|
+
default: boolean;
|
|
1567
1683
|
};
|
|
1568
1684
|
disabled: {
|
|
1569
1685
|
type: BooleanConstructor;
|
|
@@ -1586,7 +1702,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1586
1702
|
default: NeonDropdownStyle;
|
|
1587
1703
|
};
|
|
1588
1704
|
placement: {
|
|
1589
|
-
type: () => NeonDropdownPlacement;
|
|
1705
|
+
type: () => NeonDropdownPlacement; /**
|
|
1706
|
+
* emitted when the user changes the selection.
|
|
1707
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
1708
|
+
* (multi-select).
|
|
1709
|
+
*/
|
|
1590
1710
|
default: NeonDropdownPlacement;
|
|
1591
1711
|
};
|
|
1592
1712
|
placementContainer: {
|
|
@@ -1765,20 +1885,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1765
1885
|
placeholderAsOption: boolean;
|
|
1766
1886
|
}, {}, {
|
|
1767
1887
|
NeonDropdown: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1888
|
+
/**
|
|
1889
|
+
* Display the placeholder as the first option in the select, this is useful as an alternative to a label.
|
|
1890
|
+
*/
|
|
1768
1891
|
id: {
|
|
1769
1892
|
type: StringConstructor;
|
|
1770
1893
|
};
|
|
1771
1894
|
modelValue: {
|
|
1772
1895
|
type: BooleanConstructor;
|
|
1773
|
-
/**
|
|
1896
|
+
required: true; /**
|
|
1774
1897
|
* Optional placeholder icon.
|
|
1775
1898
|
*/
|
|
1776
|
-
|
|
1777
|
-
|
|
1899
|
+
}; /**
|
|
1900
|
+
* Optional placeholder icon.
|
|
1901
|
+
*/
|
|
1778
1902
|
label: {
|
|
1779
1903
|
type: StringConstructor;
|
|
1780
1904
|
default: null;
|
|
1781
1905
|
};
|
|
1906
|
+
/**
|
|
1907
|
+
* A list of options to render in the select.
|
|
1908
|
+
*/
|
|
1782
1909
|
image: {
|
|
1783
1910
|
type: StringConstructor;
|
|
1784
1911
|
default: null;
|
|
@@ -1791,11 +1918,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1791
1918
|
type: StringConstructor;
|
|
1792
1919
|
default: null;
|
|
1793
1920
|
};
|
|
1921
|
+
iconAriaLabel: {
|
|
1922
|
+
type: StringConstructor;
|
|
1923
|
+
};
|
|
1794
1924
|
indicator: {
|
|
1795
1925
|
type: BooleanConstructor;
|
|
1796
|
-
default: boolean;
|
|
1797
|
-
* Allow multi-select.
|
|
1798
|
-
*/
|
|
1926
|
+
default: boolean;
|
|
1799
1927
|
};
|
|
1800
1928
|
disabled: {
|
|
1801
1929
|
type: BooleanConstructor;
|
|
@@ -1818,7 +1946,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1818
1946
|
default: NeonDropdownStyle;
|
|
1819
1947
|
};
|
|
1820
1948
|
placement: {
|
|
1821
|
-
type: () => NeonDropdownPlacement;
|
|
1949
|
+
type: () => NeonDropdownPlacement; /**
|
|
1950
|
+
* emitted when the user changes the selection.
|
|
1951
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
1952
|
+
* (multi-select).
|
|
1953
|
+
*/
|
|
1822
1954
|
default: NeonDropdownPlacement;
|
|
1823
1955
|
};
|
|
1824
1956
|
placementContainer: {
|
|
@@ -1851,20 +1983,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1851
1983
|
onBlur: () => void;
|
|
1852
1984
|
onFocus: () => void;
|
|
1853
1985
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "dropdown-placement" | "button-ref")[], "update:modelValue" | "focus" | "blur" | "dropdown-placement" | "button-ref", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1986
|
+
/**
|
|
1987
|
+
* Display the placeholder as the first option in the select, this is useful as an alternative to a label.
|
|
1988
|
+
*/
|
|
1854
1989
|
id: {
|
|
1855
1990
|
type: StringConstructor;
|
|
1856
1991
|
};
|
|
1857
1992
|
modelValue: {
|
|
1858
1993
|
type: BooleanConstructor;
|
|
1859
|
-
/**
|
|
1994
|
+
required: true; /**
|
|
1860
1995
|
* Optional placeholder icon.
|
|
1861
1996
|
*/
|
|
1862
|
-
|
|
1863
|
-
|
|
1997
|
+
}; /**
|
|
1998
|
+
* Optional placeholder icon.
|
|
1999
|
+
*/
|
|
1864
2000
|
label: {
|
|
1865
2001
|
type: StringConstructor;
|
|
1866
2002
|
default: null;
|
|
1867
2003
|
};
|
|
2004
|
+
/**
|
|
2005
|
+
* A list of options to render in the select.
|
|
2006
|
+
*/
|
|
1868
2007
|
image: {
|
|
1869
2008
|
type: StringConstructor;
|
|
1870
2009
|
default: null;
|
|
@@ -1877,11 +2016,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1877
2016
|
type: StringConstructor;
|
|
1878
2017
|
default: null;
|
|
1879
2018
|
};
|
|
2019
|
+
iconAriaLabel: {
|
|
2020
|
+
type: StringConstructor;
|
|
2021
|
+
};
|
|
1880
2022
|
indicator: {
|
|
1881
2023
|
type: BooleanConstructor;
|
|
1882
|
-
default: boolean;
|
|
1883
|
-
* Allow multi-select.
|
|
1884
|
-
*/
|
|
2024
|
+
default: boolean;
|
|
1885
2025
|
};
|
|
1886
2026
|
disabled: {
|
|
1887
2027
|
type: BooleanConstructor;
|
|
@@ -1904,7 +2044,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1904
2044
|
default: NeonDropdownStyle;
|
|
1905
2045
|
};
|
|
1906
2046
|
placement: {
|
|
1907
|
-
type: () => NeonDropdownPlacement;
|
|
2047
|
+
type: () => NeonDropdownPlacement; /**
|
|
2048
|
+
* emitted when the user changes the selection.
|
|
2049
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
2050
|
+
* (multi-select).
|
|
2051
|
+
*/
|
|
1908
2052
|
default: NeonDropdownPlacement;
|
|
1909
2053
|
};
|
|
1910
2054
|
placementContainer: {
|
|
@@ -1939,7 +2083,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1939
2083
|
NeonBadge: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1940
2084
|
label: {
|
|
1941
2085
|
type: StringConstructor;
|
|
1942
|
-
default: null;
|
|
2086
|
+
default: null; /**
|
|
2087
|
+
* <p>The <strong>NeonSelect</strong> is the equivalent of an HTML <select> form control. On touch devices
|
|
2088
|
+
* NeonSelect will use the native select for input. <strong>NeonSelect</strong> supports grouping and multiselect.</p>
|
|
2089
|
+
* <p><strong>Note:</strong> As well as the options described below, pass through attributes supported by
|
|
2090
|
+
* <a href="/presentation/dropdown">NeonDropdown</a> to change the style of the dropdown button.</p>
|
|
2091
|
+
*/
|
|
1943
2092
|
};
|
|
1944
2093
|
image: {
|
|
1945
2094
|
type: StringConstructor;
|
|
@@ -1954,8 +2103,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1954
2103
|
default: boolean;
|
|
1955
2104
|
};
|
|
1956
2105
|
size: {
|
|
1957
|
-
type: () =>
|
|
1958
|
-
default:
|
|
2106
|
+
type: () => import("../../../neon").NeonBadgeSize;
|
|
2107
|
+
default: import("../../../neon").NeonBadgeSize;
|
|
1959
2108
|
};
|
|
1960
2109
|
color: {
|
|
1961
2110
|
type: () => NeonFunctionalColor;
|
|
@@ -1968,7 +2117,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1968
2117
|
disabled: {
|
|
1969
2118
|
type: BooleanConstructor;
|
|
1970
2119
|
default: boolean;
|
|
1971
|
-
};
|
|
2120
|
+
}; /**
|
|
2121
|
+
* Optional placeholder icon.
|
|
2122
|
+
*/
|
|
1972
2123
|
jazziconId: {
|
|
1973
2124
|
type: StringConstructor;
|
|
1974
2125
|
default: null;
|
|
@@ -1982,7 +2133,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1982
2133
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1983
2134
|
label: {
|
|
1984
2135
|
type: StringConstructor;
|
|
1985
|
-
default: null;
|
|
2136
|
+
default: null; /**
|
|
2137
|
+
* <p>The <strong>NeonSelect</strong> is the equivalent of an HTML <select> form control. On touch devices
|
|
2138
|
+
* NeonSelect will use the native select for input. <strong>NeonSelect</strong> supports grouping and multiselect.</p>
|
|
2139
|
+
* <p><strong>Note:</strong> As well as the options described below, pass through attributes supported by
|
|
2140
|
+
* <a href="/presentation/dropdown">NeonDropdown</a> to change the style of the dropdown button.</p>
|
|
2141
|
+
*/
|
|
1986
2142
|
};
|
|
1987
2143
|
image: {
|
|
1988
2144
|
type: StringConstructor;
|
|
@@ -1997,8 +2153,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1997
2153
|
default: boolean;
|
|
1998
2154
|
};
|
|
1999
2155
|
size: {
|
|
2000
|
-
type: () =>
|
|
2001
|
-
default:
|
|
2156
|
+
type: () => import("../../../neon").NeonBadgeSize;
|
|
2157
|
+
default: import("../../../neon").NeonBadgeSize;
|
|
2002
2158
|
};
|
|
2003
2159
|
color: {
|
|
2004
2160
|
type: () => NeonFunctionalColor;
|
|
@@ -2011,7 +2167,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2011
2167
|
disabled: {
|
|
2012
2168
|
type: BooleanConstructor;
|
|
2013
2169
|
default: boolean;
|
|
2014
|
-
};
|
|
2170
|
+
}; /**
|
|
2171
|
+
* Optional placeholder icon.
|
|
2172
|
+
*/
|
|
2015
2173
|
jazziconId: {
|
|
2016
2174
|
type: StringConstructor;
|
|
2017
2175
|
default: null;
|
|
@@ -2024,7 +2182,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2024
2182
|
disabled: boolean;
|
|
2025
2183
|
label: string;
|
|
2026
2184
|
icon: string;
|
|
2027
|
-
size:
|
|
2185
|
+
size: import("../../../neon").NeonBadgeSize;
|
|
2028
2186
|
color: NeonFunctionalColor;
|
|
2029
2187
|
image: string;
|
|
2030
2188
|
circular: boolean;
|
|
@@ -2106,6 +2264,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2106
2264
|
type: StringConstructor;
|
|
2107
2265
|
default: null;
|
|
2108
2266
|
};
|
|
2267
|
+
iconAriaLabel: {
|
|
2268
|
+
type: StringConstructor;
|
|
2269
|
+
};
|
|
2109
2270
|
iconPosition: {
|
|
2110
2271
|
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
2111
2272
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
@@ -2136,8 +2297,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2136
2297
|
};
|
|
2137
2298
|
fullWidth: {
|
|
2138
2299
|
type: BooleanConstructor;
|
|
2139
|
-
default: null;
|
|
2140
|
-
|
|
2300
|
+
default: null; /**
|
|
2301
|
+
* emitted when the user changes the selection.
|
|
2302
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
2303
|
+
* (multi-select).
|
|
2304
|
+
*/
|
|
2305
|
+
}; /**
|
|
2306
|
+
* emitted when the user changes the selection.
|
|
2307
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
2308
|
+
* (multi-select).
|
|
2309
|
+
*/
|
|
2141
2310
|
indicator: {
|
|
2142
2311
|
type: BooleanConstructor;
|
|
2143
2312
|
default: boolean;
|
|
@@ -2198,6 +2367,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2198
2367
|
type: StringConstructor;
|
|
2199
2368
|
default: null;
|
|
2200
2369
|
};
|
|
2370
|
+
iconAriaLabel: {
|
|
2371
|
+
type: StringConstructor;
|
|
2372
|
+
};
|
|
2201
2373
|
iconPosition: {
|
|
2202
2374
|
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
2203
2375
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
@@ -2228,8 +2400,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2228
2400
|
};
|
|
2229
2401
|
fullWidth: {
|
|
2230
2402
|
type: BooleanConstructor;
|
|
2231
|
-
default: null;
|
|
2232
|
-
|
|
2403
|
+
default: null; /**
|
|
2404
|
+
* emitted when the user changes the selection.
|
|
2405
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
2406
|
+
* (multi-select).
|
|
2407
|
+
*/
|
|
2408
|
+
}; /**
|
|
2409
|
+
* emitted when the user changes the selection.
|
|
2410
|
+
* @type {string | string[]} either the selected option's key (single select) or an array of the selected keys
|
|
2411
|
+
* (multi-select).
|
|
2412
|
+
*/
|
|
2233
2413
|
indicator: {
|
|
2234
2414
|
type: BooleanConstructor;
|
|
2235
2415
|
default: boolean;
|