@vunk/form 1.1.65 → 1.1.67
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/component.d.ts +1 -1
- package/components/button/index.css +1 -0
- package/components/button/index.d.ts +1 -1
- package/components/button/index.js +43 -57
- package/components/button/src/ctx.d.ts +13 -13
- package/components/button/src/ctx.js +1 -39
- package/components/button/src/index.css +1 -0
- package/components/button/src/index.vue.d.ts +37 -73
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.css +1 -0
- package/components/cascader/index.d.ts +1 -1
- package/components/cascader/index.js +34 -49
- package/components/cascader/src/ctx.d.ts +15 -15
- package/components/cascader/src/ctx.js +1 -38
- package/components/cascader/src/index.css +1 -0
- package/components/cascader/src/index.vue.d.ts +45 -70
- package/components/cascader/src/use.d.ts +1 -1
- package/components/cascader/src/use.js +1 -28
- package/components/checkbox/index.css +1 -0
- package/components/checkbox/index.d.ts +1 -1
- package/components/checkbox/index.js +48 -53
- package/components/checkbox/src/ctx.d.ts +14 -14
- package/components/checkbox/src/ctx.js +1 -46
- package/components/checkbox/src/index.css +1 -0
- package/components/checkbox/src/index.vue.d.ts +43 -63
- package/components/color-picker/index.css +1 -0
- package/components/color-picker/index.d.ts +1 -1
- package/components/color-picker/index.js +38 -42
- package/components/color-picker/src/ctx.d.ts +15 -13
- package/components/color-picker/src/ctx.js +1 -23
- package/components/color-picker/src/index.css +1 -0
- package/components/color-picker/src/index.vue.d.ts +36 -65
- package/components/date-picker/index.css +1 -0
- package/components/date-picker/index.d.ts +1 -1
- package/components/date-picker/index.js +42 -55
- package/components/date-picker/src/ctx.d.ts +41 -34
- package/components/date-picker/src/ctx.js +1 -31
- package/components/date-picker/src/index.css +1 -0
- package/components/date-picker/src/index.vue.d.ts +122 -133
- package/components/date-picker/src/types.d.ts +9 -9
- package/components/date-picker/src/types.js +1 -11
- package/components/esri-input-geojson/index.css +8 -6
- package/components/esri-input-geojson/index.d.ts +1 -1
- package/components/esri-input-geojson/index.js +417 -535
- package/components/esri-input-geojson/src/append.vue.d.ts +7 -7
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/const.js +1 -33
- package/components/esri-input-geojson/src/ctx.d.ts +44 -35
- package/components/esri-input-geojson/src/ctx.js +1 -128
- package/components/esri-input-geojson/src/default-view.vue.d.ts +9 -9
- package/components/esri-input-geojson/src/index.css +1 -0
- package/components/esri-input-geojson/src/index.vue.d.ts +142 -119
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +23 -22
- package/components/form/index.css +1 -0
- package/components/form/index.d.ts +1 -1
- package/components/form/index.js +57 -87
- package/components/form/src/ctx.d.ts +176 -204
- package/components/form/src/ctx.js +1 -61
- package/components/form/src/index.css +1 -0
- package/components/form/src/index.vue.d.ts +515 -601
- package/components/form/src/types.d.ts +3 -3
- package/components/form/src/utils.d.ts +1 -1
- package/components/form/src/utils.js +1 -55
- package/components/form-item/index.css +1 -0
- package/components/form-item/index.d.ts +1 -1
- package/components/form-item/index.js +22 -50
- package/components/form-item/src/ctx.d.ts +9 -9
- package/components/form-item/src/ctx.js +1 -53
- package/components/form-item/src/index.css +1 -0
- package/components/form-item/src/index.vue.d.ts +26 -26
- package/components/form-item/src/types.d.ts +1 -1
- package/components/form-item-renderer/index.css +1 -0
- package/components/form-item-renderer/index.d.ts +1 -1
- package/components/form-item-renderer/index.js +10 -18
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/ctx.js +1 -16
- package/components/form-item-renderer/src/index.css +1 -0
- package/components/form-item-renderer/src/index.vue.d.ts +9 -9
- package/components/form-item-renderer/src/symbols.js +1 -3
- package/components/form-item-renderer-template/index.css +1 -0
- package/components/form-item-renderer-template/index.d.ts +1 -1
- package/components/form-item-renderer-template/index.js +6 -13
- package/components/form-item-renderer-template/src/ctx.js +1 -9
- package/components/form-item-renderer-template/src/index.css +1 -0
- package/components/form-item-renderer-template/src/index.vue.d.ts +2 -2
- package/components/geoinput/index.css +1 -0
- package/components/geoinput/index.d.ts +1 -1
- package/components/geoinput/index.js +45 -43
- package/components/geoinput/src/ctx.d.ts +42 -28
- package/components/geoinput/src/ctx.js +1 -39
- package/components/geoinput/src/index.css +1 -0
- package/components/geoinput/src/index.vue.d.ts +111 -223
- package/components/geoinput/src/types.d.ts +3 -3
- package/components/geoinput-read/index.css +1 -0
- package/components/geoinput-read/index.d.ts +1 -1
- package/components/geoinput-read/index.js +120 -160
- package/components/geoinput-read/src/append.vue.d.ts +4 -4
- package/components/geoinput-read/src/core.vue.d.ts +130 -104
- package/components/geoinput-read/src/ctx.d.ts +42 -30
- package/components/geoinput-read/src/ctx.js +1 -66
- package/components/geoinput-read/src/index.css +1 -0
- package/components/geoinput-read/src/index.vue.d.ts +108 -151
- package/components/geoinput-read/src/types.d.ts +1 -1
- package/components/geoinput-update/index.css +9 -7
- package/components/geoinput-update/index.d.ts +1 -1
- package/components/geoinput-update/index.js +335 -366
- package/components/geoinput-update/src/append.vue.d.ts +5 -5
- package/components/geoinput-update/src/ctx.d.ts +38 -28
- package/components/geoinput-update/src/ctx.js +1 -85
- package/components/geoinput-update/src/index.css +1 -0
- package/components/geoinput-update/src/index.vue.d.ts +120 -98
- package/components/geoinput-update/src/types.d.ts +2 -2
- package/components/input/index.css +1 -0
- package/components/input/index.d.ts +1 -1
- package/components/input/index.js +43 -60
- package/components/input/src/ctx.d.ts +31 -25
- package/components/input/src/ctx.js +1 -46
- package/components/input/src/index.css +1 -0
- package/components/input/src/index.vue.d.ts +94 -110
- package/components/input/src/types.d.ts +2 -2
- package/components/input-link/index.css +1 -0
- package/components/input-link/index.d.ts +1 -1
- package/components/input-link/index.js +71 -92
- package/components/input-link/src/ctx.d.ts +26 -20
- package/components/input-link/src/ctx.js +1 -66
- package/components/input-link/src/index.css +1 -0
- package/components/input-link/src/index.vue.d.ts +72 -116
- package/components/input-number/index.css +1 -0
- package/components/input-number/index.d.ts +1 -1
- package/components/input-number/index.js +37 -45
- package/components/input-number/src/ctx.d.ts +15 -15
- package/components/input-number/src/ctx.js +1 -38
- package/components/input-number/src/index.css +1 -0
- package/components/input-number/src/index.vue.d.ts +42 -65
- package/components/input-number/src/types.d.ts +1 -1
- package/components/radio/index.css +1 -0
- package/components/radio/index.d.ts +1 -1
- package/components/radio/index.js +45 -50
- package/components/radio/src/ctx.d.ts +11 -11
- package/components/radio/src/ctx.js +1 -39
- package/components/radio/src/index.css +1 -0
- package/components/radio/src/index.vue.d.ts +41 -60
- package/components/radio/src/types.d.ts +1 -1
- package/components/select/index.css +1 -0
- package/components/select/index.d.ts +1 -1
- package/components/select/index.js +59 -64
- package/components/select/src/ctx.d.ts +39 -41
- package/components/select/src/ctx.js +1 -40
- package/components/select/src/index.css +1 -0
- package/components/select/src/index.vue.d.ts +130 -162
- package/components/select/src/types.d.ts +2 -2
- package/components/slider/index.css +1 -0
- package/components/slider/index.d.ts +1 -1
- package/components/slider/index.js +33 -50
- package/components/slider/src/ctx.d.ts +18 -18
- package/components/slider/src/ctx.js +1 -29
- package/components/slider/src/index.css +1 -0
- package/components/slider/src/index.vue.d.ts +62 -81
- package/components/switch/index.css +1 -0
- package/components/switch/index.d.ts +1 -1
- package/components/switch/index.js +33 -50
- package/components/switch/src/ctx.d.ts +22 -22
- package/components/switch/src/ctx.js +1 -31
- package/components/switch/src/index.css +1 -0
- package/components/switch/src/index.vue.d.ts +65 -83
- package/components/switch/src/types.d.ts +1 -1
- package/components/templates-default/index.css +1 -0
- package/components/templates-default/index.d.ts +1 -1
- package/components/templates-default/index.js +243 -172
- package/components/templates-default/src/ctx.d.ts +1 -1
- package/components/templates-default/src/ctx.js +1 -18
- package/components/templates-default/src/index.css +1 -0
- package/components/templates-default/src/index.vue.d.ts +9 -9
- package/components/templates-default/src/types.d.ts +16 -16
- package/components/templates-element-plus/index.css +1 -0
- package/components/templates-element-plus/index.d.ts +1 -1
- package/components/templates-element-plus/index.js +66 -36
- package/components/templates-element-plus/src/ctx.js +1 -9
- package/components/templates-element-plus/src/index.css +1 -0
- package/components/templates-element-plus/src/index.vue.d.ts +7 -7
- package/components/templates-element-plus/src/types.d.ts +1 -1
- package/components/templates-esri/index.css +1 -0
- package/components/templates-esri/index.d.ts +1 -1
- package/components/templates-esri/index.js +25 -24
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/ctx.js +1 -11
- package/components/templates-esri/src/index.css +1 -0
- package/components/templates-esri/src/index.vue.d.ts +6 -6
- package/components/templates-esri/src/types.d.ts +1 -1
- package/components/templates-layout/index.css +1 -0
- package/components/templates-layout/index.d.ts +1 -1
- package/components/templates-layout/index.js +96 -63
- package/components/templates-layout/src/ctx.js +1 -9
- package/components/templates-layout/src/index.css +1 -0
- package/components/templates-layout/src/index.vue.d.ts +7 -7
- package/components/templates-layout/src/types.d.ts +3 -3
- package/components/templates-mapbox/index.css +1 -0
- package/components/templates-mapbox/index.d.ts +1 -1
- package/components/templates-mapbox/index.js +25 -24
- package/components/templates-mapbox/src/ctx.d.ts +1 -1
- package/components/templates-mapbox/src/ctx.js +1 -11
- package/components/templates-mapbox/src/index.css +1 -0
- package/components/templates-mapbox/src/index.vue.d.ts +6 -6
- package/components/templates-mapbox/src/types.d.ts +1 -1
- package/components/upload/index.css +11 -9
- package/components/upload/index.d.ts +1 -1
- package/components/upload/index.js +283 -296
- package/components/upload/src/ctx.d.ts +32 -22
- package/components/upload/src/ctx.js +1 -45
- package/components/upload/src/file.vue.d.ts +28 -19
- package/components/upload/src/index.css +1 -0
- package/components/upload/src/index.vue.d.ts +63 -62
- package/components/upload-plus/index.css +1 -0
- package/components/upload-plus/index.d.ts +1 -1
- package/components/upload-plus/index.js +911 -9539
- package/components/upload-plus/src/api.d.ts +3 -3
- package/components/upload-plus/src/api.js +21 -18114
- package/components/upload-plus/src/const.js +1 -12
- package/components/upload-plus/src/ctx.d.ts +13 -13
- package/components/upload-plus/src/ctx.js +1 -58
- package/components/upload-plus/src/index.css +1 -0
- package/components/upload-plus/src/index.vue.d.ts +31 -48
- package/components/upload-plus/src/types.d.ts +1 -1
- package/components/van-cascader/index.css +1 -0
- package/components/van-cascader/index.d.ts +1 -1
- package/components/van-cascader/index.js +47 -55
- package/components/van-cascader/src/ctx.d.ts +13 -13
- package/components/van-cascader/src/ctx.js +1 -22
- package/components/van-cascader/src/index.css +1 -0
- package/components/van-cascader/src/index.vue.d.ts +40 -57
- package/components/var-datetime-picker/index.css +1 -0
- package/components/var-datetime-picker/index.d.ts +1 -1
- package/components/var-datetime-picker/index.js +137 -168
- package/components/var-datetime-picker/src/const.js +1 -91
- package/components/var-datetime-picker/src/ctx.d.ts +10 -10
- package/components/var-datetime-picker/src/ctx.js +1 -43
- package/components/var-datetime-picker/src/index.css +1 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +26 -42
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/index.css +1 -0
- package/components/vditor/index.d.ts +1 -1
- package/components/vditor/index.js +22 -17
- package/components/vditor/src/ctx.js +1 -15
- package/components/vditor/src/index.css +1 -0
- package/components/vditor/src/index.vue.d.ts +4 -3
- package/components/vditor/src/types.d.ts +1 -1
- package/composables/index.css +1 -0
- package/composables/index.js +1 -104
- package/composables/useForm.d.ts +2 -2
- package/composables/useSourceManager.d.ts +1 -1
- package/index.css +127 -20
- package/index.esm.js +1 -44
- package/package.json +1 -1
- package/shared/const/index.css +1 -0
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.js +1 -56
- package/shared/element-plus/ctx.d.ts +28 -26
- package/shared/element-plus/index.css +1 -0
- package/shared/element-plus/index.js +1 -220
- package/shared/element-plus/instances.d.ts +45 -38
- package/shared/form/index.css +1 -0
- package/shared/form/index.js +1 -30
- package/shared/helper/index.css +1 -0
- package/shared/helper/index.js +1 -9
- package/shared/index.css +1 -0
- package/shared/index.js +1 -56
- package/shared/infer-prop/index.css +1 -0
- package/shared/infer-prop/index.d.ts +1 -1
- package/shared/infer-prop/index.js +1 -34
- package/shared/progress-it/index.css +1 -0
- package/shared/progress-it/index.d.ts +4 -4
- package/shared/progress-it/index.js +1 -57
- package/shared/rules/index.css +1 -0
- package/shared/rules/index.js +1 -32
- package/shared/types/form/index.css +1 -0
- package/shared/types/index.css +1 -0
- package/shared/types/source/index.css +1 -0
- package/shared/types/source/index.d.ts +2 -2
- package/shared/types/source-manager/index.css +1 -0
- package/shared/upload/index.css +1 -0
- package/shared/upload/index.js +1 -767
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
datePickerSlots: {
|
|
3
3
|
type: import("vue").PropType<import("./types").DatePickerSlots>;
|
|
4
|
-
default:
|
|
4
|
+
default: any;
|
|
5
5
|
};
|
|
6
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
7
6
|
label: StringConstructor;
|
|
8
7
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
9
8
|
prop: {
|
|
10
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
9
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
11
10
|
readonly required: false;
|
|
12
|
-
readonly validator: (
|
|
11
|
+
readonly validator: (val: unknown) => boolean;
|
|
13
12
|
__epPropKey: true;
|
|
14
13
|
};
|
|
14
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
15
15
|
rules: {
|
|
16
|
-
readonly type: import("vue").PropType<
|
|
16
|
+
readonly type: import("vue").PropType<unknown>;
|
|
17
17
|
readonly required: false;
|
|
18
|
-
readonly validator: (
|
|
18
|
+
readonly validator: (val: unknown) => boolean;
|
|
19
19
|
__epPropKey: true;
|
|
20
20
|
};
|
|
21
21
|
error: StringConstructor;
|
|
22
22
|
validateStatus: {
|
|
23
23
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
24
24
|
readonly required: false;
|
|
25
|
-
readonly validator: (
|
|
25
|
+
readonly validator: (val: unknown) => boolean;
|
|
26
26
|
__epPropKey: true;
|
|
27
27
|
};
|
|
28
28
|
for: StringConstructor;
|
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
};
|
|
35
35
|
formItemSlots: {
|
|
36
36
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
37
|
-
default:
|
|
37
|
+
default: any;
|
|
38
38
|
};
|
|
39
39
|
elRef: {
|
|
40
40
|
type: import("vue").PropType<any>;
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
46
|
};
|
|
47
47
|
readonly: {
|
|
48
48
|
type: BooleanConstructor;
|
|
49
|
-
default:
|
|
49
|
+
default: any;
|
|
50
50
|
};
|
|
51
51
|
labelPosition: {
|
|
52
52
|
type: import("vue").PropType<"right">;
|
|
@@ -59,175 +59,158 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
disabledDate: {
|
|
60
60
|
readonly type: import("vue").PropType<Function>;
|
|
61
61
|
readonly required: false;
|
|
62
|
-
readonly validator: (
|
|
62
|
+
readonly validator: (val: unknown) => boolean;
|
|
63
63
|
__epPropKey: true;
|
|
64
64
|
};
|
|
65
65
|
cellClassName: {
|
|
66
66
|
readonly type: import("vue").PropType<Function>;
|
|
67
67
|
readonly required: false;
|
|
68
|
-
readonly validator: (
|
|
68
|
+
readonly validator: (val: unknown) => boolean;
|
|
69
69
|
__epPropKey: true;
|
|
70
70
|
};
|
|
71
71
|
shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
72
|
-
arrowControl:
|
|
73
|
-
tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
72
|
+
arrowControl: BooleanConstructor;
|
|
73
|
+
tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
74
74
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
75
75
|
unlinkPanels: BooleanConstructor;
|
|
76
76
|
disabledHours: {
|
|
77
77
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
78
78
|
readonly required: false;
|
|
79
|
-
readonly validator: (
|
|
79
|
+
readonly validator: (val: unknown) => boolean;
|
|
80
80
|
__epPropKey: true;
|
|
81
81
|
};
|
|
82
82
|
disabledMinutes: {
|
|
83
83
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes>;
|
|
84
84
|
readonly required: false;
|
|
85
|
-
readonly validator: (
|
|
85
|
+
readonly validator: (val: unknown) => boolean;
|
|
86
86
|
__epPropKey: true;
|
|
87
87
|
};
|
|
88
88
|
disabledSeconds: {
|
|
89
89
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds>;
|
|
90
90
|
readonly required: false;
|
|
91
|
-
readonly validator: (
|
|
91
|
+
readonly validator: (val: unknown) => boolean;
|
|
92
92
|
__epPropKey: true;
|
|
93
93
|
};
|
|
94
94
|
id: {
|
|
95
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
95
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
96
96
|
readonly required: false;
|
|
97
|
-
readonly validator: (
|
|
97
|
+
readonly validator: (val: unknown) => boolean;
|
|
98
98
|
__epPropKey: true;
|
|
99
99
|
};
|
|
100
|
-
name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
100
|
+
name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
101
101
|
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
102
102
|
format: StringConstructor;
|
|
103
103
|
valueFormat: StringConstructor;
|
|
104
|
+
dateFormat: StringConstructor;
|
|
105
|
+
timeFormat: StringConstructor;
|
|
104
106
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
105
|
-
clearIcon:
|
|
107
|
+
clearIcon: {
|
|
108
|
+
readonly type: import("vue").PropType<unknown>;
|
|
109
|
+
readonly required: false;
|
|
110
|
+
readonly validator: (val: unknown) => boolean;
|
|
111
|
+
__epPropKey: true;
|
|
112
|
+
};
|
|
106
113
|
editable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
107
114
|
prefixIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "", boolean>;
|
|
108
115
|
size: {
|
|
109
116
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
110
117
|
readonly required: false;
|
|
111
|
-
readonly validator: (
|
|
118
|
+
readonly validator: (val: unknown) => boolean;
|
|
112
119
|
__epPropKey: true;
|
|
113
120
|
};
|
|
114
|
-
disabled:
|
|
121
|
+
disabled: BooleanConstructor;
|
|
115
122
|
placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
116
123
|
popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
117
|
-
modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
124
|
+
modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
118
125
|
rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
119
126
|
startPlaceholder: StringConstructor;
|
|
120
127
|
endPlaceholder: StringConstructor;
|
|
121
128
|
defaultValue: {
|
|
122
129
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
123
130
|
readonly required: false;
|
|
124
|
-
readonly validator: (
|
|
131
|
+
readonly validator: (val: unknown) => boolean;
|
|
125
132
|
__epPropKey: true;
|
|
126
133
|
};
|
|
127
134
|
defaultTime: {
|
|
128
135
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
129
136
|
readonly required: false;
|
|
130
|
-
readonly validator: (
|
|
137
|
+
readonly validator: (val: unknown) => boolean;
|
|
131
138
|
__epPropKey: true;
|
|
132
139
|
};
|
|
133
|
-
isRange:
|
|
140
|
+
isRange: BooleanConstructor;
|
|
134
141
|
}, {
|
|
135
|
-
formItemBindProps: import("vue").ComputedRef<{
|
|
136
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
137
|
-
label: string | undefined;
|
|
138
|
-
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
139
|
-
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown> | undefined;
|
|
140
|
-
rules: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown> | undefined;
|
|
141
|
-
error: string | undefined;
|
|
142
|
-
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
143
|
-
for: string | undefined;
|
|
144
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
145
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
146
|
-
formItemSize: "default" | "small" | "large";
|
|
147
|
-
formItemSlots: import("../../form-item/src/types").FormItemSlots | undefined;
|
|
148
|
-
elRef: any;
|
|
149
|
-
inline: boolean;
|
|
150
|
-
readonly: boolean | undefined;
|
|
151
|
-
labelPosition: "right";
|
|
152
|
-
}>;
|
|
142
|
+
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
153
143
|
datePickerBindProps: import("vue").ComputedRef<{
|
|
154
|
-
label: string
|
|
155
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never
|
|
156
|
-
name: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
157
|
-
disabled:
|
|
158
|
-
id: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
159
|
-
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
144
|
+
label: string;
|
|
145
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
146
|
+
name: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>;
|
|
147
|
+
disabled: boolean;
|
|
148
|
+
id: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>;
|
|
149
|
+
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
160
150
|
placeholder: string;
|
|
161
151
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
162
|
-
prefixIcon:
|
|
163
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
152
|
+
prefixIcon: "";
|
|
153
|
+
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
164
154
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
165
155
|
popperClass: string;
|
|
166
|
-
popperOptions:
|
|
167
|
-
clearIcon:
|
|
168
|
-
disabledDate: Function
|
|
169
|
-
cellClassName: Function
|
|
156
|
+
popperOptions: {};
|
|
157
|
+
clearIcon: unknown;
|
|
158
|
+
disabledDate: Function;
|
|
159
|
+
cellClassName: Function;
|
|
170
160
|
shortcuts: unknown[];
|
|
171
|
-
arrowControl:
|
|
161
|
+
arrowControl: boolean;
|
|
172
162
|
unlinkPanels: boolean;
|
|
173
|
-
disabledHours: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours
|
|
174
|
-
disabledMinutes: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes
|
|
175
|
-
disabledSeconds: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds
|
|
176
|
-
format: string
|
|
177
|
-
valueFormat: string
|
|
163
|
+
disabledHours: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours;
|
|
164
|
+
disabledMinutes: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes;
|
|
165
|
+
disabledSeconds: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds;
|
|
166
|
+
format: string;
|
|
167
|
+
valueFormat: string;
|
|
168
|
+
dateFormat: string;
|
|
169
|
+
timeFormat: string;
|
|
178
170
|
editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
179
171
|
rangeSeparator: string;
|
|
180
|
-
startPlaceholder: string
|
|
181
|
-
endPlaceholder: string
|
|
182
|
-
defaultValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown
|
|
183
|
-
defaultTime: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown
|
|
184
|
-
isRange:
|
|
172
|
+
startPlaceholder: string;
|
|
173
|
+
endPlaceholder: string;
|
|
174
|
+
defaultValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>;
|
|
175
|
+
defaultTime: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>;
|
|
176
|
+
isRange: boolean;
|
|
185
177
|
}>;
|
|
186
|
-
datePickerOnEmits: {
|
|
187
|
-
"update:modelValue": (...e: any[]) => void;
|
|
188
|
-
change: (...e: any[]) => void;
|
|
189
|
-
focus: (...e: any[]) => void;
|
|
190
|
-
blur: (...e: any[]) => void;
|
|
191
|
-
keydown: (...e: any[]) => void;
|
|
192
|
-
"visible-change": (...e: any[]) => void;
|
|
193
|
-
"calendar-change": (...e: any[]) => void;
|
|
194
|
-
"panel-change": (...e: any[]) => void;
|
|
195
|
-
};
|
|
178
|
+
datePickerOnEmits: {};
|
|
196
179
|
readonly: import("vue").ComputedRef<boolean>;
|
|
197
180
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
198
|
-
'update:modelValue':
|
|
199
|
-
change:
|
|
200
|
-
focus:
|
|
201
|
-
blur:
|
|
202
|
-
'calendar-change':
|
|
203
|
-
'panel-change':
|
|
204
|
-
'visible-change':
|
|
205
|
-
keydown:
|
|
206
|
-
}, string, import("vue").
|
|
181
|
+
'update:modelValue': any;
|
|
182
|
+
change: any;
|
|
183
|
+
focus: any;
|
|
184
|
+
blur: any;
|
|
185
|
+
'calendar-change': any;
|
|
186
|
+
'panel-change': any;
|
|
187
|
+
'visible-change': any;
|
|
188
|
+
keydown: any;
|
|
189
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
207
190
|
datePickerSlots: {
|
|
208
191
|
type: import("vue").PropType<import("./types").DatePickerSlots>;
|
|
209
|
-
default:
|
|
192
|
+
default: any;
|
|
210
193
|
};
|
|
211
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
212
194
|
label: StringConstructor;
|
|
213
195
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
214
196
|
prop: {
|
|
215
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
197
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
216
198
|
readonly required: false;
|
|
217
|
-
readonly validator: (
|
|
199
|
+
readonly validator: (val: unknown) => boolean;
|
|
218
200
|
__epPropKey: true;
|
|
219
201
|
};
|
|
202
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
220
203
|
rules: {
|
|
221
|
-
readonly type: import("vue").PropType<
|
|
204
|
+
readonly type: import("vue").PropType<unknown>;
|
|
222
205
|
readonly required: false;
|
|
223
|
-
readonly validator: (
|
|
206
|
+
readonly validator: (val: unknown) => boolean;
|
|
224
207
|
__epPropKey: true;
|
|
225
208
|
};
|
|
226
209
|
error: StringConstructor;
|
|
227
210
|
validateStatus: {
|
|
228
211
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
229
212
|
readonly required: false;
|
|
230
|
-
readonly validator: (
|
|
213
|
+
readonly validator: (val: unknown) => boolean;
|
|
231
214
|
__epPropKey: true;
|
|
232
215
|
};
|
|
233
216
|
for: StringConstructor;
|
|
@@ -239,7 +222,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
239
222
|
};
|
|
240
223
|
formItemSlots: {
|
|
241
224
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
242
|
-
default:
|
|
225
|
+
default: any;
|
|
243
226
|
};
|
|
244
227
|
elRef: {
|
|
245
228
|
type: import("vue").PropType<any>;
|
|
@@ -251,7 +234,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
251
234
|
};
|
|
252
235
|
readonly: {
|
|
253
236
|
type: BooleanConstructor;
|
|
254
|
-
default:
|
|
237
|
+
default: any;
|
|
255
238
|
};
|
|
256
239
|
labelPosition: {
|
|
257
240
|
type: import("vue").PropType<"right">;
|
|
@@ -264,115 +247,121 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
264
247
|
disabledDate: {
|
|
265
248
|
readonly type: import("vue").PropType<Function>;
|
|
266
249
|
readonly required: false;
|
|
267
|
-
readonly validator: (
|
|
250
|
+
readonly validator: (val: unknown) => boolean;
|
|
268
251
|
__epPropKey: true;
|
|
269
252
|
};
|
|
270
253
|
cellClassName: {
|
|
271
254
|
readonly type: import("vue").PropType<Function>;
|
|
272
255
|
readonly required: false;
|
|
273
|
-
readonly validator: (
|
|
256
|
+
readonly validator: (val: unknown) => boolean;
|
|
274
257
|
__epPropKey: true;
|
|
275
258
|
};
|
|
276
259
|
shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
277
|
-
arrowControl:
|
|
278
|
-
tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
260
|
+
arrowControl: BooleanConstructor;
|
|
261
|
+
tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
279
262
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
280
263
|
unlinkPanels: BooleanConstructor;
|
|
281
264
|
disabledHours: {
|
|
282
265
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
283
266
|
readonly required: false;
|
|
284
|
-
readonly validator: (
|
|
267
|
+
readonly validator: (val: unknown) => boolean;
|
|
285
268
|
__epPropKey: true;
|
|
286
269
|
};
|
|
287
270
|
disabledMinutes: {
|
|
288
271
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes>;
|
|
289
272
|
readonly required: false;
|
|
290
|
-
readonly validator: (
|
|
273
|
+
readonly validator: (val: unknown) => boolean;
|
|
291
274
|
__epPropKey: true;
|
|
292
275
|
};
|
|
293
276
|
disabledSeconds: {
|
|
294
277
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds>;
|
|
295
278
|
readonly required: false;
|
|
296
|
-
readonly validator: (
|
|
279
|
+
readonly validator: (val: unknown) => boolean;
|
|
297
280
|
__epPropKey: true;
|
|
298
281
|
};
|
|
299
282
|
id: {
|
|
300
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
283
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
301
284
|
readonly required: false;
|
|
302
|
-
readonly validator: (
|
|
285
|
+
readonly validator: (val: unknown) => boolean;
|
|
303
286
|
__epPropKey: true;
|
|
304
287
|
};
|
|
305
|
-
name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
288
|
+
name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
306
289
|
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
307
290
|
format: StringConstructor;
|
|
308
291
|
valueFormat: StringConstructor;
|
|
292
|
+
dateFormat: StringConstructor;
|
|
293
|
+
timeFormat: StringConstructor;
|
|
309
294
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
310
|
-
clearIcon:
|
|
295
|
+
clearIcon: {
|
|
296
|
+
readonly type: import("vue").PropType<unknown>;
|
|
297
|
+
readonly required: false;
|
|
298
|
+
readonly validator: (val: unknown) => boolean;
|
|
299
|
+
__epPropKey: true;
|
|
300
|
+
};
|
|
311
301
|
editable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
312
302
|
prefixIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "", boolean>;
|
|
313
303
|
size: {
|
|
314
304
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
315
305
|
readonly required: false;
|
|
316
|
-
readonly validator: (
|
|
306
|
+
readonly validator: (val: unknown) => boolean;
|
|
317
307
|
__epPropKey: true;
|
|
318
308
|
};
|
|
319
|
-
disabled:
|
|
309
|
+
disabled: BooleanConstructor;
|
|
320
310
|
placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
321
311
|
popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
322
|
-
modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
312
|
+
modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
323
313
|
rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
324
314
|
startPlaceholder: StringConstructor;
|
|
325
315
|
endPlaceholder: StringConstructor;
|
|
326
316
|
defaultValue: {
|
|
327
317
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
328
318
|
readonly required: false;
|
|
329
|
-
readonly validator: (
|
|
319
|
+
readonly validator: (val: unknown) => boolean;
|
|
330
320
|
__epPropKey: true;
|
|
331
321
|
};
|
|
332
322
|
defaultTime: {
|
|
333
323
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
334
324
|
readonly required: false;
|
|
335
|
-
readonly validator: (
|
|
325
|
+
readonly validator: (val: unknown) => boolean;
|
|
336
326
|
__epPropKey: true;
|
|
337
327
|
};
|
|
338
|
-
isRange:
|
|
328
|
+
isRange: BooleanConstructor;
|
|
339
329
|
}>> & {
|
|
340
|
-
onChange?: (
|
|
341
|
-
"onUpdate:modelValue"?: (
|
|
342
|
-
onFocus?: (
|
|
343
|
-
onBlur?: (
|
|
344
|
-
onKeydown?: (
|
|
345
|
-
"onVisible-change"?: (
|
|
346
|
-
"onCalendar-change"?: (
|
|
347
|
-
"onPanel-change"?: (
|
|
330
|
+
onChange?: (...args: any[] | unknown[]) => any;
|
|
331
|
+
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
332
|
+
onFocus?: (...args: any[] | unknown[]) => any;
|
|
333
|
+
onBlur?: (...args: any[] | unknown[]) => any;
|
|
334
|
+
onKeydown?: (...args: any[] | unknown[]) => any;
|
|
335
|
+
"onVisible-change"?: (...args: any[] | unknown[]) => any;
|
|
336
|
+
"onCalendar-change"?: (...args: any[] | unknown[]) => any;
|
|
337
|
+
"onPanel-change"?: (...args: any[] | unknown[]) => any;
|
|
348
338
|
}, {
|
|
349
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
350
|
-
type: "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange";
|
|
351
339
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
340
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
352
341
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
353
342
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
343
|
+
type: "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange";
|
|
354
344
|
formItemSize: "default" | "small" | "large";
|
|
355
345
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
356
346
|
inline: boolean;
|
|
357
347
|
readonly: boolean;
|
|
358
348
|
labelPosition: "right";
|
|
359
|
-
name: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
360
|
-
disabled:
|
|
361
|
-
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
349
|
+
name: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>;
|
|
350
|
+
disabled: boolean;
|
|
351
|
+
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
362
352
|
placeholder: string;
|
|
363
353
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
364
|
-
prefixIcon:
|
|
365
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
354
|
+
prefixIcon: "";
|
|
355
|
+
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
366
356
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
367
357
|
popperClass: string;
|
|
368
|
-
popperOptions:
|
|
369
|
-
clearIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
358
|
+
popperOptions: {};
|
|
370
359
|
shortcuts: unknown[];
|
|
371
|
-
arrowControl:
|
|
360
|
+
arrowControl: boolean;
|
|
372
361
|
unlinkPanels: boolean;
|
|
373
362
|
editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
374
363
|
rangeSeparator: string;
|
|
375
|
-
isRange:
|
|
376
|
-
datePickerSlots:
|
|
377
|
-
}>;
|
|
364
|
+
isRange: boolean;
|
|
365
|
+
datePickerSlots: any;
|
|
366
|
+
}, {}>;
|
|
378
367
|
export default _default;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import type { Func, VueComponentPropsType } from '@vunk/core';
|
|
2
2
|
import { BasicSource } from '@vunk/form/shared';
|
|
3
|
-
import VkfDatePicker from './index.vue
|
|
4
|
-
export
|
|
3
|
+
import VkfDatePicker from './index.vue';
|
|
4
|
+
export type DatePickerSlots = {
|
|
5
5
|
default?: Func;
|
|
6
6
|
'range-separator'?: Func;
|
|
7
7
|
};
|
|
8
8
|
export declare const datePickerEmits: {
|
|
9
|
-
'update:modelValue':
|
|
10
|
-
change:
|
|
11
|
-
focus:
|
|
12
|
-
blur:
|
|
13
|
-
'calendar-change':
|
|
14
|
-
'panel-change':
|
|
15
|
-
'visible-change':
|
|
9
|
+
'update:modelValue': any;
|
|
10
|
+
change: any;
|
|
11
|
+
focus: any;
|
|
12
|
+
blur: any;
|
|
13
|
+
'calendar-change': any;
|
|
14
|
+
'panel-change': any;
|
|
15
|
+
'visible-change': any;
|
|
16
16
|
};
|
|
17
17
|
export interface Source<P extends string = string> extends VueComponentPropsType<typeof VkfDatePicker>, BasicSource {
|
|
18
18
|
prop?: P;
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
const
|
|
2
|
-
"update:modelValue": null,
|
|
3
|
-
"change": null,
|
|
4
|
-
"focus": null,
|
|
5
|
-
"blur": null,
|
|
6
|
-
"calendar-change": null,
|
|
7
|
-
"panel-change": null,
|
|
8
|
-
"visible-change": null
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
export { datePickerEmits };
|
|
1
|
+
const l={"update:modelValue":null,change:null,focus:null,blur:null,"calendar-change":null,"panel-change":null,"visible-change":null};export{l as datePickerEmits};
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
|
|
2
|
+
.el-button.vkf-esri-input-geojson__upload{
|
|
3
|
+
border-color: transparent;
|
|
4
|
+
background-color: transparent;
|
|
5
|
+
color: inherit;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
2
10
|
.vkf-esri-input-geojson__map {
|
|
3
11
|
height: 350px;
|
|
4
12
|
}
|
|
@@ -32,9 +40,3 @@
|
|
|
32
40
|
flex: 1;
|
|
33
41
|
}
|
|
34
42
|
|
|
35
|
-
.el-button.vkf-esri-input-geojson__upload{
|
|
36
|
-
border-color: transparent;
|
|
37
|
-
background-color: transparent;
|
|
38
|
-
color: inherit;
|
|
39
|
-
}
|
|
40
|
-
|