@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
|
@@ -469,7 +469,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
469
469
|
*/
|
|
470
470
|
};
|
|
471
471
|
autocomplete: {
|
|
472
|
-
type:
|
|
472
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
473
473
|
default: string;
|
|
474
474
|
};
|
|
475
475
|
state: {
|
|
@@ -512,6 +512,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
512
512
|
type: NumberConstructor;
|
|
513
513
|
default: null;
|
|
514
514
|
};
|
|
515
|
+
maxlengthLabel: {
|
|
516
|
+
type: StringConstructor;
|
|
517
|
+
default: string;
|
|
518
|
+
};
|
|
515
519
|
debounce: {
|
|
516
520
|
type: NumberConstructor;
|
|
517
521
|
default: undefined;
|
|
@@ -531,12 +535,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
531
535
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
532
536
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
533
537
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
538
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
534
539
|
focus: () => void;
|
|
535
540
|
click: () => void;
|
|
536
541
|
onFocus: () => void;
|
|
537
542
|
onBlur: () => void;
|
|
538
543
|
iconClicked: ($event: Event) => void;
|
|
539
|
-
changeValue: (event:
|
|
544
|
+
changeValue: (event: InputEvent) => void;
|
|
540
545
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
541
546
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
542
547
|
disabled: boolean;
|
|
@@ -551,19 +556,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
551
556
|
inputmode: import("../../../neon").NeonInputMode;
|
|
552
557
|
modelValue: string;
|
|
553
558
|
state: import("../../../neon").NeonState;
|
|
554
|
-
autocomplete:
|
|
559
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
555
560
|
rows: number;
|
|
556
561
|
iconReadonly: boolean;
|
|
557
562
|
hideIcon: boolean;
|
|
558
563
|
stateHighlight: boolean;
|
|
559
564
|
stateIcon: boolean;
|
|
560
565
|
maxlength: number;
|
|
566
|
+
maxlengthLabel: string;
|
|
561
567
|
}, true, {}, {}, {
|
|
562
568
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
563
569
|
name: {
|
|
564
570
|
type: StringConstructor;
|
|
565
571
|
required: true;
|
|
566
572
|
};
|
|
573
|
+
id: {
|
|
574
|
+
type: StringConstructor;
|
|
575
|
+
default: null;
|
|
576
|
+
};
|
|
567
577
|
color: {
|
|
568
578
|
type: () => NeonFunctionalColor;
|
|
569
579
|
default: null;
|
|
@@ -577,15 +587,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
577
587
|
default: boolean;
|
|
578
588
|
};
|
|
579
589
|
}>, {
|
|
580
|
-
|
|
590
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
581
591
|
[x: string]: unknown;
|
|
582
|
-
}
|
|
583
|
-
icon: import("vue").ComputedRef<string>;
|
|
592
|
+
}>;
|
|
593
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
584
594
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
585
595
|
name: {
|
|
586
596
|
type: StringConstructor;
|
|
587
597
|
required: true;
|
|
588
598
|
};
|
|
599
|
+
id: {
|
|
600
|
+
type: StringConstructor;
|
|
601
|
+
default: null;
|
|
602
|
+
};
|
|
589
603
|
color: {
|
|
590
604
|
type: () => NeonFunctionalColor;
|
|
591
605
|
default: null;
|
|
@@ -601,6 +615,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
601
615
|
}>> & Readonly<{}>, {
|
|
602
616
|
disabled: boolean;
|
|
603
617
|
color: NeonFunctionalColor;
|
|
618
|
+
id: string;
|
|
604
619
|
inverse: boolean;
|
|
605
620
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
606
621
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -643,7 +658,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
643
658
|
*/
|
|
644
659
|
};
|
|
645
660
|
autocomplete: {
|
|
646
|
-
type:
|
|
661
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
647
662
|
default: string;
|
|
648
663
|
};
|
|
649
664
|
state: {
|
|
@@ -686,6 +701,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
686
701
|
type: NumberConstructor;
|
|
687
702
|
default: null;
|
|
688
703
|
};
|
|
704
|
+
maxlengthLabel: {
|
|
705
|
+
type: StringConstructor;
|
|
706
|
+
default: string;
|
|
707
|
+
};
|
|
689
708
|
debounce: {
|
|
690
709
|
type: NumberConstructor;
|
|
691
710
|
default: undefined;
|
|
@@ -705,12 +724,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
705
724
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
706
725
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
707
726
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
727
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
708
728
|
focus: () => void;
|
|
709
729
|
click: () => void;
|
|
710
730
|
onFocus: () => void;
|
|
711
731
|
onBlur: () => void;
|
|
712
732
|
iconClicked: ($event: Event) => void;
|
|
713
|
-
changeValue: (event:
|
|
733
|
+
changeValue: (event: InputEvent) => void;
|
|
714
734
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
715
735
|
}, {}, {}, {}, {
|
|
716
736
|
disabled: boolean;
|
|
@@ -725,13 +745,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
725
745
|
inputmode: import("../../../neon").NeonInputMode;
|
|
726
746
|
modelValue: string;
|
|
727
747
|
state: import("../../../neon").NeonState;
|
|
728
|
-
autocomplete:
|
|
748
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
729
749
|
rows: number;
|
|
730
750
|
iconReadonly: boolean;
|
|
731
751
|
hideIcon: boolean;
|
|
732
752
|
stateHighlight: boolean;
|
|
733
753
|
stateIcon: boolean;
|
|
734
754
|
maxlength: number;
|
|
755
|
+
maxlengthLabel: string;
|
|
735
756
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
736
757
|
id: {
|
|
737
758
|
type: StringConstructor;
|
|
@@ -765,7 +786,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
765
786
|
*/
|
|
766
787
|
};
|
|
767
788
|
autocomplete: {
|
|
768
|
-
type:
|
|
789
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
769
790
|
default: string;
|
|
770
791
|
};
|
|
771
792
|
state: {
|
|
@@ -808,6 +829,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
808
829
|
type: NumberConstructor;
|
|
809
830
|
default: null;
|
|
810
831
|
};
|
|
832
|
+
maxlengthLabel: {
|
|
833
|
+
type: StringConstructor;
|
|
834
|
+
default: string;
|
|
835
|
+
};
|
|
811
836
|
debounce: {
|
|
812
837
|
type: NumberConstructor;
|
|
813
838
|
default: undefined;
|
|
@@ -827,12 +852,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
827
852
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
828
853
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
829
854
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
855
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
830
856
|
focus: () => void;
|
|
831
857
|
click: () => void;
|
|
832
858
|
onFocus: () => void;
|
|
833
859
|
onBlur: () => void;
|
|
834
860
|
iconClicked: ($event: Event) => void;
|
|
835
|
-
changeValue: (event:
|
|
861
|
+
changeValue: (event: InputEvent) => void;
|
|
836
862
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
837
863
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
838
864
|
disabled: boolean;
|
|
@@ -847,19 +873,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
847
873
|
inputmode: import("../../../neon").NeonInputMode;
|
|
848
874
|
modelValue: string;
|
|
849
875
|
state: import("../../../neon").NeonState;
|
|
850
|
-
autocomplete:
|
|
876
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
851
877
|
rows: number;
|
|
852
878
|
iconReadonly: boolean;
|
|
853
879
|
hideIcon: boolean;
|
|
854
880
|
stateHighlight: boolean;
|
|
855
881
|
stateIcon: boolean;
|
|
856
882
|
maxlength: number;
|
|
883
|
+
maxlengthLabel: string;
|
|
857
884
|
}, true, {}, {}, {
|
|
858
885
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
859
886
|
name: {
|
|
860
887
|
type: StringConstructor;
|
|
861
888
|
required: true;
|
|
862
889
|
};
|
|
890
|
+
id: {
|
|
891
|
+
type: StringConstructor;
|
|
892
|
+
default: null;
|
|
893
|
+
};
|
|
863
894
|
color: {
|
|
864
895
|
type: () => NeonFunctionalColor;
|
|
865
896
|
default: null;
|
|
@@ -873,15 +904,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
873
904
|
default: boolean;
|
|
874
905
|
};
|
|
875
906
|
}>, {
|
|
876
|
-
|
|
907
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
877
908
|
[x: string]: unknown;
|
|
878
|
-
}
|
|
879
|
-
icon: import("vue").ComputedRef<string>;
|
|
909
|
+
}>;
|
|
910
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
880
911
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
881
912
|
name: {
|
|
882
913
|
type: StringConstructor;
|
|
883
914
|
required: true;
|
|
884
915
|
};
|
|
916
|
+
id: {
|
|
917
|
+
type: StringConstructor;
|
|
918
|
+
default: null;
|
|
919
|
+
};
|
|
885
920
|
color: {
|
|
886
921
|
type: () => NeonFunctionalColor;
|
|
887
922
|
default: null;
|
|
@@ -897,6 +932,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
897
932
|
}>> & Readonly<{}>, {
|
|
898
933
|
disabled: boolean;
|
|
899
934
|
color: NeonFunctionalColor;
|
|
935
|
+
id: string;
|
|
900
936
|
inverse: boolean;
|
|
901
937
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
902
938
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -939,7 +975,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
939
975
|
*/
|
|
940
976
|
};
|
|
941
977
|
autocomplete: {
|
|
942
|
-
type:
|
|
978
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
943
979
|
default: string;
|
|
944
980
|
};
|
|
945
981
|
state: {
|
|
@@ -982,6 +1018,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
982
1018
|
type: NumberConstructor;
|
|
983
1019
|
default: null;
|
|
984
1020
|
};
|
|
1021
|
+
maxlengthLabel: {
|
|
1022
|
+
type: StringConstructor;
|
|
1023
|
+
default: string;
|
|
1024
|
+
};
|
|
985
1025
|
debounce: {
|
|
986
1026
|
type: NumberConstructor;
|
|
987
1027
|
default: undefined;
|
|
@@ -1001,12 +1041,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1001
1041
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
1002
1042
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
1003
1043
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
1044
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
1004
1045
|
focus: () => void;
|
|
1005
1046
|
click: () => void;
|
|
1006
1047
|
onFocus: () => void;
|
|
1007
1048
|
onBlur: () => void;
|
|
1008
1049
|
iconClicked: ($event: Event) => void;
|
|
1009
|
-
changeValue: (event:
|
|
1050
|
+
changeValue: (event: InputEvent) => void;
|
|
1010
1051
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1011
1052
|
}, {}, {}, {}, {
|
|
1012
1053
|
disabled: boolean;
|
|
@@ -1021,13 +1062,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1021
1062
|
inputmode: import("../../../neon").NeonInputMode;
|
|
1022
1063
|
modelValue: string;
|
|
1023
1064
|
state: import("../../../neon").NeonState;
|
|
1024
|
-
autocomplete:
|
|
1065
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
1025
1066
|
rows: number;
|
|
1026
1067
|
iconReadonly: boolean;
|
|
1027
1068
|
hideIcon: boolean;
|
|
1028
1069
|
stateHighlight: boolean;
|
|
1029
1070
|
stateIcon: boolean;
|
|
1030
1071
|
maxlength: number;
|
|
1072
|
+
maxlengthLabel: string;
|
|
1031
1073
|
}> | null>;
|
|
1032
1074
|
files: import("vue").Ref<{
|
|
1033
1075
|
readonly lastModified: number;
|
|
@@ -1382,6 +1424,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1382
1424
|
type: StringConstructor;
|
|
1383
1425
|
required: true;
|
|
1384
1426
|
};
|
|
1427
|
+
id: {
|
|
1428
|
+
type: StringConstructor;
|
|
1429
|
+
default: null;
|
|
1430
|
+
};
|
|
1385
1431
|
color: {
|
|
1386
1432
|
type: () => NeonFunctionalColor;
|
|
1387
1433
|
default: null;
|
|
@@ -1395,15 +1441,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1395
1441
|
default: boolean;
|
|
1396
1442
|
};
|
|
1397
1443
|
}>, {
|
|
1398
|
-
|
|
1444
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1399
1445
|
[x: string]: unknown;
|
|
1400
|
-
}
|
|
1401
|
-
icon: import("vue").ComputedRef<string>;
|
|
1446
|
+
}>;
|
|
1447
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1402
1448
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1403
1449
|
name: {
|
|
1404
1450
|
type: StringConstructor;
|
|
1405
1451
|
required: true;
|
|
1406
1452
|
};
|
|
1453
|
+
id: {
|
|
1454
|
+
type: StringConstructor;
|
|
1455
|
+
default: null;
|
|
1456
|
+
};
|
|
1407
1457
|
color: {
|
|
1408
1458
|
type: () => NeonFunctionalColor;
|
|
1409
1459
|
default: null;
|
|
@@ -1419,6 +1469,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1419
1469
|
}>> & Readonly<{}>, {
|
|
1420
1470
|
disabled: boolean;
|
|
1421
1471
|
color: NeonFunctionalColor;
|
|
1472
|
+
id: string;
|
|
1422
1473
|
inverse: boolean;
|
|
1423
1474
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1424
1475
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1478,6 +1529,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1478
1529
|
type: StringConstructor;
|
|
1479
1530
|
required: true;
|
|
1480
1531
|
};
|
|
1532
|
+
id: {
|
|
1533
|
+
type: StringConstructor;
|
|
1534
|
+
default: null;
|
|
1535
|
+
};
|
|
1481
1536
|
color: {
|
|
1482
1537
|
type: () => NeonFunctionalColor;
|
|
1483
1538
|
default: null;
|
|
@@ -1491,15 +1546,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1491
1546
|
default: boolean;
|
|
1492
1547
|
};
|
|
1493
1548
|
}>, {
|
|
1494
|
-
|
|
1549
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1495
1550
|
[x: string]: unknown;
|
|
1496
|
-
}
|
|
1497
|
-
icon: import("vue").ComputedRef<string>;
|
|
1551
|
+
}>;
|
|
1552
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1498
1553
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1499
1554
|
name: {
|
|
1500
1555
|
type: StringConstructor;
|
|
1501
1556
|
required: true;
|
|
1502
1557
|
};
|
|
1558
|
+
id: {
|
|
1559
|
+
type: StringConstructor;
|
|
1560
|
+
default: null;
|
|
1561
|
+
};
|
|
1503
1562
|
color: {
|
|
1504
1563
|
type: () => NeonFunctionalColor;
|
|
1505
1564
|
default: null;
|
|
@@ -1515,6 +1574,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1515
1574
|
}>> & Readonly<{}>, {
|
|
1516
1575
|
disabled: boolean;
|
|
1517
1576
|
color: NeonFunctionalColor;
|
|
1577
|
+
id: string;
|
|
1518
1578
|
inverse: boolean;
|
|
1519
1579
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1520
1580
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1552,7 +1612,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1552
1612
|
*/
|
|
1553
1613
|
};
|
|
1554
1614
|
autocomplete: {
|
|
1555
|
-
type:
|
|
1615
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1556
1616
|
default: string;
|
|
1557
1617
|
};
|
|
1558
1618
|
state: {
|
|
@@ -1595,6 +1655,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1595
1655
|
type: NumberConstructor;
|
|
1596
1656
|
default: null;
|
|
1597
1657
|
};
|
|
1658
|
+
maxlengthLabel: {
|
|
1659
|
+
type: StringConstructor;
|
|
1660
|
+
default: string;
|
|
1661
|
+
};
|
|
1598
1662
|
debounce: {
|
|
1599
1663
|
type: NumberConstructor;
|
|
1600
1664
|
default: undefined;
|
|
@@ -1609,12 +1673,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1609
1673
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
1610
1674
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
1611
1675
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
1676
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
1612
1677
|
focus: () => void;
|
|
1613
1678
|
click: () => void;
|
|
1614
1679
|
onFocus: () => void;
|
|
1615
1680
|
onBlur: () => void;
|
|
1616
1681
|
iconClicked: ($event: Event) => void;
|
|
1617
|
-
changeValue: (event:
|
|
1682
|
+
changeValue: (event: InputEvent) => void;
|
|
1618
1683
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1619
1684
|
}, {}, {}, {}, 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<{
|
|
1620
1685
|
id: {
|
|
@@ -1649,7 +1714,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1649
1714
|
*/
|
|
1650
1715
|
};
|
|
1651
1716
|
autocomplete: {
|
|
1652
|
-
type:
|
|
1717
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1653
1718
|
default: string;
|
|
1654
1719
|
};
|
|
1655
1720
|
state: {
|
|
@@ -1692,6 +1757,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1692
1757
|
type: NumberConstructor;
|
|
1693
1758
|
default: null;
|
|
1694
1759
|
};
|
|
1760
|
+
maxlengthLabel: {
|
|
1761
|
+
type: StringConstructor;
|
|
1762
|
+
default: string;
|
|
1763
|
+
};
|
|
1695
1764
|
debounce: {
|
|
1696
1765
|
type: NumberConstructor;
|
|
1697
1766
|
default: undefined;
|
|
@@ -1714,19 +1783,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1714
1783
|
inputmode: import("../../../neon").NeonInputMode;
|
|
1715
1784
|
modelValue: string;
|
|
1716
1785
|
state: import("../../../neon").NeonState;
|
|
1717
|
-
autocomplete:
|
|
1786
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
1718
1787
|
rows: number;
|
|
1719
1788
|
iconReadonly: boolean;
|
|
1720
1789
|
hideIcon: boolean;
|
|
1721
1790
|
stateHighlight: boolean;
|
|
1722
1791
|
stateIcon: boolean;
|
|
1723
1792
|
maxlength: number;
|
|
1793
|
+
maxlengthLabel: string;
|
|
1724
1794
|
}, {}, {
|
|
1725
1795
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1726
1796
|
name: {
|
|
1727
1797
|
type: StringConstructor;
|
|
1728
1798
|
required: true;
|
|
1729
1799
|
};
|
|
1800
|
+
id: {
|
|
1801
|
+
type: StringConstructor;
|
|
1802
|
+
default: null;
|
|
1803
|
+
};
|
|
1730
1804
|
color: {
|
|
1731
1805
|
type: () => NeonFunctionalColor;
|
|
1732
1806
|
default: null;
|
|
@@ -1740,15 +1814,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1740
1814
|
default: boolean;
|
|
1741
1815
|
};
|
|
1742
1816
|
}>, {
|
|
1743
|
-
|
|
1817
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1744
1818
|
[x: string]: unknown;
|
|
1745
|
-
}
|
|
1746
|
-
icon: import("vue").ComputedRef<string>;
|
|
1819
|
+
}>;
|
|
1820
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1747
1821
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1748
1822
|
name: {
|
|
1749
1823
|
type: StringConstructor;
|
|
1750
1824
|
required: true;
|
|
1751
1825
|
};
|
|
1826
|
+
id: {
|
|
1827
|
+
type: StringConstructor;
|
|
1828
|
+
default: null;
|
|
1829
|
+
};
|
|
1752
1830
|
color: {
|
|
1753
1831
|
type: () => NeonFunctionalColor;
|
|
1754
1832
|
default: null;
|
|
@@ -1764,6 +1842,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1764
1842
|
}>> & Readonly<{}>, {
|
|
1765
1843
|
disabled: boolean;
|
|
1766
1844
|
color: NeonFunctionalColor;
|
|
1845
|
+
id: string;
|
|
1767
1846
|
inverse: boolean;
|
|
1768
1847
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1769
1848
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1816,6 +1895,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1816
1895
|
type: StringConstructor;
|
|
1817
1896
|
required: true;
|
|
1818
1897
|
};
|
|
1898
|
+
id: {
|
|
1899
|
+
type: StringConstructor;
|
|
1900
|
+
default: null;
|
|
1901
|
+
};
|
|
1819
1902
|
color: {
|
|
1820
1903
|
type: () => NeonFunctionalColor;
|
|
1821
1904
|
default: null;
|
|
@@ -1829,15 +1912,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1829
1912
|
default: boolean;
|
|
1830
1913
|
};
|
|
1831
1914
|
}>, {
|
|
1832
|
-
|
|
1915
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1833
1916
|
[x: string]: unknown;
|
|
1834
|
-
}
|
|
1835
|
-
icon: import("vue").ComputedRef<string>;
|
|
1917
|
+
}>;
|
|
1918
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1836
1919
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1837
1920
|
name: {
|
|
1838
1921
|
type: StringConstructor;
|
|
1839
1922
|
required: true;
|
|
1840
1923
|
};
|
|
1924
|
+
id: {
|
|
1925
|
+
type: StringConstructor;
|
|
1926
|
+
default: null;
|
|
1927
|
+
};
|
|
1841
1928
|
color: {
|
|
1842
1929
|
type: () => NeonFunctionalColor;
|
|
1843
1930
|
default: null;
|
|
@@ -1853,6 +1940,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1853
1940
|
}>> & Readonly<{}>, {
|
|
1854
1941
|
disabled: boolean;
|
|
1855
1942
|
color: NeonFunctionalColor;
|
|
1943
|
+
id: string;
|
|
1856
1944
|
inverse: boolean;
|
|
1857
1945
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1858
1946
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1862,6 +1950,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1862
1950
|
type: StringConstructor;
|
|
1863
1951
|
required: true;
|
|
1864
1952
|
};
|
|
1953
|
+
id: {
|
|
1954
|
+
type: StringConstructor;
|
|
1955
|
+
default: null;
|
|
1956
|
+
};
|
|
1865
1957
|
color: {
|
|
1866
1958
|
type: () => NeonFunctionalColor;
|
|
1867
1959
|
default: null;
|
|
@@ -1875,15 +1967,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1875
1967
|
default: boolean;
|
|
1876
1968
|
};
|
|
1877
1969
|
}>, {
|
|
1878
|
-
|
|
1970
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1879
1971
|
[x: string]: unknown;
|
|
1880
|
-
}
|
|
1881
|
-
icon: import("vue").ComputedRef<string>;
|
|
1972
|
+
}>;
|
|
1973
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1882
1974
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1883
1975
|
name: {
|
|
1884
1976
|
type: StringConstructor;
|
|
1885
1977
|
required: true;
|
|
1886
1978
|
};
|
|
1979
|
+
id: {
|
|
1980
|
+
type: StringConstructor;
|
|
1981
|
+
default: null;
|
|
1982
|
+
};
|
|
1887
1983
|
color: {
|
|
1888
1984
|
type: () => NeonFunctionalColor;
|
|
1889
1985
|
default: null;
|
|
@@ -1899,6 +1995,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1899
1995
|
}>> & Readonly<{}>, {
|
|
1900
1996
|
disabled: boolean;
|
|
1901
1997
|
color: NeonFunctionalColor;
|
|
1998
|
+
id: string;
|
|
1902
1999
|
inverse: boolean;
|
|
1903
2000
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1904
2001
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; /**
|
|
@@ -2162,6 +2259,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2162
2259
|
type: StringConstructor;
|
|
2163
2260
|
required: true;
|
|
2164
2261
|
};
|
|
2262
|
+
id: {
|
|
2263
|
+
type: StringConstructor;
|
|
2264
|
+
default: null;
|
|
2265
|
+
};
|
|
2165
2266
|
color: {
|
|
2166
2267
|
type: () => NeonFunctionalColor;
|
|
2167
2268
|
default: null;
|
|
@@ -2175,15 +2276,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2175
2276
|
default: boolean;
|
|
2176
2277
|
};
|
|
2177
2278
|
}>, {
|
|
2178
|
-
|
|
2279
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2179
2280
|
[x: string]: unknown;
|
|
2180
|
-
}
|
|
2181
|
-
icon: import("vue").ComputedRef<string>;
|
|
2281
|
+
}>;
|
|
2282
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2182
2283
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2183
2284
|
name: {
|
|
2184
2285
|
type: StringConstructor;
|
|
2185
2286
|
required: true;
|
|
2186
2287
|
};
|
|
2288
|
+
id: {
|
|
2289
|
+
type: StringConstructor;
|
|
2290
|
+
default: null;
|
|
2291
|
+
};
|
|
2187
2292
|
color: {
|
|
2188
2293
|
type: () => NeonFunctionalColor;
|
|
2189
2294
|
default: null;
|
|
@@ -2199,6 +2304,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2199
2304
|
}>> & Readonly<{}>, {
|
|
2200
2305
|
disabled: boolean;
|
|
2201
2306
|
color: NeonFunctionalColor;
|
|
2307
|
+
id: string;
|
|
2202
2308
|
inverse: boolean;
|
|
2203
2309
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2204
2310
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2258,6 +2364,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2258
2364
|
type: StringConstructor;
|
|
2259
2365
|
required: true;
|
|
2260
2366
|
};
|
|
2367
|
+
id: {
|
|
2368
|
+
type: StringConstructor;
|
|
2369
|
+
default: null;
|
|
2370
|
+
};
|
|
2261
2371
|
color: {
|
|
2262
2372
|
type: () => NeonFunctionalColor;
|
|
2263
2373
|
default: null;
|
|
@@ -2271,15 +2381,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2271
2381
|
default: boolean;
|
|
2272
2382
|
};
|
|
2273
2383
|
}>, {
|
|
2274
|
-
|
|
2384
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2275
2385
|
[x: string]: unknown;
|
|
2276
|
-
}
|
|
2277
|
-
icon: import("vue").ComputedRef<string>;
|
|
2386
|
+
}>;
|
|
2387
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2278
2388
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2279
2389
|
name: {
|
|
2280
2390
|
type: StringConstructor;
|
|
2281
2391
|
required: true;
|
|
2282
2392
|
};
|
|
2393
|
+
id: {
|
|
2394
|
+
type: StringConstructor;
|
|
2395
|
+
default: null;
|
|
2396
|
+
};
|
|
2283
2397
|
color: {
|
|
2284
2398
|
type: () => NeonFunctionalColor;
|
|
2285
2399
|
default: null;
|
|
@@ -2295,6 +2409,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2295
2409
|
}>> & Readonly<{}>, {
|
|
2296
2410
|
disabled: boolean;
|
|
2297
2411
|
color: NeonFunctionalColor;
|
|
2412
|
+
id: string;
|
|
2298
2413
|
inverse: boolean;
|
|
2299
2414
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2300
2415
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2774,7 +2889,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2774
2889
|
*/
|
|
2775
2890
|
};
|
|
2776
2891
|
autocomplete: {
|
|
2777
|
-
type:
|
|
2892
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
2778
2893
|
default: string;
|
|
2779
2894
|
};
|
|
2780
2895
|
state: {
|
|
@@ -2817,6 +2932,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2817
2932
|
type: NumberConstructor;
|
|
2818
2933
|
default: null;
|
|
2819
2934
|
};
|
|
2935
|
+
maxlengthLabel: {
|
|
2936
|
+
type: StringConstructor;
|
|
2937
|
+
default: string;
|
|
2938
|
+
};
|
|
2820
2939
|
debounce: {
|
|
2821
2940
|
type: NumberConstructor;
|
|
2822
2941
|
default: undefined;
|
|
@@ -2836,12 +2955,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2836
2955
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
2837
2956
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
2838
2957
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
2958
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
2839
2959
|
focus: () => void;
|
|
2840
2960
|
click: () => void;
|
|
2841
2961
|
onFocus: () => void;
|
|
2842
2962
|
onBlur: () => void;
|
|
2843
2963
|
iconClicked: ($event: Event) => void;
|
|
2844
|
-
changeValue: (event:
|
|
2964
|
+
changeValue: (event: InputEvent) => void;
|
|
2845
2965
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2846
2966
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
2847
2967
|
disabled: boolean;
|
|
@@ -2856,19 +2976,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2856
2976
|
inputmode: import("../../../neon").NeonInputMode;
|
|
2857
2977
|
modelValue: string;
|
|
2858
2978
|
state: import("../../../neon").NeonState;
|
|
2859
|
-
autocomplete:
|
|
2979
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
2860
2980
|
rows: number;
|
|
2861
2981
|
iconReadonly: boolean;
|
|
2862
2982
|
hideIcon: boolean;
|
|
2863
2983
|
stateHighlight: boolean;
|
|
2864
2984
|
stateIcon: boolean;
|
|
2865
2985
|
maxlength: number;
|
|
2986
|
+
maxlengthLabel: string;
|
|
2866
2987
|
}, true, {}, {}, {
|
|
2867
2988
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2868
2989
|
name: {
|
|
2869
2990
|
type: StringConstructor;
|
|
2870
2991
|
required: true;
|
|
2871
2992
|
};
|
|
2993
|
+
id: {
|
|
2994
|
+
type: StringConstructor;
|
|
2995
|
+
default: null;
|
|
2996
|
+
};
|
|
2872
2997
|
color: {
|
|
2873
2998
|
type: () => NeonFunctionalColor;
|
|
2874
2999
|
default: null;
|
|
@@ -2882,15 +3007,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2882
3007
|
default: boolean;
|
|
2883
3008
|
};
|
|
2884
3009
|
}>, {
|
|
2885
|
-
|
|
3010
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2886
3011
|
[x: string]: unknown;
|
|
2887
|
-
}
|
|
2888
|
-
icon: import("vue").ComputedRef<string>;
|
|
3012
|
+
}>;
|
|
3013
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2889
3014
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2890
3015
|
name: {
|
|
2891
3016
|
type: StringConstructor;
|
|
2892
3017
|
required: true;
|
|
2893
3018
|
};
|
|
3019
|
+
id: {
|
|
3020
|
+
type: StringConstructor;
|
|
3021
|
+
default: null;
|
|
3022
|
+
};
|
|
2894
3023
|
color: {
|
|
2895
3024
|
type: () => NeonFunctionalColor;
|
|
2896
3025
|
default: null;
|
|
@@ -2906,6 +3035,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2906
3035
|
}>> & Readonly<{}>, {
|
|
2907
3036
|
disabled: boolean;
|
|
2908
3037
|
color: NeonFunctionalColor;
|
|
3038
|
+
id: string;
|
|
2909
3039
|
inverse: boolean;
|
|
2910
3040
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2911
3041
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2948,7 +3078,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2948
3078
|
*/
|
|
2949
3079
|
};
|
|
2950
3080
|
autocomplete: {
|
|
2951
|
-
type:
|
|
3081
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
2952
3082
|
default: string;
|
|
2953
3083
|
};
|
|
2954
3084
|
state: {
|
|
@@ -2991,6 +3121,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2991
3121
|
type: NumberConstructor;
|
|
2992
3122
|
default: null;
|
|
2993
3123
|
};
|
|
3124
|
+
maxlengthLabel: {
|
|
3125
|
+
type: StringConstructor;
|
|
3126
|
+
default: string;
|
|
3127
|
+
};
|
|
2994
3128
|
debounce: {
|
|
2995
3129
|
type: NumberConstructor;
|
|
2996
3130
|
default: undefined;
|
|
@@ -3010,12 +3144,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3010
3144
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3011
3145
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3012
3146
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3147
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3013
3148
|
focus: () => void;
|
|
3014
3149
|
click: () => void;
|
|
3015
3150
|
onFocus: () => void;
|
|
3016
3151
|
onBlur: () => void;
|
|
3017
3152
|
iconClicked: ($event: Event) => void;
|
|
3018
|
-
changeValue: (event:
|
|
3153
|
+
changeValue: (event: InputEvent) => void;
|
|
3019
3154
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3020
3155
|
}, {}, {}, {}, {
|
|
3021
3156
|
disabled: boolean;
|
|
@@ -3030,13 +3165,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3030
3165
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3031
3166
|
modelValue: string;
|
|
3032
3167
|
state: import("../../../neon").NeonState;
|
|
3033
|
-
autocomplete:
|
|
3168
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3034
3169
|
rows: number;
|
|
3035
3170
|
iconReadonly: boolean;
|
|
3036
3171
|
hideIcon: boolean;
|
|
3037
3172
|
stateHighlight: boolean;
|
|
3038
3173
|
stateIcon: boolean;
|
|
3039
3174
|
maxlength: number;
|
|
3175
|
+
maxlengthLabel: string;
|
|
3040
3176
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3041
3177
|
id: {
|
|
3042
3178
|
type: StringConstructor;
|
|
@@ -3070,7 +3206,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3070
3206
|
*/
|
|
3071
3207
|
};
|
|
3072
3208
|
autocomplete: {
|
|
3073
|
-
type:
|
|
3209
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3074
3210
|
default: string;
|
|
3075
3211
|
};
|
|
3076
3212
|
state: {
|
|
@@ -3113,6 +3249,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3113
3249
|
type: NumberConstructor;
|
|
3114
3250
|
default: null;
|
|
3115
3251
|
};
|
|
3252
|
+
maxlengthLabel: {
|
|
3253
|
+
type: StringConstructor;
|
|
3254
|
+
default: string;
|
|
3255
|
+
};
|
|
3116
3256
|
debounce: {
|
|
3117
3257
|
type: NumberConstructor;
|
|
3118
3258
|
default: undefined;
|
|
@@ -3132,12 +3272,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3132
3272
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3133
3273
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3134
3274
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3275
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3135
3276
|
focus: () => void;
|
|
3136
3277
|
click: () => void;
|
|
3137
3278
|
onFocus: () => void;
|
|
3138
3279
|
onBlur: () => void;
|
|
3139
3280
|
iconClicked: ($event: Event) => void;
|
|
3140
|
-
changeValue: (event:
|
|
3281
|
+
changeValue: (event: InputEvent) => void;
|
|
3141
3282
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3142
3283
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
3143
3284
|
disabled: boolean;
|
|
@@ -3152,19 +3293,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3152
3293
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3153
3294
|
modelValue: string;
|
|
3154
3295
|
state: import("../../../neon").NeonState;
|
|
3155
|
-
autocomplete:
|
|
3296
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3156
3297
|
rows: number;
|
|
3157
3298
|
iconReadonly: boolean;
|
|
3158
3299
|
hideIcon: boolean;
|
|
3159
3300
|
stateHighlight: boolean;
|
|
3160
3301
|
stateIcon: boolean;
|
|
3161
3302
|
maxlength: number;
|
|
3303
|
+
maxlengthLabel: string;
|
|
3162
3304
|
}, true, {}, {}, {
|
|
3163
3305
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3164
3306
|
name: {
|
|
3165
3307
|
type: StringConstructor;
|
|
3166
3308
|
required: true;
|
|
3167
3309
|
};
|
|
3310
|
+
id: {
|
|
3311
|
+
type: StringConstructor;
|
|
3312
|
+
default: null;
|
|
3313
|
+
};
|
|
3168
3314
|
color: {
|
|
3169
3315
|
type: () => NeonFunctionalColor;
|
|
3170
3316
|
default: null;
|
|
@@ -3178,15 +3324,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3178
3324
|
default: boolean;
|
|
3179
3325
|
};
|
|
3180
3326
|
}>, {
|
|
3181
|
-
|
|
3327
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3182
3328
|
[x: string]: unknown;
|
|
3183
|
-
}
|
|
3184
|
-
icon: import("vue").ComputedRef<string>;
|
|
3329
|
+
}>;
|
|
3330
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3185
3331
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3186
3332
|
name: {
|
|
3187
3333
|
type: StringConstructor;
|
|
3188
3334
|
required: true;
|
|
3189
3335
|
};
|
|
3336
|
+
id: {
|
|
3337
|
+
type: StringConstructor;
|
|
3338
|
+
default: null;
|
|
3339
|
+
};
|
|
3190
3340
|
color: {
|
|
3191
3341
|
type: () => NeonFunctionalColor;
|
|
3192
3342
|
default: null;
|
|
@@ -3202,6 +3352,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3202
3352
|
}>> & Readonly<{}>, {
|
|
3203
3353
|
disabled: boolean;
|
|
3204
3354
|
color: NeonFunctionalColor;
|
|
3355
|
+
id: string;
|
|
3205
3356
|
inverse: boolean;
|
|
3206
3357
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3207
3358
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3244,7 +3395,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3244
3395
|
*/
|
|
3245
3396
|
};
|
|
3246
3397
|
autocomplete: {
|
|
3247
|
-
type:
|
|
3398
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3248
3399
|
default: string;
|
|
3249
3400
|
};
|
|
3250
3401
|
state: {
|
|
@@ -3287,6 +3438,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3287
3438
|
type: NumberConstructor;
|
|
3288
3439
|
default: null;
|
|
3289
3440
|
};
|
|
3441
|
+
maxlengthLabel: {
|
|
3442
|
+
type: StringConstructor;
|
|
3443
|
+
default: string;
|
|
3444
|
+
};
|
|
3290
3445
|
debounce: {
|
|
3291
3446
|
type: NumberConstructor;
|
|
3292
3447
|
default: undefined;
|
|
@@ -3306,12 +3461,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3306
3461
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3307
3462
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3308
3463
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3464
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3309
3465
|
focus: () => void;
|
|
3310
3466
|
click: () => void;
|
|
3311
3467
|
onFocus: () => void;
|
|
3312
3468
|
onBlur: () => void;
|
|
3313
3469
|
iconClicked: ($event: Event) => void;
|
|
3314
|
-
changeValue: (event:
|
|
3470
|
+
changeValue: (event: InputEvent) => void;
|
|
3315
3471
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3316
3472
|
}, {}, {}, {}, {
|
|
3317
3473
|
disabled: boolean;
|
|
@@ -3326,13 +3482,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3326
3482
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3327
3483
|
modelValue: string;
|
|
3328
3484
|
state: import("../../../neon").NeonState;
|
|
3329
|
-
autocomplete:
|
|
3485
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3330
3486
|
rows: number;
|
|
3331
3487
|
iconReadonly: boolean;
|
|
3332
3488
|
hideIcon: boolean;
|
|
3333
3489
|
stateHighlight: boolean;
|
|
3334
3490
|
stateIcon: boolean;
|
|
3335
3491
|
maxlength: number;
|
|
3492
|
+
maxlengthLabel: string;
|
|
3336
3493
|
}> | null>;
|
|
3337
3494
|
files: import("vue").Ref<{
|
|
3338
3495
|
readonly lastModified: number;
|
|
@@ -3687,6 +3844,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3687
3844
|
type: StringConstructor;
|
|
3688
3845
|
required: true;
|
|
3689
3846
|
};
|
|
3847
|
+
id: {
|
|
3848
|
+
type: StringConstructor;
|
|
3849
|
+
default: null;
|
|
3850
|
+
};
|
|
3690
3851
|
color: {
|
|
3691
3852
|
type: () => NeonFunctionalColor;
|
|
3692
3853
|
default: null;
|
|
@@ -3700,15 +3861,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3700
3861
|
default: boolean;
|
|
3701
3862
|
};
|
|
3702
3863
|
}>, {
|
|
3703
|
-
|
|
3864
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3704
3865
|
[x: string]: unknown;
|
|
3705
|
-
}
|
|
3706
|
-
icon: import("vue").ComputedRef<string>;
|
|
3866
|
+
}>;
|
|
3867
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3707
3868
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3708
3869
|
name: {
|
|
3709
3870
|
type: StringConstructor;
|
|
3710
3871
|
required: true;
|
|
3711
3872
|
};
|
|
3873
|
+
id: {
|
|
3874
|
+
type: StringConstructor;
|
|
3875
|
+
default: null;
|
|
3876
|
+
};
|
|
3712
3877
|
color: {
|
|
3713
3878
|
type: () => NeonFunctionalColor;
|
|
3714
3879
|
default: null;
|
|
@@ -3724,6 +3889,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3724
3889
|
}>> & Readonly<{}>, {
|
|
3725
3890
|
disabled: boolean;
|
|
3726
3891
|
color: NeonFunctionalColor;
|
|
3892
|
+
id: string;
|
|
3727
3893
|
inverse: boolean;
|
|
3728
3894
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3729
3895
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3783,6 +3949,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3783
3949
|
type: StringConstructor;
|
|
3784
3950
|
required: true;
|
|
3785
3951
|
};
|
|
3952
|
+
id: {
|
|
3953
|
+
type: StringConstructor;
|
|
3954
|
+
default: null;
|
|
3955
|
+
};
|
|
3786
3956
|
color: {
|
|
3787
3957
|
type: () => NeonFunctionalColor;
|
|
3788
3958
|
default: null;
|
|
@@ -3796,15 +3966,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3796
3966
|
default: boolean;
|
|
3797
3967
|
};
|
|
3798
3968
|
}>, {
|
|
3799
|
-
|
|
3969
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3800
3970
|
[x: string]: unknown;
|
|
3801
|
-
}
|
|
3802
|
-
icon: import("vue").ComputedRef<string>;
|
|
3971
|
+
}>;
|
|
3972
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3803
3973
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3804
3974
|
name: {
|
|
3805
3975
|
type: StringConstructor;
|
|
3806
3976
|
required: true;
|
|
3807
3977
|
};
|
|
3978
|
+
id: {
|
|
3979
|
+
type: StringConstructor;
|
|
3980
|
+
default: null;
|
|
3981
|
+
};
|
|
3808
3982
|
color: {
|
|
3809
3983
|
type: () => NeonFunctionalColor;
|
|
3810
3984
|
default: null;
|
|
@@ -3820,6 +3994,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3820
3994
|
}>> & Readonly<{}>, {
|
|
3821
3995
|
disabled: boolean;
|
|
3822
3996
|
color: NeonFunctionalColor;
|
|
3997
|
+
id: string;
|
|
3823
3998
|
inverse: boolean;
|
|
3824
3999
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3825
4000
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3857,7 +4032,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3857
4032
|
*/
|
|
3858
4033
|
};
|
|
3859
4034
|
autocomplete: {
|
|
3860
|
-
type:
|
|
4035
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3861
4036
|
default: string;
|
|
3862
4037
|
};
|
|
3863
4038
|
state: {
|
|
@@ -3900,6 +4075,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3900
4075
|
type: NumberConstructor;
|
|
3901
4076
|
default: null;
|
|
3902
4077
|
};
|
|
4078
|
+
maxlengthLabel: {
|
|
4079
|
+
type: StringConstructor;
|
|
4080
|
+
default: string;
|
|
4081
|
+
};
|
|
3903
4082
|
debounce: {
|
|
3904
4083
|
type: NumberConstructor;
|
|
3905
4084
|
default: undefined;
|
|
@@ -3914,12 +4093,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3914
4093
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3915
4094
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3916
4095
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
4096
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3917
4097
|
focus: () => void;
|
|
3918
4098
|
click: () => void;
|
|
3919
4099
|
onFocus: () => void;
|
|
3920
4100
|
onBlur: () => void;
|
|
3921
4101
|
iconClicked: ($event: Event) => void;
|
|
3922
|
-
changeValue: (event:
|
|
4102
|
+
changeValue: (event: InputEvent) => void;
|
|
3923
4103
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3924
4104
|
}, {}, {}, {}, 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<{
|
|
3925
4105
|
id: {
|
|
@@ -3954,7 +4134,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3954
4134
|
*/
|
|
3955
4135
|
};
|
|
3956
4136
|
autocomplete: {
|
|
3957
|
-
type:
|
|
4137
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3958
4138
|
default: string;
|
|
3959
4139
|
};
|
|
3960
4140
|
state: {
|
|
@@ -3997,6 +4177,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3997
4177
|
type: NumberConstructor;
|
|
3998
4178
|
default: null;
|
|
3999
4179
|
};
|
|
4180
|
+
maxlengthLabel: {
|
|
4181
|
+
type: StringConstructor;
|
|
4182
|
+
default: string;
|
|
4183
|
+
};
|
|
4000
4184
|
debounce: {
|
|
4001
4185
|
type: NumberConstructor;
|
|
4002
4186
|
default: undefined;
|
|
@@ -4019,19 +4203,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4019
4203
|
inputmode: import("../../../neon").NeonInputMode;
|
|
4020
4204
|
modelValue: string;
|
|
4021
4205
|
state: import("../../../neon").NeonState;
|
|
4022
|
-
autocomplete:
|
|
4206
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
4023
4207
|
rows: number;
|
|
4024
4208
|
iconReadonly: boolean;
|
|
4025
4209
|
hideIcon: boolean;
|
|
4026
4210
|
stateHighlight: boolean;
|
|
4027
4211
|
stateIcon: boolean;
|
|
4028
4212
|
maxlength: number;
|
|
4213
|
+
maxlengthLabel: string;
|
|
4029
4214
|
}, {}, {
|
|
4030
4215
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4031
4216
|
name: {
|
|
4032
4217
|
type: StringConstructor;
|
|
4033
4218
|
required: true;
|
|
4034
4219
|
};
|
|
4220
|
+
id: {
|
|
4221
|
+
type: StringConstructor;
|
|
4222
|
+
default: null;
|
|
4223
|
+
};
|
|
4035
4224
|
color: {
|
|
4036
4225
|
type: () => NeonFunctionalColor;
|
|
4037
4226
|
default: null;
|
|
@@ -4045,15 +4234,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4045
4234
|
default: boolean;
|
|
4046
4235
|
};
|
|
4047
4236
|
}>, {
|
|
4048
|
-
|
|
4237
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4049
4238
|
[x: string]: unknown;
|
|
4050
|
-
}
|
|
4051
|
-
icon: import("vue").ComputedRef<string>;
|
|
4239
|
+
}>;
|
|
4240
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4052
4241
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4053
4242
|
name: {
|
|
4054
4243
|
type: StringConstructor;
|
|
4055
4244
|
required: true;
|
|
4056
4245
|
};
|
|
4246
|
+
id: {
|
|
4247
|
+
type: StringConstructor;
|
|
4248
|
+
default: null;
|
|
4249
|
+
};
|
|
4057
4250
|
color: {
|
|
4058
4251
|
type: () => NeonFunctionalColor;
|
|
4059
4252
|
default: null;
|
|
@@ -4069,6 +4262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4069
4262
|
}>> & Readonly<{}>, {
|
|
4070
4263
|
disabled: boolean;
|
|
4071
4264
|
color: NeonFunctionalColor;
|
|
4265
|
+
id: string;
|
|
4072
4266
|
inverse: boolean;
|
|
4073
4267
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4074
4268
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4121,6 +4315,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4121
4315
|
type: StringConstructor;
|
|
4122
4316
|
required: true;
|
|
4123
4317
|
};
|
|
4318
|
+
id: {
|
|
4319
|
+
type: StringConstructor;
|
|
4320
|
+
default: null;
|
|
4321
|
+
};
|
|
4124
4322
|
color: {
|
|
4125
4323
|
type: () => NeonFunctionalColor;
|
|
4126
4324
|
default: null;
|
|
@@ -4134,15 +4332,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4134
4332
|
default: boolean;
|
|
4135
4333
|
};
|
|
4136
4334
|
}>, {
|
|
4137
|
-
|
|
4335
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4138
4336
|
[x: string]: unknown;
|
|
4139
|
-
}
|
|
4140
|
-
icon: import("vue").ComputedRef<string>;
|
|
4337
|
+
}>;
|
|
4338
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4141
4339
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4142
4340
|
name: {
|
|
4143
4341
|
type: StringConstructor;
|
|
4144
4342
|
required: true;
|
|
4145
4343
|
};
|
|
4344
|
+
id: {
|
|
4345
|
+
type: StringConstructor;
|
|
4346
|
+
default: null;
|
|
4347
|
+
};
|
|
4146
4348
|
color: {
|
|
4147
4349
|
type: () => NeonFunctionalColor;
|
|
4148
4350
|
default: null;
|
|
@@ -4158,6 +4360,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4158
4360
|
}>> & Readonly<{}>, {
|
|
4159
4361
|
disabled: boolean;
|
|
4160
4362
|
color: NeonFunctionalColor;
|
|
4363
|
+
id: string;
|
|
4161
4364
|
inverse: boolean;
|
|
4162
4365
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4163
4366
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4167,6 +4370,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4167
4370
|
type: StringConstructor;
|
|
4168
4371
|
required: true;
|
|
4169
4372
|
};
|
|
4373
|
+
id: {
|
|
4374
|
+
type: StringConstructor;
|
|
4375
|
+
default: null;
|
|
4376
|
+
};
|
|
4170
4377
|
color: {
|
|
4171
4378
|
type: () => NeonFunctionalColor;
|
|
4172
4379
|
default: null;
|
|
@@ -4180,15 +4387,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4180
4387
|
default: boolean;
|
|
4181
4388
|
};
|
|
4182
4389
|
}>, {
|
|
4183
|
-
|
|
4390
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4184
4391
|
[x: string]: unknown;
|
|
4185
|
-
}
|
|
4186
|
-
icon: import("vue").ComputedRef<string>;
|
|
4392
|
+
}>;
|
|
4393
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4187
4394
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4188
4395
|
name: {
|
|
4189
4396
|
type: StringConstructor;
|
|
4190
4397
|
required: true;
|
|
4191
4398
|
};
|
|
4399
|
+
id: {
|
|
4400
|
+
type: StringConstructor;
|
|
4401
|
+
default: null;
|
|
4402
|
+
};
|
|
4192
4403
|
color: {
|
|
4193
4404
|
type: () => NeonFunctionalColor;
|
|
4194
4405
|
default: null;
|
|
@@ -4204,6 +4415,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4204
4415
|
}>> & Readonly<{}>, {
|
|
4205
4416
|
disabled: boolean;
|
|
4206
4417
|
color: NeonFunctionalColor;
|
|
4418
|
+
id: string;
|
|
4207
4419
|
inverse: boolean;
|
|
4208
4420
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4209
4421
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; /**
|
|
@@ -4467,6 +4679,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4467
4679
|
type: StringConstructor;
|
|
4468
4680
|
required: true;
|
|
4469
4681
|
};
|
|
4682
|
+
id: {
|
|
4683
|
+
type: StringConstructor;
|
|
4684
|
+
default: null;
|
|
4685
|
+
};
|
|
4470
4686
|
color: {
|
|
4471
4687
|
type: () => NeonFunctionalColor;
|
|
4472
4688
|
default: null;
|
|
@@ -4480,15 +4696,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4480
4696
|
default: boolean;
|
|
4481
4697
|
};
|
|
4482
4698
|
}>, {
|
|
4483
|
-
|
|
4699
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4484
4700
|
[x: string]: unknown;
|
|
4485
|
-
}
|
|
4486
|
-
icon: import("vue").ComputedRef<string>;
|
|
4701
|
+
}>;
|
|
4702
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4487
4703
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4488
4704
|
name: {
|
|
4489
4705
|
type: StringConstructor;
|
|
4490
4706
|
required: true;
|
|
4491
4707
|
};
|
|
4708
|
+
id: {
|
|
4709
|
+
type: StringConstructor;
|
|
4710
|
+
default: null;
|
|
4711
|
+
};
|
|
4492
4712
|
color: {
|
|
4493
4713
|
type: () => NeonFunctionalColor;
|
|
4494
4714
|
default: null;
|
|
@@ -4504,6 +4724,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4504
4724
|
}>> & Readonly<{}>, {
|
|
4505
4725
|
disabled: boolean;
|
|
4506
4726
|
color: NeonFunctionalColor;
|
|
4727
|
+
id: string;
|
|
4507
4728
|
inverse: boolean;
|
|
4508
4729
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4509
4730
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4563,6 +4784,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4563
4784
|
type: StringConstructor;
|
|
4564
4785
|
required: true;
|
|
4565
4786
|
};
|
|
4787
|
+
id: {
|
|
4788
|
+
type: StringConstructor;
|
|
4789
|
+
default: null;
|
|
4790
|
+
};
|
|
4566
4791
|
color: {
|
|
4567
4792
|
type: () => NeonFunctionalColor;
|
|
4568
4793
|
default: null;
|
|
@@ -4576,15 +4801,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4576
4801
|
default: boolean;
|
|
4577
4802
|
};
|
|
4578
4803
|
}>, {
|
|
4579
|
-
|
|
4804
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4580
4805
|
[x: string]: unknown;
|
|
4581
|
-
}
|
|
4582
|
-
icon: import("vue").ComputedRef<string>;
|
|
4806
|
+
}>;
|
|
4807
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4583
4808
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4584
4809
|
name: {
|
|
4585
4810
|
type: StringConstructor;
|
|
4586
4811
|
required: true;
|
|
4587
4812
|
};
|
|
4813
|
+
id: {
|
|
4814
|
+
type: StringConstructor;
|
|
4815
|
+
default: null;
|
|
4816
|
+
};
|
|
4588
4817
|
color: {
|
|
4589
4818
|
type: () => NeonFunctionalColor;
|
|
4590
4819
|
default: null;
|
|
@@ -4600,6 +4829,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4600
4829
|
}>> & Readonly<{}>, {
|
|
4601
4830
|
disabled: boolean;
|
|
4602
4831
|
color: NeonFunctionalColor;
|
|
4832
|
+
id: string;
|
|
4603
4833
|
inverse: boolean;
|
|
4604
4834
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4605
4835
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5195,7 +5425,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5195
5425
|
*/
|
|
5196
5426
|
};
|
|
5197
5427
|
autocomplete: {
|
|
5198
|
-
type:
|
|
5428
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5199
5429
|
default: string;
|
|
5200
5430
|
};
|
|
5201
5431
|
state: {
|
|
@@ -5238,6 +5468,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5238
5468
|
type: NumberConstructor;
|
|
5239
5469
|
default: null;
|
|
5240
5470
|
};
|
|
5471
|
+
maxlengthLabel: {
|
|
5472
|
+
type: StringConstructor;
|
|
5473
|
+
default: string;
|
|
5474
|
+
};
|
|
5241
5475
|
debounce: {
|
|
5242
5476
|
type: NumberConstructor;
|
|
5243
5477
|
default: undefined;
|
|
@@ -5257,12 +5491,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5257
5491
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5258
5492
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5259
5493
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5494
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5260
5495
|
focus: () => void;
|
|
5261
5496
|
click: () => void;
|
|
5262
5497
|
onFocus: () => void;
|
|
5263
5498
|
onBlur: () => void;
|
|
5264
5499
|
iconClicked: ($event: Event) => void;
|
|
5265
|
-
changeValue: (event:
|
|
5500
|
+
changeValue: (event: InputEvent) => void;
|
|
5266
5501
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5267
5502
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
5268
5503
|
disabled: boolean;
|
|
@@ -5277,19 +5512,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5277
5512
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5278
5513
|
modelValue: string;
|
|
5279
5514
|
state: import("../../../neon").NeonState;
|
|
5280
|
-
autocomplete:
|
|
5515
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5281
5516
|
rows: number;
|
|
5282
5517
|
iconReadonly: boolean;
|
|
5283
5518
|
hideIcon: boolean;
|
|
5284
5519
|
stateHighlight: boolean;
|
|
5285
5520
|
stateIcon: boolean;
|
|
5286
5521
|
maxlength: number;
|
|
5522
|
+
maxlengthLabel: string;
|
|
5287
5523
|
}, true, {}, {}, {
|
|
5288
5524
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5289
5525
|
name: {
|
|
5290
5526
|
type: StringConstructor;
|
|
5291
5527
|
required: true;
|
|
5292
5528
|
};
|
|
5529
|
+
id: {
|
|
5530
|
+
type: StringConstructor;
|
|
5531
|
+
default: null;
|
|
5532
|
+
};
|
|
5293
5533
|
color: {
|
|
5294
5534
|
type: () => NeonFunctionalColor;
|
|
5295
5535
|
default: null;
|
|
@@ -5303,15 +5543,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5303
5543
|
default: boolean;
|
|
5304
5544
|
};
|
|
5305
5545
|
}>, {
|
|
5306
|
-
|
|
5546
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
5307
5547
|
[x: string]: unknown;
|
|
5308
|
-
}
|
|
5309
|
-
icon: import("vue").ComputedRef<string>;
|
|
5548
|
+
}>;
|
|
5549
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
5310
5550
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5311
5551
|
name: {
|
|
5312
5552
|
type: StringConstructor;
|
|
5313
5553
|
required: true;
|
|
5314
5554
|
};
|
|
5555
|
+
id: {
|
|
5556
|
+
type: StringConstructor;
|
|
5557
|
+
default: null;
|
|
5558
|
+
};
|
|
5315
5559
|
color: {
|
|
5316
5560
|
type: () => NeonFunctionalColor;
|
|
5317
5561
|
default: null;
|
|
@@ -5327,6 +5571,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5327
5571
|
}>> & Readonly<{}>, {
|
|
5328
5572
|
disabled: boolean;
|
|
5329
5573
|
color: NeonFunctionalColor;
|
|
5574
|
+
id: string;
|
|
5330
5575
|
inverse: boolean;
|
|
5331
5576
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5332
5577
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5369,7 +5614,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5369
5614
|
*/
|
|
5370
5615
|
};
|
|
5371
5616
|
autocomplete: {
|
|
5372
|
-
type:
|
|
5617
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5373
5618
|
default: string;
|
|
5374
5619
|
};
|
|
5375
5620
|
state: {
|
|
@@ -5412,6 +5657,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5412
5657
|
type: NumberConstructor;
|
|
5413
5658
|
default: null;
|
|
5414
5659
|
};
|
|
5660
|
+
maxlengthLabel: {
|
|
5661
|
+
type: StringConstructor;
|
|
5662
|
+
default: string;
|
|
5663
|
+
};
|
|
5415
5664
|
debounce: {
|
|
5416
5665
|
type: NumberConstructor;
|
|
5417
5666
|
default: undefined;
|
|
@@ -5431,12 +5680,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5431
5680
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5432
5681
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5433
5682
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5683
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5434
5684
|
focus: () => void;
|
|
5435
5685
|
click: () => void;
|
|
5436
5686
|
onFocus: () => void;
|
|
5437
5687
|
onBlur: () => void;
|
|
5438
5688
|
iconClicked: ($event: Event) => void;
|
|
5439
|
-
changeValue: (event:
|
|
5689
|
+
changeValue: (event: InputEvent) => void;
|
|
5440
5690
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5441
5691
|
}, {}, {}, {}, {
|
|
5442
5692
|
disabled: boolean;
|
|
@@ -5451,13 +5701,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5451
5701
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5452
5702
|
modelValue: string;
|
|
5453
5703
|
state: import("../../../neon").NeonState;
|
|
5454
|
-
autocomplete:
|
|
5704
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5455
5705
|
rows: number;
|
|
5456
5706
|
iconReadonly: boolean;
|
|
5457
5707
|
hideIcon: boolean;
|
|
5458
5708
|
stateHighlight: boolean;
|
|
5459
5709
|
stateIcon: boolean;
|
|
5460
5710
|
maxlength: number;
|
|
5711
|
+
maxlengthLabel: string;
|
|
5461
5712
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5462
5713
|
id: {
|
|
5463
5714
|
type: StringConstructor;
|
|
@@ -5491,7 +5742,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5491
5742
|
*/
|
|
5492
5743
|
};
|
|
5493
5744
|
autocomplete: {
|
|
5494
|
-
type:
|
|
5745
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5495
5746
|
default: string;
|
|
5496
5747
|
};
|
|
5497
5748
|
state: {
|
|
@@ -5534,6 +5785,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5534
5785
|
type: NumberConstructor;
|
|
5535
5786
|
default: null;
|
|
5536
5787
|
};
|
|
5788
|
+
maxlengthLabel: {
|
|
5789
|
+
type: StringConstructor;
|
|
5790
|
+
default: string;
|
|
5791
|
+
};
|
|
5537
5792
|
debounce: {
|
|
5538
5793
|
type: NumberConstructor;
|
|
5539
5794
|
default: undefined;
|
|
@@ -5553,12 +5808,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5553
5808
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5554
5809
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5555
5810
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5811
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5556
5812
|
focus: () => void;
|
|
5557
5813
|
click: () => void;
|
|
5558
5814
|
onFocus: () => void;
|
|
5559
5815
|
onBlur: () => void;
|
|
5560
5816
|
iconClicked: ($event: Event) => void;
|
|
5561
|
-
changeValue: (event:
|
|
5817
|
+
changeValue: (event: InputEvent) => void;
|
|
5562
5818
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5563
5819
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
5564
5820
|
disabled: boolean;
|
|
@@ -5573,19 +5829,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5573
5829
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5574
5830
|
modelValue: string;
|
|
5575
5831
|
state: import("../../../neon").NeonState;
|
|
5576
|
-
autocomplete:
|
|
5832
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5577
5833
|
rows: number;
|
|
5578
5834
|
iconReadonly: boolean;
|
|
5579
5835
|
hideIcon: boolean;
|
|
5580
5836
|
stateHighlight: boolean;
|
|
5581
5837
|
stateIcon: boolean;
|
|
5582
5838
|
maxlength: number;
|
|
5839
|
+
maxlengthLabel: string;
|
|
5583
5840
|
}, true, {}, {}, {
|
|
5584
5841
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5585
5842
|
name: {
|
|
5586
5843
|
type: StringConstructor;
|
|
5587
5844
|
required: true;
|
|
5588
5845
|
};
|
|
5846
|
+
id: {
|
|
5847
|
+
type: StringConstructor;
|
|
5848
|
+
default: null;
|
|
5849
|
+
};
|
|
5589
5850
|
color: {
|
|
5590
5851
|
type: () => NeonFunctionalColor;
|
|
5591
5852
|
default: null;
|
|
@@ -5599,15 +5860,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5599
5860
|
default: boolean;
|
|
5600
5861
|
};
|
|
5601
5862
|
}>, {
|
|
5602
|
-
|
|
5863
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
5603
5864
|
[x: string]: unknown;
|
|
5604
|
-
}
|
|
5605
|
-
icon: import("vue").ComputedRef<string>;
|
|
5865
|
+
}>;
|
|
5866
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
5606
5867
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5607
5868
|
name: {
|
|
5608
5869
|
type: StringConstructor;
|
|
5609
5870
|
required: true;
|
|
5610
5871
|
};
|
|
5872
|
+
id: {
|
|
5873
|
+
type: StringConstructor;
|
|
5874
|
+
default: null;
|
|
5875
|
+
};
|
|
5611
5876
|
color: {
|
|
5612
5877
|
type: () => NeonFunctionalColor;
|
|
5613
5878
|
default: null;
|
|
@@ -5623,6 +5888,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5623
5888
|
}>> & Readonly<{}>, {
|
|
5624
5889
|
disabled: boolean;
|
|
5625
5890
|
color: NeonFunctionalColor;
|
|
5891
|
+
id: string;
|
|
5626
5892
|
inverse: boolean;
|
|
5627
5893
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5628
5894
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5665,7 +5931,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5665
5931
|
*/
|
|
5666
5932
|
};
|
|
5667
5933
|
autocomplete: {
|
|
5668
|
-
type:
|
|
5934
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5669
5935
|
default: string;
|
|
5670
5936
|
};
|
|
5671
5937
|
state: {
|
|
@@ -5708,6 +5974,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5708
5974
|
type: NumberConstructor;
|
|
5709
5975
|
default: null;
|
|
5710
5976
|
};
|
|
5977
|
+
maxlengthLabel: {
|
|
5978
|
+
type: StringConstructor;
|
|
5979
|
+
default: string;
|
|
5980
|
+
};
|
|
5711
5981
|
debounce: {
|
|
5712
5982
|
type: NumberConstructor;
|
|
5713
5983
|
default: undefined;
|
|
@@ -5727,12 +5997,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5727
5997
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5728
5998
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5729
5999
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
6000
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5730
6001
|
focus: () => void;
|
|
5731
6002
|
click: () => void;
|
|
5732
6003
|
onFocus: () => void;
|
|
5733
6004
|
onBlur: () => void;
|
|
5734
6005
|
iconClicked: ($event: Event) => void;
|
|
5735
|
-
changeValue: (event:
|
|
6006
|
+
changeValue: (event: InputEvent) => void;
|
|
5736
6007
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5737
6008
|
}, {}, {}, {}, {
|
|
5738
6009
|
disabled: boolean;
|
|
@@ -5747,13 +6018,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5747
6018
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5748
6019
|
modelValue: string;
|
|
5749
6020
|
state: import("../../../neon").NeonState;
|
|
5750
|
-
autocomplete:
|
|
6021
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5751
6022
|
rows: number;
|
|
5752
6023
|
iconReadonly: boolean;
|
|
5753
6024
|
hideIcon: boolean;
|
|
5754
6025
|
stateHighlight: boolean;
|
|
5755
6026
|
stateIcon: boolean;
|
|
5756
6027
|
maxlength: number;
|
|
6028
|
+
maxlengthLabel: string;
|
|
5757
6029
|
}> | null>;
|
|
5758
6030
|
files: import("vue").Ref<{
|
|
5759
6031
|
readonly lastModified: number;
|
|
@@ -6108,6 +6380,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6108
6380
|
type: StringConstructor;
|
|
6109
6381
|
required: true;
|
|
6110
6382
|
};
|
|
6383
|
+
id: {
|
|
6384
|
+
type: StringConstructor;
|
|
6385
|
+
default: null;
|
|
6386
|
+
};
|
|
6111
6387
|
color: {
|
|
6112
6388
|
type: () => NeonFunctionalColor;
|
|
6113
6389
|
default: null;
|
|
@@ -6121,15 +6397,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6121
6397
|
default: boolean;
|
|
6122
6398
|
};
|
|
6123
6399
|
}>, {
|
|
6124
|
-
|
|
6400
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6125
6401
|
[x: string]: unknown;
|
|
6126
|
-
}
|
|
6127
|
-
icon: import("vue").ComputedRef<string>;
|
|
6402
|
+
}>;
|
|
6403
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6128
6404
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6129
6405
|
name: {
|
|
6130
6406
|
type: StringConstructor;
|
|
6131
6407
|
required: true;
|
|
6132
6408
|
};
|
|
6409
|
+
id: {
|
|
6410
|
+
type: StringConstructor;
|
|
6411
|
+
default: null;
|
|
6412
|
+
};
|
|
6133
6413
|
color: {
|
|
6134
6414
|
type: () => NeonFunctionalColor;
|
|
6135
6415
|
default: null;
|
|
@@ -6145,6 +6425,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6145
6425
|
}>> & Readonly<{}>, {
|
|
6146
6426
|
disabled: boolean;
|
|
6147
6427
|
color: NeonFunctionalColor;
|
|
6428
|
+
id: string;
|
|
6148
6429
|
inverse: boolean;
|
|
6149
6430
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6150
6431
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6204,6 +6485,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6204
6485
|
type: StringConstructor;
|
|
6205
6486
|
required: true;
|
|
6206
6487
|
};
|
|
6488
|
+
id: {
|
|
6489
|
+
type: StringConstructor;
|
|
6490
|
+
default: null;
|
|
6491
|
+
};
|
|
6207
6492
|
color: {
|
|
6208
6493
|
type: () => NeonFunctionalColor;
|
|
6209
6494
|
default: null;
|
|
@@ -6217,15 +6502,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6217
6502
|
default: boolean;
|
|
6218
6503
|
};
|
|
6219
6504
|
}>, {
|
|
6220
|
-
|
|
6505
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6221
6506
|
[x: string]: unknown;
|
|
6222
|
-
}
|
|
6223
|
-
icon: import("vue").ComputedRef<string>;
|
|
6507
|
+
}>;
|
|
6508
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6224
6509
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6225
6510
|
name: {
|
|
6226
6511
|
type: StringConstructor;
|
|
6227
6512
|
required: true;
|
|
6228
6513
|
};
|
|
6514
|
+
id: {
|
|
6515
|
+
type: StringConstructor;
|
|
6516
|
+
default: null;
|
|
6517
|
+
};
|
|
6229
6518
|
color: {
|
|
6230
6519
|
type: () => NeonFunctionalColor;
|
|
6231
6520
|
default: null;
|
|
@@ -6241,6 +6530,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6241
6530
|
}>> & Readonly<{}>, {
|
|
6242
6531
|
disabled: boolean;
|
|
6243
6532
|
color: NeonFunctionalColor;
|
|
6533
|
+
id: string;
|
|
6244
6534
|
inverse: boolean;
|
|
6245
6535
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6246
6536
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6278,7 +6568,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6278
6568
|
*/
|
|
6279
6569
|
};
|
|
6280
6570
|
autocomplete: {
|
|
6281
|
-
type:
|
|
6571
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
6282
6572
|
default: string;
|
|
6283
6573
|
};
|
|
6284
6574
|
state: {
|
|
@@ -6321,6 +6611,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6321
6611
|
type: NumberConstructor;
|
|
6322
6612
|
default: null;
|
|
6323
6613
|
};
|
|
6614
|
+
maxlengthLabel: {
|
|
6615
|
+
type: StringConstructor;
|
|
6616
|
+
default: string;
|
|
6617
|
+
};
|
|
6324
6618
|
debounce: {
|
|
6325
6619
|
type: NumberConstructor;
|
|
6326
6620
|
default: undefined;
|
|
@@ -6335,12 +6629,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6335
6629
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
6336
6630
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
6337
6631
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
6632
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
6338
6633
|
focus: () => void;
|
|
6339
6634
|
click: () => void;
|
|
6340
6635
|
onFocus: () => void;
|
|
6341
6636
|
onBlur: () => void;
|
|
6342
6637
|
iconClicked: ($event: Event) => void;
|
|
6343
|
-
changeValue: (event:
|
|
6638
|
+
changeValue: (event: InputEvent) => void;
|
|
6344
6639
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
6345
6640
|
}, {}, {}, {}, 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<{
|
|
6346
6641
|
id: {
|
|
@@ -6375,7 +6670,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6375
6670
|
*/
|
|
6376
6671
|
};
|
|
6377
6672
|
autocomplete: {
|
|
6378
|
-
type:
|
|
6673
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
6379
6674
|
default: string;
|
|
6380
6675
|
};
|
|
6381
6676
|
state: {
|
|
@@ -6418,6 +6713,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6418
6713
|
type: NumberConstructor;
|
|
6419
6714
|
default: null;
|
|
6420
6715
|
};
|
|
6716
|
+
maxlengthLabel: {
|
|
6717
|
+
type: StringConstructor;
|
|
6718
|
+
default: string;
|
|
6719
|
+
};
|
|
6421
6720
|
debounce: {
|
|
6422
6721
|
type: NumberConstructor;
|
|
6423
6722
|
default: undefined;
|
|
@@ -6440,19 +6739,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6440
6739
|
inputmode: import("../../../neon").NeonInputMode;
|
|
6441
6740
|
modelValue: string;
|
|
6442
6741
|
state: import("../../../neon").NeonState;
|
|
6443
|
-
autocomplete:
|
|
6742
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
6444
6743
|
rows: number;
|
|
6445
6744
|
iconReadonly: boolean;
|
|
6446
6745
|
hideIcon: boolean;
|
|
6447
6746
|
stateHighlight: boolean;
|
|
6448
6747
|
stateIcon: boolean;
|
|
6449
6748
|
maxlength: number;
|
|
6749
|
+
maxlengthLabel: string;
|
|
6450
6750
|
}, {}, {
|
|
6451
6751
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6452
6752
|
name: {
|
|
6453
6753
|
type: StringConstructor;
|
|
6454
6754
|
required: true;
|
|
6455
6755
|
};
|
|
6756
|
+
id: {
|
|
6757
|
+
type: StringConstructor;
|
|
6758
|
+
default: null;
|
|
6759
|
+
};
|
|
6456
6760
|
color: {
|
|
6457
6761
|
type: () => NeonFunctionalColor;
|
|
6458
6762
|
default: null;
|
|
@@ -6466,15 +6770,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6466
6770
|
default: boolean;
|
|
6467
6771
|
};
|
|
6468
6772
|
}>, {
|
|
6469
|
-
|
|
6773
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6470
6774
|
[x: string]: unknown;
|
|
6471
|
-
}
|
|
6472
|
-
icon: import("vue").ComputedRef<string>;
|
|
6775
|
+
}>;
|
|
6776
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6473
6777
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6474
6778
|
name: {
|
|
6475
6779
|
type: StringConstructor;
|
|
6476
6780
|
required: true;
|
|
6477
6781
|
};
|
|
6782
|
+
id: {
|
|
6783
|
+
type: StringConstructor;
|
|
6784
|
+
default: null;
|
|
6785
|
+
};
|
|
6478
6786
|
color: {
|
|
6479
6787
|
type: () => NeonFunctionalColor;
|
|
6480
6788
|
default: null;
|
|
@@ -6490,6 +6798,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6490
6798
|
}>> & Readonly<{}>, {
|
|
6491
6799
|
disabled: boolean;
|
|
6492
6800
|
color: NeonFunctionalColor;
|
|
6801
|
+
id: string;
|
|
6493
6802
|
inverse: boolean;
|
|
6494
6803
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6495
6804
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6542,6 +6851,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6542
6851
|
type: StringConstructor;
|
|
6543
6852
|
required: true;
|
|
6544
6853
|
};
|
|
6854
|
+
id: {
|
|
6855
|
+
type: StringConstructor;
|
|
6856
|
+
default: null;
|
|
6857
|
+
};
|
|
6545
6858
|
color: {
|
|
6546
6859
|
type: () => NeonFunctionalColor;
|
|
6547
6860
|
default: null;
|
|
@@ -6555,15 +6868,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6555
6868
|
default: boolean;
|
|
6556
6869
|
};
|
|
6557
6870
|
}>, {
|
|
6558
|
-
|
|
6871
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6559
6872
|
[x: string]: unknown;
|
|
6560
|
-
}
|
|
6561
|
-
icon: import("vue").ComputedRef<string>;
|
|
6873
|
+
}>;
|
|
6874
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6562
6875
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6563
6876
|
name: {
|
|
6564
6877
|
type: StringConstructor;
|
|
6565
6878
|
required: true;
|
|
6566
6879
|
};
|
|
6880
|
+
id: {
|
|
6881
|
+
type: StringConstructor;
|
|
6882
|
+
default: null;
|
|
6883
|
+
};
|
|
6567
6884
|
color: {
|
|
6568
6885
|
type: () => NeonFunctionalColor;
|
|
6569
6886
|
default: null;
|
|
@@ -6579,6 +6896,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6579
6896
|
}>> & Readonly<{}>, {
|
|
6580
6897
|
disabled: boolean;
|
|
6581
6898
|
color: NeonFunctionalColor;
|
|
6899
|
+
id: string;
|
|
6582
6900
|
inverse: boolean;
|
|
6583
6901
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6584
6902
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6588,6 +6906,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6588
6906
|
type: StringConstructor;
|
|
6589
6907
|
required: true;
|
|
6590
6908
|
};
|
|
6909
|
+
id: {
|
|
6910
|
+
type: StringConstructor;
|
|
6911
|
+
default: null;
|
|
6912
|
+
};
|
|
6591
6913
|
color: {
|
|
6592
6914
|
type: () => NeonFunctionalColor;
|
|
6593
6915
|
default: null;
|
|
@@ -6601,15 +6923,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6601
6923
|
default: boolean;
|
|
6602
6924
|
};
|
|
6603
6925
|
}>, {
|
|
6604
|
-
|
|
6926
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6605
6927
|
[x: string]: unknown;
|
|
6606
|
-
}
|
|
6607
|
-
icon: import("vue").ComputedRef<string>;
|
|
6928
|
+
}>;
|
|
6929
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6608
6930
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6609
6931
|
name: {
|
|
6610
6932
|
type: StringConstructor;
|
|
6611
6933
|
required: true;
|
|
6612
6934
|
};
|
|
6935
|
+
id: {
|
|
6936
|
+
type: StringConstructor;
|
|
6937
|
+
default: null;
|
|
6938
|
+
};
|
|
6613
6939
|
color: {
|
|
6614
6940
|
type: () => NeonFunctionalColor;
|
|
6615
6941
|
default: null;
|
|
@@ -6625,6 +6951,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6625
6951
|
}>> & Readonly<{}>, {
|
|
6626
6952
|
disabled: boolean;
|
|
6627
6953
|
color: NeonFunctionalColor;
|
|
6954
|
+
id: string;
|
|
6628
6955
|
inverse: boolean;
|
|
6629
6956
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6630
6957
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; /**
|
|
@@ -6888,6 +7215,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6888
7215
|
type: StringConstructor;
|
|
6889
7216
|
required: true;
|
|
6890
7217
|
};
|
|
7218
|
+
id: {
|
|
7219
|
+
type: StringConstructor;
|
|
7220
|
+
default: null;
|
|
7221
|
+
};
|
|
6891
7222
|
color: {
|
|
6892
7223
|
type: () => NeonFunctionalColor;
|
|
6893
7224
|
default: null;
|
|
@@ -6901,15 +7232,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6901
7232
|
default: boolean;
|
|
6902
7233
|
};
|
|
6903
7234
|
}>, {
|
|
6904
|
-
|
|
7235
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6905
7236
|
[x: string]: unknown;
|
|
6906
|
-
}
|
|
6907
|
-
icon: import("vue").ComputedRef<string>;
|
|
7237
|
+
}>;
|
|
7238
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6908
7239
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6909
7240
|
name: {
|
|
6910
7241
|
type: StringConstructor;
|
|
6911
7242
|
required: true;
|
|
6912
7243
|
};
|
|
7244
|
+
id: {
|
|
7245
|
+
type: StringConstructor;
|
|
7246
|
+
default: null;
|
|
7247
|
+
};
|
|
6913
7248
|
color: {
|
|
6914
7249
|
type: () => NeonFunctionalColor;
|
|
6915
7250
|
default: null;
|
|
@@ -6925,6 +7260,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6925
7260
|
}>> & Readonly<{}>, {
|
|
6926
7261
|
disabled: boolean;
|
|
6927
7262
|
color: NeonFunctionalColor;
|
|
7263
|
+
id: string;
|
|
6928
7264
|
inverse: boolean;
|
|
6929
7265
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6930
7266
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6984,6 +7320,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6984
7320
|
type: StringConstructor;
|
|
6985
7321
|
required: true;
|
|
6986
7322
|
};
|
|
7323
|
+
id: {
|
|
7324
|
+
type: StringConstructor;
|
|
7325
|
+
default: null;
|
|
7326
|
+
};
|
|
6987
7327
|
color: {
|
|
6988
7328
|
type: () => NeonFunctionalColor;
|
|
6989
7329
|
default: null;
|
|
@@ -6997,15 +7337,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6997
7337
|
default: boolean;
|
|
6998
7338
|
};
|
|
6999
7339
|
}>, {
|
|
7000
|
-
|
|
7340
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7001
7341
|
[x: string]: unknown;
|
|
7002
|
-
}
|
|
7003
|
-
icon: import("vue").ComputedRef<string>;
|
|
7342
|
+
}>;
|
|
7343
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7004
7344
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7005
7345
|
name: {
|
|
7006
7346
|
type: StringConstructor;
|
|
7007
7347
|
required: true;
|
|
7008
7348
|
};
|
|
7349
|
+
id: {
|
|
7350
|
+
type: StringConstructor;
|
|
7351
|
+
default: null;
|
|
7352
|
+
};
|
|
7009
7353
|
color: {
|
|
7010
7354
|
type: () => NeonFunctionalColor;
|
|
7011
7355
|
default: null;
|
|
@@ -7021,6 +7365,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7021
7365
|
}>> & Readonly<{}>, {
|
|
7022
7366
|
disabled: boolean;
|
|
7023
7367
|
color: NeonFunctionalColor;
|
|
7368
|
+
id: string;
|
|
7024
7369
|
inverse: boolean;
|
|
7025
7370
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7026
7371
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7071,6 +7416,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7071
7416
|
type: StringConstructor;
|
|
7072
7417
|
required: true;
|
|
7073
7418
|
};
|
|
7419
|
+
id: {
|
|
7420
|
+
type: StringConstructor;
|
|
7421
|
+
default: null;
|
|
7422
|
+
};
|
|
7074
7423
|
color: {
|
|
7075
7424
|
type: () => NeonFunctionalColor;
|
|
7076
7425
|
default: null;
|
|
@@ -7084,15 +7433,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7084
7433
|
default: boolean;
|
|
7085
7434
|
};
|
|
7086
7435
|
}>, {
|
|
7087
|
-
|
|
7436
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7088
7437
|
[x: string]: unknown;
|
|
7089
|
-
}
|
|
7090
|
-
icon: import("vue").ComputedRef<string>;
|
|
7438
|
+
}>;
|
|
7439
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7091
7440
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7092
7441
|
name: {
|
|
7093
7442
|
type: StringConstructor;
|
|
7094
7443
|
required: true;
|
|
7095
7444
|
};
|
|
7445
|
+
id: {
|
|
7446
|
+
type: StringConstructor;
|
|
7447
|
+
default: null;
|
|
7448
|
+
};
|
|
7096
7449
|
color: {
|
|
7097
7450
|
type: () => NeonFunctionalColor;
|
|
7098
7451
|
default: null;
|
|
@@ -7108,6 +7461,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7108
7461
|
}>> & Readonly<{}>, {
|
|
7109
7462
|
disabled: boolean;
|
|
7110
7463
|
color: NeonFunctionalColor;
|
|
7464
|
+
id: string;
|
|
7111
7465
|
inverse: boolean;
|
|
7112
7466
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7113
7467
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -7167,6 +7521,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7167
7521
|
type: StringConstructor;
|
|
7168
7522
|
required: true;
|
|
7169
7523
|
};
|
|
7524
|
+
id: {
|
|
7525
|
+
type: StringConstructor;
|
|
7526
|
+
default: null;
|
|
7527
|
+
};
|
|
7170
7528
|
color: {
|
|
7171
7529
|
type: () => NeonFunctionalColor;
|
|
7172
7530
|
default: null;
|
|
@@ -7180,15 +7538,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7180
7538
|
default: boolean;
|
|
7181
7539
|
};
|
|
7182
7540
|
}>, {
|
|
7183
|
-
|
|
7541
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7184
7542
|
[x: string]: unknown;
|
|
7185
|
-
}
|
|
7186
|
-
icon: import("vue").ComputedRef<string>;
|
|
7543
|
+
}>;
|
|
7544
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7187
7545
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7188
7546
|
name: {
|
|
7189
7547
|
type: StringConstructor;
|
|
7190
7548
|
required: true;
|
|
7191
7549
|
};
|
|
7550
|
+
id: {
|
|
7551
|
+
type: StringConstructor;
|
|
7552
|
+
default: null;
|
|
7553
|
+
};
|
|
7192
7554
|
color: {
|
|
7193
7555
|
type: () => NeonFunctionalColor;
|
|
7194
7556
|
default: null;
|
|
@@ -7204,6 +7566,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7204
7566
|
}>> & Readonly<{}>, {
|
|
7205
7567
|
disabled: boolean;
|
|
7206
7568
|
color: NeonFunctionalColor;
|
|
7569
|
+
id: string;
|
|
7207
7570
|
inverse: boolean;
|
|
7208
7571
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7209
7572
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7265,6 +7628,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7265
7628
|
type: StringConstructor;
|
|
7266
7629
|
required: true;
|
|
7267
7630
|
};
|
|
7631
|
+
id: {
|
|
7632
|
+
type: StringConstructor;
|
|
7633
|
+
default: null;
|
|
7634
|
+
};
|
|
7268
7635
|
color: {
|
|
7269
7636
|
type: () => NeonFunctionalColor;
|
|
7270
7637
|
default: null;
|
|
@@ -7278,15 +7645,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7278
7645
|
default: boolean;
|
|
7279
7646
|
};
|
|
7280
7647
|
}>, {
|
|
7281
|
-
|
|
7648
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7282
7649
|
[x: string]: unknown;
|
|
7283
|
-
}
|
|
7284
|
-
icon: import("vue").ComputedRef<string>;
|
|
7650
|
+
}>;
|
|
7651
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7285
7652
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7286
7653
|
name: {
|
|
7287
7654
|
type: StringConstructor;
|
|
7288
7655
|
required: true;
|
|
7289
7656
|
};
|
|
7657
|
+
id: {
|
|
7658
|
+
type: StringConstructor;
|
|
7659
|
+
default: null;
|
|
7660
|
+
};
|
|
7290
7661
|
color: {
|
|
7291
7662
|
type: () => NeonFunctionalColor;
|
|
7292
7663
|
default: null;
|
|
@@ -7302,6 +7673,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7302
7673
|
}>> & Readonly<{}>, {
|
|
7303
7674
|
disabled: boolean;
|
|
7304
7675
|
color: NeonFunctionalColor;
|
|
7676
|
+
id: string;
|
|
7305
7677
|
inverse: boolean;
|
|
7306
7678
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7307
7679
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7310,6 +7682,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7310
7682
|
type: StringConstructor;
|
|
7311
7683
|
required: true;
|
|
7312
7684
|
};
|
|
7685
|
+
id: {
|
|
7686
|
+
type: StringConstructor;
|
|
7687
|
+
default: null;
|
|
7688
|
+
};
|
|
7313
7689
|
color: {
|
|
7314
7690
|
type: () => NeonFunctionalColor;
|
|
7315
7691
|
default: null;
|
|
@@ -7323,15 +7699,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7323
7699
|
default: boolean;
|
|
7324
7700
|
};
|
|
7325
7701
|
}>, {
|
|
7326
|
-
|
|
7702
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7327
7703
|
[x: string]: unknown;
|
|
7328
|
-
}
|
|
7329
|
-
icon: import("vue").ComputedRef<string>;
|
|
7704
|
+
}>;
|
|
7705
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7330
7706
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7331
7707
|
name: {
|
|
7332
7708
|
type: StringConstructor;
|
|
7333
7709
|
required: true;
|
|
7334
7710
|
};
|
|
7711
|
+
id: {
|
|
7712
|
+
type: StringConstructor;
|
|
7713
|
+
default: null;
|
|
7714
|
+
};
|
|
7335
7715
|
color: {
|
|
7336
7716
|
type: () => NeonFunctionalColor;
|
|
7337
7717
|
default: null;
|
|
@@ -7347,6 +7727,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7347
7727
|
}>> & Readonly<{}>, {
|
|
7348
7728
|
disabled: boolean;
|
|
7349
7729
|
color: NeonFunctionalColor;
|
|
7730
|
+
id: string;
|
|
7350
7731
|
inverse: boolean;
|
|
7351
7732
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7352
7733
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|