@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
|
@@ -483,15 +483,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
483
483
|
default: import("../../../neon").NeonInputMode;
|
|
484
484
|
};
|
|
485
485
|
autocomplete: {
|
|
486
|
-
type:
|
|
486
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
487
487
|
default: string;
|
|
488
488
|
};
|
|
489
489
|
state: {
|
|
490
490
|
type: () => import("../../../neon").NeonState;
|
|
491
491
|
default: import("../../../neon").NeonState;
|
|
492
|
-
};
|
|
493
|
-
* aria label of the button icon
|
|
494
|
-
*/
|
|
492
|
+
};
|
|
495
493
|
rows: {
|
|
496
494
|
type: NumberConstructor;
|
|
497
495
|
default: null;
|
|
@@ -515,9 +513,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
515
513
|
disabled: {
|
|
516
514
|
type: BooleanConstructor;
|
|
517
515
|
default: boolean;
|
|
518
|
-
};
|
|
519
|
-
* Placement of the dropdown contents.
|
|
520
|
-
*/
|
|
516
|
+
};
|
|
521
517
|
stateHighlight: {
|
|
522
518
|
type: BooleanConstructor;
|
|
523
519
|
default: boolean;
|
|
@@ -530,6 +526,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
530
526
|
type: NumberConstructor;
|
|
531
527
|
default: null;
|
|
532
528
|
};
|
|
529
|
+
maxlengthLabel: {
|
|
530
|
+
type: StringConstructor;
|
|
531
|
+
default: string;
|
|
532
|
+
};
|
|
533
533
|
debounce: {
|
|
534
534
|
type: NumberConstructor;
|
|
535
535
|
default: undefined;
|
|
@@ -549,12 +549,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
549
549
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
550
550
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
551
551
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
552
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
552
553
|
focus: () => void;
|
|
553
554
|
click: () => void;
|
|
554
555
|
onFocus: () => void;
|
|
555
556
|
onBlur: () => void;
|
|
556
557
|
iconClicked: ($event: Event) => void;
|
|
557
|
-
changeValue: (event:
|
|
558
|
+
changeValue: (event: InputEvent) => void;
|
|
558
559
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
559
560
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
560
561
|
disabled: boolean;
|
|
@@ -569,19 +570,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
569
570
|
inputmode: import("../../../neon").NeonInputMode;
|
|
570
571
|
modelValue: string;
|
|
571
572
|
state: import("../../../neon").NeonState;
|
|
572
|
-
autocomplete:
|
|
573
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
573
574
|
rows: number;
|
|
574
575
|
iconReadonly: boolean;
|
|
575
576
|
hideIcon: boolean;
|
|
576
577
|
stateHighlight: boolean;
|
|
577
578
|
stateIcon: boolean;
|
|
578
579
|
maxlength: number;
|
|
580
|
+
maxlengthLabel: string;
|
|
579
581
|
}, true, {}, {}, {
|
|
580
582
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
581
583
|
name: {
|
|
582
584
|
type: StringConstructor;
|
|
583
585
|
required: true;
|
|
584
586
|
};
|
|
587
|
+
id: {
|
|
588
|
+
type: StringConstructor;
|
|
589
|
+
default: null;
|
|
590
|
+
};
|
|
585
591
|
color: {
|
|
586
592
|
type: () => NeonFunctionalColor;
|
|
587
593
|
default: null;
|
|
@@ -595,17 +601,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
595
601
|
default: boolean;
|
|
596
602
|
};
|
|
597
603
|
}>, {
|
|
598
|
-
|
|
604
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
599
605
|
[x: string]: unknown;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
*/
|
|
603
|
-
icon: import("vue").ComputedRef<string>;
|
|
606
|
+
}>;
|
|
607
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
604
608
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
605
609
|
name: {
|
|
606
610
|
type: StringConstructor;
|
|
607
611
|
required: true;
|
|
608
612
|
};
|
|
613
|
+
id: {
|
|
614
|
+
type: StringConstructor;
|
|
615
|
+
default: null;
|
|
616
|
+
};
|
|
609
617
|
color: {
|
|
610
618
|
type: () => NeonFunctionalColor;
|
|
611
619
|
default: null;
|
|
@@ -621,6 +629,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
621
629
|
}>> & Readonly<{}>, {
|
|
622
630
|
disabled: boolean;
|
|
623
631
|
color: NeonFunctionalColor;
|
|
632
|
+
id: string;
|
|
624
633
|
inverse: boolean;
|
|
625
634
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
626
635
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -660,15 +669,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
660
669
|
default: import("../../../neon").NeonInputMode;
|
|
661
670
|
};
|
|
662
671
|
autocomplete: {
|
|
663
|
-
type:
|
|
672
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
664
673
|
default: string;
|
|
665
674
|
};
|
|
666
675
|
state: {
|
|
667
676
|
type: () => import("../../../neon").NeonState;
|
|
668
677
|
default: import("../../../neon").NeonState;
|
|
669
|
-
};
|
|
670
|
-
* aria label of the button icon
|
|
671
|
-
*/
|
|
678
|
+
};
|
|
672
679
|
rows: {
|
|
673
680
|
type: NumberConstructor;
|
|
674
681
|
default: null;
|
|
@@ -692,9 +699,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
692
699
|
disabled: {
|
|
693
700
|
type: BooleanConstructor;
|
|
694
701
|
default: boolean;
|
|
695
|
-
};
|
|
696
|
-
* Placement of the dropdown contents.
|
|
697
|
-
*/
|
|
702
|
+
};
|
|
698
703
|
stateHighlight: {
|
|
699
704
|
type: BooleanConstructor;
|
|
700
705
|
default: boolean;
|
|
@@ -707,6 +712,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
707
712
|
type: NumberConstructor;
|
|
708
713
|
default: null;
|
|
709
714
|
};
|
|
715
|
+
maxlengthLabel: {
|
|
716
|
+
type: StringConstructor;
|
|
717
|
+
default: string;
|
|
718
|
+
};
|
|
710
719
|
debounce: {
|
|
711
720
|
type: NumberConstructor;
|
|
712
721
|
default: undefined;
|
|
@@ -726,12 +735,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
726
735
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
727
736
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
728
737
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
738
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
729
739
|
focus: () => void;
|
|
730
740
|
click: () => void;
|
|
731
741
|
onFocus: () => void;
|
|
732
742
|
onBlur: () => void;
|
|
733
743
|
iconClicked: ($event: Event) => void;
|
|
734
|
-
changeValue: (event:
|
|
744
|
+
changeValue: (event: InputEvent) => void;
|
|
735
745
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
736
746
|
}, {}, {}, {}, {
|
|
737
747
|
disabled: boolean;
|
|
@@ -746,13 +756,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
746
756
|
inputmode: import("../../../neon").NeonInputMode;
|
|
747
757
|
modelValue: string;
|
|
748
758
|
state: import("../../../neon").NeonState;
|
|
749
|
-
autocomplete:
|
|
759
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
750
760
|
rows: number;
|
|
751
761
|
iconReadonly: boolean;
|
|
752
762
|
hideIcon: boolean;
|
|
753
763
|
stateHighlight: boolean;
|
|
754
764
|
stateIcon: boolean;
|
|
755
765
|
maxlength: number;
|
|
766
|
+
maxlengthLabel: string;
|
|
756
767
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
757
768
|
id: {
|
|
758
769
|
type: StringConstructor;
|
|
@@ -783,15 +794,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
783
794
|
default: import("../../../neon").NeonInputMode;
|
|
784
795
|
};
|
|
785
796
|
autocomplete: {
|
|
786
|
-
type:
|
|
797
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
787
798
|
default: string;
|
|
788
799
|
};
|
|
789
800
|
state: {
|
|
790
801
|
type: () => import("../../../neon").NeonState;
|
|
791
802
|
default: import("../../../neon").NeonState;
|
|
792
|
-
};
|
|
793
|
-
* aria label of the button icon
|
|
794
|
-
*/
|
|
803
|
+
};
|
|
795
804
|
rows: {
|
|
796
805
|
type: NumberConstructor;
|
|
797
806
|
default: null;
|
|
@@ -815,9 +824,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
815
824
|
disabled: {
|
|
816
825
|
type: BooleanConstructor;
|
|
817
826
|
default: boolean;
|
|
818
|
-
};
|
|
819
|
-
* Placement of the dropdown contents.
|
|
820
|
-
*/
|
|
827
|
+
};
|
|
821
828
|
stateHighlight: {
|
|
822
829
|
type: BooleanConstructor;
|
|
823
830
|
default: boolean;
|
|
@@ -830,6 +837,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
830
837
|
type: NumberConstructor;
|
|
831
838
|
default: null;
|
|
832
839
|
};
|
|
840
|
+
maxlengthLabel: {
|
|
841
|
+
type: StringConstructor;
|
|
842
|
+
default: string;
|
|
843
|
+
};
|
|
833
844
|
debounce: {
|
|
834
845
|
type: NumberConstructor;
|
|
835
846
|
default: undefined;
|
|
@@ -849,12 +860,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
849
860
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
850
861
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
851
862
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
863
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
852
864
|
focus: () => void;
|
|
853
865
|
click: () => void;
|
|
854
866
|
onFocus: () => void;
|
|
855
867
|
onBlur: () => void;
|
|
856
868
|
iconClicked: ($event: Event) => void;
|
|
857
|
-
changeValue: (event:
|
|
869
|
+
changeValue: (event: InputEvent) => void;
|
|
858
870
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
859
871
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focus" | "blur" | "icon-click")[], import("vue").PublicProps, {
|
|
860
872
|
disabled: boolean;
|
|
@@ -869,19 +881,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
869
881
|
inputmode: import("../../../neon").NeonInputMode;
|
|
870
882
|
modelValue: string;
|
|
871
883
|
state: import("../../../neon").NeonState;
|
|
872
|
-
autocomplete:
|
|
884
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
873
885
|
rows: number;
|
|
874
886
|
iconReadonly: boolean;
|
|
875
887
|
hideIcon: boolean;
|
|
876
888
|
stateHighlight: boolean;
|
|
877
889
|
stateIcon: boolean;
|
|
878
890
|
maxlength: number;
|
|
891
|
+
maxlengthLabel: string;
|
|
879
892
|
}, true, {}, {}, {
|
|
880
893
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
881
894
|
name: {
|
|
882
895
|
type: StringConstructor;
|
|
883
896
|
required: true;
|
|
884
897
|
};
|
|
898
|
+
id: {
|
|
899
|
+
type: StringConstructor;
|
|
900
|
+
default: null;
|
|
901
|
+
};
|
|
885
902
|
color: {
|
|
886
903
|
type: () => NeonFunctionalColor;
|
|
887
904
|
default: null;
|
|
@@ -895,17 +912,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
895
912
|
default: boolean;
|
|
896
913
|
};
|
|
897
914
|
}>, {
|
|
898
|
-
|
|
915
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
899
916
|
[x: string]: unknown;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
*/
|
|
903
|
-
icon: import("vue").ComputedRef<string>;
|
|
917
|
+
}>;
|
|
918
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
904
919
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
905
920
|
name: {
|
|
906
921
|
type: StringConstructor;
|
|
907
922
|
required: true;
|
|
908
923
|
};
|
|
924
|
+
id: {
|
|
925
|
+
type: StringConstructor;
|
|
926
|
+
default: null;
|
|
927
|
+
};
|
|
909
928
|
color: {
|
|
910
929
|
type: () => NeonFunctionalColor;
|
|
911
930
|
default: null;
|
|
@@ -921,6 +940,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
921
940
|
}>> & Readonly<{}>, {
|
|
922
941
|
disabled: boolean;
|
|
923
942
|
color: NeonFunctionalColor;
|
|
943
|
+
id: string;
|
|
924
944
|
inverse: boolean;
|
|
925
945
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
926
946
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -960,15 +980,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
960
980
|
default: import("../../../neon").NeonInputMode;
|
|
961
981
|
};
|
|
962
982
|
autocomplete: {
|
|
963
|
-
type:
|
|
983
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
964
984
|
default: string;
|
|
965
985
|
};
|
|
966
986
|
state: {
|
|
967
987
|
type: () => import("../../../neon").NeonState;
|
|
968
988
|
default: import("../../../neon").NeonState;
|
|
969
|
-
};
|
|
970
|
-
* aria label of the button icon
|
|
971
|
-
*/
|
|
989
|
+
};
|
|
972
990
|
rows: {
|
|
973
991
|
type: NumberConstructor;
|
|
974
992
|
default: null;
|
|
@@ -992,9 +1010,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
992
1010
|
disabled: {
|
|
993
1011
|
type: BooleanConstructor;
|
|
994
1012
|
default: boolean;
|
|
995
|
-
};
|
|
996
|
-
* Placement of the dropdown contents.
|
|
997
|
-
*/
|
|
1013
|
+
};
|
|
998
1014
|
stateHighlight: {
|
|
999
1015
|
type: BooleanConstructor;
|
|
1000
1016
|
default: boolean;
|
|
@@ -1007,6 +1023,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1007
1023
|
type: NumberConstructor;
|
|
1008
1024
|
default: null;
|
|
1009
1025
|
};
|
|
1026
|
+
maxlengthLabel: {
|
|
1027
|
+
type: StringConstructor;
|
|
1028
|
+
default: string;
|
|
1029
|
+
};
|
|
1010
1030
|
debounce: {
|
|
1011
1031
|
type: NumberConstructor;
|
|
1012
1032
|
default: undefined;
|
|
@@ -1026,12 +1046,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1026
1046
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
1027
1047
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
1028
1048
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
1049
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
1029
1050
|
focus: () => void;
|
|
1030
1051
|
click: () => void;
|
|
1031
1052
|
onFocus: () => void;
|
|
1032
1053
|
onBlur: () => void;
|
|
1033
1054
|
iconClicked: ($event: Event) => void;
|
|
1034
|
-
changeValue: (event:
|
|
1055
|
+
changeValue: (event: InputEvent) => void;
|
|
1035
1056
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1036
1057
|
}, {}, {}, {}, {
|
|
1037
1058
|
disabled: boolean;
|
|
@@ -1046,13 +1067,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1046
1067
|
inputmode: import("../../../neon").NeonInputMode;
|
|
1047
1068
|
modelValue: string;
|
|
1048
1069
|
state: import("../../../neon").NeonState;
|
|
1049
|
-
autocomplete:
|
|
1070
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
1050
1071
|
rows: number;
|
|
1051
1072
|
iconReadonly: boolean;
|
|
1052
1073
|
hideIcon: boolean;
|
|
1053
1074
|
stateHighlight: boolean;
|
|
1054
1075
|
stateIcon: boolean;
|
|
1055
1076
|
maxlength: number;
|
|
1077
|
+
maxlengthLabel: string;
|
|
1056
1078
|
}> | null>;
|
|
1057
1079
|
files: import("vue").Ref<{
|
|
1058
1080
|
readonly lastModified: number;
|
|
@@ -1407,6 +1429,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1407
1429
|
type: StringConstructor;
|
|
1408
1430
|
required: true;
|
|
1409
1431
|
};
|
|
1432
|
+
id: {
|
|
1433
|
+
type: StringConstructor;
|
|
1434
|
+
default: null;
|
|
1435
|
+
};
|
|
1410
1436
|
color: {
|
|
1411
1437
|
type: () => NeonFunctionalColor;
|
|
1412
1438
|
default: null;
|
|
@@ -1420,17 +1446,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1420
1446
|
default: boolean;
|
|
1421
1447
|
};
|
|
1422
1448
|
}>, {
|
|
1423
|
-
|
|
1449
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1424
1450
|
[x: string]: unknown;
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
*/
|
|
1428
|
-
icon: import("vue").ComputedRef<string>;
|
|
1451
|
+
}>;
|
|
1452
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1429
1453
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1430
1454
|
name: {
|
|
1431
1455
|
type: StringConstructor;
|
|
1432
1456
|
required: true;
|
|
1433
1457
|
};
|
|
1458
|
+
id: {
|
|
1459
|
+
type: StringConstructor;
|
|
1460
|
+
default: null;
|
|
1461
|
+
};
|
|
1434
1462
|
color: {
|
|
1435
1463
|
type: () => NeonFunctionalColor;
|
|
1436
1464
|
default: null;
|
|
@@ -1446,6 +1474,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1446
1474
|
}>> & Readonly<{}>, {
|
|
1447
1475
|
disabled: boolean;
|
|
1448
1476
|
color: NeonFunctionalColor;
|
|
1477
|
+
id: string;
|
|
1449
1478
|
inverse: boolean;
|
|
1450
1479
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1451
1480
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1507,6 +1536,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1507
1536
|
type: StringConstructor;
|
|
1508
1537
|
required: true;
|
|
1509
1538
|
};
|
|
1539
|
+
id: {
|
|
1540
|
+
type: StringConstructor;
|
|
1541
|
+
default: null;
|
|
1542
|
+
};
|
|
1510
1543
|
color: {
|
|
1511
1544
|
type: () => NeonFunctionalColor;
|
|
1512
1545
|
default: null;
|
|
@@ -1520,17 +1553,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1520
1553
|
default: boolean;
|
|
1521
1554
|
};
|
|
1522
1555
|
}>, {
|
|
1523
|
-
|
|
1556
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1524
1557
|
[x: string]: unknown;
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
*/
|
|
1528
|
-
icon: import("vue").ComputedRef<string>;
|
|
1558
|
+
}>;
|
|
1559
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1529
1560
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1530
1561
|
name: {
|
|
1531
1562
|
type: StringConstructor;
|
|
1532
1563
|
required: true;
|
|
1533
1564
|
};
|
|
1565
|
+
id: {
|
|
1566
|
+
type: StringConstructor;
|
|
1567
|
+
default: null;
|
|
1568
|
+
};
|
|
1534
1569
|
color: {
|
|
1535
1570
|
type: () => NeonFunctionalColor;
|
|
1536
1571
|
default: null;
|
|
@@ -1546,6 +1581,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1546
1581
|
}>> & Readonly<{}>, {
|
|
1547
1582
|
disabled: boolean;
|
|
1548
1583
|
color: NeonFunctionalColor;
|
|
1584
|
+
id: string;
|
|
1549
1585
|
inverse: boolean;
|
|
1550
1586
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1551
1587
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1580,15 +1616,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1580
1616
|
default: import("../../../neon").NeonInputMode;
|
|
1581
1617
|
};
|
|
1582
1618
|
autocomplete: {
|
|
1583
|
-
type:
|
|
1619
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1584
1620
|
default: string;
|
|
1585
1621
|
};
|
|
1586
1622
|
state: {
|
|
1587
1623
|
type: () => import("../../../neon").NeonState;
|
|
1588
1624
|
default: import("../../../neon").NeonState;
|
|
1589
|
-
};
|
|
1590
|
-
* aria label of the button icon
|
|
1591
|
-
*/
|
|
1625
|
+
};
|
|
1592
1626
|
rows: {
|
|
1593
1627
|
type: NumberConstructor;
|
|
1594
1628
|
default: null;
|
|
@@ -1612,9 +1646,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1612
1646
|
disabled: {
|
|
1613
1647
|
type: BooleanConstructor;
|
|
1614
1648
|
default: boolean;
|
|
1615
|
-
};
|
|
1616
|
-
* Placement of the dropdown contents.
|
|
1617
|
-
*/
|
|
1649
|
+
};
|
|
1618
1650
|
stateHighlight: {
|
|
1619
1651
|
type: BooleanConstructor;
|
|
1620
1652
|
default: boolean;
|
|
@@ -1627,6 +1659,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1627
1659
|
type: NumberConstructor;
|
|
1628
1660
|
default: null;
|
|
1629
1661
|
};
|
|
1662
|
+
maxlengthLabel: {
|
|
1663
|
+
type: StringConstructor;
|
|
1664
|
+
default: string;
|
|
1665
|
+
};
|
|
1630
1666
|
debounce: {
|
|
1631
1667
|
type: NumberConstructor;
|
|
1632
1668
|
default: undefined;
|
|
@@ -1641,12 +1677,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1641
1677
|
iconName: import("vue").ComputedRef<string | undefined>;
|
|
1642
1678
|
iconColor: import("vue").ComputedRef<NeonFunctionalColor>;
|
|
1643
1679
|
computedPlaceholder: import("vue").ComputedRef<string>;
|
|
1680
|
+
counterLabel: import("vue").ComputedRef<string | null>;
|
|
1644
1681
|
focus: () => void;
|
|
1645
1682
|
click: () => void;
|
|
1646
1683
|
onFocus: () => void;
|
|
1647
1684
|
onBlur: () => void;
|
|
1648
1685
|
iconClicked: ($event: Event) => void;
|
|
1649
|
-
changeValue: (event:
|
|
1686
|
+
changeValue: (event: InputEvent) => void;
|
|
1650
1687
|
onKeyDown: (event: KeyboardEvent) => void;
|
|
1651
1688
|
}, {}, {}, {}, 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<{
|
|
1652
1689
|
id: {
|
|
@@ -1678,15 +1715,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1678
1715
|
default: import("../../../neon").NeonInputMode;
|
|
1679
1716
|
};
|
|
1680
1717
|
autocomplete: {
|
|
1681
|
-
type:
|
|
1718
|
+
type: () => import("../../../neon").NeonInputMode;
|
|
1682
1719
|
default: string;
|
|
1683
1720
|
};
|
|
1684
1721
|
state: {
|
|
1685
1722
|
type: () => import("../../../neon").NeonState;
|
|
1686
1723
|
default: import("../../../neon").NeonState;
|
|
1687
|
-
};
|
|
1688
|
-
* aria label of the button icon
|
|
1689
|
-
*/
|
|
1724
|
+
};
|
|
1690
1725
|
rows: {
|
|
1691
1726
|
type: NumberConstructor;
|
|
1692
1727
|
default: null;
|
|
@@ -1710,9 +1745,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1710
1745
|
disabled: {
|
|
1711
1746
|
type: BooleanConstructor;
|
|
1712
1747
|
default: boolean;
|
|
1713
|
-
};
|
|
1714
|
-
* Placement of the dropdown contents.
|
|
1715
|
-
*/
|
|
1748
|
+
};
|
|
1716
1749
|
stateHighlight: {
|
|
1717
1750
|
type: BooleanConstructor;
|
|
1718
1751
|
default: boolean;
|
|
@@ -1725,6 +1758,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1725
1758
|
type: NumberConstructor;
|
|
1726
1759
|
default: null;
|
|
1727
1760
|
};
|
|
1761
|
+
maxlengthLabel: {
|
|
1762
|
+
type: StringConstructor;
|
|
1763
|
+
default: string;
|
|
1764
|
+
};
|
|
1728
1765
|
debounce: {
|
|
1729
1766
|
type: NumberConstructor;
|
|
1730
1767
|
default: undefined;
|
|
@@ -1747,19 +1784,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1747
1784
|
inputmode: import("../../../neon").NeonInputMode;
|
|
1748
1785
|
modelValue: string;
|
|
1749
1786
|
state: import("../../../neon").NeonState;
|
|
1750
|
-
autocomplete:
|
|
1787
|
+
autocomplete: import("../../../neon").NeonInputMode;
|
|
1751
1788
|
rows: number;
|
|
1752
1789
|
iconReadonly: boolean;
|
|
1753
1790
|
hideIcon: boolean;
|
|
1754
1791
|
stateHighlight: boolean;
|
|
1755
1792
|
stateIcon: boolean;
|
|
1756
1793
|
maxlength: number;
|
|
1794
|
+
maxlengthLabel: string;
|
|
1757
1795
|
}, {}, {
|
|
1758
1796
|
NeonIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1759
1797
|
name: {
|
|
1760
1798
|
type: StringConstructor;
|
|
1761
1799
|
required: true;
|
|
1762
1800
|
};
|
|
1801
|
+
id: {
|
|
1802
|
+
type: StringConstructor;
|
|
1803
|
+
default: null;
|
|
1804
|
+
};
|
|
1763
1805
|
color: {
|
|
1764
1806
|
type: () => NeonFunctionalColor;
|
|
1765
1807
|
default: null;
|
|
@@ -1773,17 +1815,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1773
1815
|
default: boolean;
|
|
1774
1816
|
};
|
|
1775
1817
|
}>, {
|
|
1776
|
-
|
|
1818
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1777
1819
|
[x: string]: unknown;
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
*/
|
|
1781
|
-
icon: import("vue").ComputedRef<string>;
|
|
1820
|
+
}>;
|
|
1821
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1782
1822
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1783
1823
|
name: {
|
|
1784
1824
|
type: StringConstructor;
|
|
1785
1825
|
required: true;
|
|
1786
1826
|
};
|
|
1827
|
+
id: {
|
|
1828
|
+
type: StringConstructor;
|
|
1829
|
+
default: null;
|
|
1830
|
+
};
|
|
1787
1831
|
color: {
|
|
1788
1832
|
type: () => NeonFunctionalColor;
|
|
1789
1833
|
default: null;
|
|
@@ -1799,6 +1843,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1799
1843
|
}>> & Readonly<{}>, {
|
|
1800
1844
|
disabled: boolean;
|
|
1801
1845
|
color: NeonFunctionalColor;
|
|
1846
|
+
id: string;
|
|
1802
1847
|
inverse: boolean;
|
|
1803
1848
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1804
1849
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1851,6 +1896,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1851
1896
|
type: StringConstructor;
|
|
1852
1897
|
required: true;
|
|
1853
1898
|
};
|
|
1899
|
+
id: {
|
|
1900
|
+
type: StringConstructor;
|
|
1901
|
+
default: null;
|
|
1902
|
+
};
|
|
1854
1903
|
color: {
|
|
1855
1904
|
type: () => NeonFunctionalColor;
|
|
1856
1905
|
default: null;
|
|
@@ -1864,17 +1913,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1864
1913
|
default: boolean;
|
|
1865
1914
|
};
|
|
1866
1915
|
}>, {
|
|
1867
|
-
|
|
1916
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1868
1917
|
[x: string]: unknown;
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
*/
|
|
1872
|
-
icon: import("vue").ComputedRef<string>;
|
|
1918
|
+
}>;
|
|
1919
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1873
1920
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1874
1921
|
name: {
|
|
1875
1922
|
type: StringConstructor;
|
|
1876
1923
|
required: true;
|
|
1877
1924
|
};
|
|
1925
|
+
id: {
|
|
1926
|
+
type: StringConstructor;
|
|
1927
|
+
default: null;
|
|
1928
|
+
};
|
|
1878
1929
|
color: {
|
|
1879
1930
|
type: () => NeonFunctionalColor;
|
|
1880
1931
|
default: null;
|
|
@@ -1890,6 +1941,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1890
1941
|
}>> & Readonly<{}>, {
|
|
1891
1942
|
disabled: boolean;
|
|
1892
1943
|
color: NeonFunctionalColor;
|
|
1944
|
+
id: string;
|
|
1893
1945
|
inverse: boolean;
|
|
1894
1946
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1895
1947
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1899,6 +1951,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1899
1951
|
type: StringConstructor;
|
|
1900
1952
|
required: true;
|
|
1901
1953
|
};
|
|
1954
|
+
id: {
|
|
1955
|
+
type: StringConstructor;
|
|
1956
|
+
default: null;
|
|
1957
|
+
};
|
|
1902
1958
|
color: {
|
|
1903
1959
|
type: () => NeonFunctionalColor;
|
|
1904
1960
|
default: null;
|
|
@@ -1912,17 +1968,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1912
1968
|
default: boolean;
|
|
1913
1969
|
};
|
|
1914
1970
|
}>, {
|
|
1915
|
-
|
|
1971
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
1916
1972
|
[x: string]: unknown;
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
*/
|
|
1920
|
-
icon: import("vue").ComputedRef<string>;
|
|
1973
|
+
}>;
|
|
1974
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
1921
1975
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1922
1976
|
name: {
|
|
1923
1977
|
type: StringConstructor;
|
|
1924
1978
|
required: true;
|
|
1925
1979
|
};
|
|
1980
|
+
id: {
|
|
1981
|
+
type: StringConstructor;
|
|
1982
|
+
default: null;
|
|
1983
|
+
};
|
|
1926
1984
|
color: {
|
|
1927
1985
|
type: () => NeonFunctionalColor;
|
|
1928
1986
|
default: null;
|
|
@@ -1938,6 +1996,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1938
1996
|
}>> & Readonly<{}>, {
|
|
1939
1997
|
disabled: boolean;
|
|
1940
1998
|
color: NeonFunctionalColor;
|
|
1999
|
+
id: string;
|
|
1941
2000
|
inverse: boolean;
|
|
1942
2001
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1943
2002
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2197,6 +2256,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2197
2256
|
type: StringConstructor;
|
|
2198
2257
|
required: true;
|
|
2199
2258
|
};
|
|
2259
|
+
id: {
|
|
2260
|
+
type: StringConstructor;
|
|
2261
|
+
default: null;
|
|
2262
|
+
};
|
|
2200
2263
|
color: {
|
|
2201
2264
|
type: () => NeonFunctionalColor;
|
|
2202
2265
|
default: null;
|
|
@@ -2210,17 +2273,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2210
2273
|
default: boolean;
|
|
2211
2274
|
};
|
|
2212
2275
|
}>, {
|
|
2213
|
-
|
|
2276
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2214
2277
|
[x: string]: unknown;
|
|
2215
|
-
}
|
|
2216
|
-
|
|
2217
|
-
*/
|
|
2218
|
-
icon: import("vue").ComputedRef<string>;
|
|
2278
|
+
}>;
|
|
2279
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2219
2280
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2220
2281
|
name: {
|
|
2221
2282
|
type: StringConstructor;
|
|
2222
2283
|
required: true;
|
|
2223
2284
|
};
|
|
2285
|
+
id: {
|
|
2286
|
+
type: StringConstructor;
|
|
2287
|
+
default: null;
|
|
2288
|
+
};
|
|
2224
2289
|
color: {
|
|
2225
2290
|
type: () => NeonFunctionalColor;
|
|
2226
2291
|
default: null;
|
|
@@ -2236,6 +2301,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2236
2301
|
}>> & Readonly<{}>, {
|
|
2237
2302
|
disabled: boolean;
|
|
2238
2303
|
color: NeonFunctionalColor;
|
|
2304
|
+
id: string;
|
|
2239
2305
|
inverse: boolean;
|
|
2240
2306
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2241
2307
|
NeonLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2297,6 +2363,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2297
2363
|
type: StringConstructor;
|
|
2298
2364
|
required: true;
|
|
2299
2365
|
};
|
|
2366
|
+
id: {
|
|
2367
|
+
type: StringConstructor;
|
|
2368
|
+
default: null;
|
|
2369
|
+
};
|
|
2300
2370
|
color: {
|
|
2301
2371
|
type: () => NeonFunctionalColor;
|
|
2302
2372
|
default: null;
|
|
@@ -2310,17 +2380,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2310
2380
|
default: boolean;
|
|
2311
2381
|
};
|
|
2312
2382
|
}>, {
|
|
2313
|
-
|
|
2383
|
+
sanitizedAttributes: import("vue").ComputedRef<{
|
|
2314
2384
|
[x: string]: unknown;
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
*/
|
|
2318
|
-
icon: import("vue").ComputedRef<string>;
|
|
2385
|
+
}>;
|
|
2386
|
+
icon: import("vue").ComputedRef<string | undefined>;
|
|
2319
2387
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2320
2388
|
name: {
|
|
2321
2389
|
type: StringConstructor;
|
|
2322
2390
|
required: true;
|
|
2323
2391
|
};
|
|
2392
|
+
id: {
|
|
2393
|
+
type: StringConstructor;
|
|
2394
|
+
default: null;
|
|
2395
|
+
};
|
|
2324
2396
|
color: {
|
|
2325
2397
|
type: () => NeonFunctionalColor;
|
|
2326
2398
|
default: null;
|
|
@@ -2336,6 +2408,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2336
2408
|
}>> & Readonly<{}>, {
|
|
2337
2409
|
disabled: boolean;
|
|
2338
2410
|
color: NeonFunctionalColor;
|
|
2411
|
+
id: string;
|
|
2339
2412
|
inverse: boolean;
|
|
2340
2413
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2341
2414
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|