@aotearoan/neon 21.0.0 → 21.0.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/enums/NeonBadgeSize.cjs.js +2 -0
- package/dist/common/enums/NeonBadgeSize.cjs.js.map +1 -0
- package/dist/common/enums/NeonBadgeSize.es.js +5 -0
- package/dist/common/enums/NeonBadgeSize.es.js.map +1 -0
- package/dist/common/utils/NeonDateUtils.cjs.js +1 -1
- package/dist/common/utils/NeonDateUtils.cjs.js.map +1 -1
- package/dist/common/utils/NeonDateUtils.es.js +52 -48
- package/dist/common/utils/NeonDateUtils.es.js.map +1 -1
- package/dist/components/navigation/link/NeonLink.vue.cjs.js +1 -1
- package/dist/components/navigation/link/NeonLink.vue.cjs.js.map +1 -1
- package/dist/components/navigation/link/NeonLink.vue.es.js +27 -33
- package/dist/components/navigation/link/NeonLink.vue.es.js.map +1 -1
- package/dist/components/navigation/menu/NeonMenu.vue.cjs.js +1 -1
- package/dist/components/navigation/menu/NeonMenu.vue.cjs.js.map +1 -1
- package/dist/components/navigation/menu/NeonMenu.vue.es.js +15 -15
- package/dist/components/navigation/menu/NeonMenu.vue.es.js.map +1 -1
- package/dist/components/presentation/badge/NeonBadge.cjs.js +1 -1
- package/dist/components/presentation/badge/NeonBadge.cjs.js.map +1 -1
- package/dist/components/presentation/badge/NeonBadge.es.js +8 -8
- package/dist/components/presentation/badge/NeonBadge.es.js.map +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.cjs.js +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.cjs.js.map +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.es.js +28 -24
- package/dist/components/presentation/dropdown/NeonDropdown.es.js.map +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.vue.cjs.js +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.vue.cjs.js.map +1 -1
- package/dist/components/presentation/dropdown/NeonDropdown.vue.es.js +23 -21
- package/dist/components/presentation/dropdown/NeonDropdown.vue.es.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.cjs.js +1 -1
- package/dist/components/user-input/button/NeonButton.cjs.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.es.js +26 -22
- package/dist/components/user-input/button/NeonButton.es.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.vue.cjs.js +1 -1
- package/dist/components/user-input/button/NeonButton.vue.cjs.js.map +1 -1
- package/dist/components/user-input/button/NeonButton.vue.es.js +11 -10
- package/dist/components/user-input/button/NeonButton.vue.es.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.cjs.js +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.cjs.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.es.js +27 -23
- package/dist/components/user-input/date-picker/NeonDatePicker.es.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.cjs.js +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.cjs.js.map +1 -1
- package/dist/components/user-input/date-picker/NeonDatePicker.vue.es.js +99 -114
- package/dist/components/user-input/date-picker/NeonDatePicker.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 +30 -30
- package/dist/components/user-input/input/NeonInput.es.js.map +1 -1
- package/dist/neon.cjs.js +1 -1
- package/dist/neon.es.js +93 -91
- package/dist/neon.es.js.map +1 -1
- package/dist/src/common/enums/NeonBadgeSize.d.ts +15 -0
- package/dist/src/common/models/NeonCalendarConfig.d.ts +10 -0
- package/dist/src/common/utils/NeonDateUtils.d.ts +4 -2
- package/dist/src/components/feedback/dialog/NeonDialog.d.ts +12 -0
- package/dist/src/components/feedback/note/NeonNote.d.ts +6 -0
- package/dist/src/components/layout/card-list/NeonCardList.d.ts +20 -4
- package/dist/src/components/layout/modal/NeonModal.d.ts +6 -0
- package/dist/src/components/navigation/dropdown-menu/NeonDropdownMenu.d.ts +123 -39
- package/dist/src/components/navigation/menu/NeonMenu.d.ts +99 -27
- package/dist/src/components/navigation/mobile-menu/NeonMobileMenu.d.ts +57 -39
- package/dist/src/components/presentation/badge/NeonBadge.d.ts +12 -20
- package/dist/src/components/presentation/dropdown/NeonDropdown.d.ts +45 -23
- package/dist/src/components/presentation/image-carousel/NeonImageCarousel.d.ts +6 -0
- package/dist/src/components/user-input/button/NeonButton.d.ts +15 -1
- package/dist/src/components/user-input/date-picker/NeonDatePicker.d.ts +144 -116
- package/dist/src/components/user-input/file/NeonFile.d.ts +16 -14
- package/dist/src/components/user-input/input/NeonInput.d.ts +5 -9
- package/dist/src/components/user-input/number/NeonNumber.d.ts +20 -46
- package/dist/src/components/user-input/search/NeonSearch.d.ts +165 -165
- package/dist/src/components/user-input/select/NeonSelect.d.ts +261 -81
- package/dist/src/neon.d.ts +1 -0
- package/package.json +1 -1
- package/src/sass/components/_action-menu.scss +2 -7
- package/src/sass/components/_badge.scss +16 -42
- package/src/sass/components/_button.scss +0 -6
- package/src/sass/components/_card-list.scss +1 -6
- package/src/sass/components/_date-picker.scss +20 -0
- package/src/sass/components/_link.scss +3 -5
- package/src/sass/components/_search.scss +12 -0
- package/src/sass/components/_tree-menu.scss +1 -0
- package/src/sass/variables.scss +7 -1
|
@@ -14,6 +14,12 @@ import { NeonDropdownPlacement } from '@/common/enums/NeonDropdownPlacement';
|
|
|
14
14
|
* This component interaction was inspired by this <a href="https://icehaunter.github.io/vue3-datepicker" target="_blank">vue-datepicker</a>
|
|
15
15
|
*/
|
|
16
16
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
17
|
+
/**
|
|
18
|
+
* Id for the date picker button.
|
|
19
|
+
*/
|
|
20
|
+
id: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
};
|
|
17
23
|
/**
|
|
18
24
|
* The selected date. A date string in the
|
|
19
25
|
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
@@ -193,7 +199,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
193
199
|
isoDate: (day: number, month: number, year: number) => string;
|
|
194
200
|
isMonthDisabled: (year: number, month: number) => boolean | "" | null;
|
|
195
201
|
isYearDisabled: (year: number) => boolean | 0 | null;
|
|
196
|
-
|
|
202
|
+
toggleCalendar: () => void;
|
|
197
203
|
onNext: () => void;
|
|
198
204
|
onNextDecade: () => void;
|
|
199
205
|
onNextYear: () => void;
|
|
@@ -204,6 +210,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
204
210
|
selectMonth: (month: number) => void;
|
|
205
211
|
selectYear: (year: number) => void;
|
|
206
212
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
213
|
+
/**
|
|
214
|
+
* Id for the date picker button.
|
|
215
|
+
*/
|
|
216
|
+
id: {
|
|
217
|
+
type: StringConstructor;
|
|
218
|
+
};
|
|
207
219
|
/**
|
|
208
220
|
* The selected date. A date string in the
|
|
209
221
|
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
@@ -404,14 +416,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
404
416
|
type: StringConstructor;
|
|
405
417
|
default: null;
|
|
406
418
|
};
|
|
419
|
+
iconAriaLabel: {
|
|
420
|
+
type: StringConstructor;
|
|
421
|
+
};
|
|
407
422
|
iconPosition: {
|
|
408
423
|
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
409
424
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
410
425
|
};
|
|
411
426
|
buttonStyle: {
|
|
412
|
-
/**
|
|
413
|
-
* Minimum allowed date value in the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
414
|
-
*/
|
|
415
427
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
416
428
|
default: import("../../../neon").NeonButtonStyle;
|
|
417
429
|
};
|
|
@@ -499,14 +511,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
499
511
|
type: StringConstructor;
|
|
500
512
|
default: null;
|
|
501
513
|
};
|
|
514
|
+
iconAriaLabel: {
|
|
515
|
+
type: StringConstructor;
|
|
516
|
+
};
|
|
502
517
|
iconPosition: {
|
|
503
518
|
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
504
519
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
505
520
|
};
|
|
506
521
|
buttonStyle: {
|
|
507
|
-
/**
|
|
508
|
-
* Minimum allowed date value in the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
509
|
-
*/
|
|
510
522
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
511
523
|
default: import("../../../neon").NeonButtonStyle;
|
|
512
524
|
};
|
|
@@ -607,12 +619,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
607
619
|
name: {
|
|
608
620
|
type: StringConstructor;
|
|
609
621
|
required: true; /**
|
|
610
|
-
*
|
|
611
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
622
|
+
* Id for the date picker button.
|
|
612
623
|
*/
|
|
613
624
|
}; /**
|
|
614
|
-
*
|
|
615
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
625
|
+
* Id for the date picker button.
|
|
616
626
|
*/
|
|
617
627
|
color: {
|
|
618
628
|
type: () => NeonFunctionalColor;
|
|
@@ -624,8 +634,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
624
634
|
};
|
|
625
635
|
disabled: {
|
|
626
636
|
type: BooleanConstructor;
|
|
627
|
-
default: boolean;
|
|
628
|
-
|
|
637
|
+
default: boolean; /**
|
|
638
|
+
* Disable date picker
|
|
639
|
+
*/
|
|
640
|
+
}; /**
|
|
641
|
+
* Disable date picker
|
|
642
|
+
*/
|
|
629
643
|
}>, {
|
|
630
644
|
attrs: {
|
|
631
645
|
[x: string]: unknown;
|
|
@@ -635,12 +649,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
635
649
|
name: {
|
|
636
650
|
type: StringConstructor;
|
|
637
651
|
required: true; /**
|
|
638
|
-
*
|
|
639
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
652
|
+
* Id for the date picker button.
|
|
640
653
|
*/
|
|
641
654
|
}; /**
|
|
642
|
-
*
|
|
643
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
655
|
+
* Id for the date picker button.
|
|
644
656
|
*/
|
|
645
657
|
color: {
|
|
646
658
|
type: () => NeonFunctionalColor;
|
|
@@ -652,8 +664,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
652
664
|
};
|
|
653
665
|
disabled: {
|
|
654
666
|
type: BooleanConstructor;
|
|
655
|
-
default: boolean;
|
|
656
|
-
|
|
667
|
+
default: boolean; /**
|
|
668
|
+
* Disable date picker
|
|
669
|
+
*/
|
|
670
|
+
}; /**
|
|
671
|
+
* Disable date picker
|
|
672
|
+
*/
|
|
657
673
|
}>> & Readonly<{}>, {
|
|
658
674
|
disabled: boolean;
|
|
659
675
|
color: NeonFunctionalColor;
|
|
@@ -683,9 +699,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
683
699
|
}>;
|
|
684
700
|
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
685
701
|
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
686
|
-
onClick: () => void;
|
|
687
|
-
* Maximum allowed date value in the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
688
|
-
*/
|
|
702
|
+
onClick: () => void;
|
|
689
703
|
onSpace: () => Promise<void>;
|
|
690
704
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
691
705
|
href: {
|
|
@@ -716,12 +730,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
716
730
|
name: {
|
|
717
731
|
type: StringConstructor;
|
|
718
732
|
required: true; /**
|
|
719
|
-
*
|
|
720
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
733
|
+
* Id for the date picker button.
|
|
721
734
|
*/
|
|
722
735
|
}; /**
|
|
723
|
-
*
|
|
724
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
736
|
+
* Id for the date picker button.
|
|
725
737
|
*/
|
|
726
738
|
color: {
|
|
727
739
|
type: () => NeonFunctionalColor;
|
|
@@ -733,8 +745,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
733
745
|
};
|
|
734
746
|
disabled: {
|
|
735
747
|
type: BooleanConstructor;
|
|
736
|
-
default: boolean;
|
|
737
|
-
|
|
748
|
+
default: boolean; /**
|
|
749
|
+
* Disable date picker
|
|
750
|
+
*/
|
|
751
|
+
}; /**
|
|
752
|
+
* Disable date picker
|
|
753
|
+
*/
|
|
738
754
|
}>, {
|
|
739
755
|
attrs: {
|
|
740
756
|
[x: string]: unknown;
|
|
@@ -744,12 +760,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
744
760
|
name: {
|
|
745
761
|
type: StringConstructor;
|
|
746
762
|
required: true; /**
|
|
747
|
-
*
|
|
748
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
763
|
+
* Id for the date picker button.
|
|
749
764
|
*/
|
|
750
765
|
}; /**
|
|
751
|
-
*
|
|
752
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
766
|
+
* Id for the date picker button.
|
|
753
767
|
*/
|
|
754
768
|
color: {
|
|
755
769
|
type: () => NeonFunctionalColor;
|
|
@@ -761,8 +775,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
761
775
|
};
|
|
762
776
|
disabled: {
|
|
763
777
|
type: BooleanConstructor;
|
|
764
|
-
default: boolean;
|
|
765
|
-
|
|
778
|
+
default: boolean; /**
|
|
779
|
+
* Disable date picker
|
|
780
|
+
*/
|
|
781
|
+
}; /**
|
|
782
|
+
* Disable date picker
|
|
783
|
+
*/
|
|
766
784
|
}>> & Readonly<{}>, {
|
|
767
785
|
disabled: boolean;
|
|
768
786
|
color: NeonFunctionalColor;
|
|
@@ -794,6 +812,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
794
812
|
type: StringConstructor;
|
|
795
813
|
default: null;
|
|
796
814
|
};
|
|
815
|
+
iconAriaLabel: {
|
|
816
|
+
type: StringConstructor;
|
|
817
|
+
};
|
|
797
818
|
indicator: {
|
|
798
819
|
type: BooleanConstructor;
|
|
799
820
|
default: boolean;
|
|
@@ -804,9 +825,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
804
825
|
};
|
|
805
826
|
size: {
|
|
806
827
|
type: () => NeonSize;
|
|
807
|
-
/**
|
|
808
|
-
* The placement of the dropdown calendar popup.
|
|
809
|
-
*/
|
|
810
828
|
default: NeonSize;
|
|
811
829
|
};
|
|
812
830
|
color: {
|
|
@@ -815,15 +833,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
815
833
|
* Disabled dates, a list of <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format
|
|
816
834
|
* dates for which to disable selection.
|
|
817
835
|
*/
|
|
818
|
-
};
|
|
836
|
+
}; /**
|
|
837
|
+
* Disabled dates, a list of <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format
|
|
838
|
+
* dates for which to disable selection.
|
|
839
|
+
*/
|
|
819
840
|
alternateColor: {
|
|
820
841
|
type: () => NeonFunctionalColor;
|
|
821
842
|
default: null;
|
|
822
843
|
};
|
|
823
844
|
dropdownStyle: {
|
|
824
|
-
/**
|
|
825
|
-
* This is the placeholder for the text input when no value is provided.
|
|
826
|
-
*/
|
|
827
845
|
type: () => import("../../../neon").NeonDropdownStyle;
|
|
828
846
|
default: import("../../../neon").NeonDropdownStyle;
|
|
829
847
|
};
|
|
@@ -884,6 +902,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
884
902
|
type: StringConstructor;
|
|
885
903
|
default: null;
|
|
886
904
|
};
|
|
905
|
+
iconAriaLabel: {
|
|
906
|
+
type: StringConstructor;
|
|
907
|
+
};
|
|
887
908
|
indicator: {
|
|
888
909
|
type: BooleanConstructor;
|
|
889
910
|
default: boolean;
|
|
@@ -894,9 +915,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
894
915
|
};
|
|
895
916
|
size: {
|
|
896
917
|
type: () => NeonSize;
|
|
897
|
-
/**
|
|
898
|
-
* The placement of the dropdown calendar popup.
|
|
899
|
-
*/
|
|
900
918
|
default: NeonSize;
|
|
901
919
|
};
|
|
902
920
|
color: {
|
|
@@ -905,15 +923,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
905
923
|
* Disabled dates, a list of <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format
|
|
906
924
|
* dates for which to disable selection.
|
|
907
925
|
*/
|
|
908
|
-
};
|
|
926
|
+
}; /**
|
|
927
|
+
* Disabled dates, a list of <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format
|
|
928
|
+
* dates for which to disable selection.
|
|
929
|
+
*/
|
|
909
930
|
alternateColor: {
|
|
910
931
|
type: () => NeonFunctionalColor;
|
|
911
932
|
default: null;
|
|
912
933
|
};
|
|
913
934
|
dropdownStyle: {
|
|
914
|
-
/**
|
|
915
|
-
* This is the placeholder for the text input when no value is provided.
|
|
916
|
-
*/
|
|
917
935
|
type: () => import("../../../neon").NeonDropdownStyle;
|
|
918
936
|
default: import("../../../neon").NeonDropdownStyle;
|
|
919
937
|
};
|
|
@@ -968,8 +986,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
968
986
|
default: boolean;
|
|
969
987
|
};
|
|
970
988
|
size: {
|
|
971
|
-
type: () =>
|
|
972
|
-
default:
|
|
989
|
+
type: () => import("../../../neon").NeonBadgeSize;
|
|
990
|
+
default: import("../../../neon").NeonBadgeSize;
|
|
973
991
|
};
|
|
974
992
|
color: {
|
|
975
993
|
type: () => NeonFunctionalColor;
|
|
@@ -1011,8 +1029,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1011
1029
|
default: boolean;
|
|
1012
1030
|
};
|
|
1013
1031
|
size: {
|
|
1014
|
-
type: () =>
|
|
1015
|
-
default:
|
|
1032
|
+
type: () => import("../../../neon").NeonBadgeSize;
|
|
1033
|
+
default: import("../../../neon").NeonBadgeSize;
|
|
1016
1034
|
};
|
|
1017
1035
|
color: {
|
|
1018
1036
|
type: () => NeonFunctionalColor;
|
|
@@ -1038,7 +1056,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1038
1056
|
disabled: boolean;
|
|
1039
1057
|
label: string;
|
|
1040
1058
|
icon: string;
|
|
1041
|
-
size:
|
|
1059
|
+
size: import("../../../neon").NeonBadgeSize;
|
|
1042
1060
|
color: NeonFunctionalColor;
|
|
1043
1061
|
image: string;
|
|
1044
1062
|
circular: boolean;
|
|
@@ -1050,12 +1068,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1050
1068
|
name: {
|
|
1051
1069
|
type: StringConstructor;
|
|
1052
1070
|
required: true; /**
|
|
1053
|
-
*
|
|
1054
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1071
|
+
* Id for the date picker button.
|
|
1055
1072
|
*/
|
|
1056
1073
|
}; /**
|
|
1057
|
-
*
|
|
1058
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1074
|
+
* Id for the date picker button.
|
|
1059
1075
|
*/
|
|
1060
1076
|
color: {
|
|
1061
1077
|
type: () => NeonFunctionalColor;
|
|
@@ -1067,8 +1083,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1067
1083
|
};
|
|
1068
1084
|
disabled: {
|
|
1069
1085
|
type: BooleanConstructor;
|
|
1070
|
-
default: boolean;
|
|
1071
|
-
|
|
1086
|
+
default: boolean; /**
|
|
1087
|
+
* Disable date picker
|
|
1088
|
+
*/
|
|
1089
|
+
}; /**
|
|
1090
|
+
* Disable date picker
|
|
1091
|
+
*/
|
|
1072
1092
|
}>, {
|
|
1073
1093
|
attrs: {
|
|
1074
1094
|
[x: string]: unknown;
|
|
@@ -1078,12 +1098,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1078
1098
|
name: {
|
|
1079
1099
|
type: StringConstructor;
|
|
1080
1100
|
required: true; /**
|
|
1081
|
-
*
|
|
1082
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1101
|
+
* Id for the date picker button.
|
|
1083
1102
|
*/
|
|
1084
1103
|
}; /**
|
|
1085
|
-
*
|
|
1086
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1104
|
+
* Id for the date picker button.
|
|
1087
1105
|
*/
|
|
1088
1106
|
color: {
|
|
1089
1107
|
type: () => NeonFunctionalColor;
|
|
@@ -1095,8 +1113,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1095
1113
|
};
|
|
1096
1114
|
disabled: {
|
|
1097
1115
|
type: BooleanConstructor;
|
|
1098
|
-
default: boolean;
|
|
1099
|
-
|
|
1116
|
+
default: boolean; /**
|
|
1117
|
+
* Disable date picker
|
|
1118
|
+
*/
|
|
1119
|
+
}; /**
|
|
1120
|
+
* Disable date picker
|
|
1121
|
+
*/
|
|
1100
1122
|
}>> & Readonly<{}>, {
|
|
1101
1123
|
disabled: boolean;
|
|
1102
1124
|
color: NeonFunctionalColor;
|
|
@@ -1132,14 +1154,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1132
1154
|
type: StringConstructor;
|
|
1133
1155
|
default: null;
|
|
1134
1156
|
};
|
|
1157
|
+
iconAriaLabel: {
|
|
1158
|
+
type: StringConstructor;
|
|
1159
|
+
};
|
|
1135
1160
|
iconPosition: {
|
|
1136
1161
|
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
1137
1162
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
1138
1163
|
};
|
|
1139
1164
|
buttonStyle: {
|
|
1140
|
-
/**
|
|
1141
|
-
* Minimum allowed date value in the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1142
|
-
*/
|
|
1143
1165
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
1144
1166
|
default: import("../../../neon").NeonButtonStyle;
|
|
1145
1167
|
};
|
|
@@ -1227,14 +1249,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1227
1249
|
type: StringConstructor;
|
|
1228
1250
|
default: null;
|
|
1229
1251
|
};
|
|
1252
|
+
iconAriaLabel: {
|
|
1253
|
+
type: StringConstructor;
|
|
1254
|
+
};
|
|
1230
1255
|
iconPosition: {
|
|
1231
1256
|
type: () => import("../../../neon").NeonHorizontalPosition;
|
|
1232
1257
|
default: import("../../../neon").NeonHorizontalPosition;
|
|
1233
1258
|
};
|
|
1234
1259
|
buttonStyle: {
|
|
1235
|
-
/**
|
|
1236
|
-
* Minimum allowed date value in the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1237
|
-
*/
|
|
1238
1260
|
type: () => import("../../../neon").NeonButtonStyle;
|
|
1239
1261
|
default: import("../../../neon").NeonButtonStyle;
|
|
1240
1262
|
};
|
|
@@ -1335,12 +1357,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1335
1357
|
name: {
|
|
1336
1358
|
type: StringConstructor;
|
|
1337
1359
|
required: true; /**
|
|
1338
|
-
*
|
|
1339
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1360
|
+
* Id for the date picker button.
|
|
1340
1361
|
*/
|
|
1341
1362
|
}; /**
|
|
1342
|
-
*
|
|
1343
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1363
|
+
* Id for the date picker button.
|
|
1344
1364
|
*/
|
|
1345
1365
|
color: {
|
|
1346
1366
|
type: () => NeonFunctionalColor;
|
|
@@ -1352,8 +1372,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1352
1372
|
};
|
|
1353
1373
|
disabled: {
|
|
1354
1374
|
type: BooleanConstructor;
|
|
1355
|
-
default: boolean;
|
|
1356
|
-
|
|
1375
|
+
default: boolean; /**
|
|
1376
|
+
* Disable date picker
|
|
1377
|
+
*/
|
|
1378
|
+
}; /**
|
|
1379
|
+
* Disable date picker
|
|
1380
|
+
*/
|
|
1357
1381
|
}>, {
|
|
1358
1382
|
attrs: {
|
|
1359
1383
|
[x: string]: unknown;
|
|
@@ -1363,12 +1387,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1363
1387
|
name: {
|
|
1364
1388
|
type: StringConstructor;
|
|
1365
1389
|
required: true; /**
|
|
1366
|
-
*
|
|
1367
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1390
|
+
* Id for the date picker button.
|
|
1368
1391
|
*/
|
|
1369
1392
|
}; /**
|
|
1370
|
-
*
|
|
1371
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1393
|
+
* Id for the date picker button.
|
|
1372
1394
|
*/
|
|
1373
1395
|
color: {
|
|
1374
1396
|
type: () => NeonFunctionalColor;
|
|
@@ -1380,8 +1402,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1380
1402
|
};
|
|
1381
1403
|
disabled: {
|
|
1382
1404
|
type: BooleanConstructor;
|
|
1383
|
-
default: boolean;
|
|
1384
|
-
|
|
1405
|
+
default: boolean; /**
|
|
1406
|
+
* Disable date picker
|
|
1407
|
+
*/
|
|
1408
|
+
}; /**
|
|
1409
|
+
* Disable date picker
|
|
1410
|
+
*/
|
|
1385
1411
|
}>> & Readonly<{}>, {
|
|
1386
1412
|
disabled: boolean;
|
|
1387
1413
|
color: NeonFunctionalColor;
|
|
@@ -1411,9 +1437,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1411
1437
|
}>;
|
|
1412
1438
|
activeRoute: import("vue").ComputedRef<boolean | "">;
|
|
1413
1439
|
exactRoute: import("vue").ComputedRef<boolean | "">;
|
|
1414
|
-
onClick: () => void;
|
|
1415
|
-
* Maximum allowed date value in the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1416
|
-
*/
|
|
1440
|
+
onClick: () => void;
|
|
1417
1441
|
onSpace: () => Promise<void>;
|
|
1418
1442
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1419
1443
|
href: {
|
|
@@ -1444,12 +1468,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1444
1468
|
name: {
|
|
1445
1469
|
type: StringConstructor;
|
|
1446
1470
|
required: true; /**
|
|
1447
|
-
*
|
|
1448
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1471
|
+
* Id for the date picker button.
|
|
1449
1472
|
*/
|
|
1450
1473
|
}; /**
|
|
1451
|
-
*
|
|
1452
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1474
|
+
* Id for the date picker button.
|
|
1453
1475
|
*/
|
|
1454
1476
|
color: {
|
|
1455
1477
|
type: () => NeonFunctionalColor;
|
|
@@ -1461,8 +1483,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1461
1483
|
};
|
|
1462
1484
|
disabled: {
|
|
1463
1485
|
type: BooleanConstructor;
|
|
1464
|
-
default: boolean;
|
|
1465
|
-
|
|
1486
|
+
default: boolean; /**
|
|
1487
|
+
* Disable date picker
|
|
1488
|
+
*/
|
|
1489
|
+
}; /**
|
|
1490
|
+
* Disable date picker
|
|
1491
|
+
*/
|
|
1466
1492
|
}>, {
|
|
1467
1493
|
attrs: {
|
|
1468
1494
|
[x: string]: unknown;
|
|
@@ -1472,12 +1498,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1472
1498
|
name: {
|
|
1473
1499
|
type: StringConstructor;
|
|
1474
1500
|
required: true; /**
|
|
1475
|
-
*
|
|
1476
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1501
|
+
* Id for the date picker button.
|
|
1477
1502
|
*/
|
|
1478
1503
|
}; /**
|
|
1479
|
-
*
|
|
1480
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1504
|
+
* Id for the date picker button.
|
|
1481
1505
|
*/
|
|
1482
1506
|
color: {
|
|
1483
1507
|
type: () => NeonFunctionalColor;
|
|
@@ -1489,8 +1513,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1489
1513
|
};
|
|
1490
1514
|
disabled: {
|
|
1491
1515
|
type: BooleanConstructor;
|
|
1492
|
-
default: boolean;
|
|
1493
|
-
|
|
1516
|
+
default: boolean; /**
|
|
1517
|
+
* Disable date picker
|
|
1518
|
+
*/
|
|
1519
|
+
}; /**
|
|
1520
|
+
* Disable date picker
|
|
1521
|
+
*/
|
|
1494
1522
|
}>> & Readonly<{}>, {
|
|
1495
1523
|
disabled: boolean;
|
|
1496
1524
|
color: NeonFunctionalColor;
|
|
@@ -1597,9 +1625,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1597
1625
|
default: number;
|
|
1598
1626
|
};
|
|
1599
1627
|
disabled: {
|
|
1600
|
-
type: BooleanConstructor;
|
|
1601
|
-
* This is the label of the input field which opens the calendar. This is technically a button.
|
|
1602
|
-
*/
|
|
1628
|
+
type: BooleanConstructor;
|
|
1603
1629
|
default: boolean;
|
|
1604
1630
|
};
|
|
1605
1631
|
stateHighlight: {
|
|
@@ -1693,9 +1719,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1693
1719
|
default: number;
|
|
1694
1720
|
};
|
|
1695
1721
|
disabled: {
|
|
1696
|
-
type: BooleanConstructor;
|
|
1697
|
-
* This is the label of the input field which opens the calendar. This is technically a button.
|
|
1698
|
-
*/
|
|
1722
|
+
type: BooleanConstructor;
|
|
1699
1723
|
default: boolean;
|
|
1700
1724
|
};
|
|
1701
1725
|
stateHighlight: {
|
|
@@ -1744,12 +1768,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1744
1768
|
name: {
|
|
1745
1769
|
type: StringConstructor;
|
|
1746
1770
|
required: true; /**
|
|
1747
|
-
*
|
|
1748
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1771
|
+
* Id for the date picker button.
|
|
1749
1772
|
*/
|
|
1750
1773
|
}; /**
|
|
1751
|
-
*
|
|
1752
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1774
|
+
* Id for the date picker button.
|
|
1753
1775
|
*/
|
|
1754
1776
|
color: {
|
|
1755
1777
|
type: () => NeonFunctionalColor;
|
|
@@ -1761,8 +1783,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1761
1783
|
};
|
|
1762
1784
|
disabled: {
|
|
1763
1785
|
type: BooleanConstructor;
|
|
1764
|
-
default: boolean;
|
|
1765
|
-
|
|
1786
|
+
default: boolean; /**
|
|
1787
|
+
* Disable date picker
|
|
1788
|
+
*/
|
|
1789
|
+
}; /**
|
|
1790
|
+
* Disable date picker
|
|
1791
|
+
*/
|
|
1766
1792
|
}>, {
|
|
1767
1793
|
attrs: {
|
|
1768
1794
|
[x: string]: unknown;
|
|
@@ -1772,12 +1798,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1772
1798
|
name: {
|
|
1773
1799
|
type: StringConstructor;
|
|
1774
1800
|
required: true; /**
|
|
1775
|
-
*
|
|
1776
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1801
|
+
* Id for the date picker button.
|
|
1777
1802
|
*/
|
|
1778
1803
|
}; /**
|
|
1779
|
-
*
|
|
1780
|
-
* <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> format.
|
|
1804
|
+
* Id for the date picker button.
|
|
1781
1805
|
*/
|
|
1782
1806
|
color: {
|
|
1783
1807
|
type: () => NeonFunctionalColor;
|
|
@@ -1789,8 +1813,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1789
1813
|
};
|
|
1790
1814
|
disabled: {
|
|
1791
1815
|
type: BooleanConstructor;
|
|
1792
|
-
default: boolean;
|
|
1793
|
-
|
|
1816
|
+
default: boolean; /**
|
|
1817
|
+
* Disable date picker
|
|
1818
|
+
*/
|
|
1819
|
+
}; /**
|
|
1820
|
+
* Disable date picker
|
|
1821
|
+
*/
|
|
1794
1822
|
}>> & Readonly<{}>, {
|
|
1795
1823
|
disabled: boolean;
|
|
1796
1824
|
color: NeonFunctionalColor;
|