@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
|
@@ -383,7 +383,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
383
383
|
default: import("../../../neon").NeonInputMode;
|
|
384
384
|
};
|
|
385
385
|
autocomplete: {
|
|
386
|
-
type:
|
|
386
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
387
387
|
default: string;
|
|
388
388
|
};
|
|
389
389
|
state: {
|
|
@@ -426,6 +426,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
426
426
|
type: NumberConstructor;
|
|
427
427
|
default: null;
|
|
428
428
|
};
|
|
429
|
+
maxlengthLabel: {
|
|
430
|
+
type: StringConstructor;
|
|
431
|
+
default: string;
|
|
432
|
+
};
|
|
429
433
|
debounce: {
|
|
430
434
|
type: NumberConstructor;
|
|
431
435
|
default: undefined;
|
|
@@ -445,12 +449,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
445
449
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
446
450
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
447
451
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
452
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
448
453
|
focus: () => void;
|
|
449
454
|
click: () => void;
|
|
450
455
|
onFocus: () => void;
|
|
451
456
|
onBlur: () => void;
|
|
452
457
|
iconClicked: ($event: Event) => void;
|
|
453
|
-
changeValue: (event:
|
|
458
|
+
changeValue: (event: InputEvent) => void;
|
|
454
459
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
455
460
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
456
461
|
disabled: boolean;
|
|
@@ -465,19 +470,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
465
470
|
inputmode: import("../../../neon").NeonInputMode;
|
|
466
471
|
modelValue: string;
|
|
467
472
|
state: import("../../../neon").NeonState;
|
|
468
|
-
autocomplete:
|
|
473
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
469
474
|
rows: number;
|
|
470
475
|
iconReadonly: boolean;
|
|
471
476
|
hideIcon: boolean;
|
|
472
477
|
stateHighlight: boolean;
|
|
473
478
|
stateIcon: boolean;
|
|
474
479
|
maxlength: number;
|
|
480
|
+
maxlengthLabel: string;
|
|
475
481
|
}, true, {}, {}, {
|
|
476
482
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
477
483
|
name: {
|
|
478
484
|
type: StringConstructor;
|
|
479
485
|
required: true;
|
|
480
486
|
};
|
|
487
|
+
id: {
|
|
488
|
+
type: StringConstructor;
|
|
489
|
+
default: null;
|
|
490
|
+
};
|
|
481
491
|
color: {
|
|
482
492
|
type: () => NeonFunctionalColor;
|
|
483
493
|
default: null;
|
|
@@ -491,15 +501,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
491
501
|
default: boolean;
|
|
492
502
|
};
|
|
493
503
|
}>, {
|
|
494
|
-
|
|
504
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
495
505
|
[x: string]: unknown;
|
|
496
|
-
}
|
|
497
|
-
icon: import("vue").ComputedRef<string>;
|
|
506
|
+
}>;
|
|
507
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
498
508
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
499
509
|
name: {
|
|
500
510
|
type: StringConstructor;
|
|
501
511
|
required: true;
|
|
502
512
|
};
|
|
513
|
+
id: {
|
|
514
|
+
type: StringConstructor;
|
|
515
|
+
default: null;
|
|
516
|
+
};
|
|
503
517
|
color: {
|
|
504
518
|
type: () => NeonFunctionalColor;
|
|
505
519
|
default: null;
|
|
@@ -515,6 +529,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
515
529
|
}>> & Readonly<{}>, {
|
|
516
530
|
disabled: boolean;
|
|
517
531
|
color: NeonFunctionalColor;
|
|
532
|
+
id: string;
|
|
518
533
|
inverse: boolean;
|
|
519
534
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
520
535
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -554,7 +569,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
554
569
|
default: import("../../../neon").NeonInputMode;
|
|
555
570
|
};
|
|
556
571
|
autocomplete: {
|
|
557
|
-
type:
|
|
572
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
558
573
|
default: string;
|
|
559
574
|
};
|
|
560
575
|
state: {
|
|
@@ -597,6 +612,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
597
612
|
type: NumberConstructor;
|
|
598
613
|
default: null;
|
|
599
614
|
};
|
|
615
|
+
maxlengthLabel: {
|
|
616
|
+
type: StringConstructor;
|
|
617
|
+
default: string;
|
|
618
|
+
};
|
|
600
619
|
debounce: {
|
|
601
620
|
type: NumberConstructor;
|
|
602
621
|
default: undefined;
|
|
@@ -616,12 +635,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
616
635
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
617
636
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
618
637
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
638
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
619
639
|
focus: () => void;
|
|
620
640
|
click: () => void;
|
|
621
641
|
onFocus: () => void;
|
|
622
642
|
onBlur: () => void;
|
|
623
643
|
iconClicked: ($event: Event) => void;
|
|
624
|
-
changeValue: (event:
|
|
644
|
+
changeValue: (event: InputEvent) => void;
|
|
625
645
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
626
646
|
}, {}, {}, {}, {
|
|
627
647
|
disabled: boolean;
|
|
@@ -636,13 +656,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
636
656
|
inputmode: import("../../../neon").NeonInputMode;
|
|
637
657
|
modelValue: string;
|
|
638
658
|
state: import("../../../neon").NeonState;
|
|
639
|
-
autocomplete:
|
|
659
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
640
660
|
rows: number;
|
|
641
661
|
iconReadonly: boolean;
|
|
642
662
|
hideIcon: boolean;
|
|
643
663
|
stateHighlight: boolean;
|
|
644
664
|
stateIcon: boolean;
|
|
645
665
|
maxlength: number;
|
|
666
|
+
maxlengthLabel: string;
|
|
646
667
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
647
668
|
id: {
|
|
648
669
|
type: StringConstructor;
|
|
@@ -673,7 +694,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
673
694
|
default: import("../../../neon").NeonInputMode;
|
|
674
695
|
};
|
|
675
696
|
autocomplete: {
|
|
676
|
-
type:
|
|
697
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
677
698
|
default: string;
|
|
678
699
|
};
|
|
679
700
|
state: {
|
|
@@ -716,6 +737,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
716
737
|
type: NumberConstructor;
|
|
717
738
|
default: null;
|
|
718
739
|
};
|
|
740
|
+
maxlengthLabel: {
|
|
741
|
+
type: StringConstructor;
|
|
742
|
+
default: string;
|
|
743
|
+
};
|
|
719
744
|
debounce: {
|
|
720
745
|
type: NumberConstructor;
|
|
721
746
|
default: undefined;
|
|
@@ -735,12 +760,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
735
760
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
736
761
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
737
762
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
763
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
738
764
|
focus: () => void;
|
|
739
765
|
click: () => void;
|
|
740
766
|
onFocus: () => void;
|
|
741
767
|
onBlur: () => void;
|
|
742
768
|
iconClicked: ($event: Event) => void;
|
|
743
|
-
changeValue: (event:
|
|
769
|
+
changeValue: (event: InputEvent) => void;
|
|
744
770
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
745
771
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
746
772
|
disabled: boolean;
|
|
@@ -755,19 +781,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
755
781
|
inputmode: import("../../../neon").NeonInputMode;
|
|
756
782
|
modelValue: string;
|
|
757
783
|
state: import("../../../neon").NeonState;
|
|
758
|
-
autocomplete:
|
|
784
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
759
785
|
rows: number;
|
|
760
786
|
iconReadonly: boolean;
|
|
761
787
|
hideIcon: boolean;
|
|
762
788
|
stateHighlight: boolean;
|
|
763
789
|
stateIcon: boolean;
|
|
764
790
|
maxlength: number;
|
|
791
|
+
maxlengthLabel: string;
|
|
765
792
|
}, true, {}, {}, {
|
|
766
793
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
767
794
|
name: {
|
|
768
795
|
type: StringConstructor;
|
|
769
796
|
required: true;
|
|
770
797
|
};
|
|
798
|
+
id: {
|
|
799
|
+
type: StringConstructor;
|
|
800
|
+
default: null;
|
|
801
|
+
};
|
|
771
802
|
color: {
|
|
772
803
|
type: () => NeonFunctionalColor;
|
|
773
804
|
default: null;
|
|
@@ -781,15 +812,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
781
812
|
default: boolean;
|
|
782
813
|
};
|
|
783
814
|
}>, {
|
|
784
|
-
|
|
815
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
785
816
|
[x: string]: unknown;
|
|
786
|
-
}
|
|
787
|
-
icon: import("vue").ComputedRef<string>;
|
|
817
|
+
}>;
|
|
818
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
788
819
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
789
820
|
name: {
|
|
790
821
|
type: StringConstructor;
|
|
791
822
|
required: true;
|
|
792
823
|
};
|
|
824
|
+
id: {
|
|
825
|
+
type: StringConstructor;
|
|
826
|
+
default: null;
|
|
827
|
+
};
|
|
793
828
|
color: {
|
|
794
829
|
type: () => NeonFunctionalColor;
|
|
795
830
|
default: null;
|
|
@@ -805,6 +840,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
805
840
|
}>> & Readonly<{}>, {
|
|
806
841
|
disabled: boolean;
|
|
807
842
|
color: NeonFunctionalColor;
|
|
843
|
+
id: string;
|
|
808
844
|
inverse: boolean;
|
|
809
845
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
810
846
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -844,7 +880,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
844
880
|
default: import("../../../neon").NeonInputMode;
|
|
845
881
|
};
|
|
846
882
|
autocomplete: {
|
|
847
|
-
type:
|
|
883
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
848
884
|
default: string;
|
|
849
885
|
};
|
|
850
886
|
state: {
|
|
@@ -887,6 +923,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
887
923
|
type: NumberConstructor;
|
|
888
924
|
default: null;
|
|
889
925
|
};
|
|
926
|
+
maxlengthLabel: {
|
|
927
|
+
type: StringConstructor;
|
|
928
|
+
default: string;
|
|
929
|
+
};
|
|
890
930
|
debounce: {
|
|
891
931
|
type: NumberConstructor;
|
|
892
932
|
default: undefined;
|
|
@@ -906,12 +946,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
906
946
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
907
947
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
908
948
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
949
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
909
950
|
focus: () => void;
|
|
910
951
|
click: () => void;
|
|
911
952
|
onFocus: () => void;
|
|
912
953
|
onBlur: () => void;
|
|
913
954
|
iconClicked: ($event: Event) => void;
|
|
914
|
-
changeValue: (event:
|
|
955
|
+
changeValue: (event: InputEvent) => void;
|
|
915
956
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
916
957
|
}, {}, {}, {}, {
|
|
917
958
|
disabled: boolean;
|
|
@@ -926,13 +967,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
926
967
|
inputmode: import("../../../neon").NeonInputMode;
|
|
927
968
|
modelValue: string;
|
|
928
969
|
state: import("../../../neon").NeonState;
|
|
929
|
-
autocomplete:
|
|
970
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
930
971
|
rows: number;
|
|
931
972
|
iconReadonly: boolean;
|
|
932
973
|
hideIcon: boolean;
|
|
933
974
|
stateHighlight: boolean;
|
|
934
975
|
stateIcon: boolean;
|
|
935
976
|
maxlength: number;
|
|
977
|
+
maxlengthLabel: string;
|
|
936
978
|
}> | null>;
|
|
937
979
|
files: import("vue").Ref<{
|
|
938
980
|
readonly lastModified: number;
|
|
@@ -1274,6 +1316,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1274
1316
|
type: StringConstructor;
|
|
1275
1317
|
required: true;
|
|
1276
1318
|
};
|
|
1319
|
+
id: {
|
|
1320
|
+
type: StringConstructor;
|
|
1321
|
+
default: null;
|
|
1322
|
+
};
|
|
1277
1323
|
color: {
|
|
1278
1324
|
type: () => NeonFunctionalColor;
|
|
1279
1325
|
default: null;
|
|
@@ -1287,15 +1333,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1287
1333
|
default: boolean;
|
|
1288
1334
|
};
|
|
1289
1335
|
}>, {
|
|
1290
|
-
|
|
1336
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1291
1337
|
[x: string]: unknown;
|
|
1292
|
-
}
|
|
1293
|
-
icon: import("vue").ComputedRef<string>;
|
|
1338
|
+
}>;
|
|
1339
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1294
1340
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1295
1341
|
name: {
|
|
1296
1342
|
type: StringConstructor;
|
|
1297
1343
|
required: true;
|
|
1298
1344
|
};
|
|
1345
|
+
id: {
|
|
1346
|
+
type: StringConstructor;
|
|
1347
|
+
default: null;
|
|
1348
|
+
};
|
|
1299
1349
|
color: {
|
|
1300
1350
|
type: () => NeonFunctionalColor;
|
|
1301
1351
|
default: null;
|
|
@@ -1311,6 +1361,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1311
1361
|
}>> & Readonly<{}>, {
|
|
1312
1362
|
disabled: boolean;
|
|
1313
1363
|
color: NeonFunctionalColor;
|
|
1364
|
+
id: string;
|
|
1314
1365
|
inverse: boolean;
|
|
1315
1366
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1316
1367
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1370,6 +1421,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1370
1421
|
type: StringConstructor;
|
|
1371
1422
|
required: true;
|
|
1372
1423
|
};
|
|
1424
|
+
id: {
|
|
1425
|
+
type: StringConstructor;
|
|
1426
|
+
default: null;
|
|
1427
|
+
};
|
|
1373
1428
|
color: {
|
|
1374
1429
|
type: () => NeonFunctionalColor;
|
|
1375
1430
|
default: null;
|
|
@@ -1383,15 +1438,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1383
1438
|
default: boolean;
|
|
1384
1439
|
};
|
|
1385
1440
|
}>, {
|
|
1386
|
-
|
|
1441
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1387
1442
|
[x: string]: unknown;
|
|
1388
|
-
}
|
|
1389
|
-
icon: import("vue").ComputedRef<string>;
|
|
1443
|
+
}>;
|
|
1444
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1390
1445
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1391
1446
|
name: {
|
|
1392
1447
|
type: StringConstructor;
|
|
1393
1448
|
required: true;
|
|
1394
1449
|
};
|
|
1450
|
+
id: {
|
|
1451
|
+
type: StringConstructor;
|
|
1452
|
+
default: null;
|
|
1453
|
+
};
|
|
1395
1454
|
color: {
|
|
1396
1455
|
type: () => NeonFunctionalColor;
|
|
1397
1456
|
default: null;
|
|
@@ -1407,6 +1466,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1407
1466
|
}>> & Readonly<{}>, {
|
|
1408
1467
|
disabled: boolean;
|
|
1409
1468
|
color: NeonFunctionalColor;
|
|
1469
|
+
id: string;
|
|
1410
1470
|
inverse: boolean;
|
|
1411
1471
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1412
1472
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1441,7 +1501,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1441
1501
|
default: import("../../../neon").NeonInputMode;
|
|
1442
1502
|
};
|
|
1443
1503
|
autocomplete: {
|
|
1444
|
-
type:
|
|
1504
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1445
1505
|
default: string;
|
|
1446
1506
|
};
|
|
1447
1507
|
state: {
|
|
@@ -1484,6 +1544,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1484
1544
|
type: NumberConstructor;
|
|
1485
1545
|
default: null;
|
|
1486
1546
|
};
|
|
1547
|
+
maxlengthLabel: {
|
|
1548
|
+
type: StringConstructor;
|
|
1549
|
+
default: string;
|
|
1550
|
+
};
|
|
1487
1551
|
debounce: {
|
|
1488
1552
|
type: NumberConstructor;
|
|
1489
1553
|
default: undefined;
|
|
@@ -1498,12 +1562,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1498
1562
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
1499
1563
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
1500
1564
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
1565
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
1501
1566
|
focus: () => void;
|
|
1502
1567
|
click: () => void;
|
|
1503
1568
|
onFocus: () => void;
|
|
1504
1569
|
onBlur: () => void;
|
|
1505
1570
|
iconClicked: ($event: Event) => void;
|
|
1506
|
-
changeValue: (event:
|
|
1571
|
+
changeValue: (event: InputEvent) => void;
|
|
1507
1572
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1508
1573
|
}, {}, {}, {}, 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<{
|
|
1509
1574
|
id: {
|
|
@@ -1535,7 +1600,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1535
1600
|
default: import("../../../neon").NeonInputMode;
|
|
1536
1601
|
};
|
|
1537
1602
|
autocomplete: {
|
|
1538
|
-
type:
|
|
1603
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1539
1604
|
default: string;
|
|
1540
1605
|
};
|
|
1541
1606
|
state: {
|
|
@@ -1578,6 +1643,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1578
1643
|
type: NumberConstructor;
|
|
1579
1644
|
default: null;
|
|
1580
1645
|
};
|
|
1646
|
+
maxlengthLabel: {
|
|
1647
|
+
type: StringConstructor;
|
|
1648
|
+
default: string;
|
|
1649
|
+
};
|
|
1581
1650
|
debounce: {
|
|
1582
1651
|
type: NumberConstructor;
|
|
1583
1652
|
default: undefined;
|
|
@@ -1600,19 +1669,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1600
1669
|
inputmode: import("../../../neon").NeonInputMode;
|
|
1601
1670
|
modelValue: string;
|
|
1602
1671
|
state: import("../../../neon").NeonState;
|
|
1603
|
-
autocomplete:
|
|
1672
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
1604
1673
|
rows: number;
|
|
1605
1674
|
iconReadonly: boolean;
|
|
1606
1675
|
hideIcon: boolean;
|
|
1607
1676
|
stateHighlight: boolean;
|
|
1608
1677
|
stateIcon: boolean;
|
|
1609
1678
|
maxlength: number;
|
|
1679
|
+
maxlengthLabel: string;
|
|
1610
1680
|
}, {}, {
|
|
1611
1681
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1612
1682
|
name: {
|
|
1613
1683
|
type: StringConstructor;
|
|
1614
1684
|
required: true;
|
|
1615
1685
|
};
|
|
1686
|
+
id: {
|
|
1687
|
+
type: StringConstructor;
|
|
1688
|
+
default: null;
|
|
1689
|
+
};
|
|
1616
1690
|
color: {
|
|
1617
1691
|
type: () => NeonFunctionalColor;
|
|
1618
1692
|
default: null;
|
|
@@ -1626,15 +1700,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1626
1700
|
default: boolean;
|
|
1627
1701
|
};
|
|
1628
1702
|
}>, {
|
|
1629
|
-
|
|
1703
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1630
1704
|
[x: string]: unknown;
|
|
1631
|
-
}
|
|
1632
|
-
icon: import("vue").ComputedRef<string>;
|
|
1705
|
+
}>;
|
|
1706
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1633
1707
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1634
1708
|
name: {
|
|
1635
1709
|
type: StringConstructor;
|
|
1636
1710
|
required: true;
|
|
1637
1711
|
};
|
|
1712
|
+
id: {
|
|
1713
|
+
type: StringConstructor;
|
|
1714
|
+
default: null;
|
|
1715
|
+
};
|
|
1638
1716
|
color: {
|
|
1639
1717
|
type: () => NeonFunctionalColor;
|
|
1640
1718
|
default: null;
|
|
@@ -1650,6 +1728,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1650
1728
|
}>> & Readonly<{}>, {
|
|
1651
1729
|
disabled: boolean;
|
|
1652
1730
|
color: NeonFunctionalColor;
|
|
1731
|
+
id: string;
|
|
1653
1732
|
inverse: boolean;
|
|
1654
1733
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1655
1734
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1706,6 +1785,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1706
1785
|
type: StringConstructor;
|
|
1707
1786
|
required: true;
|
|
1708
1787
|
};
|
|
1788
|
+
id: {
|
|
1789
|
+
type: StringConstructor;
|
|
1790
|
+
default: null;
|
|
1791
|
+
};
|
|
1709
1792
|
color: {
|
|
1710
1793
|
type: () => NeonFunctionalColor;
|
|
1711
1794
|
default: null;
|
|
@@ -1719,15 +1802,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1719
1802
|
default: boolean;
|
|
1720
1803
|
};
|
|
1721
1804
|
}>, {
|
|
1722
|
-
|
|
1805
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1723
1806
|
[x: string]: unknown;
|
|
1724
|
-
}
|
|
1725
|
-
icon: import("vue").ComputedRef<string>;
|
|
1807
|
+
}>;
|
|
1808
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1726
1809
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1727
1810
|
name: {
|
|
1728
1811
|
type: StringConstructor;
|
|
1729
1812
|
required: true;
|
|
1730
1813
|
};
|
|
1814
|
+
id: {
|
|
1815
|
+
type: StringConstructor;
|
|
1816
|
+
default: null;
|
|
1817
|
+
};
|
|
1731
1818
|
color: {
|
|
1732
1819
|
type: () => NeonFunctionalColor;
|
|
1733
1820
|
default: null;
|
|
@@ -1743,6 +1830,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1743
1830
|
}>> & Readonly<{}>, {
|
|
1744
1831
|
disabled: boolean;
|
|
1745
1832
|
color: NeonFunctionalColor;
|
|
1833
|
+
id: string;
|
|
1746
1834
|
inverse: boolean;
|
|
1747
1835
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1748
1836
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1752,6 +1840,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1752
1840
|
type: StringConstructor;
|
|
1753
1841
|
required: true;
|
|
1754
1842
|
};
|
|
1843
|
+
id: {
|
|
1844
|
+
type: StringConstructor;
|
|
1845
|
+
default: null;
|
|
1846
|
+
};
|
|
1755
1847
|
color: {
|
|
1756
1848
|
type: () => NeonFunctionalColor;
|
|
1757
1849
|
default: null;
|
|
@@ -1765,15 +1857,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1765
1857
|
default: boolean;
|
|
1766
1858
|
};
|
|
1767
1859
|
}>, {
|
|
1768
|
-
|
|
1860
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1769
1861
|
[x: string]: unknown;
|
|
1770
|
-
}
|
|
1771
|
-
icon: import("vue").ComputedRef<string>;
|
|
1862
|
+
}>;
|
|
1863
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1772
1864
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1773
1865
|
name: {
|
|
1774
1866
|
type: StringConstructor;
|
|
1775
1867
|
required: true;
|
|
1776
1868
|
};
|
|
1869
|
+
id: {
|
|
1870
|
+
type: StringConstructor;
|
|
1871
|
+
default: null;
|
|
1872
|
+
};
|
|
1777
1873
|
color: {
|
|
1778
1874
|
type: () => NeonFunctionalColor;
|
|
1779
1875
|
default: null;
|
|
@@ -1789,6 +1885,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1789
1885
|
}>> & Readonly<{}>, {
|
|
1790
1886
|
disabled: boolean;
|
|
1791
1887
|
color: NeonFunctionalColor;
|
|
1888
|
+
id: string;
|
|
1792
1889
|
inverse: boolean;
|
|
1793
1890
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1794
1891
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2034,6 +2131,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2034
2131
|
type: StringConstructor;
|
|
2035
2132
|
required: true;
|
|
2036
2133
|
};
|
|
2134
|
+
id: {
|
|
2135
|
+
type: StringConstructor;
|
|
2136
|
+
default: null;
|
|
2137
|
+
};
|
|
2037
2138
|
color: {
|
|
2038
2139
|
type: () => NeonFunctionalColor;
|
|
2039
2140
|
default: null;
|
|
@@ -2047,15 +2148,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2047
2148
|
default: boolean;
|
|
2048
2149
|
};
|
|
2049
2150
|
}>, {
|
|
2050
|
-
|
|
2151
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2051
2152
|
[x: string]: unknown;
|
|
2052
|
-
}
|
|
2053
|
-
icon: import("vue").ComputedRef<string>;
|
|
2153
|
+
}>;
|
|
2154
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2054
2155
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2055
2156
|
name: {
|
|
2056
2157
|
type: StringConstructor;
|
|
2057
2158
|
required: true;
|
|
2058
2159
|
};
|
|
2160
|
+
id: {
|
|
2161
|
+
type: StringConstructor;
|
|
2162
|
+
default: null;
|
|
2163
|
+
};
|
|
2059
2164
|
color: {
|
|
2060
2165
|
type: () => NeonFunctionalColor;
|
|
2061
2166
|
default: null;
|
|
@@ -2071,6 +2176,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2071
2176
|
}>> & Readonly<{}>, {
|
|
2072
2177
|
disabled: boolean;
|
|
2073
2178
|
color: NeonFunctionalColor;
|
|
2179
|
+
id: string;
|
|
2074
2180
|
inverse: boolean;
|
|
2075
2181
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2076
2182
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2130,6 +2236,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2130
2236
|
type: StringConstructor;
|
|
2131
2237
|
required: true;
|
|
2132
2238
|
};
|
|
2239
|
+
id: {
|
|
2240
|
+
type: StringConstructor;
|
|
2241
|
+
default: null;
|
|
2242
|
+
};
|
|
2133
2243
|
color: {
|
|
2134
2244
|
type: () => NeonFunctionalColor;
|
|
2135
2245
|
default: null;
|
|
@@ -2143,15 +2253,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2143
2253
|
default: boolean;
|
|
2144
2254
|
};
|
|
2145
2255
|
}>, {
|
|
2146
|
-
|
|
2256
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2147
2257
|
[x: string]: unknown;
|
|
2148
|
-
}
|
|
2149
|
-
icon: import("vue").ComputedRef<string>;
|
|
2258
|
+
}>;
|
|
2259
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2150
2260
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2151
2261
|
name: {
|
|
2152
2262
|
type: StringConstructor;
|
|
2153
2263
|
required: true;
|
|
2154
2264
|
};
|
|
2265
|
+
id: {
|
|
2266
|
+
type: StringConstructor;
|
|
2267
|
+
default: null;
|
|
2268
|
+
};
|
|
2155
2269
|
color: {
|
|
2156
2270
|
type: () => NeonFunctionalColor;
|
|
2157
2271
|
default: null;
|
|
@@ -2167,6 +2281,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2167
2281
|
}>> & Readonly<{}>, {
|
|
2168
2282
|
disabled: boolean;
|
|
2169
2283
|
color: NeonFunctionalColor;
|
|
2284
|
+
id: string;
|
|
2170
2285
|
inverse: boolean;
|
|
2171
2286
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2172
2287
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2634,7 +2749,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2634
2749
|
default: import("../../../neon").NeonInputMode;
|
|
2635
2750
|
};
|
|
2636
2751
|
autocomplete: {
|
|
2637
|
-
type:
|
|
2752
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
2638
2753
|
default: string;
|
|
2639
2754
|
};
|
|
2640
2755
|
state: {
|
|
@@ -2677,6 +2792,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2677
2792
|
type: NumberConstructor;
|
|
2678
2793
|
default: null;
|
|
2679
2794
|
};
|
|
2795
|
+
maxlengthLabel: {
|
|
2796
|
+
type: StringConstructor;
|
|
2797
|
+
default: string;
|
|
2798
|
+
};
|
|
2680
2799
|
debounce: {
|
|
2681
2800
|
type: NumberConstructor;
|
|
2682
2801
|
default: undefined;
|
|
@@ -2696,12 +2815,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2696
2815
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
2697
2816
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
2698
2817
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
2818
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
2699
2819
|
focus: () => void;
|
|
2700
2820
|
click: () => void;
|
|
2701
2821
|
onFocus: () => void;
|
|
2702
2822
|
onBlur: () => void;
|
|
2703
2823
|
iconClicked: ($event: Event) => void;
|
|
2704
|
-
changeValue: (event:
|
|
2824
|
+
changeValue: (event: InputEvent) => void;
|
|
2705
2825
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2706
2826
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
2707
2827
|
disabled: boolean;
|
|
@@ -2716,19 +2836,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2716
2836
|
inputmode: import("../../../neon").NeonInputMode;
|
|
2717
2837
|
modelValue: string;
|
|
2718
2838
|
state: import("../../../neon").NeonState;
|
|
2719
|
-
autocomplete:
|
|
2839
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
2720
2840
|
rows: number;
|
|
2721
2841
|
iconReadonly: boolean;
|
|
2722
2842
|
hideIcon: boolean;
|
|
2723
2843
|
stateHighlight: boolean;
|
|
2724
2844
|
stateIcon: boolean;
|
|
2725
2845
|
maxlength: number;
|
|
2846
|
+
maxlengthLabel: string;
|
|
2726
2847
|
}, true, {}, {}, {
|
|
2727
2848
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2728
2849
|
name: {
|
|
2729
2850
|
type: StringConstructor;
|
|
2730
2851
|
required: true;
|
|
2731
2852
|
};
|
|
2853
|
+
id: {
|
|
2854
|
+
type: StringConstructor;
|
|
2855
|
+
default: null;
|
|
2856
|
+
};
|
|
2732
2857
|
color: {
|
|
2733
2858
|
type: () => NeonFunctionalColor;
|
|
2734
2859
|
default: null;
|
|
@@ -2742,15 +2867,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2742
2867
|
default: boolean;
|
|
2743
2868
|
};
|
|
2744
2869
|
}>, {
|
|
2745
|
-
|
|
2870
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2746
2871
|
[x: string]: unknown;
|
|
2747
|
-
}
|
|
2748
|
-
icon: import("vue").ComputedRef<string>;
|
|
2872
|
+
}>;
|
|
2873
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2749
2874
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2750
2875
|
name: {
|
|
2751
2876
|
type: StringConstructor;
|
|
2752
2877
|
required: true;
|
|
2753
2878
|
};
|
|
2879
|
+
id: {
|
|
2880
|
+
type: StringConstructor;
|
|
2881
|
+
default: null;
|
|
2882
|
+
};
|
|
2754
2883
|
color: {
|
|
2755
2884
|
type: () => NeonFunctionalColor;
|
|
2756
2885
|
default: null;
|
|
@@ -2766,6 +2895,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2766
2895
|
}>> & Readonly<{}>, {
|
|
2767
2896
|
disabled: boolean;
|
|
2768
2897
|
color: NeonFunctionalColor;
|
|
2898
|
+
id: string;
|
|
2769
2899
|
inverse: boolean;
|
|
2770
2900
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2771
2901
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2805,7 +2935,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2805
2935
|
default: import("../../../neon").NeonInputMode;
|
|
2806
2936
|
};
|
|
2807
2937
|
autocomplete: {
|
|
2808
|
-
type:
|
|
2938
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
2809
2939
|
default: string;
|
|
2810
2940
|
};
|
|
2811
2941
|
state: {
|
|
@@ -2848,6 +2978,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2848
2978
|
type: NumberConstructor;
|
|
2849
2979
|
default: null;
|
|
2850
2980
|
};
|
|
2981
|
+
maxlengthLabel: {
|
|
2982
|
+
type: StringConstructor;
|
|
2983
|
+
default: string;
|
|
2984
|
+
};
|
|
2851
2985
|
debounce: {
|
|
2852
2986
|
type: NumberConstructor;
|
|
2853
2987
|
default: undefined;
|
|
@@ -2867,12 +3001,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2867
3001
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
2868
3002
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
2869
3003
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3004
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
2870
3005
|
focus: () => void;
|
|
2871
3006
|
click: () => void;
|
|
2872
3007
|
onFocus: () => void;
|
|
2873
3008
|
onBlur: () => void;
|
|
2874
3009
|
iconClicked: ($event: Event) => void;
|
|
2875
|
-
changeValue: (event:
|
|
3010
|
+
changeValue: (event: InputEvent) => void;
|
|
2876
3011
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2877
3012
|
}, {}, {}, {}, {
|
|
2878
3013
|
disabled: boolean;
|
|
@@ -2887,13 +3022,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2887
3022
|
inputmode: import("../../../neon").NeonInputMode;
|
|
2888
3023
|
modelValue: string;
|
|
2889
3024
|
state: import("../../../neon").NeonState;
|
|
2890
|
-
autocomplete:
|
|
3025
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
2891
3026
|
rows: number;
|
|
2892
3027
|
iconReadonly: boolean;
|
|
2893
3028
|
hideIcon: boolean;
|
|
2894
3029
|
stateHighlight: boolean;
|
|
2895
3030
|
stateIcon: boolean;
|
|
2896
3031
|
maxlength: number;
|
|
3032
|
+
maxlengthLabel: string;
|
|
2897
3033
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2898
3034
|
id: {
|
|
2899
3035
|
type: StringConstructor;
|
|
@@ -2924,7 +3060,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2924
3060
|
default: import("../../../neon").NeonInputMode;
|
|
2925
3061
|
};
|
|
2926
3062
|
autocomplete: {
|
|
2927
|
-
type:
|
|
3063
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
2928
3064
|
default: string;
|
|
2929
3065
|
};
|
|
2930
3066
|
state: {
|
|
@@ -2967,6 +3103,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2967
3103
|
type: NumberConstructor;
|
|
2968
3104
|
default: null;
|
|
2969
3105
|
};
|
|
3106
|
+
maxlengthLabel: {
|
|
3107
|
+
type: StringConstructor;
|
|
3108
|
+
default: string;
|
|
3109
|
+
};
|
|
2970
3110
|
debounce: {
|
|
2971
3111
|
type: NumberConstructor;
|
|
2972
3112
|
default: undefined;
|
|
@@ -2986,12 +3126,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2986
3126
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
2987
3127
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
2988
3128
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3129
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
2989
3130
|
focus: () => void;
|
|
2990
3131
|
click: () => void;
|
|
2991
3132
|
onFocus: () => void;
|
|
2992
3133
|
onBlur: () => void;
|
|
2993
3134
|
iconClicked: ($event: Event) => void;
|
|
2994
|
-
changeValue: (event:
|
|
3135
|
+
changeValue: (event: InputEvent) => void;
|
|
2995
3136
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2996
3137
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
2997
3138
|
disabled: boolean;
|
|
@@ -3006,19 +3147,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3006
3147
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3007
3148
|
modelValue: string;
|
|
3008
3149
|
state: import("../../../neon").NeonState;
|
|
3009
|
-
autocomplete:
|
|
3150
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3010
3151
|
rows: number;
|
|
3011
3152
|
iconReadonly: boolean;
|
|
3012
3153
|
hideIcon: boolean;
|
|
3013
3154
|
stateHighlight: boolean;
|
|
3014
3155
|
stateIcon: boolean;
|
|
3015
3156
|
maxlength: number;
|
|
3157
|
+
maxlengthLabel: string;
|
|
3016
3158
|
}, true, {}, {}, {
|
|
3017
3159
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3018
3160
|
name: {
|
|
3019
3161
|
type: StringConstructor;
|
|
3020
3162
|
required: true;
|
|
3021
3163
|
};
|
|
3164
|
+
id: {
|
|
3165
|
+
type: StringConstructor;
|
|
3166
|
+
default: null;
|
|
3167
|
+
};
|
|
3022
3168
|
color: {
|
|
3023
3169
|
type: () => NeonFunctionalColor;
|
|
3024
3170
|
default: null;
|
|
@@ -3032,15 +3178,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3032
3178
|
default: boolean;
|
|
3033
3179
|
};
|
|
3034
3180
|
}>, {
|
|
3035
|
-
|
|
3181
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3036
3182
|
[x: string]: unknown;
|
|
3037
|
-
}
|
|
3038
|
-
icon: import("vue").ComputedRef<string>;
|
|
3183
|
+
}>;
|
|
3184
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3039
3185
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3040
3186
|
name: {
|
|
3041
3187
|
type: StringConstructor;
|
|
3042
3188
|
required: true;
|
|
3043
3189
|
};
|
|
3190
|
+
id: {
|
|
3191
|
+
type: StringConstructor;
|
|
3192
|
+
default: null;
|
|
3193
|
+
};
|
|
3044
3194
|
color: {
|
|
3045
3195
|
type: () => NeonFunctionalColor;
|
|
3046
3196
|
default: null;
|
|
@@ -3056,6 +3206,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3056
3206
|
}>> & Readonly<{}>, {
|
|
3057
3207
|
disabled: boolean;
|
|
3058
3208
|
color: NeonFunctionalColor;
|
|
3209
|
+
id: string;
|
|
3059
3210
|
inverse: boolean;
|
|
3060
3211
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3061
3212
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3095,7 +3246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3095
3246
|
default: import("../../../neon").NeonInputMode;
|
|
3096
3247
|
};
|
|
3097
3248
|
autocomplete: {
|
|
3098
|
-
type:
|
|
3249
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3099
3250
|
default: string;
|
|
3100
3251
|
};
|
|
3101
3252
|
state: {
|
|
@@ -3138,6 +3289,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3138
3289
|
type: NumberConstructor;
|
|
3139
3290
|
default: null;
|
|
3140
3291
|
};
|
|
3292
|
+
maxlengthLabel: {
|
|
3293
|
+
type: StringConstructor;
|
|
3294
|
+
default: string;
|
|
3295
|
+
};
|
|
3141
3296
|
debounce: {
|
|
3142
3297
|
type: NumberConstructor;
|
|
3143
3298
|
default: undefined;
|
|
@@ -3157,12 +3312,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3157
3312
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3158
3313
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3159
3314
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3315
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3160
3316
|
focus: () => void;
|
|
3161
3317
|
click: () => void;
|
|
3162
3318
|
onFocus: () => void;
|
|
3163
3319
|
onBlur: () => void;
|
|
3164
3320
|
iconClicked: ($event: Event) => void;
|
|
3165
|
-
changeValue: (event:
|
|
3321
|
+
changeValue: (event: InputEvent) => void;
|
|
3166
3322
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3167
3323
|
}, {}, {}, {}, {
|
|
3168
3324
|
disabled: boolean;
|
|
@@ -3177,13 +3333,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3177
3333
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3178
3334
|
modelValue: string;
|
|
3179
3335
|
state: import("../../../neon").NeonState;
|
|
3180
|
-
autocomplete:
|
|
3336
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3181
3337
|
rows: number;
|
|
3182
3338
|
iconReadonly: boolean;
|
|
3183
3339
|
hideIcon: boolean;
|
|
3184
3340
|
stateHighlight: boolean;
|
|
3185
3341
|
stateIcon: boolean;
|
|
3186
3342
|
maxlength: number;
|
|
3343
|
+
maxlengthLabel: string;
|
|
3187
3344
|
}> | null>;
|
|
3188
3345
|
files: import("vue").Ref<{
|
|
3189
3346
|
readonly lastModified: number;
|
|
@@ -3525,6 +3682,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3525
3682
|
type: StringConstructor;
|
|
3526
3683
|
required: true;
|
|
3527
3684
|
};
|
|
3685
|
+
id: {
|
|
3686
|
+
type: StringConstructor;
|
|
3687
|
+
default: null;
|
|
3688
|
+
};
|
|
3528
3689
|
color: {
|
|
3529
3690
|
type: () => NeonFunctionalColor;
|
|
3530
3691
|
default: null;
|
|
@@ -3538,15 +3699,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3538
3699
|
default: boolean;
|
|
3539
3700
|
};
|
|
3540
3701
|
}>, {
|
|
3541
|
-
|
|
3702
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3542
3703
|
[x: string]: unknown;
|
|
3543
|
-
}
|
|
3544
|
-
icon: import("vue").ComputedRef<string>;
|
|
3704
|
+
}>;
|
|
3705
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3545
3706
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3546
3707
|
name: {
|
|
3547
3708
|
type: StringConstructor;
|
|
3548
3709
|
required: true;
|
|
3549
3710
|
};
|
|
3711
|
+
id: {
|
|
3712
|
+
type: StringConstructor;
|
|
3713
|
+
default: null;
|
|
3714
|
+
};
|
|
3550
3715
|
color: {
|
|
3551
3716
|
type: () => NeonFunctionalColor;
|
|
3552
3717
|
default: null;
|
|
@@ -3562,6 +3727,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3562
3727
|
}>> & Readonly<{}>, {
|
|
3563
3728
|
disabled: boolean;
|
|
3564
3729
|
color: NeonFunctionalColor;
|
|
3730
|
+
id: string;
|
|
3565
3731
|
inverse: boolean;
|
|
3566
3732
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3567
3733
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3621,6 +3787,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3621
3787
|
type: StringConstructor;
|
|
3622
3788
|
required: true;
|
|
3623
3789
|
};
|
|
3790
|
+
id: {
|
|
3791
|
+
type: StringConstructor;
|
|
3792
|
+
default: null;
|
|
3793
|
+
};
|
|
3624
3794
|
color: {
|
|
3625
3795
|
type: () => NeonFunctionalColor;
|
|
3626
3796
|
default: null;
|
|
@@ -3634,15 +3804,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3634
3804
|
default: boolean;
|
|
3635
3805
|
};
|
|
3636
3806
|
}>, {
|
|
3637
|
-
|
|
3807
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3638
3808
|
[x: string]: unknown;
|
|
3639
|
-
}
|
|
3640
|
-
icon: import("vue").ComputedRef<string>;
|
|
3809
|
+
}>;
|
|
3810
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3641
3811
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3642
3812
|
name: {
|
|
3643
3813
|
type: StringConstructor;
|
|
3644
3814
|
required: true;
|
|
3645
3815
|
};
|
|
3816
|
+
id: {
|
|
3817
|
+
type: StringConstructor;
|
|
3818
|
+
default: null;
|
|
3819
|
+
};
|
|
3646
3820
|
color: {
|
|
3647
3821
|
type: () => NeonFunctionalColor;
|
|
3648
3822
|
default: null;
|
|
@@ -3658,6 +3832,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3658
3832
|
}>> & Readonly<{}>, {
|
|
3659
3833
|
disabled: boolean;
|
|
3660
3834
|
color: NeonFunctionalColor;
|
|
3835
|
+
id: string;
|
|
3661
3836
|
inverse: boolean;
|
|
3662
3837
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3663
3838
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3692,7 +3867,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3692
3867
|
default: import("../../../neon").NeonInputMode;
|
|
3693
3868
|
};
|
|
3694
3869
|
autocomplete: {
|
|
3695
|
-
type:
|
|
3870
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3696
3871
|
default: string;
|
|
3697
3872
|
};
|
|
3698
3873
|
state: {
|
|
@@ -3735,6 +3910,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3735
3910
|
type: NumberConstructor;
|
|
3736
3911
|
default: null;
|
|
3737
3912
|
};
|
|
3913
|
+
maxlengthLabel: {
|
|
3914
|
+
type: StringConstructor;
|
|
3915
|
+
default: string;
|
|
3916
|
+
};
|
|
3738
3917
|
debounce: {
|
|
3739
3918
|
type: NumberConstructor;
|
|
3740
3919
|
default: undefined;
|
|
@@ -3749,12 +3928,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3749
3928
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3750
3929
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3751
3930
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3931
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3752
3932
|
focus: () => void;
|
|
3753
3933
|
click: () => void;
|
|
3754
3934
|
onFocus: () => void;
|
|
3755
3935
|
onBlur: () => void;
|
|
3756
3936
|
iconClicked: ($event: Event) => void;
|
|
3757
|
-
changeValue: (event:
|
|
3937
|
+
changeValue: (event: InputEvent) => void;
|
|
3758
3938
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3759
3939
|
}, {}, {}, {}, 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<{
|
|
3760
3940
|
id: {
|
|
@@ -3786,7 +3966,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3786
3966
|
default: import("../../../neon").NeonInputMode;
|
|
3787
3967
|
};
|
|
3788
3968
|
autocomplete: {
|
|
3789
|
-
type:
|
|
3969
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3790
3970
|
default: string;
|
|
3791
3971
|
};
|
|
3792
3972
|
state: {
|
|
@@ -3829,6 +4009,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3829
4009
|
type: NumberConstructor;
|
|
3830
4010
|
default: null;
|
|
3831
4011
|
};
|
|
4012
|
+
maxlengthLabel: {
|
|
4013
|
+
type: StringConstructor;
|
|
4014
|
+
default: string;
|
|
4015
|
+
};
|
|
3832
4016
|
debounce: {
|
|
3833
4017
|
type: NumberConstructor;
|
|
3834
4018
|
default: undefined;
|
|
@@ -3851,19 +4035,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3851
4035
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3852
4036
|
modelValue: string;
|
|
3853
4037
|
state: import("../../../neon").NeonState;
|
|
3854
|
-
autocomplete:
|
|
4038
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3855
4039
|
rows: number;
|
|
3856
4040
|
iconReadonly: boolean;
|
|
3857
4041
|
hideIcon: boolean;
|
|
3858
4042
|
stateHighlight: boolean;
|
|
3859
4043
|
stateIcon: boolean;
|
|
3860
4044
|
maxlength: number;
|
|
4045
|
+
maxlengthLabel: string;
|
|
3861
4046
|
}, {}, {
|
|
3862
4047
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3863
4048
|
name: {
|
|
3864
4049
|
type: StringConstructor;
|
|
3865
4050
|
required: true;
|
|
3866
4051
|
};
|
|
4052
|
+
id: {
|
|
4053
|
+
type: StringConstructor;
|
|
4054
|
+
default: null;
|
|
4055
|
+
};
|
|
3867
4056
|
color: {
|
|
3868
4057
|
type: () => NeonFunctionalColor;
|
|
3869
4058
|
default: null;
|
|
@@ -3877,15 +4066,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3877
4066
|
default: boolean;
|
|
3878
4067
|
};
|
|
3879
4068
|
}>, {
|
|
3880
|
-
|
|
4069
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3881
4070
|
[x: string]: unknown;
|
|
3882
|
-
}
|
|
3883
|
-
icon: import("vue").ComputedRef<string>;
|
|
4071
|
+
}>;
|
|
4072
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3884
4073
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3885
4074
|
name: {
|
|
3886
4075
|
type: StringConstructor;
|
|
3887
4076
|
required: true;
|
|
3888
4077
|
};
|
|
4078
|
+
id: {
|
|
4079
|
+
type: StringConstructor;
|
|
4080
|
+
default: null;
|
|
4081
|
+
};
|
|
3889
4082
|
color: {
|
|
3890
4083
|
type: () => NeonFunctionalColor;
|
|
3891
4084
|
default: null;
|
|
@@ -3901,6 +4094,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3901
4094
|
}>> & Readonly<{}>, {
|
|
3902
4095
|
disabled: boolean;
|
|
3903
4096
|
color: NeonFunctionalColor;
|
|
4097
|
+
id: string;
|
|
3904
4098
|
inverse: boolean;
|
|
3905
4099
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3906
4100
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3957,6 +4151,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3957
4151
|
type: StringConstructor;
|
|
3958
4152
|
required: true;
|
|
3959
4153
|
};
|
|
4154
|
+
id: {
|
|
4155
|
+
type: StringConstructor;
|
|
4156
|
+
default: null;
|
|
4157
|
+
};
|
|
3960
4158
|
color: {
|
|
3961
4159
|
type: () => NeonFunctionalColor;
|
|
3962
4160
|
default: null;
|
|
@@ -3970,15 +4168,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3970
4168
|
default: boolean;
|
|
3971
4169
|
};
|
|
3972
4170
|
}>, {
|
|
3973
|
-
|
|
4171
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3974
4172
|
[x: string]: unknown;
|
|
3975
|
-
}
|
|
3976
|
-
icon: import("vue").ComputedRef<string>;
|
|
4173
|
+
}>;
|
|
4174
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3977
4175
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3978
4176
|
name: {
|
|
3979
4177
|
type: StringConstructor;
|
|
3980
4178
|
required: true;
|
|
3981
4179
|
};
|
|
4180
|
+
id: {
|
|
4181
|
+
type: StringConstructor;
|
|
4182
|
+
default: null;
|
|
4183
|
+
};
|
|
3982
4184
|
color: {
|
|
3983
4185
|
type: () => NeonFunctionalColor;
|
|
3984
4186
|
default: null;
|
|
@@ -3994,6 +4196,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3994
4196
|
}>> & Readonly<{}>, {
|
|
3995
4197
|
disabled: boolean;
|
|
3996
4198
|
color: NeonFunctionalColor;
|
|
4199
|
+
id: string;
|
|
3997
4200
|
inverse: boolean;
|
|
3998
4201
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3999
4202
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4003,6 +4206,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4003
4206
|
type: StringConstructor;
|
|
4004
4207
|
required: true;
|
|
4005
4208
|
};
|
|
4209
|
+
id: {
|
|
4210
|
+
type: StringConstructor;
|
|
4211
|
+
default: null;
|
|
4212
|
+
};
|
|
4006
4213
|
color: {
|
|
4007
4214
|
type: () => NeonFunctionalColor;
|
|
4008
4215
|
default: null;
|
|
@@ -4016,15 +4223,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4016
4223
|
default: boolean;
|
|
4017
4224
|
};
|
|
4018
4225
|
}>, {
|
|
4019
|
-
|
|
4226
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4020
4227
|
[x: string]: unknown;
|
|
4021
|
-
}
|
|
4022
|
-
icon: import("vue").ComputedRef<string>;
|
|
4228
|
+
}>;
|
|
4229
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4023
4230
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4024
4231
|
name: {
|
|
4025
4232
|
type: StringConstructor;
|
|
4026
4233
|
required: true;
|
|
4027
4234
|
};
|
|
4235
|
+
id: {
|
|
4236
|
+
type: StringConstructor;
|
|
4237
|
+
default: null;
|
|
4238
|
+
};
|
|
4028
4239
|
color: {
|
|
4029
4240
|
type: () => NeonFunctionalColor;
|
|
4030
4241
|
default: null;
|
|
@@ -4040,6 +4251,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4040
4251
|
}>> & Readonly<{}>, {
|
|
4041
4252
|
disabled: boolean;
|
|
4042
4253
|
color: NeonFunctionalColor;
|
|
4254
|
+
id: string;
|
|
4043
4255
|
inverse: boolean;
|
|
4044
4256
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4045
4257
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4285,6 +4497,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4285
4497
|
type: StringConstructor;
|
|
4286
4498
|
required: true;
|
|
4287
4499
|
};
|
|
4500
|
+
id: {
|
|
4501
|
+
type: StringConstructor;
|
|
4502
|
+
default: null;
|
|
4503
|
+
};
|
|
4288
4504
|
color: {
|
|
4289
4505
|
type: () => NeonFunctionalColor;
|
|
4290
4506
|
default: null;
|
|
@@ -4298,15 +4514,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4298
4514
|
default: boolean;
|
|
4299
4515
|
};
|
|
4300
4516
|
}>, {
|
|
4301
|
-
|
|
4517
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4302
4518
|
[x: string]: unknown;
|
|
4303
|
-
}
|
|
4304
|
-
icon: import("vue").ComputedRef<string>;
|
|
4519
|
+
}>;
|
|
4520
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4305
4521
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4306
4522
|
name: {
|
|
4307
4523
|
type: StringConstructor;
|
|
4308
4524
|
required: true;
|
|
4309
4525
|
};
|
|
4526
|
+
id: {
|
|
4527
|
+
type: StringConstructor;
|
|
4528
|
+
default: null;
|
|
4529
|
+
};
|
|
4310
4530
|
color: {
|
|
4311
4531
|
type: () => NeonFunctionalColor;
|
|
4312
4532
|
default: null;
|
|
@@ -4322,6 +4542,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4322
4542
|
}>> & Readonly<{}>, {
|
|
4323
4543
|
disabled: boolean;
|
|
4324
4544
|
color: NeonFunctionalColor;
|
|
4545
|
+
id: string;
|
|
4325
4546
|
inverse: boolean;
|
|
4326
4547
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4327
4548
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4381,6 +4602,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4381
4602
|
type: StringConstructor;
|
|
4382
4603
|
required: true;
|
|
4383
4604
|
};
|
|
4605
|
+
id: {
|
|
4606
|
+
type: StringConstructor;
|
|
4607
|
+
default: null;
|
|
4608
|
+
};
|
|
4384
4609
|
color: {
|
|
4385
4610
|
type: () => NeonFunctionalColor;
|
|
4386
4611
|
default: null;
|
|
@@ -4394,15 +4619,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4394
4619
|
default: boolean;
|
|
4395
4620
|
};
|
|
4396
4621
|
}>, {
|
|
4397
|
-
|
|
4622
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4398
4623
|
[x: string]: unknown;
|
|
4399
|
-
}
|
|
4400
|
-
icon: import("vue").ComputedRef<string>;
|
|
4624
|
+
}>;
|
|
4625
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4401
4626
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4402
4627
|
name: {
|
|
4403
4628
|
type: StringConstructor;
|
|
4404
4629
|
required: true;
|
|
4405
4630
|
};
|
|
4631
|
+
id: {
|
|
4632
|
+
type: StringConstructor;
|
|
4633
|
+
default: null;
|
|
4634
|
+
};
|
|
4406
4635
|
color: {
|
|
4407
4636
|
type: () => NeonFunctionalColor;
|
|
4408
4637
|
default: null;
|
|
@@ -4418,6 +4647,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4418
4647
|
}>> & Readonly<{}>, {
|
|
4419
4648
|
disabled: boolean;
|
|
4420
4649
|
color: NeonFunctionalColor;
|
|
4650
|
+
id: string;
|
|
4421
4651
|
inverse: boolean;
|
|
4422
4652
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4423
4653
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4998,7 +5228,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4998
5228
|
default: import("../../../neon").NeonInputMode;
|
|
4999
5229
|
};
|
|
5000
5230
|
autocomplete: {
|
|
5001
|
-
type:
|
|
5231
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5002
5232
|
default: string;
|
|
5003
5233
|
};
|
|
5004
5234
|
state: {
|
|
@@ -5041,6 +5271,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5041
5271
|
type: NumberConstructor;
|
|
5042
5272
|
default: null;
|
|
5043
5273
|
};
|
|
5274
|
+
maxlengthLabel: {
|
|
5275
|
+
type: StringConstructor;
|
|
5276
|
+
default: string;
|
|
5277
|
+
};
|
|
5044
5278
|
debounce: {
|
|
5045
5279
|
type: NumberConstructor;
|
|
5046
5280
|
default: undefined;
|
|
@@ -5060,12 +5294,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5060
5294
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5061
5295
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5062
5296
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5297
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5063
5298
|
focus: () => void;
|
|
5064
5299
|
click: () => void;
|
|
5065
5300
|
onFocus: () => void;
|
|
5066
5301
|
onBlur: () => void;
|
|
5067
5302
|
iconClicked: ($event: Event) => void;
|
|
5068
|
-
changeValue: (event:
|
|
5303
|
+
changeValue: (event: InputEvent) => void;
|
|
5069
5304
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5070
5305
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
5071
5306
|
disabled: boolean;
|
|
@@ -5080,19 +5315,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5080
5315
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5081
5316
|
modelValue: string;
|
|
5082
5317
|
state: import("../../../neon").NeonState;
|
|
5083
|
-
autocomplete:
|
|
5318
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5084
5319
|
rows: number;
|
|
5085
5320
|
iconReadonly: boolean;
|
|
5086
5321
|
hideIcon: boolean;
|
|
5087
5322
|
stateHighlight: boolean;
|
|
5088
5323
|
stateIcon: boolean;
|
|
5089
5324
|
maxlength: number;
|
|
5325
|
+
maxlengthLabel: string;
|
|
5090
5326
|
}, true, {}, {}, {
|
|
5091
5327
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5092
5328
|
name: {
|
|
5093
5329
|
type: StringConstructor;
|
|
5094
5330
|
required: true;
|
|
5095
5331
|
};
|
|
5332
|
+
id: {
|
|
5333
|
+
type: StringConstructor;
|
|
5334
|
+
default: null;
|
|
5335
|
+
};
|
|
5096
5336
|
color: {
|
|
5097
5337
|
type: () => NeonFunctionalColor;
|
|
5098
5338
|
default: null;
|
|
@@ -5106,15 +5346,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5106
5346
|
default: boolean;
|
|
5107
5347
|
};
|
|
5108
5348
|
}>, {
|
|
5109
|
-
|
|
5349
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
5110
5350
|
[x: string]: unknown;
|
|
5111
|
-
}
|
|
5112
|
-
icon: import("vue").ComputedRef<string>;
|
|
5351
|
+
}>;
|
|
5352
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
5113
5353
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5114
5354
|
name: {
|
|
5115
5355
|
type: StringConstructor;
|
|
5116
5356
|
required: true;
|
|
5117
5357
|
};
|
|
5358
|
+
id: {
|
|
5359
|
+
type: StringConstructor;
|
|
5360
|
+
default: null;
|
|
5361
|
+
};
|
|
5118
5362
|
color: {
|
|
5119
5363
|
type: () => NeonFunctionalColor;
|
|
5120
5364
|
default: null;
|
|
@@ -5130,6 +5374,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5130
5374
|
}>> & Readonly<{}>, {
|
|
5131
5375
|
disabled: boolean;
|
|
5132
5376
|
color: NeonFunctionalColor;
|
|
5377
|
+
id: string;
|
|
5133
5378
|
inverse: boolean;
|
|
5134
5379
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5135
5380
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5169,7 +5414,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5169
5414
|
default: import("../../../neon").NeonInputMode;
|
|
5170
5415
|
};
|
|
5171
5416
|
autocomplete: {
|
|
5172
|
-
type:
|
|
5417
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5173
5418
|
default: string;
|
|
5174
5419
|
};
|
|
5175
5420
|
state: {
|
|
@@ -5212,6 +5457,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5212
5457
|
type: NumberConstructor;
|
|
5213
5458
|
default: null;
|
|
5214
5459
|
};
|
|
5460
|
+
maxlengthLabel: {
|
|
5461
|
+
type: StringConstructor;
|
|
5462
|
+
default: string;
|
|
5463
|
+
};
|
|
5215
5464
|
debounce: {
|
|
5216
5465
|
type: NumberConstructor;
|
|
5217
5466
|
default: undefined;
|
|
@@ -5231,12 +5480,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5231
5480
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5232
5481
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5233
5482
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5483
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5234
5484
|
focus: () => void;
|
|
5235
5485
|
click: () => void;
|
|
5236
5486
|
onFocus: () => void;
|
|
5237
5487
|
onBlur: () => void;
|
|
5238
5488
|
iconClicked: ($event: Event) => void;
|
|
5239
|
-
changeValue: (event:
|
|
5489
|
+
changeValue: (event: InputEvent) => void;
|
|
5240
5490
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5241
5491
|
}, {}, {}, {}, {
|
|
5242
5492
|
disabled: boolean;
|
|
@@ -5251,13 +5501,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5251
5501
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5252
5502
|
modelValue: string;
|
|
5253
5503
|
state: import("../../../neon").NeonState;
|
|
5254
|
-
autocomplete:
|
|
5504
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5255
5505
|
rows: number;
|
|
5256
5506
|
iconReadonly: boolean;
|
|
5257
5507
|
hideIcon: boolean;
|
|
5258
5508
|
stateHighlight: boolean;
|
|
5259
5509
|
stateIcon: boolean;
|
|
5260
5510
|
maxlength: number;
|
|
5511
|
+
maxlengthLabel: string;
|
|
5261
5512
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5262
5513
|
id: {
|
|
5263
5514
|
type: StringConstructor;
|
|
@@ -5288,7 +5539,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5288
5539
|
default: import("../../../neon").NeonInputMode;
|
|
5289
5540
|
};
|
|
5290
5541
|
autocomplete: {
|
|
5291
|
-
type:
|
|
5542
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5292
5543
|
default: string;
|
|
5293
5544
|
};
|
|
5294
5545
|
state: {
|
|
@@ -5331,6 +5582,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5331
5582
|
type: NumberConstructor;
|
|
5332
5583
|
default: null;
|
|
5333
5584
|
};
|
|
5585
|
+
maxlengthLabel: {
|
|
5586
|
+
type: StringConstructor;
|
|
5587
|
+
default: string;
|
|
5588
|
+
};
|
|
5334
5589
|
debounce: {
|
|
5335
5590
|
type: NumberConstructor;
|
|
5336
5591
|
default: undefined;
|
|
@@ -5350,12 +5605,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5350
5605
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5351
5606
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5352
5607
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5608
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5353
5609
|
focus: () => void;
|
|
5354
5610
|
click: () => void;
|
|
5355
5611
|
onFocus: () => void;
|
|
5356
5612
|
onBlur: () => void;
|
|
5357
5613
|
iconClicked: ($event: Event) => void;
|
|
5358
|
-
changeValue: (event:
|
|
5614
|
+
changeValue: (event: InputEvent) => void;
|
|
5359
5615
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5360
5616
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
5361
5617
|
disabled: boolean;
|
|
@@ -5370,19 +5626,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5370
5626
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5371
5627
|
modelValue: string;
|
|
5372
5628
|
state: import("../../../neon").NeonState;
|
|
5373
|
-
autocomplete:
|
|
5629
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5374
5630
|
rows: number;
|
|
5375
5631
|
iconReadonly: boolean;
|
|
5376
5632
|
hideIcon: boolean;
|
|
5377
5633
|
stateHighlight: boolean;
|
|
5378
5634
|
stateIcon: boolean;
|
|
5379
5635
|
maxlength: number;
|
|
5636
|
+
maxlengthLabel: string;
|
|
5380
5637
|
}, true, {}, {}, {
|
|
5381
5638
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5382
5639
|
name: {
|
|
5383
5640
|
type: StringConstructor;
|
|
5384
5641
|
required: true;
|
|
5385
5642
|
};
|
|
5643
|
+
id: {
|
|
5644
|
+
type: StringConstructor;
|
|
5645
|
+
default: null;
|
|
5646
|
+
};
|
|
5386
5647
|
color: {
|
|
5387
5648
|
type: () => NeonFunctionalColor;
|
|
5388
5649
|
default: null;
|
|
@@ -5396,15 +5657,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5396
5657
|
default: boolean;
|
|
5397
5658
|
};
|
|
5398
5659
|
}>, {
|
|
5399
|
-
|
|
5660
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
5400
5661
|
[x: string]: unknown;
|
|
5401
|
-
}
|
|
5402
|
-
icon: import("vue").ComputedRef<string>;
|
|
5662
|
+
}>;
|
|
5663
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
5403
5664
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5404
5665
|
name: {
|
|
5405
5666
|
type: StringConstructor;
|
|
5406
5667
|
required: true;
|
|
5407
5668
|
};
|
|
5669
|
+
id: {
|
|
5670
|
+
type: StringConstructor;
|
|
5671
|
+
default: null;
|
|
5672
|
+
};
|
|
5408
5673
|
color: {
|
|
5409
5674
|
type: () => NeonFunctionalColor;
|
|
5410
5675
|
default: null;
|
|
@@ -5420,6 +5685,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5420
5685
|
}>> & Readonly<{}>, {
|
|
5421
5686
|
disabled: boolean;
|
|
5422
5687
|
color: NeonFunctionalColor;
|
|
5688
|
+
id: string;
|
|
5423
5689
|
inverse: boolean;
|
|
5424
5690
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5425
5691
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5459,7 +5725,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5459
5725
|
default: import("../../../neon").NeonInputMode;
|
|
5460
5726
|
};
|
|
5461
5727
|
autocomplete: {
|
|
5462
|
-
type:
|
|
5728
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5463
5729
|
default: string;
|
|
5464
5730
|
};
|
|
5465
5731
|
state: {
|
|
@@ -5502,6 +5768,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5502
5768
|
type: NumberConstructor;
|
|
5503
5769
|
default: null;
|
|
5504
5770
|
};
|
|
5771
|
+
maxlengthLabel: {
|
|
5772
|
+
type: StringConstructor;
|
|
5773
|
+
default: string;
|
|
5774
|
+
};
|
|
5505
5775
|
debounce: {
|
|
5506
5776
|
type: NumberConstructor;
|
|
5507
5777
|
default: undefined;
|
|
@@ -5521,12 +5791,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5521
5791
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5522
5792
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5523
5793
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5794
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5524
5795
|
focus: () => void;
|
|
5525
5796
|
click: () => void;
|
|
5526
5797
|
onFocus: () => void;
|
|
5527
5798
|
onBlur: () => void;
|
|
5528
5799
|
iconClicked: ($event: Event) => void;
|
|
5529
|
-
changeValue: (event:
|
|
5800
|
+
changeValue: (event: InputEvent) => void;
|
|
5530
5801
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5531
5802
|
}, {}, {}, {}, {
|
|
5532
5803
|
disabled: boolean;
|
|
@@ -5541,13 +5812,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5541
5812
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5542
5813
|
modelValue: string;
|
|
5543
5814
|
state: import("../../../neon").NeonState;
|
|
5544
|
-
autocomplete:
|
|
5815
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5545
5816
|
rows: number;
|
|
5546
5817
|
iconReadonly: boolean;
|
|
5547
5818
|
hideIcon: boolean;
|
|
5548
5819
|
stateHighlight: boolean;
|
|
5549
5820
|
stateIcon: boolean;
|
|
5550
5821
|
maxlength: number;
|
|
5822
|
+
maxlengthLabel: string;
|
|
5551
5823
|
}> | null>;
|
|
5552
5824
|
files: import("vue").Ref<{
|
|
5553
5825
|
readonly lastModified: number;
|
|
@@ -5889,6 +6161,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5889
6161
|
type: StringConstructor;
|
|
5890
6162
|
required: true;
|
|
5891
6163
|
};
|
|
6164
|
+
id: {
|
|
6165
|
+
type: StringConstructor;
|
|
6166
|
+
default: null;
|
|
6167
|
+
};
|
|
5892
6168
|
color: {
|
|
5893
6169
|
type: () => NeonFunctionalColor;
|
|
5894
6170
|
default: null;
|
|
@@ -5902,15 +6178,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5902
6178
|
default: boolean;
|
|
5903
6179
|
};
|
|
5904
6180
|
}>, {
|
|
5905
|
-
|
|
6181
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
5906
6182
|
[x: string]: unknown;
|
|
5907
|
-
}
|
|
5908
|
-
icon: import("vue").ComputedRef<string>;
|
|
6183
|
+
}>;
|
|
6184
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
5909
6185
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5910
6186
|
name: {
|
|
5911
6187
|
type: StringConstructor;
|
|
5912
6188
|
required: true;
|
|
5913
6189
|
};
|
|
6190
|
+
id: {
|
|
6191
|
+
type: StringConstructor;
|
|
6192
|
+
default: null;
|
|
6193
|
+
};
|
|
5914
6194
|
color: {
|
|
5915
6195
|
type: () => NeonFunctionalColor;
|
|
5916
6196
|
default: null;
|
|
@@ -5926,6 +6206,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5926
6206
|
}>> & Readonly<{}>, {
|
|
5927
6207
|
disabled: boolean;
|
|
5928
6208
|
color: NeonFunctionalColor;
|
|
6209
|
+
id: string;
|
|
5929
6210
|
inverse: boolean;
|
|
5930
6211
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5931
6212
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -5985,6 +6266,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5985
6266
|
type: StringConstructor;
|
|
5986
6267
|
required: true;
|
|
5987
6268
|
};
|
|
6269
|
+
id: {
|
|
6270
|
+
type: StringConstructor;
|
|
6271
|
+
default: null;
|
|
6272
|
+
};
|
|
5988
6273
|
color: {
|
|
5989
6274
|
type: () => NeonFunctionalColor;
|
|
5990
6275
|
default: null;
|
|
@@ -5998,15 +6283,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5998
6283
|
default: boolean;
|
|
5999
6284
|
};
|
|
6000
6285
|
}>, {
|
|
6001
|
-
|
|
6286
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6002
6287
|
[x: string]: unknown;
|
|
6003
|
-
}
|
|
6004
|
-
icon: import("vue").ComputedRef<string>;
|
|
6288
|
+
}>;
|
|
6289
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6005
6290
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6006
6291
|
name: {
|
|
6007
6292
|
type: StringConstructor;
|
|
6008
6293
|
required: true;
|
|
6009
6294
|
};
|
|
6295
|
+
id: {
|
|
6296
|
+
type: StringConstructor;
|
|
6297
|
+
default: null;
|
|
6298
|
+
};
|
|
6010
6299
|
color: {
|
|
6011
6300
|
type: () => NeonFunctionalColor;
|
|
6012
6301
|
default: null;
|
|
@@ -6022,6 +6311,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6022
6311
|
}>> & Readonly<{}>, {
|
|
6023
6312
|
disabled: boolean;
|
|
6024
6313
|
color: NeonFunctionalColor;
|
|
6314
|
+
id: string;
|
|
6025
6315
|
inverse: boolean;
|
|
6026
6316
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6027
6317
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6056,7 +6346,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6056
6346
|
default: import("../../../neon").NeonInputMode;
|
|
6057
6347
|
};
|
|
6058
6348
|
autocomplete: {
|
|
6059
|
-
type:
|
|
6349
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
6060
6350
|
default: string;
|
|
6061
6351
|
};
|
|
6062
6352
|
state: {
|
|
@@ -6099,6 +6389,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6099
6389
|
type: NumberConstructor;
|
|
6100
6390
|
default: null;
|
|
6101
6391
|
};
|
|
6392
|
+
maxlengthLabel: {
|
|
6393
|
+
type: StringConstructor;
|
|
6394
|
+
default: string;
|
|
6395
|
+
};
|
|
6102
6396
|
debounce: {
|
|
6103
6397
|
type: NumberConstructor;
|
|
6104
6398
|
default: undefined;
|
|
@@ -6113,12 +6407,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6113
6407
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
6114
6408
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
6115
6409
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
6410
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
6116
6411
|
focus: () => void;
|
|
6117
6412
|
click: () => void;
|
|
6118
6413
|
onFocus: () => void;
|
|
6119
6414
|
onBlur: () => void;
|
|
6120
6415
|
iconClicked: ($event: Event) => void;
|
|
6121
|
-
changeValue: (event:
|
|
6416
|
+
changeValue: (event: InputEvent) => void;
|
|
6122
6417
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
6123
6418
|
}, {}, {}, {}, 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<{
|
|
6124
6419
|
id: {
|
|
@@ -6150,7 +6445,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6150
6445
|
default: import("../../../neon").NeonInputMode;
|
|
6151
6446
|
};
|
|
6152
6447
|
autocomplete: {
|
|
6153
|
-
type:
|
|
6448
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
6154
6449
|
default: string;
|
|
6155
6450
|
};
|
|
6156
6451
|
state: {
|
|
@@ -6193,6 +6488,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6193
6488
|
type: NumberConstructor;
|
|
6194
6489
|
default: null;
|
|
6195
6490
|
};
|
|
6491
|
+
maxlengthLabel: {
|
|
6492
|
+
type: StringConstructor;
|
|
6493
|
+
default: string;
|
|
6494
|
+
};
|
|
6196
6495
|
debounce: {
|
|
6197
6496
|
type: NumberConstructor;
|
|
6198
6497
|
default: undefined;
|
|
@@ -6215,19 +6514,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6215
6514
|
inputmode: import("../../../neon").NeonInputMode;
|
|
6216
6515
|
modelValue: string;
|
|
6217
6516
|
state: import("../../../neon").NeonState;
|
|
6218
|
-
autocomplete:
|
|
6517
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
6219
6518
|
rows: number;
|
|
6220
6519
|
iconReadonly: boolean;
|
|
6221
6520
|
hideIcon: boolean;
|
|
6222
6521
|
stateHighlight: boolean;
|
|
6223
6522
|
stateIcon: boolean;
|
|
6224
6523
|
maxlength: number;
|
|
6524
|
+
maxlengthLabel: string;
|
|
6225
6525
|
}, {}, {
|
|
6226
6526
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6227
6527
|
name: {
|
|
6228
6528
|
type: StringConstructor;
|
|
6229
6529
|
required: true;
|
|
6230
6530
|
};
|
|
6531
|
+
id: {
|
|
6532
|
+
type: StringConstructor;
|
|
6533
|
+
default: null;
|
|
6534
|
+
};
|
|
6231
6535
|
color: {
|
|
6232
6536
|
type: () => NeonFunctionalColor;
|
|
6233
6537
|
default: null;
|
|
@@ -6241,15 +6545,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6241
6545
|
default: boolean;
|
|
6242
6546
|
};
|
|
6243
6547
|
}>, {
|
|
6244
|
-
|
|
6548
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6245
6549
|
[x: string]: unknown;
|
|
6246
|
-
}
|
|
6247
|
-
icon: import("vue").ComputedRef<string>;
|
|
6550
|
+
}>;
|
|
6551
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6248
6552
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6249
6553
|
name: {
|
|
6250
6554
|
type: StringConstructor;
|
|
6251
6555
|
required: true;
|
|
6252
6556
|
};
|
|
6557
|
+
id: {
|
|
6558
|
+
type: StringConstructor;
|
|
6559
|
+
default: null;
|
|
6560
|
+
};
|
|
6253
6561
|
color: {
|
|
6254
6562
|
type: () => NeonFunctionalColor;
|
|
6255
6563
|
default: null;
|
|
@@ -6265,6 +6573,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6265
6573
|
}>> & Readonly<{}>, {
|
|
6266
6574
|
disabled: boolean;
|
|
6267
6575
|
color: NeonFunctionalColor;
|
|
6576
|
+
id: string;
|
|
6268
6577
|
inverse: boolean;
|
|
6269
6578
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6270
6579
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6321,6 +6630,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6321
6630
|
type: StringConstructor;
|
|
6322
6631
|
required: true;
|
|
6323
6632
|
};
|
|
6633
|
+
id: {
|
|
6634
|
+
type: StringConstructor;
|
|
6635
|
+
default: null;
|
|
6636
|
+
};
|
|
6324
6637
|
color: {
|
|
6325
6638
|
type: () => NeonFunctionalColor;
|
|
6326
6639
|
default: null;
|
|
@@ -6334,15 +6647,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6334
6647
|
default: boolean;
|
|
6335
6648
|
};
|
|
6336
6649
|
}>, {
|
|
6337
|
-
|
|
6650
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6338
6651
|
[x: string]: unknown;
|
|
6339
|
-
}
|
|
6340
|
-
icon: import("vue").ComputedRef<string>;
|
|
6652
|
+
}>;
|
|
6653
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6341
6654
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6342
6655
|
name: {
|
|
6343
6656
|
type: StringConstructor;
|
|
6344
6657
|
required: true;
|
|
6345
6658
|
};
|
|
6659
|
+
id: {
|
|
6660
|
+
type: StringConstructor;
|
|
6661
|
+
default: null;
|
|
6662
|
+
};
|
|
6346
6663
|
color: {
|
|
6347
6664
|
type: () => NeonFunctionalColor;
|
|
6348
6665
|
default: null;
|
|
@@ -6358,6 +6675,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6358
6675
|
}>> & Readonly<{}>, {
|
|
6359
6676
|
disabled: boolean;
|
|
6360
6677
|
color: NeonFunctionalColor;
|
|
6678
|
+
id: string;
|
|
6361
6679
|
inverse: boolean;
|
|
6362
6680
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6363
6681
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6367,6 +6685,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6367
6685
|
type: StringConstructor;
|
|
6368
6686
|
required: true;
|
|
6369
6687
|
};
|
|
6688
|
+
id: {
|
|
6689
|
+
type: StringConstructor;
|
|
6690
|
+
default: null;
|
|
6691
|
+
};
|
|
6370
6692
|
color: {
|
|
6371
6693
|
type: () => NeonFunctionalColor;
|
|
6372
6694
|
default: null;
|
|
@@ -6380,15 +6702,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6380
6702
|
default: boolean;
|
|
6381
6703
|
};
|
|
6382
6704
|
}>, {
|
|
6383
|
-
|
|
6705
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6384
6706
|
[x: string]: unknown;
|
|
6385
|
-
}
|
|
6386
|
-
icon: import("vue").ComputedRef<string>;
|
|
6707
|
+
}>;
|
|
6708
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6387
6709
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6388
6710
|
name: {
|
|
6389
6711
|
type: StringConstructor;
|
|
6390
6712
|
required: true;
|
|
6391
6713
|
};
|
|
6714
|
+
id: {
|
|
6715
|
+
type: StringConstructor;
|
|
6716
|
+
default: null;
|
|
6717
|
+
};
|
|
6392
6718
|
color: {
|
|
6393
6719
|
type: () => NeonFunctionalColor;
|
|
6394
6720
|
default: null;
|
|
@@ -6404,6 +6730,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6404
6730
|
}>> & Readonly<{}>, {
|
|
6405
6731
|
disabled: boolean;
|
|
6406
6732
|
color: NeonFunctionalColor;
|
|
6733
|
+
id: string;
|
|
6407
6734
|
inverse: boolean;
|
|
6408
6735
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6409
6736
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6649,6 +6976,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6649
6976
|
type: StringConstructor;
|
|
6650
6977
|
required: true;
|
|
6651
6978
|
};
|
|
6979
|
+
id: {
|
|
6980
|
+
type: StringConstructor;
|
|
6981
|
+
default: null;
|
|
6982
|
+
};
|
|
6652
6983
|
color: {
|
|
6653
6984
|
type: () => NeonFunctionalColor;
|
|
6654
6985
|
default: null;
|
|
@@ -6662,15 +6993,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6662
6993
|
default: boolean;
|
|
6663
6994
|
};
|
|
6664
6995
|
}>, {
|
|
6665
|
-
|
|
6996
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6666
6997
|
[x: string]: unknown;
|
|
6667
|
-
}
|
|
6668
|
-
icon: import("vue").ComputedRef<string>;
|
|
6998
|
+
}>;
|
|
6999
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6669
7000
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6670
7001
|
name: {
|
|
6671
7002
|
type: StringConstructor;
|
|
6672
7003
|
required: true;
|
|
6673
7004
|
};
|
|
7005
|
+
id: {
|
|
7006
|
+
type: StringConstructor;
|
|
7007
|
+
default: null;
|
|
7008
|
+
};
|
|
6674
7009
|
color: {
|
|
6675
7010
|
type: () => NeonFunctionalColor;
|
|
6676
7011
|
default: null;
|
|
@@ -6686,6 +7021,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6686
7021
|
}>> & Readonly<{}>, {
|
|
6687
7022
|
disabled: boolean;
|
|
6688
7023
|
color: NeonFunctionalColor;
|
|
7024
|
+
id: string;
|
|
6689
7025
|
inverse: boolean;
|
|
6690
7026
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6691
7027
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6745,6 +7081,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6745
7081
|
type: StringConstructor;
|
|
6746
7082
|
required: true;
|
|
6747
7083
|
};
|
|
7084
|
+
id: {
|
|
7085
|
+
type: StringConstructor;
|
|
7086
|
+
default: null;
|
|
7087
|
+
};
|
|
6748
7088
|
color: {
|
|
6749
7089
|
type: () => NeonFunctionalColor;
|
|
6750
7090
|
default: null;
|
|
@@ -6758,15 +7098,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6758
7098
|
default: boolean;
|
|
6759
7099
|
};
|
|
6760
7100
|
}>, {
|
|
6761
|
-
|
|
7101
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6762
7102
|
[x: string]: unknown;
|
|
6763
|
-
}
|
|
6764
|
-
icon: import("vue").ComputedRef<string>;
|
|
7103
|
+
}>;
|
|
7104
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6765
7105
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6766
7106
|
name: {
|
|
6767
7107
|
type: StringConstructor;
|
|
6768
7108
|
required: true;
|
|
6769
7109
|
};
|
|
7110
|
+
id: {
|
|
7111
|
+
type: StringConstructor;
|
|
7112
|
+
default: null;
|
|
7113
|
+
};
|
|
6770
7114
|
color: {
|
|
6771
7115
|
type: () => NeonFunctionalColor;
|
|
6772
7116
|
default: null;
|
|
@@ -6782,6 +7126,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6782
7126
|
}>> & Readonly<{}>, {
|
|
6783
7127
|
disabled: boolean;
|
|
6784
7128
|
color: NeonFunctionalColor;
|
|
7129
|
+
id: string;
|
|
6785
7130
|
inverse: boolean;
|
|
6786
7131
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6787
7132
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6832,6 +7177,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6832
7177
|
type: StringConstructor;
|
|
6833
7178
|
required: true;
|
|
6834
7179
|
};
|
|
7180
|
+
id: {
|
|
7181
|
+
type: StringConstructor;
|
|
7182
|
+
default: null;
|
|
7183
|
+
};
|
|
6835
7184
|
color: {
|
|
6836
7185
|
type: () => NeonFunctionalColor;
|
|
6837
7186
|
default: null;
|
|
@@ -6845,15 +7194,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6845
7194
|
default: boolean;
|
|
6846
7195
|
};
|
|
6847
7196
|
}>, {
|
|
6848
|
-
|
|
7197
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6849
7198
|
[x: string]: unknown;
|
|
6850
|
-
}
|
|
6851
|
-
icon: import("vue").ComputedRef<string>;
|
|
7199
|
+
}>;
|
|
7200
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6852
7201
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6853
7202
|
name: {
|
|
6854
7203
|
type: StringConstructor;
|
|
6855
7204
|
required: true;
|
|
6856
7205
|
};
|
|
7206
|
+
id: {
|
|
7207
|
+
type: StringConstructor;
|
|
7208
|
+
default: null;
|
|
7209
|
+
};
|
|
6857
7210
|
color: {
|
|
6858
7211
|
type: () => NeonFunctionalColor;
|
|
6859
7212
|
default: null;
|
|
@@ -6869,6 +7222,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6869
7222
|
}>> & Readonly<{}>, {
|
|
6870
7223
|
disabled: boolean;
|
|
6871
7224
|
color: NeonFunctionalColor;
|
|
7225
|
+
id: string;
|
|
6872
7226
|
inverse: boolean;
|
|
6873
7227
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6874
7228
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6928,6 +7282,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6928
7282
|
type: StringConstructor;
|
|
6929
7283
|
required: true;
|
|
6930
7284
|
};
|
|
7285
|
+
id: {
|
|
7286
|
+
type: StringConstructor;
|
|
7287
|
+
default: null;
|
|
7288
|
+
};
|
|
6931
7289
|
color: {
|
|
6932
7290
|
type: () => NeonFunctionalColor;
|
|
6933
7291
|
default: null;
|
|
@@ -6941,15 +7299,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6941
7299
|
default: boolean;
|
|
6942
7300
|
};
|
|
6943
7301
|
}>, {
|
|
6944
|
-
|
|
7302
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6945
7303
|
[x: string]: unknown;
|
|
6946
|
-
}
|
|
6947
|
-
icon: import("vue").ComputedRef<string>;
|
|
7304
|
+
}>;
|
|
7305
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6948
7306
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6949
7307
|
name: {
|
|
6950
7308
|
type: StringConstructor;
|
|
6951
7309
|
required: true;
|
|
6952
7310
|
};
|
|
7311
|
+
id: {
|
|
7312
|
+
type: StringConstructor;
|
|
7313
|
+
default: null;
|
|
7314
|
+
};
|
|
6953
7315
|
color: {
|
|
6954
7316
|
type: () => NeonFunctionalColor;
|
|
6955
7317
|
default: null;
|
|
@@ -6965,6 +7327,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6965
7327
|
}>> & Readonly<{}>, {
|
|
6966
7328
|
disabled: boolean;
|
|
6967
7329
|
color: NeonFunctionalColor;
|
|
7330
|
+
id: string;
|
|
6968
7331
|
inverse: boolean;
|
|
6969
7332
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6970
7333
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7026,6 +7389,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7026
7389
|
type: StringConstructor;
|
|
7027
7390
|
required: true;
|
|
7028
7391
|
};
|
|
7392
|
+
id: {
|
|
7393
|
+
type: StringConstructor;
|
|
7394
|
+
default: null;
|
|
7395
|
+
};
|
|
7029
7396
|
color: {
|
|
7030
7397
|
type: () => NeonFunctionalColor;
|
|
7031
7398
|
default: null;
|
|
@@ -7039,15 +7406,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7039
7406
|
default: boolean;
|
|
7040
7407
|
};
|
|
7041
7408
|
}>, {
|
|
7042
|
-
|
|
7409
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7043
7410
|
[x: string]: unknown;
|
|
7044
|
-
}
|
|
7045
|
-
icon: import("vue").ComputedRef<string>;
|
|
7411
|
+
}>;
|
|
7412
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7046
7413
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7047
7414
|
name: {
|
|
7048
7415
|
type: StringConstructor;
|
|
7049
7416
|
required: true;
|
|
7050
7417
|
};
|
|
7418
|
+
id: {
|
|
7419
|
+
type: StringConstructor;
|
|
7420
|
+
default: null;
|
|
7421
|
+
};
|
|
7051
7422
|
color: {
|
|
7052
7423
|
type: () => NeonFunctionalColor;
|
|
7053
7424
|
default: null;
|
|
@@ -7063,6 +7434,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7063
7434
|
}>> & Readonly<{}>, {
|
|
7064
7435
|
disabled: boolean;
|
|
7065
7436
|
color: NeonFunctionalColor;
|
|
7437
|
+
id: string;
|
|
7066
7438
|
inverse: boolean;
|
|
7067
7439
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7068
7440
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7071,6 +7443,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7071
7443
|
type: StringConstructor;
|
|
7072
7444
|
required: true;
|
|
7073
7445
|
};
|
|
7446
|
+
id: {
|
|
7447
|
+
type: StringConstructor;
|
|
7448
|
+
default: null;
|
|
7449
|
+
};
|
|
7074
7450
|
color: {
|
|
7075
7451
|
type: () => NeonFunctionalColor;
|
|
7076
7452
|
default: null;
|
|
@@ -7084,15 +7460,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7084
7460
|
default: boolean;
|
|
7085
7461
|
};
|
|
7086
7462
|
}>, {
|
|
7087
|
-
|
|
7463
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7088
7464
|
[x: string]: unknown;
|
|
7089
|
-
}
|
|
7090
|
-
icon: import("vue").ComputedRef<string>;
|
|
7465
|
+
}>;
|
|
7466
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7091
7467
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7092
7468
|
name: {
|
|
7093
7469
|
type: StringConstructor;
|
|
7094
7470
|
required: true;
|
|
7095
7471
|
};
|
|
7472
|
+
id: {
|
|
7473
|
+
type: StringConstructor;
|
|
7474
|
+
default: null;
|
|
7475
|
+
};
|
|
7096
7476
|
color: {
|
|
7097
7477
|
type: () => NeonFunctionalColor;
|
|
7098
7478
|
default: null;
|
|
@@ -7108,6 +7488,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7108
7488
|
}>> & Readonly<{}>, {
|
|
7109
7489
|
disabled: boolean;
|
|
7110
7490
|
color: NeonFunctionalColor;
|
|
7491
|
+
id: string;
|
|
7111
7492
|
inverse: boolean;
|
|
7112
7493
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7113
7494
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|