@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
|
@@ -425,8 +425,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
425
425
|
default: import("../../../neon").NeonInputMode;
|
|
426
426
|
};
|
|
427
427
|
autocomplete: {
|
|
428
|
-
type:
|
|
429
|
-
default: string;
|
|
428
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
429
|
+
default: string; /**
|
|
430
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
431
|
+
* multiple = true.
|
|
432
|
+
*/
|
|
430
433
|
};
|
|
431
434
|
state: {
|
|
432
435
|
type: () => import("../../../neon").NeonState;
|
|
@@ -440,7 +443,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
440
443
|
type: StringConstructor;
|
|
441
444
|
default: null;
|
|
442
445
|
};
|
|
446
|
+
/**
|
|
447
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
448
|
+
*/
|
|
443
449
|
iconReadonly: {
|
|
450
|
+
/**
|
|
451
|
+
* The color of the select.
|
|
452
|
+
*/
|
|
444
453
|
type: BooleanConstructor;
|
|
445
454
|
default: boolean;
|
|
446
455
|
};
|
|
@@ -468,6 +477,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
468
477
|
type: NumberConstructor;
|
|
469
478
|
default: null;
|
|
470
479
|
};
|
|
480
|
+
maxlengthLabel: {
|
|
481
|
+
type: StringConstructor;
|
|
482
|
+
default: string;
|
|
483
|
+
};
|
|
471
484
|
debounce: {
|
|
472
485
|
type: NumberConstructor;
|
|
473
486
|
default: undefined;
|
|
@@ -487,12 +500,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
487
500
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
488
501
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
489
502
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
503
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
490
504
|
focus: () => void;
|
|
491
505
|
click: () => void;
|
|
492
506
|
onFocus: () => void;
|
|
493
507
|
onBlur: () => void;
|
|
494
508
|
iconClicked: ($event: Event) => void;
|
|
495
|
-
changeValue: (event:
|
|
509
|
+
changeValue: (event: InputEvent) => void;
|
|
496
510
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
497
511
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
498
512
|
disabled: boolean;
|
|
@@ -507,19 +521,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
507
521
|
inputmode: import("../../../neon").NeonInputMode;
|
|
508
522
|
modelValue: string;
|
|
509
523
|
state: import("../../../neon").NeonState;
|
|
510
|
-
autocomplete:
|
|
524
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
511
525
|
rows: number;
|
|
512
526
|
iconReadonly: boolean;
|
|
513
527
|
hideIcon: boolean;
|
|
514
528
|
stateHighlight: boolean;
|
|
515
529
|
stateIcon: boolean;
|
|
516
530
|
maxlength: number;
|
|
531
|
+
maxlengthLabel: string;
|
|
517
532
|
}, true, {}, {}, {
|
|
518
533
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
519
534
|
name: {
|
|
520
535
|
type: StringConstructor;
|
|
521
536
|
required: true;
|
|
522
537
|
};
|
|
538
|
+
id: {
|
|
539
|
+
type: StringConstructor;
|
|
540
|
+
default: null;
|
|
541
|
+
};
|
|
523
542
|
color: {
|
|
524
543
|
type: () => NeonFunctionalColor;
|
|
525
544
|
default: null;
|
|
@@ -533,15 +552,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
533
552
|
default: boolean;
|
|
534
553
|
};
|
|
535
554
|
}>, {
|
|
536
|
-
|
|
555
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
537
556
|
[x: string]: unknown;
|
|
538
|
-
}
|
|
539
|
-
icon: import("vue").ComputedRef<string>;
|
|
557
|
+
}>;
|
|
558
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
540
559
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
541
560
|
name: {
|
|
542
561
|
type: StringConstructor;
|
|
543
562
|
required: true;
|
|
544
563
|
};
|
|
564
|
+
id: {
|
|
565
|
+
type: StringConstructor;
|
|
566
|
+
default: null;
|
|
567
|
+
};
|
|
545
568
|
color: {
|
|
546
569
|
type: () => NeonFunctionalColor;
|
|
547
570
|
default: null;
|
|
@@ -557,6 +580,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
557
580
|
}>> & Readonly<{}>, {
|
|
558
581
|
disabled: boolean;
|
|
559
582
|
color: NeonFunctionalColor;
|
|
583
|
+
id: string;
|
|
560
584
|
inverse: boolean;
|
|
561
585
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
562
586
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -598,8 +622,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
598
622
|
default: import("../../../neon").NeonInputMode;
|
|
599
623
|
};
|
|
600
624
|
autocomplete: {
|
|
601
|
-
type:
|
|
602
|
-
default: string;
|
|
625
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
626
|
+
default: string; /**
|
|
627
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
628
|
+
* multiple = true.
|
|
629
|
+
*/
|
|
603
630
|
};
|
|
604
631
|
state: {
|
|
605
632
|
type: () => import("../../../neon").NeonState;
|
|
@@ -613,7 +640,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
613
640
|
type: StringConstructor;
|
|
614
641
|
default: null;
|
|
615
642
|
};
|
|
643
|
+
/**
|
|
644
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
645
|
+
*/
|
|
616
646
|
iconReadonly: {
|
|
647
|
+
/**
|
|
648
|
+
* The color of the select.
|
|
649
|
+
*/
|
|
617
650
|
type: BooleanConstructor;
|
|
618
651
|
default: boolean;
|
|
619
652
|
};
|
|
@@ -641,6 +674,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
641
674
|
type: NumberConstructor;
|
|
642
675
|
default: null;
|
|
643
676
|
};
|
|
677
|
+
maxlengthLabel: {
|
|
678
|
+
type: StringConstructor;
|
|
679
|
+
default: string;
|
|
680
|
+
};
|
|
644
681
|
debounce: {
|
|
645
682
|
type: NumberConstructor;
|
|
646
683
|
default: undefined;
|
|
@@ -660,12 +697,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
660
697
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
661
698
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
662
699
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
700
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
663
701
|
focus: () => void;
|
|
664
702
|
click: () => void;
|
|
665
703
|
onFocus: () => void;
|
|
666
704
|
onBlur: () => void;
|
|
667
705
|
iconClicked: ($event: Event) => void;
|
|
668
|
-
changeValue: (event:
|
|
706
|
+
changeValue: (event: InputEvent) => void;
|
|
669
707
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
670
708
|
}, {}, {}, {}, {
|
|
671
709
|
disabled: boolean;
|
|
@@ -680,13 +718,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
680
718
|
inputmode: import("../../../neon").NeonInputMode;
|
|
681
719
|
modelValue: string;
|
|
682
720
|
state: import("../../../neon").NeonState;
|
|
683
|
-
autocomplete:
|
|
721
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
684
722
|
rows: number;
|
|
685
723
|
iconReadonly: boolean;
|
|
686
724
|
hideIcon: boolean;
|
|
687
725
|
stateHighlight: boolean;
|
|
688
726
|
stateIcon: boolean;
|
|
689
727
|
maxlength: number;
|
|
728
|
+
maxlengthLabel: string;
|
|
690
729
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
691
730
|
id: {
|
|
692
731
|
type: StringConstructor;
|
|
@@ -719,8 +758,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
719
758
|
default: import("../../../neon").NeonInputMode;
|
|
720
759
|
};
|
|
721
760
|
autocomplete: {
|
|
722
|
-
type:
|
|
723
|
-
default: string;
|
|
761
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
762
|
+
default: string; /**
|
|
763
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
764
|
+
* multiple = true.
|
|
765
|
+
*/
|
|
724
766
|
};
|
|
725
767
|
state: {
|
|
726
768
|
type: () => import("../../../neon").NeonState;
|
|
@@ -734,7 +776,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
734
776
|
type: StringConstructor;
|
|
735
777
|
default: null;
|
|
736
778
|
};
|
|
779
|
+
/**
|
|
780
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
781
|
+
*/
|
|
737
782
|
iconReadonly: {
|
|
783
|
+
/**
|
|
784
|
+
* The color of the select.
|
|
785
|
+
*/
|
|
738
786
|
type: BooleanConstructor;
|
|
739
787
|
default: boolean;
|
|
740
788
|
};
|
|
@@ -762,6 +810,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
762
810
|
type: NumberConstructor;
|
|
763
811
|
default: null;
|
|
764
812
|
};
|
|
813
|
+
maxlengthLabel: {
|
|
814
|
+
type: StringConstructor;
|
|
815
|
+
default: string;
|
|
816
|
+
};
|
|
765
817
|
debounce: {
|
|
766
818
|
type: NumberConstructor;
|
|
767
819
|
default: undefined;
|
|
@@ -781,12 +833,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
781
833
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
782
834
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
783
835
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
836
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
784
837
|
focus: () => void;
|
|
785
838
|
click: () => void;
|
|
786
839
|
onFocus: () => void;
|
|
787
840
|
onBlur: () => void;
|
|
788
841
|
iconClicked: ($event: Event) => void;
|
|
789
|
-
changeValue: (event:
|
|
842
|
+
changeValue: (event: InputEvent) => void;
|
|
790
843
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
791
844
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
792
845
|
disabled: boolean;
|
|
@@ -801,19 +854,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
801
854
|
inputmode: import("../../../neon").NeonInputMode;
|
|
802
855
|
modelValue: string;
|
|
803
856
|
state: import("../../../neon").NeonState;
|
|
804
|
-
autocomplete:
|
|
857
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
805
858
|
rows: number;
|
|
806
859
|
iconReadonly: boolean;
|
|
807
860
|
hideIcon: boolean;
|
|
808
861
|
stateHighlight: boolean;
|
|
809
862
|
stateIcon: boolean;
|
|
810
863
|
maxlength: number;
|
|
864
|
+
maxlengthLabel: string;
|
|
811
865
|
}, true, {}, {}, {
|
|
812
866
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
813
867
|
name: {
|
|
814
868
|
type: StringConstructor;
|
|
815
869
|
required: true;
|
|
816
870
|
};
|
|
871
|
+
id: {
|
|
872
|
+
type: StringConstructor;
|
|
873
|
+
default: null;
|
|
874
|
+
};
|
|
817
875
|
color: {
|
|
818
876
|
type: () => NeonFunctionalColor;
|
|
819
877
|
default: null;
|
|
@@ -827,15 +885,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
827
885
|
default: boolean;
|
|
828
886
|
};
|
|
829
887
|
}>, {
|
|
830
|
-
|
|
888
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
831
889
|
[x: string]: unknown;
|
|
832
|
-
}
|
|
833
|
-
icon: import("vue").ComputedRef<string>;
|
|
890
|
+
}>;
|
|
891
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
834
892
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
835
893
|
name: {
|
|
836
894
|
type: StringConstructor;
|
|
837
895
|
required: true;
|
|
838
896
|
};
|
|
897
|
+
id: {
|
|
898
|
+
type: StringConstructor;
|
|
899
|
+
default: null;
|
|
900
|
+
};
|
|
839
901
|
color: {
|
|
840
902
|
type: () => NeonFunctionalColor;
|
|
841
903
|
default: null;
|
|
@@ -851,6 +913,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
851
913
|
}>> & Readonly<{}>, {
|
|
852
914
|
disabled: boolean;
|
|
853
915
|
color: NeonFunctionalColor;
|
|
916
|
+
id: string;
|
|
854
917
|
inverse: boolean;
|
|
855
918
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
856
919
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -892,8 +955,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
892
955
|
default: import("../../../neon").NeonInputMode;
|
|
893
956
|
};
|
|
894
957
|
autocomplete: {
|
|
895
|
-
type:
|
|
896
|
-
default: string;
|
|
958
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
959
|
+
default: string; /**
|
|
960
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
961
|
+
* multiple = true.
|
|
962
|
+
*/
|
|
897
963
|
};
|
|
898
964
|
state: {
|
|
899
965
|
type: () => import("../../../neon").NeonState;
|
|
@@ -907,7 +973,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
907
973
|
type: StringConstructor;
|
|
908
974
|
default: null;
|
|
909
975
|
};
|
|
976
|
+
/**
|
|
977
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
978
|
+
*/
|
|
910
979
|
iconReadonly: {
|
|
980
|
+
/**
|
|
981
|
+
* The color of the select.
|
|
982
|
+
*/
|
|
911
983
|
type: BooleanConstructor;
|
|
912
984
|
default: boolean;
|
|
913
985
|
};
|
|
@@ -935,6 +1007,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
935
1007
|
type: NumberConstructor;
|
|
936
1008
|
default: null;
|
|
937
1009
|
};
|
|
1010
|
+
maxlengthLabel: {
|
|
1011
|
+
type: StringConstructor;
|
|
1012
|
+
default: string;
|
|
1013
|
+
};
|
|
938
1014
|
debounce: {
|
|
939
1015
|
type: NumberConstructor;
|
|
940
1016
|
default: undefined;
|
|
@@ -954,12 +1030,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
954
1030
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
955
1031
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
956
1032
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
1033
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
957
1034
|
focus: () => void;
|
|
958
1035
|
click: () => void;
|
|
959
1036
|
onFocus: () => void;
|
|
960
1037
|
onBlur: () => void;
|
|
961
1038
|
iconClicked: ($event: Event) => void;
|
|
962
|
-
changeValue: (event:
|
|
1039
|
+
changeValue: (event: InputEvent) => void;
|
|
963
1040
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
964
1041
|
}, {}, {}, {}, {
|
|
965
1042
|
disabled: boolean;
|
|
@@ -974,13 +1051,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
974
1051
|
inputmode: import("../../../neon").NeonInputMode;
|
|
975
1052
|
modelValue: string;
|
|
976
1053
|
state: import("../../../neon").NeonState;
|
|
977
|
-
autocomplete:
|
|
1054
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
978
1055
|
rows: number;
|
|
979
1056
|
iconReadonly: boolean;
|
|
980
1057
|
hideIcon: boolean;
|
|
981
1058
|
stateHighlight: boolean;
|
|
982
1059
|
stateIcon: boolean;
|
|
983
1060
|
maxlength: number;
|
|
1061
|
+
maxlengthLabel: string;
|
|
984
1062
|
}> | null>;
|
|
985
1063
|
files: import("vue").Ref<{
|
|
986
1064
|
readonly lastModified: number;
|
|
@@ -1350,6 +1428,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1350
1428
|
type: StringConstructor;
|
|
1351
1429
|
required: true;
|
|
1352
1430
|
};
|
|
1431
|
+
id: {
|
|
1432
|
+
type: StringConstructor;
|
|
1433
|
+
default: null;
|
|
1434
|
+
};
|
|
1353
1435
|
color: {
|
|
1354
1436
|
type: () => NeonFunctionalColor;
|
|
1355
1437
|
default: null;
|
|
@@ -1363,15 +1445,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1363
1445
|
default: boolean;
|
|
1364
1446
|
};
|
|
1365
1447
|
}>, {
|
|
1366
|
-
|
|
1448
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1367
1449
|
[x: string]: unknown;
|
|
1368
|
-
}
|
|
1369
|
-
icon: import("vue").ComputedRef<string>;
|
|
1450
|
+
}>;
|
|
1451
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1370
1452
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1371
1453
|
name: {
|
|
1372
1454
|
type: StringConstructor;
|
|
1373
1455
|
required: true;
|
|
1374
1456
|
};
|
|
1457
|
+
id: {
|
|
1458
|
+
type: StringConstructor;
|
|
1459
|
+
default: null;
|
|
1460
|
+
};
|
|
1375
1461
|
color: {
|
|
1376
1462
|
type: () => NeonFunctionalColor;
|
|
1377
1463
|
default: null;
|
|
@@ -1387,6 +1473,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1387
1473
|
}>> & Readonly<{}>, {
|
|
1388
1474
|
disabled: boolean;
|
|
1389
1475
|
color: NeonFunctionalColor;
|
|
1476
|
+
id: string;
|
|
1390
1477
|
inverse: boolean;
|
|
1391
1478
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1392
1479
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1446,6 +1533,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1446
1533
|
type: StringConstructor;
|
|
1447
1534
|
required: true;
|
|
1448
1535
|
};
|
|
1536
|
+
id: {
|
|
1537
|
+
type: StringConstructor;
|
|
1538
|
+
default: null;
|
|
1539
|
+
};
|
|
1449
1540
|
color: {
|
|
1450
1541
|
type: () => NeonFunctionalColor;
|
|
1451
1542
|
default: null;
|
|
@@ -1459,15 +1550,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1459
1550
|
default: boolean;
|
|
1460
1551
|
};
|
|
1461
1552
|
}>, {
|
|
1462
|
-
|
|
1553
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1463
1554
|
[x: string]: unknown;
|
|
1464
|
-
}
|
|
1465
|
-
icon: import("vue").ComputedRef<string>;
|
|
1555
|
+
}>;
|
|
1556
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1466
1557
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1467
1558
|
name: {
|
|
1468
1559
|
type: StringConstructor;
|
|
1469
1560
|
required: true;
|
|
1470
1561
|
};
|
|
1562
|
+
id: {
|
|
1563
|
+
type: StringConstructor;
|
|
1564
|
+
default: null;
|
|
1565
|
+
};
|
|
1471
1566
|
color: {
|
|
1472
1567
|
type: () => NeonFunctionalColor;
|
|
1473
1568
|
default: null;
|
|
@@ -1483,6 +1578,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1483
1578
|
}>> & Readonly<{}>, {
|
|
1484
1579
|
disabled: boolean;
|
|
1485
1580
|
color: NeonFunctionalColor;
|
|
1581
|
+
id: string;
|
|
1486
1582
|
inverse: boolean;
|
|
1487
1583
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1488
1584
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1519,8 +1615,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1519
1615
|
default: import("../../../neon").NeonInputMode;
|
|
1520
1616
|
};
|
|
1521
1617
|
autocomplete: {
|
|
1522
|
-
type:
|
|
1523
|
-
default: string;
|
|
1618
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1619
|
+
default: string; /**
|
|
1620
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
1621
|
+
* multiple = true.
|
|
1622
|
+
*/
|
|
1524
1623
|
};
|
|
1525
1624
|
state: {
|
|
1526
1625
|
type: () => import("../../../neon").NeonState;
|
|
@@ -1534,7 +1633,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1534
1633
|
type: StringConstructor;
|
|
1535
1634
|
default: null;
|
|
1536
1635
|
};
|
|
1636
|
+
/**
|
|
1637
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
1638
|
+
*/
|
|
1537
1639
|
iconReadonly: {
|
|
1640
|
+
/**
|
|
1641
|
+
* The color of the select.
|
|
1642
|
+
*/
|
|
1538
1643
|
type: BooleanConstructor;
|
|
1539
1644
|
default: boolean;
|
|
1540
1645
|
};
|
|
@@ -1562,6 +1667,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1562
1667
|
type: NumberConstructor;
|
|
1563
1668
|
default: null;
|
|
1564
1669
|
};
|
|
1670
|
+
maxlengthLabel: {
|
|
1671
|
+
type: StringConstructor;
|
|
1672
|
+
default: string;
|
|
1673
|
+
};
|
|
1565
1674
|
debounce: {
|
|
1566
1675
|
type: NumberConstructor;
|
|
1567
1676
|
default: undefined;
|
|
@@ -1576,12 +1685,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1576
1685
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
1577
1686
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
1578
1687
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
1688
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
1579
1689
|
focus: () => void;
|
|
1580
1690
|
click: () => void;
|
|
1581
1691
|
onFocus: () => void;
|
|
1582
1692
|
onBlur: () => void;
|
|
1583
1693
|
iconClicked: ($event: Event) => void;
|
|
1584
|
-
changeValue: (event:
|
|
1694
|
+
changeValue: (event: InputEvent) => void;
|
|
1585
1695
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1586
1696
|
}, {}, {}, {}, 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<{
|
|
1587
1697
|
id: {
|
|
@@ -1615,8 +1725,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1615
1725
|
default: import("../../../neon").NeonInputMode;
|
|
1616
1726
|
};
|
|
1617
1727
|
autocomplete: {
|
|
1618
|
-
type:
|
|
1619
|
-
default: string;
|
|
1728
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1729
|
+
default: string; /**
|
|
1730
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
1731
|
+
* multiple = true.
|
|
1732
|
+
*/
|
|
1620
1733
|
};
|
|
1621
1734
|
state: {
|
|
1622
1735
|
type: () => import("../../../neon").NeonState;
|
|
@@ -1630,7 +1743,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1630
1743
|
type: StringConstructor;
|
|
1631
1744
|
default: null;
|
|
1632
1745
|
};
|
|
1746
|
+
/**
|
|
1747
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
1748
|
+
*/
|
|
1633
1749
|
iconReadonly: {
|
|
1750
|
+
/**
|
|
1751
|
+
* The color of the select.
|
|
1752
|
+
*/
|
|
1634
1753
|
type: BooleanConstructor;
|
|
1635
1754
|
default: boolean;
|
|
1636
1755
|
};
|
|
@@ -1658,6 +1777,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1658
1777
|
type: NumberConstructor;
|
|
1659
1778
|
default: null;
|
|
1660
1779
|
};
|
|
1780
|
+
maxlengthLabel: {
|
|
1781
|
+
type: StringConstructor;
|
|
1782
|
+
default: string;
|
|
1783
|
+
};
|
|
1661
1784
|
debounce: {
|
|
1662
1785
|
type: NumberConstructor;
|
|
1663
1786
|
default: undefined;
|
|
@@ -1680,19 +1803,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1680
1803
|
inputmode: import("../../../neon").NeonInputMode;
|
|
1681
1804
|
modelValue: string;
|
|
1682
1805
|
state: import("../../../neon").NeonState;
|
|
1683
|
-
autocomplete:
|
|
1806
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
1684
1807
|
rows: number;
|
|
1685
1808
|
iconReadonly: boolean;
|
|
1686
1809
|
hideIcon: boolean;
|
|
1687
1810
|
stateHighlight: boolean;
|
|
1688
1811
|
stateIcon: boolean;
|
|
1689
1812
|
maxlength: number;
|
|
1813
|
+
maxlengthLabel: string;
|
|
1690
1814
|
}, {}, {
|
|
1691
1815
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1692
1816
|
name: {
|
|
1693
1817
|
type: StringConstructor;
|
|
1694
1818
|
required: true;
|
|
1695
1819
|
};
|
|
1820
|
+
id: {
|
|
1821
|
+
type: StringConstructor;
|
|
1822
|
+
default: null;
|
|
1823
|
+
};
|
|
1696
1824
|
color: {
|
|
1697
1825
|
type: () => NeonFunctionalColor;
|
|
1698
1826
|
default: null;
|
|
@@ -1706,15 +1834,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1706
1834
|
default: boolean;
|
|
1707
1835
|
};
|
|
1708
1836
|
}>, {
|
|
1709
|
-
|
|
1837
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1710
1838
|
[x: string]: unknown;
|
|
1711
|
-
}
|
|
1712
|
-
icon: import("vue").ComputedRef<string>;
|
|
1839
|
+
}>;
|
|
1840
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1713
1841
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1714
1842
|
name: {
|
|
1715
1843
|
type: StringConstructor;
|
|
1716
1844
|
required: true;
|
|
1717
1845
|
};
|
|
1846
|
+
id: {
|
|
1847
|
+
type: StringConstructor;
|
|
1848
|
+
default: null;
|
|
1849
|
+
};
|
|
1718
1850
|
color: {
|
|
1719
1851
|
type: () => NeonFunctionalColor;
|
|
1720
1852
|
default: null;
|
|
@@ -1730,6 +1862,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1730
1862
|
}>> & Readonly<{}>, {
|
|
1731
1863
|
disabled: boolean;
|
|
1732
1864
|
color: NeonFunctionalColor;
|
|
1865
|
+
id: string;
|
|
1733
1866
|
inverse: boolean;
|
|
1734
1867
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1735
1868
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1784,6 +1917,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1784
1917
|
type: StringConstructor;
|
|
1785
1918
|
required: true;
|
|
1786
1919
|
};
|
|
1920
|
+
id: {
|
|
1921
|
+
type: StringConstructor;
|
|
1922
|
+
default: null;
|
|
1923
|
+
};
|
|
1787
1924
|
color: {
|
|
1788
1925
|
type: () => NeonFunctionalColor;
|
|
1789
1926
|
default: null;
|
|
@@ -1797,15 +1934,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1797
1934
|
default: boolean;
|
|
1798
1935
|
};
|
|
1799
1936
|
}>, {
|
|
1800
|
-
|
|
1937
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1801
1938
|
[x: string]: unknown;
|
|
1802
|
-
}
|
|
1803
|
-
icon: import("vue").ComputedRef<string>;
|
|
1939
|
+
}>;
|
|
1940
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1804
1941
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1805
1942
|
name: {
|
|
1806
1943
|
type: StringConstructor;
|
|
1807
1944
|
required: true;
|
|
1808
1945
|
};
|
|
1946
|
+
id: {
|
|
1947
|
+
type: StringConstructor;
|
|
1948
|
+
default: null;
|
|
1949
|
+
};
|
|
1809
1950
|
color: {
|
|
1810
1951
|
type: () => NeonFunctionalColor;
|
|
1811
1952
|
default: null;
|
|
@@ -1821,6 +1962,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1821
1962
|
}>> & Readonly<{}>, {
|
|
1822
1963
|
disabled: boolean;
|
|
1823
1964
|
color: NeonFunctionalColor;
|
|
1965
|
+
id: string;
|
|
1824
1966
|
inverse: boolean;
|
|
1825
1967
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1826
1968
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1830,6 +1972,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1830
1972
|
type: StringConstructor;
|
|
1831
1973
|
required: true;
|
|
1832
1974
|
};
|
|
1975
|
+
id: {
|
|
1976
|
+
type: StringConstructor;
|
|
1977
|
+
default: null;
|
|
1978
|
+
};
|
|
1833
1979
|
color: {
|
|
1834
1980
|
type: () => NeonFunctionalColor;
|
|
1835
1981
|
default: null;
|
|
@@ -1843,15 +1989,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1843
1989
|
default: boolean;
|
|
1844
1990
|
};
|
|
1845
1991
|
}>, {
|
|
1846
|
-
|
|
1992
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1847
1993
|
[x: string]: unknown;
|
|
1848
|
-
}
|
|
1849
|
-
icon: import("vue").ComputedRef<string>;
|
|
1994
|
+
}>;
|
|
1995
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1850
1996
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1851
1997
|
name: {
|
|
1852
1998
|
type: StringConstructor;
|
|
1853
1999
|
required: true;
|
|
1854
2000
|
};
|
|
2001
|
+
id: {
|
|
2002
|
+
type: StringConstructor;
|
|
2003
|
+
default: null;
|
|
2004
|
+
};
|
|
1855
2005
|
color: {
|
|
1856
2006
|
type: () => NeonFunctionalColor;
|
|
1857
2007
|
default: null;
|
|
@@ -1867,6 +2017,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1867
2017
|
}>> & Readonly<{}>, {
|
|
1868
2018
|
disabled: boolean;
|
|
1869
2019
|
color: NeonFunctionalColor;
|
|
2020
|
+
id: string;
|
|
1870
2021
|
inverse: boolean;
|
|
1871
2022
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1872
2023
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2140,6 +2291,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2140
2291
|
type: StringConstructor;
|
|
2141
2292
|
required: true;
|
|
2142
2293
|
};
|
|
2294
|
+
id: {
|
|
2295
|
+
type: StringConstructor;
|
|
2296
|
+
default: null;
|
|
2297
|
+
};
|
|
2143
2298
|
color: {
|
|
2144
2299
|
type: () => NeonFunctionalColor;
|
|
2145
2300
|
default: null;
|
|
@@ -2153,15 +2308,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2153
2308
|
default: boolean;
|
|
2154
2309
|
};
|
|
2155
2310
|
}>, {
|
|
2156
|
-
|
|
2311
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2157
2312
|
[x: string]: unknown;
|
|
2158
|
-
}
|
|
2159
|
-
icon: import("vue").ComputedRef<string>;
|
|
2313
|
+
}>;
|
|
2314
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2160
2315
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2161
2316
|
name: {
|
|
2162
2317
|
type: StringConstructor;
|
|
2163
2318
|
required: true;
|
|
2164
2319
|
};
|
|
2320
|
+
id: {
|
|
2321
|
+
type: StringConstructor;
|
|
2322
|
+
default: null;
|
|
2323
|
+
};
|
|
2165
2324
|
color: {
|
|
2166
2325
|
type: () => NeonFunctionalColor;
|
|
2167
2326
|
default: null;
|
|
@@ -2177,6 +2336,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2177
2336
|
}>> & Readonly<{}>, {
|
|
2178
2337
|
disabled: boolean;
|
|
2179
2338
|
color: NeonFunctionalColor;
|
|
2339
|
+
id: string;
|
|
2180
2340
|
inverse: boolean;
|
|
2181
2341
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2182
2342
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2236,6 +2396,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2236
2396
|
type: StringConstructor;
|
|
2237
2397
|
required: true;
|
|
2238
2398
|
};
|
|
2399
|
+
id: {
|
|
2400
|
+
type: StringConstructor;
|
|
2401
|
+
default: null;
|
|
2402
|
+
};
|
|
2239
2403
|
color: {
|
|
2240
2404
|
type: () => NeonFunctionalColor;
|
|
2241
2405
|
default: null;
|
|
@@ -2249,15 +2413,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2249
2413
|
default: boolean;
|
|
2250
2414
|
};
|
|
2251
2415
|
}>, {
|
|
2252
|
-
|
|
2416
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2253
2417
|
[x: string]: unknown;
|
|
2254
|
-
}
|
|
2255
|
-
icon: import("vue").ComputedRef<string>;
|
|
2418
|
+
}>;
|
|
2419
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2256
2420
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2257
2421
|
name: {
|
|
2258
2422
|
type: StringConstructor;
|
|
2259
2423
|
required: true;
|
|
2260
2424
|
};
|
|
2425
|
+
id: {
|
|
2426
|
+
type: StringConstructor;
|
|
2427
|
+
default: null;
|
|
2428
|
+
};
|
|
2261
2429
|
color: {
|
|
2262
2430
|
type: () => NeonFunctionalColor;
|
|
2263
2431
|
default: null;
|
|
@@ -2273,6 +2441,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2273
2441
|
}>> & Readonly<{}>, {
|
|
2274
2442
|
disabled: boolean;
|
|
2275
2443
|
color: NeonFunctionalColor;
|
|
2444
|
+
id: string;
|
|
2276
2445
|
inverse: boolean;
|
|
2277
2446
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2278
2447
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2742,8 +2911,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2742
2911
|
default: import("../../../neon").NeonInputMode;
|
|
2743
2912
|
};
|
|
2744
2913
|
autocomplete: {
|
|
2745
|
-
type:
|
|
2746
|
-
default: string;
|
|
2914
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
2915
|
+
default: string; /**
|
|
2916
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
2917
|
+
* multiple = true.
|
|
2918
|
+
*/
|
|
2747
2919
|
};
|
|
2748
2920
|
state: {
|
|
2749
2921
|
type: () => import("../../../neon").NeonState;
|
|
@@ -2757,7 +2929,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2757
2929
|
type: StringConstructor;
|
|
2758
2930
|
default: null;
|
|
2759
2931
|
};
|
|
2932
|
+
/**
|
|
2933
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
2934
|
+
*/
|
|
2760
2935
|
iconReadonly: {
|
|
2936
|
+
/**
|
|
2937
|
+
* The color of the select.
|
|
2938
|
+
*/
|
|
2761
2939
|
type: BooleanConstructor;
|
|
2762
2940
|
default: boolean;
|
|
2763
2941
|
};
|
|
@@ -2785,6 +2963,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2785
2963
|
type: NumberConstructor;
|
|
2786
2964
|
default: null;
|
|
2787
2965
|
};
|
|
2966
|
+
maxlengthLabel: {
|
|
2967
|
+
type: StringConstructor;
|
|
2968
|
+
default: string;
|
|
2969
|
+
};
|
|
2788
2970
|
debounce: {
|
|
2789
2971
|
type: NumberConstructor;
|
|
2790
2972
|
default: undefined;
|
|
@@ -2804,12 +2986,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2804
2986
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
2805
2987
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
2806
2988
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
2989
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
2807
2990
|
focus: () => void;
|
|
2808
2991
|
click: () => void;
|
|
2809
2992
|
onFocus: () => void;
|
|
2810
2993
|
onBlur: () => void;
|
|
2811
2994
|
iconClicked: ($event: Event) => void;
|
|
2812
|
-
changeValue: (event:
|
|
2995
|
+
changeValue: (event: InputEvent) => void;
|
|
2813
2996
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2814
2997
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
2815
2998
|
disabled: boolean;
|
|
@@ -2824,19 +3007,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2824
3007
|
inputmode: import("../../../neon").NeonInputMode;
|
|
2825
3008
|
modelValue: string;
|
|
2826
3009
|
state: import("../../../neon").NeonState;
|
|
2827
|
-
autocomplete:
|
|
3010
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
2828
3011
|
rows: number;
|
|
2829
3012
|
iconReadonly: boolean;
|
|
2830
3013
|
hideIcon: boolean;
|
|
2831
3014
|
stateHighlight: boolean;
|
|
2832
3015
|
stateIcon: boolean;
|
|
2833
3016
|
maxlength: number;
|
|
3017
|
+
maxlengthLabel: string;
|
|
2834
3018
|
}, true, {}, {}, {
|
|
2835
3019
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2836
3020
|
name: {
|
|
2837
3021
|
type: StringConstructor;
|
|
2838
3022
|
required: true;
|
|
2839
3023
|
};
|
|
3024
|
+
id: {
|
|
3025
|
+
type: StringConstructor;
|
|
3026
|
+
default: null;
|
|
3027
|
+
};
|
|
2840
3028
|
color: {
|
|
2841
3029
|
type: () => NeonFunctionalColor;
|
|
2842
3030
|
default: null;
|
|
@@ -2850,15 +3038,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2850
3038
|
default: boolean;
|
|
2851
3039
|
};
|
|
2852
3040
|
}>, {
|
|
2853
|
-
|
|
3041
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2854
3042
|
[x: string]: unknown;
|
|
2855
|
-
}
|
|
2856
|
-
icon: import("vue").ComputedRef<string>;
|
|
3043
|
+
}>;
|
|
3044
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2857
3045
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2858
3046
|
name: {
|
|
2859
3047
|
type: StringConstructor;
|
|
2860
3048
|
required: true;
|
|
2861
3049
|
};
|
|
3050
|
+
id: {
|
|
3051
|
+
type: StringConstructor;
|
|
3052
|
+
default: null;
|
|
3053
|
+
};
|
|
2862
3054
|
color: {
|
|
2863
3055
|
type: () => NeonFunctionalColor;
|
|
2864
3056
|
default: null;
|
|
@@ -2874,6 +3066,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2874
3066
|
}>> & Readonly<{}>, {
|
|
2875
3067
|
disabled: boolean;
|
|
2876
3068
|
color: NeonFunctionalColor;
|
|
3069
|
+
id: string;
|
|
2877
3070
|
inverse: boolean;
|
|
2878
3071
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2879
3072
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2915,8 +3108,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2915
3108
|
default: import("../../../neon").NeonInputMode;
|
|
2916
3109
|
};
|
|
2917
3110
|
autocomplete: {
|
|
2918
|
-
type:
|
|
2919
|
-
default: string;
|
|
3111
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3112
|
+
default: string; /**
|
|
3113
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
3114
|
+
* multiple = true.
|
|
3115
|
+
*/
|
|
2920
3116
|
};
|
|
2921
3117
|
state: {
|
|
2922
3118
|
type: () => import("../../../neon").NeonState;
|
|
@@ -2930,7 +3126,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2930
3126
|
type: StringConstructor;
|
|
2931
3127
|
default: null;
|
|
2932
3128
|
};
|
|
3129
|
+
/**
|
|
3130
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
3131
|
+
*/
|
|
2933
3132
|
iconReadonly: {
|
|
3133
|
+
/**
|
|
3134
|
+
* The color of the select.
|
|
3135
|
+
*/
|
|
2934
3136
|
type: BooleanConstructor;
|
|
2935
3137
|
default: boolean;
|
|
2936
3138
|
};
|
|
@@ -2958,6 +3160,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2958
3160
|
type: NumberConstructor;
|
|
2959
3161
|
default: null;
|
|
2960
3162
|
};
|
|
3163
|
+
maxlengthLabel: {
|
|
3164
|
+
type: StringConstructor;
|
|
3165
|
+
default: string;
|
|
3166
|
+
};
|
|
2961
3167
|
debounce: {
|
|
2962
3168
|
type: NumberConstructor;
|
|
2963
3169
|
default: undefined;
|
|
@@ -2977,12 +3183,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2977
3183
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
2978
3184
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
2979
3185
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3186
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
2980
3187
|
focus: () => void;
|
|
2981
3188
|
click: () => void;
|
|
2982
3189
|
onFocus: () => void;
|
|
2983
3190
|
onBlur: () => void;
|
|
2984
3191
|
iconClicked: ($event: Event) => void;
|
|
2985
|
-
changeValue: (event:
|
|
3192
|
+
changeValue: (event: InputEvent) => void;
|
|
2986
3193
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
2987
3194
|
}, {}, {}, {}, {
|
|
2988
3195
|
disabled: boolean;
|
|
@@ -2997,13 +3204,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2997
3204
|
inputmode: import("../../../neon").NeonInputMode;
|
|
2998
3205
|
modelValue: string;
|
|
2999
3206
|
state: import("../../../neon").NeonState;
|
|
3000
|
-
autocomplete:
|
|
3207
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3001
3208
|
rows: number;
|
|
3002
3209
|
iconReadonly: boolean;
|
|
3003
3210
|
hideIcon: boolean;
|
|
3004
3211
|
stateHighlight: boolean;
|
|
3005
3212
|
stateIcon: boolean;
|
|
3006
3213
|
maxlength: number;
|
|
3214
|
+
maxlengthLabel: string;
|
|
3007
3215
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3008
3216
|
id: {
|
|
3009
3217
|
type: StringConstructor;
|
|
@@ -3036,8 +3244,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3036
3244
|
default: import("../../../neon").NeonInputMode;
|
|
3037
3245
|
};
|
|
3038
3246
|
autocomplete: {
|
|
3039
|
-
type:
|
|
3040
|
-
default: string;
|
|
3247
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3248
|
+
default: string; /**
|
|
3249
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
3250
|
+
* multiple = true.
|
|
3251
|
+
*/
|
|
3041
3252
|
};
|
|
3042
3253
|
state: {
|
|
3043
3254
|
type: () => import("../../../neon").NeonState;
|
|
@@ -3051,7 +3262,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3051
3262
|
type: StringConstructor;
|
|
3052
3263
|
default: null;
|
|
3053
3264
|
};
|
|
3265
|
+
/**
|
|
3266
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
3267
|
+
*/
|
|
3054
3268
|
iconReadonly: {
|
|
3269
|
+
/**
|
|
3270
|
+
* The color of the select.
|
|
3271
|
+
*/
|
|
3055
3272
|
type: BooleanConstructor;
|
|
3056
3273
|
default: boolean;
|
|
3057
3274
|
};
|
|
@@ -3079,6 +3296,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3079
3296
|
type: NumberConstructor;
|
|
3080
3297
|
default: null;
|
|
3081
3298
|
};
|
|
3299
|
+
maxlengthLabel: {
|
|
3300
|
+
type: StringConstructor;
|
|
3301
|
+
default: string;
|
|
3302
|
+
};
|
|
3082
3303
|
debounce: {
|
|
3083
3304
|
type: NumberConstructor;
|
|
3084
3305
|
default: undefined;
|
|
@@ -3098,12 +3319,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3098
3319
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3099
3320
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3100
3321
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3322
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3101
3323
|
focus: () => void;
|
|
3102
3324
|
click: () => void;
|
|
3103
3325
|
onFocus: () => void;
|
|
3104
3326
|
onBlur: () => void;
|
|
3105
3327
|
iconClicked: ($event: Event) => void;
|
|
3106
|
-
changeValue: (event:
|
|
3328
|
+
changeValue: (event: InputEvent) => void;
|
|
3107
3329
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3108
3330
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
3109
3331
|
disabled: boolean;
|
|
@@ -3118,19 +3340,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3118
3340
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3119
3341
|
modelValue: string;
|
|
3120
3342
|
state: import("../../../neon").NeonState;
|
|
3121
|
-
autocomplete:
|
|
3343
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3122
3344
|
rows: number;
|
|
3123
3345
|
iconReadonly: boolean;
|
|
3124
3346
|
hideIcon: boolean;
|
|
3125
3347
|
stateHighlight: boolean;
|
|
3126
3348
|
stateIcon: boolean;
|
|
3127
3349
|
maxlength: number;
|
|
3350
|
+
maxlengthLabel: string;
|
|
3128
3351
|
}, true, {}, {}, {
|
|
3129
3352
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3130
3353
|
name: {
|
|
3131
3354
|
type: StringConstructor;
|
|
3132
3355
|
required: true;
|
|
3133
3356
|
};
|
|
3357
|
+
id: {
|
|
3358
|
+
type: StringConstructor;
|
|
3359
|
+
default: null;
|
|
3360
|
+
};
|
|
3134
3361
|
color: {
|
|
3135
3362
|
type: () => NeonFunctionalColor;
|
|
3136
3363
|
default: null;
|
|
@@ -3144,15 +3371,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3144
3371
|
default: boolean;
|
|
3145
3372
|
};
|
|
3146
3373
|
}>, {
|
|
3147
|
-
|
|
3374
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3148
3375
|
[x: string]: unknown;
|
|
3149
|
-
}
|
|
3150
|
-
icon: import("vue").ComputedRef<string>;
|
|
3376
|
+
}>;
|
|
3377
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3151
3378
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3152
3379
|
name: {
|
|
3153
3380
|
type: StringConstructor;
|
|
3154
3381
|
required: true;
|
|
3155
3382
|
};
|
|
3383
|
+
id: {
|
|
3384
|
+
type: StringConstructor;
|
|
3385
|
+
default: null;
|
|
3386
|
+
};
|
|
3156
3387
|
color: {
|
|
3157
3388
|
type: () => NeonFunctionalColor;
|
|
3158
3389
|
default: null;
|
|
@@ -3168,6 +3399,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3168
3399
|
}>> & Readonly<{}>, {
|
|
3169
3400
|
disabled: boolean;
|
|
3170
3401
|
color: NeonFunctionalColor;
|
|
3402
|
+
id: string;
|
|
3171
3403
|
inverse: boolean;
|
|
3172
3404
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3173
3405
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -3209,8 +3441,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3209
3441
|
default: import("../../../neon").NeonInputMode;
|
|
3210
3442
|
};
|
|
3211
3443
|
autocomplete: {
|
|
3212
|
-
type:
|
|
3213
|
-
default: string;
|
|
3444
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
3445
|
+
default: string; /**
|
|
3446
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
3447
|
+
* multiple = true.
|
|
3448
|
+
*/
|
|
3214
3449
|
};
|
|
3215
3450
|
state: {
|
|
3216
3451
|
type: () => import("../../../neon").NeonState;
|
|
@@ -3224,7 +3459,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3224
3459
|
type: StringConstructor;
|
|
3225
3460
|
default: null;
|
|
3226
3461
|
};
|
|
3462
|
+
/**
|
|
3463
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
3464
|
+
*/
|
|
3227
3465
|
iconReadonly: {
|
|
3466
|
+
/**
|
|
3467
|
+
* The color of the select.
|
|
3468
|
+
*/
|
|
3228
3469
|
type: BooleanConstructor;
|
|
3229
3470
|
default: boolean;
|
|
3230
3471
|
};
|
|
@@ -3252,6 +3493,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3252
3493
|
type: NumberConstructor;
|
|
3253
3494
|
default: null;
|
|
3254
3495
|
};
|
|
3496
|
+
maxlengthLabel: {
|
|
3497
|
+
type: StringConstructor;
|
|
3498
|
+
default: string;
|
|
3499
|
+
};
|
|
3255
3500
|
debounce: {
|
|
3256
3501
|
type: NumberConstructor;
|
|
3257
3502
|
default: undefined;
|
|
@@ -3271,12 +3516,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3271
3516
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3272
3517
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3273
3518
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
3519
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3274
3520
|
focus: () => void;
|
|
3275
3521
|
click: () => void;
|
|
3276
3522
|
onFocus: () => void;
|
|
3277
3523
|
onBlur: () => void;
|
|
3278
3524
|
iconClicked: ($event: Event) => void;
|
|
3279
|
-
changeValue: (event:
|
|
3525
|
+
changeValue: (event: InputEvent) => void;
|
|
3280
3526
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3281
3527
|
}, {}, {}, {}, {
|
|
3282
3528
|
disabled: boolean;
|
|
@@ -3291,13 +3537,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3291
3537
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3292
3538
|
modelValue: string;
|
|
3293
3539
|
state: import("../../../neon").NeonState;
|
|
3294
|
-
autocomplete:
|
|
3540
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
3295
3541
|
rows: number;
|
|
3296
3542
|
iconReadonly: boolean;
|
|
3297
3543
|
hideIcon: boolean;
|
|
3298
3544
|
stateHighlight: boolean;
|
|
3299
3545
|
stateIcon: boolean;
|
|
3300
3546
|
maxlength: number;
|
|
3547
|
+
maxlengthLabel: string;
|
|
3301
3548
|
}> | null>;
|
|
3302
3549
|
files: import("vue").Ref<{
|
|
3303
3550
|
readonly lastModified: number;
|
|
@@ -3667,6 +3914,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3667
3914
|
type: StringConstructor;
|
|
3668
3915
|
required: true;
|
|
3669
3916
|
};
|
|
3917
|
+
id: {
|
|
3918
|
+
type: StringConstructor;
|
|
3919
|
+
default: null;
|
|
3920
|
+
};
|
|
3670
3921
|
color: {
|
|
3671
3922
|
type: () => NeonFunctionalColor;
|
|
3672
3923
|
default: null;
|
|
@@ -3680,15 +3931,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3680
3931
|
default: boolean;
|
|
3681
3932
|
};
|
|
3682
3933
|
}>, {
|
|
3683
|
-
|
|
3934
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3684
3935
|
[x: string]: unknown;
|
|
3685
|
-
}
|
|
3686
|
-
icon: import("vue").ComputedRef<string>;
|
|
3936
|
+
}>;
|
|
3937
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3687
3938
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3688
3939
|
name: {
|
|
3689
3940
|
type: StringConstructor;
|
|
3690
3941
|
required: true;
|
|
3691
3942
|
};
|
|
3943
|
+
id: {
|
|
3944
|
+
type: StringConstructor;
|
|
3945
|
+
default: null;
|
|
3946
|
+
};
|
|
3692
3947
|
color: {
|
|
3693
3948
|
type: () => NeonFunctionalColor;
|
|
3694
3949
|
default: null;
|
|
@@ -3704,6 +3959,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3704
3959
|
}>> & Readonly<{}>, {
|
|
3705
3960
|
disabled: boolean;
|
|
3706
3961
|
color: NeonFunctionalColor;
|
|
3962
|
+
id: string;
|
|
3707
3963
|
inverse: boolean;
|
|
3708
3964
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3709
3965
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -3763,6 +4019,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3763
4019
|
type: StringConstructor;
|
|
3764
4020
|
required: true;
|
|
3765
4021
|
};
|
|
4022
|
+
id: {
|
|
4023
|
+
type: StringConstructor;
|
|
4024
|
+
default: null;
|
|
4025
|
+
};
|
|
3766
4026
|
color: {
|
|
3767
4027
|
type: () => NeonFunctionalColor;
|
|
3768
4028
|
default: null;
|
|
@@ -3776,15 +4036,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3776
4036
|
default: boolean;
|
|
3777
4037
|
};
|
|
3778
4038
|
}>, {
|
|
3779
|
-
|
|
4039
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
3780
4040
|
[x: string]: unknown;
|
|
3781
|
-
}
|
|
3782
|
-
icon: import("vue").ComputedRef<string>;
|
|
4041
|
+
}>;
|
|
4042
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
3783
4043
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3784
4044
|
name: {
|
|
3785
4045
|
type: StringConstructor;
|
|
3786
4046
|
required: true;
|
|
3787
4047
|
};
|
|
4048
|
+
id: {
|
|
4049
|
+
type: StringConstructor;
|
|
4050
|
+
default: null;
|
|
4051
|
+
};
|
|
3788
4052
|
color: {
|
|
3789
4053
|
type: () => NeonFunctionalColor;
|
|
3790
4054
|
default: null;
|
|
@@ -3800,6 +4064,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3800
4064
|
}>> & Readonly<{}>, {
|
|
3801
4065
|
disabled: boolean;
|
|
3802
4066
|
color: NeonFunctionalColor;
|
|
4067
|
+
id: string;
|
|
3803
4068
|
inverse: boolean;
|
|
3804
4069
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3805
4070
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3836,8 +4101,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3836
4101
|
default: import("../../../neon").NeonInputMode;
|
|
3837
4102
|
};
|
|
3838
4103
|
autocomplete: {
|
|
3839
|
-
type:
|
|
3840
|
-
default: string;
|
|
4104
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
4105
|
+
default: string; /**
|
|
4106
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
4107
|
+
* multiple = true.
|
|
4108
|
+
*/
|
|
3841
4109
|
};
|
|
3842
4110
|
state: {
|
|
3843
4111
|
type: () => import("../../../neon").NeonState;
|
|
@@ -3851,7 +4119,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3851
4119
|
type: StringConstructor;
|
|
3852
4120
|
default: null;
|
|
3853
4121
|
};
|
|
4122
|
+
/**
|
|
4123
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
4124
|
+
*/
|
|
3854
4125
|
iconReadonly: {
|
|
4126
|
+
/**
|
|
4127
|
+
* The color of the select.
|
|
4128
|
+
*/
|
|
3855
4129
|
type: BooleanConstructor;
|
|
3856
4130
|
default: boolean;
|
|
3857
4131
|
};
|
|
@@ -3879,6 +4153,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3879
4153
|
type: NumberConstructor;
|
|
3880
4154
|
default: null;
|
|
3881
4155
|
};
|
|
4156
|
+
maxlengthLabel: {
|
|
4157
|
+
type: StringConstructor;
|
|
4158
|
+
default: string;
|
|
4159
|
+
};
|
|
3882
4160
|
debounce: {
|
|
3883
4161
|
type: NumberConstructor;
|
|
3884
4162
|
default: undefined;
|
|
@@ -3893,12 +4171,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3893
4171
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
3894
4172
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
3895
4173
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
4174
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
3896
4175
|
focus: () => void;
|
|
3897
4176
|
click: () => void;
|
|
3898
4177
|
onFocus: () => void;
|
|
3899
4178
|
onBlur: () => void;
|
|
3900
4179
|
iconClicked: ($event: Event) => void;
|
|
3901
|
-
changeValue: (event:
|
|
4180
|
+
changeValue: (event: InputEvent) => void;
|
|
3902
4181
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
3903
4182
|
}, {}, {}, {}, 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<{
|
|
3904
4183
|
id: {
|
|
@@ -3932,8 +4211,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3932
4211
|
default: import("../../../neon").NeonInputMode;
|
|
3933
4212
|
};
|
|
3934
4213
|
autocomplete: {
|
|
3935
|
-
type:
|
|
3936
|
-
default: string;
|
|
4214
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
4215
|
+
default: string; /**
|
|
4216
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
4217
|
+
* multiple = true.
|
|
4218
|
+
*/
|
|
3937
4219
|
};
|
|
3938
4220
|
state: {
|
|
3939
4221
|
type: () => import("../../../neon").NeonState;
|
|
@@ -3947,7 +4229,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3947
4229
|
type: StringConstructor;
|
|
3948
4230
|
default: null;
|
|
3949
4231
|
};
|
|
4232
|
+
/**
|
|
4233
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
4234
|
+
*/
|
|
3950
4235
|
iconReadonly: {
|
|
4236
|
+
/**
|
|
4237
|
+
* The color of the select.
|
|
4238
|
+
*/
|
|
3951
4239
|
type: BooleanConstructor;
|
|
3952
4240
|
default: boolean;
|
|
3953
4241
|
};
|
|
@@ -3975,6 +4263,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3975
4263
|
type: NumberConstructor;
|
|
3976
4264
|
default: null;
|
|
3977
4265
|
};
|
|
4266
|
+
maxlengthLabel: {
|
|
4267
|
+
type: StringConstructor;
|
|
4268
|
+
default: string;
|
|
4269
|
+
};
|
|
3978
4270
|
debounce: {
|
|
3979
4271
|
type: NumberConstructor;
|
|
3980
4272
|
default: undefined;
|
|
@@ -3997,19 +4289,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3997
4289
|
inputmode: import("../../../neon").NeonInputMode;
|
|
3998
4290
|
modelValue: string;
|
|
3999
4291
|
state: import("../../../neon").NeonState;
|
|
4000
|
-
autocomplete:
|
|
4292
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
4001
4293
|
rows: number;
|
|
4002
4294
|
iconReadonly: boolean;
|
|
4003
4295
|
hideIcon: boolean;
|
|
4004
4296
|
stateHighlight: boolean;
|
|
4005
4297
|
stateIcon: boolean;
|
|
4006
4298
|
maxlength: number;
|
|
4299
|
+
maxlengthLabel: string;
|
|
4007
4300
|
}, {}, {
|
|
4008
4301
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4009
4302
|
name: {
|
|
4010
4303
|
type: StringConstructor;
|
|
4011
4304
|
required: true;
|
|
4012
4305
|
};
|
|
4306
|
+
id: {
|
|
4307
|
+
type: StringConstructor;
|
|
4308
|
+
default: null;
|
|
4309
|
+
};
|
|
4013
4310
|
color: {
|
|
4014
4311
|
type: () => NeonFunctionalColor;
|
|
4015
4312
|
default: null;
|
|
@@ -4023,15 +4320,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4023
4320
|
default: boolean;
|
|
4024
4321
|
};
|
|
4025
4322
|
}>, {
|
|
4026
|
-
|
|
4323
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4027
4324
|
[x: string]: unknown;
|
|
4028
|
-
}
|
|
4029
|
-
icon: import("vue").ComputedRef<string>;
|
|
4325
|
+
}>;
|
|
4326
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4030
4327
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4031
4328
|
name: {
|
|
4032
4329
|
type: StringConstructor;
|
|
4033
4330
|
required: true;
|
|
4034
4331
|
};
|
|
4332
|
+
id: {
|
|
4333
|
+
type: StringConstructor;
|
|
4334
|
+
default: null;
|
|
4335
|
+
};
|
|
4035
4336
|
color: {
|
|
4036
4337
|
type: () => NeonFunctionalColor;
|
|
4037
4338
|
default: null;
|
|
@@ -4047,6 +4348,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4047
4348
|
}>> & Readonly<{}>, {
|
|
4048
4349
|
disabled: boolean;
|
|
4049
4350
|
color: NeonFunctionalColor;
|
|
4351
|
+
id: string;
|
|
4050
4352
|
inverse: boolean;
|
|
4051
4353
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4052
4354
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4101,6 +4403,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4101
4403
|
type: StringConstructor;
|
|
4102
4404
|
required: true;
|
|
4103
4405
|
};
|
|
4406
|
+
id: {
|
|
4407
|
+
type: StringConstructor;
|
|
4408
|
+
default: null;
|
|
4409
|
+
};
|
|
4104
4410
|
color: {
|
|
4105
4411
|
type: () => NeonFunctionalColor;
|
|
4106
4412
|
default: null;
|
|
@@ -4114,15 +4420,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4114
4420
|
default: boolean;
|
|
4115
4421
|
};
|
|
4116
4422
|
}>, {
|
|
4117
|
-
|
|
4423
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4118
4424
|
[x: string]: unknown;
|
|
4119
|
-
}
|
|
4120
|
-
icon: import("vue").ComputedRef<string>;
|
|
4425
|
+
}>;
|
|
4426
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4121
4427
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4122
4428
|
name: {
|
|
4123
4429
|
type: StringConstructor;
|
|
4124
4430
|
required: true;
|
|
4125
4431
|
};
|
|
4432
|
+
id: {
|
|
4433
|
+
type: StringConstructor;
|
|
4434
|
+
default: null;
|
|
4435
|
+
};
|
|
4126
4436
|
color: {
|
|
4127
4437
|
type: () => NeonFunctionalColor;
|
|
4128
4438
|
default: null;
|
|
@@ -4138,6 +4448,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4138
4448
|
}>> & Readonly<{}>, {
|
|
4139
4449
|
disabled: boolean;
|
|
4140
4450
|
color: NeonFunctionalColor;
|
|
4451
|
+
id: string;
|
|
4141
4452
|
inverse: boolean;
|
|
4142
4453
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4143
4454
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4147,6 +4458,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4147
4458
|
type: StringConstructor;
|
|
4148
4459
|
required: true;
|
|
4149
4460
|
};
|
|
4461
|
+
id: {
|
|
4462
|
+
type: StringConstructor;
|
|
4463
|
+
default: null;
|
|
4464
|
+
};
|
|
4150
4465
|
color: {
|
|
4151
4466
|
type: () => NeonFunctionalColor;
|
|
4152
4467
|
default: null;
|
|
@@ -4160,15 +4475,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4160
4475
|
default: boolean;
|
|
4161
4476
|
};
|
|
4162
4477
|
}>, {
|
|
4163
|
-
|
|
4478
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4164
4479
|
[x: string]: unknown;
|
|
4165
|
-
}
|
|
4166
|
-
icon: import("vue").ComputedRef<string>;
|
|
4480
|
+
}>;
|
|
4481
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4167
4482
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4168
4483
|
name: {
|
|
4169
4484
|
type: StringConstructor;
|
|
4170
4485
|
required: true;
|
|
4171
4486
|
};
|
|
4487
|
+
id: {
|
|
4488
|
+
type: StringConstructor;
|
|
4489
|
+
default: null;
|
|
4490
|
+
};
|
|
4172
4491
|
color: {
|
|
4173
4492
|
type: () => NeonFunctionalColor;
|
|
4174
4493
|
default: null;
|
|
@@ -4184,6 +4503,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4184
4503
|
}>> & Readonly<{}>, {
|
|
4185
4504
|
disabled: boolean;
|
|
4186
4505
|
color: NeonFunctionalColor;
|
|
4506
|
+
id: string;
|
|
4187
4507
|
inverse: boolean;
|
|
4188
4508
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4189
4509
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -4457,6 +4777,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4457
4777
|
type: StringConstructor;
|
|
4458
4778
|
required: true;
|
|
4459
4779
|
};
|
|
4780
|
+
id: {
|
|
4781
|
+
type: StringConstructor;
|
|
4782
|
+
default: null;
|
|
4783
|
+
};
|
|
4460
4784
|
color: {
|
|
4461
4785
|
type: () => NeonFunctionalColor;
|
|
4462
4786
|
default: null;
|
|
@@ -4470,15 +4794,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4470
4794
|
default: boolean;
|
|
4471
4795
|
};
|
|
4472
4796
|
}>, {
|
|
4473
|
-
|
|
4797
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4474
4798
|
[x: string]: unknown;
|
|
4475
|
-
}
|
|
4476
|
-
icon: import("vue").ComputedRef<string>;
|
|
4799
|
+
}>;
|
|
4800
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4477
4801
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4478
4802
|
name: {
|
|
4479
4803
|
type: StringConstructor;
|
|
4480
4804
|
required: true;
|
|
4481
4805
|
};
|
|
4806
|
+
id: {
|
|
4807
|
+
type: StringConstructor;
|
|
4808
|
+
default: null;
|
|
4809
|
+
};
|
|
4482
4810
|
color: {
|
|
4483
4811
|
type: () => NeonFunctionalColor;
|
|
4484
4812
|
default: null;
|
|
@@ -4494,6 +4822,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4494
4822
|
}>> & Readonly<{}>, {
|
|
4495
4823
|
disabled: boolean;
|
|
4496
4824
|
color: NeonFunctionalColor;
|
|
4825
|
+
id: string;
|
|
4497
4826
|
inverse: boolean;
|
|
4498
4827
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4499
4828
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -4553,6 +4882,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4553
4882
|
type: StringConstructor;
|
|
4554
4883
|
required: true;
|
|
4555
4884
|
};
|
|
4885
|
+
id: {
|
|
4886
|
+
type: StringConstructor;
|
|
4887
|
+
default: null;
|
|
4888
|
+
};
|
|
4556
4889
|
color: {
|
|
4557
4890
|
type: () => NeonFunctionalColor;
|
|
4558
4891
|
default: null;
|
|
@@ -4566,15 +4899,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4566
4899
|
default: boolean;
|
|
4567
4900
|
};
|
|
4568
4901
|
}>, {
|
|
4569
|
-
|
|
4902
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
4570
4903
|
[x: string]: unknown;
|
|
4571
|
-
}
|
|
4572
|
-
icon: import("vue").ComputedRef<string>;
|
|
4904
|
+
}>;
|
|
4905
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
4573
4906
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4574
4907
|
name: {
|
|
4575
4908
|
type: StringConstructor;
|
|
4576
4909
|
required: true;
|
|
4577
4910
|
};
|
|
4911
|
+
id: {
|
|
4912
|
+
type: StringConstructor;
|
|
4913
|
+
default: null;
|
|
4914
|
+
};
|
|
4578
4915
|
color: {
|
|
4579
4916
|
type: () => NeonFunctionalColor;
|
|
4580
4917
|
default: null;
|
|
@@ -4590,6 +4927,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4590
4927
|
}>> & Readonly<{}>, {
|
|
4591
4928
|
disabled: boolean;
|
|
4592
4929
|
color: NeonFunctionalColor;
|
|
4930
|
+
id: string;
|
|
4593
4931
|
inverse: boolean;
|
|
4594
4932
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4595
4933
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5248,8 +5586,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5248
5586
|
default: import("../../../neon").NeonInputMode;
|
|
5249
5587
|
};
|
|
5250
5588
|
autocomplete: {
|
|
5251
|
-
type:
|
|
5252
|
-
default: string;
|
|
5589
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5590
|
+
default: string; /**
|
|
5591
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
5592
|
+
* multiple = true.
|
|
5593
|
+
*/
|
|
5253
5594
|
};
|
|
5254
5595
|
state: {
|
|
5255
5596
|
type: () => import("../../../neon").NeonState;
|
|
@@ -5263,7 +5604,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5263
5604
|
type: StringConstructor;
|
|
5264
5605
|
default: null;
|
|
5265
5606
|
};
|
|
5607
|
+
/**
|
|
5608
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
5609
|
+
*/
|
|
5266
5610
|
iconReadonly: {
|
|
5611
|
+
/**
|
|
5612
|
+
* The color of the select.
|
|
5613
|
+
*/
|
|
5267
5614
|
type: BooleanConstructor;
|
|
5268
5615
|
default: boolean;
|
|
5269
5616
|
};
|
|
@@ -5291,6 +5638,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5291
5638
|
type: NumberConstructor;
|
|
5292
5639
|
default: null;
|
|
5293
5640
|
};
|
|
5641
|
+
maxlengthLabel: {
|
|
5642
|
+
type: StringConstructor;
|
|
5643
|
+
default: string;
|
|
5644
|
+
};
|
|
5294
5645
|
debounce: {
|
|
5295
5646
|
type: NumberConstructor;
|
|
5296
5647
|
default: undefined;
|
|
@@ -5310,12 +5661,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5310
5661
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5311
5662
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5312
5663
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5664
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5313
5665
|
focus: () => void;
|
|
5314
5666
|
click: () => void;
|
|
5315
5667
|
onFocus: () => void;
|
|
5316
5668
|
onBlur: () => void;
|
|
5317
5669
|
iconClicked: ($event: Event) => void;
|
|
5318
|
-
changeValue: (event:
|
|
5670
|
+
changeValue: (event: InputEvent) => void;
|
|
5319
5671
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5320
5672
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
5321
5673
|
disabled: boolean;
|
|
@@ -5330,19 +5682,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5330
5682
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5331
5683
|
modelValue: string;
|
|
5332
5684
|
state: import("../../../neon").NeonState;
|
|
5333
|
-
autocomplete:
|
|
5685
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5334
5686
|
rows: number;
|
|
5335
5687
|
iconReadonly: boolean;
|
|
5336
5688
|
hideIcon: boolean;
|
|
5337
5689
|
stateHighlight: boolean;
|
|
5338
5690
|
stateIcon: boolean;
|
|
5339
5691
|
maxlength: number;
|
|
5692
|
+
maxlengthLabel: string;
|
|
5340
5693
|
}, true, {}, {}, {
|
|
5341
5694
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5342
5695
|
name: {
|
|
5343
5696
|
type: StringConstructor;
|
|
5344
5697
|
required: true;
|
|
5345
5698
|
};
|
|
5699
|
+
id: {
|
|
5700
|
+
type: StringConstructor;
|
|
5701
|
+
default: null;
|
|
5702
|
+
};
|
|
5346
5703
|
color: {
|
|
5347
5704
|
type: () => NeonFunctionalColor;
|
|
5348
5705
|
default: null;
|
|
@@ -5356,15 +5713,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5356
5713
|
default: boolean;
|
|
5357
5714
|
};
|
|
5358
5715
|
}>, {
|
|
5359
|
-
|
|
5716
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
5360
5717
|
[x: string]: unknown;
|
|
5361
|
-
}
|
|
5362
|
-
icon: import("vue").ComputedRef<string>;
|
|
5718
|
+
}>;
|
|
5719
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
5363
5720
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5364
5721
|
name: {
|
|
5365
5722
|
type: StringConstructor;
|
|
5366
5723
|
required: true;
|
|
5367
5724
|
};
|
|
5725
|
+
id: {
|
|
5726
|
+
type: StringConstructor;
|
|
5727
|
+
default: null;
|
|
5728
|
+
};
|
|
5368
5729
|
color: {
|
|
5369
5730
|
type: () => NeonFunctionalColor;
|
|
5370
5731
|
default: null;
|
|
@@ -5380,6 +5741,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5380
5741
|
}>> & Readonly<{}>, {
|
|
5381
5742
|
disabled: boolean;
|
|
5382
5743
|
color: NeonFunctionalColor;
|
|
5744
|
+
id: string;
|
|
5383
5745
|
inverse: boolean;
|
|
5384
5746
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5385
5747
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5421,8 +5783,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5421
5783
|
default: import("../../../neon").NeonInputMode;
|
|
5422
5784
|
};
|
|
5423
5785
|
autocomplete: {
|
|
5424
|
-
type:
|
|
5425
|
-
default: string;
|
|
5786
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5787
|
+
default: string; /**
|
|
5788
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
5789
|
+
* multiple = true.
|
|
5790
|
+
*/
|
|
5426
5791
|
};
|
|
5427
5792
|
state: {
|
|
5428
5793
|
type: () => import("../../../neon").NeonState;
|
|
@@ -5436,7 +5801,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5436
5801
|
type: StringConstructor;
|
|
5437
5802
|
default: null;
|
|
5438
5803
|
};
|
|
5804
|
+
/**
|
|
5805
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
5806
|
+
*/
|
|
5439
5807
|
iconReadonly: {
|
|
5808
|
+
/**
|
|
5809
|
+
* The color of the select.
|
|
5810
|
+
*/
|
|
5440
5811
|
type: BooleanConstructor;
|
|
5441
5812
|
default: boolean;
|
|
5442
5813
|
};
|
|
@@ -5464,6 +5835,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5464
5835
|
type: NumberConstructor;
|
|
5465
5836
|
default: null;
|
|
5466
5837
|
};
|
|
5838
|
+
maxlengthLabel: {
|
|
5839
|
+
type: StringConstructor;
|
|
5840
|
+
default: string;
|
|
5841
|
+
};
|
|
5467
5842
|
debounce: {
|
|
5468
5843
|
type: NumberConstructor;
|
|
5469
5844
|
default: undefined;
|
|
@@ -5483,12 +5858,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5483
5858
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5484
5859
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5485
5860
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5861
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5486
5862
|
focus: () => void;
|
|
5487
5863
|
click: () => void;
|
|
5488
5864
|
onFocus: () => void;
|
|
5489
5865
|
onBlur: () => void;
|
|
5490
5866
|
iconClicked: ($event: Event) => void;
|
|
5491
|
-
changeValue: (event:
|
|
5867
|
+
changeValue: (event: InputEvent) => void;
|
|
5492
5868
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5493
5869
|
}, {}, {}, {}, {
|
|
5494
5870
|
disabled: boolean;
|
|
@@ -5503,13 +5879,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5503
5879
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5504
5880
|
modelValue: string;
|
|
5505
5881
|
state: import("../../../neon").NeonState;
|
|
5506
|
-
autocomplete:
|
|
5882
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5507
5883
|
rows: number;
|
|
5508
5884
|
iconReadonly: boolean;
|
|
5509
5885
|
hideIcon: boolean;
|
|
5510
5886
|
stateHighlight: boolean;
|
|
5511
5887
|
stateIcon: boolean;
|
|
5512
5888
|
maxlength: number;
|
|
5889
|
+
maxlengthLabel: string;
|
|
5513
5890
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5514
5891
|
id: {
|
|
5515
5892
|
type: StringConstructor;
|
|
@@ -5542,8 +5919,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5542
5919
|
default: import("../../../neon").NeonInputMode;
|
|
5543
5920
|
};
|
|
5544
5921
|
autocomplete: {
|
|
5545
|
-
type:
|
|
5546
|
-
default: string;
|
|
5922
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
5923
|
+
default: string; /**
|
|
5924
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
5925
|
+
* multiple = true.
|
|
5926
|
+
*/
|
|
5547
5927
|
};
|
|
5548
5928
|
state: {
|
|
5549
5929
|
type: () => import("../../../neon").NeonState;
|
|
@@ -5557,7 +5937,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5557
5937
|
type: StringConstructor;
|
|
5558
5938
|
default: null;
|
|
5559
5939
|
};
|
|
5940
|
+
/**
|
|
5941
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
5942
|
+
*/
|
|
5560
5943
|
iconReadonly: {
|
|
5944
|
+
/**
|
|
5945
|
+
* The color of the select.
|
|
5946
|
+
*/
|
|
5561
5947
|
type: BooleanConstructor;
|
|
5562
5948
|
default: boolean;
|
|
5563
5949
|
};
|
|
@@ -5585,6 +5971,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5585
5971
|
type: NumberConstructor;
|
|
5586
5972
|
default: null;
|
|
5587
5973
|
};
|
|
5974
|
+
maxlengthLabel: {
|
|
5975
|
+
type: StringConstructor;
|
|
5976
|
+
default: string;
|
|
5977
|
+
};
|
|
5588
5978
|
debounce: {
|
|
5589
5979
|
type: NumberConstructor;
|
|
5590
5980
|
default: undefined;
|
|
@@ -5604,12 +5994,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5604
5994
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5605
5995
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5606
5996
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
5997
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5607
5998
|
focus: () => void;
|
|
5608
5999
|
click: () => void;
|
|
5609
6000
|
onFocus: () => void;
|
|
5610
6001
|
onBlur: () => void;
|
|
5611
6002
|
iconClicked: ($event: Event) => void;
|
|
5612
|
-
changeValue: (event:
|
|
6003
|
+
changeValue: (event: InputEvent) => void;
|
|
5613
6004
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5614
6005
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
5615
6006
|
disabled: boolean;
|
|
@@ -5624,19 +6015,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5624
6015
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5625
6016
|
modelValue: string;
|
|
5626
6017
|
state: import("../../../neon").NeonState;
|
|
5627
|
-
autocomplete:
|
|
6018
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5628
6019
|
rows: number;
|
|
5629
6020
|
iconReadonly: boolean;
|
|
5630
6021
|
hideIcon: boolean;
|
|
5631
6022
|
stateHighlight: boolean;
|
|
5632
6023
|
stateIcon: boolean;
|
|
5633
6024
|
maxlength: number;
|
|
6025
|
+
maxlengthLabel: string;
|
|
5634
6026
|
}, true, {}, {}, {
|
|
5635
6027
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5636
6028
|
name: {
|
|
5637
6029
|
type: StringConstructor;
|
|
5638
6030
|
required: true;
|
|
5639
6031
|
};
|
|
6032
|
+
id: {
|
|
6033
|
+
type: StringConstructor;
|
|
6034
|
+
default: null;
|
|
6035
|
+
};
|
|
5640
6036
|
color: {
|
|
5641
6037
|
type: () => NeonFunctionalColor;
|
|
5642
6038
|
default: null;
|
|
@@ -5650,15 +6046,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5650
6046
|
default: boolean;
|
|
5651
6047
|
};
|
|
5652
6048
|
}>, {
|
|
5653
|
-
|
|
6049
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
5654
6050
|
[x: string]: unknown;
|
|
5655
|
-
}
|
|
5656
|
-
icon: import("vue").ComputedRef<string>;
|
|
6051
|
+
}>;
|
|
6052
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
5657
6053
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5658
6054
|
name: {
|
|
5659
6055
|
type: StringConstructor;
|
|
5660
6056
|
required: true;
|
|
5661
6057
|
};
|
|
6058
|
+
id: {
|
|
6059
|
+
type: StringConstructor;
|
|
6060
|
+
default: null;
|
|
6061
|
+
};
|
|
5662
6062
|
color: {
|
|
5663
6063
|
type: () => NeonFunctionalColor;
|
|
5664
6064
|
default: null;
|
|
@@ -5674,6 +6074,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5674
6074
|
}>> & Readonly<{}>, {
|
|
5675
6075
|
disabled: boolean;
|
|
5676
6076
|
color: NeonFunctionalColor;
|
|
6077
|
+
id: string;
|
|
5677
6078
|
inverse: boolean;
|
|
5678
6079
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5679
6080
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -5715,8 +6116,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5715
6116
|
default: import("../../../neon").NeonInputMode;
|
|
5716
6117
|
};
|
|
5717
6118
|
autocomplete: {
|
|
5718
|
-
type:
|
|
5719
|
-
default: string;
|
|
6119
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
6120
|
+
default: string; /**
|
|
6121
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
6122
|
+
* multiple = true.
|
|
6123
|
+
*/
|
|
5720
6124
|
};
|
|
5721
6125
|
state: {
|
|
5722
6126
|
type: () => import("../../../neon").NeonState;
|
|
@@ -5730,7 +6134,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5730
6134
|
type: StringConstructor;
|
|
5731
6135
|
default: null;
|
|
5732
6136
|
};
|
|
6137
|
+
/**
|
|
6138
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
6139
|
+
*/
|
|
5733
6140
|
iconReadonly: {
|
|
6141
|
+
/**
|
|
6142
|
+
* The color of the select.
|
|
6143
|
+
*/
|
|
5734
6144
|
type: BooleanConstructor;
|
|
5735
6145
|
default: boolean;
|
|
5736
6146
|
};
|
|
@@ -5758,6 +6168,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5758
6168
|
type: NumberConstructor;
|
|
5759
6169
|
default: null;
|
|
5760
6170
|
};
|
|
6171
|
+
maxlengthLabel: {
|
|
6172
|
+
type: StringConstructor;
|
|
6173
|
+
default: string;
|
|
6174
|
+
};
|
|
5761
6175
|
debounce: {
|
|
5762
6176
|
type: NumberConstructor;
|
|
5763
6177
|
default: undefined;
|
|
@@ -5777,12 +6191,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5777
6191
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
5778
6192
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
5779
6193
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
6194
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
5780
6195
|
focus: () => void;
|
|
5781
6196
|
click: () => void;
|
|
5782
6197
|
onFocus: () => void;
|
|
5783
6198
|
onBlur: () => void;
|
|
5784
6199
|
iconClicked: ($event: Event) => void;
|
|
5785
|
-
changeValue: (event:
|
|
6200
|
+
changeValue: (event: InputEvent) => void;
|
|
5786
6201
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
5787
6202
|
}, {}, {}, {}, {
|
|
5788
6203
|
disabled: boolean;
|
|
@@ -5797,13 +6212,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5797
6212
|
inputmode: import("../../../neon").NeonInputMode;
|
|
5798
6213
|
modelValue: string;
|
|
5799
6214
|
state: import("../../../neon").NeonState;
|
|
5800
|
-
autocomplete:
|
|
6215
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
5801
6216
|
rows: number;
|
|
5802
6217
|
iconReadonly: boolean;
|
|
5803
6218
|
hideIcon: boolean;
|
|
5804
6219
|
stateHighlight: boolean;
|
|
5805
6220
|
stateIcon: boolean;
|
|
5806
6221
|
maxlength: number;
|
|
6222
|
+
maxlengthLabel: string;
|
|
5807
6223
|
}> | null>;
|
|
5808
6224
|
files: import("vue").Ref<{
|
|
5809
6225
|
readonly lastModified: number;
|
|
@@ -6173,6 +6589,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6173
6589
|
type: StringConstructor;
|
|
6174
6590
|
required: true;
|
|
6175
6591
|
};
|
|
6592
|
+
id: {
|
|
6593
|
+
type: StringConstructor;
|
|
6594
|
+
default: null;
|
|
6595
|
+
};
|
|
6176
6596
|
color: {
|
|
6177
6597
|
type: () => NeonFunctionalColor;
|
|
6178
6598
|
default: null;
|
|
@@ -6186,15 +6606,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6186
6606
|
default: boolean;
|
|
6187
6607
|
};
|
|
6188
6608
|
}>, {
|
|
6189
|
-
|
|
6609
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6190
6610
|
[x: string]: unknown;
|
|
6191
|
-
}
|
|
6192
|
-
icon: import("vue").ComputedRef<string>;
|
|
6611
|
+
}>;
|
|
6612
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6193
6613
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6194
6614
|
name: {
|
|
6195
6615
|
type: StringConstructor;
|
|
6196
6616
|
required: true;
|
|
6197
6617
|
};
|
|
6618
|
+
id: {
|
|
6619
|
+
type: StringConstructor;
|
|
6620
|
+
default: null;
|
|
6621
|
+
};
|
|
6198
6622
|
color: {
|
|
6199
6623
|
type: () => NeonFunctionalColor;
|
|
6200
6624
|
default: null;
|
|
@@ -6210,6 +6634,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6210
6634
|
}>> & Readonly<{}>, {
|
|
6211
6635
|
disabled: boolean;
|
|
6212
6636
|
color: NeonFunctionalColor;
|
|
6637
|
+
id: string;
|
|
6213
6638
|
inverse: boolean;
|
|
6214
6639
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6215
6640
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -6269,6 +6694,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6269
6694
|
type: StringConstructor;
|
|
6270
6695
|
required: true;
|
|
6271
6696
|
};
|
|
6697
|
+
id: {
|
|
6698
|
+
type: StringConstructor;
|
|
6699
|
+
default: null;
|
|
6700
|
+
};
|
|
6272
6701
|
color: {
|
|
6273
6702
|
type: () => NeonFunctionalColor;
|
|
6274
6703
|
default: null;
|
|
@@ -6282,15 +6711,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6282
6711
|
default: boolean;
|
|
6283
6712
|
};
|
|
6284
6713
|
}>, {
|
|
6285
|
-
|
|
6714
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6286
6715
|
[x: string]: unknown;
|
|
6287
|
-
}
|
|
6288
|
-
icon: import("vue").ComputedRef<string>;
|
|
6716
|
+
}>;
|
|
6717
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6289
6718
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6290
6719
|
name: {
|
|
6291
6720
|
type: StringConstructor;
|
|
6292
6721
|
required: true;
|
|
6293
6722
|
};
|
|
6723
|
+
id: {
|
|
6724
|
+
type: StringConstructor;
|
|
6725
|
+
default: null;
|
|
6726
|
+
};
|
|
6294
6727
|
color: {
|
|
6295
6728
|
type: () => NeonFunctionalColor;
|
|
6296
6729
|
default: null;
|
|
@@ -6306,6 +6739,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6306
6739
|
}>> & Readonly<{}>, {
|
|
6307
6740
|
disabled: boolean;
|
|
6308
6741
|
color: NeonFunctionalColor;
|
|
6742
|
+
id: string;
|
|
6309
6743
|
inverse: boolean;
|
|
6310
6744
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6311
6745
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6342,8 +6776,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6342
6776
|
default: import("../../../neon").NeonInputMode;
|
|
6343
6777
|
};
|
|
6344
6778
|
autocomplete: {
|
|
6345
|
-
type:
|
|
6346
|
-
default: string;
|
|
6779
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
6780
|
+
default: string; /**
|
|
6781
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
6782
|
+
* multiple = true.
|
|
6783
|
+
*/
|
|
6347
6784
|
};
|
|
6348
6785
|
state: {
|
|
6349
6786
|
type: () => import("../../../neon").NeonState;
|
|
@@ -6357,7 +6794,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6357
6794
|
type: StringConstructor;
|
|
6358
6795
|
default: null;
|
|
6359
6796
|
};
|
|
6797
|
+
/**
|
|
6798
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
6799
|
+
*/
|
|
6360
6800
|
iconReadonly: {
|
|
6801
|
+
/**
|
|
6802
|
+
* The color of the select.
|
|
6803
|
+
*/
|
|
6361
6804
|
type: BooleanConstructor;
|
|
6362
6805
|
default: boolean;
|
|
6363
6806
|
};
|
|
@@ -6385,6 +6828,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6385
6828
|
type: NumberConstructor;
|
|
6386
6829
|
default: null;
|
|
6387
6830
|
};
|
|
6831
|
+
maxlengthLabel: {
|
|
6832
|
+
type: StringConstructor;
|
|
6833
|
+
default: string;
|
|
6834
|
+
};
|
|
6388
6835
|
debounce: {
|
|
6389
6836
|
type: NumberConstructor;
|
|
6390
6837
|
default: undefined;
|
|
@@ -6399,12 +6846,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6399
6846
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
6400
6847
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
6401
6848
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
6849
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
6402
6850
|
focus: () => void;
|
|
6403
6851
|
click: () => void;
|
|
6404
6852
|
onFocus: () => void;
|
|
6405
6853
|
onBlur: () => void;
|
|
6406
6854
|
iconClicked: ($event: Event) => void;
|
|
6407
|
-
changeValue: (event:
|
|
6855
|
+
changeValue: (event: InputEvent) => void;
|
|
6408
6856
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
6409
6857
|
}, {}, {}, {}, 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<{
|
|
6410
6858
|
id: {
|
|
@@ -6438,8 +6886,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6438
6886
|
default: import("../../../neon").NeonInputMode;
|
|
6439
6887
|
};
|
|
6440
6888
|
autocomplete: {
|
|
6441
|
-
type:
|
|
6442
|
-
default: string;
|
|
6889
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
6890
|
+
default: string; /**
|
|
6891
|
+
* Either a single string, indicating the key of the selected option or an array of selected keys in the case
|
|
6892
|
+
* multiple = true.
|
|
6893
|
+
*/
|
|
6443
6894
|
};
|
|
6444
6895
|
state: {
|
|
6445
6896
|
type: () => import("../../../neon").NeonState;
|
|
@@ -6453,7 +6904,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6453
6904
|
type: StringConstructor;
|
|
6454
6905
|
default: null;
|
|
6455
6906
|
};
|
|
6907
|
+
/**
|
|
6908
|
+
* The size of the dropdown - Small, Medium or Large.
|
|
6909
|
+
*/
|
|
6456
6910
|
iconReadonly: {
|
|
6911
|
+
/**
|
|
6912
|
+
* The color of the select.
|
|
6913
|
+
*/
|
|
6457
6914
|
type: BooleanConstructor;
|
|
6458
6915
|
default: boolean;
|
|
6459
6916
|
};
|
|
@@ -6481,6 +6938,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6481
6938
|
type: NumberConstructor;
|
|
6482
6939
|
default: null;
|
|
6483
6940
|
};
|
|
6941
|
+
maxlengthLabel: {
|
|
6942
|
+
type: StringConstructor;
|
|
6943
|
+
default: string;
|
|
6944
|
+
};
|
|
6484
6945
|
debounce: {
|
|
6485
6946
|
type: NumberConstructor;
|
|
6486
6947
|
default: undefined;
|
|
@@ -6503,19 +6964,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6503
6964
|
inputmode: import("../../../neon").NeonInputMode;
|
|
6504
6965
|
modelValue: string;
|
|
6505
6966
|
state: import("../../../neon").NeonState;
|
|
6506
|
-
autocomplete:
|
|
6967
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
6507
6968
|
rows: number;
|
|
6508
6969
|
iconReadonly: boolean;
|
|
6509
6970
|
hideIcon: boolean;
|
|
6510
6971
|
stateHighlight: boolean;
|
|
6511
6972
|
stateIcon: boolean;
|
|
6512
6973
|
maxlength: number;
|
|
6974
|
+
maxlengthLabel: string;
|
|
6513
6975
|
}, {}, {
|
|
6514
6976
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6515
6977
|
name: {
|
|
6516
6978
|
type: StringConstructor;
|
|
6517
6979
|
required: true;
|
|
6518
6980
|
};
|
|
6981
|
+
id: {
|
|
6982
|
+
type: StringConstructor;
|
|
6983
|
+
default: null;
|
|
6984
|
+
};
|
|
6519
6985
|
color: {
|
|
6520
6986
|
type: () => NeonFunctionalColor;
|
|
6521
6987
|
default: null;
|
|
@@ -6529,15 +6995,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6529
6995
|
default: boolean;
|
|
6530
6996
|
};
|
|
6531
6997
|
}>, {
|
|
6532
|
-
|
|
6998
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6533
6999
|
[x: string]: unknown;
|
|
6534
|
-
}
|
|
6535
|
-
icon: import("vue").ComputedRef<string>;
|
|
7000
|
+
}>;
|
|
7001
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6536
7002
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6537
7003
|
name: {
|
|
6538
7004
|
type: StringConstructor;
|
|
6539
7005
|
required: true;
|
|
6540
7006
|
};
|
|
7007
|
+
id: {
|
|
7008
|
+
type: StringConstructor;
|
|
7009
|
+
default: null;
|
|
7010
|
+
};
|
|
6541
7011
|
color: {
|
|
6542
7012
|
type: () => NeonFunctionalColor;
|
|
6543
7013
|
default: null;
|
|
@@ -6553,6 +7023,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6553
7023
|
}>> & Readonly<{}>, {
|
|
6554
7024
|
disabled: boolean;
|
|
6555
7025
|
color: NeonFunctionalColor;
|
|
7026
|
+
id: string;
|
|
6556
7027
|
inverse: boolean;
|
|
6557
7028
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6558
7029
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6607,6 +7078,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6607
7078
|
type: StringConstructor;
|
|
6608
7079
|
required: true;
|
|
6609
7080
|
};
|
|
7081
|
+
id: {
|
|
7082
|
+
type: StringConstructor;
|
|
7083
|
+
default: null;
|
|
7084
|
+
};
|
|
6610
7085
|
color: {
|
|
6611
7086
|
type: () => NeonFunctionalColor;
|
|
6612
7087
|
default: null;
|
|
@@ -6620,15 +7095,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6620
7095
|
default: boolean;
|
|
6621
7096
|
};
|
|
6622
7097
|
}>, {
|
|
6623
|
-
|
|
7098
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6624
7099
|
[x: string]: unknown;
|
|
6625
|
-
}
|
|
6626
|
-
icon: import("vue").ComputedRef<string>;
|
|
7100
|
+
}>;
|
|
7101
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6627
7102
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6628
7103
|
name: {
|
|
6629
7104
|
type: StringConstructor;
|
|
6630
7105
|
required: true;
|
|
6631
7106
|
};
|
|
7107
|
+
id: {
|
|
7108
|
+
type: StringConstructor;
|
|
7109
|
+
default: null;
|
|
7110
|
+
};
|
|
6632
7111
|
color: {
|
|
6633
7112
|
type: () => NeonFunctionalColor;
|
|
6634
7113
|
default: null;
|
|
@@ -6644,6 +7123,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6644
7123
|
}>> & Readonly<{}>, {
|
|
6645
7124
|
disabled: boolean;
|
|
6646
7125
|
color: NeonFunctionalColor;
|
|
7126
|
+
id: string;
|
|
6647
7127
|
inverse: boolean;
|
|
6648
7128
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6649
7129
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6653,6 +7133,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6653
7133
|
type: StringConstructor;
|
|
6654
7134
|
required: true;
|
|
6655
7135
|
};
|
|
7136
|
+
id: {
|
|
7137
|
+
type: StringConstructor;
|
|
7138
|
+
default: null;
|
|
7139
|
+
};
|
|
6656
7140
|
color: {
|
|
6657
7141
|
type: () => NeonFunctionalColor;
|
|
6658
7142
|
default: null;
|
|
@@ -6666,15 +7150,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6666
7150
|
default: boolean;
|
|
6667
7151
|
};
|
|
6668
7152
|
}>, {
|
|
6669
|
-
|
|
7153
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6670
7154
|
[x: string]: unknown;
|
|
6671
|
-
}
|
|
6672
|
-
icon: import("vue").ComputedRef<string>;
|
|
7155
|
+
}>;
|
|
7156
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6673
7157
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6674
7158
|
name: {
|
|
6675
7159
|
type: StringConstructor;
|
|
6676
7160
|
required: true;
|
|
6677
7161
|
};
|
|
7162
|
+
id: {
|
|
7163
|
+
type: StringConstructor;
|
|
7164
|
+
default: null;
|
|
7165
|
+
};
|
|
6678
7166
|
color: {
|
|
6679
7167
|
type: () => NeonFunctionalColor;
|
|
6680
7168
|
default: null;
|
|
@@ -6690,6 +7178,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6690
7178
|
}>> & Readonly<{}>, {
|
|
6691
7179
|
disabled: boolean;
|
|
6692
7180
|
color: NeonFunctionalColor;
|
|
7181
|
+
id: string;
|
|
6693
7182
|
inverse: boolean;
|
|
6694
7183
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6695
7184
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6963,6 +7452,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6963
7452
|
type: StringConstructor;
|
|
6964
7453
|
required: true;
|
|
6965
7454
|
};
|
|
7455
|
+
id: {
|
|
7456
|
+
type: StringConstructor;
|
|
7457
|
+
default: null;
|
|
7458
|
+
};
|
|
6966
7459
|
color: {
|
|
6967
7460
|
type: () => NeonFunctionalColor;
|
|
6968
7461
|
default: null;
|
|
@@ -6976,15 +7469,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6976
7469
|
default: boolean;
|
|
6977
7470
|
};
|
|
6978
7471
|
}>, {
|
|
6979
|
-
|
|
7472
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
6980
7473
|
[x: string]: unknown;
|
|
6981
|
-
}
|
|
6982
|
-
icon: import("vue").ComputedRef<string>;
|
|
7474
|
+
}>;
|
|
7475
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
6983
7476
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6984
7477
|
name: {
|
|
6985
7478
|
type: StringConstructor;
|
|
6986
7479
|
required: true;
|
|
6987
7480
|
};
|
|
7481
|
+
id: {
|
|
7482
|
+
type: StringConstructor;
|
|
7483
|
+
default: null;
|
|
7484
|
+
};
|
|
6988
7485
|
color: {
|
|
6989
7486
|
type: () => NeonFunctionalColor;
|
|
6990
7487
|
default: null;
|
|
@@ -7000,6 +7497,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7000
7497
|
}>> & Readonly<{}>, {
|
|
7001
7498
|
disabled: boolean;
|
|
7002
7499
|
color: NeonFunctionalColor;
|
|
7500
|
+
id: string;
|
|
7003
7501
|
inverse: boolean;
|
|
7004
7502
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7005
7503
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -7059,6 +7557,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7059
7557
|
type: StringConstructor;
|
|
7060
7558
|
required: true;
|
|
7061
7559
|
};
|
|
7560
|
+
id: {
|
|
7561
|
+
type: StringConstructor;
|
|
7562
|
+
default: null;
|
|
7563
|
+
};
|
|
7062
7564
|
color: {
|
|
7063
7565
|
type: () => NeonFunctionalColor;
|
|
7064
7566
|
default: null;
|
|
@@ -7072,15 +7574,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7072
7574
|
default: boolean;
|
|
7073
7575
|
};
|
|
7074
7576
|
}>, {
|
|
7075
|
-
|
|
7577
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7076
7578
|
[x: string]: unknown;
|
|
7077
|
-
}
|
|
7078
|
-
icon: import("vue").ComputedRef<string>;
|
|
7579
|
+
}>;
|
|
7580
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7079
7581
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7080
7582
|
name: {
|
|
7081
7583
|
type: StringConstructor;
|
|
7082
7584
|
required: true;
|
|
7083
7585
|
};
|
|
7586
|
+
id: {
|
|
7587
|
+
type: StringConstructor;
|
|
7588
|
+
default: null;
|
|
7589
|
+
};
|
|
7084
7590
|
color: {
|
|
7085
7591
|
type: () => NeonFunctionalColor;
|
|
7086
7592
|
default: null;
|
|
@@ -7096,6 +7602,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7096
7602
|
}>> & Readonly<{}>, {
|
|
7097
7603
|
disabled: boolean;
|
|
7098
7604
|
color: NeonFunctionalColor;
|
|
7605
|
+
id: string;
|
|
7099
7606
|
inverse: boolean;
|
|
7100
7607
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7101
7608
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7146,6 +7653,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7146
7653
|
type: StringConstructor;
|
|
7147
7654
|
required: true;
|
|
7148
7655
|
};
|
|
7656
|
+
id: {
|
|
7657
|
+
type: StringConstructor;
|
|
7658
|
+
default: null;
|
|
7659
|
+
};
|
|
7149
7660
|
color: {
|
|
7150
7661
|
type: () => NeonFunctionalColor;
|
|
7151
7662
|
default: null;
|
|
@@ -7159,15 +7670,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7159
7670
|
default: boolean;
|
|
7160
7671
|
};
|
|
7161
7672
|
}>, {
|
|
7162
|
-
|
|
7673
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7163
7674
|
[x: string]: unknown;
|
|
7164
|
-
}
|
|
7165
|
-
icon: import("vue").ComputedRef<string>;
|
|
7675
|
+
}>;
|
|
7676
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7166
7677
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7167
7678
|
name: {
|
|
7168
7679
|
type: StringConstructor;
|
|
7169
7680
|
required: true;
|
|
7170
7681
|
};
|
|
7682
|
+
id: {
|
|
7683
|
+
type: StringConstructor;
|
|
7684
|
+
default: null;
|
|
7685
|
+
};
|
|
7171
7686
|
color: {
|
|
7172
7687
|
type: () => NeonFunctionalColor;
|
|
7173
7688
|
default: null;
|
|
@@ -7183,6 +7698,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7183
7698
|
}>> & Readonly<{}>, {
|
|
7184
7699
|
disabled: boolean;
|
|
7185
7700
|
color: NeonFunctionalColor;
|
|
7701
|
+
id: string;
|
|
7186
7702
|
inverse: boolean;
|
|
7187
7703
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7188
7704
|
NeonSwitch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -7274,6 +7790,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7274
7790
|
type: StringConstructor;
|
|
7275
7791
|
required: true;
|
|
7276
7792
|
};
|
|
7793
|
+
id: {
|
|
7794
|
+
type: StringConstructor;
|
|
7795
|
+
default: null;
|
|
7796
|
+
};
|
|
7277
7797
|
color: {
|
|
7278
7798
|
type: () => NeonFunctionalColor;
|
|
7279
7799
|
default: null;
|
|
@@ -7287,15 +7807,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7287
7807
|
default: boolean;
|
|
7288
7808
|
};
|
|
7289
7809
|
}>, {
|
|
7290
|
-
|
|
7810
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
7291
7811
|
[x: string]: unknown;
|
|
7292
|
-
}
|
|
7293
|
-
icon: import("vue").ComputedRef<string>;
|
|
7812
|
+
}>;
|
|
7813
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
7294
7814
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7295
7815
|
name: {
|
|
7296
7816
|
type: StringConstructor;
|
|
7297
7817
|
required: true;
|
|
7298
7818
|
};
|
|
7819
|
+
id: {
|
|
7820
|
+
type: StringConstructor;
|
|
7821
|
+
default: null;
|
|
7822
|
+
};
|
|
7299
7823
|
color: {
|
|
7300
7824
|
type: () => NeonFunctionalColor;
|
|
7301
7825
|
default: null;
|
|
@@ -7311,6 +7835,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7311
7835
|
}>> & Readonly<{}>, {
|
|
7312
7836
|
disabled: boolean;
|
|
7313
7837
|
color: NeonFunctionalColor;
|
|
7838
|
+
id: string;
|
|
7314
7839
|
inverse: boolean;
|
|
7315
7840
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7316
7841
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|