yc-pro-components 0.0.6 → 0.0.7
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/check-card/index.d.ts +57 -57
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +22 -22
- package/es/components/check-card-group/src/index.vue.d.ts +19 -19
- package/es/components/date-picker/index.d.ts +1 -1
- package/es/components/date-picker/src/index.vue.d.ts +1 -1
- package/es/components/descriptions/index.d.ts +39 -39
- package/es/components/descriptions/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +19 -19
- package/es/components/dialog/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +12 -12
- package/es/components/display-item/src/index.vue.d.ts +12 -12
- package/es/components/drawer-form/index.d.ts +28 -28
- package/es/components/drawer-form/src/index.vue.d.ts +6 -6
- package/es/components/form/index.d.ts +107 -107
- package/es/components/form/src/form-content.vue.d.ts +17 -17
- package/es/components/form/src/index.vue.d.ts +16 -16
- package/es/components/form-item/index.d.ts +106 -106
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +11 -11
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/page/index.d.ts +900 -900
- package/es/components/page/src/index.vue.d.ts +289 -289
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +26 -26
- package/es/components/radio/src/index.vue.d.ts +26 -26
- package/es/components/render/index.d.ts +17 -17
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +328 -328
- package/es/components/search/src/index.vue.d.ts +95 -95
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +74 -74
- package/es/components/table/src/index.vue.d.ts +19 -19
- package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +12 -12
- package/es/components/utils/index.d.ts +15 -15
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +677 -677
- package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/es/components/yc-segmented/index.d.ts +1 -1
- package/es/components/yc-segmented/src/index.d.ts +1 -1
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +193 -193
- package/es/index.css +2 -2
- package/index.css +19 -14
- package/index.js +2 -2
- package/index.min.css +2 -2
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +2 -2
- package/lib/components/check-card/index.d.ts +57 -57
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +22 -22
- package/lib/components/check-card-group/src/index.vue.d.ts +19 -19
- package/lib/components/date-picker/index.d.ts +1 -1
- package/lib/components/date-picker/src/index.vue.d.ts +1 -1
- package/lib/components/descriptions/index.d.ts +39 -39
- package/lib/components/descriptions/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +19 -19
- package/lib/components/dialog/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +12 -12
- package/lib/components/display-item/src/index.vue.d.ts +12 -12
- package/lib/components/drawer-form/index.d.ts +28 -28
- package/lib/components/drawer-form/src/index.vue.d.ts +6 -6
- package/lib/components/form/index.d.ts +107 -107
- package/lib/components/form/src/form-content.vue.d.ts +17 -17
- package/lib/components/form/src/index.vue.d.ts +16 -16
- package/lib/components/form-item/index.d.ts +106 -106
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +11 -11
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/page/index.d.ts +900 -900
- package/lib/components/page/src/index.vue.d.ts +289 -289
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +26 -26
- package/lib/components/radio/src/index.vue.d.ts +26 -26
- package/lib/components/render/index.d.ts +17 -17
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +328 -328
- package/lib/components/search/src/index.vue.d.ts +95 -95
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +74 -74
- package/lib/components/table/src/index.vue.d.ts +19 -19
- package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +12 -12
- package/lib/components/utils/index.d.ts +15 -15
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +677 -677
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/lib/components/yc-segmented/index.d.ts +1 -1
- package/lib/components/yc-segmented/src/index.d.ts +1 -1
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +193 -193
- package/lib/index.css +2 -2
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-yc-line-tree.css +1 -0
- package/theme-chalk/plus-yc-plus-tree.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/index.scss +1 -0
- package/theme-chalk/src/yc-line-tree.scss +64 -0
- package/theme-chalk/src/yc-plus-tree.scss +102 -0
- package/theme-chalk/src/yc-status-dialog.scss +7 -4
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! yc-pro-components v0.0.
|
|
1
|
+
/*! yc-pro-components v0.0.7 */
|
|
2
2
|
import { unref, isRef, ref, isReactive, watch, inject, computed, shallowRef, provide, onMounted, nextTick, onBeforeUnmount, defineComponent, watchEffect, openBlock, createBlock, mergeProps, createSlots, withCtx, createElementVNode, renderSlot, normalizeStyle, createVNode, createTextVNode, toDisplayString, createElementBlock, normalizeClass, createCommentVNode, reactive, useAttrs, Fragment, renderList, resolveDynamicComponent, normalizeProps, guardReactiveProps, h, withDirectives, isVNode, withKeys, withModifiers, TransitionGroup, toHandlers, getCurrentInstance, resolveComponent, toRefs, useSlots, onUnmounted, resolveDirective, pushScopeId, popScopeId, onBeforeMount, getCurrentScope, onScopeDispose, toRef, mergeModels, useModel, vShow } from 'vue';
|
|
3
3
|
import { dayjs, localeContextKey, ElDialog, ElButton, ElPagination, ElRadioGroup, ElRadio, ElTableColumn, ElDropdown, ElDropdownMenu, ElDropdownItem, ElIcon, ElTooltip, ElPopconfirm, ElLink, ElMessageBox, useFormDisabled, ElDatePicker, ClickOutside, ElTag, ElInput, ElAutocomplete, ElCascader, ElCheckboxGroup, ElCheckbox, ElColorPicker, ElInputNumber, ElRate, ElSelect, ElOption, ElSlider, ElSwitch, ElTimePicker, ElTimeSelect, ElTransfer, ElTreeSelect, ElSelectV2, ElText, ElDivider, ElFormItem, ElOptionGroup, ElRow, ElCol, ElForm, ElCard, ElMessage, ElImage, ElProgress, ElAvatar, ElPopover, ElTable, vLoading, ElDescriptions, ElDescriptionsItem, ElDrawer, ElSteps, ElStep, ElBreadcrumb, ElBreadcrumbItem, ElMenuItem, ElSubMenu, ElMenu, ElScrollbar, ElHeader, ElContainer, ElMain, ElBacktop } from 'element-plus';
|
|
4
4
|
|
|
@@ -57944,7 +57944,7 @@ var _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
57944
57944
|
}
|
|
57945
57945
|
});
|
|
57946
57946
|
|
|
57947
|
-
var YcStatusDialog = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
57947
|
+
var YcStatusDialog = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-2757be57"], ["__file", "index.vue"]]);
|
|
57948
57948
|
|
|
57949
57949
|
var _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
57950
57950
|
...{
|
|
@@ -4,20 +4,16 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
4
4
|
export type { PlusCheckCardProps } from './src/index.vue';
|
|
5
5
|
export declare const PlusCheckCard: {
|
|
6
6
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
7
|
-
|
|
8
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
7
|
+
avatar: {
|
|
8
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
9
9
|
default: undefined;
|
|
10
10
|
};
|
|
11
11
|
disabled: {
|
|
12
12
|
type: PropType<boolean>;
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
|
-
avatar: {
|
|
16
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
17
|
-
default: undefined;
|
|
18
|
-
};
|
|
19
15
|
extra: {
|
|
20
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
16
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes>;
|
|
21
17
|
default: undefined;
|
|
22
18
|
};
|
|
23
19
|
size: {
|
|
@@ -28,8 +24,12 @@ export declare const PlusCheckCard: {
|
|
|
28
24
|
type: PropType<boolean>;
|
|
29
25
|
default: boolean;
|
|
30
26
|
};
|
|
27
|
+
title: {
|
|
28
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
29
|
+
default: undefined;
|
|
30
|
+
};
|
|
31
31
|
description: {
|
|
32
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
32
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
33
33
|
default: undefined;
|
|
34
34
|
};
|
|
35
35
|
avatarProps: {
|
|
@@ -37,28 +37,24 @@ export declare const PlusCheckCard: {
|
|
|
37
37
|
default: () => {};
|
|
38
38
|
};
|
|
39
39
|
}>> & {
|
|
40
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
41
40
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
41
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
42
42
|
onExtra?: (() => any) | undefined;
|
|
43
43
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
44
44
|
"update:modelValue": (checked: boolean) => void;
|
|
45
45
|
change: (checked: boolean) => void;
|
|
46
46
|
extra: () => void;
|
|
47
47
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
48
|
-
|
|
49
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
48
|
+
avatar: {
|
|
49
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
50
50
|
default: undefined;
|
|
51
51
|
};
|
|
52
52
|
disabled: {
|
|
53
53
|
type: PropType<boolean>;
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
|
-
avatar: {
|
|
57
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
58
|
-
default: undefined;
|
|
59
|
-
};
|
|
60
56
|
extra: {
|
|
61
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
57
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes>;
|
|
62
58
|
default: undefined;
|
|
63
59
|
};
|
|
64
60
|
size: {
|
|
@@ -69,8 +65,12 @@ export declare const PlusCheckCard: {
|
|
|
69
65
|
type: PropType<boolean>;
|
|
70
66
|
default: boolean;
|
|
71
67
|
};
|
|
68
|
+
title: {
|
|
69
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
70
|
+
default: undefined;
|
|
71
|
+
};
|
|
72
72
|
description: {
|
|
73
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
73
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
74
74
|
default: undefined;
|
|
75
75
|
};
|
|
76
76
|
avatarProps: {
|
|
@@ -78,17 +78,17 @@ export declare const PlusCheckCard: {
|
|
|
78
78
|
default: () => {};
|
|
79
79
|
};
|
|
80
80
|
}>> & {
|
|
81
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
82
81
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
82
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
83
83
|
onExtra?: (() => any) | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
|
|
85
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
86
86
|
disabled: boolean;
|
|
87
|
-
|
|
88
|
-
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
87
|
+
extra: (data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
89
88
|
size: "" | "default" | "small" | "large";
|
|
90
89
|
modelValue: boolean;
|
|
91
|
-
|
|
90
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
91
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
92
92
|
avatarProps: RecordType;
|
|
93
93
|
}, true, {}, {}, {
|
|
94
94
|
P: {};
|
|
@@ -98,20 +98,16 @@ export declare const PlusCheckCard: {
|
|
|
98
98
|
M: {};
|
|
99
99
|
Defaults: {};
|
|
100
100
|
}, Readonly< ExtractPropTypes<{
|
|
101
|
-
|
|
102
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
101
|
+
avatar: {
|
|
102
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
103
103
|
default: undefined;
|
|
104
104
|
};
|
|
105
105
|
disabled: {
|
|
106
106
|
type: PropType<boolean>;
|
|
107
107
|
default: boolean;
|
|
108
108
|
};
|
|
109
|
-
avatar: {
|
|
110
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
111
|
-
default: undefined;
|
|
112
|
-
};
|
|
113
109
|
extra: {
|
|
114
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
110
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes>;
|
|
115
111
|
default: undefined;
|
|
116
112
|
};
|
|
117
113
|
size: {
|
|
@@ -122,8 +118,12 @@ export declare const PlusCheckCard: {
|
|
|
122
118
|
type: PropType<boolean>;
|
|
123
119
|
default: boolean;
|
|
124
120
|
};
|
|
121
|
+
title: {
|
|
122
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
123
|
+
default: undefined;
|
|
124
|
+
};
|
|
125
125
|
description: {
|
|
126
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
126
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
127
127
|
default: undefined;
|
|
128
128
|
};
|
|
129
129
|
avatarProps: {
|
|
@@ -131,37 +131,33 @@ export declare const PlusCheckCard: {
|
|
|
131
131
|
default: () => {};
|
|
132
132
|
};
|
|
133
133
|
}>> & {
|
|
134
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
135
134
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
135
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
136
136
|
onExtra?: (() => any) | undefined;
|
|
137
137
|
}, {}, {}, {}, {}, {
|
|
138
|
-
|
|
138
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
139
139
|
disabled: boolean;
|
|
140
|
-
|
|
141
|
-
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
140
|
+
extra: (data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
142
141
|
size: "" | "default" | "small" | "large";
|
|
143
142
|
modelValue: boolean;
|
|
144
|
-
|
|
143
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
144
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
145
145
|
avatarProps: RecordType;
|
|
146
146
|
}>;
|
|
147
147
|
__isFragment?: undefined;
|
|
148
148
|
__isTeleport?: undefined;
|
|
149
149
|
__isSuspense?: undefined;
|
|
150
150
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
151
|
-
|
|
152
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
151
|
+
avatar: {
|
|
152
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
153
153
|
default: undefined;
|
|
154
154
|
};
|
|
155
155
|
disabled: {
|
|
156
156
|
type: PropType<boolean>;
|
|
157
157
|
default: boolean;
|
|
158
158
|
};
|
|
159
|
-
avatar: {
|
|
160
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
161
|
-
default: undefined;
|
|
162
|
-
};
|
|
163
159
|
extra: {
|
|
164
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
160
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes>;
|
|
165
161
|
default: undefined;
|
|
166
162
|
};
|
|
167
163
|
size: {
|
|
@@ -172,8 +168,12 @@ export declare const PlusCheckCard: {
|
|
|
172
168
|
type: PropType<boolean>;
|
|
173
169
|
default: boolean;
|
|
174
170
|
};
|
|
171
|
+
title: {
|
|
172
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
173
|
+
default: undefined;
|
|
174
|
+
};
|
|
175
175
|
description: {
|
|
176
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
176
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
177
177
|
default: undefined;
|
|
178
178
|
};
|
|
179
179
|
avatarProps: {
|
|
@@ -181,43 +181,43 @@ export declare const PlusCheckCard: {
|
|
|
181
181
|
default: () => {};
|
|
182
182
|
};
|
|
183
183
|
}>> & {
|
|
184
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
185
184
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
185
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
186
186
|
onExtra?: (() => any) | undefined;
|
|
187
187
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
188
188
|
"update:modelValue": (checked: boolean) => void;
|
|
189
189
|
change: (checked: boolean) => void;
|
|
190
190
|
extra: () => void;
|
|
191
191
|
}, string, {
|
|
192
|
-
|
|
192
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
193
193
|
disabled: boolean;
|
|
194
|
-
|
|
195
|
-
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
194
|
+
extra: (data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
196
195
|
size: "" | "default" | "small" | "large";
|
|
197
196
|
modelValue: boolean;
|
|
198
|
-
|
|
197
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
198
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
199
199
|
avatarProps: RecordType;
|
|
200
200
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
201
201
|
$slots: {
|
|
202
202
|
avatar?(_: {
|
|
203
203
|
avatar: string | undefined;
|
|
204
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
205
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
204
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
205
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
206
206
|
}): any;
|
|
207
207
|
title?(_: {
|
|
208
208
|
title: string | undefined;
|
|
209
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
210
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
209
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
210
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
211
211
|
}): any;
|
|
212
212
|
extra?(_: {
|
|
213
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
214
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
215
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
213
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
214
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
215
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
216
216
|
}): any;
|
|
217
217
|
description?(_: {
|
|
218
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
218
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
219
219
|
description: string | undefined;
|
|
220
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
220
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
221
221
|
}): any;
|
|
222
222
|
};
|
|
223
223
|
});
|
|
@@ -43,38 +43,38 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
43
43
|
extra: undefined;
|
|
44
44
|
disabled: boolean;
|
|
45
45
|
}>>> & {
|
|
46
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
47
46
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
47
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
48
48
|
onExtra?: (() => any) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
|
|
50
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
51
51
|
disabled: boolean;
|
|
52
|
-
|
|
53
|
-
extra: (data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
52
|
+
extra: (data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
54
53
|
size: "" | "default" | "small" | "large";
|
|
55
54
|
modelValue: boolean;
|
|
56
|
-
|
|
55
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
56
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
57
57
|
avatarProps: RecordType;
|
|
58
58
|
}, {}>, {
|
|
59
59
|
avatar?(_: {
|
|
60
60
|
avatar: string | undefined;
|
|
61
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
62
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
61
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
62
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
63
63
|
}): any;
|
|
64
64
|
title?(_: {
|
|
65
65
|
title: string | undefined;
|
|
66
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
67
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
66
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
67
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
68
68
|
}): any;
|
|
69
69
|
extra?(_: {
|
|
70
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
71
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
72
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
70
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
71
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
72
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
73
73
|
}): any;
|
|
74
74
|
description?(_: {
|
|
75
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
75
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
76
76
|
description: string | undefined;
|
|
77
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
77
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
78
78
|
}): any;
|
|
79
79
|
}>;
|
|
80
80
|
export default _default;
|
|
@@ -27,8 +27,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
}>> & {
|
|
30
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
31
30
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
31
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
32
32
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
33
33
|
value: string | number;
|
|
34
34
|
}) => any) | undefined;
|
|
@@ -62,8 +62,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
62
62
|
default: boolean;
|
|
63
63
|
};
|
|
64
64
|
}>> & {
|
|
65
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
66
65
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
66
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
67
67
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
68
68
|
value: string | number;
|
|
69
69
|
}) => any) | undefined;
|
|
@@ -106,8 +106,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
108
|
}>> & {
|
|
109
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
110
109
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
110
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
111
111
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
112
112
|
value: string | number;
|
|
113
113
|
}) => any) | undefined;
|
|
@@ -147,8 +147,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
147
147
|
default: boolean;
|
|
148
148
|
};
|
|
149
149
|
}>> & {
|
|
150
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
151
150
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
151
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
152
152
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
153
153
|
value: string | number;
|
|
154
154
|
}) => any) | undefined;
|
|
@@ -169,40 +169,40 @@ export declare const PlusCheckCardGroup: {
|
|
|
169
169
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
170
170
|
$slots: Partial<Record<string, (_: {
|
|
171
171
|
avatar: string | undefined;
|
|
172
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
173
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
172
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
173
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
174
174
|
}) => any>> & Partial<Record<string, (_: {
|
|
175
175
|
title: string | undefined;
|
|
176
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
177
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
176
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
177
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
178
178
|
}) => any>> & Partial<Record<string, (_: {
|
|
179
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
179
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
180
180
|
description: string | undefined;
|
|
181
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
181
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
182
182
|
}) => any>> & Partial<Record<string, (_: {
|
|
183
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
184
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
185
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
183
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
184
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
185
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
186
186
|
}) => any>> & {
|
|
187
187
|
avatar?(_: {
|
|
188
188
|
avatar: string | undefined;
|
|
189
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
190
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
189
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
190
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
191
191
|
}): any;
|
|
192
192
|
title?(_: {
|
|
193
193
|
title: string | undefined;
|
|
194
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
195
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
194
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
195
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
196
196
|
}): any;
|
|
197
197
|
description?(_: {
|
|
198
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
198
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
199
199
|
description: string | undefined;
|
|
200
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
200
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
201
201
|
}): any;
|
|
202
202
|
extra?(_: {
|
|
203
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
204
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
205
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
203
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
204
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
205
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
206
206
|
}): any;
|
|
207
207
|
};
|
|
208
208
|
});
|
|
@@ -45,8 +45,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
45
45
|
disabled: boolean;
|
|
46
46
|
multiple: boolean;
|
|
47
47
|
}>>> & {
|
|
48
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
49
48
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
49
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
50
50
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
51
51
|
value: string | number;
|
|
52
52
|
}) => any) | undefined;
|
|
@@ -60,40 +60,40 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
60
60
|
multiple: boolean;
|
|
61
61
|
}, {}>, Partial<Record<string, (_: {
|
|
62
62
|
avatar: string | undefined;
|
|
63
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
64
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
63
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
64
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
65
65
|
}) => any>> & Partial<Record<string, (_: {
|
|
66
66
|
title: string | undefined;
|
|
67
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
68
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
67
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
68
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
69
69
|
}) => any>> & Partial<Record<string, (_: {
|
|
70
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
70
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
71
71
|
description: string | undefined;
|
|
72
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
72
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
73
73
|
}) => any>> & Partial<Record<string, (_: {
|
|
74
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
75
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
76
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
74
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
75
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
76
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
77
77
|
}) => any>> & {
|
|
78
78
|
avatar?(_: {
|
|
79
79
|
avatar: string | undefined;
|
|
80
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
81
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
80
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
81
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
82
82
|
}): any;
|
|
83
83
|
title?(_: {
|
|
84
84
|
title: string | undefined;
|
|
85
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
86
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
85
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
86
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
87
87
|
}): any;
|
|
88
88
|
description?(_: {
|
|
89
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
89
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
90
90
|
description: string | undefined;
|
|
91
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
91
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
92
92
|
}): any;
|
|
93
93
|
extra?(_: {
|
|
94
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
95
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
96
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
94
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
95
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
96
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
97
97
|
}): any;
|
|
98
98
|
}>;
|
|
99
99
|
export default _default;
|
|
@@ -712,8 +712,8 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
712
712
|
};
|
|
713
713
|
}>> & {
|
|
714
714
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
715
|
-
onChange?: ((value: string[]) => any) | undefined;
|
|
716
715
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
716
|
+
onChange?: ((value: string[]) => any) | undefined;
|
|
717
717
|
}, {
|
|
718
718
|
type: "date" | "year" | "month" | "dates" | "week" | "datetime";
|
|
719
719
|
disabled: boolean;
|
|
@@ -678,8 +678,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
678
678
|
endDisabledDate: (endTime: any, startValue: any) => boolean;
|
|
679
679
|
}>>> & {
|
|
680
680
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
681
|
-
onChange?: ((value: string[]) => any) | undefined;
|
|
682
681
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
682
|
+
onChange?: ((value: string[]) => any) | undefined;
|
|
683
683
|
}, {
|
|
684
684
|
type: "date" | "year" | "month" | "dates" | "week" | "datetime";
|
|
685
685
|
disabled: boolean;
|