ll-plus 2.1.11 → 2.1.13
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/es/components/advanced-filtering/index.d.ts +309 -309
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
- package/es/components/button/index.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +1 -1
- package/es/components/cascader/index.d.ts +16 -16
- package/es/components/cascader/src/cascader.vue.d.ts +16 -16
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/code-editor/index.d.ts +4 -4
- package/es/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/es/components/date-picker/index.d.ts +82 -82
- package/es/components/date-picker/src/date-picker.vue.d.ts +82 -82
- package/es/components/date-range/index.d.ts +10 -10
- package/es/components/date-range/src/date-range.vue.d.ts +10 -10
- package/es/components/drawer/index.d.ts +13 -13
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
- package/es/components/drawer/src/drawer.vue.d.ts +13 -13
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +142 -142
- package/es/components/icon-base/index.d.ts +1 -1
- package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/config/icon-picker.d.ts +1 -1
- package/es/components/icon-picker/src/config/icon-picker.mjs.map +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +35 -35
- package/es/components/input/src/input.vue.d.ts +35 -35
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/input-number/src/input-number.vue.d.ts +2 -2
- package/es/components/key-value/index.d.ts +4 -4
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
- package/es/components/key-value/src/components/key-value-item.vue2.mjs +6 -2
- package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
- package/es/components/key-value/src/key-value.vue.d.ts +4 -4
- package/es/components/key-value/src/key-value.vue2.mjs +4 -1
- package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
- package/es/components/modal/index.d.ts +7 -7
- package/es/components/modal/src/modal.vue.d.ts +7 -7
- package/es/components/operate-icon/index.d.ts +3 -3
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/es/components/select/index.d.ts +30 -30
- package/es/components/select/src/select.vue.d.ts +30 -30
- package/es/components/tag-group/index.d.ts +4 -4
- package/es/components/tag-group/src/tag-group.vue.d.ts +4 -4
- package/es/components/tag-group/src/tag-group.vue2.mjs +6 -4
- package/es/components/tag-group/src/tag-group.vue2.mjs.map +1 -1
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +15 -15
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/es/components/upload-drag/index.d.ts +6 -6
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +15 -6
- package/index.full.min.js +2 -2
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +5 -5
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +15 -6
- package/lib/components/advanced-filtering/index.d.ts +309 -309
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
- package/lib/components/button/index.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +1 -1
- package/lib/components/cascader/index.d.ts +16 -16
- package/lib/components/cascader/src/cascader.vue.d.ts +16 -16
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/code-editor/index.d.ts +4 -4
- package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/lib/components/date-picker/index.d.ts +82 -82
- package/lib/components/date-picker/src/date-picker.vue.d.ts +82 -82
- package/lib/components/date-range/index.d.ts +10 -10
- package/lib/components/date-range/src/date-range.vue.d.ts +10 -10
- package/lib/components/drawer/index.d.ts +13 -13
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
- package/lib/components/drawer/src/drawer.vue.d.ts +13 -13
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +142 -142
- package/lib/components/icon-base/index.d.ts +1 -1
- package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/config/icon-picker.d.ts +1 -1
- package/lib/components/icon-picker/src/config/icon-picker.js.map +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +35 -35
- package/lib/components/input/src/input.vue.d.ts +35 -35
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
- package/lib/components/key-value/index.d.ts +4 -4
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
- package/lib/components/key-value/src/components/key-value-item.vue2.js +6 -2
- package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
- package/lib/components/key-value/src/key-value.vue.d.ts +4 -4
- package/lib/components/key-value/src/key-value.vue2.js +3 -0
- package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
- package/lib/components/modal/index.d.ts +7 -7
- package/lib/components/modal/src/modal.vue.d.ts +7 -7
- package/lib/components/operate-icon/index.d.ts +3 -3
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/lib/components/select/index.d.ts +30 -30
- package/lib/components/select/src/select.vue.d.ts +30 -30
- package/lib/components/tag-group/index.d.ts +4 -4
- package/lib/components/tag-group/src/tag-group.vue.d.ts +4 -4
- package/lib/components/tag-group/src/tag-group.vue2.js +6 -4
- package/lib/components/tag-group/src/tag-group.vue2.js.map +1 -1
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +15 -15
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/lib/components/upload-drag/index.d.ts +6 -6
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +309 -309
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
- package/types/packages/components/button/index.d.ts +1 -1
- package/types/packages/components/button/src/button.vue.d.ts +1 -1
- package/types/packages/components/cascader/index.d.ts +16 -16
- package/types/packages/components/cascader/src/cascader.vue.d.ts +16 -16
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/code-editor/index.d.ts +4 -4
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/types/packages/components/date-picker/index.d.ts +82 -82
- package/types/packages/components/date-picker/src/date-picker.vue.d.ts +82 -82
- package/types/packages/components/date-range/index.d.ts +10 -10
- package/types/packages/components/date-range/src/date-range.vue.d.ts +10 -10
- package/types/packages/components/drawer/index.d.ts +13 -13
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
- package/types/packages/components/drawer/src/drawer.vue.d.ts +13 -13
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +142 -142
- package/types/packages/components/icon-base/index.d.ts +1 -1
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/config/icon-picker.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +35 -35
- package/types/packages/components/input/src/input.vue.d.ts +35 -35
- package/types/packages/components/input-number/index.d.ts +2 -2
- package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
- package/types/packages/components/key-value/index.d.ts +4 -4
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
- package/types/packages/components/key-value/src/key-value.vue.d.ts +4 -4
- package/types/packages/components/modal/index.d.ts +7 -7
- package/types/packages/components/modal/src/modal.vue.d.ts +7 -7
- package/types/packages/components/operate-icon/index.d.ts +3 -3
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/types/packages/components/select/index.d.ts +30 -30
- package/types/packages/components/select/src/select.vue.d.ts +30 -30
- package/types/packages/components/tag-group/index.d.ts +4 -4
- package/types/packages/components/tag-group/src/tag-group.vue.d.ts +4 -4
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree/index.d.ts +2 -2
- package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +15 -15
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/types/packages/components/upload-drag/index.d.ts +6 -6
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -157,8 +157,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
157
157
|
name: StringConstructor;
|
|
158
158
|
autocomplete: StringConstructor;
|
|
159
159
|
direction: {
|
|
160
|
-
type: import("vue").PropType<"
|
|
161
|
-
default: "
|
|
160
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
161
|
+
default: "ltr" | "rtl";
|
|
162
162
|
};
|
|
163
163
|
showToday: {
|
|
164
164
|
type: BooleanConstructor;
|
|
@@ -198,8 +198,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
198
198
|
};
|
|
199
199
|
valueFormat: StringConstructor;
|
|
200
200
|
placement: {
|
|
201
|
-
type: import("vue").PropType<"
|
|
202
|
-
default: "
|
|
201
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
202
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
203
203
|
};
|
|
204
204
|
status: {
|
|
205
205
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -360,8 +360,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
360
360
|
name: StringConstructor;
|
|
361
361
|
autocomplete: StringConstructor;
|
|
362
362
|
direction: {
|
|
363
|
-
type: import("vue").PropType<"
|
|
364
|
-
default: "
|
|
363
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
364
|
+
default: "ltr" | "rtl";
|
|
365
365
|
};
|
|
366
366
|
showToday: {
|
|
367
367
|
type: BooleanConstructor;
|
|
@@ -401,8 +401,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
401
401
|
};
|
|
402
402
|
valueFormat: StringConstructor;
|
|
403
403
|
placement: {
|
|
404
|
-
type: import("vue").PropType<"
|
|
405
|
-
default: "
|
|
404
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
405
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
406
406
|
};
|
|
407
407
|
status: {
|
|
408
408
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -435,7 +435,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
435
435
|
onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
436
436
|
onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
437
437
|
open: boolean;
|
|
438
|
-
direction: "
|
|
438
|
+
direction: "ltr" | "rtl";
|
|
439
439
|
disabled: boolean;
|
|
440
440
|
autofocus: boolean;
|
|
441
441
|
getPopupContainer: (node: HTMLElement) => HTMLElement;
|
|
@@ -451,7 +451,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
451
451
|
defaultValue: string | import("dayjs").Dayjs;
|
|
452
452
|
'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
|
|
453
453
|
popupStyle: import("vue").CSSProperties;
|
|
454
|
-
placement: "
|
|
454
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
455
455
|
onOpenChange: (open: boolean) => void;
|
|
456
456
|
'onUpdate:open': (open: boolean) => void;
|
|
457
457
|
bordered: boolean;
|
|
@@ -631,8 +631,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
631
631
|
name: StringConstructor;
|
|
632
632
|
autocomplete: StringConstructor;
|
|
633
633
|
direction: {
|
|
634
|
-
type: import("vue").PropType<"
|
|
635
|
-
default: "
|
|
634
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
635
|
+
default: "ltr" | "rtl";
|
|
636
636
|
};
|
|
637
637
|
showToday: {
|
|
638
638
|
type: BooleanConstructor;
|
|
@@ -672,8 +672,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
672
672
|
};
|
|
673
673
|
valueFormat: StringConstructor;
|
|
674
674
|
placement: {
|
|
675
|
-
type: import("vue").PropType<"
|
|
676
|
-
default: "
|
|
675
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
676
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
677
677
|
};
|
|
678
678
|
status: {
|
|
679
679
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -706,7 +706,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
706
706
|
onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
707
707
|
onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
708
708
|
open: boolean;
|
|
709
|
-
direction: "
|
|
709
|
+
direction: "ltr" | "rtl";
|
|
710
710
|
disabled: boolean;
|
|
711
711
|
autofocus: boolean;
|
|
712
712
|
getPopupContainer: (node: HTMLElement) => HTMLElement;
|
|
@@ -722,7 +722,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
722
722
|
defaultValue: string | import("dayjs").Dayjs;
|
|
723
723
|
'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
|
|
724
724
|
popupStyle: import("vue").CSSProperties;
|
|
725
|
-
placement: "
|
|
725
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
726
726
|
onOpenChange: (open: boolean) => void;
|
|
727
727
|
'onUpdate:open': (open: boolean) => void;
|
|
728
728
|
bordered: boolean;
|
|
@@ -887,8 +887,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
887
887
|
name: StringConstructor;
|
|
888
888
|
autocomplete: StringConstructor;
|
|
889
889
|
direction: {
|
|
890
|
-
type: import("vue").PropType<"
|
|
891
|
-
default: "
|
|
890
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
891
|
+
default: "ltr" | "rtl";
|
|
892
892
|
};
|
|
893
893
|
showToday: {
|
|
894
894
|
type: BooleanConstructor;
|
|
@@ -928,8 +928,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
928
928
|
};
|
|
929
929
|
valueFormat: StringConstructor;
|
|
930
930
|
placement: {
|
|
931
|
-
type: import("vue").PropType<"
|
|
932
|
-
default: "
|
|
931
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
932
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
933
933
|
};
|
|
934
934
|
status: {
|
|
935
935
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -962,7 +962,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
962
962
|
onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
963
963
|
onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
964
964
|
open: boolean;
|
|
965
|
-
direction: "
|
|
965
|
+
direction: "ltr" | "rtl";
|
|
966
966
|
disabled: boolean;
|
|
967
967
|
autofocus: boolean;
|
|
968
968
|
getPopupContainer: (node: HTMLElement) => HTMLElement;
|
|
@@ -978,7 +978,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
978
978
|
defaultValue: string | import("dayjs").Dayjs;
|
|
979
979
|
'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
|
|
980
980
|
popupStyle: import("vue").CSSProperties;
|
|
981
|
-
placement: "
|
|
981
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
982
982
|
onOpenChange: (open: boolean) => void;
|
|
983
983
|
'onUpdate:open': (open: boolean) => void;
|
|
984
984
|
bordered: boolean;
|
|
@@ -1152,8 +1152,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1152
1152
|
name: StringConstructor;
|
|
1153
1153
|
autocomplete: StringConstructor;
|
|
1154
1154
|
direction: {
|
|
1155
|
-
type: import("vue").PropType<"
|
|
1156
|
-
default: "
|
|
1155
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1156
|
+
default: "ltr" | "rtl";
|
|
1157
1157
|
};
|
|
1158
1158
|
showToday: {
|
|
1159
1159
|
type: BooleanConstructor;
|
|
@@ -1193,8 +1193,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1193
1193
|
};
|
|
1194
1194
|
valueFormat: StringConstructor;
|
|
1195
1195
|
placement: {
|
|
1196
|
-
type: import("vue").PropType<"
|
|
1197
|
-
default: "
|
|
1196
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
1197
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
1198
1198
|
};
|
|
1199
1199
|
status: {
|
|
1200
1200
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -1355,8 +1355,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1355
1355
|
name: StringConstructor;
|
|
1356
1356
|
autocomplete: StringConstructor;
|
|
1357
1357
|
direction: {
|
|
1358
|
-
type: import("vue").PropType<"
|
|
1359
|
-
default: "
|
|
1358
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1359
|
+
default: "ltr" | "rtl";
|
|
1360
1360
|
};
|
|
1361
1361
|
showToday: {
|
|
1362
1362
|
type: BooleanConstructor;
|
|
@@ -1396,8 +1396,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1396
1396
|
};
|
|
1397
1397
|
valueFormat: StringConstructor;
|
|
1398
1398
|
placement: {
|
|
1399
|
-
type: import("vue").PropType<"
|
|
1400
|
-
default: "
|
|
1399
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
1400
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
1401
1401
|
};
|
|
1402
1402
|
status: {
|
|
1403
1403
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -1430,7 +1430,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1430
1430
|
onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
1431
1431
|
onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
1432
1432
|
open: boolean;
|
|
1433
|
-
direction: "
|
|
1433
|
+
direction: "ltr" | "rtl";
|
|
1434
1434
|
disabled: boolean;
|
|
1435
1435
|
autofocus: boolean;
|
|
1436
1436
|
getPopupContainer: (node: HTMLElement) => HTMLElement;
|
|
@@ -1446,7 +1446,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1446
1446
|
defaultValue: string | import("dayjs").Dayjs;
|
|
1447
1447
|
'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
|
|
1448
1448
|
popupStyle: import("vue").CSSProperties;
|
|
1449
|
-
placement: "
|
|
1449
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
1450
1450
|
onOpenChange: (open: boolean) => void;
|
|
1451
1451
|
'onUpdate:open': (open: boolean) => void;
|
|
1452
1452
|
bordered: boolean;
|
|
@@ -1620,8 +1620,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1620
1620
|
name: StringConstructor;
|
|
1621
1621
|
autocomplete: StringConstructor;
|
|
1622
1622
|
direction: {
|
|
1623
|
-
type: import("vue").PropType<"
|
|
1624
|
-
default: "
|
|
1623
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1624
|
+
default: "ltr" | "rtl";
|
|
1625
1625
|
};
|
|
1626
1626
|
showToday: {
|
|
1627
1627
|
type: BooleanConstructor;
|
|
@@ -1661,8 +1661,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1661
1661
|
};
|
|
1662
1662
|
valueFormat: StringConstructor;
|
|
1663
1663
|
placement: {
|
|
1664
|
-
type: import("vue").PropType<"
|
|
1665
|
-
default: "
|
|
1664
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
1665
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
1666
1666
|
};
|
|
1667
1667
|
status: {
|
|
1668
1668
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -1823,8 +1823,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1823
1823
|
name: StringConstructor;
|
|
1824
1824
|
autocomplete: StringConstructor;
|
|
1825
1825
|
direction: {
|
|
1826
|
-
type: import("vue").PropType<"
|
|
1827
|
-
default: "
|
|
1826
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
1827
|
+
default: "ltr" | "rtl";
|
|
1828
1828
|
};
|
|
1829
1829
|
showToday: {
|
|
1830
1830
|
type: BooleanConstructor;
|
|
@@ -1864,8 +1864,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1864
1864
|
};
|
|
1865
1865
|
valueFormat: StringConstructor;
|
|
1866
1866
|
placement: {
|
|
1867
|
-
type: import("vue").PropType<"
|
|
1868
|
-
default: "
|
|
1867
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
1868
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
1869
1869
|
};
|
|
1870
1870
|
status: {
|
|
1871
1871
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -1898,7 +1898,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1898
1898
|
onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
1899
1899
|
onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
1900
1900
|
open: boolean;
|
|
1901
|
-
direction: "
|
|
1901
|
+
direction: "ltr" | "rtl";
|
|
1902
1902
|
disabled: boolean;
|
|
1903
1903
|
autofocus: boolean;
|
|
1904
1904
|
getPopupContainer: (node: HTMLElement) => HTMLElement;
|
|
@@ -1914,7 +1914,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
1914
1914
|
defaultValue: string | import("dayjs").Dayjs;
|
|
1915
1915
|
'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
|
|
1916
1916
|
popupStyle: import("vue").CSSProperties;
|
|
1917
|
-
placement: "
|
|
1917
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
1918
1918
|
onOpenChange: (open: boolean) => void;
|
|
1919
1919
|
'onUpdate:open': (open: boolean) => void;
|
|
1920
1920
|
bordered: boolean;
|
|
@@ -2088,8 +2088,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2088
2088
|
name: StringConstructor;
|
|
2089
2089
|
autocomplete: StringConstructor;
|
|
2090
2090
|
direction: {
|
|
2091
|
-
type: import("vue").PropType<"
|
|
2092
|
-
default: "
|
|
2091
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
2092
|
+
default: "ltr" | "rtl";
|
|
2093
2093
|
};
|
|
2094
2094
|
showToday: {
|
|
2095
2095
|
type: BooleanConstructor;
|
|
@@ -2129,8 +2129,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2129
2129
|
};
|
|
2130
2130
|
valueFormat: StringConstructor;
|
|
2131
2131
|
placement: {
|
|
2132
|
-
type: import("vue").PropType<"
|
|
2133
|
-
default: "
|
|
2132
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
2133
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
2134
2134
|
};
|
|
2135
2135
|
status: {
|
|
2136
2136
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -2291,8 +2291,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2291
2291
|
name: StringConstructor;
|
|
2292
2292
|
autocomplete: StringConstructor;
|
|
2293
2293
|
direction: {
|
|
2294
|
-
type: import("vue").PropType<"
|
|
2295
|
-
default: "
|
|
2294
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
2295
|
+
default: "ltr" | "rtl";
|
|
2296
2296
|
};
|
|
2297
2297
|
showToday: {
|
|
2298
2298
|
type: BooleanConstructor;
|
|
@@ -2332,8 +2332,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2332
2332
|
};
|
|
2333
2333
|
valueFormat: StringConstructor;
|
|
2334
2334
|
placement: {
|
|
2335
|
-
type: import("vue").PropType<"
|
|
2336
|
-
default: "
|
|
2335
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
2336
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
2337
2337
|
};
|
|
2338
2338
|
status: {
|
|
2339
2339
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -2366,7 +2366,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2366
2366
|
onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
2367
2367
|
onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
2368
2368
|
open: boolean;
|
|
2369
|
-
direction: "
|
|
2369
|
+
direction: "ltr" | "rtl";
|
|
2370
2370
|
disabled: boolean;
|
|
2371
2371
|
autofocus: boolean;
|
|
2372
2372
|
getPopupContainer: (node: HTMLElement) => HTMLElement;
|
|
@@ -2382,7 +2382,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2382
2382
|
defaultValue: string | import("dayjs").Dayjs;
|
|
2383
2383
|
'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
|
|
2384
2384
|
popupStyle: import("vue").CSSProperties;
|
|
2385
|
-
placement: "
|
|
2385
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
2386
2386
|
onOpenChange: (open: boolean) => void;
|
|
2387
2387
|
'onUpdate:open': (open: boolean) => void;
|
|
2388
2388
|
bordered: boolean;
|
|
@@ -2582,8 +2582,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2582
2582
|
name: StringConstructor;
|
|
2583
2583
|
autocomplete: StringConstructor;
|
|
2584
2584
|
direction: {
|
|
2585
|
-
type: import("vue").PropType<"
|
|
2586
|
-
default: "
|
|
2585
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
2586
|
+
default: "ltr" | "rtl";
|
|
2587
2587
|
};
|
|
2588
2588
|
showToday: {
|
|
2589
2589
|
type: BooleanConstructor;
|
|
@@ -2611,8 +2611,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2611
2611
|
};
|
|
2612
2612
|
valueFormat: StringConstructor;
|
|
2613
2613
|
placement: {
|
|
2614
|
-
type: import("vue").PropType<"
|
|
2615
|
-
default: "
|
|
2614
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
2615
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
2616
2616
|
};
|
|
2617
2617
|
status: {
|
|
2618
2618
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -2799,8 +2799,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2799
2799
|
name: StringConstructor;
|
|
2800
2800
|
autocomplete: StringConstructor;
|
|
2801
2801
|
direction: {
|
|
2802
|
-
type: import("vue").PropType<"
|
|
2803
|
-
default: "
|
|
2802
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
2803
|
+
default: "ltr" | "rtl";
|
|
2804
2804
|
};
|
|
2805
2805
|
showToday: {
|
|
2806
2806
|
type: BooleanConstructor;
|
|
@@ -2828,8 +2828,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2828
2828
|
};
|
|
2829
2829
|
valueFormat: StringConstructor;
|
|
2830
2830
|
placement: {
|
|
2831
|
-
type: import("vue").PropType<"
|
|
2832
|
-
default: "
|
|
2831
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
2832
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
2833
2833
|
};
|
|
2834
2834
|
status: {
|
|
2835
2835
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -2862,7 +2862,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2862
2862
|
onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
2863
2863
|
onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
2864
2864
|
open: boolean;
|
|
2865
|
-
direction: "
|
|
2865
|
+
direction: "ltr" | "rtl";
|
|
2866
2866
|
disabled: boolean | [boolean, boolean];
|
|
2867
2867
|
autofocus: boolean;
|
|
2868
2868
|
getPopupContainer: (node: HTMLElement) => HTMLElement;
|
|
@@ -2879,7 +2879,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
2879
2879
|
defaultValue: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs];
|
|
2880
2880
|
'onUpdate:value': (value: [string, string] | [import("dayjs").Dayjs, import("dayjs").Dayjs]) => void;
|
|
2881
2881
|
popupStyle: import("vue").CSSProperties;
|
|
2882
|
-
placement: "
|
|
2882
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
2883
2883
|
onOpenChange: (open: boolean) => void;
|
|
2884
2884
|
'onUpdate:open': (open: boolean) => void;
|
|
2885
2885
|
placeholder: string[];
|
|
@@ -3055,8 +3055,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3055
3055
|
name: StringConstructor;
|
|
3056
3056
|
autocomplete: StringConstructor;
|
|
3057
3057
|
direction: {
|
|
3058
|
-
type: import("vue").PropType<"
|
|
3059
|
-
default: "
|
|
3058
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3059
|
+
default: "ltr" | "rtl";
|
|
3060
3060
|
};
|
|
3061
3061
|
showToday: {
|
|
3062
3062
|
type: BooleanConstructor;
|
|
@@ -3096,8 +3096,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3096
3096
|
};
|
|
3097
3097
|
valueFormat: StringConstructor;
|
|
3098
3098
|
placement: {
|
|
3099
|
-
type: import("vue").PropType<"
|
|
3100
|
-
default: "
|
|
3099
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
3100
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
3101
3101
|
};
|
|
3102
3102
|
status: {
|
|
3103
3103
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -3258,8 +3258,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3258
3258
|
name: StringConstructor;
|
|
3259
3259
|
autocomplete: StringConstructor;
|
|
3260
3260
|
direction: {
|
|
3261
|
-
type: import("vue").PropType<"
|
|
3262
|
-
default: "
|
|
3261
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3262
|
+
default: "ltr" | "rtl";
|
|
3263
3263
|
};
|
|
3264
3264
|
showToday: {
|
|
3265
3265
|
type: BooleanConstructor;
|
|
@@ -3299,8 +3299,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3299
3299
|
};
|
|
3300
3300
|
valueFormat: StringConstructor;
|
|
3301
3301
|
placement: {
|
|
3302
|
-
type: import("vue").PropType<"
|
|
3303
|
-
default: "
|
|
3302
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
3303
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
3304
3304
|
};
|
|
3305
3305
|
status: {
|
|
3306
3306
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -3333,7 +3333,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3333
3333
|
onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
3334
3334
|
onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
3335
3335
|
open: boolean;
|
|
3336
|
-
direction: "
|
|
3336
|
+
direction: "ltr" | "rtl";
|
|
3337
3337
|
disabled: boolean;
|
|
3338
3338
|
autofocus: boolean;
|
|
3339
3339
|
getPopupContainer: (node: HTMLElement) => HTMLElement;
|
|
@@ -3349,7 +3349,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3349
3349
|
defaultValue: string | import("dayjs").Dayjs;
|
|
3350
3350
|
'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
|
|
3351
3351
|
popupStyle: import("vue").CSSProperties;
|
|
3352
|
-
placement: "
|
|
3352
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
3353
3353
|
onOpenChange: (open: boolean) => void;
|
|
3354
3354
|
'onUpdate:open': (open: boolean) => void;
|
|
3355
3355
|
bordered: boolean;
|
|
@@ -3523,8 +3523,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3523
3523
|
name: StringConstructor;
|
|
3524
3524
|
autocomplete: StringConstructor;
|
|
3525
3525
|
direction: {
|
|
3526
|
-
type: import("vue").PropType<"
|
|
3527
|
-
default: "
|
|
3526
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3527
|
+
default: "ltr" | "rtl";
|
|
3528
3528
|
};
|
|
3529
3529
|
showToday: {
|
|
3530
3530
|
type: BooleanConstructor;
|
|
@@ -3564,8 +3564,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3564
3564
|
};
|
|
3565
3565
|
valueFormat: StringConstructor;
|
|
3566
3566
|
placement: {
|
|
3567
|
-
type: import("vue").PropType<"
|
|
3568
|
-
default: "
|
|
3567
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
3568
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
3569
3569
|
};
|
|
3570
3570
|
status: {
|
|
3571
3571
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -3726,8 +3726,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3726
3726
|
name: StringConstructor;
|
|
3727
3727
|
autocomplete: StringConstructor;
|
|
3728
3728
|
direction: {
|
|
3729
|
-
type: import("vue").PropType<"
|
|
3730
|
-
default: "
|
|
3729
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
3730
|
+
default: "ltr" | "rtl";
|
|
3731
3731
|
};
|
|
3732
3732
|
showToday: {
|
|
3733
3733
|
type: BooleanConstructor;
|
|
@@ -3767,8 +3767,8 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3767
3767
|
};
|
|
3768
3768
|
valueFormat: StringConstructor;
|
|
3769
3769
|
placement: {
|
|
3770
|
-
type: import("vue").PropType<"
|
|
3771
|
-
default: "
|
|
3770
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
3771
|
+
default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
3772
3772
|
};
|
|
3773
3773
|
status: {
|
|
3774
3774
|
type: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -3801,7 +3801,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3801
3801
|
onMousedown: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
3802
3802
|
onMouseup: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
|
|
3803
3803
|
open: boolean;
|
|
3804
|
-
direction: "
|
|
3804
|
+
direction: "ltr" | "rtl";
|
|
3805
3805
|
disabled: boolean;
|
|
3806
3806
|
autofocus: boolean;
|
|
3807
3807
|
getPopupContainer: (node: HTMLElement) => HTMLElement;
|
|
@@ -3817,7 +3817,7 @@ export declare const LlDatePicker: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
3817
3817
|
defaultValue: string | import("dayjs").Dayjs;
|
|
3818
3818
|
'onUpdate:value': (value: string | import("dayjs").Dayjs) => void;
|
|
3819
3819
|
popupStyle: import("vue").CSSProperties;
|
|
3820
|
-
placement: "
|
|
3820
|
+
placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
3821
3821
|
onOpenChange: (open: boolean) => void;
|
|
3822
3822
|
'onUpdate:open': (open: boolean) => void;
|
|
3823
3823
|
bordered: boolean;
|