@dfsj/components 3.7.0-beta.2 → 3.7.0-beta.4
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/dist/components/Boards/src/Boards.vue.d.ts +9 -9
- package/dist/components/Boards/src/Boards.vue2.js +2 -2
- package/dist/components/Boards/src/props.d.ts +7 -6
- package/dist/components/DatePicker/src/index.d.ts +33 -21
- package/dist/components/Form/src/Form.vue.d.ts +60 -60
- package/dist/components/Form/src/Form.vue2.js +1 -1
- package/dist/components/Table/src/Table.vue.d.ts +130 -182
- package/dist/components/Table/src/Table.vue2.js +1 -1
- package/dist/components/Windows/src/ModalWrap.vue.d.ts +3 -3
- package/dist/components/Windows/src/Windows.vue.d.ts +2 -2
- package/dist/components/Windows/src/props.d.ts +38 -7
- package/dist/components/{Table → src/components/Table}/src/components/TableActions.vue.d.ts +4 -4
- package/dist/components/src/themes/index.d.ts +1 -0
- package/dist/directives/clickOutside.js +1 -1
- package/dist/index.min.css +2 -2
- package/package.json +5 -5
- /package/dist/components/{Boards → src/components/Boards}/src/hooKs/useStyle.d.ts +0 -0
- /package/dist/components/{ClickOutSide → src/components/ClickOutSide}/src/ClickOutSide.vue.d.ts +0 -0
- /package/dist/components/{DatePicker → src/components/DatePicker}/src/composables/use-month-range-header.d.ts +0 -0
- /package/dist/components/{DatePicker → src/components/DatePicker}/src/composables/use-range-picker.d.ts +0 -0
- /package/dist/components/{DatePicker → src/components/DatePicker}/src/date-picker-com/panel-date-range.vue.d.ts +0 -0
- /package/dist/components/{DatePicker → src/components/DatePicker}/src/date-picker-com/panel-month-range.vue.d.ts +0 -0
- /package/dist/components/{Form → src/components/Form}/src/components/useRenderCheckbox.d.ts +0 -0
- /package/dist/components/{Form → src/components/Form}/src/components/useRenderRadio.d.ts +0 -0
- /package/dist/components/{Form → src/components/Form}/src/components/useRenderSelect.d.ts +0 -0
- /package/dist/components/{Form → src/components/Form}/src/helper/componentMap.d.ts +0 -0
- /package/dist/components/{Form → src/components/Form}/src/helper/index.d.ts +0 -0
- /package/dist/components/{Highlight → src/components/Highlight}/src/Highlight.vue.d.ts +0 -0
- /package/dist/components/{InputPassword → src/components/InputPassword}/src/InputPassword.vue.d.ts +0 -0
- /package/dist/components/{Modal → src/components/Modal}/src/components/ModalFooter.vue.d.ts +0 -0
- /package/dist/components/{Modal → src/components/Modal}/src/components/ModalHeader.vue.d.ts +0 -0
- /package/dist/components/{Modal → src/components/Modal}/src/config.d.ts +0 -0
- /package/dist/components/{Modal → src/components/Modal}/src/hooks/useModalDrag.d.ts +0 -0
- /package/dist/components/{Modal → src/components/Modal}/src/hooks/useTimeout.d.ts +0 -0
- /package/dist/components/{Modal → src/components/Modal}/src/props.d.ts +0 -0
- /package/dist/components/{Modal → src/components/Modal}/src/utils/index.d.ts +0 -0
- /package/dist/components/{NodeAxis → src/components/NodeAxis}/src/BCanvasNodeRender.d.ts +0 -0
- /package/dist/components/{NodeAxis → src/components/NodeAxis}/src/NodeAxis.d.ts +0 -0
- /package/dist/components/{NodeAxis → src/components/NodeAxis}/src/NodeAxis.vue.d.ts +0 -0
- /package/dist/components/{NodeAxis → src/components/NodeAxis}/src/TimerNodePlayer.d.ts +0 -0
- /package/dist/components/{NodeAxis → src/components/NodeAxis}/src/interface/NodePlayer.d.ts +0 -0
- /package/dist/components/{Table → src/components/Table}/src/components/ColumnSetting.vue.d.ts +0 -0
- /package/dist/components/{Table → src/components/Table}/src/helper/index.d.ts +0 -0
- /package/dist/components/{Video → src/components/Video}/src/VideoPlayerToolbar.vue.d.ts +0 -0
- /package/dist/components/{Video → src/components/Video}/src/abstract/AbstractVideoControl.d.ts +0 -0
- /package/dist/components/{Video → src/components/Video}/src/abstract/Observable.d.ts +0 -0
- /package/dist/components/{Video → src/components/Video}/src/abstract/VideoControl.d.ts +0 -0
- /package/dist/components/{Video → src/components/Video}/src/control/DaHua.d.ts +0 -0
- /package/dist/components/{Video → src/components/Video}/src/control/Hikvision.d.ts +0 -0
- /package/dist/components/{Video → src/components/Video}/src/control/VideoFactory.d.ts +0 -0
- /package/dist/components/{Video → src/components/Video}/src/enums/CommonEnum.d.ts +0 -0
- /package/dist/{helper → components/src/helper}/lang.d.ts +0 -0
- /package/dist/{utils → components/src/utils}/index.d.ts +0 -0
- /package/dist/{utils → components/src/utils}/propTypes.d.ts +0 -0
|
@@ -159,22 +159,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
159
159
|
readonly offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
160
160
|
readonly pull: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
161
161
|
readonly push: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
162
|
-
readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
163
|
-
readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
164
|
-
readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
165
|
-
readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
166
|
-
readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
162
|
+
readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
163
|
+
readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
164
|
+
readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
165
|
+
readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
166
|
+
readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
167
167
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
168
168
|
readonly span: number;
|
|
169
|
-
readonly offset: number;
|
|
170
169
|
readonly push: number;
|
|
170
|
+
readonly offset: number;
|
|
171
171
|
readonly tag: string;
|
|
172
172
|
readonly pull: number;
|
|
173
|
-
readonly xs: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
174
|
-
readonly sm: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
175
|
-
readonly md: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
176
|
-
readonly lg: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
177
|
-
readonly xl: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
173
|
+
readonly xs: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
174
|
+
readonly sm: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
175
|
+
readonly md: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
176
|
+
readonly lg: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
177
|
+
readonly xl: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
178
178
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
179
179
|
P: {};
|
|
180
180
|
B: {};
|
|
@@ -188,22 +188,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
188
188
|
readonly offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
189
189
|
readonly pull: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
190
190
|
readonly push: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
191
|
-
readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
192
|
-
readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
193
|
-
readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
194
|
-
readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
195
|
-
readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
191
|
+
readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
192
|
+
readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
193
|
+
readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
194
|
+
readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
195
|
+
readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
196
196
|
}>>, {}, {}, {}, {}, {
|
|
197
197
|
readonly span: number;
|
|
198
|
-
readonly offset: number;
|
|
199
198
|
readonly push: number;
|
|
199
|
+
readonly offset: number;
|
|
200
200
|
readonly tag: string;
|
|
201
201
|
readonly pull: number;
|
|
202
|
-
readonly xs: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
203
|
-
readonly sm: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
204
|
-
readonly md: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
205
|
-
readonly lg: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
206
|
-
readonly xl: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
202
|
+
readonly xs: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
203
|
+
readonly sm: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
204
|
+
readonly md: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
205
|
+
readonly lg: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
206
|
+
readonly xl: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
207
207
|
}>;
|
|
208
208
|
__isFragment?: never;
|
|
209
209
|
__isTeleport?: never;
|
|
@@ -214,22 +214,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
214
214
|
readonly offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
215
215
|
readonly pull: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
216
216
|
readonly push: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
217
|
-
readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
218
|
-
readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
219
|
-
readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
220
|
-
readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
221
|
-
readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
217
|
+
readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
218
|
+
readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
219
|
+
readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
220
|
+
readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
221
|
+
readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
222
222
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
223
223
|
readonly span: number;
|
|
224
|
-
readonly offset: number;
|
|
225
224
|
readonly push: number;
|
|
225
|
+
readonly offset: number;
|
|
226
226
|
readonly tag: string;
|
|
227
227
|
readonly pull: number;
|
|
228
|
-
readonly xs: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
229
|
-
readonly sm: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
230
|
-
readonly md: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
231
|
-
readonly lg: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
232
|
-
readonly xl: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").
|
|
228
|
+
readonly xs: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
229
|
+
readonly sm: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
230
|
+
readonly md: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
231
|
+
readonly lg: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
232
|
+
readonly xl: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
|
|
233
233
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
234
234
|
$slots: {
|
|
235
235
|
default?(_: {}): any;
|
|
@@ -271,17 +271,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
271
271
|
}>> & {
|
|
272
272
|
onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
273
273
|
}, {
|
|
274
|
-
validate: (callback?: import("element-plus").FormValidateCallback
|
|
275
|
-
validateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp
|
|
276
|
-
resetFields: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>
|
|
277
|
-
clearValidate: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>
|
|
274
|
+
validate: (callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
275
|
+
validateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
276
|
+
resetFields: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>) => void;
|
|
277
|
+
clearValidate: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>) => void;
|
|
278
278
|
scrollToField: (prop: import("element-plus").FormItemProp) => void;
|
|
279
279
|
fields: import("element-plus").FormItemContext[];
|
|
280
280
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
281
281
|
validate: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => void;
|
|
282
282
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
283
|
-
readonly inline: boolean;
|
|
284
283
|
readonly disabled: boolean;
|
|
284
|
+
readonly inline: boolean;
|
|
285
285
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
286
286
|
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
287
287
|
readonly inlineMessage: boolean;
|
|
@@ -334,15 +334,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
334
334
|
}>> & {
|
|
335
335
|
onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
336
336
|
}, {
|
|
337
|
-
validate: (callback?: import("element-plus").FormValidateCallback
|
|
338
|
-
validateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp
|
|
339
|
-
resetFields: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>
|
|
340
|
-
clearValidate: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>
|
|
337
|
+
validate: (callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
338
|
+
validateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
339
|
+
resetFields: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>) => void;
|
|
340
|
+
clearValidate: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>) => void;
|
|
341
341
|
scrollToField: (prop: import("element-plus").FormItemProp) => void;
|
|
342
342
|
fields: import("element-plus").FormItemContext[];
|
|
343
343
|
}, {}, {}, {}, {
|
|
344
|
-
readonly inline: boolean;
|
|
345
344
|
readonly disabled: boolean;
|
|
345
|
+
readonly inline: boolean;
|
|
346
346
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
347
347
|
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
348
348
|
readonly inlineMessage: boolean;
|
|
@@ -392,17 +392,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
392
392
|
}>> & {
|
|
393
393
|
onValidate?: ((prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
394
394
|
}, {
|
|
395
|
-
validate: (callback?: import("element-plus").FormValidateCallback
|
|
396
|
-
validateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp
|
|
397
|
-
resetFields: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>
|
|
398
|
-
clearValidate: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>
|
|
395
|
+
validate: (callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
396
|
+
validateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
397
|
+
resetFields: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>) => void;
|
|
398
|
+
clearValidate: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>) => void;
|
|
399
399
|
scrollToField: (prop: import("element-plus").FormItemProp) => void;
|
|
400
400
|
fields: import("element-plus").FormItemContext[];
|
|
401
401
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
402
402
|
validate: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => void;
|
|
403
403
|
}, string, {
|
|
404
|
-
readonly inline: boolean;
|
|
405
404
|
readonly disabled: boolean;
|
|
405
|
+
readonly inline: boolean;
|
|
406
406
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
407
407
|
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
408
408
|
readonly inlineMessage: boolean;
|
|
@@ -424,7 +424,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
424
424
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
425
425
|
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
426
426
|
readonly prop: {
|
|
427
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
427
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
428
428
|
readonly required: false;
|
|
429
429
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
430
430
|
__epPropKey: true;
|
|
@@ -456,7 +456,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
456
456
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
457
457
|
validateMessage: import("vue").Ref<string>;
|
|
458
458
|
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
459
|
-
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback
|
|
459
|
+
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
|
|
460
460
|
clearValidate: () => void;
|
|
461
461
|
resetField: () => void;
|
|
462
462
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
@@ -477,7 +477,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
477
477
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
478
478
|
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
479
479
|
readonly prop: {
|
|
480
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
480
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
481
481
|
readonly required: false;
|
|
482
482
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
483
483
|
__epPropKey: true;
|
|
@@ -509,7 +509,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
509
509
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
510
510
|
validateMessage: import("vue").Ref<string>;
|
|
511
511
|
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
512
|
-
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback
|
|
512
|
+
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
|
|
513
513
|
clearValidate: () => void;
|
|
514
514
|
resetField: () => void;
|
|
515
515
|
}, {}, {}, {}, {
|
|
@@ -527,7 +527,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
527
527
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
528
528
|
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
529
529
|
readonly prop: {
|
|
530
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
530
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
531
531
|
readonly required: false;
|
|
532
532
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
533
533
|
__epPropKey: true;
|
|
@@ -559,7 +559,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
559
559
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
560
560
|
validateMessage: import("vue").Ref<string>;
|
|
561
561
|
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
562
|
-
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback
|
|
562
|
+
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
|
|
563
563
|
clearValidate: () => void;
|
|
564
564
|
resetField: () => void;
|
|
565
565
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
@@ -586,7 +586,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
586
586
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
587
587
|
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
588
588
|
readonly prop: {
|
|
589
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
589
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
590
590
|
readonly required: false;
|
|
591
591
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
592
592
|
__epPropKey: true;
|
|
@@ -618,7 +618,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
618
618
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
619
619
|
validateMessage: import("vue").Ref<string>;
|
|
620
620
|
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
621
|
-
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback
|
|
621
|
+
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
|
|
622
622
|
clearValidate: () => void;
|
|
623
623
|
resetField: () => void;
|
|
624
624
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
@@ -639,7 +639,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
639
639
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
640
640
|
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
641
641
|
readonly prop: {
|
|
642
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
642
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
643
643
|
readonly required: false;
|
|
644
644
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
645
645
|
__epPropKey: true;
|
|
@@ -671,7 +671,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
671
671
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
672
672
|
validateMessage: import("vue").Ref<string>;
|
|
673
673
|
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
674
|
-
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback
|
|
674
|
+
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
|
|
675
675
|
clearValidate: () => void;
|
|
676
676
|
resetField: () => void;
|
|
677
677
|
}, {}, {}, {}, {
|
|
@@ -689,7 +689,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
689
689
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
690
690
|
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
691
691
|
readonly prop: {
|
|
692
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
692
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
693
693
|
readonly required: false;
|
|
694
694
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
695
695
|
__epPropKey: true;
|
|
@@ -721,7 +721,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
721
721
|
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
722
722
|
validateMessage: import("vue").Ref<string>;
|
|
723
723
|
validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
|
|
724
|
-
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback
|
|
724
|
+
validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
|
|
725
725
|
clearValidate: () => void;
|
|
726
726
|
resetField: () => void;
|
|
727
727
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
@@ -13,7 +13,7 @@ import { findIndex } from '../../../utils/index.js';
|
|
|
13
13
|
import { set, get } from 'lodash-es';
|
|
14
14
|
import { ComponentNameEnum } from './types/index.js';
|
|
15
15
|
|
|
16
|
-
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e
|
|
16
|
+
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
|
17
17
|
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
18
18
|
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
19
19
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|