sd-render 1.2.6 → 1.3.0
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/field-docs.html +3340 -1547
- package/package.json +1 -1
- package/{sd-lib-BG0UjdFl.js → sd-lib-BI2bK3bT.js} +5529 -3962
- package/{sd-render-DwCKOhLI.js → sd-render-JboRjeDb.js} +2059 -1522
- package/sd-render.es.js +52 -49
- package/sd-render.style.css +1 -1
- package/types/src/components/form-render/SdFormRender.vue.d.ts +0 -3
- package/types/src/components/form-render/form-field/date-input.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/date-panel-input.vue.d.ts +611 -0
- package/types/src/components/form-render/form-field/date-range-input.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/multiple-date.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/otp-input.vue.d.ts +373 -0
- package/types/src/components/form-render/form-field/smart-card-ui.vue.d.ts +534 -0
- package/types/src/components/form-render/form-field/tree-ui.vue.d.ts +983 -0
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/ImageView.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/TaskItemView.vue.d.ts +68 -70
- package/types/src/components/input3/eltiptap/widget/MenuCommands/AddYoutubeCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/ColorPopover.vue.d.ts +163 -151
- package/types/src/components/input3/eltiptap/widget/MenuCommands/CommandButton.vue.d.ts +76 -76
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontFamilyDropdown.vue.d.ts +455 -580
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontSizeDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HeadingDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HighlightPopover.vue.d.ts +163 -151
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/EditImageCommandButton.vue.d.ts +165 -149
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/ImageDisplayCommandButton.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/InsertImageCommandButton.vue.d.ts +98 -103
- package/types/src/components/input3/eltiptap/widget/MenuCommands/LineHeightDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/AddLinkCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/EditLinkCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/UploadFileCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/CreateTablePopover.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/index.vue.d.ts +59 -64
- package/types/src/components/sdlib.d.ts +3 -0
- package/types/src/components/sdwidget/SdCascaderForm.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdCrudForm.vue.d.ts +0 -4
- package/types/src/components/sdwidget/SdCrudGrid.vue.d.ts +27 -2
- package/types/src/components/sdwidget/SdCrudPopupForm.vue.d.ts +27 -5
- package/types/src/components/sdwidget/SdCrudSelect.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdCrudSelectSubForm.vue.d.ts +12 -3
- package/types/src/components/sdwidget/SdCrudTree.vue.d.ts +615 -0
- package/types/src/components/sdwidget/SdDatePickerBE.vue.d.ts +196 -204
- package/types/src/components/sdwidget/SdDatePickerPanelBE.vue.d.ts +379 -0
- package/types/src/components/sdwidget/SdFormSchema.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdFormSchemaForm.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdGallery.vue.d.ts +20 -20
- package/types/src/components/sdwidget/SdGridColumnBy.vue.d.ts +105 -4
- package/types/src/components/sdwidget/SdGridColumnDate.vue.d.ts +84 -3
- package/types/src/components/sdwidget/SdGridColumnDynamic.vue.d.ts +257 -10
- package/types/src/components/sdwidget/SdGridSortHeader.vue.d.ts +52 -0
- package/types/src/components/sdwidget/SdSelectPathData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdSelectRemoteList.vue.d.ts +11 -2
- package/types/src/components/sdwidget/SdSmartCard.vue.d.ts +268 -0
- package/types/src/components/sdwidget/SdUiMenu.vue.d.ts +1 -1
|
@@ -147,24 +147,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
147
|
"after-enter": () => void;
|
|
148
148
|
"after-leave": () => void;
|
|
149
149
|
}, import('vue').PublicProps, {
|
|
150
|
-
|
|
151
|
-
placement: import('element-plus').Placement;
|
|
152
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
153
|
-
teleported: boolean;
|
|
154
|
-
persistent: boolean;
|
|
150
|
+
width: string | number;
|
|
155
151
|
visible: boolean | null;
|
|
156
|
-
enterable: boolean;
|
|
157
|
-
offset: number;
|
|
158
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
159
|
-
showArrow: boolean;
|
|
160
152
|
content: string;
|
|
153
|
+
offset: number;
|
|
161
154
|
showAfter: number;
|
|
162
155
|
hideAfter: number;
|
|
163
156
|
autoClose: number;
|
|
157
|
+
placement: import('element-plus').Placement;
|
|
158
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
159
|
+
effect: import('element-plus').PopperEffect;
|
|
160
|
+
enterable: boolean;
|
|
161
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
162
|
+
teleported: boolean;
|
|
163
|
+
persistent: boolean;
|
|
164
|
+
tabindex: string | number;
|
|
165
|
+
showArrow: boolean;
|
|
164
166
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
165
167
|
triggerKeys: string[];
|
|
166
|
-
width: string | number;
|
|
167
|
-
tabindex: string | number;
|
|
168
168
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
169
169
|
P: {};
|
|
170
170
|
B: {};
|
|
@@ -182,24 +182,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
182
182
|
popperRef: import('vue').ComputedRef<import('element-plus').PopperInstance | undefined>;
|
|
183
183
|
hide: () => void;
|
|
184
184
|
}, {}, {}, {}, {
|
|
185
|
-
|
|
186
|
-
placement: import('element-plus').Placement;
|
|
187
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
188
|
-
teleported: boolean;
|
|
189
|
-
persistent: boolean;
|
|
185
|
+
width: string | number;
|
|
190
186
|
visible: boolean | null;
|
|
191
|
-
enterable: boolean;
|
|
192
|
-
offset: number;
|
|
193
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
194
|
-
showArrow: boolean;
|
|
195
187
|
content: string;
|
|
188
|
+
offset: number;
|
|
196
189
|
showAfter: number;
|
|
197
190
|
hideAfter: number;
|
|
198
191
|
autoClose: number;
|
|
192
|
+
placement: import('element-plus').Placement;
|
|
193
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
194
|
+
effect: import('element-plus').PopperEffect;
|
|
195
|
+
enterable: boolean;
|
|
196
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
197
|
+
teleported: boolean;
|
|
198
|
+
persistent: boolean;
|
|
199
|
+
tabindex: string | number;
|
|
200
|
+
showArrow: boolean;
|
|
199
201
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
200
202
|
triggerKeys: string[];
|
|
201
|
-
width: string | number;
|
|
202
|
-
tabindex: string | number;
|
|
203
203
|
}>;
|
|
204
204
|
__isFragment?: never;
|
|
205
205
|
__isTeleport?: never;
|
|
@@ -220,24 +220,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
220
220
|
"after-enter": () => void;
|
|
221
221
|
"after-leave": () => void;
|
|
222
222
|
}, string, {
|
|
223
|
-
|
|
224
|
-
placement: import('element-plus').Placement;
|
|
225
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
226
|
-
teleported: boolean;
|
|
227
|
-
persistent: boolean;
|
|
223
|
+
width: string | number;
|
|
228
224
|
visible: boolean | null;
|
|
229
|
-
enterable: boolean;
|
|
230
|
-
offset: number;
|
|
231
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
232
|
-
showArrow: boolean;
|
|
233
225
|
content: string;
|
|
226
|
+
offset: number;
|
|
234
227
|
showAfter: number;
|
|
235
228
|
hideAfter: number;
|
|
236
229
|
autoClose: number;
|
|
230
|
+
placement: import('element-plus').Placement;
|
|
231
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
232
|
+
effect: import('element-plus').PopperEffect;
|
|
233
|
+
enterable: boolean;
|
|
234
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
235
|
+
teleported: boolean;
|
|
236
|
+
persistent: boolean;
|
|
237
|
+
tabindex: string | number;
|
|
238
|
+
showArrow: boolean;
|
|
237
239
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
238
240
|
triggerKeys: string[];
|
|
239
|
-
width: string | number;
|
|
240
|
-
tabindex: string | number;
|
|
241
241
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
242
242
|
$slots: {
|
|
243
243
|
reference?: (props: {}) => any;
|
|
@@ -247,18 +247,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
247
247
|
}) => any;
|
|
248
248
|
};
|
|
249
249
|
}) & import('vue').ObjectPlugin & {
|
|
250
|
-
setPropsDefaults: (defaults:
|
|
251
|
-
readonly trigger?: import('element-plus
|
|
252
|
-
readonly triggerKeys?: string[] | undefined;
|
|
253
|
-
readonly placement?: import('element-plus').Placement | undefined;
|
|
254
|
-
readonly disabled?: boolean | undefined;
|
|
255
|
-
readonly visible?: boolean | null | undefined;
|
|
256
|
-
readonly transition?: string | undefined;
|
|
257
|
-
readonly popperOptions?: Partial<import('element-plus').Options> | undefined;
|
|
258
|
-
readonly tabindex?: string | number | undefined;
|
|
259
|
-
readonly content?: string | undefined;
|
|
260
|
-
readonly popperStyle?: import('vue').StyleValue;
|
|
261
|
-
readonly popperClass?: (string | {
|
|
250
|
+
setPropsDefaults: (defaults: {
|
|
251
|
+
readonly trigger?: import('element-plus').TooltipTriggerType | (() => "click" | "hover" | "focus" | "contextmenu" | import('element-plus').TooltipTriggerType[]) | undefined;
|
|
252
|
+
readonly triggerKeys?: (() => string[]) | undefined;
|
|
253
|
+
readonly placement?: import('element-plus').Placement | (() => "left" | "right" | "auto" | "top" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
|
254
|
+
readonly disabled?: boolean | (() => boolean) | undefined;
|
|
255
|
+
readonly visible?: boolean | (() => boolean) | null | undefined;
|
|
256
|
+
readonly transition?: string | (() => string) | undefined;
|
|
257
|
+
readonly popperOptions?: (() => Partial<import('element-plus').Options>) | undefined;
|
|
258
|
+
readonly tabindex?: string | number | (() => string | number) | undefined;
|
|
259
|
+
readonly content?: string | (() => string) | undefined;
|
|
260
|
+
readonly popperStyle?: string | false | (() => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | null | undefined;
|
|
261
|
+
readonly popperClass?: string | (() => string | {
|
|
262
262
|
[x: string]: boolean;
|
|
263
263
|
} | (string | {
|
|
264
264
|
[x: string]: boolean;
|
|
@@ -283,26 +283,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
283
283
|
} | (string | {
|
|
284
284
|
[x: string]: boolean;
|
|
285
285
|
} | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]) | undefined;
|
|
286
|
-
readonly enterable?: boolean | undefined;
|
|
287
|
-
readonly effect?: import('element-plus').PopperEffect | undefined;
|
|
288
|
-
readonly teleported?: boolean | undefined;
|
|
289
|
-
readonly appendTo?: string | HTMLElement | undefined;
|
|
290
|
-
readonly title?: string | undefined;
|
|
291
|
-
readonly width?: string | number | undefined;
|
|
292
|
-
readonly offset?: number | undefined;
|
|
293
|
-
readonly showAfter?: number | undefined;
|
|
294
|
-
readonly hideAfter?: number | undefined;
|
|
295
|
-
readonly autoClose?: number | undefined;
|
|
296
|
-
readonly showArrow?: boolean | undefined;
|
|
297
|
-
readonly persistent?: boolean | undefined;
|
|
298
|
-
|
|
299
|
-
readonly "onBefore-enter"?: (() => any) | undefined | undefined;
|
|
300
|
-
readonly "onBefore-leave"?: (() => any) | undefined | undefined;
|
|
301
|
-
readonly "onAfter-enter"?: (() => any) | undefined | undefined;
|
|
302
|
-
readonly "onAfter-leave"?: (() => any) | undefined | undefined;
|
|
303
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps>) => void;
|
|
286
|
+
readonly enterable?: boolean | (() => boolean) | undefined;
|
|
287
|
+
readonly effect?: import('element-plus').PopperEffect | (() => string) | undefined;
|
|
288
|
+
readonly teleported?: boolean | (() => boolean) | undefined;
|
|
289
|
+
readonly appendTo?: string | (() => string | HTMLElement) | undefined;
|
|
290
|
+
readonly title?: string | (() => string) | undefined;
|
|
291
|
+
readonly width?: string | number | (() => string | number) | undefined;
|
|
292
|
+
readonly offset?: number | (() => number) | undefined;
|
|
293
|
+
readonly showAfter?: number | (() => number) | undefined;
|
|
294
|
+
readonly hideAfter?: number | (() => number) | undefined;
|
|
295
|
+
readonly autoClose?: number | (() => number) | undefined;
|
|
296
|
+
readonly showArrow?: boolean | (() => boolean) | undefined;
|
|
297
|
+
readonly persistent?: boolean | (() => boolean) | undefined;
|
|
298
|
+
}) => void;
|
|
304
299
|
} & {
|
|
305
|
-
directive: import('element-plus/es/utils/
|
|
300
|
+
directive: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<import('vue').ObjectDirective<any, any, string, any>>;
|
|
306
301
|
};
|
|
307
302
|
NodeViewWrapper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
308
303
|
as: {
|
|
@@ -122,19 +122,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
122
122
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
123
123
|
ElCheckbox: {
|
|
124
124
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
125
|
-
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
126
125
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
126
|
+
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
127
127
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
128
|
-
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
129
128
|
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
129
|
+
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
130
130
|
}, import('vue').PublicProps, {
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
name: string;
|
|
132
|
+
id: string;
|
|
133
133
|
disabled: boolean;
|
|
134
|
-
validateEvent: boolean;
|
|
135
134
|
modelValue: number | string | boolean;
|
|
136
|
-
|
|
137
|
-
|
|
135
|
+
validateEvent: boolean;
|
|
136
|
+
value: string | boolean | number | object;
|
|
137
|
+
label: string | boolean | number | object;
|
|
138
138
|
trueValue: string | number;
|
|
139
139
|
falseValue: string | number;
|
|
140
140
|
trueLabel: string | number;
|
|
@@ -147,16 +147,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
147
|
M: {};
|
|
148
148
|
Defaults: {};
|
|
149
149
|
}, Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
150
|
-
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
151
150
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
151
|
+
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
152
152
|
}>, {}, {}, {}, {}, {
|
|
153
|
-
|
|
154
|
-
|
|
153
|
+
name: string;
|
|
154
|
+
id: string;
|
|
155
155
|
disabled: boolean;
|
|
156
|
-
validateEvent: boolean;
|
|
157
156
|
modelValue: number | string | boolean;
|
|
158
|
-
|
|
159
|
-
|
|
157
|
+
validateEvent: boolean;
|
|
158
|
+
value: string | boolean | number | object;
|
|
159
|
+
label: string | boolean | number | object;
|
|
160
160
|
trueValue: string | number;
|
|
161
161
|
falseValue: string | number;
|
|
162
162
|
trueLabel: string | number;
|
|
@@ -166,19 +166,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
166
166
|
__isTeleport?: never;
|
|
167
167
|
__isSuspense?: never;
|
|
168
168
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
169
|
-
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
170
169
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
170
|
+
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
171
171
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
172
|
-
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
173
172
|
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
173
|
+
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
174
174
|
}, string, {
|
|
175
|
-
|
|
176
|
-
|
|
175
|
+
name: string;
|
|
176
|
+
id: string;
|
|
177
177
|
disabled: boolean;
|
|
178
|
-
validateEvent: boolean;
|
|
179
178
|
modelValue: number | string | boolean;
|
|
180
|
-
|
|
181
|
-
|
|
179
|
+
validateEvent: boolean;
|
|
180
|
+
value: string | boolean | number | object;
|
|
181
|
+
label: string | boolean | number | object;
|
|
182
182
|
trueValue: string | number;
|
|
183
183
|
falseValue: string | number;
|
|
184
184
|
trueLabel: string | number;
|
|
@@ -188,44 +188,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
188
188
|
default?: (props: {}) => any;
|
|
189
189
|
};
|
|
190
190
|
}) & import('vue').ObjectPlugin & {
|
|
191
|
-
setPropsDefaults: (defaults:
|
|
192
|
-
readonly modelValue?: number | string | boolean | undefined;
|
|
193
|
-
readonly label?: string | boolean | number | object | undefined;
|
|
194
|
-
readonly value?: string | boolean | number | object | undefined;
|
|
195
|
-
readonly indeterminate?: boolean | undefined;
|
|
196
|
-
readonly disabled?: boolean | undefined;
|
|
197
|
-
readonly checked?: boolean | undefined;
|
|
198
|
-
readonly name?: string | undefined;
|
|
199
|
-
readonly trueValue?: string | number | undefined;
|
|
200
|
-
readonly falseValue?: string | number | undefined;
|
|
201
|
-
readonly trueLabel?: string | number | undefined;
|
|
202
|
-
readonly falseLabel?: string | number | undefined;
|
|
203
|
-
readonly id?: string | undefined;
|
|
204
|
-
readonly border?: boolean | undefined;
|
|
205
|
-
readonly size?:
|
|
206
|
-
readonly tabindex?: string | number | undefined;
|
|
207
|
-
readonly validateEvent?: boolean | undefined;
|
|
208
|
-
readonly ariaLabel?: string | undefined;
|
|
209
|
-
readonly ariaControls?: string | undefined;
|
|
210
|
-
|
|
211
|
-
readonly "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined | undefined;
|
|
212
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps>) => void;
|
|
191
|
+
setPropsDefaults: (defaults: {
|
|
192
|
+
readonly modelValue?: string | number | boolean | (() => string | number | boolean) | undefined;
|
|
193
|
+
readonly label?: string | number | boolean | (() => string | number | boolean | object) | undefined;
|
|
194
|
+
readonly value?: string | number | boolean | (() => string | number | boolean | object) | undefined;
|
|
195
|
+
readonly indeterminate?: boolean | (() => boolean) | undefined;
|
|
196
|
+
readonly disabled?: boolean | (() => boolean) | undefined;
|
|
197
|
+
readonly checked?: boolean | (() => boolean) | undefined;
|
|
198
|
+
readonly name?: string | (() => string) | undefined;
|
|
199
|
+
readonly trueValue?: string | number | (() => string | number) | undefined;
|
|
200
|
+
readonly falseValue?: string | number | (() => string | number) | undefined;
|
|
201
|
+
readonly trueLabel?: string | number | (() => string | number) | undefined;
|
|
202
|
+
readonly falseLabel?: string | number | (() => string | number) | undefined;
|
|
203
|
+
readonly id?: string | (() => string) | undefined;
|
|
204
|
+
readonly border?: boolean | (() => boolean) | undefined;
|
|
205
|
+
readonly size?: "" | "default" | "small" | "large" | (() => "" | "default" | "small" | "large") | undefined;
|
|
206
|
+
readonly tabindex?: string | number | (() => string | number) | undefined;
|
|
207
|
+
readonly validateEvent?: boolean | (() => boolean) | undefined;
|
|
208
|
+
readonly ariaLabel?: string | (() => string) | undefined;
|
|
209
|
+
readonly ariaControls?: string | (() => string) | undefined;
|
|
210
|
+
}) => void;
|
|
213
211
|
} & {
|
|
214
212
|
CheckboxButton: {
|
|
215
213
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
216
|
-
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
217
214
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
215
|
+
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
218
216
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
219
|
-
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
220
217
|
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
218
|
+
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
221
219
|
}, import('vue').PublicProps, {
|
|
222
|
-
|
|
223
|
-
|
|
220
|
+
name: string;
|
|
221
|
+
id: string;
|
|
224
222
|
disabled: boolean;
|
|
225
|
-
validateEvent: boolean;
|
|
226
223
|
modelValue: number | string | boolean;
|
|
227
|
-
|
|
228
|
-
|
|
224
|
+
validateEvent: boolean;
|
|
225
|
+
value: string | boolean | number | object;
|
|
226
|
+
label: string | boolean | number | object;
|
|
229
227
|
trueValue: string | number;
|
|
230
228
|
falseValue: string | number;
|
|
231
229
|
trueLabel: string | number;
|
|
@@ -238,16 +236,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
238
236
|
M: {};
|
|
239
237
|
Defaults: {};
|
|
240
238
|
}, Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
241
|
-
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
242
239
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
240
|
+
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
243
241
|
}>, {}, {}, {}, {}, {
|
|
244
|
-
|
|
245
|
-
|
|
242
|
+
name: string;
|
|
243
|
+
id: string;
|
|
246
244
|
disabled: boolean;
|
|
247
|
-
validateEvent: boolean;
|
|
248
245
|
modelValue: number | string | boolean;
|
|
249
|
-
|
|
250
|
-
|
|
246
|
+
validateEvent: boolean;
|
|
247
|
+
value: string | boolean | number | object;
|
|
248
|
+
label: string | boolean | number | object;
|
|
251
249
|
trueValue: string | number;
|
|
252
250
|
falseValue: string | number;
|
|
253
251
|
trueLabel: string | number;
|
|
@@ -257,19 +255,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
257
255
|
__isTeleport?: never;
|
|
258
256
|
__isSuspense?: never;
|
|
259
257
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
260
|
-
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
261
258
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
259
|
+
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
262
260
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
263
|
-
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
264
261
|
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
262
|
+
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
265
263
|
}, string, {
|
|
266
|
-
|
|
267
|
-
|
|
264
|
+
name: string;
|
|
265
|
+
id: string;
|
|
268
266
|
disabled: boolean;
|
|
269
|
-
validateEvent: boolean;
|
|
270
267
|
modelValue: number | string | boolean;
|
|
271
|
-
|
|
272
|
-
|
|
268
|
+
validateEvent: boolean;
|
|
269
|
+
value: string | boolean | number | object;
|
|
270
|
+
label: string | boolean | number | object;
|
|
273
271
|
trueValue: string | number;
|
|
274
272
|
falseValue: string | number;
|
|
275
273
|
trueLabel: string | number;
|
|
@@ -281,11 +279,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
281
279
|
});
|
|
282
280
|
CheckboxGroup: {
|
|
283
281
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
|
|
284
|
-
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
285
282
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
283
|
+
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
286
284
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
287
|
-
change: (val: import('element-plus').CheckboxValueType[]) => void;
|
|
288
285
|
"update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
|
|
286
|
+
change: (val: import('element-plus').CheckboxValueType[]) => void;
|
|
289
287
|
}, import('vue').PublicProps, {
|
|
290
288
|
type: "checkbox" | "button";
|
|
291
289
|
props: {
|
|
@@ -294,8 +292,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
292
|
disabled?: string;
|
|
295
293
|
};
|
|
296
294
|
disabled: boolean;
|
|
297
|
-
validateEvent: boolean;
|
|
298
295
|
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
296
|
+
validateEvent: boolean;
|
|
299
297
|
tag: string;
|
|
300
298
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
301
299
|
P: {};
|
|
@@ -305,8 +303,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
305
303
|
M: {};
|
|
306
304
|
Defaults: {};
|
|
307
305
|
}, Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
|
|
308
|
-
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
309
306
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
307
|
+
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
310
308
|
}>, {}, {}, {}, {}, {
|
|
311
309
|
type: "checkbox" | "button";
|
|
312
310
|
props: {
|
|
@@ -315,19 +313,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
315
313
|
disabled?: string;
|
|
316
314
|
};
|
|
317
315
|
disabled: boolean;
|
|
318
|
-
validateEvent: boolean;
|
|
319
316
|
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
317
|
+
validateEvent: boolean;
|
|
320
318
|
tag: string;
|
|
321
319
|
}>;
|
|
322
320
|
__isFragment?: never;
|
|
323
321
|
__isTeleport?: never;
|
|
324
322
|
__isSuspense?: never;
|
|
325
323
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
|
|
326
|
-
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
327
324
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
325
|
+
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
328
326
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
329
|
-
change: (val: import('element-plus').CheckboxValueType[]) => void;
|
|
330
327
|
"update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
|
|
328
|
+
change: (val: import('element-plus').CheckboxValueType[]) => void;
|
|
331
329
|
}, string, {
|
|
332
330
|
type: "checkbox" | "button";
|
|
333
331
|
props: {
|
|
@@ -336,8 +334,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
336
334
|
disabled?: string;
|
|
337
335
|
};
|
|
338
336
|
disabled: boolean;
|
|
339
|
-
validateEvent: boolean;
|
|
340
337
|
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
338
|
+
validateEvent: boolean;
|
|
341
339
|
tag: string;
|
|
342
340
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
343
341
|
$slots: {
|