yc-pro-components 0.0.4 → 0.0.5
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 +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +19 -19
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/index.d.ts +7 -7
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +21 -21
- package/es/components/display-item/src/index.vue.d.ts +21 -21
- package/es/components/drawer-form/index.d.ts +26 -26
- package/es/components/drawer-form/src/index.vue.d.ts +8 -8
- package/es/components/form/index.d.ts +14 -14
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +14 -14
- package/es/components/form-item/index.d.ts +32 -32
- package/es/components/form-item/src/index.vue.d.ts +12 -12
- 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 +9 -9
- package/es/components/input-tag/src/index.vue.d.ts +1 -1
- package/es/components/page/index.d.ts +220 -220
- package/es/components/page/src/index.vue.d.ts +78 -78
- package/es/components/radio/index.d.ts +25 -25
- package/es/components/radio/src/index.vue.d.ts +25 -25
- package/es/components/render/index.d.ts +6 -6
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +49 -49
- package/es/components/search/src/index.vue.d.ts +21 -21
- package/es/components/table/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +21 -21
- 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-dialog/index.d.ts +24 -24
- package/es/components/yc-line-tree/src/index.vue2.mjs +2 -18
- 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 +203 -203
- package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +90 -90
- package/index.js +3 -19
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +3 -19
- package/lib/components/check-card/index.d.ts +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +19 -19
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/index.d.ts +7 -7
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +21 -21
- package/lib/components/display-item/src/index.vue.d.ts +21 -21
- package/lib/components/drawer-form/index.d.ts +26 -26
- package/lib/components/drawer-form/src/index.vue.d.ts +8 -8
- package/lib/components/form/index.d.ts +14 -14
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +14 -14
- package/lib/components/form-item/index.d.ts +32 -32
- package/lib/components/form-item/src/index.vue.d.ts +12 -12
- 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 +9 -9
- package/lib/components/input-tag/src/index.vue.d.ts +1 -1
- package/lib/components/page/index.d.ts +220 -220
- package/lib/components/page/src/index.vue.d.ts +78 -78
- package/lib/components/radio/index.d.ts +25 -25
- package/lib/components/radio/src/index.vue.d.ts +25 -25
- package/lib/components/render/index.d.ts +6 -6
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +49 -49
- package/lib/components/search/src/index.vue.d.ts +21 -21
- package/lib/components/table/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +21 -21
- 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-dialog/index.d.ts +24 -24
- package/lib/components/yc-line-tree/src/index.vue2.js +2 -18
- 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 +203 -203
- package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +90 -90
- 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/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! yc-pro-components v0.0.
|
|
1
|
+
/*! yc-pro-components v0.0.5 */
|
|
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
|
|
|
@@ -56170,35 +56170,19 @@ var _sfc_main$a = defineComponent({
|
|
|
56170
56170
|
"last-node-line": lastnodeArr[i] && this.node.level - 1 !== i,
|
|
56171
56171
|
"last-node-isLeaf-line": lastnodeArr[i] && this.node.level - 1 === i
|
|
56172
56172
|
},
|
|
56173
|
-
style: {
|
|
56174
|
-
position: "absolute",
|
|
56175
|
-
top: "0",
|
|
56176
|
-
display: "block",
|
|
56177
|
-
height: lastnodeArr[i] && this.node.level - 1 === i ? "50%" : "100%",
|
|
56178
|
-
left: this.indent * i + "px"
|
|
56179
|
-
}
|
|
56173
|
+
style: { left: this.indent * i + "px" }
|
|
56180
56174
|
})
|
|
56181
56175
|
);
|
|
56182
56176
|
}
|
|
56183
56177
|
return h(
|
|
56184
56178
|
"span",
|
|
56185
56179
|
{
|
|
56186
|
-
class: "yc-tree-node-label-wrapper"
|
|
56187
|
-
style: {
|
|
56188
|
-
position: "relative",
|
|
56189
|
-
display: "flex",
|
|
56190
|
-
flex: "1",
|
|
56191
|
-
alignItems: "center"
|
|
56192
|
-
}
|
|
56180
|
+
class: "yc-tree-node-label-wrapper"
|
|
56193
56181
|
},
|
|
56194
56182
|
[labelNodes].concat(lineNodes).concat([
|
|
56195
56183
|
h("span", {
|
|
56196
56184
|
class: "yc-tree-node-line-hor",
|
|
56197
56185
|
style: {
|
|
56198
|
-
position: "absolute",
|
|
56199
|
-
top: "50%",
|
|
56200
|
-
display: "block",
|
|
56201
|
-
height: "0",
|
|
56202
56186
|
width: (this.node.isLeaf ? 24 : 8) + "px",
|
|
56203
56187
|
left: (this.node.level - 1) * this.indent + "px"
|
|
56204
56188
|
}
|
|
@@ -4,26 +4,26 @@ 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
|
-
size: {
|
|
8
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
7
|
title: {
|
|
12
8
|
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
13
9
|
default: undefined;
|
|
14
10
|
};
|
|
15
|
-
avatar: {
|
|
16
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
17
|
-
default: undefined;
|
|
18
|
-
};
|
|
19
11
|
disabled: {
|
|
20
12
|
type: PropType<boolean>;
|
|
21
13
|
default: boolean;
|
|
22
14
|
};
|
|
15
|
+
avatar: {
|
|
16
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
17
|
+
default: undefined;
|
|
18
|
+
};
|
|
23
19
|
extra: {
|
|
24
20
|
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
25
21
|
default: undefined;
|
|
26
22
|
};
|
|
23
|
+
size: {
|
|
24
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
27
|
modelValue: {
|
|
28
28
|
type: PropType<boolean>;
|
|
29
29
|
default: boolean;
|
|
@@ -45,26 +45,26 @@ export declare const PlusCheckCard: {
|
|
|
45
45
|
change: (checked: boolean) => void;
|
|
46
46
|
extra: () => void;
|
|
47
47
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
48
|
-
size: {
|
|
49
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
48
|
title: {
|
|
53
49
|
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
54
50
|
default: undefined;
|
|
55
51
|
};
|
|
56
|
-
avatar: {
|
|
57
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
58
|
-
default: undefined;
|
|
59
|
-
};
|
|
60
52
|
disabled: {
|
|
61
53
|
type: PropType<boolean>;
|
|
62
54
|
default: boolean;
|
|
63
55
|
};
|
|
56
|
+
avatar: {
|
|
57
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
58
|
+
default: undefined;
|
|
59
|
+
};
|
|
64
60
|
extra: {
|
|
65
61
|
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
66
62
|
default: undefined;
|
|
67
63
|
};
|
|
64
|
+
size: {
|
|
65
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
68
|
modelValue: {
|
|
69
69
|
type: PropType<boolean>;
|
|
70
70
|
default: boolean;
|
|
@@ -82,11 +82,11 @@ export declare const PlusCheckCard: {
|
|
|
82
82
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
83
83
|
onExtra?: (() => any) | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
size: "" | "default" | "small" | "large";
|
|
86
85
|
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
87
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
88
86
|
disabled: boolean;
|
|
87
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
89
88
|
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
89
|
+
size: "" | "default" | "small" | "large";
|
|
90
90
|
modelValue: boolean;
|
|
91
91
|
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
92
92
|
avatarProps: RecordType;
|
|
@@ -98,26 +98,26 @@ export declare const PlusCheckCard: {
|
|
|
98
98
|
M: {};
|
|
99
99
|
Defaults: {};
|
|
100
100
|
}, Readonly< ExtractPropTypes<{
|
|
101
|
-
size: {
|
|
102
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
101
|
title: {
|
|
106
102
|
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
107
103
|
default: undefined;
|
|
108
104
|
};
|
|
109
|
-
avatar: {
|
|
110
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
111
|
-
default: undefined;
|
|
112
|
-
};
|
|
113
105
|
disabled: {
|
|
114
106
|
type: PropType<boolean>;
|
|
115
107
|
default: boolean;
|
|
116
108
|
};
|
|
109
|
+
avatar: {
|
|
110
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
111
|
+
default: undefined;
|
|
112
|
+
};
|
|
117
113
|
extra: {
|
|
118
114
|
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
119
115
|
default: undefined;
|
|
120
116
|
};
|
|
117
|
+
size: {
|
|
118
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
121
121
|
modelValue: {
|
|
122
122
|
type: PropType<boolean>;
|
|
123
123
|
default: boolean;
|
|
@@ -135,11 +135,11 @@ export declare const PlusCheckCard: {
|
|
|
135
135
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
136
136
|
onExtra?: (() => any) | undefined;
|
|
137
137
|
}, {}, {}, {}, {}, {
|
|
138
|
-
size: "" | "default" | "small" | "large";
|
|
139
138
|
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
140
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
141
139
|
disabled: boolean;
|
|
140
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
142
141
|
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
142
|
+
size: "" | "default" | "small" | "large";
|
|
143
143
|
modelValue: boolean;
|
|
144
144
|
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
145
145
|
avatarProps: RecordType;
|
|
@@ -148,26 +148,26 @@ export declare const PlusCheckCard: {
|
|
|
148
148
|
__isTeleport?: undefined;
|
|
149
149
|
__isSuspense?: undefined;
|
|
150
150
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
151
|
-
size: {
|
|
152
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
153
|
-
default: string;
|
|
154
|
-
};
|
|
155
151
|
title: {
|
|
156
152
|
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
157
153
|
default: undefined;
|
|
158
154
|
};
|
|
159
|
-
avatar: {
|
|
160
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
161
|
-
default: undefined;
|
|
162
|
-
};
|
|
163
155
|
disabled: {
|
|
164
156
|
type: PropType<boolean>;
|
|
165
157
|
default: boolean;
|
|
166
158
|
};
|
|
159
|
+
avatar: {
|
|
160
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
161
|
+
default: undefined;
|
|
162
|
+
};
|
|
167
163
|
extra: {
|
|
168
164
|
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
169
165
|
default: undefined;
|
|
170
166
|
};
|
|
167
|
+
size: {
|
|
168
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
169
|
+
default: string;
|
|
170
|
+
};
|
|
171
171
|
modelValue: {
|
|
172
172
|
type: PropType<boolean>;
|
|
173
173
|
default: boolean;
|
|
@@ -189,11 +189,11 @@ export declare const PlusCheckCard: {
|
|
|
189
189
|
change: (checked: boolean) => void;
|
|
190
190
|
extra: () => void;
|
|
191
191
|
}, string, {
|
|
192
|
-
size: "" | "default" | "small" | "large";
|
|
193
192
|
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
194
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
195
193
|
disabled: boolean;
|
|
194
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
196
195
|
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
196
|
+
size: "" | "default" | "small" | "large";
|
|
197
197
|
modelValue: boolean;
|
|
198
198
|
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
199
199
|
avatarProps: RecordType;
|
|
@@ -47,11 +47,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
47
47
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
48
48
|
onExtra?: (() => any) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
size: "" | "default" | "small" | "large";
|
|
51
50
|
title: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
52
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
53
51
|
disabled: boolean;
|
|
52
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
54
53
|
extra: (data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
54
|
+
size: "" | "default" | "small" | "large";
|
|
55
55
|
modelValue: boolean;
|
|
56
56
|
description: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
57
57
|
avatarProps: RecordType;
|
|
@@ -4,14 +4,14 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
4
4
|
export type { PlusCheckCardGroupProps } from './src/index.vue';
|
|
5
5
|
export declare const PlusCheckCardGroup: {
|
|
6
6
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
7
|
-
size: {
|
|
8
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
9
|
-
default: undefined;
|
|
10
|
-
};
|
|
11
7
|
disabled: {
|
|
12
8
|
type: PropType<boolean>;
|
|
13
9
|
default: boolean;
|
|
14
10
|
};
|
|
11
|
+
size: {
|
|
12
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
15
|
options: {
|
|
16
16
|
type: PropType<( PlusCheckCardProps & {
|
|
17
17
|
value: string | number;
|
|
@@ -39,14 +39,14 @@ export declare const PlusCheckCardGroup: {
|
|
|
39
39
|
value: string | number;
|
|
40
40
|
}) => void;
|
|
41
41
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
42
|
-
size: {
|
|
43
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
44
|
-
default: undefined;
|
|
45
|
-
};
|
|
46
42
|
disabled: {
|
|
47
43
|
type: PropType<boolean>;
|
|
48
44
|
default: boolean;
|
|
49
45
|
};
|
|
46
|
+
size: {
|
|
47
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
48
|
+
default: undefined;
|
|
49
|
+
};
|
|
50
50
|
options: {
|
|
51
51
|
type: PropType<( PlusCheckCardProps & {
|
|
52
52
|
value: string | number;
|
|
@@ -68,8 +68,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
68
68
|
value: string | number;
|
|
69
69
|
}) => any) | undefined;
|
|
70
70
|
}, {
|
|
71
|
-
size: "" | "default" | "small" | "large";
|
|
72
71
|
disabled: boolean;
|
|
72
|
+
size: "" | "default" | "small" | "large";
|
|
73
73
|
options: ( PlusCheckCardProps & {
|
|
74
74
|
value: string | number;
|
|
75
75
|
})[];
|
|
@@ -83,14 +83,14 @@ export declare const PlusCheckCardGroup: {
|
|
|
83
83
|
M: {};
|
|
84
84
|
Defaults: {};
|
|
85
85
|
}, Readonly< ExtractPropTypes<{
|
|
86
|
-
size: {
|
|
87
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
88
|
-
default: undefined;
|
|
89
|
-
};
|
|
90
86
|
disabled: {
|
|
91
87
|
type: PropType<boolean>;
|
|
92
88
|
default: boolean;
|
|
93
89
|
};
|
|
90
|
+
size: {
|
|
91
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
92
|
+
default: undefined;
|
|
93
|
+
};
|
|
94
94
|
options: {
|
|
95
95
|
type: PropType<( PlusCheckCardProps & {
|
|
96
96
|
value: string | number;
|
|
@@ -112,8 +112,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
112
112
|
value: string | number;
|
|
113
113
|
}) => any) | undefined;
|
|
114
114
|
}, {}, {}, {}, {}, {
|
|
115
|
-
size: "" | "default" | "small" | "large";
|
|
116
115
|
disabled: boolean;
|
|
116
|
+
size: "" | "default" | "small" | "large";
|
|
117
117
|
options: ( PlusCheckCardProps & {
|
|
118
118
|
value: string | number;
|
|
119
119
|
})[];
|
|
@@ -124,14 +124,14 @@ export declare const PlusCheckCardGroup: {
|
|
|
124
124
|
__isTeleport?: undefined;
|
|
125
125
|
__isSuspense?: undefined;
|
|
126
126
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
127
|
-
size: {
|
|
128
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
129
|
-
default: undefined;
|
|
130
|
-
};
|
|
131
127
|
disabled: {
|
|
132
128
|
type: PropType<boolean>;
|
|
133
129
|
default: boolean;
|
|
134
130
|
};
|
|
131
|
+
size: {
|
|
132
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
133
|
+
default: undefined;
|
|
134
|
+
};
|
|
135
135
|
options: {
|
|
136
136
|
type: PropType<( PlusCheckCardProps & {
|
|
137
137
|
value: string | number;
|
|
@@ -159,8 +159,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
159
159
|
value: string | number;
|
|
160
160
|
}) => void;
|
|
161
161
|
}, string, {
|
|
162
|
-
size: "" | "default" | "small" | "large";
|
|
163
162
|
disabled: boolean;
|
|
163
|
+
size: "" | "default" | "small" | "large";
|
|
164
164
|
options: ( PlusCheckCardProps & {
|
|
165
165
|
value: string | number;
|
|
166
166
|
})[];
|
|
@@ -51,8 +51,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
51
51
|
value: string | number;
|
|
52
52
|
}) => any) | undefined;
|
|
53
53
|
}, {
|
|
54
|
-
size: "" | "default" | "small" | "large";
|
|
55
54
|
disabled: boolean;
|
|
55
|
+
size: "" | "default" | "small" | "large";
|
|
56
56
|
options: (PlusCheckCardProps & {
|
|
57
57
|
value: string | number;
|
|
58
58
|
})[];
|
|
@@ -1029,12 +1029,12 @@ export declare const PlusDialogForm: {
|
|
|
1029
1029
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
1030
1030
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1031
1031
|
readonly label: string | ComputedRef<string>;
|
|
1032
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1032
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1033
1033
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1034
|
-
readonly tooltip: string |
|
|
1034
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1035
1035
|
style?: CSSProperties | undefined;
|
|
1036
1036
|
class?: any;
|
|
1037
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1037
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1038
1038
|
style?: CSSProperties | undefined;
|
|
1039
1039
|
class?: any;
|
|
1040
1040
|
} & RecordType>>;
|
|
@@ -1056,7 +1056,7 @@ export declare const PlusDialogForm: {
|
|
|
1056
1056
|
};
|
|
1057
1057
|
rows: number;
|
|
1058
1058
|
autocomplete: string;
|
|
1059
|
-
type: "" | "number" | "default" | "
|
|
1059
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
1060
1060
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1061
1061
|
step: string | number;
|
|
1062
1062
|
format: string | ProgressFn | undefined;
|
|
@@ -1095,12 +1095,12 @@ export declare const PlusDialogForm: {
|
|
|
1095
1095
|
fieldInstance?: any;
|
|
1096
1096
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1097
1097
|
prop: string;
|
|
1098
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1098
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1099
1099
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1100
|
-
tooltip: string |
|
|
1100
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1101
1101
|
style?: CSSProperties | undefined;
|
|
1102
1102
|
class?: any;
|
|
1103
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1103
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1104
1104
|
style?: CSSProperties | undefined;
|
|
1105
1105
|
class?: any;
|
|
1106
1106
|
} & RecordType>>;
|
|
@@ -346,12 +346,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
346
346
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
347
347
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
348
348
|
readonly label: string | ComputedRef<string>;
|
|
349
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
349
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
350
350
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
351
|
-
readonly tooltip: string |
|
|
351
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
352
352
|
style?: CSSProperties | undefined;
|
|
353
353
|
class?: any;
|
|
354
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
354
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
355
355
|
style?: CSSProperties | undefined;
|
|
356
356
|
class?: any;
|
|
357
357
|
} & RecordType>>;
|
|
@@ -373,7 +373,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
373
373
|
};
|
|
374
374
|
rows: number;
|
|
375
375
|
autocomplete: string;
|
|
376
|
-
type: "" | "number" | "default" | "
|
|
376
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
377
377
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
378
378
|
step: string | number;
|
|
379
379
|
format: string | ProgressFn | undefined;
|
|
@@ -412,12 +412,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
412
412
|
fieldInstance?: any;
|
|
413
413
|
valueIsReady?: Ref<boolean> | undefined;
|
|
414
414
|
prop: string;
|
|
415
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
415
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
416
416
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
417
|
-
tooltip: string |
|
|
417
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
418
418
|
style?: CSSProperties | undefined;
|
|
419
419
|
class?: any;
|
|
420
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
420
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
421
421
|
style?: CSSProperties | undefined;
|
|
422
422
|
class?: any;
|
|
423
423
|
} & RecordType>>;
|
|
@@ -234,12 +234,12 @@ export declare const PlusDisplayItem: {
|
|
|
234
234
|
$slots: Partial<Record<string, (_: {
|
|
235
235
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
236
236
|
readonly label: string | ComputedRef<string>;
|
|
237
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
237
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
238
238
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
239
|
-
readonly tooltip: string |
|
|
239
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
240
240
|
style?: CSSProperties | undefined;
|
|
241
241
|
class?: any;
|
|
242
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
242
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
243
243
|
style?: CSSProperties | undefined;
|
|
244
244
|
class?: any;
|
|
245
245
|
} & RecordType>>;
|
|
@@ -261,7 +261,7 @@ export declare const PlusDisplayItem: {
|
|
|
261
261
|
};
|
|
262
262
|
rows: number;
|
|
263
263
|
autocomplete: string;
|
|
264
|
-
type: "" | "number" | "default" | "
|
|
264
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
265
265
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
266
266
|
step: string | number;
|
|
267
267
|
format: string | ProgressFn | undefined;
|
|
@@ -300,12 +300,12 @@ export declare const PlusDisplayItem: {
|
|
|
300
300
|
fieldInstance?: any;
|
|
301
301
|
valueIsReady?: Ref<boolean> | undefined;
|
|
302
302
|
prop: string;
|
|
303
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
303
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
304
304
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
305
|
-
tooltip: string |
|
|
305
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
306
306
|
style?: CSSProperties | undefined;
|
|
307
307
|
class?: any;
|
|
308
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
308
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
309
309
|
style?: CSSProperties | undefined;
|
|
310
310
|
class?: any;
|
|
311
311
|
} & RecordType>>;
|
|
@@ -330,12 +330,12 @@ export declare const PlusDisplayItem: {
|
|
|
330
330
|
}) => any>> & Partial<Record<string, (_: {
|
|
331
331
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
332
332
|
readonly label: string | ComputedRef<string>;
|
|
333
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
333
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
334
334
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
335
|
-
readonly tooltip: string |
|
|
335
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
336
336
|
style?: CSSProperties | undefined;
|
|
337
337
|
class?: any;
|
|
338
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
338
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
339
339
|
style?: CSSProperties | undefined;
|
|
340
340
|
class?: any;
|
|
341
341
|
} & RecordType>>;
|
|
@@ -357,7 +357,7 @@ export declare const PlusDisplayItem: {
|
|
|
357
357
|
};
|
|
358
358
|
rows: number;
|
|
359
359
|
autocomplete: string;
|
|
360
|
-
type: "" | "number" | "default" | "
|
|
360
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
361
361
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
362
362
|
step: string | number;
|
|
363
363
|
format: string | ProgressFn | undefined;
|
|
@@ -396,12 +396,12 @@ export declare const PlusDisplayItem: {
|
|
|
396
396
|
fieldInstance?: any;
|
|
397
397
|
valueIsReady?: Ref<boolean> | undefined;
|
|
398
398
|
prop: string;
|
|
399
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
399
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
400
400
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
401
|
-
tooltip: string |
|
|
401
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
402
402
|
style?: CSSProperties | undefined;
|
|
403
403
|
class?: any;
|
|
404
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
404
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
405
405
|
style?: CSSProperties | undefined;
|
|
406
406
|
class?: any;
|
|
407
407
|
} & RecordType>>;
|
|
@@ -426,12 +426,12 @@ export declare const PlusDisplayItem: {
|
|
|
426
426
|
}) => any>> & Partial<Record<string, (_: {
|
|
427
427
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
428
428
|
readonly label: string | ComputedRef<string>;
|
|
429
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
429
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
430
430
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
431
|
-
readonly tooltip: string |
|
|
431
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
432
432
|
style?: CSSProperties | undefined;
|
|
433
433
|
class?: any;
|
|
434
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
434
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
435
435
|
style?: CSSProperties | undefined;
|
|
436
436
|
class?: any;
|
|
437
437
|
} & RecordType>>;
|
|
@@ -453,7 +453,7 @@ export declare const PlusDisplayItem: {
|
|
|
453
453
|
};
|
|
454
454
|
rows: number;
|
|
455
455
|
autocomplete: string;
|
|
456
|
-
type: "" | "number" | "default" | "
|
|
456
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
457
457
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
458
458
|
step: string | number;
|
|
459
459
|
format: string | ProgressFn | undefined;
|
|
@@ -492,12 +492,12 @@ export declare const PlusDisplayItem: {
|
|
|
492
492
|
fieldInstance?: any;
|
|
493
493
|
valueIsReady?: Ref<boolean> | undefined;
|
|
494
494
|
prop: string;
|
|
495
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
495
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
496
496
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
497
|
-
tooltip: string |
|
|
497
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
498
498
|
style?: CSSProperties | undefined;
|
|
499
499
|
class?: any;
|
|
500
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
500
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
501
501
|
style?: CSSProperties | undefined;
|
|
502
502
|
class?: any;
|
|
503
503
|
} & RecordType>>;
|