@vunk/form 1.1.64 → 1.1.66
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 +264 -289
- package/components/upload/src/ctx.d.ts +21 -16
- package/components/upload/src/ctx.js +1 -45
- package/components/upload/src/file.vue.d.ts +19 -19
- package/components/upload/src/index.css +1 -0
- package/components/upload/src/index.vue.d.ts +54 -62
- package/components/upload-plus/index.css +1 -0
- package/components/upload-plus/index.d.ts +1 -1
- package/components/upload-plus/index.js +912 -9540
- 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
|
@@ -3,34 +3,15 @@ import { _VkfFormItemCtx, VkfFormItem } from '@vunk/form/components/form-item';
|
|
|
3
3
|
import { defineComponent, resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createVNode, mergeProps, toHandlers, renderSlot } from 'vue';
|
|
4
4
|
import { createColorPickerBindProps, createColorPickerOnEmits } from '@vunk/form/shared/element-plus';
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
10
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
11
|
-
var __spreadValues = (a, b) => {
|
|
12
|
-
for (var prop in b || (b = {}))
|
|
13
|
-
if (__hasOwnProp.call(b, prop))
|
|
14
|
-
__defNormalProp(a, prop, b[prop]);
|
|
15
|
-
if (__getOwnPropSymbols)
|
|
16
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
17
|
-
if (__propIsEnum.call(b, prop))
|
|
18
|
-
__defNormalProp(a, prop, b[prop]);
|
|
19
|
-
}
|
|
20
|
-
return a;
|
|
6
|
+
const props = {
|
|
7
|
+
..._VkfFormItemCtx.props,
|
|
8
|
+
...colorPickerProps
|
|
21
9
|
};
|
|
22
|
-
const
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
var _export_sfc = (sfc, props) => {
|
|
26
|
-
const target = sfc.__vccOpts || sfc;
|
|
27
|
-
for (const [key, val] of props) {
|
|
28
|
-
target[key] = val;
|
|
29
|
-
}
|
|
30
|
-
return target;
|
|
10
|
+
const emits = {
|
|
11
|
+
...colorPickerEmits
|
|
31
12
|
};
|
|
32
13
|
|
|
33
|
-
|
|
14
|
+
var script = defineComponent({
|
|
34
15
|
name: "VkfColorPicker",
|
|
35
16
|
components: {
|
|
36
17
|
VkfFormItem,
|
|
@@ -38,7 +19,9 @@ const _sfc_main = defineComponent({
|
|
|
38
19
|
},
|
|
39
20
|
emits,
|
|
40
21
|
props,
|
|
41
|
-
setup(props2, {
|
|
22
|
+
setup(props2, {
|
|
23
|
+
emit
|
|
24
|
+
}) {
|
|
42
25
|
const formItemBindProps = _VkfFormItemCtx.createBindProps(props2);
|
|
43
26
|
const coreBindProps = createColorPickerBindProps(props2);
|
|
44
27
|
const coreOnEmits = createColorPickerOnEmits(emit);
|
|
@@ -49,29 +32,42 @@ const _sfc_main = defineComponent({
|
|
|
49
32
|
};
|
|
50
33
|
}
|
|
51
34
|
});
|
|
52
|
-
|
|
35
|
+
|
|
36
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
53
37
|
const _component_ElColorPicker = resolveComponent("ElColorPicker");
|
|
54
38
|
const _component_VkfFormItem = resolveComponent("VkfFormItem");
|
|
55
|
-
return openBlock(), createBlock(
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
39
|
+
return openBlock(), createBlock(
|
|
40
|
+
_component_VkfFormItem,
|
|
41
|
+
normalizeProps(guardReactiveProps(_ctx.formItemBindProps)),
|
|
42
|
+
{
|
|
43
|
+
default: withCtx(() => [createVNode(
|
|
44
|
+
_component_ElColorPicker,
|
|
45
|
+
mergeProps(_ctx.coreBindProps, toHandlers(_ctx.coreOnEmits)),
|
|
46
|
+
{
|
|
47
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "default")]),
|
|
48
|
+
_: 3
|
|
49
|
+
/* FORWARDED */
|
|
50
|
+
},
|
|
51
|
+
16
|
|
52
|
+
/* FULL_PROPS */
|
|
53
|
+
)]),
|
|
54
|
+
_: 3
|
|
55
|
+
/* FORWARDED */
|
|
56
|
+
},
|
|
57
|
+
16
|
|
58
|
+
/* FULL_PROPS */
|
|
59
|
+
);
|
|
66
60
|
}
|
|
67
|
-
|
|
61
|
+
|
|
62
|
+
script.render = render;
|
|
63
|
+
script.__file = "color-picker/src/index.vue";
|
|
68
64
|
|
|
69
65
|
var types = /*#__PURE__*/Object.freeze({
|
|
70
66
|
__proto__: null
|
|
71
67
|
});
|
|
72
68
|
|
|
73
|
-
|
|
74
|
-
app.component(
|
|
69
|
+
script.install = (app) => {
|
|
70
|
+
app.component(script.name, script);
|
|
75
71
|
};
|
|
76
72
|
|
|
77
|
-
export { VkfColorPicker, types as __VkfColorPicker,
|
|
73
|
+
export { script as VkfColorPicker, types as __VkfColorPicker, script as default };
|
|
@@ -7,7 +7,7 @@ export declare const props: {
|
|
|
7
7
|
size: {
|
|
8
8
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
9
9
|
readonly required: false;
|
|
10
|
-
readonly validator: (
|
|
10
|
+
readonly validator: (val: unknown) => boolean;
|
|
11
11
|
__epPropKey: true;
|
|
12
12
|
};
|
|
13
13
|
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -16,29 +16,29 @@ export declare const props: {
|
|
|
16
16
|
predefine: {
|
|
17
17
|
readonly type: import("vue").PropType<string[]>;
|
|
18
18
|
readonly required: false;
|
|
19
|
-
readonly validator: (
|
|
19
|
+
readonly validator: (val: unknown) => boolean;
|
|
20
20
|
__epPropKey: true;
|
|
21
21
|
};
|
|
22
22
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
23
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
24
23
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
25
24
|
prop: {
|
|
26
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
25
|
+
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>>;
|
|
27
26
|
readonly required: false;
|
|
28
|
-
readonly validator: (
|
|
27
|
+
readonly validator: (val: unknown) => boolean;
|
|
29
28
|
__epPropKey: true;
|
|
30
29
|
};
|
|
30
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
31
31
|
rules: {
|
|
32
|
-
readonly type: import("vue").PropType<
|
|
32
|
+
readonly type: import("vue").PropType<unknown>;
|
|
33
33
|
readonly required: false;
|
|
34
|
-
readonly validator: (
|
|
34
|
+
readonly validator: (val: unknown) => boolean;
|
|
35
35
|
__epPropKey: true;
|
|
36
36
|
};
|
|
37
37
|
error: StringConstructor;
|
|
38
38
|
validateStatus: {
|
|
39
39
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
40
40
|
readonly required: false;
|
|
41
|
-
readonly validator: (
|
|
41
|
+
readonly validator: (val: unknown) => boolean;
|
|
42
42
|
__epPropKey: true;
|
|
43
43
|
};
|
|
44
44
|
for: StringConstructor;
|
|
@@ -50,7 +50,7 @@ export declare const props: {
|
|
|
50
50
|
};
|
|
51
51
|
formItemSlots: {
|
|
52
52
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
53
|
-
default:
|
|
53
|
+
default: any;
|
|
54
54
|
};
|
|
55
55
|
elRef: {
|
|
56
56
|
type: import("vue").PropType<any>;
|
|
@@ -62,7 +62,7 @@ export declare const props: {
|
|
|
62
62
|
};
|
|
63
63
|
readonly: {
|
|
64
64
|
type: BooleanConstructor;
|
|
65
|
-
default:
|
|
65
|
+
default: any;
|
|
66
66
|
};
|
|
67
67
|
labelPosition: {
|
|
68
68
|
type: import("vue").PropType<"right">;
|
|
@@ -70,7 +70,9 @@ export declare const props: {
|
|
|
70
70
|
};
|
|
71
71
|
};
|
|
72
72
|
export declare const emits: {
|
|
73
|
-
"update:modelValue": (val: string
|
|
74
|
-
change: (val: string
|
|
75
|
-
activeChange: (val: string
|
|
73
|
+
"update:modelValue": (val: string) => boolean;
|
|
74
|
+
change: (val: string) => boolean;
|
|
75
|
+
activeChange: (val: string) => boolean;
|
|
76
|
+
focus: (event: FocusEvent) => boolean;
|
|
77
|
+
blur: (event: FocusEvent) => boolean;
|
|
76
78
|
};
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { _VkfFormItemCtx } from '@vunk/form/components/form-item';
|
|
3
|
-
|
|
4
|
-
var __defProp = Object.defineProperty;
|
|
5
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
8
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
9
|
-
var __spreadValues = (a, b) => {
|
|
10
|
-
for (var prop in b || (b = {}))
|
|
11
|
-
if (__hasOwnProp.call(b, prop))
|
|
12
|
-
__defNormalProp(a, prop, b[prop]);
|
|
13
|
-
if (__getOwnPropSymbols)
|
|
14
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
15
|
-
if (__propIsEnum.call(b, prop))
|
|
16
|
-
__defNormalProp(a, prop, b[prop]);
|
|
17
|
-
}
|
|
18
|
-
return a;
|
|
19
|
-
};
|
|
20
|
-
const props = __spreadValues(__spreadValues({}, _VkfFormItemCtx.props), colorPickerProps);
|
|
21
|
-
const emits = __spreadValues({}, colorPickerEmits);
|
|
22
|
-
|
|
23
|
-
export { emits, props };
|
|
1
|
+
import{colorPickerProps as o,colorPickerEmits as r}from"element-plus";import{_VkfFormItemCtx as t}from"@vunk/form/components/form-item";const m={...t.props,...o},p={...r};export{p as emits,m as props};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
size: {
|
|
8
8
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
9
9
|
readonly required: false;
|
|
10
|
-
readonly validator: (
|
|
10
|
+
readonly validator: (val: unknown) => boolean;
|
|
11
11
|
__epPropKey: true;
|
|
12
12
|
};
|
|
13
13
|
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -16,29 +16,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
predefine: {
|
|
17
17
|
readonly type: import("vue").PropType<string[]>;
|
|
18
18
|
readonly required: false;
|
|
19
|
-
readonly validator: (
|
|
19
|
+
readonly validator: (val: unknown) => boolean;
|
|
20
20
|
__epPropKey: true;
|
|
21
21
|
};
|
|
22
22
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
23
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
24
23
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
25
24
|
prop: {
|
|
26
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
25
|
+
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>>;
|
|
27
26
|
readonly required: false;
|
|
28
|
-
readonly validator: (
|
|
27
|
+
readonly validator: (val: unknown) => boolean;
|
|
29
28
|
__epPropKey: true;
|
|
30
29
|
};
|
|
30
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
31
31
|
rules: {
|
|
32
|
-
readonly type: import("vue").PropType<
|
|
32
|
+
readonly type: import("vue").PropType<unknown>;
|
|
33
33
|
readonly required: false;
|
|
34
|
-
readonly validator: (
|
|
34
|
+
readonly validator: (val: unknown) => boolean;
|
|
35
35
|
__epPropKey: true;
|
|
36
36
|
};
|
|
37
37
|
error: StringConstructor;
|
|
38
38
|
validateStatus: {
|
|
39
39
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
40
40
|
readonly required: false;
|
|
41
|
-
readonly validator: (
|
|
41
|
+
readonly validator: (val: unknown) => boolean;
|
|
42
42
|
__epPropKey: true;
|
|
43
43
|
};
|
|
44
44
|
for: StringConstructor;
|
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
};
|
|
51
51
|
formItemSlots: {
|
|
52
52
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
53
|
-
default:
|
|
53
|
+
default: any;
|
|
54
54
|
};
|
|
55
55
|
elRef: {
|
|
56
56
|
type: import("vue").PropType<any>;
|
|
@@ -62,54 +62,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
};
|
|
63
63
|
readonly: {
|
|
64
64
|
type: BooleanConstructor;
|
|
65
|
-
default:
|
|
65
|
+
default: any;
|
|
66
66
|
};
|
|
67
67
|
labelPosition: {
|
|
68
68
|
type: import("vue").PropType<"right">;
|
|
69
69
|
default: string;
|
|
70
70
|
};
|
|
71
71
|
}, {
|
|
72
|
-
formItemBindProps: import("vue").ComputedRef<{
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
76
|
-
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;
|
|
77
|
-
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;
|
|
78
|
-
error: string | undefined;
|
|
79
|
-
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
80
|
-
for: string | undefined;
|
|
81
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
82
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
83
|
-
formItemSize: "default" | "small" | "large";
|
|
84
|
-
formItemSlots: import("../../form-item/src/types").FormItemSlots | undefined;
|
|
85
|
-
elRef: any;
|
|
86
|
-
inline: boolean;
|
|
87
|
-
readonly: boolean | undefined;
|
|
88
|
-
labelPosition: "right";
|
|
89
|
-
}>;
|
|
90
|
-
coreBindProps: import("vue").ComputedRef<{
|
|
91
|
-
label: string | undefined;
|
|
92
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
93
|
-
disabled: boolean;
|
|
94
|
-
id: string | undefined;
|
|
95
|
-
modelValue: string | undefined;
|
|
96
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
97
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
98
|
-
popperClass: string;
|
|
99
|
-
showAlpha: boolean;
|
|
100
|
-
colorFormat: string | undefined;
|
|
101
|
-
predefine: string[] | undefined;
|
|
102
|
-
}>;
|
|
103
|
-
coreOnEmits: {
|
|
104
|
-
"update:modelValue": (val: string | null) => void;
|
|
105
|
-
change: (val: string | null) => void;
|
|
106
|
-
activeChange: (val: string | null) => void;
|
|
107
|
-
};
|
|
72
|
+
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
73
|
+
coreBindProps: import("vue").ComputedRef<{}>;
|
|
74
|
+
coreOnEmits: {};
|
|
108
75
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
109
|
-
"update:modelValue": (val: string
|
|
110
|
-
change: (val: string
|
|
111
|
-
activeChange: (val: string
|
|
112
|
-
|
|
76
|
+
"update:modelValue": (val: string) => boolean;
|
|
77
|
+
change: (val: string) => boolean;
|
|
78
|
+
activeChange: (val: string) => boolean;
|
|
79
|
+
focus: (event: FocusEvent) => boolean;
|
|
80
|
+
blur: (event: FocusEvent) => boolean;
|
|
81
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
113
82
|
modelValue: StringConstructor;
|
|
114
83
|
id: StringConstructor;
|
|
115
84
|
showAlpha: BooleanConstructor;
|
|
@@ -118,7 +87,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
118
87
|
size: {
|
|
119
88
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
120
89
|
readonly required: false;
|
|
121
|
-
readonly validator: (
|
|
90
|
+
readonly validator: (val: unknown) => boolean;
|
|
122
91
|
__epPropKey: true;
|
|
123
92
|
};
|
|
124
93
|
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -127,29 +96,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
127
96
|
predefine: {
|
|
128
97
|
readonly type: import("vue").PropType<string[]>;
|
|
129
98
|
readonly required: false;
|
|
130
|
-
readonly validator: (
|
|
99
|
+
readonly validator: (val: unknown) => boolean;
|
|
131
100
|
__epPropKey: true;
|
|
132
101
|
};
|
|
133
102
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
134
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
135
103
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
136
104
|
prop: {
|
|
137
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
105
|
+
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>>;
|
|
138
106
|
readonly required: false;
|
|
139
|
-
readonly validator: (
|
|
107
|
+
readonly validator: (val: unknown) => boolean;
|
|
140
108
|
__epPropKey: true;
|
|
141
109
|
};
|
|
110
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
142
111
|
rules: {
|
|
143
|
-
readonly type: import("vue").PropType<
|
|
112
|
+
readonly type: import("vue").PropType<unknown>;
|
|
144
113
|
readonly required: false;
|
|
145
|
-
readonly validator: (
|
|
114
|
+
readonly validator: (val: unknown) => boolean;
|
|
146
115
|
__epPropKey: true;
|
|
147
116
|
};
|
|
148
117
|
error: StringConstructor;
|
|
149
118
|
validateStatus: {
|
|
150
119
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
151
120
|
readonly required: false;
|
|
152
|
-
readonly validator: (
|
|
121
|
+
readonly validator: (val: unknown) => boolean;
|
|
153
122
|
__epPropKey: true;
|
|
154
123
|
};
|
|
155
124
|
for: StringConstructor;
|
|
@@ -161,7 +130,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
161
130
|
};
|
|
162
131
|
formItemSlots: {
|
|
163
132
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
164
|
-
default:
|
|
133
|
+
default: any;
|
|
165
134
|
};
|
|
166
135
|
elRef: {
|
|
167
136
|
type: import("vue").PropType<any>;
|
|
@@ -173,20 +142,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
173
142
|
};
|
|
174
143
|
readonly: {
|
|
175
144
|
type: BooleanConstructor;
|
|
176
|
-
default:
|
|
145
|
+
default: any;
|
|
177
146
|
};
|
|
178
147
|
labelPosition: {
|
|
179
148
|
type: import("vue").PropType<"right">;
|
|
180
149
|
default: string;
|
|
181
150
|
};
|
|
182
151
|
}>> & {
|
|
183
|
-
onChange?: (
|
|
184
|
-
"onUpdate:modelValue"?: (
|
|
185
|
-
|
|
152
|
+
onChange?: (val: string) => any;
|
|
153
|
+
"onUpdate:modelValue"?: (val: string) => any;
|
|
154
|
+
onFocus?: (event: FocusEvent) => any;
|
|
155
|
+
onBlur?: (event: FocusEvent) => any;
|
|
156
|
+
onActiveChange?: (val: string) => any;
|
|
186
157
|
}, {
|
|
187
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
188
158
|
label: string;
|
|
189
159
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
160
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
190
161
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
191
162
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
192
163
|
formItemSize: "default" | "small" | "large";
|
|
@@ -199,5 +170,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
170
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
200
171
|
popperClass: string;
|
|
201
172
|
showAlpha: boolean;
|
|
202
|
-
}>;
|
|
173
|
+
}, {}>;
|
|
203
174
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -4,42 +4,19 @@ import { defineComponent, resolveComponent, openBlock, createBlock, normalizePro
|
|
|
4
4
|
import { ElDatePicker } from 'element-plus';
|
|
5
5
|
import { useComputedReadonly } from '@vunk/form/composables';
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
11
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
13
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
14
|
-
var __spreadValues = (a, b) => {
|
|
15
|
-
for (var prop in b || (b = {}))
|
|
16
|
-
if (__hasOwnProp.call(b, prop))
|
|
17
|
-
__defNormalProp(a, prop, b[prop]);
|
|
18
|
-
if (__getOwnPropSymbols)
|
|
19
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
20
|
-
if (__propIsEnum.call(b, prop))
|
|
21
|
-
__defNormalProp(a, prop, b[prop]);
|
|
22
|
-
}
|
|
23
|
-
return a;
|
|
24
|
-
};
|
|
25
|
-
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
|
-
const props = __spreadProps(__spreadValues(__spreadValues({}, datePickerProps), _VkfFormItemCtx.props), {
|
|
7
|
+
const props = {
|
|
8
|
+
...datePickerProps,
|
|
9
|
+
..._VkfFormItemCtx.props,
|
|
27
10
|
datePickerSlots: {
|
|
28
11
|
type: Object,
|
|
29
12
|
default: void 0
|
|
30
13
|
}
|
|
31
|
-
}
|
|
32
|
-
const emits =
|
|
33
|
-
|
|
34
|
-
var _export_sfc = (sfc, props) => {
|
|
35
|
-
const target = sfc.__vccOpts || sfc;
|
|
36
|
-
for (const [key, val] of props) {
|
|
37
|
-
target[key] = val;
|
|
38
|
-
}
|
|
39
|
-
return target;
|
|
14
|
+
};
|
|
15
|
+
const emits = {
|
|
16
|
+
...datePickerEmits$1
|
|
40
17
|
};
|
|
41
18
|
|
|
42
|
-
|
|
19
|
+
var script = defineComponent({
|
|
43
20
|
name: "VkfDatePicker",
|
|
44
21
|
components: {
|
|
45
22
|
VkfFormItem,
|
|
@@ -47,12 +24,11 @@ const _sfc_main = defineComponent({
|
|
|
47
24
|
},
|
|
48
25
|
emits,
|
|
49
26
|
props,
|
|
50
|
-
setup(props2, {
|
|
27
|
+
setup(props2, {
|
|
28
|
+
emit
|
|
29
|
+
}) {
|
|
51
30
|
const formItemBindProps = _VkfFormItemCtx.createBindProps(props2);
|
|
52
|
-
const datePickerBindProps = createDatePickerBindProps(props2, [
|
|
53
|
-
"type",
|
|
54
|
-
"readonly"
|
|
55
|
-
]);
|
|
31
|
+
const datePickerBindProps = createDatePickerBindProps(props2, ["type", "readonly"]);
|
|
56
32
|
const datePickerOnEmits = createDatePickerOnEmits(emit);
|
|
57
33
|
const readonly = useComputedReadonly(props2);
|
|
58
34
|
return {
|
|
@@ -63,26 +39,37 @@ const _sfc_main = defineComponent({
|
|
|
63
39
|
};
|
|
64
40
|
}
|
|
65
41
|
});
|
|
66
|
-
|
|
42
|
+
|
|
43
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
67
44
|
const _component_ElDatePicker = resolveComponent("ElDatePicker");
|
|
68
45
|
const _component_VkfFormItem = resolveComponent("VkfFormItem");
|
|
69
|
-
return openBlock(), createBlock(
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
46
|
+
return openBlock(), createBlock(
|
|
47
|
+
_component_VkfFormItem,
|
|
48
|
+
normalizeProps(guardReactiveProps(_ctx.formItemBindProps)),
|
|
49
|
+
{
|
|
50
|
+
default: withCtx(() => [createVNode(_component_ElDatePicker, mergeProps(_ctx.datePickerBindProps, {
|
|
51
|
+
type: _ctx.type
|
|
52
|
+
}, toHandlers(_ctx.datePickerOnEmits), {
|
|
53
|
+
readonly: _ctx.readonly
|
|
54
|
+
}), createSlots({
|
|
55
|
+
_: 2
|
|
56
|
+
/* DYNAMIC */
|
|
57
|
+
}, [renderList(_ctx.datePickerSlots, (item, key) => {
|
|
58
|
+
return {
|
|
59
|
+
name: key,
|
|
60
|
+
fn: withCtx((e) => [(openBlock(), createBlock(resolveDynamicComponent(item?.(e))))])
|
|
61
|
+
};
|
|
62
|
+
})]), 1040, ["type", "readonly"])]),
|
|
63
|
+
_: 1
|
|
64
|
+
/* STABLE */
|
|
65
|
+
},
|
|
66
|
+
16
|
|
67
|
+
/* FULL_PROPS */
|
|
68
|
+
);
|
|
84
69
|
}
|
|
85
|
-
|
|
70
|
+
|
|
71
|
+
script.render = render;
|
|
72
|
+
script.__file = "date-picker/src/index.vue";
|
|
86
73
|
|
|
87
74
|
const datePickerEmits = {
|
|
88
75
|
"update:modelValue": null,
|
|
@@ -99,8 +86,8 @@ var types = /*#__PURE__*/Object.freeze({
|
|
|
99
86
|
datePickerEmits: datePickerEmits
|
|
100
87
|
});
|
|
101
88
|
|
|
102
|
-
|
|
103
|
-
app.component(
|
|
89
|
+
script.install = (app) => {
|
|
90
|
+
app.component(script.name, script);
|
|
104
91
|
};
|
|
105
92
|
|
|
106
|
-
export { VkfDatePicker, types as __VkfDatePicker,
|
|
93
|
+
export { script as VkfDatePicker, types as __VkfDatePicker, script as default };
|