@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
|
@@ -384,7 +384,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
384
384
|
default: import("../../../neon").NeonInputMode;
|
|
385
385
|
};
|
|
386
386
|
autocomplete: {
|
|
387
|
-
type:
|
|
387
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
388
388
|
default: string;
|
|
389
389
|
};
|
|
390
390
|
state: {
|
|
@@ -427,6 +427,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
427
427
|
type: NumberConstructor;
|
|
428
428
|
default: null;
|
|
429
429
|
};
|
|
430
|
+
maxlengthLabel: {
|
|
431
|
+
type: StringConstructor;
|
|
432
|
+
default: string;
|
|
433
|
+
};
|
|
430
434
|
debounce: {
|
|
431
435
|
type: NumberConstructor;
|
|
432
436
|
default: undefined;
|
|
@@ -446,12 +450,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
446
450
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
447
451
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
448
452
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
453
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
449
454
|
focus: () => void;
|
|
450
455
|
click: () => void;
|
|
451
456
|
onFocus: () => void;
|
|
452
457
|
onBlur: () => void;
|
|
453
458
|
iconClicked: ($event: Event) => void;
|
|
454
|
-
changeValue: (event:
|
|
459
|
+
changeValue: (event: InputEvent) => void;
|
|
455
460
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
456
461
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
457
462
|
disabled: boolean;
|
|
@@ -466,21 +471,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
466
471
|
inputmode: import("../../../neon").NeonInputMode;
|
|
467
472
|
modelValue: string;
|
|
468
473
|
state: import("../../../neon").NeonState;
|
|
469
|
-
autocomplete:
|
|
474
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
470
475
|
rows: number;
|
|
471
476
|
iconReadonly: boolean;
|
|
472
477
|
hideIcon: boolean;
|
|
473
478
|
stateHighlight: boolean;
|
|
474
479
|
stateIcon: boolean;
|
|
475
480
|
maxlength: number;
|
|
481
|
+
maxlengthLabel: string;
|
|
476
482
|
}, true, {}, {}, {
|
|
477
483
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
478
484
|
name: {
|
|
479
485
|
type: StringConstructor;
|
|
480
486
|
required: true;
|
|
481
487
|
};
|
|
488
|
+
id: {
|
|
489
|
+
type: StringConstructor;
|
|
490
|
+
default: null;
|
|
491
|
+
};
|
|
482
492
|
color: {
|
|
483
|
-
type: () => NeonFunctionalColor;
|
|
493
|
+
type: () => NeonFunctionalColor; /**
|
|
494
|
+
* Instead of opening on click (default), open on hover.
|
|
495
|
+
*/
|
|
484
496
|
default: null;
|
|
485
497
|
};
|
|
486
498
|
inverse: {
|
|
@@ -492,17 +504,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
492
504
|
default: boolean;
|
|
493
505
|
};
|
|
494
506
|
}>, {
|
|
495
|
-
|
|
507
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
496
508
|
[x: string]: unknown;
|
|
497
|
-
}
|
|
498
|
-
icon: import("vue").ComputedRef<string>;
|
|
509
|
+
}>;
|
|
510
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
499
511
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
500
512
|
name: {
|
|
501
513
|
type: StringConstructor;
|
|
502
514
|
required: true;
|
|
503
515
|
};
|
|
516
|
+
id: {
|
|
517
|
+
type: StringConstructor;
|
|
518
|
+
default: null;
|
|
519
|
+
};
|
|
504
520
|
color: {
|
|
505
|
-
type: () => NeonFunctionalColor;
|
|
521
|
+
type: () => NeonFunctionalColor; /**
|
|
522
|
+
* Instead of opening on click (default), open on hover.
|
|
523
|
+
*/
|
|
506
524
|
default: null;
|
|
507
525
|
};
|
|
508
526
|
inverse: {
|
|
@@ -516,6 +534,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
516
534
|
}>> & Readonly<{}>, {
|
|
517
535
|
disabled: boolean;
|
|
518
536
|
color: NeonFunctionalColor;
|
|
537
|
+
id: string;
|
|
519
538
|
inverse: boolean;
|
|
520
539
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
521
540
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -557,7 +576,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
557
576
|
default: import("../../../neon").NeonInputMode;
|
|
558
577
|
};
|
|
559
578
|
autocomplete: {
|
|
560
|
-
type:
|
|
579
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
561
580
|
default: string;
|
|
562
581
|
};
|
|
563
582
|
state: {
|
|
@@ -600,6 +619,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
600
619
|
type: NumberConstructor;
|
|
601
620
|
default: null;
|
|
602
621
|
};
|
|
622
|
+
maxlengthLabel: {
|
|
623
|
+
type: StringConstructor;
|
|
624
|
+
default: string;
|
|
625
|
+
};
|
|
603
626
|
debounce: {
|
|
604
627
|
type: NumberConstructor;
|
|
605
628
|
default: undefined;
|
|
@@ -619,12 +642,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
619
642
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
620
643
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
621
644
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
645
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
622
646
|
focus: () => void;
|
|
623
647
|
click: () => void;
|
|
624
648
|
onFocus: () => void;
|
|
625
649
|
onBlur: () => void;
|
|
626
650
|
iconClicked: ($event: Event) => void;
|
|
627
|
-
changeValue: (event:
|
|
651
|
+
changeValue: (event: InputEvent) => void;
|
|
628
652
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
629
653
|
}, {}, {}, {}, {
|
|
630
654
|
disabled: boolean;
|
|
@@ -639,13 +663,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
639
663
|
inputmode: import("../../../neon").NeonInputMode;
|
|
640
664
|
modelValue: string;
|
|
641
665
|
state: import("../../../neon").NeonState;
|
|
642
|
-
autocomplete:
|
|
666
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
643
667
|
rows: number;
|
|
644
668
|
iconReadonly: boolean;
|
|
645
669
|
hideIcon: boolean;
|
|
646
670
|
stateHighlight: boolean;
|
|
647
671
|
stateIcon: boolean;
|
|
648
672
|
maxlength: number;
|
|
673
|
+
maxlengthLabel: string;
|
|
649
674
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
650
675
|
id: {
|
|
651
676
|
type: StringConstructor;
|
|
@@ -678,7 +703,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
678
703
|
default: import("../../../neon").NeonInputMode;
|
|
679
704
|
};
|
|
680
705
|
autocomplete: {
|
|
681
|
-
type:
|
|
706
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
682
707
|
default: string;
|
|
683
708
|
};
|
|
684
709
|
state: {
|
|
@@ -721,6 +746,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
721
746
|
type: NumberConstructor;
|
|
722
747
|
default: null;
|
|
723
748
|
};
|
|
749
|
+
maxlengthLabel: {
|
|
750
|
+
type: StringConstructor;
|
|
751
|
+
default: string;
|
|
752
|
+
};
|
|
724
753
|
debounce: {
|
|
725
754
|
type: NumberConstructor;
|
|
726
755
|
default: undefined;
|
|
@@ -740,12 +769,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
740
769
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
741
770
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
742
771
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
772
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
743
773
|
focus: () => void;
|
|
744
774
|
click: () => void;
|
|
745
775
|
onFocus: () => void;
|
|
746
776
|
onBlur: () => void;
|
|
747
777
|
iconClicked: ($event: Event) => void;
|
|
748
|
-
changeValue: (event:
|
|
778
|
+
changeValue: (event: InputEvent) => void;
|
|
749
779
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
750
780
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
751
781
|
disabled: boolean;
|
|
@@ -760,21 +790,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
760
790
|
inputmode: import("../../../neon").NeonInputMode;
|
|
761
791
|
modelValue: string;
|
|
762
792
|
state: import("../../../neon").NeonState;
|
|
763
|
-
autocomplete:
|
|
793
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
764
794
|
rows: number;
|
|
765
795
|
iconReadonly: boolean;
|
|
766
796
|
hideIcon: boolean;
|
|
767
797
|
stateHighlight: boolean;
|
|
768
798
|
stateIcon: boolean;
|
|
769
799
|
maxlength: number;
|
|
800
|
+
maxlengthLabel: string;
|
|
770
801
|
}, true, {}, {}, {
|
|
771
802
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
772
803
|
name: {
|
|
773
804
|
type: StringConstructor;
|
|
774
805
|
required: true;
|
|
775
806
|
};
|
|
807
|
+
id: {
|
|
808
|
+
type: StringConstructor;
|
|
809
|
+
default: null;
|
|
810
|
+
};
|
|
776
811
|
color: {
|
|
777
|
-
type: () => NeonFunctionalColor;
|
|
812
|
+
type: () => NeonFunctionalColor; /**
|
|
813
|
+
* Instead of opening on click (default), open on hover.
|
|
814
|
+
*/
|
|
778
815
|
default: null;
|
|
779
816
|
};
|
|
780
817
|
inverse: {
|
|
@@ -786,17 +823,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
786
823
|
default: boolean;
|
|
787
824
|
};
|
|
788
825
|
}>, {
|
|
789
|
-
|
|
826
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
790
827
|
[x: string]: unknown;
|
|
791
|
-
}
|
|
792
|
-
icon: import("vue").ComputedRef<string>;
|
|
828
|
+
}>;
|
|
829
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
793
830
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
794
831
|
name: {
|
|
795
832
|
type: StringConstructor;
|
|
796
833
|
required: true;
|
|
797
834
|
};
|
|
835
|
+
id: {
|
|
836
|
+
type: StringConstructor;
|
|
837
|
+
default: null;
|
|
838
|
+
};
|
|
798
839
|
color: {
|
|
799
|
-
type: () => NeonFunctionalColor;
|
|
840
|
+
type: () => NeonFunctionalColor; /**
|
|
841
|
+
* Instead of opening on click (default), open on hover.
|
|
842
|
+
*/
|
|
800
843
|
default: null;
|
|
801
844
|
};
|
|
802
845
|
inverse: {
|
|
@@ -810,6 +853,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
810
853
|
}>> & Readonly<{}>, {
|
|
811
854
|
disabled: boolean;
|
|
812
855
|
color: NeonFunctionalColor;
|
|
856
|
+
id: string;
|
|
813
857
|
inverse: boolean;
|
|
814
858
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
815
859
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -851,7 +895,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
851
895
|
default: import("../../../neon").NeonInputMode;
|
|
852
896
|
};
|
|
853
897
|
autocomplete: {
|
|
854
|
-
type:
|
|
898
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
855
899
|
default: string;
|
|
856
900
|
};
|
|
857
901
|
state: {
|
|
@@ -894,6 +938,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
894
938
|
type: NumberConstructor;
|
|
895
939
|
default: null;
|
|
896
940
|
};
|
|
941
|
+
maxlengthLabel: {
|
|
942
|
+
type: StringConstructor;
|
|
943
|
+
default: string;
|
|
944
|
+
};
|
|
897
945
|
debounce: {
|
|
898
946
|
type: NumberConstructor;
|
|
899
947
|
default: undefined;
|
|
@@ -913,12 +961,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
913
961
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
914
962
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
915
963
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
964
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
916
965
|
focus: () => void;
|
|
917
966
|
click: () => void;
|
|
918
967
|
onFocus: () => void;
|
|
919
968
|
onBlur: () => void;
|
|
920
969
|
iconClicked: ($event: Event) => void;
|
|
921
|
-
changeValue: (event:
|
|
970
|
+
changeValue: (event: InputEvent) => void;
|
|
922
971
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
923
972
|
}, {}, {}, {}, {
|
|
924
973
|
disabled: boolean;
|
|
@@ -933,13 +982,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
933
982
|
inputmode: import("../../../neon").NeonInputMode;
|
|
934
983
|
modelValue: string;
|
|
935
984
|
state: import("../../../neon").NeonState;
|
|
936
|
-
autocomplete:
|
|
985
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
937
986
|
rows: number;
|
|
938
987
|
iconReadonly: boolean;
|
|
939
988
|
hideIcon: boolean;
|
|
940
989
|
stateHighlight: boolean;
|
|
941
990
|
stateIcon: boolean;
|
|
942
991
|
maxlength: number;
|
|
992
|
+
maxlengthLabel: string;
|
|
943
993
|
}> | null>;
|
|
944
994
|
files: import("vue").Ref<{
|
|
945
995
|
readonly lastModified: number;
|
|
@@ -1293,8 +1343,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1293
1343
|
type: StringConstructor;
|
|
1294
1344
|
required: true;
|
|
1295
1345
|
};
|
|
1346
|
+
id: {
|
|
1347
|
+
type: StringConstructor;
|
|
1348
|
+
default: null;
|
|
1349
|
+
};
|
|
1296
1350
|
color: {
|
|
1297
|
-
type: () => NeonFunctionalColor;
|
|
1351
|
+
type: () => NeonFunctionalColor; /**
|
|
1352
|
+
* Instead of opening on click (default), open on hover.
|
|
1353
|
+
*/
|
|
1298
1354
|
default: null;
|
|
1299
1355
|
};
|
|
1300
1356
|
inverse: {
|
|
@@ -1306,17 +1362,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1306
1362
|
default: boolean;
|
|
1307
1363
|
};
|
|
1308
1364
|
}>, {
|
|
1309
|
-
|
|
1365
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1310
1366
|
[x: string]: unknown;
|
|
1311
|
-
}
|
|
1312
|
-
icon: import("vue").ComputedRef<string>;
|
|
1367
|
+
}>;
|
|
1368
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1313
1369
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1314
1370
|
name: {
|
|
1315
1371
|
type: StringConstructor;
|
|
1316
1372
|
required: true;
|
|
1317
1373
|
};
|
|
1374
|
+
id: {
|
|
1375
|
+
type: StringConstructor;
|
|
1376
|
+
default: null;
|
|
1377
|
+
};
|
|
1318
1378
|
color: {
|
|
1319
|
-
type: () => NeonFunctionalColor;
|
|
1379
|
+
type: () => NeonFunctionalColor; /**
|
|
1380
|
+
* Instead of opening on click (default), open on hover.
|
|
1381
|
+
*/
|
|
1320
1382
|
default: null;
|
|
1321
1383
|
};
|
|
1322
1384
|
inverse: {
|
|
@@ -1330,6 +1392,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1330
1392
|
}>> & Readonly<{}>, {
|
|
1331
1393
|
disabled: boolean;
|
|
1332
1394
|
color: NeonFunctionalColor;
|
|
1395
|
+
id: string;
|
|
1333
1396
|
inverse: boolean;
|
|
1334
1397
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1335
1398
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1389,8 +1452,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1389
1452
|
type: StringConstructor;
|
|
1390
1453
|
required: true;
|
|
1391
1454
|
};
|
|
1455
|
+
id: {
|
|
1456
|
+
type: StringConstructor;
|
|
1457
|
+
default: null;
|
|
1458
|
+
};
|
|
1392
1459
|
color: {
|
|
1393
|
-
type: () => NeonFunctionalColor;
|
|
1460
|
+
type: () => NeonFunctionalColor; /**
|
|
1461
|
+
* Instead of opening on click (default), open on hover.
|
|
1462
|
+
*/
|
|
1394
1463
|
default: null;
|
|
1395
1464
|
};
|
|
1396
1465
|
inverse: {
|
|
@@ -1402,17 +1471,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1402
1471
|
default: boolean;
|
|
1403
1472
|
};
|
|
1404
1473
|
}>, {
|
|
1405
|
-
|
|
1474
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1406
1475
|
[x: string]: unknown;
|
|
1407
|
-
}
|
|
1408
|
-
icon: import("vue").ComputedRef<string>;
|
|
1476
|
+
}>;
|
|
1477
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1409
1478
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1410
1479
|
name: {
|
|
1411
1480
|
type: StringConstructor;
|
|
1412
1481
|
required: true;
|
|
1413
1482
|
};
|
|
1483
|
+
id: {
|
|
1484
|
+
type: StringConstructor;
|
|
1485
|
+
default: null;
|
|
1486
|
+
};
|
|
1414
1487
|
color: {
|
|
1415
|
-
type: () => NeonFunctionalColor;
|
|
1488
|
+
type: () => NeonFunctionalColor; /**
|
|
1489
|
+
* Instead of opening on click (default), open on hover.
|
|
1490
|
+
*/
|
|
1416
1491
|
default: null;
|
|
1417
1492
|
};
|
|
1418
1493
|
inverse: {
|
|
@@ -1426,6 +1501,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1426
1501
|
}>> & Readonly<{}>, {
|
|
1427
1502
|
disabled: boolean;
|
|
1428
1503
|
color: NeonFunctionalColor;
|
|
1504
|
+
id: string;
|
|
1429
1505
|
inverse: boolean;
|
|
1430
1506
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1431
1507
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1462,7 +1538,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1462
1538
|
default: import("../../../neon").NeonInputMode;
|
|
1463
1539
|
};
|
|
1464
1540
|
autocomplete: {
|
|
1465
|
-
type:
|
|
1541
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1466
1542
|
default: string;
|
|
1467
1543
|
};
|
|
1468
1544
|
state: {
|
|
@@ -1505,6 +1581,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1505
1581
|
type: NumberConstructor;
|
|
1506
1582
|
default: null;
|
|
1507
1583
|
};
|
|
1584
|
+
maxlengthLabel: {
|
|
1585
|
+
type: StringConstructor;
|
|
1586
|
+
default: string;
|
|
1587
|
+
};
|
|
1508
1588
|
debounce: {
|
|
1509
1589
|
type: NumberConstructor;
|
|
1510
1590
|
default: undefined;
|
|
@@ -1519,12 +1599,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1519
1599
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
1520
1600
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
1521
1601
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
1602
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
1522
1603
|
focus: () => void;
|
|
1523
1604
|
click: () => void;
|
|
1524
1605
|
onFocus: () => void;
|
|
1525
1606
|
onBlur: () => void;
|
|
1526
1607
|
iconClicked: ($event: Event) => void;
|
|
1527
|
-
changeValue: (event:
|
|
1608
|
+
changeValue: (event: InputEvent) => void;
|
|
1528
1609
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1529
1610
|
}, {}, {}, {}, 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<{
|
|
1530
1611
|
id: {
|
|
@@ -1558,7 +1639,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1558
1639
|
default: import("../../../neon").NeonInputMode;
|
|
1559
1640
|
};
|
|
1560
1641
|
autocomplete: {
|
|
1561
|
-
type:
|
|
1642
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1562
1643
|
default: string;
|
|
1563
1644
|
};
|
|
1564
1645
|
state: {
|
|
@@ -1601,6 +1682,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1601
1682
|
type: NumberConstructor;
|
|
1602
1683
|
default: null;
|
|
1603
1684
|
};
|
|
1685
|
+
maxlengthLabel: {
|
|
1686
|
+
type: StringConstructor;
|
|
1687
|
+
default: string;
|
|
1688
|
+
};
|
|
1604
1689
|
debounce: {
|
|
1605
1690
|
type: NumberConstructor;
|
|
1606
1691
|
default: undefined;
|
|
@@ -1623,21 +1708,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1623
1708
|
inputmode: import("../../../neon").NeonInputMode;
|
|
1624
1709
|
modelValue: string;
|
|
1625
1710
|
state: import("../../../neon").NeonState;
|
|
1626
|
-
autocomplete:
|
|
1711
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
1627
1712
|
rows: number;
|
|
1628
1713
|
iconReadonly: boolean;
|
|
1629
1714
|
hideIcon: boolean;
|
|
1630
1715
|
stateHighlight: boolean;
|
|
1631
1716
|
stateIcon: boolean;
|
|
1632
1717
|
maxlength: number;
|
|
1718
|
+
maxlengthLabel: string;
|
|
1633
1719
|
}, {}, {
|
|
1634
1720
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1635
1721
|
name: {
|
|
1636
1722
|
type: StringConstructor;
|
|
1637
1723
|
required: true;
|
|
1638
1724
|
};
|
|
1725
|
+
id: {
|
|
1726
|
+
type: StringConstructor;
|
|
1727
|
+
default: null;
|
|
1728
|
+
};
|
|
1639
1729
|
color: {
|
|
1640
|
-
type: () => NeonFunctionalColor;
|
|
1730
|
+
type: () => NeonFunctionalColor; /**
|
|
1731
|
+
* Instead of opening on click (default), open on hover.
|
|
1732
|
+
*/
|
|
1641
1733
|
default: null;
|
|
1642
1734
|
};
|
|
1643
1735
|
inverse: {
|
|
@@ -1649,17 +1741,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1649
1741
|
default: boolean;
|
|
1650
1742
|
};
|
|
1651
1743
|
}>, {
|
|
1652
|
-
|
|
1744
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1653
1745
|
[x: string]: unknown;
|
|
1654
|
-
}
|
|
1655
|
-
icon: import("vue").ComputedRef<string>;
|
|
1746
|
+
}>;
|
|
1747
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1656
1748
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1657
1749
|
name: {
|
|
1658
1750
|
type: StringConstructor;
|
|
1659
1751
|
required: true;
|
|
1660
1752
|
};
|
|
1753
|
+
id: {
|
|
1754
|
+
type: StringConstructor;
|
|
1755
|
+
default: null;
|
|
1756
|
+
};
|
|
1661
1757
|
color: {
|
|
1662
|
-
type: () => NeonFunctionalColor;
|
|
1758
|
+
type: () => NeonFunctionalColor; /**
|
|
1759
|
+
* Instead of opening on click (default), open on hover.
|
|
1760
|
+
*/
|
|
1663
1761
|
default: null;
|
|
1664
1762
|
};
|
|
1665
1763
|
inverse: {
|
|
@@ -1673,6 +1771,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1673
1771
|
}>> & Readonly<{}>, {
|
|
1674
1772
|
disabled: boolean;
|
|
1675
1773
|
color: NeonFunctionalColor;
|
|
1774
|
+
id: string;
|
|
1676
1775
|
inverse: boolean;
|
|
1677
1776
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1678
1777
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1725,8 +1824,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1725
1824
|
type: StringConstructor;
|
|
1726
1825
|
required: true;
|
|
1727
1826
|
};
|
|
1827
|
+
id: {
|
|
1828
|
+
type: StringConstructor;
|
|
1829
|
+
default: null;
|
|
1830
|
+
};
|
|
1728
1831
|
color: {
|
|
1729
|
-
type: () => NeonFunctionalColor;
|
|
1832
|
+
type: () => NeonFunctionalColor; /**
|
|
1833
|
+
* Instead of opening on click (default), open on hover.
|
|
1834
|
+
*/
|
|
1730
1835
|
default: null;
|
|
1731
1836
|
};
|
|
1732
1837
|
inverse: {
|
|
@@ -1738,17 +1843,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1738
1843
|
default: boolean;
|
|
1739
1844
|
};
|
|
1740
1845
|
}>, {
|
|
1741
|
-
|
|
1846
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1742
1847
|
[x: string]: unknown;
|
|
1743
|
-
}
|
|
1744
|
-
icon: import("vue").ComputedRef<string>;
|
|
1848
|
+
}>;
|
|
1849
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1745
1850
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1746
1851
|
name: {
|
|
1747
1852
|
type: StringConstructor;
|
|
1748
1853
|
required: true;
|
|
1749
1854
|
};
|
|
1855
|
+
id: {
|
|
1856
|
+
type: StringConstructor;
|
|
1857
|
+
default: null;
|
|
1858
|
+
};
|
|
1750
1859
|
color: {
|
|
1751
|
-
type: () => NeonFunctionalColor;
|
|
1860
|
+
type: () => NeonFunctionalColor; /**
|
|
1861
|
+
* Instead of opening on click (default), open on hover.
|
|
1862
|
+
*/
|
|
1752
1863
|
default: null;
|
|
1753
1864
|
};
|
|
1754
1865
|
inverse: {
|
|
@@ -1762,6 +1873,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1762
1873
|
}>> & Readonly<{}>, {
|
|
1763
1874
|
disabled: boolean;
|
|
1764
1875
|
color: NeonFunctionalColor;
|
|
1876
|
+
id: string;
|
|
1765
1877
|
inverse: boolean;
|
|
1766
1878
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1767
1879
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1771,8 +1883,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1771
1883
|
type: StringConstructor;
|
|
1772
1884
|
required: true;
|
|
1773
1885
|
};
|
|
1886
|
+
id: {
|
|
1887
|
+
type: StringConstructor;
|
|
1888
|
+
default: null;
|
|
1889
|
+
};
|
|
1774
1890
|
color: {
|
|
1775
|
-
type: () => NeonFunctionalColor;
|
|
1891
|
+
type: () => NeonFunctionalColor; /**
|
|
1892
|
+
* Instead of opening on click (default), open on hover.
|
|
1893
|
+
*/
|
|
1776
1894
|
default: null;
|
|
1777
1895
|
};
|
|
1778
1896
|
inverse: {
|
|
@@ -1784,17 +1902,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1784
1902
|
default: boolean;
|
|
1785
1903
|
};
|
|
1786
1904
|
}>, {
|
|
1787
|
-
|
|
1905
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1788
1906
|
[x: string]: unknown;
|
|
1789
|
-
}
|
|
1790
|
-
icon: import("vue").ComputedRef<string>;
|
|
1907
|
+
}>;
|
|
1908
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1791
1909
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1792
1910
|
name: {
|
|
1793
1911
|
type: StringConstructor;
|
|
1794
1912
|
required: true;
|
|
1795
1913
|
};
|
|
1914
|
+
id: {
|
|
1915
|
+
type: StringConstructor;
|
|
1916
|
+
default: null;
|
|
1917
|
+
};
|
|
1796
1918
|
color: {
|
|
1797
|
-
type: () => NeonFunctionalColor;
|
|
1919
|
+
type: () => NeonFunctionalColor; /**
|
|
1920
|
+
* Instead of opening on click (default), open on hover.
|
|
1921
|
+
*/
|
|
1798
1922
|
default: null;
|
|
1799
1923
|
};
|
|
1800
1924
|
inverse: {
|
|
@@ -1808,6 +1932,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1808
1932
|
}>> & Readonly<{}>, {
|
|
1809
1933
|
disabled: boolean;
|
|
1810
1934
|
color: NeonFunctionalColor;
|
|
1935
|
+
id: string;
|
|
1811
1936
|
inverse: boolean;
|
|
1812
1937
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1813
1938
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2061,8 +2186,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2061
2186
|
type: StringConstructor;
|
|
2062
2187
|
required: true;
|
|
2063
2188
|
};
|
|
2189
|
+
id: {
|
|
2190
|
+
type: StringConstructor;
|
|
2191
|
+
default: null;
|
|
2192
|
+
};
|
|
2064
2193
|
color: {
|
|
2065
|
-
type: () => NeonFunctionalColor;
|
|
2194
|
+
type: () => NeonFunctionalColor; /**
|
|
2195
|
+
* Instead of opening on click (default), open on hover.
|
|
2196
|
+
*/
|
|
2066
2197
|
default: null;
|
|
2067
2198
|
};
|
|
2068
2199
|
inverse: {
|
|
@@ -2074,17 +2205,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2074
2205
|
default: boolean;
|
|
2075
2206
|
};
|
|
2076
2207
|
}>, {
|
|
2077
|
-
|
|
2208
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2078
2209
|
[x: string]: unknown;
|
|
2079
|
-
}
|
|
2080
|
-
icon: import("vue").ComputedRef<string>;
|
|
2210
|
+
}>;
|
|
2211
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2081
2212
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2082
2213
|
name: {
|
|
2083
2214
|
type: StringConstructor;
|
|
2084
2215
|
required: true;
|
|
2085
2216
|
};
|
|
2217
|
+
id: {
|
|
2218
|
+
type: StringConstructor;
|
|
2219
|
+
default: null;
|
|
2220
|
+
};
|
|
2086
2221
|
color: {
|
|
2087
|
-
type: () => NeonFunctionalColor;
|
|
2222
|
+
type: () => NeonFunctionalColor; /**
|
|
2223
|
+
* Instead of opening on click (default), open on hover.
|
|
2224
|
+
*/
|
|
2088
2225
|
default: null;
|
|
2089
2226
|
};
|
|
2090
2227
|
inverse: {
|
|
@@ -2098,6 +2235,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2098
2235
|
}>> & Readonly<{}>, {
|
|
2099
2236
|
disabled: boolean;
|
|
2100
2237
|
color: NeonFunctionalColor;
|
|
2238
|
+
id: string;
|
|
2101
2239
|
inverse: boolean;
|
|
2102
2240
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2103
2241
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2157,8 +2295,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2157
2295
|
type: StringConstructor;
|
|
2158
2296
|
required: true;
|
|
2159
2297
|
};
|
|
2298
|
+
id: {
|
|
2299
|
+
type: StringConstructor;
|
|
2300
|
+
default: null;
|
|
2301
|
+
};
|
|
2160
2302
|
color: {
|
|
2161
|
-
type: () => NeonFunctionalColor;
|
|
2303
|
+
type: () => NeonFunctionalColor; /**
|
|
2304
|
+
* Instead of opening on click (default), open on hover.
|
|
2305
|
+
*/
|
|
2162
2306
|
default: null;
|
|
2163
2307
|
};
|
|
2164
2308
|
inverse: {
|
|
@@ -2170,17 +2314,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2170
2314
|
default: boolean;
|
|
2171
2315
|
};
|
|
2172
2316
|
}>, {
|
|
2173
|
-
|
|
2317
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2174
2318
|
[x: string]: unknown;
|
|
2175
|
-
}
|
|
2176
|
-
icon: import("vue").ComputedRef<string>;
|
|
2319
|
+
}>;
|
|
2320
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2177
2321
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2178
2322
|
name: {
|
|
2179
2323
|
type: StringConstructor;
|
|
2180
2324
|
required: true;
|
|
2181
2325
|
};
|
|
2326
|
+
id: {
|
|
2327
|
+
type: StringConstructor;
|
|
2328
|
+
default: null;
|
|
2329
|
+
};
|
|
2182
2330
|
color: {
|
|
2183
|
-
type: () => NeonFunctionalColor;
|
|
2331
|
+
type: () => NeonFunctionalColor; /**
|
|
2332
|
+
* Instead of opening on click (default), open on hover.
|
|
2333
|
+
*/
|
|
2184
2334
|
default: null;
|
|
2185
2335
|
};
|
|
2186
2336
|
inverse: {
|
|
@@ -2194,6 +2344,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2194
2344
|
}>> & Readonly<{}>, {
|
|
2195
2345
|
disabled: boolean;
|
|
2196
2346
|
color: NeonFunctionalColor;
|
|
2347
|
+
id: string;
|
|
2197
2348
|
inverse: boolean;
|
|
2198
2349
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2199
2350
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2687,7 +2838,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2687
2838
|
default: import("../../../neon").NeonInputMode;
|
|
2688
2839
|
};
|
|
2689
2840
|
autocomplete: {
|
|
2690
|
-
type:
|
|
2841
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
2691
2842
|
default: string;
|
|
2692
2843
|
};
|
|
2693
2844
|
state: {
|
|
@@ -2730,6 +2881,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2730
2881
|
type: NumberConstructor;
|
|
2731
2882
|
default: null;
|
|
2732
2883
|
};
|
|
2884
|
+
maxlengthLabel: {
|
|
2885
|
+
type: StringConstructor;
|
|
2886
|
+
default: string;
|
|
2887
|
+
};
|
|
2733
2888
|
debounce: {
|
|
2734
2889
|
type: NumberConstructor;
|
|
2735
2890
|
default: undefined;
|
|
@@ -2749,12 +2904,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2749
2904
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
2750
2905
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
2751
2906
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
2907
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
2752
2908
|
focus: () => void;
|
|
2753
2909
|
click: () => void;
|
|
2754
2910
|
onFocus: () => void;
|
|
2755
2911
|
onBlur: () => void;
|
|
2756
2912
|
iconClicked: ($event: Event) => void;
|
|
2757
|
-
changeValue: (event:
|
|
2913
|
+
changeValue: (event: InputEvent) => void;
|
|
2758
2914
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2759
2915
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
2760
2916
|
disabled: boolean;
|
|
@@ -2769,21 +2925,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2769
2925
|
inputmode: import("../../../neon").NeonInputMode;
|
|
2770
2926
|
modelValue: string;
|
|
2771
2927
|
state: import("../../../neon").NeonState;
|
|
2772
|
-
autocomplete:
|
|
2928
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
2773
2929
|
rows: number;
|
|
2774
2930
|
iconReadonly: boolean;
|
|
2775
2931
|
hideIcon: boolean;
|
|
2776
2932
|
stateHighlight: boolean;
|
|
2777
2933
|
stateIcon: boolean;
|
|
2778
2934
|
maxlength: number;
|
|
2935
|
+
maxlengthLabel: string;
|
|
2779
2936
|
}, true, {}, {}, {
|
|
2780
2937
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2781
2938
|
name: {
|
|
2782
2939
|
type: StringConstructor;
|
|
2783
2940
|
required: true;
|
|
2784
2941
|
};
|
|
2942
|
+
id: {
|
|
2943
|
+
type: StringConstructor;
|
|
2944
|
+
default: null;
|
|
2945
|
+
};
|
|
2785
2946
|
color: {
|
|
2786
|
-
type: () => NeonFunctionalColor;
|
|
2947
|
+
type: () => NeonFunctionalColor; /**
|
|
2948
|
+
* Instead of opening on click (default), open on hover.
|
|
2949
|
+
*/
|
|
2787
2950
|
default: null;
|
|
2788
2951
|
};
|
|
2789
2952
|
inverse: {
|
|
@@ -2795,17 +2958,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2795
2958
|
default: boolean;
|
|
2796
2959
|
};
|
|
2797
2960
|
}>, {
|
|
2798
|
-
|
|
2961
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2799
2962
|
[x: string]: unknown;
|
|
2800
|
-
}
|
|
2801
|
-
icon: import("vue").ComputedRef<string>;
|
|
2963
|
+
}>;
|
|
2964
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2802
2965
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2803
2966
|
name: {
|
|
2804
2967
|
type: StringConstructor;
|
|
2805
2968
|
required: true;
|
|
2806
2969
|
};
|
|
2970
|
+
id: {
|
|
2971
|
+
type: StringConstructor;
|
|
2972
|
+
default: null;
|
|
2973
|
+
};
|
|
2807
2974
|
color: {
|
|
2808
|
-
type: () => NeonFunctionalColor;
|
|
2975
|
+
type: () => NeonFunctionalColor; /**
|
|
2976
|
+
* Instead of opening on click (default), open on hover.
|
|
2977
|
+
*/
|
|
2809
2978
|
default: null;
|
|
2810
2979
|
};
|
|
2811
2980
|
inverse: {
|
|
@@ -2819,6 +2988,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2819
2988
|
}>> & Readonly<{}>, {
|
|
2820
2989
|
disabled: boolean;
|
|
2821
2990
|
color: NeonFunctionalColor;
|
|
2991
|
+
id: string;
|
|
2822
2992
|
inverse: boolean;
|
|
2823
2993
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2824
2994
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2860,7 +3030,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2860
3030
|
default: import("../../../neon").NeonInputMode;
|
|
2861
3031
|
};
|
|
2862
3032
|
autocomplete: {
|
|
2863
|
-
type:
|
|
3033
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
2864
3034
|
default: string;
|
|
2865
3035
|
};
|
|
2866
3036
|
state: {
|
|
@@ -2903,6 +3073,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2903
3073
|
type: NumberConstructor;
|
|
2904
3074
|
default: null;
|
|
2905
3075
|
};
|
|
3076
|
+
maxlengthLabel: {
|
|
3077
|
+
type: StringConstructor;
|
|
3078
|
+
default: string;
|
|
3079
|
+
};
|
|
2906
3080
|
debounce: {
|
|
2907
3081
|
type: NumberConstructor;
|
|
2908
3082
|
default: undefined;
|
|
@@ -2922,12 +3096,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2922
3096
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
2923
3097
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
2924
3098
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3099
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
2925
3100
|
focus: () => void;
|
|
2926
3101
|
click: () => void;
|
|
2927
3102
|
onFocus: () => void;
|
|
2928
3103
|
onBlur: () => void;
|
|
2929
3104
|
iconClicked: ($event: Event) => void;
|
|
2930
|
-
changeValue: (event:
|
|
3105
|
+
changeValue: (event: InputEvent) => void;
|
|
2931
3106
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2932
3107
|
}, {}, {}, {}, {
|
|
2933
3108
|
disabled: boolean;
|
|
@@ -2942,13 +3117,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2942
3117
|
inputmode: import("../../../neon").NeonInputMode;
|
|
2943
3118
|
modelValue: string;
|
|
2944
3119
|
state: import("../../../neon").NeonState;
|
|
2945
|
-
autocomplete:
|
|
3120
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
2946
3121
|
rows: number;
|
|
2947
3122
|
iconReadonly: boolean;
|
|
2948
3123
|
hideIcon: boolean;
|
|
2949
3124
|
stateHighlight: boolean;
|
|
2950
3125
|
stateIcon: boolean;
|
|
2951
3126
|
maxlength: number;
|
|
3127
|
+
maxlengthLabel: string;
|
|
2952
3128
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2953
3129
|
id: {
|
|
2954
3130
|
type: StringConstructor;
|
|
@@ -2981,7 +3157,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2981
3157
|
default: import("../../../neon").NeonInputMode;
|
|
2982
3158
|
};
|
|
2983
3159
|
autocomplete: {
|
|
2984
|
-
type:
|
|
3160
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
2985
3161
|
default: string;
|
|
2986
3162
|
};
|
|
2987
3163
|
state: {
|
|
@@ -3024,6 +3200,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3024
3200
|
type: NumberConstructor;
|
|
3025
3201
|
default: null;
|
|
3026
3202
|
};
|
|
3203
|
+
maxlengthLabel: {
|
|
3204
|
+
type: StringConstructor;
|
|
3205
|
+
default: string;
|
|
3206
|
+
};
|
|
3027
3207
|
debounce: {
|
|
3028
3208
|
type: NumberConstructor;
|
|
3029
3209
|
default: undefined;
|
|
@@ -3043,12 +3223,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3043
3223
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3044
3224
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3045
3225
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3226
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3046
3227
|
focus: () => void;
|
|
3047
3228
|
click: () => void;
|
|
3048
3229
|
onFocus: () => void;
|
|
3049
3230
|
onBlur: () => void;
|
|
3050
3231
|
iconClicked: ($event: Event) => void;
|
|
3051
|
-
changeValue: (event:
|
|
3232
|
+
changeValue: (event: InputEvent) => void;
|
|
3052
3233
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3053
3234
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
3054
3235
|
disabled: boolean;
|
|
@@ -3063,21 +3244,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3063
3244
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3064
3245
|
modelValue: string;
|
|
3065
3246
|
state: import("../../../neon").NeonState;
|
|
3066
|
-
autocomplete:
|
|
3247
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3067
3248
|
rows: number;
|
|
3068
3249
|
iconReadonly: boolean;
|
|
3069
3250
|
hideIcon: boolean;
|
|
3070
3251
|
stateHighlight: boolean;
|
|
3071
3252
|
stateIcon: boolean;
|
|
3072
3253
|
maxlength: number;
|
|
3254
|
+
maxlengthLabel: string;
|
|
3073
3255
|
}, true, {}, {}, {
|
|
3074
3256
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3075
3257
|
name: {
|
|
3076
3258
|
type: StringConstructor;
|
|
3077
3259
|
required: true;
|
|
3078
3260
|
};
|
|
3261
|
+
id: {
|
|
3262
|
+
type: StringConstructor;
|
|
3263
|
+
default: null;
|
|
3264
|
+
};
|
|
3079
3265
|
color: {
|
|
3080
|
-
type: () => NeonFunctionalColor;
|
|
3266
|
+
type: () => NeonFunctionalColor; /**
|
|
3267
|
+
* Instead of opening on click (default), open on hover.
|
|
3268
|
+
*/
|
|
3081
3269
|
default: null;
|
|
3082
3270
|
};
|
|
3083
3271
|
inverse: {
|
|
@@ -3089,17 +3277,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3089
3277
|
default: boolean;
|
|
3090
3278
|
};
|
|
3091
3279
|
}>, {
|
|
3092
|
-
|
|
3280
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3093
3281
|
[x: string]: unknown;
|
|
3094
|
-
}
|
|
3095
|
-
icon: import("vue").ComputedRef<string>;
|
|
3282
|
+
}>;
|
|
3283
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3096
3284
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3097
3285
|
name: {
|
|
3098
3286
|
type: StringConstructor;
|
|
3099
3287
|
required: true;
|
|
3100
3288
|
};
|
|
3289
|
+
id: {
|
|
3290
|
+
type: StringConstructor;
|
|
3291
|
+
default: null;
|
|
3292
|
+
};
|
|
3101
3293
|
color: {
|
|
3102
|
-
type: () => NeonFunctionalColor;
|
|
3294
|
+
type: () => NeonFunctionalColor; /**
|
|
3295
|
+
* Instead of opening on click (default), open on hover.
|
|
3296
|
+
*/
|
|
3103
3297
|
default: null;
|
|
3104
3298
|
};
|
|
3105
3299
|
inverse: {
|
|
@@ -3113,6 +3307,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3113
3307
|
}>> & Readonly<{}>, {
|
|
3114
3308
|
disabled: boolean;
|
|
3115
3309
|
color: NeonFunctionalColor;
|
|
3310
|
+
id: string;
|
|
3116
3311
|
inverse: boolean;
|
|
3117
3312
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3118
3313
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3154,7 +3349,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3154
3349
|
default: import("../../../neon").NeonInputMode;
|
|
3155
3350
|
};
|
|
3156
3351
|
autocomplete: {
|
|
3157
|
-
type:
|
|
3352
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3158
3353
|
default: string;
|
|
3159
3354
|
};
|
|
3160
3355
|
state: {
|
|
@@ -3197,6 +3392,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3197
3392
|
type: NumberConstructor;
|
|
3198
3393
|
default: null;
|
|
3199
3394
|
};
|
|
3395
|
+
maxlengthLabel: {
|
|
3396
|
+
type: StringConstructor;
|
|
3397
|
+
default: string;
|
|
3398
|
+
};
|
|
3200
3399
|
debounce: {
|
|
3201
3400
|
type: NumberConstructor;
|
|
3202
3401
|
default: undefined;
|
|
@@ -3216,12 +3415,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3216
3415
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3217
3416
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3218
3417
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3418
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3219
3419
|
focus: () => void;
|
|
3220
3420
|
click: () => void;
|
|
3221
3421
|
onFocus: () => void;
|
|
3222
3422
|
onBlur: () => void;
|
|
3223
3423
|
iconClicked: ($event: Event) => void;
|
|
3224
|
-
changeValue: (event:
|
|
3424
|
+
changeValue: (event: InputEvent) => void;
|
|
3225
3425
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3226
3426
|
}, {}, {}, {}, {
|
|
3227
3427
|
disabled: boolean;
|
|
@@ -3236,13 +3436,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3236
3436
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3237
3437
|
modelValue: string;
|
|
3238
3438
|
state: import("../../../neon").NeonState;
|
|
3239
|
-
autocomplete:
|
|
3439
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3240
3440
|
rows: number;
|
|
3241
3441
|
iconReadonly: boolean;
|
|
3242
3442
|
hideIcon: boolean;
|
|
3243
3443
|
stateHighlight: boolean;
|
|
3244
3444
|
stateIcon: boolean;
|
|
3245
3445
|
maxlength: number;
|
|
3446
|
+
maxlengthLabel: string;
|
|
3246
3447
|
}> | null>;
|
|
3247
3448
|
files: import("vue").Ref<{
|
|
3248
3449
|
readonly lastModified: number;
|
|
@@ -3596,8 +3797,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3596
3797
|
type: StringConstructor;
|
|
3597
3798
|
required: true;
|
|
3598
3799
|
};
|
|
3800
|
+
id: {
|
|
3801
|
+
type: StringConstructor;
|
|
3802
|
+
default: null;
|
|
3803
|
+
};
|
|
3599
3804
|
color: {
|
|
3600
|
-
type: () => NeonFunctionalColor;
|
|
3805
|
+
type: () => NeonFunctionalColor; /**
|
|
3806
|
+
* Instead of opening on click (default), open on hover.
|
|
3807
|
+
*/
|
|
3601
3808
|
default: null;
|
|
3602
3809
|
};
|
|
3603
3810
|
inverse: {
|
|
@@ -3609,17 +3816,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3609
3816
|
default: boolean;
|
|
3610
3817
|
};
|
|
3611
3818
|
}>, {
|
|
3612
|
-
|
|
3819
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3613
3820
|
[x: string]: unknown;
|
|
3614
|
-
}
|
|
3615
|
-
icon: import("vue").ComputedRef<string>;
|
|
3821
|
+
}>;
|
|
3822
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3616
3823
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3617
3824
|
name: {
|
|
3618
3825
|
type: StringConstructor;
|
|
3619
3826
|
required: true;
|
|
3620
3827
|
};
|
|
3828
|
+
id: {
|
|
3829
|
+
type: StringConstructor;
|
|
3830
|
+
default: null;
|
|
3831
|
+
};
|
|
3621
3832
|
color: {
|
|
3622
|
-
type: () => NeonFunctionalColor;
|
|
3833
|
+
type: () => NeonFunctionalColor; /**
|
|
3834
|
+
* Instead of opening on click (default), open on hover.
|
|
3835
|
+
*/
|
|
3623
3836
|
default: null;
|
|
3624
3837
|
};
|
|
3625
3838
|
inverse: {
|
|
@@ -3633,6 +3846,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3633
3846
|
}>> & Readonly<{}>, {
|
|
3634
3847
|
disabled: boolean;
|
|
3635
3848
|
color: NeonFunctionalColor;
|
|
3849
|
+
id: string;
|
|
3636
3850
|
inverse: boolean;
|
|
3637
3851
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3638
3852
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3692,8 +3906,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3692
3906
|
type: StringConstructor;
|
|
3693
3907
|
required: true;
|
|
3694
3908
|
};
|
|
3909
|
+
id: {
|
|
3910
|
+
type: StringConstructor;
|
|
3911
|
+
default: null;
|
|
3912
|
+
};
|
|
3695
3913
|
color: {
|
|
3696
|
-
type: () => NeonFunctionalColor;
|
|
3914
|
+
type: () => NeonFunctionalColor; /**
|
|
3915
|
+
* Instead of opening on click (default), open on hover.
|
|
3916
|
+
*/
|
|
3697
3917
|
default: null;
|
|
3698
3918
|
};
|
|
3699
3919
|
inverse: {
|
|
@@ -3705,17 +3925,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3705
3925
|
default: boolean;
|
|
3706
3926
|
};
|
|
3707
3927
|
}>, {
|
|
3708
|
-
|
|
3928
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3709
3929
|
[x: string]: unknown;
|
|
3710
|
-
}
|
|
3711
|
-
icon: import("vue").ComputedRef<string>;
|
|
3930
|
+
}>;
|
|
3931
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3712
3932
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3713
3933
|
name: {
|
|
3714
3934
|
type: StringConstructor;
|
|
3715
3935
|
required: true;
|
|
3716
3936
|
};
|
|
3937
|
+
id: {
|
|
3938
|
+
type: StringConstructor;
|
|
3939
|
+
default: null;
|
|
3940
|
+
};
|
|
3717
3941
|
color: {
|
|
3718
|
-
type: () => NeonFunctionalColor;
|
|
3942
|
+
type: () => NeonFunctionalColor; /**
|
|
3943
|
+
* Instead of opening on click (default), open on hover.
|
|
3944
|
+
*/
|
|
3719
3945
|
default: null;
|
|
3720
3946
|
};
|
|
3721
3947
|
inverse: {
|
|
@@ -3729,6 +3955,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3729
3955
|
}>> & Readonly<{}>, {
|
|
3730
3956
|
disabled: boolean;
|
|
3731
3957
|
color: NeonFunctionalColor;
|
|
3958
|
+
id: string;
|
|
3732
3959
|
inverse: boolean;
|
|
3733
3960
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3734
3961
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3765,7 +3992,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3765
3992
|
default: import("../../../neon").NeonInputMode;
|
|
3766
3993
|
};
|
|
3767
3994
|
autocomplete: {
|
|
3768
|
-
type:
|
|
3995
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3769
3996
|
default: string;
|
|
3770
3997
|
};
|
|
3771
3998
|
state: {
|
|
@@ -3808,6 +4035,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3808
4035
|
type: NumberConstructor;
|
|
3809
4036
|
default: null;
|
|
3810
4037
|
};
|
|
4038
|
+
maxlengthLabel: {
|
|
4039
|
+
type: StringConstructor;
|
|
4040
|
+
default: string;
|
|
4041
|
+
};
|
|
3811
4042
|
debounce: {
|
|
3812
4043
|
type: NumberConstructor;
|
|
3813
4044
|
default: undefined;
|
|
@@ -3822,12 +4053,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3822
4053
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3823
4054
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3824
4055
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
4056
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3825
4057
|
focus: () => void;
|
|
3826
4058
|
click: () => void;
|
|
3827
4059
|
onFocus: () => void;
|
|
3828
4060
|
onBlur: () => void;
|
|
3829
4061
|
iconClicked: ($event: Event) => void;
|
|
3830
|
-
changeValue: (event:
|
|
4062
|
+
changeValue: (event: InputEvent) => void;
|
|
3831
4063
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3832
4064
|
}, {}, {}, {}, 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<{
|
|
3833
4065
|
id: {
|
|
@@ -3861,7 +4093,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3861
4093
|
default: import("../../../neon").NeonInputMode;
|
|
3862
4094
|
};
|
|
3863
4095
|
autocomplete: {
|
|
3864
|
-
type:
|
|
4096
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3865
4097
|
default: string;
|
|
3866
4098
|
};
|
|
3867
4099
|
state: {
|
|
@@ -3904,6 +4136,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3904
4136
|
type: NumberConstructor;
|
|
3905
4137
|
default: null;
|
|
3906
4138
|
};
|
|
4139
|
+
maxlengthLabel: {
|
|
4140
|
+
type: StringConstructor;
|
|
4141
|
+
default: string;
|
|
4142
|
+
};
|
|
3907
4143
|
debounce: {
|
|
3908
4144
|
type: NumberConstructor;
|
|
3909
4145
|
default: undefined;
|
|
@@ -3926,21 +4162,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3926
4162
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3927
4163
|
modelValue: string;
|
|
3928
4164
|
state: import("../../../neon").NeonState;
|
|
3929
|
-
autocomplete:
|
|
4165
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3930
4166
|
rows: number;
|
|
3931
4167
|
iconReadonly: boolean;
|
|
3932
4168
|
hideIcon: boolean;
|
|
3933
4169
|
stateHighlight: boolean;
|
|
3934
4170
|
stateIcon: boolean;
|
|
3935
4171
|
maxlength: number;
|
|
4172
|
+
maxlengthLabel: string;
|
|
3936
4173
|
}, {}, {
|
|
3937
4174
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3938
4175
|
name: {
|
|
3939
4176
|
type: StringConstructor;
|
|
3940
4177
|
required: true;
|
|
3941
4178
|
};
|
|
4179
|
+
id: {
|
|
4180
|
+
type: StringConstructor;
|
|
4181
|
+
default: null;
|
|
4182
|
+
};
|
|
3942
4183
|
color: {
|
|
3943
|
-
type: () => NeonFunctionalColor;
|
|
4184
|
+
type: () => NeonFunctionalColor; /**
|
|
4185
|
+
* Instead of opening on click (default), open on hover.
|
|
4186
|
+
*/
|
|
3944
4187
|
default: null;
|
|
3945
4188
|
};
|
|
3946
4189
|
inverse: {
|
|
@@ -3952,17 +4195,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3952
4195
|
default: boolean;
|
|
3953
4196
|
};
|
|
3954
4197
|
}>, {
|
|
3955
|
-
|
|
4198
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3956
4199
|
[x: string]: unknown;
|
|
3957
|
-
}
|
|
3958
|
-
icon: import("vue").ComputedRef<string>;
|
|
4200
|
+
}>;
|
|
4201
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3959
4202
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3960
4203
|
name: {
|
|
3961
4204
|
type: StringConstructor;
|
|
3962
4205
|
required: true;
|
|
3963
4206
|
};
|
|
4207
|
+
id: {
|
|
4208
|
+
type: StringConstructor;
|
|
4209
|
+
default: null;
|
|
4210
|
+
};
|
|
3964
4211
|
color: {
|
|
3965
|
-
type: () => NeonFunctionalColor;
|
|
4212
|
+
type: () => NeonFunctionalColor; /**
|
|
4213
|
+
* Instead of opening on click (default), open on hover.
|
|
4214
|
+
*/
|
|
3966
4215
|
default: null;
|
|
3967
4216
|
};
|
|
3968
4217
|
inverse: {
|
|
@@ -3976,6 +4225,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3976
4225
|
}>> & Readonly<{}>, {
|
|
3977
4226
|
disabled: boolean;
|
|
3978
4227
|
color: NeonFunctionalColor;
|
|
4228
|
+
id: string;
|
|
3979
4229
|
inverse: boolean;
|
|
3980
4230
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3981
4231
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4028,8 +4278,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4028
4278
|
type: StringConstructor;
|
|
4029
4279
|
required: true;
|
|
4030
4280
|
};
|
|
4281
|
+
id: {
|
|
4282
|
+
type: StringConstructor;
|
|
4283
|
+
default: null;
|
|
4284
|
+
};
|
|
4031
4285
|
color: {
|
|
4032
|
-
type: () => NeonFunctionalColor;
|
|
4286
|
+
type: () => NeonFunctionalColor; /**
|
|
4287
|
+
* Instead of opening on click (default), open on hover.
|
|
4288
|
+
*/
|
|
4033
4289
|
default: null;
|
|
4034
4290
|
};
|
|
4035
4291
|
inverse: {
|
|
@@ -4041,17 +4297,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4041
4297
|
default: boolean;
|
|
4042
4298
|
};
|
|
4043
4299
|
}>, {
|
|
4044
|
-
|
|
4300
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4045
4301
|
[x: string]: unknown;
|
|
4046
|
-
}
|
|
4047
|
-
icon: import("vue").ComputedRef<string>;
|
|
4302
|
+
}>;
|
|
4303
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4048
4304
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4049
4305
|
name: {
|
|
4050
4306
|
type: StringConstructor;
|
|
4051
4307
|
required: true;
|
|
4052
4308
|
};
|
|
4309
|
+
id: {
|
|
4310
|
+
type: StringConstructor;
|
|
4311
|
+
default: null;
|
|
4312
|
+
};
|
|
4053
4313
|
color: {
|
|
4054
|
-
type: () => NeonFunctionalColor;
|
|
4314
|
+
type: () => NeonFunctionalColor; /**
|
|
4315
|
+
* Instead of opening on click (default), open on hover.
|
|
4316
|
+
*/
|
|
4055
4317
|
default: null;
|
|
4056
4318
|
};
|
|
4057
4319
|
inverse: {
|
|
@@ -4065,6 +4327,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4065
4327
|
}>> & Readonly<{}>, {
|
|
4066
4328
|
disabled: boolean;
|
|
4067
4329
|
color: NeonFunctionalColor;
|
|
4330
|
+
id: string;
|
|
4068
4331
|
inverse: boolean;
|
|
4069
4332
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4070
4333
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4074,8 +4337,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4074
4337
|
type: StringConstructor;
|
|
4075
4338
|
required: true;
|
|
4076
4339
|
};
|
|
4340
|
+
id: {
|
|
4341
|
+
type: StringConstructor;
|
|
4342
|
+
default: null;
|
|
4343
|
+
};
|
|
4077
4344
|
color: {
|
|
4078
|
-
type: () => NeonFunctionalColor;
|
|
4345
|
+
type: () => NeonFunctionalColor; /**
|
|
4346
|
+
* Instead of opening on click (default), open on hover.
|
|
4347
|
+
*/
|
|
4079
4348
|
default: null;
|
|
4080
4349
|
};
|
|
4081
4350
|
inverse: {
|
|
@@ -4087,17 +4356,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4087
4356
|
default: boolean;
|
|
4088
4357
|
};
|
|
4089
4358
|
}>, {
|
|
4090
|
-
|
|
4359
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4091
4360
|
[x: string]: unknown;
|
|
4092
|
-
}
|
|
4093
|
-
icon: import("vue").ComputedRef<string>;
|
|
4361
|
+
}>;
|
|
4362
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4094
4363
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4095
4364
|
name: {
|
|
4096
4365
|
type: StringConstructor;
|
|
4097
4366
|
required: true;
|
|
4098
4367
|
};
|
|
4368
|
+
id: {
|
|
4369
|
+
type: StringConstructor;
|
|
4370
|
+
default: null;
|
|
4371
|
+
};
|
|
4099
4372
|
color: {
|
|
4100
|
-
type: () => NeonFunctionalColor;
|
|
4373
|
+
type: () => NeonFunctionalColor; /**
|
|
4374
|
+
* Instead of opening on click (default), open on hover.
|
|
4375
|
+
*/
|
|
4101
4376
|
default: null;
|
|
4102
4377
|
};
|
|
4103
4378
|
inverse: {
|
|
@@ -4111,6 +4386,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4111
4386
|
}>> & Readonly<{}>, {
|
|
4112
4387
|
disabled: boolean;
|
|
4113
4388
|
color: NeonFunctionalColor;
|
|
4389
|
+
id: string;
|
|
4114
4390
|
inverse: boolean;
|
|
4115
4391
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4116
4392
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4364,8 +4640,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4364
4640
|
type: StringConstructor;
|
|
4365
4641
|
required: true;
|
|
4366
4642
|
};
|
|
4643
|
+
id: {
|
|
4644
|
+
type: StringConstructor;
|
|
4645
|
+
default: null;
|
|
4646
|
+
};
|
|
4367
4647
|
color: {
|
|
4368
|
-
type: () => NeonFunctionalColor;
|
|
4648
|
+
type: () => NeonFunctionalColor; /**
|
|
4649
|
+
* Instead of opening on click (default), open on hover.
|
|
4650
|
+
*/
|
|
4369
4651
|
default: null;
|
|
4370
4652
|
};
|
|
4371
4653
|
inverse: {
|
|
@@ -4377,17 +4659,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4377
4659
|
default: boolean;
|
|
4378
4660
|
};
|
|
4379
4661
|
}>, {
|
|
4380
|
-
|
|
4662
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4381
4663
|
[x: string]: unknown;
|
|
4382
|
-
}
|
|
4383
|
-
icon: import("vue").ComputedRef<string>;
|
|
4664
|
+
}>;
|
|
4665
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4384
4666
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4385
4667
|
name: {
|
|
4386
4668
|
type: StringConstructor;
|
|
4387
4669
|
required: true;
|
|
4388
4670
|
};
|
|
4671
|
+
id: {
|
|
4672
|
+
type: StringConstructor;
|
|
4673
|
+
default: null;
|
|
4674
|
+
};
|
|
4389
4675
|
color: {
|
|
4390
|
-
type: () => NeonFunctionalColor;
|
|
4676
|
+
type: () => NeonFunctionalColor; /**
|
|
4677
|
+
* Instead of opening on click (default), open on hover.
|
|
4678
|
+
*/
|
|
4391
4679
|
default: null;
|
|
4392
4680
|
};
|
|
4393
4681
|
inverse: {
|
|
@@ -4401,6 +4689,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4401
4689
|
}>> & Readonly<{}>, {
|
|
4402
4690
|
disabled: boolean;
|
|
4403
4691
|
color: NeonFunctionalColor;
|
|
4692
|
+
id: string;
|
|
4404
4693
|
inverse: boolean;
|
|
4405
4694
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4406
4695
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4460,8 +4749,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4460
4749
|
type: StringConstructor;
|
|
4461
4750
|
required: true;
|
|
4462
4751
|
};
|
|
4752
|
+
id: {
|
|
4753
|
+
type: StringConstructor;
|
|
4754
|
+
default: null;
|
|
4755
|
+
};
|
|
4463
4756
|
color: {
|
|
4464
|
-
type: () => NeonFunctionalColor;
|
|
4757
|
+
type: () => NeonFunctionalColor; /**
|
|
4758
|
+
* Instead of opening on click (default), open on hover.
|
|
4759
|
+
*/
|
|
4465
4760
|
default: null;
|
|
4466
4761
|
};
|
|
4467
4762
|
inverse: {
|
|
@@ -4473,17 +4768,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4473
4768
|
default: boolean;
|
|
4474
4769
|
};
|
|
4475
4770
|
}>, {
|
|
4476
|
-
|
|
4771
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4477
4772
|
[x: string]: unknown;
|
|
4478
|
-
}
|
|
4479
|
-
icon: import("vue").ComputedRef<string>;
|
|
4773
|
+
}>;
|
|
4774
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4480
4775
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4481
4776
|
name: {
|
|
4482
4777
|
type: StringConstructor;
|
|
4483
4778
|
required: true;
|
|
4484
4779
|
};
|
|
4780
|
+
id: {
|
|
4781
|
+
type: StringConstructor;
|
|
4782
|
+
default: null;
|
|
4783
|
+
};
|
|
4485
4784
|
color: {
|
|
4486
|
-
type: () => NeonFunctionalColor;
|
|
4785
|
+
type: () => NeonFunctionalColor; /**
|
|
4786
|
+
* Instead of opening on click (default), open on hover.
|
|
4787
|
+
*/
|
|
4487
4788
|
default: null;
|
|
4488
4789
|
};
|
|
4489
4790
|
inverse: {
|
|
@@ -4497,6 +4798,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4497
4798
|
}>> & Readonly<{}>, {
|
|
4498
4799
|
disabled: boolean;
|
|
4499
4800
|
color: NeonFunctionalColor;
|
|
4801
|
+
id: string;
|
|
4500
4802
|
inverse: boolean;
|
|
4501
4803
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4502
4804
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5128,7 +5430,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5128
5430
|
default: import("../../../neon").NeonInputMode;
|
|
5129
5431
|
};
|
|
5130
5432
|
autocomplete: {
|
|
5131
|
-
type:
|
|
5433
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5132
5434
|
default: string;
|
|
5133
5435
|
};
|
|
5134
5436
|
state: {
|
|
@@ -5171,6 +5473,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5171
5473
|
type: NumberConstructor;
|
|
5172
5474
|
default: null;
|
|
5173
5475
|
};
|
|
5476
|
+
maxlengthLabel: {
|
|
5477
|
+
type: StringConstructor;
|
|
5478
|
+
default: string;
|
|
5479
|
+
};
|
|
5174
5480
|
debounce: {
|
|
5175
5481
|
type: NumberConstructor;
|
|
5176
5482
|
default: undefined;
|
|
@@ -5190,12 +5496,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5190
5496
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5191
5497
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5192
5498
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5499
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5193
5500
|
focus: () => void;
|
|
5194
5501
|
click: () => void;
|
|
5195
5502
|
onFocus: () => void;
|
|
5196
5503
|
onBlur: () => void;
|
|
5197
5504
|
iconClicked: ($event: Event) => void;
|
|
5198
|
-
changeValue: (event:
|
|
5505
|
+
changeValue: (event: InputEvent) => void;
|
|
5199
5506
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5200
5507
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
5201
5508
|
disabled: boolean;
|
|
@@ -5210,21 +5517,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5210
5517
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5211
5518
|
modelValue: string;
|
|
5212
5519
|
state: import("../../../neon").NeonState;
|
|
5213
|
-
autocomplete:
|
|
5520
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5214
5521
|
rows: number;
|
|
5215
5522
|
iconReadonly: boolean;
|
|
5216
5523
|
hideIcon: boolean;
|
|
5217
5524
|
stateHighlight: boolean;
|
|
5218
5525
|
stateIcon: boolean;
|
|
5219
5526
|
maxlength: number;
|
|
5527
|
+
maxlengthLabel: string;
|
|
5220
5528
|
}, true, {}, {}, {
|
|
5221
5529
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5222
5530
|
name: {
|
|
5223
5531
|
type: StringConstructor;
|
|
5224
5532
|
required: true;
|
|
5225
5533
|
};
|
|
5534
|
+
id: {
|
|
5535
|
+
type: StringConstructor;
|
|
5536
|
+
default: null;
|
|
5537
|
+
};
|
|
5226
5538
|
color: {
|
|
5227
|
-
type: () => NeonFunctionalColor;
|
|
5539
|
+
type: () => NeonFunctionalColor; /**
|
|
5540
|
+
* Instead of opening on click (default), open on hover.
|
|
5541
|
+
*/
|
|
5228
5542
|
default: null;
|
|
5229
5543
|
};
|
|
5230
5544
|
inverse: {
|
|
@@ -5236,17 +5550,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5236
5550
|
default: boolean;
|
|
5237
5551
|
};
|
|
5238
5552
|
}>, {
|
|
5239
|
-
|
|
5553
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
5240
5554
|
[x: string]: unknown;
|
|
5241
|
-
}
|
|
5242
|
-
icon: import("vue").ComputedRef<string>;
|
|
5555
|
+
}>;
|
|
5556
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
5243
5557
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5244
5558
|
name: {
|
|
5245
5559
|
type: StringConstructor;
|
|
5246
5560
|
required: true;
|
|
5247
5561
|
};
|
|
5562
|
+
id: {
|
|
5563
|
+
type: StringConstructor;
|
|
5564
|
+
default: null;
|
|
5565
|
+
};
|
|
5248
5566
|
color: {
|
|
5249
|
-
type: () => NeonFunctionalColor;
|
|
5567
|
+
type: () => NeonFunctionalColor; /**
|
|
5568
|
+
* Instead of opening on click (default), open on hover.
|
|
5569
|
+
*/
|
|
5250
5570
|
default: null;
|
|
5251
5571
|
};
|
|
5252
5572
|
inverse: {
|
|
@@ -5260,6 +5580,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5260
5580
|
}>> & Readonly<{}>, {
|
|
5261
5581
|
disabled: boolean;
|
|
5262
5582
|
color: NeonFunctionalColor;
|
|
5583
|
+
id: string;
|
|
5263
5584
|
inverse: boolean;
|
|
5264
5585
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5265
5586
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5301,7 +5622,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5301
5622
|
default: import("../../../neon").NeonInputMode;
|
|
5302
5623
|
};
|
|
5303
5624
|
autocomplete: {
|
|
5304
|
-
type:
|
|
5625
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5305
5626
|
default: string;
|
|
5306
5627
|
};
|
|
5307
5628
|
state: {
|
|
@@ -5344,6 +5665,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5344
5665
|
type: NumberConstructor;
|
|
5345
5666
|
default: null;
|
|
5346
5667
|
};
|
|
5668
|
+
maxlengthLabel: {
|
|
5669
|
+
type: StringConstructor;
|
|
5670
|
+
default: string;
|
|
5671
|
+
};
|
|
5347
5672
|
debounce: {
|
|
5348
5673
|
type: NumberConstructor;
|
|
5349
5674
|
default: undefined;
|
|
@@ -5363,12 +5688,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5363
5688
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5364
5689
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5365
5690
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5691
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5366
5692
|
focus: () => void;
|
|
5367
5693
|
click: () => void;
|
|
5368
5694
|
onFocus: () => void;
|
|
5369
5695
|
onBlur: () => void;
|
|
5370
5696
|
iconClicked: ($event: Event) => void;
|
|
5371
|
-
changeValue: (event:
|
|
5697
|
+
changeValue: (event: InputEvent) => void;
|
|
5372
5698
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5373
5699
|
}, {}, {}, {}, {
|
|
5374
5700
|
disabled: boolean;
|
|
@@ -5383,13 +5709,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5383
5709
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5384
5710
|
modelValue: string;
|
|
5385
5711
|
state: import("../../../neon").NeonState;
|
|
5386
|
-
autocomplete:
|
|
5712
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5387
5713
|
rows: number;
|
|
5388
5714
|
iconReadonly: boolean;
|
|
5389
5715
|
hideIcon: boolean;
|
|
5390
5716
|
stateHighlight: boolean;
|
|
5391
5717
|
stateIcon: boolean;
|
|
5392
5718
|
maxlength: number;
|
|
5719
|
+
maxlengthLabel: string;
|
|
5393
5720
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5394
5721
|
id: {
|
|
5395
5722
|
type: StringConstructor;
|
|
@@ -5422,7 +5749,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5422
5749
|
default: import("../../../neon").NeonInputMode;
|
|
5423
5750
|
};
|
|
5424
5751
|
autocomplete: {
|
|
5425
|
-
type:
|
|
5752
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5426
5753
|
default: string;
|
|
5427
5754
|
};
|
|
5428
5755
|
state: {
|
|
@@ -5465,6 +5792,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5465
5792
|
type: NumberConstructor;
|
|
5466
5793
|
default: null;
|
|
5467
5794
|
};
|
|
5795
|
+
maxlengthLabel: {
|
|
5796
|
+
type: StringConstructor;
|
|
5797
|
+
default: string;
|
|
5798
|
+
};
|
|
5468
5799
|
debounce: {
|
|
5469
5800
|
type: NumberConstructor;
|
|
5470
5801
|
default: undefined;
|
|
@@ -5484,12 +5815,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5484
5815
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5485
5816
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5486
5817
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5818
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5487
5819
|
focus: () => void;
|
|
5488
5820
|
click: () => void;
|
|
5489
5821
|
onFocus: () => void;
|
|
5490
5822
|
onBlur: () => void;
|
|
5491
5823
|
iconClicked: ($event: Event) => void;
|
|
5492
|
-
changeValue: (event:
|
|
5824
|
+
changeValue: (event: InputEvent) => void;
|
|
5493
5825
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5494
5826
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
5495
5827
|
disabled: boolean;
|
|
@@ -5504,21 +5836,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5504
5836
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5505
5837
|
modelValue: string;
|
|
5506
5838
|
state: import("../../../neon").NeonState;
|
|
5507
|
-
autocomplete:
|
|
5839
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5508
5840
|
rows: number;
|
|
5509
5841
|
iconReadonly: boolean;
|
|
5510
5842
|
hideIcon: boolean;
|
|
5511
5843
|
stateHighlight: boolean;
|
|
5512
5844
|
stateIcon: boolean;
|
|
5513
5845
|
maxlength: number;
|
|
5846
|
+
maxlengthLabel: string;
|
|
5514
5847
|
}, true, {}, {}, {
|
|
5515
5848
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5516
5849
|
name: {
|
|
5517
5850
|
type: StringConstructor;
|
|
5518
5851
|
required: true;
|
|
5519
5852
|
};
|
|
5853
|
+
id: {
|
|
5854
|
+
type: StringConstructor;
|
|
5855
|
+
default: null;
|
|
5856
|
+
};
|
|
5520
5857
|
color: {
|
|
5521
|
-
type: () => NeonFunctionalColor;
|
|
5858
|
+
type: () => NeonFunctionalColor; /**
|
|
5859
|
+
* Instead of opening on click (default), open on hover.
|
|
5860
|
+
*/
|
|
5522
5861
|
default: null;
|
|
5523
5862
|
};
|
|
5524
5863
|
inverse: {
|
|
@@ -5530,17 +5869,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5530
5869
|
default: boolean;
|
|
5531
5870
|
};
|
|
5532
5871
|
}>, {
|
|
5533
|
-
|
|
5872
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
5534
5873
|
[x: string]: unknown;
|
|
5535
|
-
}
|
|
5536
|
-
icon: import("vue").ComputedRef<string>;
|
|
5874
|
+
}>;
|
|
5875
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
5537
5876
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5538
5877
|
name: {
|
|
5539
5878
|
type: StringConstructor;
|
|
5540
5879
|
required: true;
|
|
5541
5880
|
};
|
|
5881
|
+
id: {
|
|
5882
|
+
type: StringConstructor;
|
|
5883
|
+
default: null;
|
|
5884
|
+
};
|
|
5542
5885
|
color: {
|
|
5543
|
-
type: () => NeonFunctionalColor;
|
|
5886
|
+
type: () => NeonFunctionalColor; /**
|
|
5887
|
+
* Instead of opening on click (default), open on hover.
|
|
5888
|
+
*/
|
|
5544
5889
|
default: null;
|
|
5545
5890
|
};
|
|
5546
5891
|
inverse: {
|
|
@@ -5554,6 +5899,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5554
5899
|
}>> & Readonly<{}>, {
|
|
5555
5900
|
disabled: boolean;
|
|
5556
5901
|
color: NeonFunctionalColor;
|
|
5902
|
+
id: string;
|
|
5557
5903
|
inverse: boolean;
|
|
5558
5904
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5559
5905
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5595,7 +5941,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5595
5941
|
default: import("../../../neon").NeonInputMode;
|
|
5596
5942
|
};
|
|
5597
5943
|
autocomplete: {
|
|
5598
|
-
type:
|
|
5944
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5599
5945
|
default: string;
|
|
5600
5946
|
};
|
|
5601
5947
|
state: {
|
|
@@ -5638,6 +5984,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5638
5984
|
type: NumberConstructor;
|
|
5639
5985
|
default: null;
|
|
5640
5986
|
};
|
|
5987
|
+
maxlengthLabel: {
|
|
5988
|
+
type: StringConstructor;
|
|
5989
|
+
default: string;
|
|
5990
|
+
};
|
|
5641
5991
|
debounce: {
|
|
5642
5992
|
type: NumberConstructor;
|
|
5643
5993
|
default: undefined;
|
|
@@ -5657,12 +6007,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5657
6007
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5658
6008
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5659
6009
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
6010
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5660
6011
|
focus: () => void;
|
|
5661
6012
|
click: () => void;
|
|
5662
6013
|
onFocus: () => void;
|
|
5663
6014
|
onBlur: () => void;
|
|
5664
6015
|
iconClicked: ($event: Event) => void;
|
|
5665
|
-
changeValue: (event:
|
|
6016
|
+
changeValue: (event: InputEvent) => void;
|
|
5666
6017
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5667
6018
|
}, {}, {}, {}, {
|
|
5668
6019
|
disabled: boolean;
|
|
@@ -5677,13 +6028,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5677
6028
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5678
6029
|
modelValue: string;
|
|
5679
6030
|
state: import("../../../neon").NeonState;
|
|
5680
|
-
autocomplete:
|
|
6031
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5681
6032
|
rows: number;
|
|
5682
6033
|
iconReadonly: boolean;
|
|
5683
6034
|
hideIcon: boolean;
|
|
5684
6035
|
stateHighlight: boolean;
|
|
5685
6036
|
stateIcon: boolean;
|
|
5686
6037
|
maxlength: number;
|
|
6038
|
+
maxlengthLabel: string;
|
|
5687
6039
|
}> | null>;
|
|
5688
6040
|
files: import("vue").Ref<{
|
|
5689
6041
|
readonly lastModified: number;
|
|
@@ -6037,8 +6389,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6037
6389
|
type: StringConstructor;
|
|
6038
6390
|
required: true;
|
|
6039
6391
|
};
|
|
6392
|
+
id: {
|
|
6393
|
+
type: StringConstructor;
|
|
6394
|
+
default: null;
|
|
6395
|
+
};
|
|
6040
6396
|
color: {
|
|
6041
|
-
type: () => NeonFunctionalColor;
|
|
6397
|
+
type: () => NeonFunctionalColor; /**
|
|
6398
|
+
* Instead of opening on click (default), open on hover.
|
|
6399
|
+
*/
|
|
6042
6400
|
default: null;
|
|
6043
6401
|
};
|
|
6044
6402
|
inverse: {
|
|
@@ -6050,17 +6408,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6050
6408
|
default: boolean;
|
|
6051
6409
|
};
|
|
6052
6410
|
}>, {
|
|
6053
|
-
|
|
6411
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6054
6412
|
[x: string]: unknown;
|
|
6055
|
-
}
|
|
6056
|
-
icon: import("vue").ComputedRef<string>;
|
|
6413
|
+
}>;
|
|
6414
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6057
6415
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6058
6416
|
name: {
|
|
6059
6417
|
type: StringConstructor;
|
|
6060
6418
|
required: true;
|
|
6061
6419
|
};
|
|
6420
|
+
id: {
|
|
6421
|
+
type: StringConstructor;
|
|
6422
|
+
default: null;
|
|
6423
|
+
};
|
|
6062
6424
|
color: {
|
|
6063
|
-
type: () => NeonFunctionalColor;
|
|
6425
|
+
type: () => NeonFunctionalColor; /**
|
|
6426
|
+
* Instead of opening on click (default), open on hover.
|
|
6427
|
+
*/
|
|
6064
6428
|
default: null;
|
|
6065
6429
|
};
|
|
6066
6430
|
inverse: {
|
|
@@ -6074,6 +6438,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6074
6438
|
}>> & Readonly<{}>, {
|
|
6075
6439
|
disabled: boolean;
|
|
6076
6440
|
color: NeonFunctionalColor;
|
|
6441
|
+
id: string;
|
|
6077
6442
|
inverse: boolean;
|
|
6078
6443
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6079
6444
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6133,8 +6498,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6133
6498
|
type: StringConstructor;
|
|
6134
6499
|
required: true;
|
|
6135
6500
|
};
|
|
6501
|
+
id: {
|
|
6502
|
+
type: StringConstructor;
|
|
6503
|
+
default: null;
|
|
6504
|
+
};
|
|
6136
6505
|
color: {
|
|
6137
|
-
type: () => NeonFunctionalColor;
|
|
6506
|
+
type: () => NeonFunctionalColor; /**
|
|
6507
|
+
* Instead of opening on click (default), open on hover.
|
|
6508
|
+
*/
|
|
6138
6509
|
default: null;
|
|
6139
6510
|
};
|
|
6140
6511
|
inverse: {
|
|
@@ -6146,17 +6517,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6146
6517
|
default: boolean;
|
|
6147
6518
|
};
|
|
6148
6519
|
}>, {
|
|
6149
|
-
|
|
6520
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6150
6521
|
[x: string]: unknown;
|
|
6151
|
-
}
|
|
6152
|
-
icon: import("vue").ComputedRef<string>;
|
|
6522
|
+
}>;
|
|
6523
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6153
6524
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6154
6525
|
name: {
|
|
6155
6526
|
type: StringConstructor;
|
|
6156
6527
|
required: true;
|
|
6157
6528
|
};
|
|
6529
|
+
id: {
|
|
6530
|
+
type: StringConstructor;
|
|
6531
|
+
default: null;
|
|
6532
|
+
};
|
|
6158
6533
|
color: {
|
|
6159
|
-
type: () => NeonFunctionalColor;
|
|
6534
|
+
type: () => NeonFunctionalColor; /**
|
|
6535
|
+
* Instead of opening on click (default), open on hover.
|
|
6536
|
+
*/
|
|
6160
6537
|
default: null;
|
|
6161
6538
|
};
|
|
6162
6539
|
inverse: {
|
|
@@ -6170,6 +6547,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6170
6547
|
}>> & Readonly<{}>, {
|
|
6171
6548
|
disabled: boolean;
|
|
6172
6549
|
color: NeonFunctionalColor;
|
|
6550
|
+
id: string;
|
|
6173
6551
|
inverse: boolean;
|
|
6174
6552
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6175
6553
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6206,7 +6584,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6206
6584
|
default: import("../../../neon").NeonInputMode;
|
|
6207
6585
|
};
|
|
6208
6586
|
autocomplete: {
|
|
6209
|
-
type:
|
|
6587
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
6210
6588
|
default: string;
|
|
6211
6589
|
};
|
|
6212
6590
|
state: {
|
|
@@ -6249,6 +6627,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6249
6627
|
type: NumberConstructor;
|
|
6250
6628
|
default: null;
|
|
6251
6629
|
};
|
|
6630
|
+
maxlengthLabel: {
|
|
6631
|
+
type: StringConstructor;
|
|
6632
|
+
default: string;
|
|
6633
|
+
};
|
|
6252
6634
|
debounce: {
|
|
6253
6635
|
type: NumberConstructor;
|
|
6254
6636
|
default: undefined;
|
|
@@ -6263,12 +6645,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6263
6645
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
6264
6646
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
6265
6647
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
6648
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
6266
6649
|
focus: () => void;
|
|
6267
6650
|
click: () => void;
|
|
6268
6651
|
onFocus: () => void;
|
|
6269
6652
|
onBlur: () => void;
|
|
6270
6653
|
iconClicked: ($event: Event) => void;
|
|
6271
|
-
changeValue: (event:
|
|
6654
|
+
changeValue: (event: InputEvent) => void;
|
|
6272
6655
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
6273
6656
|
}, {}, {}, {}, 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<{
|
|
6274
6657
|
id: {
|
|
@@ -6302,7 +6685,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6302
6685
|
default: import("../../../neon").NeonInputMode;
|
|
6303
6686
|
};
|
|
6304
6687
|
autocomplete: {
|
|
6305
|
-
type:
|
|
6688
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
6306
6689
|
default: string;
|
|
6307
6690
|
};
|
|
6308
6691
|
state: {
|
|
@@ -6345,6 +6728,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6345
6728
|
type: NumberConstructor;
|
|
6346
6729
|
default: null;
|
|
6347
6730
|
};
|
|
6731
|
+
maxlengthLabel: {
|
|
6732
|
+
type: StringConstructor;
|
|
6733
|
+
default: string;
|
|
6734
|
+
};
|
|
6348
6735
|
debounce: {
|
|
6349
6736
|
type: NumberConstructor;
|
|
6350
6737
|
default: undefined;
|
|
@@ -6367,21 +6754,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6367
6754
|
inputmode: import("../../../neon").NeonInputMode;
|
|
6368
6755
|
modelValue: string;
|
|
6369
6756
|
state: import("../../../neon").NeonState;
|
|
6370
|
-
autocomplete:
|
|
6757
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
6371
6758
|
rows: number;
|
|
6372
6759
|
iconReadonly: boolean;
|
|
6373
6760
|
hideIcon: boolean;
|
|
6374
6761
|
stateHighlight: boolean;
|
|
6375
6762
|
stateIcon: boolean;
|
|
6376
6763
|
maxlength: number;
|
|
6764
|
+
maxlengthLabel: string;
|
|
6377
6765
|
}, {}, {
|
|
6378
6766
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6379
6767
|
name: {
|
|
6380
6768
|
type: StringConstructor;
|
|
6381
6769
|
required: true;
|
|
6382
6770
|
};
|
|
6771
|
+
id: {
|
|
6772
|
+
type: StringConstructor;
|
|
6773
|
+
default: null;
|
|
6774
|
+
};
|
|
6383
6775
|
color: {
|
|
6384
|
-
type: () => NeonFunctionalColor;
|
|
6776
|
+
type: () => NeonFunctionalColor; /**
|
|
6777
|
+
* Instead of opening on click (default), open on hover.
|
|
6778
|
+
*/
|
|
6385
6779
|
default: null;
|
|
6386
6780
|
};
|
|
6387
6781
|
inverse: {
|
|
@@ -6393,17 +6787,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6393
6787
|
default: boolean;
|
|
6394
6788
|
};
|
|
6395
6789
|
}>, {
|
|
6396
|
-
|
|
6790
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6397
6791
|
[x: string]: unknown;
|
|
6398
|
-
}
|
|
6399
|
-
icon: import("vue").ComputedRef<string>;
|
|
6792
|
+
}>;
|
|
6793
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6400
6794
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6401
6795
|
name: {
|
|
6402
6796
|
type: StringConstructor;
|
|
6403
6797
|
required: true;
|
|
6404
6798
|
};
|
|
6799
|
+
id: {
|
|
6800
|
+
type: StringConstructor;
|
|
6801
|
+
default: null;
|
|
6802
|
+
};
|
|
6405
6803
|
color: {
|
|
6406
|
-
type: () => NeonFunctionalColor;
|
|
6804
|
+
type: () => NeonFunctionalColor; /**
|
|
6805
|
+
* Instead of opening on click (default), open on hover.
|
|
6806
|
+
*/
|
|
6407
6807
|
default: null;
|
|
6408
6808
|
};
|
|
6409
6809
|
inverse: {
|
|
@@ -6417,6 +6817,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6417
6817
|
}>> & Readonly<{}>, {
|
|
6418
6818
|
disabled: boolean;
|
|
6419
6819
|
color: NeonFunctionalColor;
|
|
6820
|
+
id: string;
|
|
6420
6821
|
inverse: boolean;
|
|
6421
6822
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6422
6823
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6469,8 +6870,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6469
6870
|
type: StringConstructor;
|
|
6470
6871
|
required: true;
|
|
6471
6872
|
};
|
|
6873
|
+
id: {
|
|
6874
|
+
type: StringConstructor;
|
|
6875
|
+
default: null;
|
|
6876
|
+
};
|
|
6472
6877
|
color: {
|
|
6473
|
-
type: () => NeonFunctionalColor;
|
|
6878
|
+
type: () => NeonFunctionalColor; /**
|
|
6879
|
+
* Instead of opening on click (default), open on hover.
|
|
6880
|
+
*/
|
|
6474
6881
|
default: null;
|
|
6475
6882
|
};
|
|
6476
6883
|
inverse: {
|
|
@@ -6482,17 +6889,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6482
6889
|
default: boolean;
|
|
6483
6890
|
};
|
|
6484
6891
|
}>, {
|
|
6485
|
-
|
|
6892
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6486
6893
|
[x: string]: unknown;
|
|
6487
|
-
}
|
|
6488
|
-
icon: import("vue").ComputedRef<string>;
|
|
6894
|
+
}>;
|
|
6895
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6489
6896
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6490
6897
|
name: {
|
|
6491
6898
|
type: StringConstructor;
|
|
6492
6899
|
required: true;
|
|
6493
6900
|
};
|
|
6901
|
+
id: {
|
|
6902
|
+
type: StringConstructor;
|
|
6903
|
+
default: null;
|
|
6904
|
+
};
|
|
6494
6905
|
color: {
|
|
6495
|
-
type: () => NeonFunctionalColor;
|
|
6906
|
+
type: () => NeonFunctionalColor; /**
|
|
6907
|
+
* Instead of opening on click (default), open on hover.
|
|
6908
|
+
*/
|
|
6496
6909
|
default: null;
|
|
6497
6910
|
};
|
|
6498
6911
|
inverse: {
|
|
@@ -6506,6 +6919,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6506
6919
|
}>> & Readonly<{}>, {
|
|
6507
6920
|
disabled: boolean;
|
|
6508
6921
|
color: NeonFunctionalColor;
|
|
6922
|
+
id: string;
|
|
6509
6923
|
inverse: boolean;
|
|
6510
6924
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6511
6925
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6515,8 +6929,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6515
6929
|
type: StringConstructor;
|
|
6516
6930
|
required: true;
|
|
6517
6931
|
};
|
|
6932
|
+
id: {
|
|
6933
|
+
type: StringConstructor;
|
|
6934
|
+
default: null;
|
|
6935
|
+
};
|
|
6518
6936
|
color: {
|
|
6519
|
-
type: () => NeonFunctionalColor;
|
|
6937
|
+
type: () => NeonFunctionalColor; /**
|
|
6938
|
+
* Instead of opening on click (default), open on hover.
|
|
6939
|
+
*/
|
|
6520
6940
|
default: null;
|
|
6521
6941
|
};
|
|
6522
6942
|
inverse: {
|
|
@@ -6528,17 +6948,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6528
6948
|
default: boolean;
|
|
6529
6949
|
};
|
|
6530
6950
|
}>, {
|
|
6531
|
-
|
|
6951
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6532
6952
|
[x: string]: unknown;
|
|
6533
|
-
}
|
|
6534
|
-
icon: import("vue").ComputedRef<string>;
|
|
6953
|
+
}>;
|
|
6954
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6535
6955
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6536
6956
|
name: {
|
|
6537
6957
|
type: StringConstructor;
|
|
6538
6958
|
required: true;
|
|
6539
6959
|
};
|
|
6960
|
+
id: {
|
|
6961
|
+
type: StringConstructor;
|
|
6962
|
+
default: null;
|
|
6963
|
+
};
|
|
6540
6964
|
color: {
|
|
6541
|
-
type: () => NeonFunctionalColor;
|
|
6965
|
+
type: () => NeonFunctionalColor; /**
|
|
6966
|
+
* Instead of opening on click (default), open on hover.
|
|
6967
|
+
*/
|
|
6542
6968
|
default: null;
|
|
6543
6969
|
};
|
|
6544
6970
|
inverse: {
|
|
@@ -6552,6 +6978,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6552
6978
|
}>> & Readonly<{}>, {
|
|
6553
6979
|
disabled: boolean;
|
|
6554
6980
|
color: NeonFunctionalColor;
|
|
6981
|
+
id: string;
|
|
6555
6982
|
inverse: boolean;
|
|
6556
6983
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6557
6984
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6805,8 +7232,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6805
7232
|
type: StringConstructor;
|
|
6806
7233
|
required: true;
|
|
6807
7234
|
};
|
|
7235
|
+
id: {
|
|
7236
|
+
type: StringConstructor;
|
|
7237
|
+
default: null;
|
|
7238
|
+
};
|
|
6808
7239
|
color: {
|
|
6809
|
-
type: () => NeonFunctionalColor;
|
|
7240
|
+
type: () => NeonFunctionalColor; /**
|
|
7241
|
+
* Instead of opening on click (default), open on hover.
|
|
7242
|
+
*/
|
|
6810
7243
|
default: null;
|
|
6811
7244
|
};
|
|
6812
7245
|
inverse: {
|
|
@@ -6818,17 +7251,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6818
7251
|
default: boolean;
|
|
6819
7252
|
};
|
|
6820
7253
|
}>, {
|
|
6821
|
-
|
|
7254
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6822
7255
|
[x: string]: unknown;
|
|
6823
|
-
}
|
|
6824
|
-
icon: import("vue").ComputedRef<string>;
|
|
7256
|
+
}>;
|
|
7257
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6825
7258
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6826
7259
|
name: {
|
|
6827
7260
|
type: StringConstructor;
|
|
6828
7261
|
required: true;
|
|
6829
7262
|
};
|
|
7263
|
+
id: {
|
|
7264
|
+
type: StringConstructor;
|
|
7265
|
+
default: null;
|
|
7266
|
+
};
|
|
6830
7267
|
color: {
|
|
6831
|
-
type: () => NeonFunctionalColor;
|
|
7268
|
+
type: () => NeonFunctionalColor; /**
|
|
7269
|
+
* Instead of opening on click (default), open on hover.
|
|
7270
|
+
*/
|
|
6832
7271
|
default: null;
|
|
6833
7272
|
};
|
|
6834
7273
|
inverse: {
|
|
@@ -6842,6 +7281,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6842
7281
|
}>> & Readonly<{}>, {
|
|
6843
7282
|
disabled: boolean;
|
|
6844
7283
|
color: NeonFunctionalColor;
|
|
7284
|
+
id: string;
|
|
6845
7285
|
inverse: boolean;
|
|
6846
7286
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6847
7287
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6901,8 +7341,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6901
7341
|
type: StringConstructor;
|
|
6902
7342
|
required: true;
|
|
6903
7343
|
};
|
|
7344
|
+
id: {
|
|
7345
|
+
type: StringConstructor;
|
|
7346
|
+
default: null;
|
|
7347
|
+
};
|
|
6904
7348
|
color: {
|
|
6905
|
-
type: () => NeonFunctionalColor;
|
|
7349
|
+
type: () => NeonFunctionalColor; /**
|
|
7350
|
+
* Instead of opening on click (default), open on hover.
|
|
7351
|
+
*/
|
|
6906
7352
|
default: null;
|
|
6907
7353
|
};
|
|
6908
7354
|
inverse: {
|
|
@@ -6914,17 +7360,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6914
7360
|
default: boolean;
|
|
6915
7361
|
};
|
|
6916
7362
|
}>, {
|
|
6917
|
-
|
|
7363
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6918
7364
|
[x: string]: unknown;
|
|
6919
|
-
}
|
|
6920
|
-
icon: import("vue").ComputedRef<string>;
|
|
7365
|
+
}>;
|
|
7366
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6921
7367
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6922
7368
|
name: {
|
|
6923
7369
|
type: StringConstructor;
|
|
6924
7370
|
required: true;
|
|
6925
7371
|
};
|
|
7372
|
+
id: {
|
|
7373
|
+
type: StringConstructor;
|
|
7374
|
+
default: null;
|
|
7375
|
+
};
|
|
6926
7376
|
color: {
|
|
6927
|
-
type: () => NeonFunctionalColor;
|
|
7377
|
+
type: () => NeonFunctionalColor; /**
|
|
7378
|
+
* Instead of opening on click (default), open on hover.
|
|
7379
|
+
*/
|
|
6928
7380
|
default: null;
|
|
6929
7381
|
};
|
|
6930
7382
|
inverse: {
|
|
@@ -6938,6 +7390,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6938
7390
|
}>> & Readonly<{}>, {
|
|
6939
7391
|
disabled: boolean;
|
|
6940
7392
|
color: NeonFunctionalColor;
|
|
7393
|
+
id: string;
|
|
6941
7394
|
inverse: boolean;
|
|
6942
7395
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6943
7396
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6988,8 +7441,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6988
7441
|
type: StringConstructor;
|
|
6989
7442
|
required: true;
|
|
6990
7443
|
};
|
|
7444
|
+
id: {
|
|
7445
|
+
type: StringConstructor;
|
|
7446
|
+
default: null;
|
|
7447
|
+
};
|
|
6991
7448
|
color: {
|
|
6992
|
-
type: () => NeonFunctionalColor;
|
|
7449
|
+
type: () => NeonFunctionalColor; /**
|
|
7450
|
+
* Instead of opening on click (default), open on hover.
|
|
7451
|
+
*/
|
|
6993
7452
|
default: null;
|
|
6994
7453
|
};
|
|
6995
7454
|
inverse: {
|
|
@@ -7001,17 +7460,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7001
7460
|
default: boolean;
|
|
7002
7461
|
};
|
|
7003
7462
|
}>, {
|
|
7004
|
-
|
|
7463
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7005
7464
|
[x: string]: unknown;
|
|
7006
|
-
}
|
|
7007
|
-
icon: import("vue").ComputedRef<string>;
|
|
7465
|
+
}>;
|
|
7466
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7008
7467
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7009
7468
|
name: {
|
|
7010
7469
|
type: StringConstructor;
|
|
7011
7470
|
required: true;
|
|
7012
7471
|
};
|
|
7472
|
+
id: {
|
|
7473
|
+
type: StringConstructor;
|
|
7474
|
+
default: null;
|
|
7475
|
+
};
|
|
7013
7476
|
color: {
|
|
7014
|
-
type: () => NeonFunctionalColor;
|
|
7477
|
+
type: () => NeonFunctionalColor; /**
|
|
7478
|
+
* Instead of opening on click (default), open on hover.
|
|
7479
|
+
*/
|
|
7015
7480
|
default: null;
|
|
7016
7481
|
};
|
|
7017
7482
|
inverse: {
|
|
@@ -7025,6 +7490,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7025
7490
|
}>> & Readonly<{}>, {
|
|
7026
7491
|
disabled: boolean;
|
|
7027
7492
|
color: NeonFunctionalColor;
|
|
7493
|
+
id: string;
|
|
7028
7494
|
inverse: boolean;
|
|
7029
7495
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7030
7496
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -7084,8 +7550,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7084
7550
|
type: StringConstructor;
|
|
7085
7551
|
required: true;
|
|
7086
7552
|
};
|
|
7553
|
+
id: {
|
|
7554
|
+
type: StringConstructor;
|
|
7555
|
+
default: null;
|
|
7556
|
+
};
|
|
7087
7557
|
color: {
|
|
7088
|
-
type: () => NeonFunctionalColor;
|
|
7558
|
+
type: () => NeonFunctionalColor; /**
|
|
7559
|
+
* Instead of opening on click (default), open on hover.
|
|
7560
|
+
*/
|
|
7089
7561
|
default: null;
|
|
7090
7562
|
};
|
|
7091
7563
|
inverse: {
|
|
@@ -7097,17 +7569,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7097
7569
|
default: boolean;
|
|
7098
7570
|
};
|
|
7099
7571
|
}>, {
|
|
7100
|
-
|
|
7572
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7101
7573
|
[x: string]: unknown;
|
|
7102
|
-
}
|
|
7103
|
-
icon: import("vue").ComputedRef<string>;
|
|
7574
|
+
}>;
|
|
7575
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7104
7576
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7105
7577
|
name: {
|
|
7106
7578
|
type: StringConstructor;
|
|
7107
7579
|
required: true;
|
|
7108
7580
|
};
|
|
7581
|
+
id: {
|
|
7582
|
+
type: StringConstructor;
|
|
7583
|
+
default: null;
|
|
7584
|
+
};
|
|
7109
7585
|
color: {
|
|
7110
|
-
type: () => NeonFunctionalColor;
|
|
7586
|
+
type: () => NeonFunctionalColor; /**
|
|
7587
|
+
* Instead of opening on click (default), open on hover.
|
|
7588
|
+
*/
|
|
7111
7589
|
default: null;
|
|
7112
7590
|
};
|
|
7113
7591
|
inverse: {
|
|
@@ -7121,6 +7599,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7121
7599
|
}>> & Readonly<{}>, {
|
|
7122
7600
|
disabled: boolean;
|
|
7123
7601
|
color: NeonFunctionalColor;
|
|
7602
|
+
id: string;
|
|
7124
7603
|
inverse: boolean;
|
|
7125
7604
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7126
7605
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|