@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
|
@@ -291,21 +291,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
291
291
|
default: import("../../../neon").NeonInputMode;
|
|
292
292
|
};
|
|
293
293
|
autocomplete: {
|
|
294
|
-
type:
|
|
294
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
295
295
|
default: string;
|
|
296
296
|
};
|
|
297
297
|
state: {
|
|
298
298
|
type: () => import("../../../neon").NeonState;
|
|
299
299
|
default: import("../../../neon").NeonState;
|
|
300
300
|
};
|
|
301
|
+
/**
|
|
302
|
+
* Accept string for the filetype to support selecting.
|
|
303
|
+
*/
|
|
301
304
|
rows: {
|
|
302
305
|
type: NumberConstructor;
|
|
303
306
|
default: null;
|
|
304
307
|
};
|
|
305
308
|
icon: {
|
|
306
309
|
type: StringConstructor;
|
|
307
|
-
default: null;
|
|
308
|
-
|
|
310
|
+
default: null; /**
|
|
311
|
+
* Badge image alt text.
|
|
312
|
+
*/
|
|
313
|
+
}; /**
|
|
314
|
+
* Badge image alt text.
|
|
315
|
+
*/
|
|
309
316
|
iconReadonly: {
|
|
310
317
|
type: BooleanConstructor;
|
|
311
318
|
default: boolean;
|
|
@@ -334,6 +341,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
334
341
|
type: NumberConstructor;
|
|
335
342
|
default: null;
|
|
336
343
|
};
|
|
344
|
+
maxlengthLabel: {
|
|
345
|
+
type: StringConstructor;
|
|
346
|
+
default: string;
|
|
347
|
+
};
|
|
337
348
|
debounce: {
|
|
338
349
|
type: NumberConstructor;
|
|
339
350
|
default: undefined;
|
|
@@ -353,12 +364,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
353
364
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
354
365
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
355
366
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
367
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
356
368
|
focus: () => void;
|
|
357
369
|
click: () => void;
|
|
358
370
|
onFocus: () => void;
|
|
359
371
|
onBlur: () => void;
|
|
360
372
|
iconClicked: ($event: Event) => void;
|
|
361
|
-
changeValue: (event:
|
|
373
|
+
changeValue: (event: InputEvent) => void;
|
|
362
374
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
363
375
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
364
376
|
disabled: boolean;
|
|
@@ -373,19 +385,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
373
385
|
inputmode: import("../../../neon").NeonInputMode;
|
|
374
386
|
modelValue: string;
|
|
375
387
|
state: import("../../../neon").NeonState;
|
|
376
|
-
autocomplete:
|
|
388
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
377
389
|
rows: number;
|
|
378
390
|
iconReadonly: boolean;
|
|
379
391
|
hideIcon: boolean;
|
|
380
392
|
stateHighlight: boolean;
|
|
381
393
|
stateIcon: boolean;
|
|
382
394
|
maxlength: number;
|
|
395
|
+
maxlengthLabel: string;
|
|
383
396
|
}, true, {}, {}, {
|
|
384
397
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
385
398
|
name: {
|
|
386
399
|
type: StringConstructor;
|
|
387
400
|
required: true;
|
|
388
401
|
};
|
|
402
|
+
id: {
|
|
403
|
+
type: StringConstructor;
|
|
404
|
+
default: null;
|
|
405
|
+
};
|
|
389
406
|
color: {
|
|
390
407
|
type: () => NeonFunctionalColor;
|
|
391
408
|
default: null;
|
|
@@ -399,15 +416,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
399
416
|
default: boolean;
|
|
400
417
|
};
|
|
401
418
|
}>, {
|
|
402
|
-
|
|
419
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
403
420
|
[x: string]: unknown;
|
|
404
|
-
}
|
|
405
|
-
icon: import("vue").ComputedRef<string>;
|
|
421
|
+
}>;
|
|
422
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
406
423
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
407
424
|
name: {
|
|
408
425
|
type: StringConstructor;
|
|
409
426
|
required: true;
|
|
410
427
|
};
|
|
428
|
+
id: {
|
|
429
|
+
type: StringConstructor;
|
|
430
|
+
default: null;
|
|
431
|
+
};
|
|
411
432
|
color: {
|
|
412
433
|
type: () => NeonFunctionalColor;
|
|
413
434
|
default: null;
|
|
@@ -423,6 +444,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
423
444
|
}>> & Readonly<{}>, {
|
|
424
445
|
disabled: boolean;
|
|
425
446
|
color: NeonFunctionalColor;
|
|
447
|
+
id: string;
|
|
426
448
|
inverse: boolean;
|
|
427
449
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
428
450
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -464,21 +486,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
464
486
|
default: import("../../../neon").NeonInputMode;
|
|
465
487
|
};
|
|
466
488
|
autocomplete: {
|
|
467
|
-
type:
|
|
489
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
468
490
|
default: string;
|
|
469
491
|
};
|
|
470
492
|
state: {
|
|
471
493
|
type: () => import("../../../neon").NeonState;
|
|
472
494
|
default: import("../../../neon").NeonState;
|
|
473
495
|
};
|
|
496
|
+
/**
|
|
497
|
+
* Accept string for the filetype to support selecting.
|
|
498
|
+
*/
|
|
474
499
|
rows: {
|
|
475
500
|
type: NumberConstructor;
|
|
476
501
|
default: null;
|
|
477
502
|
};
|
|
478
503
|
icon: {
|
|
479
504
|
type: StringConstructor;
|
|
480
|
-
default: null;
|
|
481
|
-
|
|
505
|
+
default: null; /**
|
|
506
|
+
* Badge image alt text.
|
|
507
|
+
*/
|
|
508
|
+
}; /**
|
|
509
|
+
* Badge image alt text.
|
|
510
|
+
*/
|
|
482
511
|
iconReadonly: {
|
|
483
512
|
type: BooleanConstructor;
|
|
484
513
|
default: boolean;
|
|
@@ -507,6 +536,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
507
536
|
type: NumberConstructor;
|
|
508
537
|
default: null;
|
|
509
538
|
};
|
|
539
|
+
maxlengthLabel: {
|
|
540
|
+
type: StringConstructor;
|
|
541
|
+
default: string;
|
|
542
|
+
};
|
|
510
543
|
debounce: {
|
|
511
544
|
type: NumberConstructor;
|
|
512
545
|
default: undefined;
|
|
@@ -526,12 +559,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
526
559
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
527
560
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
528
561
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
562
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
529
563
|
focus: () => void;
|
|
530
564
|
click: () => void;
|
|
531
565
|
onFocus: () => void;
|
|
532
566
|
onBlur: () => void;
|
|
533
567
|
iconClicked: ($event: Event) => void;
|
|
534
|
-
changeValue: (event:
|
|
568
|
+
changeValue: (event: InputEvent) => void;
|
|
535
569
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
536
570
|
}, {}, {}, {}, {
|
|
537
571
|
disabled: boolean;
|
|
@@ -546,13 +580,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
546
580
|
inputmode: import("../../../neon").NeonInputMode;
|
|
547
581
|
modelValue: string;
|
|
548
582
|
state: import("../../../neon").NeonState;
|
|
549
|
-
autocomplete:
|
|
583
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
550
584
|
rows: number;
|
|
551
585
|
iconReadonly: boolean;
|
|
552
586
|
hideIcon: boolean;
|
|
553
587
|
stateHighlight: boolean;
|
|
554
588
|
stateIcon: boolean;
|
|
555
589
|
maxlength: number;
|
|
590
|
+
maxlengthLabel: string;
|
|
556
591
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
557
592
|
id: {
|
|
558
593
|
type: StringConstructor;
|
|
@@ -585,21 +620,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
585
620
|
default: import("../../../neon").NeonInputMode;
|
|
586
621
|
};
|
|
587
622
|
autocomplete: {
|
|
588
|
-
type:
|
|
623
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
589
624
|
default: string;
|
|
590
625
|
};
|
|
591
626
|
state: {
|
|
592
627
|
type: () => import("../../../neon").NeonState;
|
|
593
628
|
default: import("../../../neon").NeonState;
|
|
594
629
|
};
|
|
630
|
+
/**
|
|
631
|
+
* Accept string for the filetype to support selecting.
|
|
632
|
+
*/
|
|
595
633
|
rows: {
|
|
596
634
|
type: NumberConstructor;
|
|
597
635
|
default: null;
|
|
598
636
|
};
|
|
599
637
|
icon: {
|
|
600
638
|
type: StringConstructor;
|
|
601
|
-
default: null;
|
|
602
|
-
|
|
639
|
+
default: null; /**
|
|
640
|
+
* Badge image alt text.
|
|
641
|
+
*/
|
|
642
|
+
}; /**
|
|
643
|
+
* Badge image alt text.
|
|
644
|
+
*/
|
|
603
645
|
iconReadonly: {
|
|
604
646
|
type: BooleanConstructor;
|
|
605
647
|
default: boolean;
|
|
@@ -628,6 +670,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
628
670
|
type: NumberConstructor;
|
|
629
671
|
default: null;
|
|
630
672
|
};
|
|
673
|
+
maxlengthLabel: {
|
|
674
|
+
type: StringConstructor;
|
|
675
|
+
default: string;
|
|
676
|
+
};
|
|
631
677
|
debounce: {
|
|
632
678
|
type: NumberConstructor;
|
|
633
679
|
default: undefined;
|
|
@@ -647,12 +693,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
647
693
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
648
694
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
649
695
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
696
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
650
697
|
focus: () => void;
|
|
651
698
|
click: () => void;
|
|
652
699
|
onFocus: () => void;
|
|
653
700
|
onBlur: () => void;
|
|
654
701
|
iconClicked: ($event: Event) => void;
|
|
655
|
-
changeValue: (event:
|
|
702
|
+
changeValue: (event: InputEvent) => void;
|
|
656
703
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
657
704
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
658
705
|
disabled: boolean;
|
|
@@ -667,19 +714,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
667
714
|
inputmode: import("../../../neon").NeonInputMode;
|
|
668
715
|
modelValue: string;
|
|
669
716
|
state: import("../../../neon").NeonState;
|
|
670
|
-
autocomplete:
|
|
717
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
671
718
|
rows: number;
|
|
672
719
|
iconReadonly: boolean;
|
|
673
720
|
hideIcon: boolean;
|
|
674
721
|
stateHighlight: boolean;
|
|
675
722
|
stateIcon: boolean;
|
|
676
723
|
maxlength: number;
|
|
724
|
+
maxlengthLabel: string;
|
|
677
725
|
}, true, {}, {}, {
|
|
678
726
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
679
727
|
name: {
|
|
680
728
|
type: StringConstructor;
|
|
681
729
|
required: true;
|
|
682
730
|
};
|
|
731
|
+
id: {
|
|
732
|
+
type: StringConstructor;
|
|
733
|
+
default: null;
|
|
734
|
+
};
|
|
683
735
|
color: {
|
|
684
736
|
type: () => NeonFunctionalColor;
|
|
685
737
|
default: null;
|
|
@@ -693,15 +745,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
693
745
|
default: boolean;
|
|
694
746
|
};
|
|
695
747
|
}>, {
|
|
696
|
-
|
|
748
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
697
749
|
[x: string]: unknown;
|
|
698
|
-
}
|
|
699
|
-
icon: import("vue").ComputedRef<string>;
|
|
750
|
+
}>;
|
|
751
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
700
752
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
701
753
|
name: {
|
|
702
754
|
type: StringConstructor;
|
|
703
755
|
required: true;
|
|
704
756
|
};
|
|
757
|
+
id: {
|
|
758
|
+
type: StringConstructor;
|
|
759
|
+
default: null;
|
|
760
|
+
};
|
|
705
761
|
color: {
|
|
706
762
|
type: () => NeonFunctionalColor;
|
|
707
763
|
default: null;
|
|
@@ -717,6 +773,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
717
773
|
}>> & Readonly<{}>, {
|
|
718
774
|
disabled: boolean;
|
|
719
775
|
color: NeonFunctionalColor;
|
|
776
|
+
id: string;
|
|
720
777
|
inverse: boolean;
|
|
721
778
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
722
779
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -758,21 +815,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
758
815
|
default: import("../../../neon").NeonInputMode;
|
|
759
816
|
};
|
|
760
817
|
autocomplete: {
|
|
761
|
-
type:
|
|
818
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
762
819
|
default: string;
|
|
763
820
|
};
|
|
764
821
|
state: {
|
|
765
822
|
type: () => import("../../../neon").NeonState;
|
|
766
823
|
default: import("../../../neon").NeonState;
|
|
767
824
|
};
|
|
825
|
+
/**
|
|
826
|
+
* Accept string for the filetype to support selecting.
|
|
827
|
+
*/
|
|
768
828
|
rows: {
|
|
769
829
|
type: NumberConstructor;
|
|
770
830
|
default: null;
|
|
771
831
|
};
|
|
772
832
|
icon: {
|
|
773
833
|
type: StringConstructor;
|
|
774
|
-
default: null;
|
|
775
|
-
|
|
834
|
+
default: null; /**
|
|
835
|
+
* Badge image alt text.
|
|
836
|
+
*/
|
|
837
|
+
}; /**
|
|
838
|
+
* Badge image alt text.
|
|
839
|
+
*/
|
|
776
840
|
iconReadonly: {
|
|
777
841
|
type: BooleanConstructor;
|
|
778
842
|
default: boolean;
|
|
@@ -801,6 +865,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
801
865
|
type: NumberConstructor;
|
|
802
866
|
default: null;
|
|
803
867
|
};
|
|
868
|
+
maxlengthLabel: {
|
|
869
|
+
type: StringConstructor;
|
|
870
|
+
default: string;
|
|
871
|
+
};
|
|
804
872
|
debounce: {
|
|
805
873
|
type: NumberConstructor;
|
|
806
874
|
default: undefined;
|
|
@@ -820,12 +888,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
820
888
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
821
889
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
822
890
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
891
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
823
892
|
focus: () => void;
|
|
824
893
|
click: () => void;
|
|
825
894
|
onFocus: () => void;
|
|
826
895
|
onBlur: () => void;
|
|
827
896
|
iconClicked: ($event: Event) => void;
|
|
828
|
-
changeValue: (event:
|
|
897
|
+
changeValue: (event: InputEvent) => void;
|
|
829
898
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
830
899
|
}, {}, {}, {}, {
|
|
831
900
|
disabled: boolean;
|
|
@@ -840,13 +909,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
840
909
|
inputmode: import("../../../neon").NeonInputMode;
|
|
841
910
|
modelValue: string;
|
|
842
911
|
state: import("../../../neon").NeonState;
|
|
843
|
-
autocomplete:
|
|
912
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
844
913
|
rows: number;
|
|
845
914
|
iconReadonly: boolean;
|
|
846
915
|
hideIcon: boolean;
|
|
847
916
|
stateHighlight: boolean;
|
|
848
917
|
stateIcon: boolean;
|
|
849
918
|
maxlength: number;
|
|
919
|
+
maxlengthLabel: string;
|
|
850
920
|
}> | null>;
|
|
851
921
|
files: import("vue").Ref<{
|
|
852
922
|
readonly lastModified: number;
|
|
@@ -1185,6 +1255,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1185
1255
|
type: StringConstructor;
|
|
1186
1256
|
required: true;
|
|
1187
1257
|
};
|
|
1258
|
+
id: {
|
|
1259
|
+
type: StringConstructor;
|
|
1260
|
+
default: null;
|
|
1261
|
+
};
|
|
1188
1262
|
color: {
|
|
1189
1263
|
type: () => NeonFunctionalColor;
|
|
1190
1264
|
default: null;
|
|
@@ -1198,15 +1272,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1198
1272
|
default: boolean;
|
|
1199
1273
|
};
|
|
1200
1274
|
}>, {
|
|
1201
|
-
|
|
1275
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1202
1276
|
[x: string]: unknown;
|
|
1203
|
-
}
|
|
1204
|
-
icon: import("vue").ComputedRef<string>;
|
|
1277
|
+
}>;
|
|
1278
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1205
1279
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1206
1280
|
name: {
|
|
1207
1281
|
type: StringConstructor;
|
|
1208
1282
|
required: true;
|
|
1209
1283
|
};
|
|
1284
|
+
id: {
|
|
1285
|
+
type: StringConstructor;
|
|
1286
|
+
default: null;
|
|
1287
|
+
};
|
|
1210
1288
|
color: {
|
|
1211
1289
|
type: () => NeonFunctionalColor;
|
|
1212
1290
|
default: null;
|
|
@@ -1222,6 +1300,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1222
1300
|
}>> & Readonly<{}>, {
|
|
1223
1301
|
disabled: boolean;
|
|
1224
1302
|
color: NeonFunctionalColor;
|
|
1303
|
+
id: string;
|
|
1225
1304
|
inverse: boolean;
|
|
1226
1305
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1227
1306
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1281,6 +1360,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1281
1360
|
type: StringConstructor;
|
|
1282
1361
|
required: true;
|
|
1283
1362
|
};
|
|
1363
|
+
id: {
|
|
1364
|
+
type: StringConstructor;
|
|
1365
|
+
default: null;
|
|
1366
|
+
};
|
|
1284
1367
|
color: {
|
|
1285
1368
|
type: () => NeonFunctionalColor;
|
|
1286
1369
|
default: null;
|
|
@@ -1294,15 +1377,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1294
1377
|
default: boolean;
|
|
1295
1378
|
};
|
|
1296
1379
|
}>, {
|
|
1297
|
-
|
|
1380
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1298
1381
|
[x: string]: unknown;
|
|
1299
|
-
}
|
|
1300
|
-
icon: import("vue").ComputedRef<string>;
|
|
1382
|
+
}>;
|
|
1383
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1301
1384
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1302
1385
|
name: {
|
|
1303
1386
|
type: StringConstructor;
|
|
1304
1387
|
required: true;
|
|
1305
1388
|
};
|
|
1389
|
+
id: {
|
|
1390
|
+
type: StringConstructor;
|
|
1391
|
+
default: null;
|
|
1392
|
+
};
|
|
1306
1393
|
color: {
|
|
1307
1394
|
type: () => NeonFunctionalColor;
|
|
1308
1395
|
default: null;
|
|
@@ -1318,6 +1405,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1318
1405
|
}>> & Readonly<{}>, {
|
|
1319
1406
|
disabled: boolean;
|
|
1320
1407
|
color: NeonFunctionalColor;
|
|
1408
|
+
id: string;
|
|
1321
1409
|
inverse: boolean;
|
|
1322
1410
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1323
1411
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1354,21 +1442,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1354
1442
|
default: import("../../../neon").NeonInputMode;
|
|
1355
1443
|
};
|
|
1356
1444
|
autocomplete: {
|
|
1357
|
-
type:
|
|
1445
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1358
1446
|
default: string;
|
|
1359
1447
|
};
|
|
1360
1448
|
state: {
|
|
1361
1449
|
type: () => import("../../../neon").NeonState;
|
|
1362
1450
|
default: import("../../../neon").NeonState;
|
|
1363
1451
|
};
|
|
1452
|
+
/**
|
|
1453
|
+
* Accept string for the filetype to support selecting.
|
|
1454
|
+
*/
|
|
1364
1455
|
rows: {
|
|
1365
1456
|
type: NumberConstructor;
|
|
1366
1457
|
default: null;
|
|
1367
1458
|
};
|
|
1368
1459
|
icon: {
|
|
1369
1460
|
type: StringConstructor;
|
|
1370
|
-
default: null;
|
|
1371
|
-
|
|
1461
|
+
default: null; /**
|
|
1462
|
+
* Badge image alt text.
|
|
1463
|
+
*/
|
|
1464
|
+
}; /**
|
|
1465
|
+
* Badge image alt text.
|
|
1466
|
+
*/
|
|
1372
1467
|
iconReadonly: {
|
|
1373
1468
|
type: BooleanConstructor;
|
|
1374
1469
|
default: boolean;
|
|
@@ -1397,6 +1492,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1397
1492
|
type: NumberConstructor;
|
|
1398
1493
|
default: null;
|
|
1399
1494
|
};
|
|
1495
|
+
maxlengthLabel: {
|
|
1496
|
+
type: StringConstructor;
|
|
1497
|
+
default: string;
|
|
1498
|
+
};
|
|
1400
1499
|
debounce: {
|
|
1401
1500
|
type: NumberConstructor;
|
|
1402
1501
|
default: undefined;
|
|
@@ -1411,12 +1510,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1411
1510
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
1412
1511
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
1413
1512
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
1513
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
1414
1514
|
focus: () => void;
|
|
1415
1515
|
click: () => void;
|
|
1416
1516
|
onFocus: () => void;
|
|
1417
1517
|
onBlur: () => void;
|
|
1418
1518
|
iconClicked: ($event: Event) => void;
|
|
1419
|
-
changeValue: (event:
|
|
1519
|
+
changeValue: (event: InputEvent) => void;
|
|
1420
1520
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1421
1521
|
}, {}, {}, {}, 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<{
|
|
1422
1522
|
id: {
|
|
@@ -1450,21 +1550,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1450
1550
|
default: import("../../../neon").NeonInputMode;
|
|
1451
1551
|
};
|
|
1452
1552
|
autocomplete: {
|
|
1453
|
-
type:
|
|
1553
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1454
1554
|
default: string;
|
|
1455
1555
|
};
|
|
1456
1556
|
state: {
|
|
1457
1557
|
type: () => import("../../../neon").NeonState;
|
|
1458
1558
|
default: import("../../../neon").NeonState;
|
|
1459
1559
|
};
|
|
1560
|
+
/**
|
|
1561
|
+
* Accept string for the filetype to support selecting.
|
|
1562
|
+
*/
|
|
1460
1563
|
rows: {
|
|
1461
1564
|
type: NumberConstructor;
|
|
1462
1565
|
default: null;
|
|
1463
1566
|
};
|
|
1464
1567
|
icon: {
|
|
1465
1568
|
type: StringConstructor;
|
|
1466
|
-
default: null;
|
|
1467
|
-
|
|
1569
|
+
default: null; /**
|
|
1570
|
+
* Badge image alt text.
|
|
1571
|
+
*/
|
|
1572
|
+
}; /**
|
|
1573
|
+
* Badge image alt text.
|
|
1574
|
+
*/
|
|
1468
1575
|
iconReadonly: {
|
|
1469
1576
|
type: BooleanConstructor;
|
|
1470
1577
|
default: boolean;
|
|
@@ -1493,6 +1600,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1493
1600
|
type: NumberConstructor;
|
|
1494
1601
|
default: null;
|
|
1495
1602
|
};
|
|
1603
|
+
maxlengthLabel: {
|
|
1604
|
+
type: StringConstructor;
|
|
1605
|
+
default: string;
|
|
1606
|
+
};
|
|
1496
1607
|
debounce: {
|
|
1497
1608
|
type: NumberConstructor;
|
|
1498
1609
|
default: undefined;
|
|
@@ -1515,19 +1626,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1515
1626
|
inputmode: import("../../../neon").NeonInputMode;
|
|
1516
1627
|
modelValue: string;
|
|
1517
1628
|
state: import("../../../neon").NeonState;
|
|
1518
|
-
autocomplete:
|
|
1629
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
1519
1630
|
rows: number;
|
|
1520
1631
|
iconReadonly: boolean;
|
|
1521
1632
|
hideIcon: boolean;
|
|
1522
1633
|
stateHighlight: boolean;
|
|
1523
1634
|
stateIcon: boolean;
|
|
1524
1635
|
maxlength: number;
|
|
1636
|
+
maxlengthLabel: string;
|
|
1525
1637
|
}, {}, {
|
|
1526
1638
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1527
1639
|
name: {
|
|
1528
1640
|
type: StringConstructor;
|
|
1529
1641
|
required: true;
|
|
1530
1642
|
};
|
|
1643
|
+
id: {
|
|
1644
|
+
type: StringConstructor;
|
|
1645
|
+
default: null;
|
|
1646
|
+
};
|
|
1531
1647
|
color: {
|
|
1532
1648
|
type: () => NeonFunctionalColor;
|
|
1533
1649
|
default: null;
|
|
@@ -1541,15 +1657,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1541
1657
|
default: boolean;
|
|
1542
1658
|
};
|
|
1543
1659
|
}>, {
|
|
1544
|
-
|
|
1660
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1545
1661
|
[x: string]: unknown;
|
|
1546
|
-
}
|
|
1547
|
-
icon: import("vue").ComputedRef<string>;
|
|
1662
|
+
}>;
|
|
1663
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1548
1664
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1549
1665
|
name: {
|
|
1550
1666
|
type: StringConstructor;
|
|
1551
1667
|
required: true;
|
|
1552
1668
|
};
|
|
1669
|
+
id: {
|
|
1670
|
+
type: StringConstructor;
|
|
1671
|
+
default: null;
|
|
1672
|
+
};
|
|
1553
1673
|
color: {
|
|
1554
1674
|
type: () => NeonFunctionalColor;
|
|
1555
1675
|
default: null;
|
|
@@ -1565,6 +1685,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1565
1685
|
}>> & Readonly<{}>, {
|
|
1566
1686
|
disabled: boolean;
|
|
1567
1687
|
color: NeonFunctionalColor;
|
|
1688
|
+
id: string;
|
|
1568
1689
|
inverse: boolean;
|
|
1569
1690
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1570
1691
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1617,6 +1738,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1617
1738
|
type: StringConstructor;
|
|
1618
1739
|
required: true;
|
|
1619
1740
|
};
|
|
1741
|
+
id: {
|
|
1742
|
+
type: StringConstructor;
|
|
1743
|
+
default: null;
|
|
1744
|
+
};
|
|
1620
1745
|
color: {
|
|
1621
1746
|
type: () => NeonFunctionalColor;
|
|
1622
1747
|
default: null;
|
|
@@ -1630,15 +1755,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1630
1755
|
default: boolean;
|
|
1631
1756
|
};
|
|
1632
1757
|
}>, {
|
|
1633
|
-
|
|
1758
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1634
1759
|
[x: string]: unknown;
|
|
1635
|
-
}
|
|
1636
|
-
icon: import("vue").ComputedRef<string>;
|
|
1760
|
+
}>;
|
|
1761
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1637
1762
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1638
1763
|
name: {
|
|
1639
1764
|
type: StringConstructor;
|
|
1640
1765
|
required: true;
|
|
1641
1766
|
};
|
|
1767
|
+
id: {
|
|
1768
|
+
type: StringConstructor;
|
|
1769
|
+
default: null;
|
|
1770
|
+
};
|
|
1642
1771
|
color: {
|
|
1643
1772
|
type: () => NeonFunctionalColor;
|
|
1644
1773
|
default: null;
|
|
@@ -1654,6 +1783,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1654
1783
|
}>> & Readonly<{}>, {
|
|
1655
1784
|
disabled: boolean;
|
|
1656
1785
|
color: NeonFunctionalColor;
|
|
1786
|
+
id: string;
|
|
1657
1787
|
inverse: boolean;
|
|
1658
1788
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1659
1789
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1663,6 +1793,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1663
1793
|
type: StringConstructor;
|
|
1664
1794
|
required: true;
|
|
1665
1795
|
};
|
|
1796
|
+
id: {
|
|
1797
|
+
type: StringConstructor;
|
|
1798
|
+
default: null;
|
|
1799
|
+
};
|
|
1666
1800
|
color: {
|
|
1667
1801
|
type: () => NeonFunctionalColor;
|
|
1668
1802
|
default: null;
|
|
@@ -1676,15 +1810,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1676
1810
|
default: boolean;
|
|
1677
1811
|
};
|
|
1678
1812
|
}>, {
|
|
1679
|
-
|
|
1813
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1680
1814
|
[x: string]: unknown;
|
|
1681
|
-
}
|
|
1682
|
-
icon: import("vue").ComputedRef<string>;
|
|
1815
|
+
}>;
|
|
1816
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1683
1817
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1684
1818
|
name: {
|
|
1685
1819
|
type: StringConstructor;
|
|
1686
1820
|
required: true;
|
|
1687
1821
|
};
|
|
1822
|
+
id: {
|
|
1823
|
+
type: StringConstructor;
|
|
1824
|
+
default: null;
|
|
1825
|
+
};
|
|
1688
1826
|
color: {
|
|
1689
1827
|
type: () => NeonFunctionalColor;
|
|
1690
1828
|
default: null;
|
|
@@ -1700,6 +1838,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1700
1838
|
}>> & Readonly<{}>, {
|
|
1701
1839
|
disabled: boolean;
|
|
1702
1840
|
color: NeonFunctionalColor;
|
|
1841
|
+
id: string;
|
|
1703
1842
|
inverse: boolean;
|
|
1704
1843
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1705
1844
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|