@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
|
@@ -413,7 +413,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
413
413
|
default: NeonInputMode;
|
|
414
414
|
};
|
|
415
415
|
autocomplete: {
|
|
416
|
-
type:
|
|
416
|
+
type: () => NeonInputMode;
|
|
417
417
|
default: string;
|
|
418
418
|
};
|
|
419
419
|
state: {
|
|
@@ -429,10 +429,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
429
429
|
default: null;
|
|
430
430
|
};
|
|
431
431
|
iconReadonly: {
|
|
432
|
-
/**
|
|
433
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
434
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
435
|
-
*/
|
|
436
432
|
type: BooleanConstructor;
|
|
437
433
|
default: boolean;
|
|
438
434
|
};
|
|
@@ -445,9 +441,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
445
441
|
default: number;
|
|
446
442
|
};
|
|
447
443
|
disabled: {
|
|
448
|
-
type: BooleanConstructor;
|
|
449
|
-
* Placement of the dropdown contents.
|
|
450
|
-
*/
|
|
444
|
+
type: BooleanConstructor;
|
|
451
445
|
default: boolean;
|
|
452
446
|
};
|
|
453
447
|
stateHighlight: {
|
|
@@ -462,6 +456,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
462
456
|
type: NumberConstructor;
|
|
463
457
|
default: null;
|
|
464
458
|
};
|
|
459
|
+
maxlengthLabel: {
|
|
460
|
+
type: StringConstructor;
|
|
461
|
+
default: string;
|
|
462
|
+
};
|
|
465
463
|
debounce: {
|
|
466
464
|
type: NumberConstructor;
|
|
467
465
|
default: undefined;
|
|
@@ -481,12 +479,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
481
479
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
482
480
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
483
481
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
482
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
484
483
|
focus: () => void;
|
|
485
484
|
click: () => void;
|
|
486
485
|
onFocus: () => void;
|
|
487
486
|
onBlur: () => void;
|
|
488
487
|
iconClicked: ($event: Event) => void;
|
|
489
|
-
changeValue: (event:
|
|
488
|
+
changeValue: (event: InputEvent) => void;
|
|
490
489
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
491
490
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
492
491
|
disabled: boolean;
|
|
@@ -501,19 +500,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
501
500
|
inputmode: NeonInputMode;
|
|
502
501
|
modelValue: string;
|
|
503
502
|
state: import("../../../neon").NeonState;
|
|
504
|
-
autocomplete:
|
|
503
|
+
autocomplete: NeonInputMode;
|
|
505
504
|
rows: number;
|
|
506
505
|
iconReadonly: boolean;
|
|
507
506
|
hideIcon: boolean;
|
|
508
507
|
stateHighlight: boolean;
|
|
509
508
|
stateIcon: boolean;
|
|
510
509
|
maxlength: number;
|
|
510
|
+
maxlengthLabel: string;
|
|
511
511
|
}, true, {}, {}, {
|
|
512
512
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
513
513
|
name: {
|
|
514
514
|
type: StringConstructor;
|
|
515
515
|
required: true;
|
|
516
516
|
};
|
|
517
|
+
id: {
|
|
518
|
+
type: StringConstructor;
|
|
519
|
+
default: null;
|
|
520
|
+
};
|
|
517
521
|
color: {
|
|
518
522
|
type: () => NeonFunctionalColor;
|
|
519
523
|
default: null;
|
|
@@ -527,15 +531,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
527
531
|
default: boolean;
|
|
528
532
|
};
|
|
529
533
|
}>, {
|
|
530
|
-
|
|
534
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
531
535
|
[x: string]: unknown;
|
|
532
|
-
}
|
|
533
|
-
icon: import("vue").ComputedRef<string>;
|
|
536
|
+
}>;
|
|
537
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
534
538
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
535
539
|
name: {
|
|
536
540
|
type: StringConstructor;
|
|
537
541
|
required: true;
|
|
538
542
|
};
|
|
543
|
+
id: {
|
|
544
|
+
type: StringConstructor;
|
|
545
|
+
default: null;
|
|
546
|
+
};
|
|
539
547
|
color: {
|
|
540
548
|
type: () => NeonFunctionalColor;
|
|
541
549
|
default: null;
|
|
@@ -551,6 +559,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
551
559
|
}>> & Readonly<{}>, {
|
|
552
560
|
disabled: boolean;
|
|
553
561
|
color: NeonFunctionalColor;
|
|
562
|
+
id: string;
|
|
554
563
|
inverse: boolean;
|
|
555
564
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
556
565
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -590,7 +599,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
590
599
|
default: NeonInputMode;
|
|
591
600
|
};
|
|
592
601
|
autocomplete: {
|
|
593
|
-
type:
|
|
602
|
+
type: () => NeonInputMode;
|
|
594
603
|
default: string;
|
|
595
604
|
};
|
|
596
605
|
state: {
|
|
@@ -606,10 +615,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
606
615
|
default: null;
|
|
607
616
|
};
|
|
608
617
|
iconReadonly: {
|
|
609
|
-
/**
|
|
610
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
611
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
612
|
-
*/
|
|
613
618
|
type: BooleanConstructor;
|
|
614
619
|
default: boolean;
|
|
615
620
|
};
|
|
@@ -622,9 +627,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
622
627
|
default: number;
|
|
623
628
|
};
|
|
624
629
|
disabled: {
|
|
625
|
-
type: BooleanConstructor;
|
|
626
|
-
* Placement of the dropdown contents.
|
|
627
|
-
*/
|
|
630
|
+
type: BooleanConstructor;
|
|
628
631
|
default: boolean;
|
|
629
632
|
};
|
|
630
633
|
stateHighlight: {
|
|
@@ -639,6 +642,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
639
642
|
type: NumberConstructor;
|
|
640
643
|
default: null;
|
|
641
644
|
};
|
|
645
|
+
maxlengthLabel: {
|
|
646
|
+
type: StringConstructor;
|
|
647
|
+
default: string;
|
|
648
|
+
};
|
|
642
649
|
debounce: {
|
|
643
650
|
type: NumberConstructor;
|
|
644
651
|
default: undefined;
|
|
@@ -658,12 +665,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
658
665
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
659
666
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
660
667
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
668
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
661
669
|
focus: () => void;
|
|
662
670
|
click: () => void;
|
|
663
671
|
onFocus: () => void;
|
|
664
672
|
onBlur: () => void;
|
|
665
673
|
iconClicked: ($event: Event) => void;
|
|
666
|
-
changeValue: (event:
|
|
674
|
+
changeValue: (event: InputEvent) => void;
|
|
667
675
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
668
676
|
}, {}, {}, {}, {
|
|
669
677
|
disabled: boolean;
|
|
@@ -678,13 +686,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
678
686
|
inputmode: NeonInputMode;
|
|
679
687
|
modelValue: string;
|
|
680
688
|
state: import("../../../neon").NeonState;
|
|
681
|
-
autocomplete:
|
|
689
|
+
autocomplete: NeonInputMode;
|
|
682
690
|
rows: number;
|
|
683
691
|
iconReadonly: boolean;
|
|
684
692
|
hideIcon: boolean;
|
|
685
693
|
stateHighlight: boolean;
|
|
686
694
|
stateIcon: boolean;
|
|
687
695
|
maxlength: number;
|
|
696
|
+
maxlengthLabel: string;
|
|
688
697
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
689
698
|
id: {
|
|
690
699
|
type: StringConstructor;
|
|
@@ -715,7 +724,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
715
724
|
default: NeonInputMode;
|
|
716
725
|
};
|
|
717
726
|
autocomplete: {
|
|
718
|
-
type:
|
|
727
|
+
type: () => NeonInputMode;
|
|
719
728
|
default: string;
|
|
720
729
|
};
|
|
721
730
|
state: {
|
|
@@ -731,10 +740,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
731
740
|
default: null;
|
|
732
741
|
};
|
|
733
742
|
iconReadonly: {
|
|
734
|
-
/**
|
|
735
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
736
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
737
|
-
*/
|
|
738
743
|
type: BooleanConstructor;
|
|
739
744
|
default: boolean;
|
|
740
745
|
};
|
|
@@ -747,9 +752,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
747
752
|
default: number;
|
|
748
753
|
};
|
|
749
754
|
disabled: {
|
|
750
|
-
type: BooleanConstructor;
|
|
751
|
-
* Placement of the dropdown contents.
|
|
752
|
-
*/
|
|
755
|
+
type: BooleanConstructor;
|
|
753
756
|
default: boolean;
|
|
754
757
|
};
|
|
755
758
|
stateHighlight: {
|
|
@@ -764,6 +767,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
764
767
|
type: NumberConstructor;
|
|
765
768
|
default: null;
|
|
766
769
|
};
|
|
770
|
+
maxlengthLabel: {
|
|
771
|
+
type: StringConstructor;
|
|
772
|
+
default: string;
|
|
773
|
+
};
|
|
767
774
|
debounce: {
|
|
768
775
|
type: NumberConstructor;
|
|
769
776
|
default: undefined;
|
|
@@ -783,12 +790,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
783
790
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
784
791
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
785
792
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
793
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
786
794
|
focus: () => void;
|
|
787
795
|
click: () => void;
|
|
788
796
|
onFocus: () => void;
|
|
789
797
|
onBlur: () => void;
|
|
790
798
|
iconClicked: ($event: Event) => void;
|
|
791
|
-
changeValue: (event:
|
|
799
|
+
changeValue: (event: InputEvent) => void;
|
|
792
800
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
793
801
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
794
802
|
disabled: boolean;
|
|
@@ -803,19 +811,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
803
811
|
inputmode: NeonInputMode;
|
|
804
812
|
modelValue: string;
|
|
805
813
|
state: import("../../../neon").NeonState;
|
|
806
|
-
autocomplete:
|
|
814
|
+
autocomplete: NeonInputMode;
|
|
807
815
|
rows: number;
|
|
808
816
|
iconReadonly: boolean;
|
|
809
817
|
hideIcon: boolean;
|
|
810
818
|
stateHighlight: boolean;
|
|
811
819
|
stateIcon: boolean;
|
|
812
820
|
maxlength: number;
|
|
821
|
+
maxlengthLabel: string;
|
|
813
822
|
}, true, {}, {}, {
|
|
814
823
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
815
824
|
name: {
|
|
816
825
|
type: StringConstructor;
|
|
817
826
|
required: true;
|
|
818
827
|
};
|
|
828
|
+
id: {
|
|
829
|
+
type: StringConstructor;
|
|
830
|
+
default: null;
|
|
831
|
+
};
|
|
819
832
|
color: {
|
|
820
833
|
type: () => NeonFunctionalColor;
|
|
821
834
|
default: null;
|
|
@@ -829,15 +842,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
829
842
|
default: boolean;
|
|
830
843
|
};
|
|
831
844
|
}>, {
|
|
832
|
-
|
|
845
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
833
846
|
[x: string]: unknown;
|
|
834
|
-
}
|
|
835
|
-
icon: import("vue").ComputedRef<string>;
|
|
847
|
+
}>;
|
|
848
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
836
849
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
837
850
|
name: {
|
|
838
851
|
type: StringConstructor;
|
|
839
852
|
required: true;
|
|
840
853
|
};
|
|
854
|
+
id: {
|
|
855
|
+
type: StringConstructor;
|
|
856
|
+
default: null;
|
|
857
|
+
};
|
|
841
858
|
color: {
|
|
842
859
|
type: () => NeonFunctionalColor;
|
|
843
860
|
default: null;
|
|
@@ -853,6 +870,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
853
870
|
}>> & Readonly<{}>, {
|
|
854
871
|
disabled: boolean;
|
|
855
872
|
color: NeonFunctionalColor;
|
|
873
|
+
id: string;
|
|
856
874
|
inverse: boolean;
|
|
857
875
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
858
876
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -892,7 +910,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
892
910
|
default: NeonInputMode;
|
|
893
911
|
};
|
|
894
912
|
autocomplete: {
|
|
895
|
-
type:
|
|
913
|
+
type: () => NeonInputMode;
|
|
896
914
|
default: string;
|
|
897
915
|
};
|
|
898
916
|
state: {
|
|
@@ -908,10 +926,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
908
926
|
default: null;
|
|
909
927
|
};
|
|
910
928
|
iconReadonly: {
|
|
911
|
-
/**
|
|
912
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
913
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
914
|
-
*/
|
|
915
929
|
type: BooleanConstructor;
|
|
916
930
|
default: boolean;
|
|
917
931
|
};
|
|
@@ -924,9 +938,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
924
938
|
default: number;
|
|
925
939
|
};
|
|
926
940
|
disabled: {
|
|
927
|
-
type: BooleanConstructor;
|
|
928
|
-
* Placement of the dropdown contents.
|
|
929
|
-
*/
|
|
941
|
+
type: BooleanConstructor;
|
|
930
942
|
default: boolean;
|
|
931
943
|
};
|
|
932
944
|
stateHighlight: {
|
|
@@ -941,6 +953,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
941
953
|
type: NumberConstructor;
|
|
942
954
|
default: null;
|
|
943
955
|
};
|
|
956
|
+
maxlengthLabel: {
|
|
957
|
+
type: StringConstructor;
|
|
958
|
+
default: string;
|
|
959
|
+
};
|
|
944
960
|
debounce: {
|
|
945
961
|
type: NumberConstructor;
|
|
946
962
|
default: undefined;
|
|
@@ -960,12 +976,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
960
976
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
961
977
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
962
978
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
979
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
963
980
|
focus: () => void;
|
|
964
981
|
click: () => void;
|
|
965
982
|
onFocus: () => void;
|
|
966
983
|
onBlur: () => void;
|
|
967
984
|
iconClicked: ($event: Event) => void;
|
|
968
|
-
changeValue: (event:
|
|
985
|
+
changeValue: (event: InputEvent) => void;
|
|
969
986
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
970
987
|
}, {}, {}, {}, {
|
|
971
988
|
disabled: boolean;
|
|
@@ -980,13 +997,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
980
997
|
inputmode: NeonInputMode;
|
|
981
998
|
modelValue: string;
|
|
982
999
|
state: import("../../../neon").NeonState;
|
|
983
|
-
autocomplete:
|
|
1000
|
+
autocomplete: NeonInputMode;
|
|
984
1001
|
rows: number;
|
|
985
1002
|
iconReadonly: boolean;
|
|
986
1003
|
hideIcon: boolean;
|
|
987
1004
|
stateHighlight: boolean;
|
|
988
1005
|
stateIcon: boolean;
|
|
989
1006
|
maxlength: number;
|
|
1007
|
+
maxlengthLabel: string;
|
|
990
1008
|
}> | null>;
|
|
991
1009
|
files: import("vue").Ref<{
|
|
992
1010
|
readonly lastModified: number;
|
|
@@ -1335,6 +1353,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1335
1353
|
type: StringConstructor;
|
|
1336
1354
|
required: true;
|
|
1337
1355
|
};
|
|
1356
|
+
id: {
|
|
1357
|
+
type: StringConstructor;
|
|
1358
|
+
default: null;
|
|
1359
|
+
};
|
|
1338
1360
|
color: {
|
|
1339
1361
|
type: () => NeonFunctionalColor;
|
|
1340
1362
|
default: null;
|
|
@@ -1348,15 +1370,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1348
1370
|
default: boolean;
|
|
1349
1371
|
};
|
|
1350
1372
|
}>, {
|
|
1351
|
-
|
|
1373
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1352
1374
|
[x: string]: unknown;
|
|
1353
|
-
}
|
|
1354
|
-
icon: import("vue").ComputedRef<string>;
|
|
1375
|
+
}>;
|
|
1376
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1355
1377
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1356
1378
|
name: {
|
|
1357
1379
|
type: StringConstructor;
|
|
1358
1380
|
required: true;
|
|
1359
1381
|
};
|
|
1382
|
+
id: {
|
|
1383
|
+
type: StringConstructor;
|
|
1384
|
+
default: null;
|
|
1385
|
+
};
|
|
1360
1386
|
color: {
|
|
1361
1387
|
type: () => NeonFunctionalColor;
|
|
1362
1388
|
default: null;
|
|
@@ -1372,6 +1398,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1372
1398
|
}>> & Readonly<{}>, {
|
|
1373
1399
|
disabled: boolean;
|
|
1374
1400
|
color: NeonFunctionalColor;
|
|
1401
|
+
id: string;
|
|
1375
1402
|
inverse: boolean;
|
|
1376
1403
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1377
1404
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1434,6 +1461,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1434
1461
|
type: StringConstructor;
|
|
1435
1462
|
required: true;
|
|
1436
1463
|
};
|
|
1464
|
+
id: {
|
|
1465
|
+
type: StringConstructor;
|
|
1466
|
+
default: null;
|
|
1467
|
+
};
|
|
1437
1468
|
color: {
|
|
1438
1469
|
type: () => NeonFunctionalColor;
|
|
1439
1470
|
default: null;
|
|
@@ -1447,15 +1478,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1447
1478
|
default: boolean;
|
|
1448
1479
|
};
|
|
1449
1480
|
}>, {
|
|
1450
|
-
|
|
1481
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1451
1482
|
[x: string]: unknown;
|
|
1452
|
-
}
|
|
1453
|
-
icon: import("vue").ComputedRef<string>;
|
|
1483
|
+
}>;
|
|
1484
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1454
1485
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1455
1486
|
name: {
|
|
1456
1487
|
type: StringConstructor;
|
|
1457
1488
|
required: true;
|
|
1458
1489
|
};
|
|
1490
|
+
id: {
|
|
1491
|
+
type: StringConstructor;
|
|
1492
|
+
default: null;
|
|
1493
|
+
};
|
|
1459
1494
|
color: {
|
|
1460
1495
|
type: () => NeonFunctionalColor;
|
|
1461
1496
|
default: null;
|
|
@@ -1471,6 +1506,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1471
1506
|
}>> & Readonly<{}>, {
|
|
1472
1507
|
disabled: boolean;
|
|
1473
1508
|
color: NeonFunctionalColor;
|
|
1509
|
+
id: string;
|
|
1474
1510
|
inverse: boolean;
|
|
1475
1511
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1476
1512
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1505,7 +1541,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1505
1541
|
default: NeonInputMode;
|
|
1506
1542
|
};
|
|
1507
1543
|
autocomplete: {
|
|
1508
|
-
type:
|
|
1544
|
+
type: () => NeonInputMode;
|
|
1509
1545
|
default: string;
|
|
1510
1546
|
};
|
|
1511
1547
|
state: {
|
|
@@ -1521,10 +1557,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1521
1557
|
default: null;
|
|
1522
1558
|
};
|
|
1523
1559
|
iconReadonly: {
|
|
1524
|
-
/**
|
|
1525
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
1526
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
1527
|
-
*/
|
|
1528
1560
|
type: BooleanConstructor;
|
|
1529
1561
|
default: boolean;
|
|
1530
1562
|
};
|
|
@@ -1537,9 +1569,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1537
1569
|
default: number;
|
|
1538
1570
|
};
|
|
1539
1571
|
disabled: {
|
|
1540
|
-
type: BooleanConstructor;
|
|
1541
|
-
* Placement of the dropdown contents.
|
|
1542
|
-
*/
|
|
1572
|
+
type: BooleanConstructor;
|
|
1543
1573
|
default: boolean;
|
|
1544
1574
|
};
|
|
1545
1575
|
stateHighlight: {
|
|
@@ -1554,6 +1584,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1554
1584
|
type: NumberConstructor;
|
|
1555
1585
|
default: null;
|
|
1556
1586
|
};
|
|
1587
|
+
maxlengthLabel: {
|
|
1588
|
+
type: StringConstructor;
|
|
1589
|
+
default: string;
|
|
1590
|
+
};
|
|
1557
1591
|
debounce: {
|
|
1558
1592
|
type: NumberConstructor;
|
|
1559
1593
|
default: undefined;
|
|
@@ -1568,12 +1602,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1568
1602
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
1569
1603
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
1570
1604
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
1605
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
1571
1606
|
focus: () => void;
|
|
1572
1607
|
click: () => void;
|
|
1573
1608
|
onFocus: () => void;
|
|
1574
1609
|
onBlur: () => void;
|
|
1575
1610
|
iconClicked: ($event: Event) => void;
|
|
1576
|
-
changeValue: (event:
|
|
1611
|
+
changeValue: (event: InputEvent) => void;
|
|
1577
1612
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1578
1613
|
}, {}, {}, {}, 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<{
|
|
1579
1614
|
id: {
|
|
@@ -1605,7 +1640,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1605
1640
|
default: NeonInputMode;
|
|
1606
1641
|
};
|
|
1607
1642
|
autocomplete: {
|
|
1608
|
-
type:
|
|
1643
|
+
type: () => NeonInputMode;
|
|
1609
1644
|
default: string;
|
|
1610
1645
|
};
|
|
1611
1646
|
state: {
|
|
@@ -1621,10 +1656,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1621
1656
|
default: null;
|
|
1622
1657
|
};
|
|
1623
1658
|
iconReadonly: {
|
|
1624
|
-
/**
|
|
1625
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
1626
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
1627
|
-
*/
|
|
1628
1659
|
type: BooleanConstructor;
|
|
1629
1660
|
default: boolean;
|
|
1630
1661
|
};
|
|
@@ -1637,9 +1668,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1637
1668
|
default: number;
|
|
1638
1669
|
};
|
|
1639
1670
|
disabled: {
|
|
1640
|
-
type: BooleanConstructor;
|
|
1641
|
-
* Placement of the dropdown contents.
|
|
1642
|
-
*/
|
|
1671
|
+
type: BooleanConstructor;
|
|
1643
1672
|
default: boolean;
|
|
1644
1673
|
};
|
|
1645
1674
|
stateHighlight: {
|
|
@@ -1654,6 +1683,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1654
1683
|
type: NumberConstructor;
|
|
1655
1684
|
default: null;
|
|
1656
1685
|
};
|
|
1686
|
+
maxlengthLabel: {
|
|
1687
|
+
type: StringConstructor;
|
|
1688
|
+
default: string;
|
|
1689
|
+
};
|
|
1657
1690
|
debounce: {
|
|
1658
1691
|
type: NumberConstructor;
|
|
1659
1692
|
default: undefined;
|
|
@@ -1676,19 +1709,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1676
1709
|
inputmode: NeonInputMode;
|
|
1677
1710
|
modelValue: string;
|
|
1678
1711
|
state: import("../../../neon").NeonState;
|
|
1679
|
-
autocomplete:
|
|
1712
|
+
autocomplete: NeonInputMode;
|
|
1680
1713
|
rows: number;
|
|
1681
1714
|
iconReadonly: boolean;
|
|
1682
1715
|
hideIcon: boolean;
|
|
1683
1716
|
stateHighlight: boolean;
|
|
1684
1717
|
stateIcon: boolean;
|
|
1685
1718
|
maxlength: number;
|
|
1719
|
+
maxlengthLabel: string;
|
|
1686
1720
|
}, {}, {
|
|
1687
1721
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1688
1722
|
name: {
|
|
1689
1723
|
type: StringConstructor;
|
|
1690
1724
|
required: true;
|
|
1691
1725
|
};
|
|
1726
|
+
id: {
|
|
1727
|
+
type: StringConstructor;
|
|
1728
|
+
default: null;
|
|
1729
|
+
};
|
|
1692
1730
|
color: {
|
|
1693
1731
|
type: () => NeonFunctionalColor;
|
|
1694
1732
|
default: null;
|
|
@@ -1702,15 +1740,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1702
1740
|
default: boolean;
|
|
1703
1741
|
};
|
|
1704
1742
|
}>, {
|
|
1705
|
-
|
|
1743
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1706
1744
|
[x: string]: unknown;
|
|
1707
|
-
}
|
|
1708
|
-
icon: import("vue").ComputedRef<string>;
|
|
1745
|
+
}>;
|
|
1746
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1709
1747
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1710
1748
|
name: {
|
|
1711
1749
|
type: StringConstructor;
|
|
1712
1750
|
required: true;
|
|
1713
1751
|
};
|
|
1752
|
+
id: {
|
|
1753
|
+
type: StringConstructor;
|
|
1754
|
+
default: null;
|
|
1755
|
+
};
|
|
1714
1756
|
color: {
|
|
1715
1757
|
type: () => NeonFunctionalColor;
|
|
1716
1758
|
default: null;
|
|
@@ -1726,6 +1768,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1726
1768
|
}>> & Readonly<{}>, {
|
|
1727
1769
|
disabled: boolean;
|
|
1728
1770
|
color: NeonFunctionalColor;
|
|
1771
|
+
id: string;
|
|
1729
1772
|
inverse: boolean;
|
|
1730
1773
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1731
1774
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1778,6 +1821,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1778
1821
|
type: StringConstructor;
|
|
1779
1822
|
required: true;
|
|
1780
1823
|
};
|
|
1824
|
+
id: {
|
|
1825
|
+
type: StringConstructor;
|
|
1826
|
+
default: null;
|
|
1827
|
+
};
|
|
1781
1828
|
color: {
|
|
1782
1829
|
type: () => NeonFunctionalColor;
|
|
1783
1830
|
default: null;
|
|
@@ -1791,15 +1838,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1791
1838
|
default: boolean;
|
|
1792
1839
|
};
|
|
1793
1840
|
}>, {
|
|
1794
|
-
|
|
1841
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1795
1842
|
[x: string]: unknown;
|
|
1796
|
-
}
|
|
1797
|
-
icon: import("vue").ComputedRef<string>;
|
|
1843
|
+
}>;
|
|
1844
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1798
1845
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1799
1846
|
name: {
|
|
1800
1847
|
type: StringConstructor;
|
|
1801
1848
|
required: true;
|
|
1802
1849
|
};
|
|
1850
|
+
id: {
|
|
1851
|
+
type: StringConstructor;
|
|
1852
|
+
default: null;
|
|
1853
|
+
};
|
|
1803
1854
|
color: {
|
|
1804
1855
|
type: () => NeonFunctionalColor;
|
|
1805
1856
|
default: null;
|
|
@@ -1815,6 +1866,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1815
1866
|
}>> & Readonly<{}>, {
|
|
1816
1867
|
disabled: boolean;
|
|
1817
1868
|
color: NeonFunctionalColor;
|
|
1869
|
+
id: string;
|
|
1818
1870
|
inverse: boolean;
|
|
1819
1871
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1820
1872
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1824,6 +1876,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1824
1876
|
type: StringConstructor;
|
|
1825
1877
|
required: true;
|
|
1826
1878
|
};
|
|
1879
|
+
id: {
|
|
1880
|
+
type: StringConstructor;
|
|
1881
|
+
default: null;
|
|
1882
|
+
};
|
|
1827
1883
|
color: {
|
|
1828
1884
|
type: () => NeonFunctionalColor;
|
|
1829
1885
|
default: null;
|
|
@@ -1837,15 +1893,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1837
1893
|
default: boolean;
|
|
1838
1894
|
};
|
|
1839
1895
|
}>, {
|
|
1840
|
-
|
|
1896
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1841
1897
|
[x: string]: unknown;
|
|
1842
|
-
}
|
|
1843
|
-
icon: import("vue").ComputedRef<string>;
|
|
1898
|
+
}>;
|
|
1899
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1844
1900
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1845
1901
|
name: {
|
|
1846
1902
|
type: StringConstructor;
|
|
1847
1903
|
required: true;
|
|
1848
1904
|
};
|
|
1905
|
+
id: {
|
|
1906
|
+
type: StringConstructor;
|
|
1907
|
+
default: null;
|
|
1908
|
+
};
|
|
1849
1909
|
color: {
|
|
1850
1910
|
type: () => NeonFunctionalColor;
|
|
1851
1911
|
default: null;
|
|
@@ -1861,6 +1921,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1861
1921
|
}>> & Readonly<{}>, {
|
|
1862
1922
|
disabled: boolean;
|
|
1863
1923
|
color: NeonFunctionalColor;
|
|
1924
|
+
id: string;
|
|
1864
1925
|
inverse: boolean;
|
|
1865
1926
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1866
1927
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2116,6 +2177,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2116
2177
|
type: StringConstructor;
|
|
2117
2178
|
required: true;
|
|
2118
2179
|
};
|
|
2180
|
+
id: {
|
|
2181
|
+
type: StringConstructor;
|
|
2182
|
+
default: null;
|
|
2183
|
+
};
|
|
2119
2184
|
color: {
|
|
2120
2185
|
type: () => NeonFunctionalColor;
|
|
2121
2186
|
default: null;
|
|
@@ -2129,15 +2194,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2129
2194
|
default: boolean;
|
|
2130
2195
|
};
|
|
2131
2196
|
}>, {
|
|
2132
|
-
|
|
2197
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2133
2198
|
[x: string]: unknown;
|
|
2134
|
-
}
|
|
2135
|
-
icon: import("vue").ComputedRef<string>;
|
|
2199
|
+
}>;
|
|
2200
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2136
2201
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2137
2202
|
name: {
|
|
2138
2203
|
type: StringConstructor;
|
|
2139
2204
|
required: true;
|
|
2140
2205
|
};
|
|
2206
|
+
id: {
|
|
2207
|
+
type: StringConstructor;
|
|
2208
|
+
default: null;
|
|
2209
|
+
};
|
|
2141
2210
|
color: {
|
|
2142
2211
|
type: () => NeonFunctionalColor;
|
|
2143
2212
|
default: null;
|
|
@@ -2153,6 +2222,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2153
2222
|
}>> & Readonly<{}>, {
|
|
2154
2223
|
disabled: boolean;
|
|
2155
2224
|
color: NeonFunctionalColor;
|
|
2225
|
+
id: string;
|
|
2156
2226
|
inverse: boolean;
|
|
2157
2227
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2158
2228
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2215,6 +2285,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2215
2285
|
type: StringConstructor;
|
|
2216
2286
|
required: true;
|
|
2217
2287
|
};
|
|
2288
|
+
id: {
|
|
2289
|
+
type: StringConstructor;
|
|
2290
|
+
default: null;
|
|
2291
|
+
};
|
|
2218
2292
|
color: {
|
|
2219
2293
|
type: () => NeonFunctionalColor;
|
|
2220
2294
|
default: null;
|
|
@@ -2228,15 +2302,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2228
2302
|
default: boolean;
|
|
2229
2303
|
};
|
|
2230
2304
|
}>, {
|
|
2231
|
-
|
|
2305
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2232
2306
|
[x: string]: unknown;
|
|
2233
|
-
}
|
|
2234
|
-
icon: import("vue").ComputedRef<string>;
|
|
2307
|
+
}>;
|
|
2308
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2235
2309
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2236
2310
|
name: {
|
|
2237
2311
|
type: StringConstructor;
|
|
2238
2312
|
required: true;
|
|
2239
2313
|
};
|
|
2314
|
+
id: {
|
|
2315
|
+
type: StringConstructor;
|
|
2316
|
+
default: null;
|
|
2317
|
+
};
|
|
2240
2318
|
color: {
|
|
2241
2319
|
type: () => NeonFunctionalColor;
|
|
2242
2320
|
default: null;
|
|
@@ -2252,6 +2330,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2252
2330
|
}>> & Readonly<{}>, {
|
|
2253
2331
|
disabled: boolean;
|
|
2254
2332
|
color: NeonFunctionalColor;
|
|
2333
|
+
id: string;
|
|
2255
2334
|
inverse: boolean;
|
|
2256
2335
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2257
2336
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2744,7 +2823,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2744
2823
|
default: NeonInputMode;
|
|
2745
2824
|
};
|
|
2746
2825
|
autocomplete: {
|
|
2747
|
-
type:
|
|
2826
|
+
type: () => NeonInputMode;
|
|
2748
2827
|
default: string;
|
|
2749
2828
|
};
|
|
2750
2829
|
state: {
|
|
@@ -2760,10 +2839,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2760
2839
|
default: null;
|
|
2761
2840
|
};
|
|
2762
2841
|
iconReadonly: {
|
|
2763
|
-
/**
|
|
2764
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
2765
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
2766
|
-
*/
|
|
2767
2842
|
type: BooleanConstructor;
|
|
2768
2843
|
default: boolean;
|
|
2769
2844
|
};
|
|
@@ -2776,9 +2851,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2776
2851
|
default: number;
|
|
2777
2852
|
};
|
|
2778
2853
|
disabled: {
|
|
2779
|
-
type: BooleanConstructor;
|
|
2780
|
-
* Placement of the dropdown contents.
|
|
2781
|
-
*/
|
|
2854
|
+
type: BooleanConstructor;
|
|
2782
2855
|
default: boolean;
|
|
2783
2856
|
};
|
|
2784
2857
|
stateHighlight: {
|
|
@@ -2793,6 +2866,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2793
2866
|
type: NumberConstructor;
|
|
2794
2867
|
default: null;
|
|
2795
2868
|
};
|
|
2869
|
+
maxlengthLabel: {
|
|
2870
|
+
type: StringConstructor;
|
|
2871
|
+
default: string;
|
|
2872
|
+
};
|
|
2796
2873
|
debounce: {
|
|
2797
2874
|
type: NumberConstructor;
|
|
2798
2875
|
default: undefined;
|
|
@@ -2812,12 +2889,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2812
2889
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
2813
2890
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
2814
2891
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
2892
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
2815
2893
|
focus: () => void;
|
|
2816
2894
|
click: () => void;
|
|
2817
2895
|
onFocus: () => void;
|
|
2818
2896
|
onBlur: () => void;
|
|
2819
2897
|
iconClicked: ($event: Event) => void;
|
|
2820
|
-
changeValue: (event:
|
|
2898
|
+
changeValue: (event: InputEvent) => void;
|
|
2821
2899
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2822
2900
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
2823
2901
|
disabled: boolean;
|
|
@@ -2832,19 +2910,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2832
2910
|
inputmode: NeonInputMode;
|
|
2833
2911
|
modelValue: string;
|
|
2834
2912
|
state: import("../../../neon").NeonState;
|
|
2835
|
-
autocomplete:
|
|
2913
|
+
autocomplete: NeonInputMode;
|
|
2836
2914
|
rows: number;
|
|
2837
2915
|
iconReadonly: boolean;
|
|
2838
2916
|
hideIcon: boolean;
|
|
2839
2917
|
stateHighlight: boolean;
|
|
2840
2918
|
stateIcon: boolean;
|
|
2841
2919
|
maxlength: number;
|
|
2920
|
+
maxlengthLabel: string;
|
|
2842
2921
|
}, true, {}, {}, {
|
|
2843
2922
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2844
2923
|
name: {
|
|
2845
2924
|
type: StringConstructor;
|
|
2846
2925
|
required: true;
|
|
2847
2926
|
};
|
|
2927
|
+
id: {
|
|
2928
|
+
type: StringConstructor;
|
|
2929
|
+
default: null;
|
|
2930
|
+
};
|
|
2848
2931
|
color: {
|
|
2849
2932
|
type: () => NeonFunctionalColor;
|
|
2850
2933
|
default: null;
|
|
@@ -2858,15 +2941,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2858
2941
|
default: boolean;
|
|
2859
2942
|
};
|
|
2860
2943
|
}>, {
|
|
2861
|
-
|
|
2944
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2862
2945
|
[x: string]: unknown;
|
|
2863
|
-
}
|
|
2864
|
-
icon: import("vue").ComputedRef<string>;
|
|
2946
|
+
}>;
|
|
2947
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2865
2948
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2866
2949
|
name: {
|
|
2867
2950
|
type: StringConstructor;
|
|
2868
2951
|
required: true;
|
|
2869
2952
|
};
|
|
2953
|
+
id: {
|
|
2954
|
+
type: StringConstructor;
|
|
2955
|
+
default: null;
|
|
2956
|
+
};
|
|
2870
2957
|
color: {
|
|
2871
2958
|
type: () => NeonFunctionalColor;
|
|
2872
2959
|
default: null;
|
|
@@ -2882,6 +2969,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2882
2969
|
}>> & Readonly<{}>, {
|
|
2883
2970
|
disabled: boolean;
|
|
2884
2971
|
color: NeonFunctionalColor;
|
|
2972
|
+
id: string;
|
|
2885
2973
|
inverse: boolean;
|
|
2886
2974
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2887
2975
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2921,7 +3009,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2921
3009
|
default: NeonInputMode;
|
|
2922
3010
|
};
|
|
2923
3011
|
autocomplete: {
|
|
2924
|
-
type:
|
|
3012
|
+
type: () => NeonInputMode;
|
|
2925
3013
|
default: string;
|
|
2926
3014
|
};
|
|
2927
3015
|
state: {
|
|
@@ -2937,10 +3025,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2937
3025
|
default: null;
|
|
2938
3026
|
};
|
|
2939
3027
|
iconReadonly: {
|
|
2940
|
-
/**
|
|
2941
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
2942
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
2943
|
-
*/
|
|
2944
3028
|
type: BooleanConstructor;
|
|
2945
3029
|
default: boolean;
|
|
2946
3030
|
};
|
|
@@ -2953,9 +3037,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2953
3037
|
default: number;
|
|
2954
3038
|
};
|
|
2955
3039
|
disabled: {
|
|
2956
|
-
type: BooleanConstructor;
|
|
2957
|
-
* Placement of the dropdown contents.
|
|
2958
|
-
*/
|
|
3040
|
+
type: BooleanConstructor;
|
|
2959
3041
|
default: boolean;
|
|
2960
3042
|
};
|
|
2961
3043
|
stateHighlight: {
|
|
@@ -2970,6 +3052,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2970
3052
|
type: NumberConstructor;
|
|
2971
3053
|
default: null;
|
|
2972
3054
|
};
|
|
3055
|
+
maxlengthLabel: {
|
|
3056
|
+
type: StringConstructor;
|
|
3057
|
+
default: string;
|
|
3058
|
+
};
|
|
2973
3059
|
debounce: {
|
|
2974
3060
|
type: NumberConstructor;
|
|
2975
3061
|
default: undefined;
|
|
@@ -2989,12 +3075,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2989
3075
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
2990
3076
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
2991
3077
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3078
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
2992
3079
|
focus: () => void;
|
|
2993
3080
|
click: () => void;
|
|
2994
3081
|
onFocus: () => void;
|
|
2995
3082
|
onBlur: () => void;
|
|
2996
3083
|
iconClicked: ($event: Event) => void;
|
|
2997
|
-
changeValue: (event:
|
|
3084
|
+
changeValue: (event: InputEvent) => void;
|
|
2998
3085
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2999
3086
|
}, {}, {}, {}, {
|
|
3000
3087
|
disabled: boolean;
|
|
@@ -3009,13 +3096,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3009
3096
|
inputmode: NeonInputMode;
|
|
3010
3097
|
modelValue: string;
|
|
3011
3098
|
state: import("../../../neon").NeonState;
|
|
3012
|
-
autocomplete:
|
|
3099
|
+
autocomplete: NeonInputMode;
|
|
3013
3100
|
rows: number;
|
|
3014
3101
|
iconReadonly: boolean;
|
|
3015
3102
|
hideIcon: boolean;
|
|
3016
3103
|
stateHighlight: boolean;
|
|
3017
3104
|
stateIcon: boolean;
|
|
3018
3105
|
maxlength: number;
|
|
3106
|
+
maxlengthLabel: string;
|
|
3019
3107
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3020
3108
|
id: {
|
|
3021
3109
|
type: StringConstructor;
|
|
@@ -3046,7 +3134,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3046
3134
|
default: NeonInputMode;
|
|
3047
3135
|
};
|
|
3048
3136
|
autocomplete: {
|
|
3049
|
-
type:
|
|
3137
|
+
type: () => NeonInputMode;
|
|
3050
3138
|
default: string;
|
|
3051
3139
|
};
|
|
3052
3140
|
state: {
|
|
@@ -3062,10 +3150,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3062
3150
|
default: null;
|
|
3063
3151
|
};
|
|
3064
3152
|
iconReadonly: {
|
|
3065
|
-
/**
|
|
3066
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
3067
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
3068
|
-
*/
|
|
3069
3153
|
type: BooleanConstructor;
|
|
3070
3154
|
default: boolean;
|
|
3071
3155
|
};
|
|
@@ -3078,9 +3162,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3078
3162
|
default: number;
|
|
3079
3163
|
};
|
|
3080
3164
|
disabled: {
|
|
3081
|
-
type: BooleanConstructor;
|
|
3082
|
-
* Placement of the dropdown contents.
|
|
3083
|
-
*/
|
|
3165
|
+
type: BooleanConstructor;
|
|
3084
3166
|
default: boolean;
|
|
3085
3167
|
};
|
|
3086
3168
|
stateHighlight: {
|
|
@@ -3095,6 +3177,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3095
3177
|
type: NumberConstructor;
|
|
3096
3178
|
default: null;
|
|
3097
3179
|
};
|
|
3180
|
+
maxlengthLabel: {
|
|
3181
|
+
type: StringConstructor;
|
|
3182
|
+
default: string;
|
|
3183
|
+
};
|
|
3098
3184
|
debounce: {
|
|
3099
3185
|
type: NumberConstructor;
|
|
3100
3186
|
default: undefined;
|
|
@@ -3114,12 +3200,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3114
3200
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3115
3201
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3116
3202
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3203
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3117
3204
|
focus: () => void;
|
|
3118
3205
|
click: () => void;
|
|
3119
3206
|
onFocus: () => void;
|
|
3120
3207
|
onBlur: () => void;
|
|
3121
3208
|
iconClicked: ($event: Event) => void;
|
|
3122
|
-
changeValue: (event:
|
|
3209
|
+
changeValue: (event: InputEvent) => void;
|
|
3123
3210
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3124
3211
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
3125
3212
|
disabled: boolean;
|
|
@@ -3134,19 +3221,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3134
3221
|
inputmode: NeonInputMode;
|
|
3135
3222
|
modelValue: string;
|
|
3136
3223
|
state: import("../../../neon").NeonState;
|
|
3137
|
-
autocomplete:
|
|
3224
|
+
autocomplete: NeonInputMode;
|
|
3138
3225
|
rows: number;
|
|
3139
3226
|
iconReadonly: boolean;
|
|
3140
3227
|
hideIcon: boolean;
|
|
3141
3228
|
stateHighlight: boolean;
|
|
3142
3229
|
stateIcon: boolean;
|
|
3143
3230
|
maxlength: number;
|
|
3231
|
+
maxlengthLabel: string;
|
|
3144
3232
|
}, true, {}, {}, {
|
|
3145
3233
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3146
3234
|
name: {
|
|
3147
3235
|
type: StringConstructor;
|
|
3148
3236
|
required: true;
|
|
3149
3237
|
};
|
|
3238
|
+
id: {
|
|
3239
|
+
type: StringConstructor;
|
|
3240
|
+
default: null;
|
|
3241
|
+
};
|
|
3150
3242
|
color: {
|
|
3151
3243
|
type: () => NeonFunctionalColor;
|
|
3152
3244
|
default: null;
|
|
@@ -3160,15 +3252,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3160
3252
|
default: boolean;
|
|
3161
3253
|
};
|
|
3162
3254
|
}>, {
|
|
3163
|
-
|
|
3255
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3164
3256
|
[x: string]: unknown;
|
|
3165
|
-
}
|
|
3166
|
-
icon: import("vue").ComputedRef<string>;
|
|
3257
|
+
}>;
|
|
3258
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3167
3259
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3168
3260
|
name: {
|
|
3169
3261
|
type: StringConstructor;
|
|
3170
3262
|
required: true;
|
|
3171
3263
|
};
|
|
3264
|
+
id: {
|
|
3265
|
+
type: StringConstructor;
|
|
3266
|
+
default: null;
|
|
3267
|
+
};
|
|
3172
3268
|
color: {
|
|
3173
3269
|
type: () => NeonFunctionalColor;
|
|
3174
3270
|
default: null;
|
|
@@ -3184,6 +3280,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3184
3280
|
}>> & Readonly<{}>, {
|
|
3185
3281
|
disabled: boolean;
|
|
3186
3282
|
color: NeonFunctionalColor;
|
|
3283
|
+
id: string;
|
|
3187
3284
|
inverse: boolean;
|
|
3188
3285
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3189
3286
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3223,7 +3320,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3223
3320
|
default: NeonInputMode;
|
|
3224
3321
|
};
|
|
3225
3322
|
autocomplete: {
|
|
3226
|
-
type:
|
|
3323
|
+
type: () => NeonInputMode;
|
|
3227
3324
|
default: string;
|
|
3228
3325
|
};
|
|
3229
3326
|
state: {
|
|
@@ -3239,10 +3336,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3239
3336
|
default: null;
|
|
3240
3337
|
};
|
|
3241
3338
|
iconReadonly: {
|
|
3242
|
-
/**
|
|
3243
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
3244
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
3245
|
-
*/
|
|
3246
3339
|
type: BooleanConstructor;
|
|
3247
3340
|
default: boolean;
|
|
3248
3341
|
};
|
|
@@ -3255,9 +3348,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3255
3348
|
default: number;
|
|
3256
3349
|
};
|
|
3257
3350
|
disabled: {
|
|
3258
|
-
type: BooleanConstructor;
|
|
3259
|
-
* Placement of the dropdown contents.
|
|
3260
|
-
*/
|
|
3351
|
+
type: BooleanConstructor;
|
|
3261
3352
|
default: boolean;
|
|
3262
3353
|
};
|
|
3263
3354
|
stateHighlight: {
|
|
@@ -3272,6 +3363,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3272
3363
|
type: NumberConstructor;
|
|
3273
3364
|
default: null;
|
|
3274
3365
|
};
|
|
3366
|
+
maxlengthLabel: {
|
|
3367
|
+
type: StringConstructor;
|
|
3368
|
+
default: string;
|
|
3369
|
+
};
|
|
3275
3370
|
debounce: {
|
|
3276
3371
|
type: NumberConstructor;
|
|
3277
3372
|
default: undefined;
|
|
@@ -3291,12 +3386,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3291
3386
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3292
3387
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3293
3388
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3389
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3294
3390
|
focus: () => void;
|
|
3295
3391
|
click: () => void;
|
|
3296
3392
|
onFocus: () => void;
|
|
3297
3393
|
onBlur: () => void;
|
|
3298
3394
|
iconClicked: ($event: Event) => void;
|
|
3299
|
-
changeValue: (event:
|
|
3395
|
+
changeValue: (event: InputEvent) => void;
|
|
3300
3396
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3301
3397
|
}, {}, {}, {}, {
|
|
3302
3398
|
disabled: boolean;
|
|
@@ -3311,13 +3407,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3311
3407
|
inputmode: NeonInputMode;
|
|
3312
3408
|
modelValue: string;
|
|
3313
3409
|
state: import("../../../neon").NeonState;
|
|
3314
|
-
autocomplete:
|
|
3410
|
+
autocomplete: NeonInputMode;
|
|
3315
3411
|
rows: number;
|
|
3316
3412
|
iconReadonly: boolean;
|
|
3317
3413
|
hideIcon: boolean;
|
|
3318
3414
|
stateHighlight: boolean;
|
|
3319
3415
|
stateIcon: boolean;
|
|
3320
3416
|
maxlength: number;
|
|
3417
|
+
maxlengthLabel: string;
|
|
3321
3418
|
}> | null>;
|
|
3322
3419
|
files: import("vue").Ref<{
|
|
3323
3420
|
readonly lastModified: number;
|
|
@@ -3666,6 +3763,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3666
3763
|
type: StringConstructor;
|
|
3667
3764
|
required: true;
|
|
3668
3765
|
};
|
|
3766
|
+
id: {
|
|
3767
|
+
type: StringConstructor;
|
|
3768
|
+
default: null;
|
|
3769
|
+
};
|
|
3669
3770
|
color: {
|
|
3670
3771
|
type: () => NeonFunctionalColor;
|
|
3671
3772
|
default: null;
|
|
@@ -3679,15 +3780,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3679
3780
|
default: boolean;
|
|
3680
3781
|
};
|
|
3681
3782
|
}>, {
|
|
3682
|
-
|
|
3783
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3683
3784
|
[x: string]: unknown;
|
|
3684
|
-
}
|
|
3685
|
-
icon: import("vue").ComputedRef<string>;
|
|
3785
|
+
}>;
|
|
3786
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3686
3787
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3687
3788
|
name: {
|
|
3688
3789
|
type: StringConstructor;
|
|
3689
3790
|
required: true;
|
|
3690
3791
|
};
|
|
3792
|
+
id: {
|
|
3793
|
+
type: StringConstructor;
|
|
3794
|
+
default: null;
|
|
3795
|
+
};
|
|
3691
3796
|
color: {
|
|
3692
3797
|
type: () => NeonFunctionalColor;
|
|
3693
3798
|
default: null;
|
|
@@ -3703,6 +3808,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3703
3808
|
}>> & Readonly<{}>, {
|
|
3704
3809
|
disabled: boolean;
|
|
3705
3810
|
color: NeonFunctionalColor;
|
|
3811
|
+
id: string;
|
|
3706
3812
|
inverse: boolean;
|
|
3707
3813
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3708
3814
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3765,6 +3871,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3765
3871
|
type: StringConstructor;
|
|
3766
3872
|
required: true;
|
|
3767
3873
|
};
|
|
3874
|
+
id: {
|
|
3875
|
+
type: StringConstructor;
|
|
3876
|
+
default: null;
|
|
3877
|
+
};
|
|
3768
3878
|
color: {
|
|
3769
3879
|
type: () => NeonFunctionalColor;
|
|
3770
3880
|
default: null;
|
|
@@ -3778,15 +3888,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3778
3888
|
default: boolean;
|
|
3779
3889
|
};
|
|
3780
3890
|
}>, {
|
|
3781
|
-
|
|
3891
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3782
3892
|
[x: string]: unknown;
|
|
3783
|
-
}
|
|
3784
|
-
icon: import("vue").ComputedRef<string>;
|
|
3893
|
+
}>;
|
|
3894
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3785
3895
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3786
3896
|
name: {
|
|
3787
3897
|
type: StringConstructor;
|
|
3788
3898
|
required: true;
|
|
3789
3899
|
};
|
|
3900
|
+
id: {
|
|
3901
|
+
type: StringConstructor;
|
|
3902
|
+
default: null;
|
|
3903
|
+
};
|
|
3790
3904
|
color: {
|
|
3791
3905
|
type: () => NeonFunctionalColor;
|
|
3792
3906
|
default: null;
|
|
@@ -3802,6 +3916,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3802
3916
|
}>> & Readonly<{}>, {
|
|
3803
3917
|
disabled: boolean;
|
|
3804
3918
|
color: NeonFunctionalColor;
|
|
3919
|
+
id: string;
|
|
3805
3920
|
inverse: boolean;
|
|
3806
3921
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3807
3922
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3836,7 +3951,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3836
3951
|
default: NeonInputMode;
|
|
3837
3952
|
};
|
|
3838
3953
|
autocomplete: {
|
|
3839
|
-
type:
|
|
3954
|
+
type: () => NeonInputMode;
|
|
3840
3955
|
default: string;
|
|
3841
3956
|
};
|
|
3842
3957
|
state: {
|
|
@@ -3852,10 +3967,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3852
3967
|
default: null;
|
|
3853
3968
|
};
|
|
3854
3969
|
iconReadonly: {
|
|
3855
|
-
/**
|
|
3856
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
3857
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
3858
|
-
*/
|
|
3859
3970
|
type: BooleanConstructor;
|
|
3860
3971
|
default: boolean;
|
|
3861
3972
|
};
|
|
@@ -3868,9 +3979,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3868
3979
|
default: number;
|
|
3869
3980
|
};
|
|
3870
3981
|
disabled: {
|
|
3871
|
-
type: BooleanConstructor;
|
|
3872
|
-
* Placement of the dropdown contents.
|
|
3873
|
-
*/
|
|
3982
|
+
type: BooleanConstructor;
|
|
3874
3983
|
default: boolean;
|
|
3875
3984
|
};
|
|
3876
3985
|
stateHighlight: {
|
|
@@ -3885,6 +3994,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3885
3994
|
type: NumberConstructor;
|
|
3886
3995
|
default: null;
|
|
3887
3996
|
};
|
|
3997
|
+
maxlengthLabel: {
|
|
3998
|
+
type: StringConstructor;
|
|
3999
|
+
default: string;
|
|
4000
|
+
};
|
|
3888
4001
|
debounce: {
|
|
3889
4002
|
type: NumberConstructor;
|
|
3890
4003
|
default: undefined;
|
|
@@ -3899,12 +4012,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3899
4012
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3900
4013
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3901
4014
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
4015
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3902
4016
|
focus: () => void;
|
|
3903
4017
|
click: () => void;
|
|
3904
4018
|
onFocus: () => void;
|
|
3905
4019
|
onBlur: () => void;
|
|
3906
4020
|
iconClicked: ($event: Event) => void;
|
|
3907
|
-
changeValue: (event:
|
|
4021
|
+
changeValue: (event: InputEvent) => void;
|
|
3908
4022
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3909
4023
|
}, {}, {}, {}, 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<{
|
|
3910
4024
|
id: {
|
|
@@ -3936,7 +4050,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3936
4050
|
default: NeonInputMode;
|
|
3937
4051
|
};
|
|
3938
4052
|
autocomplete: {
|
|
3939
|
-
type:
|
|
4053
|
+
type: () => NeonInputMode;
|
|
3940
4054
|
default: string;
|
|
3941
4055
|
};
|
|
3942
4056
|
state: {
|
|
@@ -3952,10 +4066,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3952
4066
|
default: null;
|
|
3953
4067
|
};
|
|
3954
4068
|
iconReadonly: {
|
|
3955
|
-
/**
|
|
3956
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
3957
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
3958
|
-
*/
|
|
3959
4069
|
type: BooleanConstructor;
|
|
3960
4070
|
default: boolean;
|
|
3961
4071
|
};
|
|
@@ -3968,9 +4078,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3968
4078
|
default: number;
|
|
3969
4079
|
};
|
|
3970
4080
|
disabled: {
|
|
3971
|
-
type: BooleanConstructor;
|
|
3972
|
-
* Placement of the dropdown contents.
|
|
3973
|
-
*/
|
|
4081
|
+
type: BooleanConstructor;
|
|
3974
4082
|
default: boolean;
|
|
3975
4083
|
};
|
|
3976
4084
|
stateHighlight: {
|
|
@@ -3985,6 +4093,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3985
4093
|
type: NumberConstructor;
|
|
3986
4094
|
default: null;
|
|
3987
4095
|
};
|
|
4096
|
+
maxlengthLabel: {
|
|
4097
|
+
type: StringConstructor;
|
|
4098
|
+
default: string;
|
|
4099
|
+
};
|
|
3988
4100
|
debounce: {
|
|
3989
4101
|
type: NumberConstructor;
|
|
3990
4102
|
default: undefined;
|
|
@@ -4007,19 +4119,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4007
4119
|
inputmode: NeonInputMode;
|
|
4008
4120
|
modelValue: string;
|
|
4009
4121
|
state: import("../../../neon").NeonState;
|
|
4010
|
-
autocomplete:
|
|
4122
|
+
autocomplete: NeonInputMode;
|
|
4011
4123
|
rows: number;
|
|
4012
4124
|
iconReadonly: boolean;
|
|
4013
4125
|
hideIcon: boolean;
|
|
4014
4126
|
stateHighlight: boolean;
|
|
4015
4127
|
stateIcon: boolean;
|
|
4016
4128
|
maxlength: number;
|
|
4129
|
+
maxlengthLabel: string;
|
|
4017
4130
|
}, {}, {
|
|
4018
4131
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4019
4132
|
name: {
|
|
4020
4133
|
type: StringConstructor;
|
|
4021
4134
|
required: true;
|
|
4022
4135
|
};
|
|
4136
|
+
id: {
|
|
4137
|
+
type: StringConstructor;
|
|
4138
|
+
default: null;
|
|
4139
|
+
};
|
|
4023
4140
|
color: {
|
|
4024
4141
|
type: () => NeonFunctionalColor;
|
|
4025
4142
|
default: null;
|
|
@@ -4033,15 +4150,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4033
4150
|
default: boolean;
|
|
4034
4151
|
};
|
|
4035
4152
|
}>, {
|
|
4036
|
-
|
|
4153
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4037
4154
|
[x: string]: unknown;
|
|
4038
|
-
}
|
|
4039
|
-
icon: import("vue").ComputedRef<string>;
|
|
4155
|
+
}>;
|
|
4156
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4040
4157
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4041
4158
|
name: {
|
|
4042
4159
|
type: StringConstructor;
|
|
4043
4160
|
required: true;
|
|
4044
4161
|
};
|
|
4162
|
+
id: {
|
|
4163
|
+
type: StringConstructor;
|
|
4164
|
+
default: null;
|
|
4165
|
+
};
|
|
4045
4166
|
color: {
|
|
4046
4167
|
type: () => NeonFunctionalColor;
|
|
4047
4168
|
default: null;
|
|
@@ -4057,6 +4178,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4057
4178
|
}>> & Readonly<{}>, {
|
|
4058
4179
|
disabled: boolean;
|
|
4059
4180
|
color: NeonFunctionalColor;
|
|
4181
|
+
id: string;
|
|
4060
4182
|
inverse: boolean;
|
|
4061
4183
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4062
4184
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4109,6 +4231,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4109
4231
|
type: StringConstructor;
|
|
4110
4232
|
required: true;
|
|
4111
4233
|
};
|
|
4234
|
+
id: {
|
|
4235
|
+
type: StringConstructor;
|
|
4236
|
+
default: null;
|
|
4237
|
+
};
|
|
4112
4238
|
color: {
|
|
4113
4239
|
type: () => NeonFunctionalColor;
|
|
4114
4240
|
default: null;
|
|
@@ -4122,15 +4248,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4122
4248
|
default: boolean;
|
|
4123
4249
|
};
|
|
4124
4250
|
}>, {
|
|
4125
|
-
|
|
4251
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4126
4252
|
[x: string]: unknown;
|
|
4127
|
-
}
|
|
4128
|
-
icon: import("vue").ComputedRef<string>;
|
|
4253
|
+
}>;
|
|
4254
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4129
4255
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4130
4256
|
name: {
|
|
4131
4257
|
type: StringConstructor;
|
|
4132
4258
|
required: true;
|
|
4133
4259
|
};
|
|
4260
|
+
id: {
|
|
4261
|
+
type: StringConstructor;
|
|
4262
|
+
default: null;
|
|
4263
|
+
};
|
|
4134
4264
|
color: {
|
|
4135
4265
|
type: () => NeonFunctionalColor;
|
|
4136
4266
|
default: null;
|
|
@@ -4146,6 +4276,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4146
4276
|
}>> & Readonly<{}>, {
|
|
4147
4277
|
disabled: boolean;
|
|
4148
4278
|
color: NeonFunctionalColor;
|
|
4279
|
+
id: string;
|
|
4149
4280
|
inverse: boolean;
|
|
4150
4281
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4151
4282
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4155,6 +4286,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4155
4286
|
type: StringConstructor;
|
|
4156
4287
|
required: true;
|
|
4157
4288
|
};
|
|
4289
|
+
id: {
|
|
4290
|
+
type: StringConstructor;
|
|
4291
|
+
default: null;
|
|
4292
|
+
};
|
|
4158
4293
|
color: {
|
|
4159
4294
|
type: () => NeonFunctionalColor;
|
|
4160
4295
|
default: null;
|
|
@@ -4168,15 +4303,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4168
4303
|
default: boolean;
|
|
4169
4304
|
};
|
|
4170
4305
|
}>, {
|
|
4171
|
-
|
|
4306
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4172
4307
|
[x: string]: unknown;
|
|
4173
|
-
}
|
|
4174
|
-
icon: import("vue").ComputedRef<string>;
|
|
4308
|
+
}>;
|
|
4309
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4175
4310
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4176
4311
|
name: {
|
|
4177
4312
|
type: StringConstructor;
|
|
4178
4313
|
required: true;
|
|
4179
4314
|
};
|
|
4315
|
+
id: {
|
|
4316
|
+
type: StringConstructor;
|
|
4317
|
+
default: null;
|
|
4318
|
+
};
|
|
4180
4319
|
color: {
|
|
4181
4320
|
type: () => NeonFunctionalColor;
|
|
4182
4321
|
default: null;
|
|
@@ -4192,6 +4331,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4192
4331
|
}>> & Readonly<{}>, {
|
|
4193
4332
|
disabled: boolean;
|
|
4194
4333
|
color: NeonFunctionalColor;
|
|
4334
|
+
id: string;
|
|
4195
4335
|
inverse: boolean;
|
|
4196
4336
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4197
4337
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4447,6 +4587,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4447
4587
|
type: StringConstructor;
|
|
4448
4588
|
required: true;
|
|
4449
4589
|
};
|
|
4590
|
+
id: {
|
|
4591
|
+
type: StringConstructor;
|
|
4592
|
+
default: null;
|
|
4593
|
+
};
|
|
4450
4594
|
color: {
|
|
4451
4595
|
type: () => NeonFunctionalColor;
|
|
4452
4596
|
default: null;
|
|
@@ -4460,15 +4604,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4460
4604
|
default: boolean;
|
|
4461
4605
|
};
|
|
4462
4606
|
}>, {
|
|
4463
|
-
|
|
4607
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4464
4608
|
[x: string]: unknown;
|
|
4465
|
-
}
|
|
4466
|
-
icon: import("vue").ComputedRef<string>;
|
|
4609
|
+
}>;
|
|
4610
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4467
4611
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4468
4612
|
name: {
|
|
4469
4613
|
type: StringConstructor;
|
|
4470
4614
|
required: true;
|
|
4471
4615
|
};
|
|
4616
|
+
id: {
|
|
4617
|
+
type: StringConstructor;
|
|
4618
|
+
default: null;
|
|
4619
|
+
};
|
|
4472
4620
|
color: {
|
|
4473
4621
|
type: () => NeonFunctionalColor;
|
|
4474
4622
|
default: null;
|
|
@@ -4484,6 +4632,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4484
4632
|
}>> & Readonly<{}>, {
|
|
4485
4633
|
disabled: boolean;
|
|
4486
4634
|
color: NeonFunctionalColor;
|
|
4635
|
+
id: string;
|
|
4487
4636
|
inverse: boolean;
|
|
4488
4637
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4489
4638
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4546,6 +4695,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4546
4695
|
type: StringConstructor;
|
|
4547
4696
|
required: true;
|
|
4548
4697
|
};
|
|
4698
|
+
id: {
|
|
4699
|
+
type: StringConstructor;
|
|
4700
|
+
default: null;
|
|
4701
|
+
};
|
|
4549
4702
|
color: {
|
|
4550
4703
|
type: () => NeonFunctionalColor;
|
|
4551
4704
|
default: null;
|
|
@@ -4559,15 +4712,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4559
4712
|
default: boolean;
|
|
4560
4713
|
};
|
|
4561
4714
|
}>, {
|
|
4562
|
-
|
|
4715
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4563
4716
|
[x: string]: unknown;
|
|
4564
|
-
}
|
|
4565
|
-
icon: import("vue").ComputedRef<string>;
|
|
4717
|
+
}>;
|
|
4718
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4566
4719
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4567
4720
|
name: {
|
|
4568
4721
|
type: StringConstructor;
|
|
4569
4722
|
required: true;
|
|
4570
4723
|
};
|
|
4724
|
+
id: {
|
|
4725
|
+
type: StringConstructor;
|
|
4726
|
+
default: null;
|
|
4727
|
+
};
|
|
4571
4728
|
color: {
|
|
4572
4729
|
type: () => NeonFunctionalColor;
|
|
4573
4730
|
default: null;
|
|
@@ -4583,6 +4740,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4583
4740
|
}>> & Readonly<{}>, {
|
|
4584
4741
|
disabled: boolean;
|
|
4585
4742
|
color: NeonFunctionalColor;
|
|
4743
|
+
id: string;
|
|
4586
4744
|
inverse: boolean;
|
|
4587
4745
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4588
4746
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4779,7 +4937,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4779
4937
|
default: NeonInputMode;
|
|
4780
4938
|
};
|
|
4781
4939
|
autocomplete: {
|
|
4782
|
-
type:
|
|
4940
|
+
type: () => NeonInputMode;
|
|
4783
4941
|
default: string;
|
|
4784
4942
|
};
|
|
4785
4943
|
state: {
|
|
@@ -4795,10 +4953,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4795
4953
|
default: null;
|
|
4796
4954
|
};
|
|
4797
4955
|
iconReadonly: {
|
|
4798
|
-
/**
|
|
4799
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
4800
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
4801
|
-
*/
|
|
4802
4956
|
type: BooleanConstructor;
|
|
4803
4957
|
default: boolean;
|
|
4804
4958
|
};
|
|
@@ -4811,9 +4965,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4811
4965
|
default: number;
|
|
4812
4966
|
};
|
|
4813
4967
|
disabled: {
|
|
4814
|
-
type: BooleanConstructor;
|
|
4815
|
-
* Placement of the dropdown contents.
|
|
4816
|
-
*/
|
|
4968
|
+
type: BooleanConstructor;
|
|
4817
4969
|
default: boolean;
|
|
4818
4970
|
};
|
|
4819
4971
|
stateHighlight: {
|
|
@@ -4828,6 +4980,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4828
4980
|
type: NumberConstructor;
|
|
4829
4981
|
default: null;
|
|
4830
4982
|
};
|
|
4983
|
+
maxlengthLabel: {
|
|
4984
|
+
type: StringConstructor;
|
|
4985
|
+
default: string;
|
|
4986
|
+
};
|
|
4831
4987
|
debounce: {
|
|
4832
4988
|
type: NumberConstructor;
|
|
4833
4989
|
default: undefined;
|
|
@@ -4847,12 +5003,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4847
5003
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
4848
5004
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
4849
5005
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5006
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
4850
5007
|
focus: () => void;
|
|
4851
5008
|
click: () => void;
|
|
4852
5009
|
onFocus: () => void;
|
|
4853
5010
|
onBlur: () => void;
|
|
4854
5011
|
iconClicked: ($event: Event) => void;
|
|
4855
|
-
changeValue: (event:
|
|
5012
|
+
changeValue: (event: InputEvent) => void;
|
|
4856
5013
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
4857
5014
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
4858
5015
|
disabled: boolean;
|
|
@@ -4867,19 +5024,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4867
5024
|
inputmode: NeonInputMode;
|
|
4868
5025
|
modelValue: string;
|
|
4869
5026
|
state: import("../../../neon").NeonState;
|
|
4870
|
-
autocomplete:
|
|
5027
|
+
autocomplete: NeonInputMode;
|
|
4871
5028
|
rows: number;
|
|
4872
5029
|
iconReadonly: boolean;
|
|
4873
5030
|
hideIcon: boolean;
|
|
4874
5031
|
stateHighlight: boolean;
|
|
4875
5032
|
stateIcon: boolean;
|
|
4876
5033
|
maxlength: number;
|
|
5034
|
+
maxlengthLabel: string;
|
|
4877
5035
|
}, true, {}, {}, {
|
|
4878
5036
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4879
5037
|
name: {
|
|
4880
5038
|
type: StringConstructor;
|
|
4881
5039
|
required: true;
|
|
4882
5040
|
};
|
|
5041
|
+
id: {
|
|
5042
|
+
type: StringConstructor;
|
|
5043
|
+
default: null;
|
|
5044
|
+
};
|
|
4883
5045
|
color: {
|
|
4884
5046
|
type: () => NeonFunctionalColor;
|
|
4885
5047
|
default: null;
|
|
@@ -4893,15 +5055,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4893
5055
|
default: boolean;
|
|
4894
5056
|
};
|
|
4895
5057
|
}>, {
|
|
4896
|
-
|
|
5058
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4897
5059
|
[x: string]: unknown;
|
|
4898
|
-
}
|
|
4899
|
-
icon: import("vue").ComputedRef<string>;
|
|
5060
|
+
}>;
|
|
5061
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4900
5062
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4901
5063
|
name: {
|
|
4902
5064
|
type: StringConstructor;
|
|
4903
5065
|
required: true;
|
|
4904
5066
|
};
|
|
5067
|
+
id: {
|
|
5068
|
+
type: StringConstructor;
|
|
5069
|
+
default: null;
|
|
5070
|
+
};
|
|
4905
5071
|
color: {
|
|
4906
5072
|
type: () => NeonFunctionalColor;
|
|
4907
5073
|
default: null;
|
|
@@ -4917,6 +5083,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4917
5083
|
}>> & Readonly<{}>, {
|
|
4918
5084
|
disabled: boolean;
|
|
4919
5085
|
color: NeonFunctionalColor;
|
|
5086
|
+
id: string;
|
|
4920
5087
|
inverse: boolean;
|
|
4921
5088
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4922
5089
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4956,7 +5123,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4956
5123
|
default: NeonInputMode;
|
|
4957
5124
|
};
|
|
4958
5125
|
autocomplete: {
|
|
4959
|
-
type:
|
|
5126
|
+
type: () => NeonInputMode;
|
|
4960
5127
|
default: string;
|
|
4961
5128
|
};
|
|
4962
5129
|
state: {
|
|
@@ -4972,10 +5139,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4972
5139
|
default: null;
|
|
4973
5140
|
};
|
|
4974
5141
|
iconReadonly: {
|
|
4975
|
-
/**
|
|
4976
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
4977
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
4978
|
-
*/
|
|
4979
5142
|
type: BooleanConstructor;
|
|
4980
5143
|
default: boolean;
|
|
4981
5144
|
};
|
|
@@ -4988,9 +5151,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4988
5151
|
default: number;
|
|
4989
5152
|
};
|
|
4990
5153
|
disabled: {
|
|
4991
|
-
type: BooleanConstructor;
|
|
4992
|
-
* Placement of the dropdown contents.
|
|
4993
|
-
*/
|
|
5154
|
+
type: BooleanConstructor;
|
|
4994
5155
|
default: boolean;
|
|
4995
5156
|
};
|
|
4996
5157
|
stateHighlight: {
|
|
@@ -5005,6 +5166,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5005
5166
|
type: NumberConstructor;
|
|
5006
5167
|
default: null;
|
|
5007
5168
|
};
|
|
5169
|
+
maxlengthLabel: {
|
|
5170
|
+
type: StringConstructor;
|
|
5171
|
+
default: string;
|
|
5172
|
+
};
|
|
5008
5173
|
debounce: {
|
|
5009
5174
|
type: NumberConstructor;
|
|
5010
5175
|
default: undefined;
|
|
@@ -5024,12 +5189,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5024
5189
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5025
5190
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5026
5191
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5192
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5027
5193
|
focus: () => void;
|
|
5028
5194
|
click: () => void;
|
|
5029
5195
|
onFocus: () => void;
|
|
5030
5196
|
onBlur: () => void;
|
|
5031
5197
|
iconClicked: ($event: Event) => void;
|
|
5032
|
-
changeValue: (event:
|
|
5198
|
+
changeValue: (event: InputEvent) => void;
|
|
5033
5199
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5034
5200
|
}, {}, {}, {}, {
|
|
5035
5201
|
disabled: boolean;
|
|
@@ -5044,13 +5210,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5044
5210
|
inputmode: NeonInputMode;
|
|
5045
5211
|
modelValue: string;
|
|
5046
5212
|
state: import("../../../neon").NeonState;
|
|
5047
|
-
autocomplete:
|
|
5213
|
+
autocomplete: NeonInputMode;
|
|
5048
5214
|
rows: number;
|
|
5049
5215
|
iconReadonly: boolean;
|
|
5050
5216
|
hideIcon: boolean;
|
|
5051
5217
|
stateHighlight: boolean;
|
|
5052
5218
|
stateIcon: boolean;
|
|
5053
5219
|
maxlength: number;
|
|
5220
|
+
maxlengthLabel: string;
|
|
5054
5221
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5055
5222
|
id: {
|
|
5056
5223
|
type: StringConstructor;
|
|
@@ -5081,7 +5248,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5081
5248
|
default: NeonInputMode;
|
|
5082
5249
|
};
|
|
5083
5250
|
autocomplete: {
|
|
5084
|
-
type:
|
|
5251
|
+
type: () => NeonInputMode;
|
|
5085
5252
|
default: string;
|
|
5086
5253
|
};
|
|
5087
5254
|
state: {
|
|
@@ -5097,10 +5264,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5097
5264
|
default: null;
|
|
5098
5265
|
};
|
|
5099
5266
|
iconReadonly: {
|
|
5100
|
-
/**
|
|
5101
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
5102
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
5103
|
-
*/
|
|
5104
5267
|
type: BooleanConstructor;
|
|
5105
5268
|
default: boolean;
|
|
5106
5269
|
};
|
|
@@ -5113,9 +5276,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5113
5276
|
default: number;
|
|
5114
5277
|
};
|
|
5115
5278
|
disabled: {
|
|
5116
|
-
type: BooleanConstructor;
|
|
5117
|
-
* Placement of the dropdown contents.
|
|
5118
|
-
*/
|
|
5279
|
+
type: BooleanConstructor;
|
|
5119
5280
|
default: boolean;
|
|
5120
5281
|
};
|
|
5121
5282
|
stateHighlight: {
|
|
@@ -5130,6 +5291,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5130
5291
|
type: NumberConstructor;
|
|
5131
5292
|
default: null;
|
|
5132
5293
|
};
|
|
5294
|
+
maxlengthLabel: {
|
|
5295
|
+
type: StringConstructor;
|
|
5296
|
+
default: string;
|
|
5297
|
+
};
|
|
5133
5298
|
debounce: {
|
|
5134
5299
|
type: NumberConstructor;
|
|
5135
5300
|
default: undefined;
|
|
@@ -5149,12 +5314,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5149
5314
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5150
5315
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5151
5316
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5317
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5152
5318
|
focus: () => void;
|
|
5153
5319
|
click: () => void;
|
|
5154
5320
|
onFocus: () => void;
|
|
5155
5321
|
onBlur: () => void;
|
|
5156
5322
|
iconClicked: ($event: Event) => void;
|
|
5157
|
-
changeValue: (event:
|
|
5323
|
+
changeValue: (event: InputEvent) => void;
|
|
5158
5324
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5159
5325
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
5160
5326
|
disabled: boolean;
|
|
@@ -5169,19 +5335,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5169
5335
|
inputmode: NeonInputMode;
|
|
5170
5336
|
modelValue: string;
|
|
5171
5337
|
state: import("../../../neon").NeonState;
|
|
5172
|
-
autocomplete:
|
|
5338
|
+
autocomplete: NeonInputMode;
|
|
5173
5339
|
rows: number;
|
|
5174
5340
|
iconReadonly: boolean;
|
|
5175
5341
|
hideIcon: boolean;
|
|
5176
5342
|
stateHighlight: boolean;
|
|
5177
5343
|
stateIcon: boolean;
|
|
5178
5344
|
maxlength: number;
|
|
5345
|
+
maxlengthLabel: string;
|
|
5179
5346
|
}, true, {}, {}, {
|
|
5180
5347
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5181
5348
|
name: {
|
|
5182
5349
|
type: StringConstructor;
|
|
5183
5350
|
required: true;
|
|
5184
5351
|
};
|
|
5352
|
+
id: {
|
|
5353
|
+
type: StringConstructor;
|
|
5354
|
+
default: null;
|
|
5355
|
+
};
|
|
5185
5356
|
color: {
|
|
5186
5357
|
type: () => NeonFunctionalColor;
|
|
5187
5358
|
default: null;
|
|
@@ -5195,15 +5366,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5195
5366
|
default: boolean;
|
|
5196
5367
|
};
|
|
5197
5368
|
}>, {
|
|
5198
|
-
|
|
5369
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
5199
5370
|
[x: string]: unknown;
|
|
5200
|
-
}
|
|
5201
|
-
icon: import("vue").ComputedRef<string>;
|
|
5371
|
+
}>;
|
|
5372
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
5202
5373
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5203
5374
|
name: {
|
|
5204
5375
|
type: StringConstructor;
|
|
5205
5376
|
required: true;
|
|
5206
5377
|
};
|
|
5378
|
+
id: {
|
|
5379
|
+
type: StringConstructor;
|
|
5380
|
+
default: null;
|
|
5381
|
+
};
|
|
5207
5382
|
color: {
|
|
5208
5383
|
type: () => NeonFunctionalColor;
|
|
5209
5384
|
default: null;
|
|
@@ -5219,6 +5394,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5219
5394
|
}>> & Readonly<{}>, {
|
|
5220
5395
|
disabled: boolean;
|
|
5221
5396
|
color: NeonFunctionalColor;
|
|
5397
|
+
id: string;
|
|
5222
5398
|
inverse: boolean;
|
|
5223
5399
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5224
5400
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5258,7 +5434,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5258
5434
|
default: NeonInputMode;
|
|
5259
5435
|
};
|
|
5260
5436
|
autocomplete: {
|
|
5261
|
-
type:
|
|
5437
|
+
type: () => NeonInputMode;
|
|
5262
5438
|
default: string;
|
|
5263
5439
|
};
|
|
5264
5440
|
state: {
|
|
@@ -5274,10 +5450,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5274
5450
|
default: null;
|
|
5275
5451
|
};
|
|
5276
5452
|
iconReadonly: {
|
|
5277
|
-
/**
|
|
5278
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
5279
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
5280
|
-
*/
|
|
5281
5453
|
type: BooleanConstructor;
|
|
5282
5454
|
default: boolean;
|
|
5283
5455
|
};
|
|
@@ -5290,9 +5462,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5290
5462
|
default: number;
|
|
5291
5463
|
};
|
|
5292
5464
|
disabled: {
|
|
5293
|
-
type: BooleanConstructor;
|
|
5294
|
-
* Placement of the dropdown contents.
|
|
5295
|
-
*/
|
|
5465
|
+
type: BooleanConstructor;
|
|
5296
5466
|
default: boolean;
|
|
5297
5467
|
};
|
|
5298
5468
|
stateHighlight: {
|
|
@@ -5307,6 +5477,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5307
5477
|
type: NumberConstructor;
|
|
5308
5478
|
default: null;
|
|
5309
5479
|
};
|
|
5480
|
+
maxlengthLabel: {
|
|
5481
|
+
type: StringConstructor;
|
|
5482
|
+
default: string;
|
|
5483
|
+
};
|
|
5310
5484
|
debounce: {
|
|
5311
5485
|
type: NumberConstructor;
|
|
5312
5486
|
default: undefined;
|
|
@@ -5326,12 +5500,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5326
5500
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5327
5501
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5328
5502
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5503
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5329
5504
|
focus: () => void;
|
|
5330
5505
|
click: () => void;
|
|
5331
5506
|
onFocus: () => void;
|
|
5332
5507
|
onBlur: () => void;
|
|
5333
5508
|
iconClicked: ($event: Event) => void;
|
|
5334
|
-
changeValue: (event:
|
|
5509
|
+
changeValue: (event: InputEvent) => void;
|
|
5335
5510
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5336
5511
|
}, {}, {}, {}, {
|
|
5337
5512
|
disabled: boolean;
|
|
@@ -5346,13 +5521,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5346
5521
|
inputmode: NeonInputMode;
|
|
5347
5522
|
modelValue: string;
|
|
5348
5523
|
state: import("../../../neon").NeonState;
|
|
5349
|
-
autocomplete:
|
|
5524
|
+
autocomplete: NeonInputMode;
|
|
5350
5525
|
rows: number;
|
|
5351
5526
|
iconReadonly: boolean;
|
|
5352
5527
|
hideIcon: boolean;
|
|
5353
5528
|
stateHighlight: boolean;
|
|
5354
5529
|
stateIcon: boolean;
|
|
5355
5530
|
maxlength: number;
|
|
5531
|
+
maxlengthLabel: string;
|
|
5356
5532
|
}> | null>;
|
|
5357
5533
|
open: import("vue").Ref<boolean, boolean>;
|
|
5358
5534
|
highlightedKey: import("vue").Ref<string | null, string | null>;
|
|
@@ -5531,6 +5707,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5531
5707
|
type: StringConstructor;
|
|
5532
5708
|
required: true;
|
|
5533
5709
|
};
|
|
5710
|
+
id: {
|
|
5711
|
+
type: StringConstructor;
|
|
5712
|
+
default: null;
|
|
5713
|
+
};
|
|
5534
5714
|
color: {
|
|
5535
5715
|
type: () => NeonFunctionalColor;
|
|
5536
5716
|
default: null;
|
|
@@ -5544,15 +5724,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5544
5724
|
default: boolean;
|
|
5545
5725
|
};
|
|
5546
5726
|
}>, {
|
|
5547
|
-
|
|
5727
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
5548
5728
|
[x: string]: unknown;
|
|
5549
|
-
}
|
|
5550
|
-
icon: import("vue").ComputedRef<string>;
|
|
5729
|
+
}>;
|
|
5730
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
5551
5731
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5552
5732
|
name: {
|
|
5553
5733
|
type: StringConstructor;
|
|
5554
5734
|
required: true;
|
|
5555
5735
|
};
|
|
5736
|
+
id: {
|
|
5737
|
+
type: StringConstructor;
|
|
5738
|
+
default: null;
|
|
5739
|
+
};
|
|
5556
5740
|
color: {
|
|
5557
5741
|
type: () => NeonFunctionalColor;
|
|
5558
5742
|
default: null;
|
|
@@ -5568,6 +5752,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5568
5752
|
}>> & Readonly<{}>, {
|
|
5569
5753
|
disabled: boolean;
|
|
5570
5754
|
color: NeonFunctionalColor;
|
|
5755
|
+
id: string;
|
|
5571
5756
|
inverse: boolean;
|
|
5572
5757
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5573
5758
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5972,7 +6157,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5972
6157
|
default: NeonInputMode;
|
|
5973
6158
|
};
|
|
5974
6159
|
autocomplete: {
|
|
5975
|
-
type:
|
|
6160
|
+
type: () => NeonInputMode;
|
|
5976
6161
|
default: string;
|
|
5977
6162
|
};
|
|
5978
6163
|
state: {
|
|
@@ -5988,10 +6173,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5988
6173
|
default: null;
|
|
5989
6174
|
};
|
|
5990
6175
|
iconReadonly: {
|
|
5991
|
-
/**
|
|
5992
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
5993
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
5994
|
-
*/
|
|
5995
6176
|
type: BooleanConstructor;
|
|
5996
6177
|
default: boolean;
|
|
5997
6178
|
};
|
|
@@ -6004,9 +6185,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6004
6185
|
default: number;
|
|
6005
6186
|
};
|
|
6006
6187
|
disabled: {
|
|
6007
|
-
type: BooleanConstructor;
|
|
6008
|
-
* Placement of the dropdown contents.
|
|
6009
|
-
*/
|
|
6188
|
+
type: BooleanConstructor;
|
|
6010
6189
|
default: boolean;
|
|
6011
6190
|
};
|
|
6012
6191
|
stateHighlight: {
|
|
@@ -6021,6 +6200,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6021
6200
|
type: NumberConstructor;
|
|
6022
6201
|
default: null;
|
|
6023
6202
|
};
|
|
6203
|
+
maxlengthLabel: {
|
|
6204
|
+
type: StringConstructor;
|
|
6205
|
+
default: string;
|
|
6206
|
+
};
|
|
6024
6207
|
debounce: {
|
|
6025
6208
|
type: NumberConstructor;
|
|
6026
6209
|
default: undefined;
|
|
@@ -6040,12 +6223,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6040
6223
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
6041
6224
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
6042
6225
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
6226
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
6043
6227
|
focus: () => void;
|
|
6044
6228
|
click: () => void;
|
|
6045
6229
|
onFocus: () => void;
|
|
6046
6230
|
onBlur: () => void;
|
|
6047
6231
|
iconClicked: ($event: Event) => void;
|
|
6048
|
-
changeValue: (event:
|
|
6232
|
+
changeValue: (event: InputEvent) => void;
|
|
6049
6233
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
6050
6234
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
6051
6235
|
disabled: boolean;
|
|
@@ -6060,19 +6244,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6060
6244
|
inputmode: NeonInputMode;
|
|
6061
6245
|
modelValue: string;
|
|
6062
6246
|
state: import("../../../neon").NeonState;
|
|
6063
|
-
autocomplete:
|
|
6247
|
+
autocomplete: NeonInputMode;
|
|
6064
6248
|
rows: number;
|
|
6065
6249
|
iconReadonly: boolean;
|
|
6066
6250
|
hideIcon: boolean;
|
|
6067
6251
|
stateHighlight: boolean;
|
|
6068
6252
|
stateIcon: boolean;
|
|
6069
6253
|
maxlength: number;
|
|
6254
|
+
maxlengthLabel: string;
|
|
6070
6255
|
}, true, {}, {}, {
|
|
6071
6256
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6072
6257
|
name: {
|
|
6073
6258
|
type: StringConstructor;
|
|
6074
6259
|
required: true;
|
|
6075
6260
|
};
|
|
6261
|
+
id: {
|
|
6262
|
+
type: StringConstructor;
|
|
6263
|
+
default: null;
|
|
6264
|
+
};
|
|
6076
6265
|
color: {
|
|
6077
6266
|
type: () => NeonFunctionalColor;
|
|
6078
6267
|
default: null;
|
|
@@ -6086,15 +6275,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6086
6275
|
default: boolean;
|
|
6087
6276
|
};
|
|
6088
6277
|
}>, {
|
|
6089
|
-
|
|
6278
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6090
6279
|
[x: string]: unknown;
|
|
6091
|
-
}
|
|
6092
|
-
icon: import("vue").ComputedRef<string>;
|
|
6280
|
+
}>;
|
|
6281
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6093
6282
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6094
6283
|
name: {
|
|
6095
6284
|
type: StringConstructor;
|
|
6096
6285
|
required: true;
|
|
6097
6286
|
};
|
|
6287
|
+
id: {
|
|
6288
|
+
type: StringConstructor;
|
|
6289
|
+
default: null;
|
|
6290
|
+
};
|
|
6098
6291
|
color: {
|
|
6099
6292
|
type: () => NeonFunctionalColor;
|
|
6100
6293
|
default: null;
|
|
@@ -6110,6 +6303,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6110
6303
|
}>> & Readonly<{}>, {
|
|
6111
6304
|
disabled: boolean;
|
|
6112
6305
|
color: NeonFunctionalColor;
|
|
6306
|
+
id: string;
|
|
6113
6307
|
inverse: boolean;
|
|
6114
6308
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6115
6309
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6149,7 +6343,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6149
6343
|
default: NeonInputMode;
|
|
6150
6344
|
};
|
|
6151
6345
|
autocomplete: {
|
|
6152
|
-
type:
|
|
6346
|
+
type: () => NeonInputMode;
|
|
6153
6347
|
default: string;
|
|
6154
6348
|
};
|
|
6155
6349
|
state: {
|
|
@@ -6165,10 +6359,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6165
6359
|
default: null;
|
|
6166
6360
|
};
|
|
6167
6361
|
iconReadonly: {
|
|
6168
|
-
/**
|
|
6169
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
6170
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
6171
|
-
*/
|
|
6172
6362
|
type: BooleanConstructor;
|
|
6173
6363
|
default: boolean;
|
|
6174
6364
|
};
|
|
@@ -6181,9 +6371,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6181
6371
|
default: number;
|
|
6182
6372
|
};
|
|
6183
6373
|
disabled: {
|
|
6184
|
-
type: BooleanConstructor;
|
|
6185
|
-
* Placement of the dropdown contents.
|
|
6186
|
-
*/
|
|
6374
|
+
type: BooleanConstructor;
|
|
6187
6375
|
default: boolean;
|
|
6188
6376
|
};
|
|
6189
6377
|
stateHighlight: {
|
|
@@ -6198,6 +6386,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6198
6386
|
type: NumberConstructor;
|
|
6199
6387
|
default: null;
|
|
6200
6388
|
};
|
|
6389
|
+
maxlengthLabel: {
|
|
6390
|
+
type: StringConstructor;
|
|
6391
|
+
default: string;
|
|
6392
|
+
};
|
|
6201
6393
|
debounce: {
|
|
6202
6394
|
type: NumberConstructor;
|
|
6203
6395
|
default: undefined;
|
|
@@ -6217,12 +6409,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6217
6409
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
6218
6410
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
6219
6411
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
6412
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
6220
6413
|
focus: () => void;
|
|
6221
6414
|
click: () => void;
|
|
6222
6415
|
onFocus: () => void;
|
|
6223
6416
|
onBlur: () => void;
|
|
6224
6417
|
iconClicked: ($event: Event) => void;
|
|
6225
|
-
changeValue: (event:
|
|
6418
|
+
changeValue: (event: InputEvent) => void;
|
|
6226
6419
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
6227
6420
|
}, {}, {}, {}, {
|
|
6228
6421
|
disabled: boolean;
|
|
@@ -6237,13 +6430,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6237
6430
|
inputmode: NeonInputMode;
|
|
6238
6431
|
modelValue: string;
|
|
6239
6432
|
state: import("../../../neon").NeonState;
|
|
6240
|
-
autocomplete:
|
|
6433
|
+
autocomplete: NeonInputMode;
|
|
6241
6434
|
rows: number;
|
|
6242
6435
|
iconReadonly: boolean;
|
|
6243
6436
|
hideIcon: boolean;
|
|
6244
6437
|
stateHighlight: boolean;
|
|
6245
6438
|
stateIcon: boolean;
|
|
6246
6439
|
maxlength: number;
|
|
6440
|
+
maxlengthLabel: string;
|
|
6247
6441
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6248
6442
|
id: {
|
|
6249
6443
|
type: StringConstructor;
|
|
@@ -6274,7 +6468,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6274
6468
|
default: NeonInputMode;
|
|
6275
6469
|
};
|
|
6276
6470
|
autocomplete: {
|
|
6277
|
-
type:
|
|
6471
|
+
type: () => NeonInputMode;
|
|
6278
6472
|
default: string;
|
|
6279
6473
|
};
|
|
6280
6474
|
state: {
|
|
@@ -6290,10 +6484,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6290
6484
|
default: null;
|
|
6291
6485
|
};
|
|
6292
6486
|
iconReadonly: {
|
|
6293
|
-
/**
|
|
6294
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
6295
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
6296
|
-
*/
|
|
6297
6487
|
type: BooleanConstructor;
|
|
6298
6488
|
default: boolean;
|
|
6299
6489
|
};
|
|
@@ -6306,9 +6496,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6306
6496
|
default: number;
|
|
6307
6497
|
};
|
|
6308
6498
|
disabled: {
|
|
6309
|
-
type: BooleanConstructor;
|
|
6310
|
-
* Placement of the dropdown contents.
|
|
6311
|
-
*/
|
|
6499
|
+
type: BooleanConstructor;
|
|
6312
6500
|
default: boolean;
|
|
6313
6501
|
};
|
|
6314
6502
|
stateHighlight: {
|
|
@@ -6323,6 +6511,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6323
6511
|
type: NumberConstructor;
|
|
6324
6512
|
default: null;
|
|
6325
6513
|
};
|
|
6514
|
+
maxlengthLabel: {
|
|
6515
|
+
type: StringConstructor;
|
|
6516
|
+
default: string;
|
|
6517
|
+
};
|
|
6326
6518
|
debounce: {
|
|
6327
6519
|
type: NumberConstructor;
|
|
6328
6520
|
default: undefined;
|
|
@@ -6342,12 +6534,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6342
6534
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
6343
6535
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
6344
6536
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
6537
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
6345
6538
|
focus: () => void;
|
|
6346
6539
|
click: () => void;
|
|
6347
6540
|
onFocus: () => void;
|
|
6348
6541
|
onBlur: () => void;
|
|
6349
6542
|
iconClicked: ($event: Event) => void;
|
|
6350
|
-
changeValue: (event:
|
|
6543
|
+
changeValue: (event: InputEvent) => void;
|
|
6351
6544
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
6352
6545
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
6353
6546
|
disabled: boolean;
|
|
@@ -6362,19 +6555,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6362
6555
|
inputmode: NeonInputMode;
|
|
6363
6556
|
modelValue: string;
|
|
6364
6557
|
state: import("../../../neon").NeonState;
|
|
6365
|
-
autocomplete:
|
|
6558
|
+
autocomplete: NeonInputMode;
|
|
6366
6559
|
rows: number;
|
|
6367
6560
|
iconReadonly: boolean;
|
|
6368
6561
|
hideIcon: boolean;
|
|
6369
6562
|
stateHighlight: boolean;
|
|
6370
6563
|
stateIcon: boolean;
|
|
6371
6564
|
maxlength: number;
|
|
6565
|
+
maxlengthLabel: string;
|
|
6372
6566
|
}, true, {}, {}, {
|
|
6373
6567
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6374
6568
|
name: {
|
|
6375
6569
|
type: StringConstructor;
|
|
6376
6570
|
required: true;
|
|
6377
6571
|
};
|
|
6572
|
+
id: {
|
|
6573
|
+
type: StringConstructor;
|
|
6574
|
+
default: null;
|
|
6575
|
+
};
|
|
6378
6576
|
color: {
|
|
6379
6577
|
type: () => NeonFunctionalColor;
|
|
6380
6578
|
default: null;
|
|
@@ -6388,15 +6586,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6388
6586
|
default: boolean;
|
|
6389
6587
|
};
|
|
6390
6588
|
}>, {
|
|
6391
|
-
|
|
6589
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6392
6590
|
[x: string]: unknown;
|
|
6393
|
-
}
|
|
6394
|
-
icon: import("vue").ComputedRef<string>;
|
|
6591
|
+
}>;
|
|
6592
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6395
6593
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6396
6594
|
name: {
|
|
6397
6595
|
type: StringConstructor;
|
|
6398
6596
|
required: true;
|
|
6399
6597
|
};
|
|
6598
|
+
id: {
|
|
6599
|
+
type: StringConstructor;
|
|
6600
|
+
default: null;
|
|
6601
|
+
};
|
|
6400
6602
|
color: {
|
|
6401
6603
|
type: () => NeonFunctionalColor;
|
|
6402
6604
|
default: null;
|
|
@@ -6412,6 +6614,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6412
6614
|
}>> & Readonly<{}>, {
|
|
6413
6615
|
disabled: boolean;
|
|
6414
6616
|
color: NeonFunctionalColor;
|
|
6617
|
+
id: string;
|
|
6415
6618
|
inverse: boolean;
|
|
6416
6619
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6417
6620
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6451,7 +6654,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6451
6654
|
default: NeonInputMode;
|
|
6452
6655
|
};
|
|
6453
6656
|
autocomplete: {
|
|
6454
|
-
type:
|
|
6657
|
+
type: () => NeonInputMode;
|
|
6455
6658
|
default: string;
|
|
6456
6659
|
};
|
|
6457
6660
|
state: {
|
|
@@ -6467,10 +6670,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6467
6670
|
default: null;
|
|
6468
6671
|
};
|
|
6469
6672
|
iconReadonly: {
|
|
6470
|
-
/**
|
|
6471
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
6472
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
6473
|
-
*/
|
|
6474
6673
|
type: BooleanConstructor;
|
|
6475
6674
|
default: boolean;
|
|
6476
6675
|
};
|
|
@@ -6483,9 +6682,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6483
6682
|
default: number;
|
|
6484
6683
|
};
|
|
6485
6684
|
disabled: {
|
|
6486
|
-
type: BooleanConstructor;
|
|
6487
|
-
* Placement of the dropdown contents.
|
|
6488
|
-
*/
|
|
6685
|
+
type: BooleanConstructor;
|
|
6489
6686
|
default: boolean;
|
|
6490
6687
|
};
|
|
6491
6688
|
stateHighlight: {
|
|
@@ -6500,6 +6697,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6500
6697
|
type: NumberConstructor;
|
|
6501
6698
|
default: null;
|
|
6502
6699
|
};
|
|
6700
|
+
maxlengthLabel: {
|
|
6701
|
+
type: StringConstructor;
|
|
6702
|
+
default: string;
|
|
6703
|
+
};
|
|
6503
6704
|
debounce: {
|
|
6504
6705
|
type: NumberConstructor;
|
|
6505
6706
|
default: undefined;
|
|
@@ -6519,12 +6720,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6519
6720
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
6520
6721
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
6521
6722
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
6723
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
6522
6724
|
focus: () => void;
|
|
6523
6725
|
click: () => void;
|
|
6524
6726
|
onFocus: () => void;
|
|
6525
6727
|
onBlur: () => void;
|
|
6526
6728
|
iconClicked: ($event: Event) => void;
|
|
6527
|
-
changeValue: (event:
|
|
6729
|
+
changeValue: (event: InputEvent) => void;
|
|
6528
6730
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
6529
6731
|
}, {}, {}, {}, {
|
|
6530
6732
|
disabled: boolean;
|
|
@@ -6539,13 +6741,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6539
6741
|
inputmode: NeonInputMode;
|
|
6540
6742
|
modelValue: string;
|
|
6541
6743
|
state: import("../../../neon").NeonState;
|
|
6542
|
-
autocomplete:
|
|
6744
|
+
autocomplete: NeonInputMode;
|
|
6543
6745
|
rows: number;
|
|
6544
6746
|
iconReadonly: boolean;
|
|
6545
6747
|
hideIcon: boolean;
|
|
6546
6748
|
stateHighlight: boolean;
|
|
6547
6749
|
stateIcon: boolean;
|
|
6548
6750
|
maxlength: number;
|
|
6751
|
+
maxlengthLabel: string;
|
|
6549
6752
|
}> | null>;
|
|
6550
6753
|
files: import("vue").Ref<{
|
|
6551
6754
|
readonly lastModified: number;
|
|
@@ -6894,6 +7097,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6894
7097
|
type: StringConstructor;
|
|
6895
7098
|
required: true;
|
|
6896
7099
|
};
|
|
7100
|
+
id: {
|
|
7101
|
+
type: StringConstructor;
|
|
7102
|
+
default: null;
|
|
7103
|
+
};
|
|
6897
7104
|
color: {
|
|
6898
7105
|
type: () => NeonFunctionalColor;
|
|
6899
7106
|
default: null;
|
|
@@ -6907,15 +7114,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6907
7114
|
default: boolean;
|
|
6908
7115
|
};
|
|
6909
7116
|
}>, {
|
|
6910
|
-
|
|
7117
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6911
7118
|
[x: string]: unknown;
|
|
6912
|
-
}
|
|
6913
|
-
icon: import("vue").ComputedRef<string>;
|
|
7119
|
+
}>;
|
|
7120
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6914
7121
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6915
7122
|
name: {
|
|
6916
7123
|
type: StringConstructor;
|
|
6917
7124
|
required: true;
|
|
6918
7125
|
};
|
|
7126
|
+
id: {
|
|
7127
|
+
type: StringConstructor;
|
|
7128
|
+
default: null;
|
|
7129
|
+
};
|
|
6919
7130
|
color: {
|
|
6920
7131
|
type: () => NeonFunctionalColor;
|
|
6921
7132
|
default: null;
|
|
@@ -6931,6 +7142,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6931
7142
|
}>> & Readonly<{}>, {
|
|
6932
7143
|
disabled: boolean;
|
|
6933
7144
|
color: NeonFunctionalColor;
|
|
7145
|
+
id: string;
|
|
6934
7146
|
inverse: boolean;
|
|
6935
7147
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6936
7148
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6993,6 +7205,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6993
7205
|
type: StringConstructor;
|
|
6994
7206
|
required: true;
|
|
6995
7207
|
};
|
|
7208
|
+
id: {
|
|
7209
|
+
type: StringConstructor;
|
|
7210
|
+
default: null;
|
|
7211
|
+
};
|
|
6996
7212
|
color: {
|
|
6997
7213
|
type: () => NeonFunctionalColor;
|
|
6998
7214
|
default: null;
|
|
@@ -7006,15 +7222,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7006
7222
|
default: boolean;
|
|
7007
7223
|
};
|
|
7008
7224
|
}>, {
|
|
7009
|
-
|
|
7225
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7010
7226
|
[x: string]: unknown;
|
|
7011
|
-
}
|
|
7012
|
-
icon: import("vue").ComputedRef<string>;
|
|
7227
|
+
}>;
|
|
7228
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7013
7229
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7014
7230
|
name: {
|
|
7015
7231
|
type: StringConstructor;
|
|
7016
7232
|
required: true;
|
|
7017
7233
|
};
|
|
7234
|
+
id: {
|
|
7235
|
+
type: StringConstructor;
|
|
7236
|
+
default: null;
|
|
7237
|
+
};
|
|
7018
7238
|
color: {
|
|
7019
7239
|
type: () => NeonFunctionalColor;
|
|
7020
7240
|
default: null;
|
|
@@ -7030,6 +7250,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7030
7250
|
}>> & Readonly<{}>, {
|
|
7031
7251
|
disabled: boolean;
|
|
7032
7252
|
color: NeonFunctionalColor;
|
|
7253
|
+
id: string;
|
|
7033
7254
|
inverse: boolean;
|
|
7034
7255
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7035
7256
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7064,7 +7285,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7064
7285
|
default: NeonInputMode;
|
|
7065
7286
|
};
|
|
7066
7287
|
autocomplete: {
|
|
7067
|
-
type:
|
|
7288
|
+
type: () => NeonInputMode;
|
|
7068
7289
|
default: string;
|
|
7069
7290
|
};
|
|
7070
7291
|
state: {
|
|
@@ -7080,10 +7301,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7080
7301
|
default: null;
|
|
7081
7302
|
};
|
|
7082
7303
|
iconReadonly: {
|
|
7083
|
-
/**
|
|
7084
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
7085
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
7086
|
-
*/
|
|
7087
7304
|
type: BooleanConstructor;
|
|
7088
7305
|
default: boolean;
|
|
7089
7306
|
};
|
|
@@ -7096,9 +7313,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7096
7313
|
default: number;
|
|
7097
7314
|
};
|
|
7098
7315
|
disabled: {
|
|
7099
|
-
type: BooleanConstructor;
|
|
7100
|
-
* Placement of the dropdown contents.
|
|
7101
|
-
*/
|
|
7316
|
+
type: BooleanConstructor;
|
|
7102
7317
|
default: boolean;
|
|
7103
7318
|
};
|
|
7104
7319
|
stateHighlight: {
|
|
@@ -7113,6 +7328,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7113
7328
|
type: NumberConstructor;
|
|
7114
7329
|
default: null;
|
|
7115
7330
|
};
|
|
7331
|
+
maxlengthLabel: {
|
|
7332
|
+
type: StringConstructor;
|
|
7333
|
+
default: string;
|
|
7334
|
+
};
|
|
7116
7335
|
debounce: {
|
|
7117
7336
|
type: NumberConstructor;
|
|
7118
7337
|
default: undefined;
|
|
@@ -7127,12 +7346,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7127
7346
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
7128
7347
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
7129
7348
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
7349
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
7130
7350
|
focus: () => void;
|
|
7131
7351
|
click: () => void;
|
|
7132
7352
|
onFocus: () => void;
|
|
7133
7353
|
onBlur: () => void;
|
|
7134
7354
|
iconClicked: ($event: Event) => void;
|
|
7135
|
-
changeValue: (event:
|
|
7355
|
+
changeValue: (event: InputEvent) => void;
|
|
7136
7356
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
7137
7357
|
}, {}, {}, {}, 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<{
|
|
7138
7358
|
id: {
|
|
@@ -7164,7 +7384,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7164
7384
|
default: NeonInputMode;
|
|
7165
7385
|
};
|
|
7166
7386
|
autocomplete: {
|
|
7167
|
-
type:
|
|
7387
|
+
type: () => NeonInputMode;
|
|
7168
7388
|
default: string;
|
|
7169
7389
|
};
|
|
7170
7390
|
state: {
|
|
@@ -7180,10 +7400,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7180
7400
|
default: null;
|
|
7181
7401
|
};
|
|
7182
7402
|
iconReadonly: {
|
|
7183
|
-
/**
|
|
7184
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
7185
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
7186
|
-
*/
|
|
7187
7403
|
type: BooleanConstructor;
|
|
7188
7404
|
default: boolean;
|
|
7189
7405
|
};
|
|
@@ -7196,9 +7412,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7196
7412
|
default: number;
|
|
7197
7413
|
};
|
|
7198
7414
|
disabled: {
|
|
7199
|
-
type: BooleanConstructor;
|
|
7200
|
-
* Placement of the dropdown contents.
|
|
7201
|
-
*/
|
|
7415
|
+
type: BooleanConstructor;
|
|
7202
7416
|
default: boolean;
|
|
7203
7417
|
};
|
|
7204
7418
|
stateHighlight: {
|
|
@@ -7213,6 +7427,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7213
7427
|
type: NumberConstructor;
|
|
7214
7428
|
default: null;
|
|
7215
7429
|
};
|
|
7430
|
+
maxlengthLabel: {
|
|
7431
|
+
type: StringConstructor;
|
|
7432
|
+
default: string;
|
|
7433
|
+
};
|
|
7216
7434
|
debounce: {
|
|
7217
7435
|
type: NumberConstructor;
|
|
7218
7436
|
default: undefined;
|
|
@@ -7235,19 +7453,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7235
7453
|
inputmode: NeonInputMode;
|
|
7236
7454
|
modelValue: string;
|
|
7237
7455
|
state: import("../../../neon").NeonState;
|
|
7238
|
-
autocomplete:
|
|
7456
|
+
autocomplete: NeonInputMode;
|
|
7239
7457
|
rows: number;
|
|
7240
7458
|
iconReadonly: boolean;
|
|
7241
7459
|
hideIcon: boolean;
|
|
7242
7460
|
stateHighlight: boolean;
|
|
7243
7461
|
stateIcon: boolean;
|
|
7244
7462
|
maxlength: number;
|
|
7463
|
+
maxlengthLabel: string;
|
|
7245
7464
|
}, {}, {
|
|
7246
7465
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7247
7466
|
name: {
|
|
7248
7467
|
type: StringConstructor;
|
|
7249
7468
|
required: true;
|
|
7250
7469
|
};
|
|
7470
|
+
id: {
|
|
7471
|
+
type: StringConstructor;
|
|
7472
|
+
default: null;
|
|
7473
|
+
};
|
|
7251
7474
|
color: {
|
|
7252
7475
|
type: () => NeonFunctionalColor;
|
|
7253
7476
|
default: null;
|
|
@@ -7261,15 +7484,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7261
7484
|
default: boolean;
|
|
7262
7485
|
};
|
|
7263
7486
|
}>, {
|
|
7264
|
-
|
|
7487
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7265
7488
|
[x: string]: unknown;
|
|
7266
|
-
}
|
|
7267
|
-
icon: import("vue").ComputedRef<string>;
|
|
7489
|
+
}>;
|
|
7490
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7268
7491
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7269
7492
|
name: {
|
|
7270
7493
|
type: StringConstructor;
|
|
7271
7494
|
required: true;
|
|
7272
7495
|
};
|
|
7496
|
+
id: {
|
|
7497
|
+
type: StringConstructor;
|
|
7498
|
+
default: null;
|
|
7499
|
+
};
|
|
7273
7500
|
color: {
|
|
7274
7501
|
type: () => NeonFunctionalColor;
|
|
7275
7502
|
default: null;
|
|
@@ -7285,6 +7512,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7285
7512
|
}>> & Readonly<{}>, {
|
|
7286
7513
|
disabled: boolean;
|
|
7287
7514
|
color: NeonFunctionalColor;
|
|
7515
|
+
id: string;
|
|
7288
7516
|
inverse: boolean;
|
|
7289
7517
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7290
7518
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7337,6 +7565,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7337
7565
|
type: StringConstructor;
|
|
7338
7566
|
required: true;
|
|
7339
7567
|
};
|
|
7568
|
+
id: {
|
|
7569
|
+
type: StringConstructor;
|
|
7570
|
+
default: null;
|
|
7571
|
+
};
|
|
7340
7572
|
color: {
|
|
7341
7573
|
type: () => NeonFunctionalColor;
|
|
7342
7574
|
default: null;
|
|
@@ -7350,15 +7582,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7350
7582
|
default: boolean;
|
|
7351
7583
|
};
|
|
7352
7584
|
}>, {
|
|
7353
|
-
|
|
7585
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7354
7586
|
[x: string]: unknown;
|
|
7355
|
-
}
|
|
7356
|
-
icon: import("vue").ComputedRef<string>;
|
|
7587
|
+
}>;
|
|
7588
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7357
7589
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7358
7590
|
name: {
|
|
7359
7591
|
type: StringConstructor;
|
|
7360
7592
|
required: true;
|
|
7361
7593
|
};
|
|
7594
|
+
id: {
|
|
7595
|
+
type: StringConstructor;
|
|
7596
|
+
default: null;
|
|
7597
|
+
};
|
|
7362
7598
|
color: {
|
|
7363
7599
|
type: () => NeonFunctionalColor;
|
|
7364
7600
|
default: null;
|
|
@@ -7374,6 +7610,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7374
7610
|
}>> & Readonly<{}>, {
|
|
7375
7611
|
disabled: boolean;
|
|
7376
7612
|
color: NeonFunctionalColor;
|
|
7613
|
+
id: string;
|
|
7377
7614
|
inverse: boolean;
|
|
7378
7615
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7379
7616
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7383,6 +7620,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7383
7620
|
type: StringConstructor;
|
|
7384
7621
|
required: true;
|
|
7385
7622
|
};
|
|
7623
|
+
id: {
|
|
7624
|
+
type: StringConstructor;
|
|
7625
|
+
default: null;
|
|
7626
|
+
};
|
|
7386
7627
|
color: {
|
|
7387
7628
|
type: () => NeonFunctionalColor;
|
|
7388
7629
|
default: null;
|
|
@@ -7396,15 +7637,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7396
7637
|
default: boolean;
|
|
7397
7638
|
};
|
|
7398
7639
|
}>, {
|
|
7399
|
-
|
|
7640
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7400
7641
|
[x: string]: unknown;
|
|
7401
|
-
}
|
|
7402
|
-
icon: import("vue").ComputedRef<string>;
|
|
7642
|
+
}>;
|
|
7643
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7403
7644
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7404
7645
|
name: {
|
|
7405
7646
|
type: StringConstructor;
|
|
7406
7647
|
required: true;
|
|
7407
7648
|
};
|
|
7649
|
+
id: {
|
|
7650
|
+
type: StringConstructor;
|
|
7651
|
+
default: null;
|
|
7652
|
+
};
|
|
7408
7653
|
color: {
|
|
7409
7654
|
type: () => NeonFunctionalColor;
|
|
7410
7655
|
default: null;
|
|
@@ -7420,6 +7665,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7420
7665
|
}>> & Readonly<{}>, {
|
|
7421
7666
|
disabled: boolean;
|
|
7422
7667
|
color: NeonFunctionalColor;
|
|
7668
|
+
id: string;
|
|
7423
7669
|
inverse: boolean;
|
|
7424
7670
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7425
7671
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7675,6 +7921,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7675
7921
|
type: StringConstructor;
|
|
7676
7922
|
required: true;
|
|
7677
7923
|
};
|
|
7924
|
+
id: {
|
|
7925
|
+
type: StringConstructor;
|
|
7926
|
+
default: null;
|
|
7927
|
+
};
|
|
7678
7928
|
color: {
|
|
7679
7929
|
type: () => NeonFunctionalColor;
|
|
7680
7930
|
default: null;
|
|
@@ -7688,15 +7938,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7688
7938
|
default: boolean;
|
|
7689
7939
|
};
|
|
7690
7940
|
}>, {
|
|
7691
|
-
|
|
7941
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7692
7942
|
[x: string]: unknown;
|
|
7693
|
-
}
|
|
7694
|
-
icon: import("vue").ComputedRef<string>;
|
|
7943
|
+
}>;
|
|
7944
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7695
7945
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7696
7946
|
name: {
|
|
7697
7947
|
type: StringConstructor;
|
|
7698
7948
|
required: true;
|
|
7699
7949
|
};
|
|
7950
|
+
id: {
|
|
7951
|
+
type: StringConstructor;
|
|
7952
|
+
default: null;
|
|
7953
|
+
};
|
|
7700
7954
|
color: {
|
|
7701
7955
|
type: () => NeonFunctionalColor;
|
|
7702
7956
|
default: null;
|
|
@@ -7712,6 +7966,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7712
7966
|
}>> & Readonly<{}>, {
|
|
7713
7967
|
disabled: boolean;
|
|
7714
7968
|
color: NeonFunctionalColor;
|
|
7969
|
+
id: string;
|
|
7715
7970
|
inverse: boolean;
|
|
7716
7971
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7717
7972
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -7774,6 +8029,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7774
8029
|
type: StringConstructor;
|
|
7775
8030
|
required: true;
|
|
7776
8031
|
};
|
|
8032
|
+
id: {
|
|
8033
|
+
type: StringConstructor;
|
|
8034
|
+
default: null;
|
|
8035
|
+
};
|
|
7777
8036
|
color: {
|
|
7778
8037
|
type: () => NeonFunctionalColor;
|
|
7779
8038
|
default: null;
|
|
@@ -7787,15 +8046,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7787
8046
|
default: boolean;
|
|
7788
8047
|
};
|
|
7789
8048
|
}>, {
|
|
7790
|
-
|
|
8049
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7791
8050
|
[x: string]: unknown;
|
|
7792
|
-
}
|
|
7793
|
-
icon: import("vue").ComputedRef<string>;
|
|
8051
|
+
}>;
|
|
8052
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7794
8053
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7795
8054
|
name: {
|
|
7796
8055
|
type: StringConstructor;
|
|
7797
8056
|
required: true;
|
|
7798
8057
|
};
|
|
8058
|
+
id: {
|
|
8059
|
+
type: StringConstructor;
|
|
8060
|
+
default: null;
|
|
8061
|
+
};
|
|
7799
8062
|
color: {
|
|
7800
8063
|
type: () => NeonFunctionalColor;
|
|
7801
8064
|
default: null;
|
|
@@ -7811,6 +8074,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7811
8074
|
}>> & Readonly<{}>, {
|
|
7812
8075
|
disabled: boolean;
|
|
7813
8076
|
color: NeonFunctionalColor;
|
|
8077
|
+
id: string;
|
|
7814
8078
|
inverse: boolean;
|
|
7815
8079
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7816
8080
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7861,6 +8125,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7861
8125
|
type: StringConstructor;
|
|
7862
8126
|
required: true;
|
|
7863
8127
|
};
|
|
8128
|
+
id: {
|
|
8129
|
+
type: StringConstructor;
|
|
8130
|
+
default: null;
|
|
8131
|
+
};
|
|
7864
8132
|
color: {
|
|
7865
8133
|
type: () => NeonFunctionalColor;
|
|
7866
8134
|
default: null;
|
|
@@ -7874,15 +8142,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7874
8142
|
default: boolean;
|
|
7875
8143
|
};
|
|
7876
8144
|
}>, {
|
|
7877
|
-
|
|
8145
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7878
8146
|
[x: string]: unknown;
|
|
7879
|
-
}
|
|
7880
|
-
icon: import("vue").ComputedRef<string>;
|
|
8147
|
+
}>;
|
|
8148
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7881
8149
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7882
8150
|
name: {
|
|
7883
8151
|
type: StringConstructor;
|
|
7884
8152
|
required: true;
|
|
7885
8153
|
};
|
|
8154
|
+
id: {
|
|
8155
|
+
type: StringConstructor;
|
|
8156
|
+
default: null;
|
|
8157
|
+
};
|
|
7886
8158
|
color: {
|
|
7887
8159
|
type: () => NeonFunctionalColor;
|
|
7888
8160
|
default: null;
|
|
@@ -7898,6 +8170,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7898
8170
|
}>> & Readonly<{}>, {
|
|
7899
8171
|
disabled: boolean;
|
|
7900
8172
|
color: NeonFunctionalColor;
|
|
8173
|
+
id: string;
|
|
7901
8174
|
inverse: boolean;
|
|
7902
8175
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7903
8176
|
NeonInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -7930,7 +8203,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7930
8203
|
default: NeonInputMode;
|
|
7931
8204
|
};
|
|
7932
8205
|
autocomplete: {
|
|
7933
|
-
type:
|
|
8206
|
+
type: () => NeonInputMode;
|
|
7934
8207
|
default: string;
|
|
7935
8208
|
};
|
|
7936
8209
|
state: {
|
|
@@ -7946,10 +8219,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7946
8219
|
default: null;
|
|
7947
8220
|
};
|
|
7948
8221
|
iconReadonly: {
|
|
7949
|
-
/**
|
|
7950
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
7951
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
7952
|
-
*/
|
|
7953
8222
|
type: BooleanConstructor;
|
|
7954
8223
|
default: boolean;
|
|
7955
8224
|
};
|
|
@@ -7962,9 +8231,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7962
8231
|
default: number;
|
|
7963
8232
|
};
|
|
7964
8233
|
disabled: {
|
|
7965
|
-
type: BooleanConstructor;
|
|
7966
|
-
* Placement of the dropdown contents.
|
|
7967
|
-
*/
|
|
8234
|
+
type: BooleanConstructor;
|
|
7968
8235
|
default: boolean;
|
|
7969
8236
|
};
|
|
7970
8237
|
stateHighlight: {
|
|
@@ -7979,6 +8246,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7979
8246
|
type: NumberConstructor;
|
|
7980
8247
|
default: null;
|
|
7981
8248
|
};
|
|
8249
|
+
maxlengthLabel: {
|
|
8250
|
+
type: StringConstructor;
|
|
8251
|
+
default: string;
|
|
8252
|
+
};
|
|
7982
8253
|
debounce: {
|
|
7983
8254
|
type: NumberConstructor;
|
|
7984
8255
|
default: undefined;
|
|
@@ -7993,12 +8264,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7993
8264
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
7994
8265
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
7995
8266
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
8267
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
7996
8268
|
focus: () => void;
|
|
7997
8269
|
click: () => void;
|
|
7998
8270
|
onFocus: () => void;
|
|
7999
8271
|
onBlur: () => void;
|
|
8000
8272
|
iconClicked: ($event: Event) => void;
|
|
8001
|
-
changeValue: (event:
|
|
8273
|
+
changeValue: (event: InputEvent) => void;
|
|
8002
8274
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
8003
8275
|
}, {}, {}, {}, 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<{
|
|
8004
8276
|
id: {
|
|
@@ -8030,7 +8302,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8030
8302
|
default: NeonInputMode;
|
|
8031
8303
|
};
|
|
8032
8304
|
autocomplete: {
|
|
8033
|
-
type:
|
|
8305
|
+
type: () => NeonInputMode;
|
|
8034
8306
|
default: string;
|
|
8035
8307
|
};
|
|
8036
8308
|
state: {
|
|
@@ -8046,10 +8318,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8046
8318
|
default: null;
|
|
8047
8319
|
};
|
|
8048
8320
|
iconReadonly: {
|
|
8049
|
-
/**
|
|
8050
|
-
* The HTML input mode as specified <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode">here</a>.
|
|
8051
|
-
* This can be used to simplify populating the filter field, e.g. providing the user's country from their address.
|
|
8052
|
-
*/
|
|
8053
8321
|
type: BooleanConstructor;
|
|
8054
8322
|
default: boolean;
|
|
8055
8323
|
};
|
|
@@ -8062,9 +8330,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8062
8330
|
default: number;
|
|
8063
8331
|
};
|
|
8064
8332
|
disabled: {
|
|
8065
|
-
type: BooleanConstructor;
|
|
8066
|
-
* Placement of the dropdown contents.
|
|
8067
|
-
*/
|
|
8333
|
+
type: BooleanConstructor;
|
|
8068
8334
|
default: boolean;
|
|
8069
8335
|
};
|
|
8070
8336
|
stateHighlight: {
|
|
@@ -8079,6 +8345,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8079
8345
|
type: NumberConstructor;
|
|
8080
8346
|
default: null;
|
|
8081
8347
|
};
|
|
8348
|
+
maxlengthLabel: {
|
|
8349
|
+
type: StringConstructor;
|
|
8350
|
+
default: string;
|
|
8351
|
+
};
|
|
8082
8352
|
debounce: {
|
|
8083
8353
|
type: NumberConstructor;
|
|
8084
8354
|
default: undefined;
|
|
@@ -8101,19 +8371,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8101
8371
|
inputmode: NeonInputMode;
|
|
8102
8372
|
modelValue: string;
|
|
8103
8373
|
state: import("../../../neon").NeonState;
|
|
8104
|
-
autocomplete:
|
|
8374
|
+
autocomplete: NeonInputMode;
|
|
8105
8375
|
rows: number;
|
|
8106
8376
|
iconReadonly: boolean;
|
|
8107
8377
|
hideIcon: boolean;
|
|
8108
8378
|
stateHighlight: boolean;
|
|
8109
8379
|
stateIcon: boolean;
|
|
8110
8380
|
maxlength: number;
|
|
8381
|
+
maxlengthLabel: string;
|
|
8111
8382
|
}, {}, {
|
|
8112
8383
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8113
8384
|
name: {
|
|
8114
8385
|
type: StringConstructor;
|
|
8115
8386
|
required: true;
|
|
8116
8387
|
};
|
|
8388
|
+
id: {
|
|
8389
|
+
type: StringConstructor;
|
|
8390
|
+
default: null;
|
|
8391
|
+
};
|
|
8117
8392
|
color: {
|
|
8118
8393
|
type: () => NeonFunctionalColor;
|
|
8119
8394
|
default: null;
|
|
@@ -8127,15 +8402,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8127
8402
|
default: boolean;
|
|
8128
8403
|
};
|
|
8129
8404
|
}>, {
|
|
8130
|
-
|
|
8405
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
8131
8406
|
[x: string]: unknown;
|
|
8132
|
-
}
|
|
8133
|
-
icon: import("vue").ComputedRef<string>;
|
|
8407
|
+
}>;
|
|
8408
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
8134
8409
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8135
8410
|
name: {
|
|
8136
8411
|
type: StringConstructor;
|
|
8137
8412
|
required: true;
|
|
8138
8413
|
};
|
|
8414
|
+
id: {
|
|
8415
|
+
type: StringConstructor;
|
|
8416
|
+
default: null;
|
|
8417
|
+
};
|
|
8139
8418
|
color: {
|
|
8140
8419
|
type: () => NeonFunctionalColor;
|
|
8141
8420
|
default: null;
|
|
@@ -8151,6 +8430,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8151
8430
|
}>> & Readonly<{}>, {
|
|
8152
8431
|
disabled: boolean;
|
|
8153
8432
|
color: NeonFunctionalColor;
|
|
8433
|
+
id: string;
|
|
8154
8434
|
inverse: boolean;
|
|
8155
8435
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8156
8436
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|