@opengis/form 0.0.168 → 0.0.170
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/README.md +61 -61
- package/dist/api/suggest/suggestions_list.json +7 -7
- package/dist/index-B83xLmvC.js +11797 -0
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +23 -23
- package/dist/src/components/form/vs-compact-form.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts +144 -24
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/datepicker/DayPicker.vue.d.ts +32 -3
- package/dist/src/components/inputs/date/datepicker/DayPicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/datepicker/MonthPicker.vue.d.ts +28 -3
- package/dist/src/components/inputs/date/datepicker/MonthPicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/datepicker/PickerPopup.vue.d.ts +28 -3
- package/dist/src/components/inputs/date/datepicker/PickerPopup.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/datepicker/Timepicker.vue.d.ts +48 -14
- package/dist/src/components/inputs/date/datepicker/Timepicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/datepicker/YearPicker.vue.d.ts +28 -3
- package/dist/src/components/inputs/date/datepicker/YearPicker.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/date/vs-input-date2.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/index.d.ts +8 -9
- package/dist/src/components/inputs/index.d.ts.map +1 -1
- package/dist/src/components/inputs/list/vs-input-datalist.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/vs-input-select.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/vs-layout-default.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/vs-layout-horizontal.vue.d.ts.map +1 -1
- package/dist/src/composables/useInputOptions.d.ts +2 -2
- package/dist/src/composables/useInputOptions.d.ts.map +1 -1
- package/dist/src/types/form.d.ts +4 -0
- package/dist/src/types/form.d.ts.map +1 -1
- package/dist/{vs-richtext-Czpw9A9u.js → vs-richtext-K230c1Zr.js} +8 -8
- package/locales/en.json +39 -34
- package/locales/uk.json +39 -34
- package/package.json +79 -79
- package/dist/index-DBJ48paI.js +0 -11543
- package/dist/src/components/inputs/date/vs-input-date.vue.d.ts +0 -18
- package/dist/src/components/inputs/date/vs-input-date.vue.d.ts.map +0 -1
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts +0 -17
- package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-compact-form.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/vs-compact-form.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-compact-form.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/vs-compact-form.vue"],"names":[],"mappings":"AAiOA,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAQ3D,UAAU,SAAS;IACjB,MAAM,EAAE,WAAW,EAAE,GAAG,GAAG,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,KAAK,WAAW,GAAG,SAAS,CAAC;AA8J7B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;CAC1C,CAAC;;;;;;;;;;;;;;;;;;;;YAhLQ,WAAW,EAAE,GAAG,GAAG;cAKhB,OAAO;WAJV,MAAM;YAEL,MAAM;YACN,MAAM;gBAEF,OAAO;cACT,MAAM;;AA2TnB,wBASG"}
|
|
@@ -160,9 +160,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
160
160
|
validate: (v: unknown) => boolean;
|
|
161
161
|
};
|
|
162
162
|
}>, {
|
|
163
|
+
rootRef: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
163
164
|
blur: () => void;
|
|
164
165
|
focus: () => void;
|
|
165
|
-
click: () =>
|
|
166
|
+
click: () => void;
|
|
166
167
|
input: import("vue").Ref<string, string>;
|
|
167
168
|
inputRef: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
168
169
|
pageDate: import("vue").Ref<Date, Date>;
|
|
@@ -171,18 +172,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
171
172
|
selectYear: (date: Date) => void;
|
|
172
173
|
selectMonth: (date: Date) => void;
|
|
173
174
|
selectDay: (date: Date) => void;
|
|
175
|
+
selectToday: () => void;
|
|
174
176
|
selectTime: (date: Date) => void;
|
|
175
177
|
keyUp: (event: KeyboardEvent) => void;
|
|
178
|
+
onInput: (event: Event) => void;
|
|
179
|
+
isTimeOnlyMode: import("vue").ComputedRef<boolean>;
|
|
180
|
+
isDateTimeMode: import("vue").ComputedRef<boolean>;
|
|
176
181
|
normalizedWeekdayNames: import("vue").ComputedRef<string[] | undefined>;
|
|
177
182
|
viewShown: import("vue").Ref<"time" | "month" | "year" | "none" | "day", "time" | "month" | "year" | "none" | "day">;
|
|
178
|
-
goBackFromTimepicker: () =>
|
|
183
|
+
goBackFromTimepicker: () => void | null;
|
|
179
184
|
clearModelValue: () => void;
|
|
180
185
|
initialView: import("vue").ComputedRef<"time" | "month" | "year" | "day">;
|
|
181
186
|
log: (e: any) => void;
|
|
182
|
-
variables: (object: Record<string, string> | undefined) => {
|
|
183
|
-
[k: string]: string;
|
|
184
|
-
};
|
|
185
187
|
popupAnchorStyle: import("vue").Ref<Record<string, string>, Record<string, string>>;
|
|
188
|
+
popupRef: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
186
189
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
187
190
|
'update:modelValue': (value: Date | null | undefined) => boolean;
|
|
188
191
|
decadePageChanged: (pageDate: Date) => true;
|
|
@@ -447,11 +450,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
447
450
|
required: true;
|
|
448
451
|
validate: (x: unknown) => boolean;
|
|
449
452
|
};
|
|
450
|
-
|
|
453
|
+
showButtonBar: {
|
|
454
|
+
type: BooleanConstructor;
|
|
455
|
+
default: boolean;
|
|
456
|
+
};
|
|
457
|
+
hideHeader: {
|
|
458
|
+
type: BooleanConstructor;
|
|
459
|
+
default: boolean;
|
|
460
|
+
};
|
|
461
|
+
}>, {
|
|
462
|
+
todayLabel: import("vue").ComputedRef<string>;
|
|
463
|
+
clearLabel: import("vue").ComputedRef<string>;
|
|
464
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
451
465
|
elementClick: (value: Date) => boolean;
|
|
452
466
|
left: () => true;
|
|
453
467
|
right: () => true;
|
|
454
468
|
heading: () => true;
|
|
469
|
+
today: () => true;
|
|
470
|
+
clear: () => true;
|
|
455
471
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
456
472
|
headingClickable: {
|
|
457
473
|
type: BooleanConstructor;
|
|
@@ -478,17 +494,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
478
494
|
required: true;
|
|
479
495
|
validate: (x: unknown) => boolean;
|
|
480
496
|
};
|
|
497
|
+
showButtonBar: {
|
|
498
|
+
type: BooleanConstructor;
|
|
499
|
+
default: boolean;
|
|
500
|
+
};
|
|
501
|
+
hideHeader: {
|
|
502
|
+
type: BooleanConstructor;
|
|
503
|
+
default: boolean;
|
|
504
|
+
};
|
|
481
505
|
}>> & Readonly<{
|
|
482
506
|
onLeft?: (() => any) | undefined;
|
|
507
|
+
onClear?: (() => any) | undefined;
|
|
483
508
|
onRight?: (() => any) | undefined;
|
|
484
|
-
onHeading?: (() => any) | undefined;
|
|
485
509
|
onElementClick?: ((value: Date) => any) | undefined;
|
|
510
|
+
onHeading?: (() => any) | undefined;
|
|
511
|
+
onToday?: (() => any) | undefined;
|
|
486
512
|
}>, {
|
|
487
|
-
items: import("./types").DatepickerItem[];
|
|
488
513
|
headingClickable: boolean;
|
|
489
514
|
leftDisabled: boolean;
|
|
490
515
|
rightDisabled: boolean;
|
|
491
516
|
columnCount: number;
|
|
517
|
+
items: import("./types").DatepickerItem[];
|
|
518
|
+
showButtonBar: boolean;
|
|
519
|
+
hideHeader: boolean;
|
|
492
520
|
}, {}, {
|
|
493
521
|
ChevronLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
494
522
|
ChevronRight: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
@@ -582,11 +610,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
582
610
|
required: true;
|
|
583
611
|
validate: (x: unknown) => boolean;
|
|
584
612
|
};
|
|
585
|
-
|
|
613
|
+
showButtonBar: {
|
|
614
|
+
type: BooleanConstructor;
|
|
615
|
+
default: boolean;
|
|
616
|
+
};
|
|
617
|
+
hideHeader: {
|
|
618
|
+
type: BooleanConstructor;
|
|
619
|
+
default: boolean;
|
|
620
|
+
};
|
|
621
|
+
}>, {
|
|
622
|
+
todayLabel: import("vue").ComputedRef<string>;
|
|
623
|
+
clearLabel: import("vue").ComputedRef<string>;
|
|
624
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
586
625
|
elementClick: (value: Date) => boolean;
|
|
587
626
|
left: () => true;
|
|
588
627
|
right: () => true;
|
|
589
628
|
heading: () => true;
|
|
629
|
+
today: () => true;
|
|
630
|
+
clear: () => true;
|
|
590
631
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
591
632
|
headingClickable: {
|
|
592
633
|
type: BooleanConstructor;
|
|
@@ -613,17 +654,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
613
654
|
required: true;
|
|
614
655
|
validate: (x: unknown) => boolean;
|
|
615
656
|
};
|
|
657
|
+
showButtonBar: {
|
|
658
|
+
type: BooleanConstructor;
|
|
659
|
+
default: boolean;
|
|
660
|
+
};
|
|
661
|
+
hideHeader: {
|
|
662
|
+
type: BooleanConstructor;
|
|
663
|
+
default: boolean;
|
|
664
|
+
};
|
|
616
665
|
}>> & Readonly<{
|
|
617
666
|
onLeft?: (() => any) | undefined;
|
|
667
|
+
onClear?: (() => any) | undefined;
|
|
618
668
|
onRight?: (() => any) | undefined;
|
|
619
|
-
onHeading?: (() => any) | undefined;
|
|
620
669
|
onElementClick?: ((value: Date) => any) | undefined;
|
|
670
|
+
onHeading?: (() => any) | undefined;
|
|
671
|
+
onToday?: (() => any) | undefined;
|
|
621
672
|
}>, {
|
|
622
|
-
items: import("./types").DatepickerItem[];
|
|
623
673
|
headingClickable: boolean;
|
|
624
674
|
leftDisabled: boolean;
|
|
625
675
|
rightDisabled: boolean;
|
|
626
676
|
columnCount: number;
|
|
677
|
+
items: import("./types").DatepickerItem[];
|
|
678
|
+
showButtonBar: boolean;
|
|
679
|
+
hideHeader: boolean;
|
|
627
680
|
}, {}, {
|
|
628
681
|
ChevronLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
629
682
|
ChevronRight: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
@@ -695,6 +748,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
695
748
|
'update:pageDate': (date: Date) => boolean;
|
|
696
749
|
select: (date: Date) => boolean;
|
|
697
750
|
back: () => true;
|
|
751
|
+
today: () => true;
|
|
752
|
+
clear: () => true;
|
|
698
753
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
699
754
|
selected: {
|
|
700
755
|
type: PropType<Date>;
|
|
@@ -751,6 +806,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
751
806
|
};
|
|
752
807
|
}>> & Readonly<{
|
|
753
808
|
onSelect?: ((date: Date) => any) | undefined;
|
|
809
|
+
onClear?: (() => any) | undefined;
|
|
810
|
+
onToday?: (() => any) | undefined;
|
|
754
811
|
"onUpdate:pageDate"?: ((date: Date) => any) | undefined;
|
|
755
812
|
onBack?: (() => any) | undefined;
|
|
756
813
|
}>, {
|
|
@@ -786,11 +843,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
786
843
|
required: true;
|
|
787
844
|
validate: (x: unknown) => boolean;
|
|
788
845
|
};
|
|
789
|
-
|
|
846
|
+
showButtonBar: {
|
|
847
|
+
type: BooleanConstructor;
|
|
848
|
+
default: boolean;
|
|
849
|
+
};
|
|
850
|
+
hideHeader: {
|
|
851
|
+
type: BooleanConstructor;
|
|
852
|
+
default: boolean;
|
|
853
|
+
};
|
|
854
|
+
}>, {
|
|
855
|
+
todayLabel: import("vue").ComputedRef<string>;
|
|
856
|
+
clearLabel: import("vue").ComputedRef<string>;
|
|
857
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
790
858
|
elementClick: (value: Date) => boolean;
|
|
791
859
|
left: () => true;
|
|
792
860
|
right: () => true;
|
|
793
861
|
heading: () => true;
|
|
862
|
+
today: () => true;
|
|
863
|
+
clear: () => true;
|
|
794
864
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
795
865
|
headingClickable: {
|
|
796
866
|
type: BooleanConstructor;
|
|
@@ -817,17 +887,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
817
887
|
required: true;
|
|
818
888
|
validate: (x: unknown) => boolean;
|
|
819
889
|
};
|
|
890
|
+
showButtonBar: {
|
|
891
|
+
type: BooleanConstructor;
|
|
892
|
+
default: boolean;
|
|
893
|
+
};
|
|
894
|
+
hideHeader: {
|
|
895
|
+
type: BooleanConstructor;
|
|
896
|
+
default: boolean;
|
|
897
|
+
};
|
|
820
898
|
}>> & Readonly<{
|
|
821
899
|
onLeft?: (() => any) | undefined;
|
|
900
|
+
onClear?: (() => any) | undefined;
|
|
822
901
|
onRight?: (() => any) | undefined;
|
|
823
|
-
onHeading?: (() => any) | undefined;
|
|
824
902
|
onElementClick?: ((value: Date) => any) | undefined;
|
|
903
|
+
onHeading?: (() => any) | undefined;
|
|
904
|
+
onToday?: (() => any) | undefined;
|
|
825
905
|
}>, {
|
|
826
|
-
items: import("./types").DatepickerItem[];
|
|
827
906
|
headingClickable: boolean;
|
|
828
907
|
leftDisabled: boolean;
|
|
829
908
|
rightDisabled: boolean;
|
|
830
909
|
columnCount: number;
|
|
910
|
+
items: import("./types").DatepickerItem[];
|
|
911
|
+
showButtonBar: boolean;
|
|
912
|
+
hideHeader: boolean;
|
|
831
913
|
}, {}, {
|
|
832
914
|
ChevronLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
833
915
|
ChevronRight: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
@@ -853,17 +935,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
853
935
|
}>;
|
|
854
936
|
required: false;
|
|
855
937
|
};
|
|
938
|
+
embedded: {
|
|
939
|
+
type: BooleanConstructor;
|
|
940
|
+
default: boolean;
|
|
941
|
+
};
|
|
856
942
|
}>, {
|
|
857
|
-
hoursListRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
858
|
-
minutesListRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
859
943
|
hours: import("vue").Ref<number, number>;
|
|
860
944
|
minutes: import("vue").Ref<number, number>;
|
|
861
|
-
hoursList: import("vue").ComputedRef<import("./types").TimepickerListItem[]>;
|
|
862
|
-
minutesList: import("vue").ComputedRef<import("./types").TimepickerListItem[]>;
|
|
863
945
|
padStartZero: (item: number) => string;
|
|
864
|
-
selectMinutes: (item: import("./types").TimepickerListItem) => void;
|
|
865
946
|
isEnabled: (target: Date) => boolean;
|
|
866
|
-
|
|
947
|
+
incrementHours: () => void;
|
|
948
|
+
decrementHours: () => void;
|
|
949
|
+
incrementMinutes: () => void;
|
|
950
|
+
decrementMinutes: () => void;
|
|
867
951
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
868
952
|
select: (date: Date) => boolean;
|
|
869
953
|
back: () => true;
|
|
@@ -887,10 +971,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
887
971
|
}>;
|
|
888
972
|
required: false;
|
|
889
973
|
};
|
|
974
|
+
embedded: {
|
|
975
|
+
type: BooleanConstructor;
|
|
976
|
+
default: boolean;
|
|
977
|
+
};
|
|
890
978
|
}>> & Readonly<{
|
|
891
979
|
onSelect?: ((date: Date) => any) | undefined;
|
|
892
980
|
onBack?: (() => any) | undefined;
|
|
893
|
-
}>, {
|
|
981
|
+
}>, {
|
|
982
|
+
embedded: boolean;
|
|
983
|
+
}, {}, {
|
|
894
984
|
PickerPopup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
895
985
|
headingClickable: {
|
|
896
986
|
type: BooleanConstructor;
|
|
@@ -917,11 +1007,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
917
1007
|
required: true;
|
|
918
1008
|
validate: (x: unknown) => boolean;
|
|
919
1009
|
};
|
|
920
|
-
|
|
1010
|
+
showButtonBar: {
|
|
1011
|
+
type: BooleanConstructor;
|
|
1012
|
+
default: boolean;
|
|
1013
|
+
};
|
|
1014
|
+
hideHeader: {
|
|
1015
|
+
type: BooleanConstructor;
|
|
1016
|
+
default: boolean;
|
|
1017
|
+
};
|
|
1018
|
+
}>, {
|
|
1019
|
+
todayLabel: import("vue").ComputedRef<string>;
|
|
1020
|
+
clearLabel: import("vue").ComputedRef<string>;
|
|
1021
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
921
1022
|
elementClick: (value: Date) => boolean;
|
|
922
1023
|
left: () => true;
|
|
923
1024
|
right: () => true;
|
|
924
1025
|
heading: () => true;
|
|
1026
|
+
today: () => true;
|
|
1027
|
+
clear: () => true;
|
|
925
1028
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
926
1029
|
headingClickable: {
|
|
927
1030
|
type: BooleanConstructor;
|
|
@@ -948,22 +1051,39 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
948
1051
|
required: true;
|
|
949
1052
|
validate: (x: unknown) => boolean;
|
|
950
1053
|
};
|
|
1054
|
+
showButtonBar: {
|
|
1055
|
+
type: BooleanConstructor;
|
|
1056
|
+
default: boolean;
|
|
1057
|
+
};
|
|
1058
|
+
hideHeader: {
|
|
1059
|
+
type: BooleanConstructor;
|
|
1060
|
+
default: boolean;
|
|
1061
|
+
};
|
|
951
1062
|
}>> & Readonly<{
|
|
952
1063
|
onLeft?: (() => any) | undefined;
|
|
1064
|
+
onClear?: (() => any) | undefined;
|
|
953
1065
|
onRight?: (() => any) | undefined;
|
|
954
|
-
onHeading?: (() => any) | undefined;
|
|
955
1066
|
onElementClick?: ((value: Date) => any) | undefined;
|
|
1067
|
+
onHeading?: (() => any) | undefined;
|
|
1068
|
+
onToday?: (() => any) | undefined;
|
|
956
1069
|
}>, {
|
|
957
|
-
items: import("./types").DatepickerItem[];
|
|
958
1070
|
headingClickable: boolean;
|
|
959
1071
|
leftDisabled: boolean;
|
|
960
1072
|
rightDisabled: boolean;
|
|
961
1073
|
columnCount: number;
|
|
1074
|
+
items: import("./types").DatepickerItem[];
|
|
1075
|
+
showButtonBar: boolean;
|
|
1076
|
+
hideHeader: boolean;
|
|
962
1077
|
}, {}, {
|
|
963
1078
|
ChevronLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
964
1079
|
ChevronRight: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
965
1080
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1081
|
+
ChevronUp: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1082
|
+
ChevronDown: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
966
1083
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1084
|
+
CalendarDays: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1085
|
+
Clock3: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
1086
|
+
X: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
967
1087
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
968
1088
|
export default _default;
|
|
969
1089
|
//# sourceMappingURL=Datepicker.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Datepicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/datepicker/Datepicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Datepicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/datepicker/Datepicker.vue"],"names":[],"mappings":"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"}
|
|
@@ -67,6 +67,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
67
67
|
'update:pageDate': (date: Date) => boolean;
|
|
68
68
|
select: (date: Date) => boolean;
|
|
69
69
|
back: () => true;
|
|
70
|
+
today: () => true;
|
|
71
|
+
clear: () => true;
|
|
70
72
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
71
73
|
selected: {
|
|
72
74
|
type: PropType<Date>;
|
|
@@ -123,6 +125,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
123
125
|
};
|
|
124
126
|
}>> & Readonly<{
|
|
125
127
|
onSelect?: ((date: Date) => any) | undefined;
|
|
128
|
+
onClear?: (() => any) | undefined;
|
|
129
|
+
onToday?: (() => any) | undefined;
|
|
126
130
|
"onUpdate:pageDate"?: ((date: Date) => any) | undefined;
|
|
127
131
|
onBack?: (() => any) | undefined;
|
|
128
132
|
}>, {
|
|
@@ -158,11 +162,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
158
162
|
required: true;
|
|
159
163
|
validate: (x: unknown) => boolean;
|
|
160
164
|
};
|
|
161
|
-
|
|
165
|
+
showButtonBar: {
|
|
166
|
+
type: BooleanConstructor;
|
|
167
|
+
default: boolean;
|
|
168
|
+
};
|
|
169
|
+
hideHeader: {
|
|
170
|
+
type: BooleanConstructor;
|
|
171
|
+
default: boolean;
|
|
172
|
+
};
|
|
173
|
+
}>, {
|
|
174
|
+
todayLabel: import("vue").ComputedRef<string>;
|
|
175
|
+
clearLabel: import("vue").ComputedRef<string>;
|
|
176
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
162
177
|
elementClick: (value: Date) => boolean;
|
|
163
178
|
left: () => true;
|
|
164
179
|
right: () => true;
|
|
165
180
|
heading: () => true;
|
|
181
|
+
today: () => true;
|
|
182
|
+
clear: () => true;
|
|
166
183
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
167
184
|
headingClickable: {
|
|
168
185
|
type: BooleanConstructor;
|
|
@@ -189,17 +206,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
189
206
|
required: true;
|
|
190
207
|
validate: (x: unknown) => boolean;
|
|
191
208
|
};
|
|
209
|
+
showButtonBar: {
|
|
210
|
+
type: BooleanConstructor;
|
|
211
|
+
default: boolean;
|
|
212
|
+
};
|
|
213
|
+
hideHeader: {
|
|
214
|
+
type: BooleanConstructor;
|
|
215
|
+
default: boolean;
|
|
216
|
+
};
|
|
192
217
|
}>> & Readonly<{
|
|
193
218
|
onLeft?: (() => any) | undefined;
|
|
219
|
+
onClear?: (() => any) | undefined;
|
|
194
220
|
onRight?: (() => any) | undefined;
|
|
195
|
-
onHeading?: (() => any) | undefined;
|
|
196
221
|
onElementClick?: ((value: Date) => any) | undefined;
|
|
222
|
+
onHeading?: (() => any) | undefined;
|
|
223
|
+
onToday?: (() => any) | undefined;
|
|
197
224
|
}>, {
|
|
198
|
-
items: DatepickerItem[];
|
|
199
225
|
headingClickable: boolean;
|
|
200
226
|
leftDisabled: boolean;
|
|
201
227
|
rightDisabled: boolean;
|
|
202
228
|
columnCount: number;
|
|
229
|
+
items: DatepickerItem[];
|
|
230
|
+
showButtonBar: boolean;
|
|
231
|
+
hideHeader: boolean;
|
|
203
232
|
}, {}, {
|
|
204
233
|
ChevronLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
205
234
|
ChevronRight: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DayPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/datepicker/DayPicker.vue"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"DayPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/datepicker/DayPicker.vue"],"names":[],"mappings":"AAAA,OAgOO,EACwC,QAAQ,EACtD,MAAM,KAAK,CAAC;AACb,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAqB5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;;;cAe1B,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;cAmBZ,QAAQ,CAAC,aAAa,CAAC;;;uBAGxB,OAAO,KAAG,OAAO;;;cAGjB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;cAInB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC;;;;cAIZ,QAAQ,CAAC;YACvB,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;YACd,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,IAAI,KAAK,OAAO,CAAA;SACtC,CAAC;;;;;;;;;;;;;;;;;8BApDsB,IAAI;mBACf,IAAI;;;;;;cAOH,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;cAmBZ,QAAQ,CAAC,aAAa,CAAC;;;uBAGxB,OAAO,KAAG,OAAO;;;cAGjB,QAAQ,CAAC,MAAM,EAAE,CAAC;;;;cAInB,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC;;;;cAIZ,QAAQ,CAAC;YACvB,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;YACd,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,IAAI,KAAK,OAAO,CAAA;SACtC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzDR,wBAgKG"}
|
|
@@ -94,11 +94,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
94
|
required: true;
|
|
95
95
|
validate: (x: unknown) => boolean;
|
|
96
96
|
};
|
|
97
|
-
|
|
97
|
+
showButtonBar: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
hideHeader: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
}>, {
|
|
106
|
+
todayLabel: import("vue").ComputedRef<string>;
|
|
107
|
+
clearLabel: import("vue").ComputedRef<string>;
|
|
108
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
98
109
|
elementClick: (value: Date) => boolean;
|
|
99
110
|
left: () => true;
|
|
100
111
|
right: () => true;
|
|
101
112
|
heading: () => true;
|
|
113
|
+
today: () => true;
|
|
114
|
+
clear: () => true;
|
|
102
115
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
103
116
|
headingClickable: {
|
|
104
117
|
type: BooleanConstructor;
|
|
@@ -125,17 +138,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
125
138
|
required: true;
|
|
126
139
|
validate: (x: unknown) => boolean;
|
|
127
140
|
};
|
|
141
|
+
showButtonBar: {
|
|
142
|
+
type: BooleanConstructor;
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
145
|
+
hideHeader: {
|
|
146
|
+
type: BooleanConstructor;
|
|
147
|
+
default: boolean;
|
|
148
|
+
};
|
|
128
149
|
}>> & Readonly<{
|
|
129
150
|
onLeft?: (() => any) | undefined;
|
|
151
|
+
onClear?: (() => any) | undefined;
|
|
130
152
|
onRight?: (() => any) | undefined;
|
|
131
|
-
onHeading?: (() => any) | undefined;
|
|
132
153
|
onElementClick?: ((value: Date) => any) | undefined;
|
|
154
|
+
onHeading?: (() => any) | undefined;
|
|
155
|
+
onToday?: (() => any) | undefined;
|
|
133
156
|
}>, {
|
|
134
|
-
items: DatepickerItem[];
|
|
135
157
|
headingClickable: boolean;
|
|
136
158
|
leftDisabled: boolean;
|
|
137
159
|
rightDisabled: boolean;
|
|
138
160
|
columnCount: number;
|
|
161
|
+
items: DatepickerItem[];
|
|
162
|
+
showButtonBar: boolean;
|
|
163
|
+
hideHeader: boolean;
|
|
139
164
|
}, {}, {
|
|
140
165
|
ChevronLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
141
166
|
ChevronRight: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MonthPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/datepicker/MonthPicker.vue"],"names":[],"mappings":"AAAA,OAsIO,EAA6B,QAAQ,EAAE,MAAM,KAAK,CAAC;AAkB1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;;IAY1C;;OAEG;;cAEa,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;cASd,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;8BA1BJ,IAAI;mBACf,IAAI;;;IAInB;;OAEG;;cAEa,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;cASd,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"MonthPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/datepicker/MonthPicker.vue"],"names":[],"mappings":"AAAA,OAsIO,EAA6B,QAAQ,EAAE,MAAM,KAAK,CAAC;AAkB1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;;IAY1C;;OAEG;;cAEa,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;cASd,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;8BA1BJ,IAAI;mBACf,IAAI;;;IAInB;;OAEG;;cAEa,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;cASd,QAAQ,CAAC,IAAI,CAAC;;;;cAId,QAAQ,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/BlC,wBA4FG"}
|
|
@@ -27,11 +27,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
required: true;
|
|
28
28
|
validate: (x: unknown) => boolean;
|
|
29
29
|
};
|
|
30
|
-
|
|
30
|
+
showButtonBar: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
hideHeader: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
}>, {
|
|
39
|
+
todayLabel: import("vue").ComputedRef<string>;
|
|
40
|
+
clearLabel: import("vue").ComputedRef<string>;
|
|
41
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
42
|
elementClick: (value: Date) => boolean;
|
|
32
43
|
left: () => true;
|
|
33
44
|
right: () => true;
|
|
34
45
|
heading: () => true;
|
|
46
|
+
today: () => true;
|
|
47
|
+
clear: () => true;
|
|
35
48
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
49
|
headingClickable: {
|
|
37
50
|
type: BooleanConstructor;
|
|
@@ -58,17 +71,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
58
71
|
required: true;
|
|
59
72
|
validate: (x: unknown) => boolean;
|
|
60
73
|
};
|
|
74
|
+
showButtonBar: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
hideHeader: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
61
82
|
}>> & Readonly<{
|
|
62
83
|
onLeft?: (() => any) | undefined;
|
|
84
|
+
onClear?: (() => any) | undefined;
|
|
63
85
|
onRight?: (() => any) | undefined;
|
|
64
|
-
onHeading?: (() => any) | undefined;
|
|
65
86
|
onElementClick?: ((value: Date) => any) | undefined;
|
|
87
|
+
onHeading?: (() => any) | undefined;
|
|
88
|
+
onToday?: (() => any) | undefined;
|
|
66
89
|
}>, {
|
|
67
|
-
items: DatepickerItem[];
|
|
68
90
|
headingClickable: boolean;
|
|
69
91
|
leftDisabled: boolean;
|
|
70
92
|
rightDisabled: boolean;
|
|
71
93
|
columnCount: number;
|
|
94
|
+
items: DatepickerItem[];
|
|
95
|
+
showButtonBar: boolean;
|
|
96
|
+
hideHeader: boolean;
|
|
72
97
|
}, {}, {
|
|
73
98
|
ChevronLeft: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
74
99
|
ChevronRight: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PickerPopup.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/datepicker/PickerPopup.vue"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"PickerPopup.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/datepicker/PickerPopup.vue"],"names":[],"mappings":"AAAA,OA0LO,EAAmB,QAAQ,EAAgC,MAAM,KAAK,CAAC;AAG9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,GAAG,QAAQ,CAAA;;;;;;;;;;;;;;;;;;;cAkC9C,QAAQ,CAAC,cAAc,EAAE,CAAC;uBAC5B,cAAc,EAAE;;;cAGb,QAAQ,CAAC,QAAQ,CAAC;;sBAEpB,OAAO;;;;;;;;;;;;;;0BA/BD,IAAI;;;;;;;;;;;;;;;;;;;;;;;;cAyBT,QAAQ,CAAC,cAAc,EAAE,CAAC;uBAC5B,cAAc,EAAE;;;cAGb,QAAQ,CAAC,QAAQ,CAAC;;sBAEpB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AArC3B,wBAmEG"}
|