@aotearoan/neon 22.5.0 → 22.5.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/utils/NeonIconRegistry.cjs.js.map +1 -1
- package/dist/common/utils/NeonIconRegistry.es.js +2 -2
- package/dist/common/utils/NeonIconRegistry.es.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.cjs.js +1 -1
- package/dist/components/presentation/icon/NeonIcon.cjs.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.es.js +18 -10
- package/dist/components/presentation/icon/NeonIcon.es.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.cjs.js +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.cjs.js.map +1 -1
- package/dist/components/presentation/icon/NeonIcon.vue.es.js +5 -5
- package/dist/components/presentation/icon/NeonIcon.vue.es.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.cjs.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js +57 -35
- package/dist/components/presentation/image-carousel/NeonImageCarousel.es.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.cjs.js.map +1 -1
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js +44 -46
- package/dist/components/presentation/image-carousel/NeonImageCarousel.vue.es.js.map +1 -1
- package/dist/components/presentation/tabs/NeonTabs.cjs.js +1 -1
- package/dist/components/presentation/tabs/NeonTabs.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/NeonTabs.es.js +17 -18
- package/dist/components/presentation/tabs/NeonTabs.es.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.cjs.js +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.es.js +6 -20
- package/dist/components/presentation/tabs/tab/NeonTab.es.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.cjs.js +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.cjs.js.map +1 -1
- package/dist/components/presentation/tabs/tab/NeonTab.vue.es.js +24 -16
- package/dist/components/presentation/tabs/tab/NeonTab.vue.es.js.map +1 -1
- package/dist/components/user-input/field/NeonField.cjs.js +1 -1
- package/dist/components/user-input/field/NeonField.cjs.js.map +1 -1
- package/dist/components/user-input/field/NeonField.es.js +2 -6
- package/dist/components/user-input/field/NeonField.es.js.map +1 -1
- package/dist/components/user-input/field/NeonField.vue.cjs.js +1 -1
- package/dist/components/user-input/field/NeonField.vue.cjs.js.map +1 -1
- package/dist/components/user-input/field/NeonField.vue.es.js +22 -26
- package/dist/components/user-input/field/NeonField.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 +65 -47
- package/dist/components/user-input/input/NeonInput.es.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.vue.cjs.js +1 -1
- package/dist/components/user-input/input/NeonInput.vue.cjs.js.map +1 -1
- package/dist/components/user-input/input/NeonInput.vue.es.js +35 -31
- package/dist/components/user-input/input/NeonInput.vue.es.js.map +1 -1
- package/dist/src/common/utils/NeonIconRegistry.d.ts +3 -3
- package/dist/src/components/feedback/alert/NeonAlert.d.ts +36 -9
- package/dist/src/components/feedback/alert/container/NeonAlertContainer.d.ts +24 -6
- package/dist/src/components/feedback/alert/container/NeonToastContainer.d.ts +12 -3
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +64 -12
- package/dist/src/components/feedback/linear-progress/NeonLinearProgress.d.ts +30 -7
- package/dist/src/components/feedback/note/NeonNote.d.ts +36 -9
- package/dist/src/components/feedback/splash-loader/NeonSplashLoader.d.ts +12 -3
- package/dist/src/components/feedback/tooltip/NeonTooltip.d.ts +1 -1
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +54 -15
- package/dist/src/components/layout/modal/NeonModal.d.ts +24 -6
- package/dist/src/components/navigation/action-menu/NeonActionMenu.d.ts +12 -3
- package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +672 -193
- package/dist/src/components/navigation/link/NeonLink.d.ts +12 -3
- package/dist/src/components/navigation/menu/NeonMenu.d.ts +522 -141
- package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +522 -141
- package/dist/src/components/navigation/stepper/NeonStepper.d.ts +12 -3
- package/dist/src/components/navigation/tree-menu/NeonTreeMenu.d.ts +12 -3
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +188 -49
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +170 -97
- package/dist/src/components/presentation/expansion-panel/NeonExpansionPanel.d.ts +12 -3
- package/dist/src/components/presentation/icon/NeonIcon.d.ts +20 -3
- package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +107 -18
- package/dist/src/components/presentation/label/NeonLabel.d.ts +12 -3
- package/dist/src/components/presentation/tabs/NeonTabs.d.ts +48 -12
- package/dist/src/components/presentation/tabs/tab/NeonTab.d.ts +8 -10
- package/dist/src/components/user-input/button/NeonButton.d.ts +24 -6
- package/dist/src/components/user-input/chip/NeonChip.d.ts +12 -3
- package/dist/src/components/user-input/color/NeonColor.d.ts +26 -7
- package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +336 -224
- package/dist/src/components/user-input/field/NeonField.d.ts +1 -113
- package/dist/src/components/user-input/file/NeonFile.d.ts +188 -52
- package/dist/src/components/user-input/filter-list/NeonFilterList.d.ts +36 -6
- package/dist/src/components/user-input/input/NeonInput.d.ts +36 -13
- package/dist/src/components/user-input/input-indicator/NeonInputIndicator.d.ts +12 -3
- package/dist/src/components/user-input/list/NeonList.d.ts +12 -3
- package/dist/src/components/user-input/number/NeonNumber.d.ts +140 -43
- package/dist/src/components/user-input/password/NeonPassword.d.ts +26 -7
- package/dist/src/components/user-input/search/NeonSearch.d.ts +608 -328
- package/dist/src/components/user-input/select/NeonSelect.d.ts +678 -153
- package/dist/src/components/user-input/selectable-card/NeonSelectableCard.d.ts +12 -3
- package/dist/src/components/user-input/switch/NeonSwitch.d.ts +22 -3
- package/dist/src/components/user-input/toggle/NeonToggle.d.ts +16 -19
- package/dist/src/components/user-input/toggle-chip/NeonToggleChip.d.ts +12 -3
- package/package.json +1 -1
- package/src/sass/components/_field.scss +8 -0
- package/src/sass/components/_footer.scss +8 -0
- package/src/sass/components/_image-carousel.scss +12 -10
- package/src/sass/components/_input.scss +3 -3
- package/src/sass/components/_menu.scss +32 -24
- package/src/sass/components/_mobile-menu.scss +27 -19
- package/src/sass/components/_note.scss +2 -3
- package/src/sass/components/_page.scss +5 -4
- package/src/sass/components/_tooltip.scss +1 -1
- package/src/sass/components/_top-nav.scss +1 -1
- package/src/sass/global/_base-html.scss +1 -1
- package/src/sass/includes/_dependencies.scss +1 -1
- package/src/sass/includes/_typography.scss +4 -2
- package/src/sass/variables.scss +15 -6
|
@@ -125,17 +125,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
125
125
|
default: import("../../../neon").NeonInputMode;
|
|
126
126
|
};
|
|
127
127
|
autocomplete: {
|
|
128
|
-
type:
|
|
128
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
129
129
|
default: string;
|
|
130
130
|
};
|
|
131
131
|
state: {
|
|
132
132
|
type: () => NeonState;
|
|
133
133
|
default: NeonState;
|
|
134
|
-
};
|
|
134
|
+
}; /**
|
|
135
|
+
* Title for the file upload button.
|
|
136
|
+
*/
|
|
135
137
|
rows: {
|
|
136
138
|
type: NumberConstructor;
|
|
137
|
-
default: null;
|
|
138
|
-
|
|
139
|
+
default: null; /**
|
|
140
|
+
* Emitted when files are selected and uploaded
|
|
141
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
142
|
+
*/
|
|
143
|
+
}; /**
|
|
144
|
+
* Emitted when files are selected and uploaded
|
|
145
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
146
|
+
*/
|
|
139
147
|
icon: {
|
|
140
148
|
type: StringConstructor;
|
|
141
149
|
default: null;
|
|
@@ -168,6 +176,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
168
176
|
type: NumberConstructor;
|
|
169
177
|
default: null;
|
|
170
178
|
};
|
|
179
|
+
maxlengthLabel: {
|
|
180
|
+
type: StringConstructor;
|
|
181
|
+
default: string;
|
|
182
|
+
};
|
|
171
183
|
debounce: {
|
|
172
184
|
type: NumberConstructor;
|
|
173
185
|
default: undefined;
|
|
@@ -187,12 +199,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
187
199
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
188
200
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
189
201
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
202
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
190
203
|
focus: () => void;
|
|
191
204
|
click: () => void;
|
|
192
205
|
onFocus: () => void;
|
|
193
206
|
onBlur: () => void;
|
|
194
207
|
iconClicked: ($event: Event) => void;
|
|
195
|
-
changeValue: (event:
|
|
208
|
+
changeValue: (event: InputEvent) => void;
|
|
196
209
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
197
210
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
198
211
|
disabled: boolean;
|
|
@@ -207,19 +220,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
207
220
|
inputmode: import("../../../neon").NeonInputMode;
|
|
208
221
|
modelValue: string;
|
|
209
222
|
state: NeonState;
|
|
210
|
-
autocomplete:
|
|
223
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
211
224
|
rows: number;
|
|
212
225
|
iconReadonly: boolean;
|
|
213
226
|
hideIcon: boolean;
|
|
214
227
|
stateHighlight: boolean;
|
|
215
228
|
stateIcon: boolean;
|
|
216
229
|
maxlength: number;
|
|
230
|
+
maxlengthLabel: string;
|
|
217
231
|
}, true, {}, {}, {
|
|
218
232
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
219
233
|
name: {
|
|
220
234
|
type: StringConstructor;
|
|
221
235
|
required: true;
|
|
222
236
|
};
|
|
237
|
+
id: {
|
|
238
|
+
type: StringConstructor;
|
|
239
|
+
default: null;
|
|
240
|
+
};
|
|
223
241
|
color: {
|
|
224
242
|
type: () => NeonFunctionalColor;
|
|
225
243
|
default: null;
|
|
@@ -233,15 +251,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
233
251
|
default: boolean;
|
|
234
252
|
};
|
|
235
253
|
}>, {
|
|
236
|
-
|
|
254
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
237
255
|
[x: string]: unknown;
|
|
238
|
-
}
|
|
239
|
-
icon: import("vue").ComputedRef<string>;
|
|
256
|
+
}>;
|
|
257
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
240
258
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
241
259
|
name: {
|
|
242
260
|
type: StringConstructor;
|
|
243
261
|
required: true;
|
|
244
262
|
};
|
|
263
|
+
id: {
|
|
264
|
+
type: StringConstructor;
|
|
265
|
+
default: null;
|
|
266
|
+
};
|
|
245
267
|
color: {
|
|
246
268
|
type: () => NeonFunctionalColor;
|
|
247
269
|
default: null;
|
|
@@ -257,6 +279,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
257
279
|
}>> & Readonly<{}>, {
|
|
258
280
|
disabled: boolean;
|
|
259
281
|
color: NeonFunctionalColor;
|
|
282
|
+
id: string;
|
|
260
283
|
inverse: boolean;
|
|
261
284
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
262
285
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -298,17 +321,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
298
321
|
default: import("../../../neon").NeonInputMode;
|
|
299
322
|
};
|
|
300
323
|
autocomplete: {
|
|
301
|
-
type:
|
|
324
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
302
325
|
default: string;
|
|
303
326
|
};
|
|
304
327
|
state: {
|
|
305
328
|
type: () => NeonState;
|
|
306
329
|
default: NeonState;
|
|
307
|
-
};
|
|
330
|
+
}; /**
|
|
331
|
+
* Title for the file upload button.
|
|
332
|
+
*/
|
|
308
333
|
rows: {
|
|
309
334
|
type: NumberConstructor;
|
|
310
|
-
default: null;
|
|
311
|
-
|
|
335
|
+
default: null; /**
|
|
336
|
+
* Emitted when files are selected and uploaded
|
|
337
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
338
|
+
*/
|
|
339
|
+
}; /**
|
|
340
|
+
* Emitted when files are selected and uploaded
|
|
341
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
342
|
+
*/
|
|
312
343
|
icon: {
|
|
313
344
|
type: StringConstructor;
|
|
314
345
|
default: null;
|
|
@@ -341,6 +372,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
341
372
|
type: NumberConstructor;
|
|
342
373
|
default: null;
|
|
343
374
|
};
|
|
375
|
+
maxlengthLabel: {
|
|
376
|
+
type: StringConstructor;
|
|
377
|
+
default: string;
|
|
378
|
+
};
|
|
344
379
|
debounce: {
|
|
345
380
|
type: NumberConstructor;
|
|
346
381
|
default: undefined;
|
|
@@ -360,12 +395,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
360
395
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
361
396
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
362
397
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
398
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
363
399
|
focus: () => void;
|
|
364
400
|
click: () => void;
|
|
365
401
|
onFocus: () => void;
|
|
366
402
|
onBlur: () => void;
|
|
367
403
|
iconClicked: ($event: Event) => void;
|
|
368
|
-
changeValue: (event:
|
|
404
|
+
changeValue: (event: InputEvent) => void;
|
|
369
405
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
370
406
|
}, {}, {}, {}, {
|
|
371
407
|
disabled: boolean;
|
|
@@ -380,13 +416,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
380
416
|
inputmode: import("../../../neon").NeonInputMode;
|
|
381
417
|
modelValue: string;
|
|
382
418
|
state: NeonState;
|
|
383
|
-
autocomplete:
|
|
419
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
384
420
|
rows: number;
|
|
385
421
|
iconReadonly: boolean;
|
|
386
422
|
hideIcon: boolean;
|
|
387
423
|
stateHighlight: boolean;
|
|
388
424
|
stateIcon: boolean;
|
|
389
425
|
maxlength: number;
|
|
426
|
+
maxlengthLabel: string;
|
|
390
427
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
391
428
|
id: {
|
|
392
429
|
type: StringConstructor;
|
|
@@ -419,17 +456,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
419
456
|
default: import("../../../neon").NeonInputMode;
|
|
420
457
|
};
|
|
421
458
|
autocomplete: {
|
|
422
|
-
type:
|
|
459
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
423
460
|
default: string;
|
|
424
461
|
};
|
|
425
462
|
state: {
|
|
426
463
|
type: () => NeonState;
|
|
427
464
|
default: NeonState;
|
|
428
|
-
};
|
|
465
|
+
}; /**
|
|
466
|
+
* Title for the file upload button.
|
|
467
|
+
*/
|
|
429
468
|
rows: {
|
|
430
469
|
type: NumberConstructor;
|
|
431
|
-
default: null;
|
|
432
|
-
|
|
470
|
+
default: null; /**
|
|
471
|
+
* Emitted when files are selected and uploaded
|
|
472
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
473
|
+
*/
|
|
474
|
+
}; /**
|
|
475
|
+
* Emitted when files are selected and uploaded
|
|
476
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
477
|
+
*/
|
|
433
478
|
icon: {
|
|
434
479
|
type: StringConstructor;
|
|
435
480
|
default: null;
|
|
@@ -462,6 +507,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
462
507
|
type: NumberConstructor;
|
|
463
508
|
default: null;
|
|
464
509
|
};
|
|
510
|
+
maxlengthLabel: {
|
|
511
|
+
type: StringConstructor;
|
|
512
|
+
default: string;
|
|
513
|
+
};
|
|
465
514
|
debounce: {
|
|
466
515
|
type: NumberConstructor;
|
|
467
516
|
default: undefined;
|
|
@@ -481,12 +530,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
481
530
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
482
531
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
483
532
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
533
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
484
534
|
focus: () => void;
|
|
485
535
|
click: () => void;
|
|
486
536
|
onFocus: () => void;
|
|
487
537
|
onBlur: () => void;
|
|
488
538
|
iconClicked: ($event: Event) => void;
|
|
489
|
-
changeValue: (event:
|
|
539
|
+
changeValue: (event: InputEvent) => void;
|
|
490
540
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
491
541
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
492
542
|
disabled: boolean;
|
|
@@ -501,19 +551,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
501
551
|
inputmode: import("../../../neon").NeonInputMode;
|
|
502
552
|
modelValue: string;
|
|
503
553
|
state: NeonState;
|
|
504
|
-
autocomplete:
|
|
554
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
505
555
|
rows: number;
|
|
506
556
|
iconReadonly: boolean;
|
|
507
557
|
hideIcon: boolean;
|
|
508
558
|
stateHighlight: boolean;
|
|
509
559
|
stateIcon: boolean;
|
|
510
560
|
maxlength: number;
|
|
561
|
+
maxlengthLabel: string;
|
|
511
562
|
}, true, {}, {}, {
|
|
512
563
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
513
564
|
name: {
|
|
514
565
|
type: StringConstructor;
|
|
515
566
|
required: true;
|
|
516
567
|
};
|
|
568
|
+
id: {
|
|
569
|
+
type: StringConstructor;
|
|
570
|
+
default: null;
|
|
571
|
+
};
|
|
517
572
|
color: {
|
|
518
573
|
type: () => NeonFunctionalColor;
|
|
519
574
|
default: null;
|
|
@@ -527,15 +582,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
527
582
|
default: boolean;
|
|
528
583
|
};
|
|
529
584
|
}>, {
|
|
530
|
-
|
|
585
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
531
586
|
[x: string]: unknown;
|
|
532
|
-
}
|
|
533
|
-
icon: import("vue").ComputedRef<string>;
|
|
587
|
+
}>;
|
|
588
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
534
589
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
535
590
|
name: {
|
|
536
591
|
type: StringConstructor;
|
|
537
592
|
required: true;
|
|
538
593
|
};
|
|
594
|
+
id: {
|
|
595
|
+
type: StringConstructor;
|
|
596
|
+
default: null;
|
|
597
|
+
};
|
|
539
598
|
color: {
|
|
540
599
|
type: () => NeonFunctionalColor;
|
|
541
600
|
default: null;
|
|
@@ -551,6 +610,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
551
610
|
}>> & Readonly<{}>, {
|
|
552
611
|
disabled: boolean;
|
|
553
612
|
color: NeonFunctionalColor;
|
|
613
|
+
id: string;
|
|
554
614
|
inverse: boolean;
|
|
555
615
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
556
616
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -592,17 +652,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
592
652
|
default: import("../../../neon").NeonInputMode;
|
|
593
653
|
};
|
|
594
654
|
autocomplete: {
|
|
595
|
-
type:
|
|
655
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
596
656
|
default: string;
|
|
597
657
|
};
|
|
598
658
|
state: {
|
|
599
659
|
type: () => NeonState;
|
|
600
660
|
default: NeonState;
|
|
601
|
-
};
|
|
661
|
+
}; /**
|
|
662
|
+
* Title for the file upload button.
|
|
663
|
+
*/
|
|
602
664
|
rows: {
|
|
603
665
|
type: NumberConstructor;
|
|
604
|
-
default: null;
|
|
605
|
-
|
|
666
|
+
default: null; /**
|
|
667
|
+
* Emitted when files are selected and uploaded
|
|
668
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
669
|
+
*/
|
|
670
|
+
}; /**
|
|
671
|
+
* Emitted when files are selected and uploaded
|
|
672
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
673
|
+
*/
|
|
606
674
|
icon: {
|
|
607
675
|
type: StringConstructor;
|
|
608
676
|
default: null;
|
|
@@ -635,6 +703,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
635
703
|
type: NumberConstructor;
|
|
636
704
|
default: null;
|
|
637
705
|
};
|
|
706
|
+
maxlengthLabel: {
|
|
707
|
+
type: StringConstructor;
|
|
708
|
+
default: string;
|
|
709
|
+
};
|
|
638
710
|
debounce: {
|
|
639
711
|
type: NumberConstructor;
|
|
640
712
|
default: undefined;
|
|
@@ -654,12 +726,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
654
726
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
655
727
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
656
728
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
729
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
657
730
|
focus: () => void;
|
|
658
731
|
click: () => void;
|
|
659
732
|
onFocus: () => void;
|
|
660
733
|
onBlur: () => void;
|
|
661
734
|
iconClicked: ($event: Event) => void;
|
|
662
|
-
changeValue: (event:
|
|
735
|
+
changeValue: (event: InputEvent) => void;
|
|
663
736
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
664
737
|
}, {}, {}, {}, {
|
|
665
738
|
disabled: boolean;
|
|
@@ -674,13 +747,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
674
747
|
inputmode: import("../../../neon").NeonInputMode;
|
|
675
748
|
modelValue: string;
|
|
676
749
|
state: NeonState;
|
|
677
|
-
autocomplete:
|
|
750
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
678
751
|
rows: number;
|
|
679
752
|
iconReadonly: boolean;
|
|
680
753
|
hideIcon: boolean;
|
|
681
754
|
stateHighlight: boolean;
|
|
682
755
|
stateIcon: boolean;
|
|
683
756
|
maxlength: number;
|
|
757
|
+
maxlengthLabel: string;
|
|
684
758
|
}> | null>;
|
|
685
759
|
files: import("vue").Ref<{
|
|
686
760
|
readonly lastModified: number;
|
|
@@ -1065,6 +1139,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1065
1139
|
type: StringConstructor;
|
|
1066
1140
|
required: true;
|
|
1067
1141
|
};
|
|
1142
|
+
id: {
|
|
1143
|
+
type: StringConstructor;
|
|
1144
|
+
default: null;
|
|
1145
|
+
};
|
|
1068
1146
|
color: {
|
|
1069
1147
|
type: () => NeonFunctionalColor;
|
|
1070
1148
|
default: null;
|
|
@@ -1078,15 +1156,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1078
1156
|
default: boolean;
|
|
1079
1157
|
};
|
|
1080
1158
|
}>, {
|
|
1081
|
-
|
|
1159
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1082
1160
|
[x: string]: unknown;
|
|
1083
|
-
}
|
|
1084
|
-
icon: import("vue").ComputedRef<string>;
|
|
1161
|
+
}>;
|
|
1162
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1085
1163
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1086
1164
|
name: {
|
|
1087
1165
|
type: StringConstructor;
|
|
1088
1166
|
required: true;
|
|
1089
1167
|
};
|
|
1168
|
+
id: {
|
|
1169
|
+
type: StringConstructor;
|
|
1170
|
+
default: null;
|
|
1171
|
+
};
|
|
1090
1172
|
color: {
|
|
1091
1173
|
type: () => NeonFunctionalColor;
|
|
1092
1174
|
default: null;
|
|
@@ -1102,6 +1184,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1102
1184
|
}>> & Readonly<{}>, {
|
|
1103
1185
|
disabled: boolean;
|
|
1104
1186
|
color: NeonFunctionalColor;
|
|
1187
|
+
id: string;
|
|
1105
1188
|
inverse: boolean;
|
|
1106
1189
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1107
1190
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1161,6 +1244,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1161
1244
|
type: StringConstructor;
|
|
1162
1245
|
required: true;
|
|
1163
1246
|
};
|
|
1247
|
+
id: {
|
|
1248
|
+
type: StringConstructor;
|
|
1249
|
+
default: null;
|
|
1250
|
+
};
|
|
1164
1251
|
color: {
|
|
1165
1252
|
type: () => NeonFunctionalColor;
|
|
1166
1253
|
default: null;
|
|
@@ -1174,15 +1261,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1174
1261
|
default: boolean;
|
|
1175
1262
|
};
|
|
1176
1263
|
}>, {
|
|
1177
|
-
|
|
1264
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1178
1265
|
[x: string]: unknown;
|
|
1179
|
-
}
|
|
1180
|
-
icon: import("vue").ComputedRef<string>;
|
|
1266
|
+
}>;
|
|
1267
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1181
1268
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1182
1269
|
name: {
|
|
1183
1270
|
type: StringConstructor;
|
|
1184
1271
|
required: true;
|
|
1185
1272
|
};
|
|
1273
|
+
id: {
|
|
1274
|
+
type: StringConstructor;
|
|
1275
|
+
default: null;
|
|
1276
|
+
};
|
|
1186
1277
|
color: {
|
|
1187
1278
|
type: () => NeonFunctionalColor;
|
|
1188
1279
|
default: null;
|
|
@@ -1198,6 +1289,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1198
1289
|
}>> & Readonly<{}>, {
|
|
1199
1290
|
disabled: boolean;
|
|
1200
1291
|
color: NeonFunctionalColor;
|
|
1292
|
+
id: string;
|
|
1201
1293
|
inverse: boolean;
|
|
1202
1294
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1203
1295
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1234,17 +1326,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1234
1326
|
default: import("../../../neon").NeonInputMode;
|
|
1235
1327
|
};
|
|
1236
1328
|
autocomplete: {
|
|
1237
|
-
type:
|
|
1329
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1238
1330
|
default: string;
|
|
1239
1331
|
};
|
|
1240
1332
|
state: {
|
|
1241
1333
|
type: () => NeonState;
|
|
1242
1334
|
default: NeonState;
|
|
1243
|
-
};
|
|
1335
|
+
}; /**
|
|
1336
|
+
* Title for the file upload button.
|
|
1337
|
+
*/
|
|
1244
1338
|
rows: {
|
|
1245
1339
|
type: NumberConstructor;
|
|
1246
|
-
default: null;
|
|
1247
|
-
|
|
1340
|
+
default: null; /**
|
|
1341
|
+
* Emitted when files are selected and uploaded
|
|
1342
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
1343
|
+
*/
|
|
1344
|
+
}; /**
|
|
1345
|
+
* Emitted when files are selected and uploaded
|
|
1346
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
1347
|
+
*/
|
|
1248
1348
|
icon: {
|
|
1249
1349
|
type: StringConstructor;
|
|
1250
1350
|
default: null;
|
|
@@ -1277,6 +1377,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1277
1377
|
type: NumberConstructor;
|
|
1278
1378
|
default: null;
|
|
1279
1379
|
};
|
|
1380
|
+
maxlengthLabel: {
|
|
1381
|
+
type: StringConstructor;
|
|
1382
|
+
default: string;
|
|
1383
|
+
};
|
|
1280
1384
|
debounce: {
|
|
1281
1385
|
type: NumberConstructor;
|
|
1282
1386
|
default: undefined;
|
|
@@ -1291,12 +1395,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1291
1395
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
1292
1396
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
1293
1397
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
1398
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
1294
1399
|
focus: () => void;
|
|
1295
1400
|
click: () => void;
|
|
1296
1401
|
onFocus: () => void;
|
|
1297
1402
|
onBlur: () => void;
|
|
1298
1403
|
iconClicked: ($event: Event) => void;
|
|
1299
|
-
changeValue: (event:
|
|
1404
|
+
changeValue: (event: InputEvent) => void;
|
|
1300
1405
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1301
1406
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], "update:modelValue" | "focus" | "blur" | "icon-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1302
1407
|
id: {
|
|
@@ -1330,17 +1435,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1330
1435
|
default: import("../../../neon").NeonInputMode;
|
|
1331
1436
|
};
|
|
1332
1437
|
autocomplete: {
|
|
1333
|
-
type:
|
|
1438
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1334
1439
|
default: string;
|
|
1335
1440
|
};
|
|
1336
1441
|
state: {
|
|
1337
1442
|
type: () => NeonState;
|
|
1338
1443
|
default: NeonState;
|
|
1339
|
-
};
|
|
1444
|
+
}; /**
|
|
1445
|
+
* Title for the file upload button.
|
|
1446
|
+
*/
|
|
1340
1447
|
rows: {
|
|
1341
1448
|
type: NumberConstructor;
|
|
1342
|
-
default: null;
|
|
1343
|
-
|
|
1449
|
+
default: null; /**
|
|
1450
|
+
* Emitted when files are selected and uploaded
|
|
1451
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
1452
|
+
*/
|
|
1453
|
+
}; /**
|
|
1454
|
+
* Emitted when files are selected and uploaded
|
|
1455
|
+
* @type {File | File[]} either a single File (multiple = false) or a list of File objects (multiple = true)
|
|
1456
|
+
*/
|
|
1344
1457
|
icon: {
|
|
1345
1458
|
type: StringConstructor;
|
|
1346
1459
|
default: null;
|
|
@@ -1373,6 +1486,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1373
1486
|
type: NumberConstructor;
|
|
1374
1487
|
default: null;
|
|
1375
1488
|
};
|
|
1489
|
+
maxlengthLabel: {
|
|
1490
|
+
type: StringConstructor;
|
|
1491
|
+
default: string;
|
|
1492
|
+
};
|
|
1376
1493
|
debounce: {
|
|
1377
1494
|
type: NumberConstructor;
|
|
1378
1495
|
default: undefined;
|
|
@@ -1395,19 +1512,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1395
1512
|
inputmode: import("../../../neon").NeonInputMode;
|
|
1396
1513
|
modelValue: string;
|
|
1397
1514
|
state: NeonState;
|
|
1398
|
-
autocomplete:
|
|
1515
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
1399
1516
|
rows: number;
|
|
1400
1517
|
iconReadonly: boolean;
|
|
1401
1518
|
hideIcon: boolean;
|
|
1402
1519
|
stateHighlight: boolean;
|
|
1403
1520
|
stateIcon: boolean;
|
|
1404
1521
|
maxlength: number;
|
|
1522
|
+
maxlengthLabel: string;
|
|
1405
1523
|
}, {}, {
|
|
1406
1524
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1407
1525
|
name: {
|
|
1408
1526
|
type: StringConstructor;
|
|
1409
1527
|
required: true;
|
|
1410
1528
|
};
|
|
1529
|
+
id: {
|
|
1530
|
+
type: StringConstructor;
|
|
1531
|
+
default: null;
|
|
1532
|
+
};
|
|
1411
1533
|
color: {
|
|
1412
1534
|
type: () => NeonFunctionalColor;
|
|
1413
1535
|
default: null;
|
|
@@ -1421,15 +1543,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1421
1543
|
default: boolean;
|
|
1422
1544
|
};
|
|
1423
1545
|
}>, {
|
|
1424
|
-
|
|
1546
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1425
1547
|
[x: string]: unknown;
|
|
1426
|
-
}
|
|
1427
|
-
icon: import("vue").ComputedRef<string>;
|
|
1548
|
+
}>;
|
|
1549
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1428
1550
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1429
1551
|
name: {
|
|
1430
1552
|
type: StringConstructor;
|
|
1431
1553
|
required: true;
|
|
1432
1554
|
};
|
|
1555
|
+
id: {
|
|
1556
|
+
type: StringConstructor;
|
|
1557
|
+
default: null;
|
|
1558
|
+
};
|
|
1433
1559
|
color: {
|
|
1434
1560
|
type: () => NeonFunctionalColor;
|
|
1435
1561
|
default: null;
|
|
@@ -1445,6 +1571,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1445
1571
|
}>> & Readonly<{}>, {
|
|
1446
1572
|
disabled: boolean;
|
|
1447
1573
|
color: NeonFunctionalColor;
|
|
1574
|
+
id: string;
|
|
1448
1575
|
inverse: boolean;
|
|
1449
1576
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1450
1577
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1497,6 +1624,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1497
1624
|
type: StringConstructor;
|
|
1498
1625
|
required: true;
|
|
1499
1626
|
};
|
|
1627
|
+
id: {
|
|
1628
|
+
type: StringConstructor;
|
|
1629
|
+
default: null;
|
|
1630
|
+
};
|
|
1500
1631
|
color: {
|
|
1501
1632
|
type: () => NeonFunctionalColor;
|
|
1502
1633
|
default: null;
|
|
@@ -1510,15 +1641,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1510
1641
|
default: boolean;
|
|
1511
1642
|
};
|
|
1512
1643
|
}>, {
|
|
1513
|
-
|
|
1644
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1514
1645
|
[x: string]: unknown;
|
|
1515
|
-
}
|
|
1516
|
-
icon: import("vue").ComputedRef<string>;
|
|
1646
|
+
}>;
|
|
1647
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1517
1648
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1518
1649
|
name: {
|
|
1519
1650
|
type: StringConstructor;
|
|
1520
1651
|
required: true;
|
|
1521
1652
|
};
|
|
1653
|
+
id: {
|
|
1654
|
+
type: StringConstructor;
|
|
1655
|
+
default: null;
|
|
1656
|
+
};
|
|
1522
1657
|
color: {
|
|
1523
1658
|
type: () => NeonFunctionalColor;
|
|
1524
1659
|
default: null;
|
|
@@ -1534,6 +1669,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1534
1669
|
}>> & Readonly<{}>, {
|
|
1535
1670
|
disabled: boolean;
|
|
1536
1671
|
color: NeonFunctionalColor;
|
|
1672
|
+
id: string;
|
|
1537
1673
|
inverse: boolean;
|
|
1538
1674
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1539
1675
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|