ll-plus 2.7.15 → 2.7.17
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/advanced-filtering/index.d.ts +300 -300
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +1 -2
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +150 -150
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +3 -3
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/cascader/index.d.ts +8 -8
- package/es/components/cascader/src/cascader.vue.d.ts +8 -8
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/drawer/index.d.ts +5 -5
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/easy-cron/index.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/es/components/form/index.d.ts +148 -148
- package/es/components/form/src/components/form-component.vue.d.ts +1 -1
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +147 -147
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +33 -33
- package/es/components/input/src/input.vue.d.ts +33 -33
- package/es/components/key-value/index.d.ts +2 -16096
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +334 -367
- package/es/components/key-value/src/config/key-value-item.d.ts +41 -288
- package/es/components/key-value/src/config/key-value.d.ts +23 -29
- package/es/components/key-value/src/key-value.vue.d.ts +1151 -1239
- package/es/components/modal/index.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +1 -1
- package/es/components/new-drawer/index.d.ts +7 -7
- package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/es/components/new-modal/index.d.ts +2 -2
- package/es/components/new-modal/src/modal.vue.d.ts +2 -2
- package/es/components/rich-text-editor/index.d.ts +1 -1
- package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +4 -4
- package/es/components/select/src/select.vue.d.ts +4 -4
- package/es/components/select-group/index.d.ts +2 -2
- package/es/components/select-group/src/select-group.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree-search/index.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/es/components/upload-drag/index.d.ts +2 -2
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/es/index.mjs +3 -2
- package/es/index.mjs.map +1 -1
- package/es/packages/components/advanced-filtering/index.mjs +1 -1
- package/es/packages/components/advanced-filtering/src/advanced-filtering.mjs +3 -5
- package/es/packages/components/advanced-filtering/src/advanced-filtering.mjs.map +1 -1
- package/es/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs +2 -1
- package/es/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs.map +1 -1
- package/es/packages/components/form/src/form.vue2.mjs +19 -11
- package/es/packages/components/form/src/form.vue2.mjs.map +1 -1
- package/es/packages/components/index.mjs +1 -1
- package/es/packages/components/key-value/index.mjs.map +1 -1
- package/es/packages/components/key-value/src/components/key-value-item.vue2.mjs +66 -67
- package/es/packages/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
- package/es/packages/components/key-value/src/config/key-value-item.mjs +36 -11
- package/es/packages/components/key-value/src/config/key-value-item.mjs.map +1 -1
- package/es/packages/components/key-value/src/config/key-value.mjs +4 -2
- package/es/packages/components/key-value/src/config/key-value.mjs.map +1 -1
- package/es/packages/components/key-value/src/key-value.vue2.mjs +97 -33
- package/es/packages/components/key-value/src/key-value.vue2.mjs.map +1 -1
- package/es/packages/components/select-group/src/select-group.vue2.mjs +1 -2
- package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
- package/es/packages/utils/data.mjs +42 -0
- package/es/packages/utils/data.mjs.map +1 -0
- package/es/packages/utils/{deepUnref.mjs → deep-unref.mjs} +1 -1
- package/es/packages/utils/deep-unref.mjs.map +1 -0
- package/es/packages/utils/index.mjs +2 -1
- package/es/packages/utils/index.mjs.map +1 -1
- package/es/utils/data.d.ts +3 -0
- package/es/utils/index.d.ts +2 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +257 -125
- package/index.full.min.js +22 -22
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +22 -22
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +256 -126
- package/lib/components/advanced-filtering/index.d.ts +300 -300
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +1 -2
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +150 -150
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +3 -3
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/cascader/index.d.ts +8 -8
- package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/drawer/index.d.ts +5 -5
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/easy-cron/index.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/lib/components/form/index.d.ts +148 -148
- package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +147 -147
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +33 -33
- package/lib/components/input/src/input.vue.d.ts +33 -33
- package/lib/components/key-value/index.d.ts +2 -16096
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +334 -367
- package/lib/components/key-value/src/config/key-value-item.d.ts +41 -288
- package/lib/components/key-value/src/config/key-value.d.ts +23 -29
- package/lib/components/key-value/src/key-value.vue.d.ts +1151 -1239
- package/lib/components/modal/index.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +1 -1
- package/lib/components/new-drawer/index.d.ts +7 -7
- package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/lib/components/new-modal/index.d.ts +2 -2
- package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
- package/lib/components/rich-text-editor/index.d.ts +1 -1
- package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +4 -4
- package/lib/components/select/src/select.vue.d.ts +4 -4
- package/lib/components/select-group/index.d.ts +2 -2
- package/lib/components/select-group/src/select-group.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree-search/index.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/lib/components/upload-drag/index.d.ts +2 -2
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/lib/index.js +5 -2
- package/lib/index.js.map +1 -1
- package/lib/packages/components/advanced-filtering/index.js +0 -1
- package/lib/packages/components/advanced-filtering/index.js.map +1 -1
- package/lib/packages/components/advanced-filtering/src/advanced-filtering.js +5 -8
- package/lib/packages/components/advanced-filtering/src/advanced-filtering.js.map +1 -1
- package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js +2 -1
- package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js.map +1 -1
- package/lib/packages/components/form/src/form.vue2.js +19 -11
- package/lib/packages/components/form/src/form.vue2.js.map +1 -1
- package/lib/packages/components/index.js +0 -1
- package/lib/packages/components/index.js.map +1 -1
- package/lib/packages/components/key-value/index.js.map +1 -1
- package/lib/packages/components/key-value/src/components/key-value-item.vue2.js +65 -66
- package/lib/packages/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
- package/lib/packages/components/key-value/src/config/key-value-item.js +36 -11
- package/lib/packages/components/key-value/src/config/key-value-item.js.map +1 -1
- package/lib/packages/components/key-value/src/config/key-value.js +4 -2
- package/lib/packages/components/key-value/src/config/key-value.js.map +1 -1
- package/lib/packages/components/key-value/src/key-value.vue2.js +97 -33
- package/lib/packages/components/key-value/src/key-value.vue2.js.map +1 -1
- package/lib/packages/components/select-group/src/select-group.vue2.js +2 -3
- package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
- package/lib/packages/utils/data.js +46 -0
- package/lib/packages/utils/data.js.map +1 -0
- package/lib/packages/utils/{deepUnref.js → deep-unref.js} +1 -1
- package/lib/packages/utils/deep-unref.js.map +1 -0
- package/lib/packages/utils/index.js +5 -1
- package/lib/packages/utils/index.js.map +1 -1
- package/lib/utils/data.d.ts +3 -0
- package/lib/utils/index.d.ts +2 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/advanced-filtering.css +2 -2
- package/theme-chalk/css/api-component.css +2 -2
- package/theme-chalk/css/cascader.css +2 -2
- package/theme-chalk/css/checkbox.css +2 -2
- package/theme-chalk/css/code-editor.css +2 -2
- package/theme-chalk/css/color-picker.css +2 -2
- package/theme-chalk/css/cropper.css +2 -2
- package/theme-chalk/css/descriptions.css +2 -2
- package/theme-chalk/css/drawer.css +2 -2
- package/theme-chalk/css/dropdown-button-simple.css +2 -2
- package/theme-chalk/css/dropdown.css +2 -2
- package/theme-chalk/css/easy-cron.css +2 -2
- package/theme-chalk/css/form.css +2 -2
- package/theme-chalk/css/images.css +1 -1
- package/theme-chalk/css/index.css +3 -3
- package/theme-chalk/css/input-number.css +2 -2
- package/theme-chalk/css/input.css +2 -2
- package/theme-chalk/css/key-value.css +2 -2
- package/theme-chalk/css/markdown-editor.css +2 -2
- package/theme-chalk/css/modal.css +2 -2
- package/theme-chalk/css/new-drawer.css +2 -2
- package/theme-chalk/css/new-modal.css +2 -2
- package/theme-chalk/css/number-range.css +2 -2
- package/theme-chalk/css/rich-text-editor.css +2 -2
- package/theme-chalk/css/segmented.css +2 -2
- package/theme-chalk/css/switch.css +2 -2
- package/theme-chalk/css/table.css +2 -2
- package/theme-chalk/css/tabs-simple.css +2 -2
- package/theme-chalk/css/tag-group.css +2 -2
- package/types/packages/components/advanced-filtering/index.d.ts +300 -300
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +1 -2
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +150 -150
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +3 -3
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/cascader/index.d.ts +8 -8
- package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/drawer/index.d.ts +5 -5
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
- package/types/packages/components/easy-cron/index.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/types/packages/components/form/index.d.ts +148 -148
- package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +147 -147
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +33 -33
- package/types/packages/components/input/src/input.vue.d.ts +33 -33
- package/types/packages/components/key-value/index.d.ts +2 -16096
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +334 -367
- package/types/packages/components/key-value/src/config/key-value-item.d.ts +41 -288
- package/types/packages/components/key-value/src/config/key-value.d.ts +23 -29
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1151 -1239
- package/types/packages/components/modal/index.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
- package/types/packages/components/new-drawer/index.d.ts +7 -7
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/types/packages/components/new-modal/index.d.ts +2 -2
- package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
- package/types/packages/components/rich-text-editor/index.d.ts +1 -1
- package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/types/packages/components/select/index.d.ts +4 -4
- package/types/packages/components/select/src/select.vue.d.ts +4 -4
- package/types/packages/components/select-group/index.d.ts +2 -2
- package/types/packages/components/select-group/src/select-group.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree-search/index.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/types/packages/components/upload-drag/index.d.ts +2 -2
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/types/packages/utils/data.d.ts +3 -0
- package/types/packages/utils/index.d.ts +2 -1
- package/types/packages/utils/props/runtime.d.ts +2 -2
- package/es/packages/utils/deepUnref.mjs.map +0 -1
- package/lib/packages/utils/deepUnref.js.map +0 -1
- /package/es/utils/{deepUnref.d.ts → deep-unref.d.ts} +0 -0
- /package/lib/utils/{deepUnref.d.ts → deep-unref.d.ts} +0 -0
- /package/types/packages/utils/{deepUnref.d.ts → deep-unref.d.ts} +0 -0
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type IKeyValueItem, type IKeyValueReturn, type IKeyValueAddEmits } from './config';
|
|
2
|
+
import keyValueItem from './components/key-value-item.vue';
|
|
3
|
+
type KeyValueItemInstance = InstanceType<typeof keyValueItem>;
|
|
2
4
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
4
|
-
key: string;
|
|
5
|
-
value: string;
|
|
6
|
-
}[], boolean>;
|
|
5
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn[]) | (() => IKeyValueReturn[]) | ((new (...args: any[]) => IKeyValueReturn[]) | (() => IKeyValueReturn[]))[], unknown, unknown, () => IKeyValueReturn[], boolean>;
|
|
7
6
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8
7
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
9
8
|
readonly keyLabel: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -18,11 +17,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
17
|
(): any;
|
|
19
18
|
new (): any;
|
|
20
19
|
readonly prototype: any;
|
|
21
|
-
})[], unknown, unknown, () =>
|
|
22
|
-
|
|
23
|
-
placeholder: string;
|
|
24
|
-
}, boolean>;
|
|
25
|
-
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").KeyType[]) | (() => import("./config").KeyType[]) | ((new (...args: any[]) => import("./config").KeyType[]) | (() => import("./config").KeyType[]))[], unknown, unknown, () => never[], boolean>;
|
|
20
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
21
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
26
22
|
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
27
23
|
(): any;
|
|
28
24
|
new (): any;
|
|
@@ -31,19 +27,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
27
|
(): any;
|
|
32
28
|
new (): any;
|
|
33
29
|
readonly prototype: any;
|
|
34
|
-
})[], unknown, unknown, () =>
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
39
|
-
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
40
|
-
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
30
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
31
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
32
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
33
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
41
34
|
readonly disabledAdd: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
42
35
|
readonly validate: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
43
36
|
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
44
37
|
}, {
|
|
45
38
|
props: import("@vue/shared").LooseRequired<{
|
|
46
|
-
readonly value:
|
|
39
|
+
readonly value: IKeyValueReturn[];
|
|
47
40
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
48
41
|
readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
49
42
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -51,20 +44,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
44
|
readonly valueLabel: string;
|
|
52
45
|
readonly addText: string;
|
|
53
46
|
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
54
|
-
readonly
|
|
55
|
-
readonly keyTypes: import("./config").KeyType[];
|
|
56
|
-
readonly valueType: any;
|
|
47
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
57
48
|
readonly disabledValue: number[];
|
|
58
49
|
readonly disabledKey: number[];
|
|
59
50
|
readonly disabledDelete: number[];
|
|
60
51
|
readonly disabledAdd: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
61
52
|
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
53
|
+
readonly keyType?: any;
|
|
54
|
+
readonly valueType?: any;
|
|
55
|
+
readonly onChange?: ((value: IKeyValueReturn[]) => any) | undefined;
|
|
56
|
+
readonly "onUpdate:value"?: ((value: IKeyValueReturn[]) => any) | undefined;
|
|
64
57
|
readonly onDelete?: ((index: number) => any) | undefined;
|
|
65
|
-
readonly onAdd?: ((params:
|
|
58
|
+
readonly onAdd?: ((params: IKeyValueAddEmits) => any) | undefined;
|
|
66
59
|
} & {}>;
|
|
67
|
-
emits: ((event: "delete", index: number) => void) & ((event: "add", params:
|
|
60
|
+
emits: ((event: "delete", index: number) => void) & ((event: "add", params: IKeyValueAddEmits) => void) & ((event: "change", value: IKeyValueReturn[]) => void) & ((event: "update:value", value: IKeyValueReturn[]) => void);
|
|
68
61
|
bem: {
|
|
69
62
|
b: (blockSuffix?: string) => string;
|
|
70
63
|
e: (element?: string) => string;
|
|
@@ -79,91 +72,71 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
72
|
innerValue: import("vue").Ref<{
|
|
80
73
|
key: any;
|
|
81
74
|
value: any;
|
|
75
|
+
guid: string;
|
|
82
76
|
}[]>;
|
|
83
|
-
keyValueItems: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
84
|
-
readonly disabled:
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
readonly
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
readonly
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
readonly
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
readonly
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
}
|
|
114
|
-
readonly keyType: {
|
|
115
|
-
readonly type: import("vue").PropType<any>;
|
|
116
|
-
readonly required: false;
|
|
117
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
118
|
-
__epPropKey: true;
|
|
119
|
-
};
|
|
120
|
-
readonly keyTypes: {
|
|
121
|
-
readonly type: import("vue").PropType<import("./config").KeyType[]>;
|
|
122
|
-
readonly required: false;
|
|
123
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
124
|
-
__epPropKey: true;
|
|
125
|
-
};
|
|
126
|
-
readonly valueType: {
|
|
127
|
-
readonly type: import("vue").PropType<any>;
|
|
128
|
-
readonly required: false;
|
|
129
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
130
|
-
__epPropKey: true;
|
|
131
|
-
};
|
|
132
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem) | (() => KeyValueItem) | ((new (...args: any[]) => KeyValueItem) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
133
|
-
key: string;
|
|
134
|
-
value: string;
|
|
135
|
-
}, boolean>;
|
|
77
|
+
keyValueItems: import("vue").Ref<Record<string, import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
78
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
79
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]) | ((new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]))[], unknown, unknown, () => IKeyValueItem[], boolean>;
|
|
80
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
81
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
82
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
83
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown, "doubt", boolean>;
|
|
84
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
85
|
+
(): any;
|
|
86
|
+
new (): any;
|
|
87
|
+
readonly prototype: any;
|
|
88
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
89
|
+
(): any;
|
|
90
|
+
new (): any;
|
|
91
|
+
readonly prototype: any;
|
|
92
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
93
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
94
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
95
|
+
(): any;
|
|
96
|
+
new (): any;
|
|
97
|
+
readonly prototype: any;
|
|
98
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
99
|
+
(): any;
|
|
100
|
+
new (): any;
|
|
101
|
+
readonly prototype: any;
|
|
102
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
103
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn & {
|
|
104
|
+
guid: string;
|
|
105
|
+
}) | (() => IKeyValueItem) | ((new (...args: any[]) => IKeyValueReturn & {
|
|
106
|
+
guid: string;
|
|
107
|
+
}) | (() => IKeyValueItem))[], unknown, unknown, () => IKeyValueItem, boolean>;
|
|
136
108
|
readonly idx: {
|
|
137
109
|
readonly type: import("vue").PropType<number>;
|
|
138
110
|
readonly required: true;
|
|
139
111
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
140
112
|
__epPropKey: true;
|
|
141
113
|
};
|
|
142
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
143
|
-
readonly
|
|
114
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
115
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
144
116
|
}>> & {
|
|
145
117
|
onChange?: (() => any) | undefined;
|
|
146
|
-
"onUpdate:value"?: ((value:
|
|
118
|
+
"onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
147
119
|
onDelete?: (() => any) | undefined;
|
|
148
120
|
}, {
|
|
149
121
|
props: import("@vue/shared").LooseRequired<{
|
|
150
|
-
readonly
|
|
122
|
+
readonly values: IKeyValueItem[];
|
|
123
|
+
readonly value: IKeyValueItem;
|
|
124
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
125
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
126
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
127
|
+
readonly disabledValue: number[];
|
|
128
|
+
readonly disabledKey: number[];
|
|
129
|
+
readonly disabledDelete: number[];
|
|
130
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
151
131
|
readonly idx: number;
|
|
152
|
-
readonly keyValueTypeDict: Record<string,
|
|
153
|
-
readonly showDelete: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
154
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
155
|
-
readonly keyValueType?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown> | undefined;
|
|
132
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
156
133
|
readonly keyType?: any;
|
|
157
|
-
readonly keyTypes?: import("./config").KeyType[] | undefined;
|
|
158
134
|
readonly valueType?: any;
|
|
159
|
-
readonly disabledValue?: number[] | undefined;
|
|
160
|
-
readonly disabledKey?: number[] | undefined;
|
|
161
|
-
readonly disabledDelete?: number[] | undefined;
|
|
162
135
|
readonly onChange?: (() => any) | undefined;
|
|
163
|
-
readonly "onUpdate:value"?: ((value:
|
|
136
|
+
readonly "onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
164
137
|
readonly onDelete?: (() => any) | undefined;
|
|
165
138
|
} & {}>;
|
|
166
|
-
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value:
|
|
139
|
+
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value: IKeyValueItem) => void);
|
|
167
140
|
attrs: {
|
|
168
141
|
[x: string]: unknown;
|
|
169
142
|
};
|
|
@@ -180,8 +153,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
180
153
|
innerValue: import("vue").Ref<{
|
|
181
154
|
key: any;
|
|
182
155
|
value: any;
|
|
156
|
+
guid: string;
|
|
183
157
|
}>;
|
|
184
|
-
|
|
158
|
+
formRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
185
159
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
186
160
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
187
161
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -1078,24 +1052,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1078
1052
|
}>>))[], unknown, unknown, () => {
|
|
1079
1053
|
layout: string;
|
|
1080
1054
|
}, boolean>;
|
|
1081
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1055
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1082
1056
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1083
1057
|
align: {
|
|
1084
|
-
type: import("vue").PropType<"
|
|
1085
|
-
xs?: "
|
|
1086
|
-
sm?: "
|
|
1087
|
-
md?: "
|
|
1088
|
-
lg?: "
|
|
1089
|
-
xl?: "
|
|
1090
|
-
xxl?: "
|
|
1058
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1059
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1060
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1061
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1062
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1063
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1064
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1091
1065
|
}>;
|
|
1092
|
-
default: "
|
|
1093
|
-
xs?: "
|
|
1094
|
-
sm?: "
|
|
1095
|
-
md?: "
|
|
1096
|
-
lg?: "
|
|
1097
|
-
xl?: "
|
|
1098
|
-
xxl?: "
|
|
1066
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1067
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1068
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1069
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1070
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1071
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1072
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1099
1073
|
};
|
|
1100
1074
|
};
|
|
1101
1075
|
justify: {
|
|
@@ -1127,21 +1101,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1127
1101
|
};
|
|
1128
1102
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1129
1103
|
align: {
|
|
1130
|
-
type: import("vue").PropType<"
|
|
1131
|
-
xs?: "
|
|
1132
|
-
sm?: "
|
|
1133
|
-
md?: "
|
|
1134
|
-
lg?: "
|
|
1135
|
-
xl?: "
|
|
1136
|
-
xxl?: "
|
|
1104
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1105
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1106
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1107
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1108
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1109
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1110
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1137
1111
|
}>;
|
|
1138
|
-
default: "
|
|
1139
|
-
xs?: "
|
|
1140
|
-
sm?: "
|
|
1141
|
-
md?: "
|
|
1142
|
-
lg?: "
|
|
1143
|
-
xl?: "
|
|
1144
|
-
xxl?: "
|
|
1112
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1113
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1114
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1115
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1116
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1117
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1118
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1145
1119
|
};
|
|
1146
1120
|
};
|
|
1147
1121
|
justify: {
|
|
@@ -1173,21 +1147,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1173
1147
|
};
|
|
1174
1148
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1175
1149
|
align: {
|
|
1176
|
-
type: import("vue").PropType<"
|
|
1177
|
-
xs?: "
|
|
1178
|
-
sm?: "
|
|
1179
|
-
md?: "
|
|
1180
|
-
lg?: "
|
|
1181
|
-
xl?: "
|
|
1182
|
-
xxl?: "
|
|
1150
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1151
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1152
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1153
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1154
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1155
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1156
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1183
1157
|
}>;
|
|
1184
|
-
default: "
|
|
1185
|
-
xs?: "
|
|
1186
|
-
sm?: "
|
|
1187
|
-
md?: "
|
|
1188
|
-
lg?: "
|
|
1189
|
-
xl?: "
|
|
1190
|
-
xxl?: "
|
|
1158
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1159
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1160
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1161
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1162
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1163
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1164
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1191
1165
|
};
|
|
1192
1166
|
};
|
|
1193
1167
|
justify: {
|
|
@@ -1219,21 +1193,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1219
1193
|
};
|
|
1220
1194
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1221
1195
|
align: {
|
|
1222
|
-
type: import("vue").PropType<"
|
|
1223
|
-
xs?: "
|
|
1224
|
-
sm?: "
|
|
1225
|
-
md?: "
|
|
1226
|
-
lg?: "
|
|
1227
|
-
xl?: "
|
|
1228
|
-
xxl?: "
|
|
1196
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1197
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1198
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1199
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1200
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1201
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1202
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1229
1203
|
}>;
|
|
1230
|
-
default: "
|
|
1231
|
-
xs?: "
|
|
1232
|
-
sm?: "
|
|
1233
|
-
md?: "
|
|
1234
|
-
lg?: "
|
|
1235
|
-
xl?: "
|
|
1236
|
-
xxl?: "
|
|
1204
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1205
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1206
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1207
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1208
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1209
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1210
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1237
1211
|
};
|
|
1238
1212
|
};
|
|
1239
1213
|
justify: {
|
|
@@ -1271,7 +1245,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1271
1245
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1272
1246
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1273
1247
|
}>> & {
|
|
1274
|
-
onChange?: ((params: import("ll-plus/es/
|
|
1248
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
1275
1249
|
}, {
|
|
1276
1250
|
props: import("@vue/shared").LooseRequired<{
|
|
1277
1251
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -1502,21 +1476,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1502
1476
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1503
1477
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1504
1478
|
align: {
|
|
1505
|
-
type: import("vue").PropType<"
|
|
1506
|
-
xs?: "
|
|
1507
|
-
sm?: "
|
|
1508
|
-
md?: "
|
|
1509
|
-
lg?: "
|
|
1510
|
-
xl?: "
|
|
1511
|
-
xxl?: "
|
|
1479
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
1480
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1481
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1482
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1483
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1484
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1485
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1512
1486
|
}>;
|
|
1513
|
-
default: "
|
|
1514
|
-
xs?: "
|
|
1515
|
-
sm?: "
|
|
1516
|
-
md?: "
|
|
1517
|
-
lg?: "
|
|
1518
|
-
xl?: "
|
|
1519
|
-
xxl?: "
|
|
1487
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
1488
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1489
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1490
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1491
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1492
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1493
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
1520
1494
|
};
|
|
1521
1495
|
};
|
|
1522
1496
|
justify: {
|
|
@@ -1548,12 +1522,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1548
1522
|
};
|
|
1549
1523
|
}>>;
|
|
1550
1524
|
readonly formColumns: any[];
|
|
1551
|
-
readonly formData: import("ll-plus/es/
|
|
1525
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1552
1526
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1553
1527
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1554
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
1528
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
1555
1529
|
} & {}>;
|
|
1556
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
1530
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
1557
1531
|
bem: {
|
|
1558
1532
|
b: (blockSuffix?: string) => string;
|
|
1559
1533
|
e: (element?: string) => string;
|
|
@@ -1564,7 +1538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1564
1538
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1565
1539
|
is: (name?: string) => string;
|
|
1566
1540
|
};
|
|
1567
|
-
formData: import("ll-plus/es/
|
|
1541
|
+
formData: import("ll-plus/es/components").FormData;
|
|
1568
1542
|
formRef: import("vue").Ref<any>;
|
|
1569
1543
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
1570
1544
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -1576,19 +1550,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1576
1550
|
new (): any;
|
|
1577
1551
|
readonly prototype: any;
|
|
1578
1552
|
})[], unknown, unknown, () => {}, boolean>;
|
|
1579
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1553
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1580
1554
|
}>> & {
|
|
1581
1555
|
onChangeField?: ((item: any) => any) | undefined;
|
|
1582
1556
|
}, {
|
|
1583
1557
|
props: import("@vue/shared").LooseRequired<{
|
|
1584
|
-
readonly formData: import("ll-plus/es/
|
|
1558
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1585
1559
|
readonly item: any;
|
|
1586
1560
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
1587
1561
|
} & {}>;
|
|
1588
1562
|
emits: (event: "changeField", item: any) => void;
|
|
1589
|
-
formData: import("ll-plus/es/
|
|
1563
|
+
formData: import("ll-plus/es/components").FormData;
|
|
1590
1564
|
componentRef: import("vue").Ref<any>;
|
|
1591
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1565
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
1592
1566
|
handleChange: (...arg: any[]) => void;
|
|
1593
1567
|
focus: () => Promise<void>;
|
|
1594
1568
|
getItem: () => any;
|
|
@@ -1605,11 +1579,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1605
1579
|
new (): any;
|
|
1606
1580
|
readonly prototype: any;
|
|
1607
1581
|
})[], unknown, unknown, () => {}, boolean>;
|
|
1608
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1582
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1609
1583
|
}>> & {
|
|
1610
1584
|
onChangeField?: ((item: any) => any) | undefined;
|
|
1611
1585
|
}, {
|
|
1612
|
-
readonly formData: import("ll-plus/es/
|
|
1586
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1613
1587
|
readonly item: any;
|
|
1614
1588
|
}, true, {}, {}, {
|
|
1615
1589
|
P: {};
|
|
@@ -1628,25 +1602,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1628
1602
|
new (): any;
|
|
1629
1603
|
readonly prototype: any;
|
|
1630
1604
|
})[], unknown, unknown, () => {}, boolean>;
|
|
1631
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1605
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1632
1606
|
}>> & {
|
|
1633
1607
|
onChangeField?: ((item: any) => any) | undefined;
|
|
1634
1608
|
}, {
|
|
1635
1609
|
props: import("@vue/shared").LooseRequired<{
|
|
1636
|
-
readonly formData: import("ll-plus/es/
|
|
1610
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1637
1611
|
readonly item: any;
|
|
1638
1612
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
1639
1613
|
} & {}>;
|
|
1640
1614
|
emits: (event: "changeField", item: any) => void;
|
|
1641
|
-
formData: import("ll-plus/es/
|
|
1615
|
+
formData: import("ll-plus/es/components").FormData;
|
|
1642
1616
|
componentRef: import("vue").Ref<any>;
|
|
1643
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1617
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
1644
1618
|
handleChange: (...arg: any[]) => void;
|
|
1645
1619
|
focus: () => Promise<void>;
|
|
1646
1620
|
getItem: () => any;
|
|
1647
1621
|
readonly checkedType: string[];
|
|
1648
1622
|
}, {}, {}, {}, {
|
|
1649
|
-
readonly formData: import("ll-plus/es/
|
|
1623
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1650
1624
|
readonly item: any;
|
|
1651
1625
|
}>[]>;
|
|
1652
1626
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -1746,10 +1720,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1746
1720
|
name?: string | undefined;
|
|
1747
1721
|
}>;
|
|
1748
1722
|
id: import("vue").Ref<string>;
|
|
1749
|
-
validate: () => Promise<
|
|
1750
|
-
resetFields: () => Promise<
|
|
1751
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
1752
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
1723
|
+
validate: () => Promise<void>;
|
|
1724
|
+
resetFields: () => Promise<void>;
|
|
1725
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
1726
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
1753
1727
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
1754
1728
|
getFormItemClass: (item?: any) => string;
|
|
1755
1729
|
handleChangeField: (item: any) => void;
|
|
@@ -1773,17 +1747,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1773
1747
|
new (): any;
|
|
1774
1748
|
readonly prototype: any;
|
|
1775
1749
|
})[], unknown, unknown, () => {}, boolean>;
|
|
1776
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1750
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1777
1751
|
}, {
|
|
1778
1752
|
props: import("@vue/shared").LooseRequired<{
|
|
1779
|
-
readonly formData: import("ll-plus/es/
|
|
1753
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1780
1754
|
readonly item: any;
|
|
1781
1755
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
1782
1756
|
} & {}>;
|
|
1783
1757
|
emits: (event: "changeField", item: any) => void;
|
|
1784
|
-
formData: import("ll-plus/es/
|
|
1758
|
+
formData: import("ll-plus/es/components").FormData;
|
|
1785
1759
|
componentRef: import("vue").Ref<any>;
|
|
1786
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1760
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
1787
1761
|
handleChange: (...arg: any[]) => void;
|
|
1788
1762
|
focus: () => Promise<void>;
|
|
1789
1763
|
getItem: () => any;
|
|
@@ -1800,15 +1774,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1800
1774
|
new (): any;
|
|
1801
1775
|
readonly prototype: any;
|
|
1802
1776
|
})[], unknown, unknown, () => {}, boolean>;
|
|
1803
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
1777
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1804
1778
|
}>> & {
|
|
1805
1779
|
onChangeField?: ((item: any) => any) | undefined;
|
|
1806
1780
|
}, {
|
|
1807
|
-
readonly formData: import("ll-plus/es/
|
|
1781
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
1808
1782
|
readonly item: any;
|
|
1809
1783
|
}, {}>;
|
|
1810
1784
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1811
|
-
change: (params: import("ll-plus/es/
|
|
1785
|
+
change: (params: import("ll-plus/es/components").FormChangeEvent) => boolean;
|
|
1812
1786
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1813
1787
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
1814
1788
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
@@ -2706,24 +2680,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2706
2680
|
}>>))[], unknown, unknown, () => {
|
|
2707
2681
|
layout: string;
|
|
2708
2682
|
}, boolean>;
|
|
2709
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
2683
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
2710
2684
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2711
2685
|
align: {
|
|
2712
|
-
type: import("vue").PropType<"
|
|
2713
|
-
xs?: "
|
|
2714
|
-
sm?: "
|
|
2715
|
-
md?: "
|
|
2716
|
-
lg?: "
|
|
2717
|
-
xl?: "
|
|
2718
|
-
xxl?: "
|
|
2686
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2687
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2688
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2689
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2690
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2691
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2692
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2719
2693
|
}>;
|
|
2720
|
-
default: "
|
|
2721
|
-
xs?: "
|
|
2722
|
-
sm?: "
|
|
2723
|
-
md?: "
|
|
2724
|
-
lg?: "
|
|
2725
|
-
xl?: "
|
|
2726
|
-
xxl?: "
|
|
2694
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2695
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2696
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2697
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2698
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2699
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2700
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2727
2701
|
};
|
|
2728
2702
|
};
|
|
2729
2703
|
justify: {
|
|
@@ -2755,21 +2729,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2755
2729
|
};
|
|
2756
2730
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2757
2731
|
align: {
|
|
2758
|
-
type: import("vue").PropType<"
|
|
2759
|
-
xs?: "
|
|
2760
|
-
sm?: "
|
|
2761
|
-
md?: "
|
|
2762
|
-
lg?: "
|
|
2763
|
-
xl?: "
|
|
2764
|
-
xxl?: "
|
|
2732
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2733
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2734
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2735
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2736
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2737
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2738
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2765
2739
|
}>;
|
|
2766
|
-
default: "
|
|
2767
|
-
xs?: "
|
|
2768
|
-
sm?: "
|
|
2769
|
-
md?: "
|
|
2770
|
-
lg?: "
|
|
2771
|
-
xl?: "
|
|
2772
|
-
xxl?: "
|
|
2740
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2741
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2742
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2743
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2744
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2745
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2746
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2773
2747
|
};
|
|
2774
2748
|
};
|
|
2775
2749
|
justify: {
|
|
@@ -2801,21 +2775,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2801
2775
|
};
|
|
2802
2776
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2803
2777
|
align: {
|
|
2804
|
-
type: import("vue").PropType<"
|
|
2805
|
-
xs?: "
|
|
2806
|
-
sm?: "
|
|
2807
|
-
md?: "
|
|
2808
|
-
lg?: "
|
|
2809
|
-
xl?: "
|
|
2810
|
-
xxl?: "
|
|
2778
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2779
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2780
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2781
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2782
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2783
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2784
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2811
2785
|
}>;
|
|
2812
|
-
default: "
|
|
2813
|
-
xs?: "
|
|
2814
|
-
sm?: "
|
|
2815
|
-
md?: "
|
|
2816
|
-
lg?: "
|
|
2817
|
-
xl?: "
|
|
2818
|
-
xxl?: "
|
|
2786
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2787
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2788
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2789
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2790
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2791
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2792
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2819
2793
|
};
|
|
2820
2794
|
};
|
|
2821
2795
|
justify: {
|
|
@@ -2847,21 +2821,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2847
2821
|
};
|
|
2848
2822
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2849
2823
|
align: {
|
|
2850
|
-
type: import("vue").PropType<"
|
|
2851
|
-
xs?: "
|
|
2852
|
-
sm?: "
|
|
2853
|
-
md?: "
|
|
2854
|
-
lg?: "
|
|
2855
|
-
xl?: "
|
|
2856
|
-
xxl?: "
|
|
2824
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
2825
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2826
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2827
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2828
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2829
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2830
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2857
2831
|
}>;
|
|
2858
|
-
default: "
|
|
2859
|
-
xs?: "
|
|
2860
|
-
sm?: "
|
|
2861
|
-
md?: "
|
|
2862
|
-
lg?: "
|
|
2863
|
-
xl?: "
|
|
2864
|
-
xxl?: "
|
|
2832
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
2833
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2834
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2835
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2836
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2837
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2838
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
2865
2839
|
};
|
|
2866
2840
|
};
|
|
2867
2841
|
justify: {
|
|
@@ -2899,7 +2873,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2899
2873
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2900
2874
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2901
2875
|
}>> & {
|
|
2902
|
-
onChange?: ((params: import("ll-plus/es/
|
|
2876
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
2903
2877
|
}, {
|
|
2904
2878
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2905
2879
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -3129,21 +3103,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3129
3103
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3130
3104
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3131
3105
|
align: {
|
|
3132
|
-
type: import("vue").PropType<"
|
|
3133
|
-
xs?: "
|
|
3134
|
-
sm?: "
|
|
3135
|
-
md?: "
|
|
3136
|
-
lg?: "
|
|
3137
|
-
xl?: "
|
|
3138
|
-
xxl?: "
|
|
3106
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
3107
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3108
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3109
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3110
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3111
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3112
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3139
3113
|
}>;
|
|
3140
|
-
default: "
|
|
3141
|
-
xs?: "
|
|
3142
|
-
sm?: "
|
|
3143
|
-
md?: "
|
|
3144
|
-
lg?: "
|
|
3145
|
-
xl?: "
|
|
3146
|
-
xxl?: "
|
|
3114
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
3115
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3116
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3117
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3118
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3119
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3120
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
3147
3121
|
};
|
|
3148
3122
|
};
|
|
3149
3123
|
justify: {
|
|
@@ -3175,7 +3149,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3175
3149
|
};
|
|
3176
3150
|
}>>;
|
|
3177
3151
|
readonly formColumns: any[];
|
|
3178
|
-
readonly formData: import("ll-plus/es/
|
|
3152
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
3179
3153
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3180
3154
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3181
3155
|
}, true, {}, {}, {
|
|
@@ -4082,24 +4056,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4082
4056
|
}>>))[], unknown, unknown, () => {
|
|
4083
4057
|
layout: string;
|
|
4084
4058
|
}, boolean>;
|
|
4085
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4059
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4086
4060
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4087
4061
|
align: {
|
|
4088
|
-
type: import("vue").PropType<"
|
|
4089
|
-
xs?: "
|
|
4090
|
-
sm?: "
|
|
4091
|
-
md?: "
|
|
4092
|
-
lg?: "
|
|
4093
|
-
xl?: "
|
|
4094
|
-
xxl?: "
|
|
4062
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4063
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4064
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4065
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4066
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4067
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4068
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4095
4069
|
}>;
|
|
4096
|
-
default: "
|
|
4097
|
-
xs?: "
|
|
4098
|
-
sm?: "
|
|
4099
|
-
md?: "
|
|
4100
|
-
lg?: "
|
|
4101
|
-
xl?: "
|
|
4102
|
-
xxl?: "
|
|
4070
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4071
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4072
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4073
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4074
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4075
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4076
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4103
4077
|
};
|
|
4104
4078
|
};
|
|
4105
4079
|
justify: {
|
|
@@ -4131,21 +4105,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4131
4105
|
};
|
|
4132
4106
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4133
4107
|
align: {
|
|
4134
|
-
type: import("vue").PropType<"
|
|
4135
|
-
xs?: "
|
|
4136
|
-
sm?: "
|
|
4137
|
-
md?: "
|
|
4138
|
-
lg?: "
|
|
4139
|
-
xl?: "
|
|
4140
|
-
xxl?: "
|
|
4108
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4109
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4110
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4111
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4112
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4113
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4114
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4141
4115
|
}>;
|
|
4142
|
-
default: "
|
|
4143
|
-
xs?: "
|
|
4144
|
-
sm?: "
|
|
4145
|
-
md?: "
|
|
4146
|
-
lg?: "
|
|
4147
|
-
xl?: "
|
|
4148
|
-
xxl?: "
|
|
4116
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4117
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4118
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4119
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4120
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4121
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4122
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4149
4123
|
};
|
|
4150
4124
|
};
|
|
4151
4125
|
justify: {
|
|
@@ -4177,21 +4151,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4177
4151
|
};
|
|
4178
4152
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4179
4153
|
align: {
|
|
4180
|
-
type: import("vue").PropType<"
|
|
4181
|
-
xs?: "
|
|
4182
|
-
sm?: "
|
|
4183
|
-
md?: "
|
|
4184
|
-
lg?: "
|
|
4185
|
-
xl?: "
|
|
4186
|
-
xxl?: "
|
|
4154
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4155
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4156
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4157
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4158
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4159
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4160
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4187
4161
|
}>;
|
|
4188
|
-
default: "
|
|
4189
|
-
xs?: "
|
|
4190
|
-
sm?: "
|
|
4191
|
-
md?: "
|
|
4192
|
-
lg?: "
|
|
4193
|
-
xl?: "
|
|
4194
|
-
xxl?: "
|
|
4162
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4163
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4164
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4165
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4166
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4167
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4168
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4195
4169
|
};
|
|
4196
4170
|
};
|
|
4197
4171
|
justify: {
|
|
@@ -4223,21 +4197,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4223
4197
|
};
|
|
4224
4198
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4225
4199
|
align: {
|
|
4226
|
-
type: import("vue").PropType<"
|
|
4227
|
-
xs?: "
|
|
4228
|
-
sm?: "
|
|
4229
|
-
md?: "
|
|
4230
|
-
lg?: "
|
|
4231
|
-
xl?: "
|
|
4232
|
-
xxl?: "
|
|
4200
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4201
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4202
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4203
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4204
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4205
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4206
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4233
4207
|
}>;
|
|
4234
|
-
default: "
|
|
4235
|
-
xs?: "
|
|
4236
|
-
sm?: "
|
|
4237
|
-
md?: "
|
|
4238
|
-
lg?: "
|
|
4239
|
-
xl?: "
|
|
4240
|
-
xxl?: "
|
|
4208
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4209
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4210
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4211
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4212
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4213
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4214
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4241
4215
|
};
|
|
4242
4216
|
};
|
|
4243
4217
|
justify: {
|
|
@@ -4275,7 +4249,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4275
4249
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4276
4250
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4277
4251
|
}>> & {
|
|
4278
|
-
onChange?: ((params: import("ll-plus/es/
|
|
4252
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
4279
4253
|
}, {
|
|
4280
4254
|
props: import("@vue/shared").LooseRequired<{
|
|
4281
4255
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -4506,21 +4480,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4506
4480
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4507
4481
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4508
4482
|
align: {
|
|
4509
|
-
type: import("vue").PropType<"
|
|
4510
|
-
xs?: "
|
|
4511
|
-
sm?: "
|
|
4512
|
-
md?: "
|
|
4513
|
-
lg?: "
|
|
4514
|
-
xl?: "
|
|
4515
|
-
xxl?: "
|
|
4483
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
4484
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4485
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4486
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4487
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4488
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4489
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4516
4490
|
}>;
|
|
4517
|
-
default: "
|
|
4518
|
-
xs?: "
|
|
4519
|
-
sm?: "
|
|
4520
|
-
md?: "
|
|
4521
|
-
lg?: "
|
|
4522
|
-
xl?: "
|
|
4523
|
-
xxl?: "
|
|
4491
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
4492
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4493
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4494
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4495
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4496
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4497
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
4524
4498
|
};
|
|
4525
4499
|
};
|
|
4526
4500
|
justify: {
|
|
@@ -4552,12 +4526,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4552
4526
|
};
|
|
4553
4527
|
}>>;
|
|
4554
4528
|
readonly formColumns: any[];
|
|
4555
|
-
readonly formData: import("ll-plus/es/
|
|
4529
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4556
4530
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4557
4531
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4558
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
4532
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
4559
4533
|
} & {}>;
|
|
4560
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
4534
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
4561
4535
|
bem: {
|
|
4562
4536
|
b: (blockSuffix?: string) => string;
|
|
4563
4537
|
e: (element?: string) => string;
|
|
@@ -4568,7 +4542,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4568
4542
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
4569
4543
|
is: (name?: string) => string;
|
|
4570
4544
|
};
|
|
4571
|
-
formData: import("ll-plus/es/
|
|
4545
|
+
formData: import("ll-plus/es/components").FormData;
|
|
4572
4546
|
formRef: import("vue").Ref<any>;
|
|
4573
4547
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4574
4548
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -4580,19 +4554,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4580
4554
|
new (): any;
|
|
4581
4555
|
readonly prototype: any;
|
|
4582
4556
|
})[], unknown, unknown, () => {}, boolean>;
|
|
4583
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4557
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4584
4558
|
}>> & {
|
|
4585
4559
|
onChangeField?: ((item: any) => any) | undefined;
|
|
4586
4560
|
}, {
|
|
4587
4561
|
props: import("@vue/shared").LooseRequired<{
|
|
4588
|
-
readonly formData: import("ll-plus/es/
|
|
4562
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4589
4563
|
readonly item: any;
|
|
4590
4564
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
4591
4565
|
} & {}>;
|
|
4592
4566
|
emits: (event: "changeField", item: any) => void;
|
|
4593
|
-
formData: import("ll-plus/es/
|
|
4567
|
+
formData: import("ll-plus/es/components").FormData;
|
|
4594
4568
|
componentRef: import("vue").Ref<any>;
|
|
4595
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4569
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4596
4570
|
handleChange: (...arg: any[]) => void;
|
|
4597
4571
|
focus: () => Promise<void>;
|
|
4598
4572
|
getItem: () => any;
|
|
@@ -4609,11 +4583,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4609
4583
|
new (): any;
|
|
4610
4584
|
readonly prototype: any;
|
|
4611
4585
|
})[], unknown, unknown, () => {}, boolean>;
|
|
4612
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4586
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4613
4587
|
}>> & {
|
|
4614
4588
|
onChangeField?: ((item: any) => any) | undefined;
|
|
4615
4589
|
}, {
|
|
4616
|
-
readonly formData: import("ll-plus/es/
|
|
4590
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4617
4591
|
readonly item: any;
|
|
4618
4592
|
}, true, {}, {}, {
|
|
4619
4593
|
P: {};
|
|
@@ -4632,25 +4606,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4632
4606
|
new (): any;
|
|
4633
4607
|
readonly prototype: any;
|
|
4634
4608
|
})[], unknown, unknown, () => {}, boolean>;
|
|
4635
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4609
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4636
4610
|
}>> & {
|
|
4637
4611
|
onChangeField?: ((item: any) => any) | undefined;
|
|
4638
4612
|
}, {
|
|
4639
4613
|
props: import("@vue/shared").LooseRequired<{
|
|
4640
|
-
readonly formData: import("ll-plus/es/
|
|
4614
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4641
4615
|
readonly item: any;
|
|
4642
4616
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
4643
4617
|
} & {}>;
|
|
4644
4618
|
emits: (event: "changeField", item: any) => void;
|
|
4645
|
-
formData: import("ll-plus/es/
|
|
4619
|
+
formData: import("ll-plus/es/components").FormData;
|
|
4646
4620
|
componentRef: import("vue").Ref<any>;
|
|
4647
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4621
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4648
4622
|
handleChange: (...arg: any[]) => void;
|
|
4649
4623
|
focus: () => Promise<void>;
|
|
4650
4624
|
getItem: () => any;
|
|
4651
4625
|
readonly checkedType: string[];
|
|
4652
4626
|
}, {}, {}, {}, {
|
|
4653
|
-
readonly formData: import("ll-plus/es/
|
|
4627
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4654
4628
|
readonly item: any;
|
|
4655
4629
|
}>[]>;
|
|
4656
4630
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -4750,10 +4724,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4750
4724
|
name?: string | undefined;
|
|
4751
4725
|
}>;
|
|
4752
4726
|
id: import("vue").Ref<string>;
|
|
4753
|
-
validate: () => Promise<
|
|
4754
|
-
resetFields: () => Promise<
|
|
4755
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
4756
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
4727
|
+
validate: () => Promise<void>;
|
|
4728
|
+
resetFields: () => Promise<void>;
|
|
4729
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
4730
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
4757
4731
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
4758
4732
|
getFormItemClass: (item?: any) => string;
|
|
4759
4733
|
handleChangeField: (item: any) => void;
|
|
@@ -4777,17 +4751,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4777
4751
|
new (): any;
|
|
4778
4752
|
readonly prototype: any;
|
|
4779
4753
|
})[], unknown, unknown, () => {}, boolean>;
|
|
4780
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4754
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4781
4755
|
}, {
|
|
4782
4756
|
props: import("@vue/shared").LooseRequired<{
|
|
4783
|
-
readonly formData: import("ll-plus/es/
|
|
4757
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4784
4758
|
readonly item: any;
|
|
4785
4759
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
4786
4760
|
} & {}>;
|
|
4787
4761
|
emits: (event: "changeField", item: any) => void;
|
|
4788
|
-
formData: import("ll-plus/es/
|
|
4762
|
+
formData: import("ll-plus/es/components").FormData;
|
|
4789
4763
|
componentRef: import("vue").Ref<any>;
|
|
4790
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4764
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
4791
4765
|
handleChange: (...arg: any[]) => void;
|
|
4792
4766
|
focus: () => Promise<void>;
|
|
4793
4767
|
getItem: () => any;
|
|
@@ -4804,11 +4778,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4804
4778
|
new (): any;
|
|
4805
4779
|
readonly prototype: any;
|
|
4806
4780
|
})[], unknown, unknown, () => {}, boolean>;
|
|
4807
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
4781
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
4808
4782
|
}>> & {
|
|
4809
4783
|
onChangeField?: ((item: any) => any) | undefined;
|
|
4810
4784
|
}, {
|
|
4811
|
-
readonly formData: import("ll-plus/es/
|
|
4785
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
4812
4786
|
readonly item: any;
|
|
4813
4787
|
}, {}>;
|
|
4814
4788
|
}, {}, {}, {}, {
|
|
@@ -5040,21 +5014,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5040
5014
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5041
5015
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5042
5016
|
align: {
|
|
5043
|
-
type: import("vue").PropType<"
|
|
5044
|
-
xs?: "
|
|
5045
|
-
sm?: "
|
|
5046
|
-
md?: "
|
|
5047
|
-
lg?: "
|
|
5048
|
-
xl?: "
|
|
5049
|
-
xxl?: "
|
|
5017
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
5018
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5019
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5020
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5021
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5022
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5023
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5050
5024
|
}>;
|
|
5051
|
-
default: "
|
|
5052
|
-
xs?: "
|
|
5053
|
-
sm?: "
|
|
5054
|
-
md?: "
|
|
5055
|
-
lg?: "
|
|
5056
|
-
xl?: "
|
|
5057
|
-
xxl?: "
|
|
5025
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
5026
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5027
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5028
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5029
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5030
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5031
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
5058
5032
|
};
|
|
5059
5033
|
};
|
|
5060
5034
|
justify: {
|
|
@@ -5086,7 +5060,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5086
5060
|
};
|
|
5087
5061
|
}>>;
|
|
5088
5062
|
readonly formColumns: any[];
|
|
5089
|
-
readonly formData: import("ll-plus/es/
|
|
5063
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
5090
5064
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5091
5065
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5092
5066
|
}> | null | undefined>;
|
|
@@ -5094,13 +5068,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5094
5068
|
getValueType: import("vue").ComputedRef<any>;
|
|
5095
5069
|
getKeyDisabled: import("vue").ComputedRef<any>;
|
|
5096
5070
|
getValueDisabled: import("vue").ComputedRef<any>;
|
|
5097
|
-
getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
|
|
5098
5071
|
hasValue: import("vue").ComputedRef<any>;
|
|
5072
|
+
getDeleteDisabled: import("vue").ComputedRef<boolean>;
|
|
5099
5073
|
handleDelete: () => void;
|
|
5100
5074
|
handleChange: () => Promise<void>;
|
|
5101
|
-
validate: () => Promise<
|
|
5102
|
-
resetFields: () => Promise<
|
|
5103
|
-
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
5075
|
+
validate: () => Promise<void>;
|
|
5076
|
+
resetFields: () => Promise<void>;
|
|
5077
|
+
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
5104
5078
|
readonly isEmpty: {
|
|
5105
5079
|
<T extends {
|
|
5106
5080
|
__trapAny: any;
|
|
@@ -5344,76 +5318,63 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5344
5318
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5345
5319
|
delete: () => boolean;
|
|
5346
5320
|
change: () => boolean;
|
|
5347
|
-
'update:value': (value:
|
|
5321
|
+
'update:value': (value: IKeyValueItem) => boolean;
|
|
5348
5322
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
5349
|
-
readonly disabled:
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
|
|
5355
|
-
readonly
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
readonly
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
|
|
5362
|
-
readonly
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
readonly
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
}
|
|
5379
|
-
readonly keyType: {
|
|
5380
|
-
readonly type: import("vue").PropType<any>;
|
|
5381
|
-
readonly required: false;
|
|
5382
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5383
|
-
__epPropKey: true;
|
|
5384
|
-
};
|
|
5385
|
-
readonly keyTypes: {
|
|
5386
|
-
readonly type: import("vue").PropType<import("./config").KeyType[]>;
|
|
5387
|
-
readonly required: false;
|
|
5388
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5389
|
-
__epPropKey: true;
|
|
5390
|
-
};
|
|
5391
|
-
readonly valueType: {
|
|
5392
|
-
readonly type: import("vue").PropType<any>;
|
|
5393
|
-
readonly required: false;
|
|
5394
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5395
|
-
__epPropKey: true;
|
|
5396
|
-
};
|
|
5397
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem) | (() => KeyValueItem) | ((new (...args: any[]) => KeyValueItem) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
5398
|
-
key: string;
|
|
5399
|
-
value: string;
|
|
5400
|
-
}, boolean>;
|
|
5323
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5324
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]) | ((new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]))[], unknown, unknown, () => IKeyValueItem[], boolean>;
|
|
5325
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5326
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5327
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5328
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown, "doubt", boolean>;
|
|
5329
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
5330
|
+
(): any;
|
|
5331
|
+
new (): any;
|
|
5332
|
+
readonly prototype: any;
|
|
5333
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
5334
|
+
(): any;
|
|
5335
|
+
new (): any;
|
|
5336
|
+
readonly prototype: any;
|
|
5337
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
5338
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
5339
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
5340
|
+
(): any;
|
|
5341
|
+
new (): any;
|
|
5342
|
+
readonly prototype: any;
|
|
5343
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
5344
|
+
(): any;
|
|
5345
|
+
new (): any;
|
|
5346
|
+
readonly prototype: any;
|
|
5347
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
5348
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn & {
|
|
5349
|
+
guid: string;
|
|
5350
|
+
}) | (() => IKeyValueItem) | ((new (...args: any[]) => IKeyValueReturn & {
|
|
5351
|
+
guid: string;
|
|
5352
|
+
}) | (() => IKeyValueItem))[], unknown, unknown, () => IKeyValueItem, boolean>;
|
|
5401
5353
|
readonly idx: {
|
|
5402
5354
|
readonly type: import("vue").PropType<number>;
|
|
5403
5355
|
readonly required: true;
|
|
5404
5356
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5405
5357
|
__epPropKey: true;
|
|
5406
5358
|
};
|
|
5407
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
5408
|
-
readonly
|
|
5359
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
5360
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5409
5361
|
}>> & {
|
|
5410
5362
|
onChange?: (() => any) | undefined;
|
|
5411
|
-
"onUpdate:value"?: ((value:
|
|
5363
|
+
"onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
5412
5364
|
onDelete?: (() => any) | undefined;
|
|
5413
5365
|
}, {
|
|
5414
|
-
readonly
|
|
5415
|
-
readonly
|
|
5416
|
-
readonly
|
|
5366
|
+
readonly values: IKeyValueItem[];
|
|
5367
|
+
readonly value: IKeyValueItem;
|
|
5368
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5369
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
5370
|
+
readonly keyType: any;
|
|
5371
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
5372
|
+
readonly valueType: any;
|
|
5373
|
+
readonly disabledValue: number[];
|
|
5374
|
+
readonly disabledKey: number[];
|
|
5375
|
+
readonly disabledDelete: number[];
|
|
5376
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5377
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
5417
5378
|
}, true, {}, {}, {
|
|
5418
5379
|
P: {};
|
|
5419
5380
|
B: {};
|
|
@@ -5422,89 +5383,68 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5422
5383
|
M: {};
|
|
5423
5384
|
Defaults: {};
|
|
5424
5385
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
5425
|
-
readonly disabled:
|
|
5426
|
-
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
|
|
5431
|
-
readonly
|
|
5432
|
-
|
|
5433
|
-
|
|
5434
|
-
readonly
|
|
5435
|
-
|
|
5436
|
-
|
|
5437
|
-
|
|
5438
|
-
readonly
|
|
5439
|
-
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
|
|
5443
|
-
|
|
5444
|
-
readonly
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
|
|
5454
|
-
}
|
|
5455
|
-
readonly keyType: {
|
|
5456
|
-
readonly type: import("vue").PropType<any>;
|
|
5457
|
-
readonly required: false;
|
|
5458
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5459
|
-
__epPropKey: true;
|
|
5460
|
-
};
|
|
5461
|
-
readonly keyTypes: {
|
|
5462
|
-
readonly type: import("vue").PropType<import("./config").KeyType[]>;
|
|
5463
|
-
readonly required: false;
|
|
5464
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5465
|
-
__epPropKey: true;
|
|
5466
|
-
};
|
|
5467
|
-
readonly valueType: {
|
|
5468
|
-
readonly type: import("vue").PropType<any>;
|
|
5469
|
-
readonly required: false;
|
|
5470
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5471
|
-
__epPropKey: true;
|
|
5472
|
-
};
|
|
5473
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem) | (() => KeyValueItem) | ((new (...args: any[]) => KeyValueItem) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
5474
|
-
key: string;
|
|
5475
|
-
value: string;
|
|
5476
|
-
}, boolean>;
|
|
5386
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5387
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]) | ((new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]))[], unknown, unknown, () => IKeyValueItem[], boolean>;
|
|
5388
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5389
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5390
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
5391
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown, "doubt", boolean>;
|
|
5392
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
5393
|
+
(): any;
|
|
5394
|
+
new (): any;
|
|
5395
|
+
readonly prototype: any;
|
|
5396
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
5397
|
+
(): any;
|
|
5398
|
+
new (): any;
|
|
5399
|
+
readonly prototype: any;
|
|
5400
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
5401
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
5402
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
5403
|
+
(): any;
|
|
5404
|
+
new (): any;
|
|
5405
|
+
readonly prototype: any;
|
|
5406
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
5407
|
+
(): any;
|
|
5408
|
+
new (): any;
|
|
5409
|
+
readonly prototype: any;
|
|
5410
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
5411
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn & {
|
|
5412
|
+
guid: string;
|
|
5413
|
+
}) | (() => IKeyValueItem) | ((new (...args: any[]) => IKeyValueReturn & {
|
|
5414
|
+
guid: string;
|
|
5415
|
+
}) | (() => IKeyValueItem))[], unknown, unknown, () => IKeyValueItem, boolean>;
|
|
5477
5416
|
readonly idx: {
|
|
5478
5417
|
readonly type: import("vue").PropType<number>;
|
|
5479
5418
|
readonly required: true;
|
|
5480
5419
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5481
5420
|
__epPropKey: true;
|
|
5482
5421
|
};
|
|
5483
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
5484
|
-
readonly
|
|
5422
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
5423
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5485
5424
|
}>> & {
|
|
5486
5425
|
onChange?: (() => any) | undefined;
|
|
5487
|
-
"onUpdate:value"?: ((value:
|
|
5426
|
+
"onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
5488
5427
|
onDelete?: (() => any) | undefined;
|
|
5489
5428
|
}, {
|
|
5490
5429
|
props: import("@vue/shared").LooseRequired<{
|
|
5491
|
-
readonly
|
|
5430
|
+
readonly values: IKeyValueItem[];
|
|
5431
|
+
readonly value: IKeyValueItem;
|
|
5432
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5433
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
5434
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
5435
|
+
readonly disabledValue: number[];
|
|
5436
|
+
readonly disabledKey: number[];
|
|
5437
|
+
readonly disabledDelete: number[];
|
|
5438
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5492
5439
|
readonly idx: number;
|
|
5493
|
-
readonly keyValueTypeDict: Record<string,
|
|
5494
|
-
readonly showDelete: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5495
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
5496
|
-
readonly keyValueType?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown> | undefined;
|
|
5440
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
5497
5441
|
readonly keyType?: any;
|
|
5498
|
-
readonly keyTypes?: import("./config").KeyType[] | undefined;
|
|
5499
5442
|
readonly valueType?: any;
|
|
5500
|
-
readonly disabledValue?: number[] | undefined;
|
|
5501
|
-
readonly disabledKey?: number[] | undefined;
|
|
5502
|
-
readonly disabledDelete?: number[] | undefined;
|
|
5503
5443
|
readonly onChange?: (() => any) | undefined;
|
|
5504
|
-
readonly "onUpdate:value"?: ((value:
|
|
5444
|
+
readonly "onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
5505
5445
|
readonly onDelete?: (() => any) | undefined;
|
|
5506
5446
|
} & {}>;
|
|
5507
|
-
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value:
|
|
5447
|
+
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value: IKeyValueItem) => void);
|
|
5508
5448
|
attrs: {
|
|
5509
5449
|
[x: string]: unknown;
|
|
5510
5450
|
};
|
|
@@ -5521,8 +5461,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5521
5461
|
innerValue: import("vue").Ref<{
|
|
5522
5462
|
key: any;
|
|
5523
5463
|
value: any;
|
|
5464
|
+
guid: string;
|
|
5524
5465
|
}>;
|
|
5525
|
-
|
|
5466
|
+
formRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
5526
5467
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
5527
5468
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
5528
5469
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -6419,24 +6360,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6419
6360
|
}>>))[], unknown, unknown, () => {
|
|
6420
6361
|
layout: string;
|
|
6421
6362
|
}, boolean>;
|
|
6422
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
6363
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6423
6364
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6424
6365
|
align: {
|
|
6425
|
-
type: import("vue").PropType<"
|
|
6426
|
-
xs?: "
|
|
6427
|
-
sm?: "
|
|
6428
|
-
md?: "
|
|
6429
|
-
lg?: "
|
|
6430
|
-
xl?: "
|
|
6431
|
-
xxl?: "
|
|
6366
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6367
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6368
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6369
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6370
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6371
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6372
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6432
6373
|
}>;
|
|
6433
|
-
default: "
|
|
6434
|
-
xs?: "
|
|
6435
|
-
sm?: "
|
|
6436
|
-
md?: "
|
|
6437
|
-
lg?: "
|
|
6438
|
-
xl?: "
|
|
6439
|
-
xxl?: "
|
|
6374
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6375
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6376
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6377
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6378
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6379
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6380
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6440
6381
|
};
|
|
6441
6382
|
};
|
|
6442
6383
|
justify: {
|
|
@@ -6468,21 +6409,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6468
6409
|
};
|
|
6469
6410
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6470
6411
|
align: {
|
|
6471
|
-
type: import("vue").PropType<"
|
|
6472
|
-
xs?: "
|
|
6473
|
-
sm?: "
|
|
6474
|
-
md?: "
|
|
6475
|
-
lg?: "
|
|
6476
|
-
xl?: "
|
|
6477
|
-
xxl?: "
|
|
6412
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6413
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6414
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6415
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6416
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6417
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6418
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6478
6419
|
}>;
|
|
6479
|
-
default: "
|
|
6480
|
-
xs?: "
|
|
6481
|
-
sm?: "
|
|
6482
|
-
md?: "
|
|
6483
|
-
lg?: "
|
|
6484
|
-
xl?: "
|
|
6485
|
-
xxl?: "
|
|
6420
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6421
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6422
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6423
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6424
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6425
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6426
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6486
6427
|
};
|
|
6487
6428
|
};
|
|
6488
6429
|
justify: {
|
|
@@ -6514,21 +6455,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6514
6455
|
};
|
|
6515
6456
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6516
6457
|
align: {
|
|
6517
|
-
type: import("vue").PropType<"
|
|
6518
|
-
xs?: "
|
|
6519
|
-
sm?: "
|
|
6520
|
-
md?: "
|
|
6521
|
-
lg?: "
|
|
6522
|
-
xl?: "
|
|
6523
|
-
xxl?: "
|
|
6458
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6459
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6460
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6461
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6462
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6463
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6464
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6524
6465
|
}>;
|
|
6525
|
-
default: "
|
|
6526
|
-
xs?: "
|
|
6527
|
-
sm?: "
|
|
6528
|
-
md?: "
|
|
6529
|
-
lg?: "
|
|
6530
|
-
xl?: "
|
|
6531
|
-
xxl?: "
|
|
6466
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6467
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6468
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6469
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6470
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6471
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6472
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6532
6473
|
};
|
|
6533
6474
|
};
|
|
6534
6475
|
justify: {
|
|
@@ -6560,21 +6501,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6560
6501
|
};
|
|
6561
6502
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6562
6503
|
align: {
|
|
6563
|
-
type: import("vue").PropType<"
|
|
6564
|
-
xs?: "
|
|
6565
|
-
sm?: "
|
|
6566
|
-
md?: "
|
|
6567
|
-
lg?: "
|
|
6568
|
-
xl?: "
|
|
6569
|
-
xxl?: "
|
|
6504
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6505
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6506
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6507
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6508
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6509
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6510
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6570
6511
|
}>;
|
|
6571
|
-
default: "
|
|
6572
|
-
xs?: "
|
|
6573
|
-
sm?: "
|
|
6574
|
-
md?: "
|
|
6575
|
-
lg?: "
|
|
6576
|
-
xl?: "
|
|
6577
|
-
xxl?: "
|
|
6512
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6513
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6514
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6515
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6516
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6517
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6518
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6578
6519
|
};
|
|
6579
6520
|
};
|
|
6580
6521
|
justify: {
|
|
@@ -6612,7 +6553,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6612
6553
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6613
6554
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6614
6555
|
}>> & {
|
|
6615
|
-
onChange?: ((params: import("ll-plus/es/
|
|
6556
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
6616
6557
|
}, {
|
|
6617
6558
|
props: import("@vue/shared").LooseRequired<{
|
|
6618
6559
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -6843,21 +6784,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6843
6784
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6844
6785
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6845
6786
|
align: {
|
|
6846
|
-
type: import("vue").PropType<"
|
|
6847
|
-
xs?: "
|
|
6848
|
-
sm?: "
|
|
6849
|
-
md?: "
|
|
6850
|
-
lg?: "
|
|
6851
|
-
xl?: "
|
|
6852
|
-
xxl?: "
|
|
6787
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
6788
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6789
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6790
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6791
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6792
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6793
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6853
6794
|
}>;
|
|
6854
|
-
default: "
|
|
6855
|
-
xs?: "
|
|
6856
|
-
sm?: "
|
|
6857
|
-
md?: "
|
|
6858
|
-
lg?: "
|
|
6859
|
-
xl?: "
|
|
6860
|
-
xxl?: "
|
|
6795
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
6796
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6797
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6798
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6799
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6800
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6801
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
6861
6802
|
};
|
|
6862
6803
|
};
|
|
6863
6804
|
justify: {
|
|
@@ -6889,12 +6830,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6889
6830
|
};
|
|
6890
6831
|
}>>;
|
|
6891
6832
|
readonly formColumns: any[];
|
|
6892
|
-
readonly formData: import("ll-plus/es/
|
|
6833
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
6893
6834
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6894
6835
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6895
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
6836
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
6896
6837
|
} & {}>;
|
|
6897
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
6838
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
6898
6839
|
bem: {
|
|
6899
6840
|
b: (blockSuffix?: string) => string;
|
|
6900
6841
|
e: (element?: string) => string;
|
|
@@ -6905,7 +6846,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6905
6846
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
6906
6847
|
is: (name?: string) => string;
|
|
6907
6848
|
};
|
|
6908
|
-
formData: import("ll-plus/es/
|
|
6849
|
+
formData: import("ll-plus/es/components").FormData;
|
|
6909
6850
|
formRef: import("vue").Ref<any>;
|
|
6910
6851
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
6911
6852
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -6917,19 +6858,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6917
6858
|
new (): any;
|
|
6918
6859
|
readonly prototype: any;
|
|
6919
6860
|
})[], unknown, unknown, () => {}, boolean>;
|
|
6920
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
6861
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6921
6862
|
}>> & {
|
|
6922
6863
|
onChangeField?: ((item: any) => any) | undefined;
|
|
6923
6864
|
}, {
|
|
6924
6865
|
props: import("@vue/shared").LooseRequired<{
|
|
6925
|
-
readonly formData: import("ll-plus/es/
|
|
6866
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
6926
6867
|
readonly item: any;
|
|
6927
6868
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
6928
6869
|
} & {}>;
|
|
6929
6870
|
emits: (event: "changeField", item: any) => void;
|
|
6930
|
-
formData: import("ll-plus/es/
|
|
6871
|
+
formData: import("ll-plus/es/components").FormData;
|
|
6931
6872
|
componentRef: import("vue").Ref<any>;
|
|
6932
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
6873
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
6933
6874
|
handleChange: (...arg: any[]) => void;
|
|
6934
6875
|
focus: () => Promise<void>;
|
|
6935
6876
|
getItem: () => any;
|
|
@@ -6946,11 +6887,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6946
6887
|
new (): any;
|
|
6947
6888
|
readonly prototype: any;
|
|
6948
6889
|
})[], unknown, unknown, () => {}, boolean>;
|
|
6949
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
6890
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6950
6891
|
}>> & {
|
|
6951
6892
|
onChangeField?: ((item: any) => any) | undefined;
|
|
6952
6893
|
}, {
|
|
6953
|
-
readonly formData: import("ll-plus/es/
|
|
6894
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
6954
6895
|
readonly item: any;
|
|
6955
6896
|
}, true, {}, {}, {
|
|
6956
6897
|
P: {};
|
|
@@ -6969,25 +6910,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6969
6910
|
new (): any;
|
|
6970
6911
|
readonly prototype: any;
|
|
6971
6912
|
})[], unknown, unknown, () => {}, boolean>;
|
|
6972
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
6913
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6973
6914
|
}>> & {
|
|
6974
6915
|
onChangeField?: ((item: any) => any) | undefined;
|
|
6975
6916
|
}, {
|
|
6976
6917
|
props: import("@vue/shared").LooseRequired<{
|
|
6977
|
-
readonly formData: import("ll-plus/es/
|
|
6918
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
6978
6919
|
readonly item: any;
|
|
6979
6920
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
6980
6921
|
} & {}>;
|
|
6981
6922
|
emits: (event: "changeField", item: any) => void;
|
|
6982
|
-
formData: import("ll-plus/es/
|
|
6923
|
+
formData: import("ll-plus/es/components").FormData;
|
|
6983
6924
|
componentRef: import("vue").Ref<any>;
|
|
6984
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
6925
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
6985
6926
|
handleChange: (...arg: any[]) => void;
|
|
6986
6927
|
focus: () => Promise<void>;
|
|
6987
6928
|
getItem: () => any;
|
|
6988
6929
|
readonly checkedType: string[];
|
|
6989
6930
|
}, {}, {}, {}, {
|
|
6990
|
-
readonly formData: import("ll-plus/es/
|
|
6931
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
6991
6932
|
readonly item: any;
|
|
6992
6933
|
}>[]>;
|
|
6993
6934
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -7087,10 +7028,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7087
7028
|
name?: string | undefined;
|
|
7088
7029
|
}>;
|
|
7089
7030
|
id: import("vue").Ref<string>;
|
|
7090
|
-
validate: () => Promise<
|
|
7091
|
-
resetFields: () => Promise<
|
|
7092
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
7093
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
7031
|
+
validate: () => Promise<void>;
|
|
7032
|
+
resetFields: () => Promise<void>;
|
|
7033
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
7034
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
7094
7035
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
7095
7036
|
getFormItemClass: (item?: any) => string;
|
|
7096
7037
|
handleChangeField: (item: any) => void;
|
|
@@ -7114,17 +7055,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7114
7055
|
new (): any;
|
|
7115
7056
|
readonly prototype: any;
|
|
7116
7057
|
})[], unknown, unknown, () => {}, boolean>;
|
|
7117
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
7058
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
7118
7059
|
}, {
|
|
7119
7060
|
props: import("@vue/shared").LooseRequired<{
|
|
7120
|
-
readonly formData: import("ll-plus/es/
|
|
7061
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
7121
7062
|
readonly item: any;
|
|
7122
7063
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
7123
7064
|
} & {}>;
|
|
7124
7065
|
emits: (event: "changeField", item: any) => void;
|
|
7125
|
-
formData: import("ll-plus/es/
|
|
7066
|
+
formData: import("ll-plus/es/components").FormData;
|
|
7126
7067
|
componentRef: import("vue").Ref<any>;
|
|
7127
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
7068
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
7128
7069
|
handleChange: (...arg: any[]) => void;
|
|
7129
7070
|
focus: () => Promise<void>;
|
|
7130
7071
|
getItem: () => any;
|
|
@@ -7141,15 +7082,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7141
7082
|
new (): any;
|
|
7142
7083
|
readonly prototype: any;
|
|
7143
7084
|
})[], unknown, unknown, () => {}, boolean>;
|
|
7144
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
7085
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
7145
7086
|
}>> & {
|
|
7146
7087
|
onChangeField?: ((item: any) => any) | undefined;
|
|
7147
7088
|
}, {
|
|
7148
|
-
readonly formData: import("ll-plus/es/
|
|
7089
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
7149
7090
|
readonly item: any;
|
|
7150
7091
|
}, {}>;
|
|
7151
7092
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7152
|
-
change: (params: import("ll-plus/es/
|
|
7093
|
+
change: (params: import("ll-plus/es/components").FormChangeEvent) => boolean;
|
|
7153
7094
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7154
7095
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
7155
7096
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
@@ -8047,24 +7988,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8047
7988
|
}>>))[], unknown, unknown, () => {
|
|
8048
7989
|
layout: string;
|
|
8049
7990
|
}, boolean>;
|
|
8050
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
7991
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
8051
7992
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8052
7993
|
align: {
|
|
8053
|
-
type: import("vue").PropType<"
|
|
8054
|
-
xs?: "
|
|
8055
|
-
sm?: "
|
|
8056
|
-
md?: "
|
|
8057
|
-
lg?: "
|
|
8058
|
-
xl?: "
|
|
8059
|
-
xxl?: "
|
|
7994
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
7995
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7996
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7997
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7998
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
7999
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8000
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8060
8001
|
}>;
|
|
8061
|
-
default: "
|
|
8062
|
-
xs?: "
|
|
8063
|
-
sm?: "
|
|
8064
|
-
md?: "
|
|
8065
|
-
lg?: "
|
|
8066
|
-
xl?: "
|
|
8067
|
-
xxl?: "
|
|
8002
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8003
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8004
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8005
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8006
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8007
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8008
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8068
8009
|
};
|
|
8069
8010
|
};
|
|
8070
8011
|
justify: {
|
|
@@ -8096,21 +8037,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8096
8037
|
};
|
|
8097
8038
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8098
8039
|
align: {
|
|
8099
|
-
type: import("vue").PropType<"
|
|
8100
|
-
xs?: "
|
|
8101
|
-
sm?: "
|
|
8102
|
-
md?: "
|
|
8103
|
-
lg?: "
|
|
8104
|
-
xl?: "
|
|
8105
|
-
xxl?: "
|
|
8040
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8041
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8042
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8043
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8044
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8045
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8046
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8106
8047
|
}>;
|
|
8107
|
-
default: "
|
|
8108
|
-
xs?: "
|
|
8109
|
-
sm?: "
|
|
8110
|
-
md?: "
|
|
8111
|
-
lg?: "
|
|
8112
|
-
xl?: "
|
|
8113
|
-
xxl?: "
|
|
8048
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8049
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8050
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8051
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8052
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8053
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8054
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8114
8055
|
};
|
|
8115
8056
|
};
|
|
8116
8057
|
justify: {
|
|
@@ -8142,21 +8083,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8142
8083
|
};
|
|
8143
8084
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8144
8085
|
align: {
|
|
8145
|
-
type: import("vue").PropType<"
|
|
8146
|
-
xs?: "
|
|
8147
|
-
sm?: "
|
|
8148
|
-
md?: "
|
|
8149
|
-
lg?: "
|
|
8150
|
-
xl?: "
|
|
8151
|
-
xxl?: "
|
|
8086
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8087
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8088
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8089
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8090
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8091
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8092
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8152
8093
|
}>;
|
|
8153
|
-
default: "
|
|
8154
|
-
xs?: "
|
|
8155
|
-
sm?: "
|
|
8156
|
-
md?: "
|
|
8157
|
-
lg?: "
|
|
8158
|
-
xl?: "
|
|
8159
|
-
xxl?: "
|
|
8094
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8095
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8096
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8097
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8098
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8099
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8100
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8160
8101
|
};
|
|
8161
8102
|
};
|
|
8162
8103
|
justify: {
|
|
@@ -8188,21 +8129,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8188
8129
|
};
|
|
8189
8130
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8190
8131
|
align: {
|
|
8191
|
-
type: import("vue").PropType<"
|
|
8192
|
-
xs?: "
|
|
8193
|
-
sm?: "
|
|
8194
|
-
md?: "
|
|
8195
|
-
lg?: "
|
|
8196
|
-
xl?: "
|
|
8197
|
-
xxl?: "
|
|
8132
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8133
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8134
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8135
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8136
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8137
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8138
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8198
8139
|
}>;
|
|
8199
|
-
default: "
|
|
8200
|
-
xs?: "
|
|
8201
|
-
sm?: "
|
|
8202
|
-
md?: "
|
|
8203
|
-
lg?: "
|
|
8204
|
-
xl?: "
|
|
8205
|
-
xxl?: "
|
|
8140
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8141
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8142
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8143
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8144
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8145
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8146
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8206
8147
|
};
|
|
8207
8148
|
};
|
|
8208
8149
|
justify: {
|
|
@@ -8240,7 +8181,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8240
8181
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8241
8182
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8242
8183
|
}>> & {
|
|
8243
|
-
onChange?: ((params: import("ll-plus/es/
|
|
8184
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
8244
8185
|
}, {
|
|
8245
8186
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8246
8187
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -8470,21 +8411,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8470
8411
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8471
8412
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8472
8413
|
align: {
|
|
8473
|
-
type: import("vue").PropType<"
|
|
8474
|
-
xs?: "
|
|
8475
|
-
sm?: "
|
|
8476
|
-
md?: "
|
|
8477
|
-
lg?: "
|
|
8478
|
-
xl?: "
|
|
8479
|
-
xxl?: "
|
|
8414
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
8415
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8416
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8417
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8418
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8419
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8420
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8480
8421
|
}>;
|
|
8481
|
-
default: "
|
|
8482
|
-
xs?: "
|
|
8483
|
-
sm?: "
|
|
8484
|
-
md?: "
|
|
8485
|
-
lg?: "
|
|
8486
|
-
xl?: "
|
|
8487
|
-
xxl?: "
|
|
8422
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
8423
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8424
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8425
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8426
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8427
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8428
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
8488
8429
|
};
|
|
8489
8430
|
};
|
|
8490
8431
|
justify: {
|
|
@@ -8516,7 +8457,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8516
8457
|
};
|
|
8517
8458
|
}>>;
|
|
8518
8459
|
readonly formColumns: any[];
|
|
8519
|
-
readonly formData: import("ll-plus/es/
|
|
8460
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
8520
8461
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8521
8462
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8522
8463
|
}, true, {}, {}, {
|
|
@@ -9423,24 +9364,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9423
9364
|
}>>))[], unknown, unknown, () => {
|
|
9424
9365
|
layout: string;
|
|
9425
9366
|
}, boolean>;
|
|
9426
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
9367
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
9427
9368
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9428
9369
|
align: {
|
|
9429
|
-
type: import("vue").PropType<"
|
|
9430
|
-
xs?: "
|
|
9431
|
-
sm?: "
|
|
9432
|
-
md?: "
|
|
9433
|
-
lg?: "
|
|
9434
|
-
xl?: "
|
|
9435
|
-
xxl?: "
|
|
9370
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9371
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9372
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9373
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9374
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9375
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9376
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9436
9377
|
}>;
|
|
9437
|
-
default: "
|
|
9438
|
-
xs?: "
|
|
9439
|
-
sm?: "
|
|
9440
|
-
md?: "
|
|
9441
|
-
lg?: "
|
|
9442
|
-
xl?: "
|
|
9443
|
-
xxl?: "
|
|
9378
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9379
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9380
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9381
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9382
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9383
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9384
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9444
9385
|
};
|
|
9445
9386
|
};
|
|
9446
9387
|
justify: {
|
|
@@ -9472,21 +9413,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9472
9413
|
};
|
|
9473
9414
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9474
9415
|
align: {
|
|
9475
|
-
type: import("vue").PropType<"
|
|
9476
|
-
xs?: "
|
|
9477
|
-
sm?: "
|
|
9478
|
-
md?: "
|
|
9479
|
-
lg?: "
|
|
9480
|
-
xl?: "
|
|
9481
|
-
xxl?: "
|
|
9416
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9417
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9418
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9419
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9420
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9421
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9422
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9482
9423
|
}>;
|
|
9483
|
-
default: "
|
|
9484
|
-
xs?: "
|
|
9485
|
-
sm?: "
|
|
9486
|
-
md?: "
|
|
9487
|
-
lg?: "
|
|
9488
|
-
xl?: "
|
|
9489
|
-
xxl?: "
|
|
9424
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9425
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9426
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9427
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9428
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9429
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9430
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9490
9431
|
};
|
|
9491
9432
|
};
|
|
9492
9433
|
justify: {
|
|
@@ -9518,21 +9459,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9518
9459
|
};
|
|
9519
9460
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9520
9461
|
align: {
|
|
9521
|
-
type: import("vue").PropType<"
|
|
9522
|
-
xs?: "
|
|
9523
|
-
sm?: "
|
|
9524
|
-
md?: "
|
|
9525
|
-
lg?: "
|
|
9526
|
-
xl?: "
|
|
9527
|
-
xxl?: "
|
|
9462
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9463
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9464
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9465
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9466
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9467
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9468
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9528
9469
|
}>;
|
|
9529
|
-
default: "
|
|
9530
|
-
xs?: "
|
|
9531
|
-
sm?: "
|
|
9532
|
-
md?: "
|
|
9533
|
-
lg?: "
|
|
9534
|
-
xl?: "
|
|
9535
|
-
xxl?: "
|
|
9470
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9471
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9472
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9473
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9474
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9475
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9476
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9536
9477
|
};
|
|
9537
9478
|
};
|
|
9538
9479
|
justify: {
|
|
@@ -9564,21 +9505,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9564
9505
|
};
|
|
9565
9506
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9566
9507
|
align: {
|
|
9567
|
-
type: import("vue").PropType<"
|
|
9568
|
-
xs?: "
|
|
9569
|
-
sm?: "
|
|
9570
|
-
md?: "
|
|
9571
|
-
lg?: "
|
|
9572
|
-
xl?: "
|
|
9573
|
-
xxl?: "
|
|
9508
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9509
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9510
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9511
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9512
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9513
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9514
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9574
9515
|
}>;
|
|
9575
|
-
default: "
|
|
9576
|
-
xs?: "
|
|
9577
|
-
sm?: "
|
|
9578
|
-
md?: "
|
|
9579
|
-
lg?: "
|
|
9580
|
-
xl?: "
|
|
9581
|
-
xxl?: "
|
|
9516
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9517
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9518
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9519
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9520
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9521
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9522
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9582
9523
|
};
|
|
9583
9524
|
};
|
|
9584
9525
|
justify: {
|
|
@@ -9616,7 +9557,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9616
9557
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
9617
9558
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
9618
9559
|
}>> & {
|
|
9619
|
-
onChange?: ((params: import("ll-plus/es/
|
|
9560
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
9620
9561
|
}, {
|
|
9621
9562
|
props: import("@vue/shared").LooseRequired<{
|
|
9622
9563
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -9847,21 +9788,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9847
9788
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9848
9789
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9849
9790
|
align: {
|
|
9850
|
-
type: import("vue").PropType<"
|
|
9851
|
-
xs?: "
|
|
9852
|
-
sm?: "
|
|
9853
|
-
md?: "
|
|
9854
|
-
lg?: "
|
|
9855
|
-
xl?: "
|
|
9856
|
-
xxl?: "
|
|
9791
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
9792
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9793
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9794
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9795
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9796
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9797
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9857
9798
|
}>;
|
|
9858
|
-
default: "
|
|
9859
|
-
xs?: "
|
|
9860
|
-
sm?: "
|
|
9861
|
-
md?: "
|
|
9862
|
-
lg?: "
|
|
9863
|
-
xl?: "
|
|
9864
|
-
xxl?: "
|
|
9799
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
9800
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9801
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9802
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9803
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9804
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9805
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
9865
9806
|
};
|
|
9866
9807
|
};
|
|
9867
9808
|
justify: {
|
|
@@ -9893,12 +9834,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9893
9834
|
};
|
|
9894
9835
|
}>>;
|
|
9895
9836
|
readonly formColumns: any[];
|
|
9896
|
-
readonly formData: import("ll-plus/es/
|
|
9837
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
9897
9838
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9898
9839
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9899
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
9840
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
9900
9841
|
} & {}>;
|
|
9901
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
9842
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
9902
9843
|
bem: {
|
|
9903
9844
|
b: (blockSuffix?: string) => string;
|
|
9904
9845
|
e: (element?: string) => string;
|
|
@@ -9909,7 +9850,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9909
9850
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
9910
9851
|
is: (name?: string) => string;
|
|
9911
9852
|
};
|
|
9912
|
-
formData: import("ll-plus/es/
|
|
9853
|
+
formData: import("ll-plus/es/components").FormData;
|
|
9913
9854
|
formRef: import("vue").Ref<any>;
|
|
9914
9855
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
9915
9856
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -9921,19 +9862,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9921
9862
|
new (): any;
|
|
9922
9863
|
readonly prototype: any;
|
|
9923
9864
|
})[], unknown, unknown, () => {}, boolean>;
|
|
9924
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
9865
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
9925
9866
|
}>> & {
|
|
9926
9867
|
onChangeField?: ((item: any) => any) | undefined;
|
|
9927
9868
|
}, {
|
|
9928
9869
|
props: import("@vue/shared").LooseRequired<{
|
|
9929
|
-
readonly formData: import("ll-plus/es/
|
|
9870
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
9930
9871
|
readonly item: any;
|
|
9931
9872
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
9932
9873
|
} & {}>;
|
|
9933
9874
|
emits: (event: "changeField", item: any) => void;
|
|
9934
|
-
formData: import("ll-plus/es/
|
|
9875
|
+
formData: import("ll-plus/es/components").FormData;
|
|
9935
9876
|
componentRef: import("vue").Ref<any>;
|
|
9936
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
9877
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
9937
9878
|
handleChange: (...arg: any[]) => void;
|
|
9938
9879
|
focus: () => Promise<void>;
|
|
9939
9880
|
getItem: () => any;
|
|
@@ -9950,11 +9891,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9950
9891
|
new (): any;
|
|
9951
9892
|
readonly prototype: any;
|
|
9952
9893
|
})[], unknown, unknown, () => {}, boolean>;
|
|
9953
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
9894
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
9954
9895
|
}>> & {
|
|
9955
9896
|
onChangeField?: ((item: any) => any) | undefined;
|
|
9956
9897
|
}, {
|
|
9957
|
-
readonly formData: import("ll-plus/es/
|
|
9898
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
9958
9899
|
readonly item: any;
|
|
9959
9900
|
}, true, {}, {}, {
|
|
9960
9901
|
P: {};
|
|
@@ -9973,25 +9914,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9973
9914
|
new (): any;
|
|
9974
9915
|
readonly prototype: any;
|
|
9975
9916
|
})[], unknown, unknown, () => {}, boolean>;
|
|
9976
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
9917
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
9977
9918
|
}>> & {
|
|
9978
9919
|
onChangeField?: ((item: any) => any) | undefined;
|
|
9979
9920
|
}, {
|
|
9980
9921
|
props: import("@vue/shared").LooseRequired<{
|
|
9981
|
-
readonly formData: import("ll-plus/es/
|
|
9922
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
9982
9923
|
readonly item: any;
|
|
9983
9924
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
9984
9925
|
} & {}>;
|
|
9985
9926
|
emits: (event: "changeField", item: any) => void;
|
|
9986
|
-
formData: import("ll-plus/es/
|
|
9927
|
+
formData: import("ll-plus/es/components").FormData;
|
|
9987
9928
|
componentRef: import("vue").Ref<any>;
|
|
9988
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
9929
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
9989
9930
|
handleChange: (...arg: any[]) => void;
|
|
9990
9931
|
focus: () => Promise<void>;
|
|
9991
9932
|
getItem: () => any;
|
|
9992
9933
|
readonly checkedType: string[];
|
|
9993
9934
|
}, {}, {}, {}, {
|
|
9994
|
-
readonly formData: import("ll-plus/es/
|
|
9935
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
9995
9936
|
readonly item: any;
|
|
9996
9937
|
}>[]>;
|
|
9997
9938
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -10091,10 +10032,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10091
10032
|
name?: string | undefined;
|
|
10092
10033
|
}>;
|
|
10093
10034
|
id: import("vue").Ref<string>;
|
|
10094
|
-
validate: () => Promise<
|
|
10095
|
-
resetFields: () => Promise<
|
|
10096
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
10097
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
10035
|
+
validate: () => Promise<void>;
|
|
10036
|
+
resetFields: () => Promise<void>;
|
|
10037
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
10038
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
10098
10039
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
10099
10040
|
getFormItemClass: (item?: any) => string;
|
|
10100
10041
|
handleChangeField: (item: any) => void;
|
|
@@ -10118,17 +10059,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10118
10059
|
new (): any;
|
|
10119
10060
|
readonly prototype: any;
|
|
10120
10061
|
})[], unknown, unknown, () => {}, boolean>;
|
|
10121
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
10062
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
10122
10063
|
}, {
|
|
10123
10064
|
props: import("@vue/shared").LooseRequired<{
|
|
10124
|
-
readonly formData: import("ll-plus/es/
|
|
10065
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
10125
10066
|
readonly item: any;
|
|
10126
10067
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
10127
10068
|
} & {}>;
|
|
10128
10069
|
emits: (event: "changeField", item: any) => void;
|
|
10129
|
-
formData: import("ll-plus/es/
|
|
10070
|
+
formData: import("ll-plus/es/components").FormData;
|
|
10130
10071
|
componentRef: import("vue").Ref<any>;
|
|
10131
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
10072
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
10132
10073
|
handleChange: (...arg: any[]) => void;
|
|
10133
10074
|
focus: () => Promise<void>;
|
|
10134
10075
|
getItem: () => any;
|
|
@@ -10145,11 +10086,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10145
10086
|
new (): any;
|
|
10146
10087
|
readonly prototype: any;
|
|
10147
10088
|
})[], unknown, unknown, () => {}, boolean>;
|
|
10148
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
10089
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
10149
10090
|
}>> & {
|
|
10150
10091
|
onChangeField?: ((item: any) => any) | undefined;
|
|
10151
10092
|
}, {
|
|
10152
|
-
readonly formData: import("ll-plus/es/
|
|
10093
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
10153
10094
|
readonly item: any;
|
|
10154
10095
|
}, {}>;
|
|
10155
10096
|
}, {}, {}, {}, {
|
|
@@ -10381,21 +10322,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10381
10322
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10382
10323
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
10383
10324
|
align: {
|
|
10384
|
-
type: import("vue").PropType<"
|
|
10385
|
-
xs?: "
|
|
10386
|
-
sm?: "
|
|
10387
|
-
md?: "
|
|
10388
|
-
lg?: "
|
|
10389
|
-
xl?: "
|
|
10390
|
-
xxl?: "
|
|
10325
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
10326
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10327
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10328
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10329
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10330
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10331
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10391
10332
|
}>;
|
|
10392
|
-
default: "
|
|
10393
|
-
xs?: "
|
|
10394
|
-
sm?: "
|
|
10395
|
-
md?: "
|
|
10396
|
-
lg?: "
|
|
10397
|
-
xl?: "
|
|
10398
|
-
xxl?: "
|
|
10333
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
10334
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10335
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10336
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10337
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10338
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10339
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
10399
10340
|
};
|
|
10400
10341
|
};
|
|
10401
10342
|
justify: {
|
|
@@ -10427,7 +10368,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10427
10368
|
};
|
|
10428
10369
|
}>>;
|
|
10429
10370
|
readonly formColumns: any[];
|
|
10430
|
-
readonly formData: import("ll-plus/es/
|
|
10371
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
10431
10372
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10432
10373
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10433
10374
|
}> | null | undefined>;
|
|
@@ -10435,13 +10376,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10435
10376
|
getValueType: import("vue").ComputedRef<any>;
|
|
10436
10377
|
getKeyDisabled: import("vue").ComputedRef<any>;
|
|
10437
10378
|
getValueDisabled: import("vue").ComputedRef<any>;
|
|
10438
|
-
getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
|
|
10439
10379
|
hasValue: import("vue").ComputedRef<any>;
|
|
10380
|
+
getDeleteDisabled: import("vue").ComputedRef<boolean>;
|
|
10440
10381
|
handleDelete: () => void;
|
|
10441
10382
|
handleChange: () => Promise<void>;
|
|
10442
|
-
validate: () => Promise<
|
|
10443
|
-
resetFields: () => Promise<
|
|
10444
|
-
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
10383
|
+
validate: () => Promise<void>;
|
|
10384
|
+
resetFields: () => Promise<void>;
|
|
10385
|
+
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
10445
10386
|
readonly isEmpty: {
|
|
10446
10387
|
<T extends {
|
|
10447
10388
|
__trapAny: any;
|
|
@@ -10683,97 +10624,89 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10683
10624
|
};
|
|
10684
10625
|
}>>;
|
|
10685
10626
|
}, {}, {}, {}, {
|
|
10686
|
-
readonly
|
|
10687
|
-
readonly
|
|
10688
|
-
readonly
|
|
10689
|
-
|
|
10690
|
-
|
|
10691
|
-
|
|
10692
|
-
|
|
10693
|
-
|
|
10694
|
-
|
|
10627
|
+
readonly values: IKeyValueItem[];
|
|
10628
|
+
readonly value: IKeyValueItem;
|
|
10629
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10630
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
10631
|
+
readonly keyType: any;
|
|
10632
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
10633
|
+
readonly valueType: any;
|
|
10634
|
+
readonly disabledValue: number[];
|
|
10635
|
+
readonly disabledKey: number[];
|
|
10636
|
+
readonly disabledDelete: number[];
|
|
10637
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10638
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
10639
|
+
}>>>;
|
|
10640
|
+
setKeyValueItems: (el: KeyValueItemInstance | null, type: string) => void;
|
|
10641
|
+
keyValueTypeDict: import("vue").ComputedRef<Record<string, any>>;
|
|
10642
|
+
validate: () => Promise<{
|
|
10643
|
+
valid: boolean;
|
|
10644
|
+
errors?: any[] | undefined;
|
|
10645
|
+
}>;
|
|
10646
|
+
resetFields: () => Promise<void>;
|
|
10647
|
+
clearValidate: () => Promise<void>;
|
|
10648
|
+
handleAddItem: () => Promise<void>;
|
|
10695
10649
|
handleDelete: (idx: number) => void;
|
|
10696
|
-
|
|
10650
|
+
getValue: (val: IKeyValueItem[] | IKeyValueReturn[]) => IKeyValueReturn[];
|
|
10697
10651
|
keyValueItem: import("vue").DefineComponent<{
|
|
10698
|
-
readonly disabled:
|
|
10699
|
-
|
|
10700
|
-
|
|
10701
|
-
|
|
10702
|
-
|
|
10703
|
-
|
|
10704
|
-
readonly
|
|
10705
|
-
|
|
10706
|
-
|
|
10707
|
-
readonly
|
|
10708
|
-
|
|
10709
|
-
|
|
10710
|
-
|
|
10711
|
-
readonly
|
|
10712
|
-
|
|
10713
|
-
|
|
10714
|
-
|
|
10715
|
-
|
|
10716
|
-
|
|
10717
|
-
readonly
|
|
10718
|
-
|
|
10719
|
-
|
|
10720
|
-
|
|
10721
|
-
|
|
10722
|
-
|
|
10723
|
-
|
|
10724
|
-
|
|
10725
|
-
|
|
10726
|
-
|
|
10727
|
-
}
|
|
10728
|
-
readonly keyType: {
|
|
10729
|
-
readonly type: import("vue").PropType<any>;
|
|
10730
|
-
readonly required: false;
|
|
10731
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10732
|
-
__epPropKey: true;
|
|
10733
|
-
};
|
|
10734
|
-
readonly keyTypes: {
|
|
10735
|
-
readonly type: import("vue").PropType<import("./config").KeyType[]>;
|
|
10736
|
-
readonly required: false;
|
|
10737
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10738
|
-
__epPropKey: true;
|
|
10739
|
-
};
|
|
10740
|
-
readonly valueType: {
|
|
10741
|
-
readonly type: import("vue").PropType<any>;
|
|
10742
|
-
readonly required: false;
|
|
10743
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10744
|
-
__epPropKey: true;
|
|
10745
|
-
};
|
|
10746
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem) | (() => KeyValueItem) | ((new (...args: any[]) => KeyValueItem) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
10747
|
-
key: string;
|
|
10748
|
-
value: string;
|
|
10749
|
-
}, boolean>;
|
|
10652
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
10653
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]) | ((new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]))[], unknown, unknown, () => IKeyValueItem[], boolean>;
|
|
10654
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
10655
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
10656
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
10657
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown, "doubt", boolean>;
|
|
10658
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
10659
|
+
(): any;
|
|
10660
|
+
new (): any;
|
|
10661
|
+
readonly prototype: any;
|
|
10662
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
10663
|
+
(): any;
|
|
10664
|
+
new (): any;
|
|
10665
|
+
readonly prototype: any;
|
|
10666
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
10667
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
10668
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
10669
|
+
(): any;
|
|
10670
|
+
new (): any;
|
|
10671
|
+
readonly prototype: any;
|
|
10672
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
10673
|
+
(): any;
|
|
10674
|
+
new (): any;
|
|
10675
|
+
readonly prototype: any;
|
|
10676
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
10677
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn & {
|
|
10678
|
+
guid: string;
|
|
10679
|
+
}) | (() => IKeyValueItem) | ((new (...args: any[]) => IKeyValueReturn & {
|
|
10680
|
+
guid: string;
|
|
10681
|
+
}) | (() => IKeyValueItem))[], unknown, unknown, () => IKeyValueItem, boolean>;
|
|
10750
10682
|
readonly idx: {
|
|
10751
10683
|
readonly type: import("vue").PropType<number>;
|
|
10752
10684
|
readonly required: true;
|
|
10753
10685
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10754
10686
|
__epPropKey: true;
|
|
10755
10687
|
};
|
|
10756
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
10757
|
-
readonly
|
|
10688
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
10689
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
10758
10690
|
}, {
|
|
10759
10691
|
props: import("@vue/shared").LooseRequired<{
|
|
10760
|
-
readonly
|
|
10692
|
+
readonly values: IKeyValueItem[];
|
|
10693
|
+
readonly value: IKeyValueItem;
|
|
10694
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10695
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
10696
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
10697
|
+
readonly disabledValue: number[];
|
|
10698
|
+
readonly disabledKey: number[];
|
|
10699
|
+
readonly disabledDelete: number[];
|
|
10700
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10761
10701
|
readonly idx: number;
|
|
10762
|
-
readonly keyValueTypeDict: Record<string,
|
|
10763
|
-
readonly showDelete: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10764
|
-
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
10765
|
-
readonly keyValueType?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown> | undefined;
|
|
10702
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
10766
10703
|
readonly keyType?: any;
|
|
10767
|
-
readonly keyTypes?: import("./config").KeyType[] | undefined;
|
|
10768
10704
|
readonly valueType?: any;
|
|
10769
|
-
readonly disabledValue?: number[] | undefined;
|
|
10770
|
-
readonly disabledKey?: number[] | undefined;
|
|
10771
|
-
readonly disabledDelete?: number[] | undefined;
|
|
10772
10705
|
readonly onChange?: (() => any) | undefined;
|
|
10773
|
-
readonly "onUpdate:value"?: ((value:
|
|
10706
|
+
readonly "onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
10774
10707
|
readonly onDelete?: (() => any) | undefined;
|
|
10775
10708
|
} & {}>;
|
|
10776
|
-
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value:
|
|
10709
|
+
emits: ((event: "delete") => void) & ((event: "change") => void) & ((event: "update:value", value: IKeyValueItem) => void);
|
|
10777
10710
|
attrs: {
|
|
10778
10711
|
[x: string]: unknown;
|
|
10779
10712
|
};
|
|
@@ -10790,8 +10723,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10790
10723
|
innerValue: import("vue").Ref<{
|
|
10791
10724
|
key: any;
|
|
10792
10725
|
value: any;
|
|
10726
|
+
guid: string;
|
|
10793
10727
|
}>;
|
|
10794
|
-
|
|
10728
|
+
formRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
10795
10729
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
10796
10730
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
10797
10731
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -11688,24 +11622,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11688
11622
|
}>>))[], unknown, unknown, () => {
|
|
11689
11623
|
layout: string;
|
|
11690
11624
|
}, boolean>;
|
|
11691
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
11625
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
11692
11626
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11693
11627
|
align: {
|
|
11694
|
-
type: import("vue").PropType<"
|
|
11695
|
-
xs?: "
|
|
11696
|
-
sm?: "
|
|
11697
|
-
md?: "
|
|
11698
|
-
lg?: "
|
|
11699
|
-
xl?: "
|
|
11700
|
-
xxl?: "
|
|
11628
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11629
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11630
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11631
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11632
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11633
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11634
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11701
11635
|
}>;
|
|
11702
|
-
default: "
|
|
11703
|
-
xs?: "
|
|
11704
|
-
sm?: "
|
|
11705
|
-
md?: "
|
|
11706
|
-
lg?: "
|
|
11707
|
-
xl?: "
|
|
11708
|
-
xxl?: "
|
|
11636
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11637
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11638
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11639
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11640
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11641
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11642
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11709
11643
|
};
|
|
11710
11644
|
};
|
|
11711
11645
|
justify: {
|
|
@@ -11737,21 +11671,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11737
11671
|
};
|
|
11738
11672
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11739
11673
|
align: {
|
|
11740
|
-
type: import("vue").PropType<"
|
|
11741
|
-
xs?: "
|
|
11742
|
-
sm?: "
|
|
11743
|
-
md?: "
|
|
11744
|
-
lg?: "
|
|
11745
|
-
xl?: "
|
|
11746
|
-
xxl?: "
|
|
11674
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11675
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11676
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11677
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11678
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11679
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11680
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11747
11681
|
}>;
|
|
11748
|
-
default: "
|
|
11749
|
-
xs?: "
|
|
11750
|
-
sm?: "
|
|
11751
|
-
md?: "
|
|
11752
|
-
lg?: "
|
|
11753
|
-
xl?: "
|
|
11754
|
-
xxl?: "
|
|
11682
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11683
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11684
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11685
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11686
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11687
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11688
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11755
11689
|
};
|
|
11756
11690
|
};
|
|
11757
11691
|
justify: {
|
|
@@ -11783,21 +11717,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11783
11717
|
};
|
|
11784
11718
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11785
11719
|
align: {
|
|
11786
|
-
type: import("vue").PropType<"
|
|
11787
|
-
xs?: "
|
|
11788
|
-
sm?: "
|
|
11789
|
-
md?: "
|
|
11790
|
-
lg?: "
|
|
11791
|
-
xl?: "
|
|
11792
|
-
xxl?: "
|
|
11720
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11721
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11722
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11723
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11724
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11725
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11726
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11793
11727
|
}>;
|
|
11794
|
-
default: "
|
|
11795
|
-
xs?: "
|
|
11796
|
-
sm?: "
|
|
11797
|
-
md?: "
|
|
11798
|
-
lg?: "
|
|
11799
|
-
xl?: "
|
|
11800
|
-
xxl?: "
|
|
11728
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11729
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11730
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11731
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11732
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11733
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11734
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11801
11735
|
};
|
|
11802
11736
|
};
|
|
11803
11737
|
justify: {
|
|
@@ -11829,21 +11763,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11829
11763
|
};
|
|
11830
11764
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11831
11765
|
align: {
|
|
11832
|
-
type: import("vue").PropType<"
|
|
11833
|
-
xs?: "
|
|
11834
|
-
sm?: "
|
|
11835
|
-
md?: "
|
|
11836
|
-
lg?: "
|
|
11837
|
-
xl?: "
|
|
11838
|
-
xxl?: "
|
|
11766
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
11767
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11768
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11769
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11770
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11771
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11772
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11839
11773
|
}>;
|
|
11840
|
-
default: "
|
|
11841
|
-
xs?: "
|
|
11842
|
-
sm?: "
|
|
11843
|
-
md?: "
|
|
11844
|
-
lg?: "
|
|
11845
|
-
xl?: "
|
|
11846
|
-
xxl?: "
|
|
11774
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
11775
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11776
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11777
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11778
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11779
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11780
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
11847
11781
|
};
|
|
11848
11782
|
};
|
|
11849
11783
|
justify: {
|
|
@@ -11881,7 +11815,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11881
11815
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
11882
11816
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
11883
11817
|
}>> & {
|
|
11884
|
-
onChange?: ((params: import("ll-plus/es/
|
|
11818
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
11885
11819
|
}, {
|
|
11886
11820
|
props: import("@vue/shared").LooseRequired<{
|
|
11887
11821
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -12112,21 +12046,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12112
12046
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12113
12047
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12114
12048
|
align: {
|
|
12115
|
-
type: import("vue").PropType<"
|
|
12116
|
-
xs?: "
|
|
12117
|
-
sm?: "
|
|
12118
|
-
md?: "
|
|
12119
|
-
lg?: "
|
|
12120
|
-
xl?: "
|
|
12121
|
-
xxl?: "
|
|
12049
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
12050
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12051
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12052
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12053
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12054
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12055
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12122
12056
|
}>;
|
|
12123
|
-
default: "
|
|
12124
|
-
xs?: "
|
|
12125
|
-
sm?: "
|
|
12126
|
-
md?: "
|
|
12127
|
-
lg?: "
|
|
12128
|
-
xl?: "
|
|
12129
|
-
xxl?: "
|
|
12057
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
12058
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12059
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12060
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12061
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12062
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12063
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
12130
12064
|
};
|
|
12131
12065
|
};
|
|
12132
12066
|
justify: {
|
|
@@ -12158,12 +12092,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12158
12092
|
};
|
|
12159
12093
|
}>>;
|
|
12160
12094
|
readonly formColumns: any[];
|
|
12161
|
-
readonly formData: import("ll-plus/es/
|
|
12095
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12162
12096
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12163
12097
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12164
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
12098
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
12165
12099
|
} & {}>;
|
|
12166
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
12100
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
12167
12101
|
bem: {
|
|
12168
12102
|
b: (blockSuffix?: string) => string;
|
|
12169
12103
|
e: (element?: string) => string;
|
|
@@ -12174,7 +12108,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12174
12108
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
12175
12109
|
is: (name?: string) => string;
|
|
12176
12110
|
};
|
|
12177
|
-
formData: import("ll-plus/es/
|
|
12111
|
+
formData: import("ll-plus/es/components").FormData;
|
|
12178
12112
|
formRef: import("vue").Ref<any>;
|
|
12179
12113
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
12180
12114
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -12186,19 +12120,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12186
12120
|
new (): any;
|
|
12187
12121
|
readonly prototype: any;
|
|
12188
12122
|
})[], unknown, unknown, () => {}, boolean>;
|
|
12189
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
12123
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12190
12124
|
}>> & {
|
|
12191
12125
|
onChangeField?: ((item: any) => any) | undefined;
|
|
12192
12126
|
}, {
|
|
12193
12127
|
props: import("@vue/shared").LooseRequired<{
|
|
12194
|
-
readonly formData: import("ll-plus/es/
|
|
12128
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12195
12129
|
readonly item: any;
|
|
12196
12130
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
12197
12131
|
} & {}>;
|
|
12198
12132
|
emits: (event: "changeField", item: any) => void;
|
|
12199
|
-
formData: import("ll-plus/es/
|
|
12133
|
+
formData: import("ll-plus/es/components").FormData;
|
|
12200
12134
|
componentRef: import("vue").Ref<any>;
|
|
12201
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12135
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
12202
12136
|
handleChange: (...arg: any[]) => void;
|
|
12203
12137
|
focus: () => Promise<void>;
|
|
12204
12138
|
getItem: () => any;
|
|
@@ -12215,11 +12149,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12215
12149
|
new (): any;
|
|
12216
12150
|
readonly prototype: any;
|
|
12217
12151
|
})[], unknown, unknown, () => {}, boolean>;
|
|
12218
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
12152
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12219
12153
|
}>> & {
|
|
12220
12154
|
onChangeField?: ((item: any) => any) | undefined;
|
|
12221
12155
|
}, {
|
|
12222
|
-
readonly formData: import("ll-plus/es/
|
|
12156
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12223
12157
|
readonly item: any;
|
|
12224
12158
|
}, true, {}, {}, {
|
|
12225
12159
|
P: {};
|
|
@@ -12238,25 +12172,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12238
12172
|
new (): any;
|
|
12239
12173
|
readonly prototype: any;
|
|
12240
12174
|
})[], unknown, unknown, () => {}, boolean>;
|
|
12241
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
12175
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12242
12176
|
}>> & {
|
|
12243
12177
|
onChangeField?: ((item: any) => any) | undefined;
|
|
12244
12178
|
}, {
|
|
12245
12179
|
props: import("@vue/shared").LooseRequired<{
|
|
12246
|
-
readonly formData: import("ll-plus/es/
|
|
12180
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12247
12181
|
readonly item: any;
|
|
12248
12182
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
12249
12183
|
} & {}>;
|
|
12250
12184
|
emits: (event: "changeField", item: any) => void;
|
|
12251
|
-
formData: import("ll-plus/es/
|
|
12185
|
+
formData: import("ll-plus/es/components").FormData;
|
|
12252
12186
|
componentRef: import("vue").Ref<any>;
|
|
12253
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12187
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
12254
12188
|
handleChange: (...arg: any[]) => void;
|
|
12255
12189
|
focus: () => Promise<void>;
|
|
12256
12190
|
getItem: () => any;
|
|
12257
12191
|
readonly checkedType: string[];
|
|
12258
12192
|
}, {}, {}, {}, {
|
|
12259
|
-
readonly formData: import("ll-plus/es/
|
|
12193
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12260
12194
|
readonly item: any;
|
|
12261
12195
|
}>[]>;
|
|
12262
12196
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -12356,10 +12290,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12356
12290
|
name?: string | undefined;
|
|
12357
12291
|
}>;
|
|
12358
12292
|
id: import("vue").Ref<string>;
|
|
12359
|
-
validate: () => Promise<
|
|
12360
|
-
resetFields: () => Promise<
|
|
12361
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
12362
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
12293
|
+
validate: () => Promise<void>;
|
|
12294
|
+
resetFields: () => Promise<void>;
|
|
12295
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
12296
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
12363
12297
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
12364
12298
|
getFormItemClass: (item?: any) => string;
|
|
12365
12299
|
handleChangeField: (item: any) => void;
|
|
@@ -12383,17 +12317,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12383
12317
|
new (): any;
|
|
12384
12318
|
readonly prototype: any;
|
|
12385
12319
|
})[], unknown, unknown, () => {}, boolean>;
|
|
12386
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
12320
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12387
12321
|
}, {
|
|
12388
12322
|
props: import("@vue/shared").LooseRequired<{
|
|
12389
|
-
readonly formData: import("ll-plus/es/
|
|
12323
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12390
12324
|
readonly item: any;
|
|
12391
12325
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
12392
12326
|
} & {}>;
|
|
12393
12327
|
emits: (event: "changeField", item: any) => void;
|
|
12394
|
-
formData: import("ll-plus/es/
|
|
12328
|
+
formData: import("ll-plus/es/components").FormData;
|
|
12395
12329
|
componentRef: import("vue").Ref<any>;
|
|
12396
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12330
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
12397
12331
|
handleChange: (...arg: any[]) => void;
|
|
12398
12332
|
focus: () => Promise<void>;
|
|
12399
12333
|
getItem: () => any;
|
|
@@ -12410,15 +12344,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12410
12344
|
new (): any;
|
|
12411
12345
|
readonly prototype: any;
|
|
12412
12346
|
})[], unknown, unknown, () => {}, boolean>;
|
|
12413
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
12347
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12414
12348
|
}>> & {
|
|
12415
12349
|
onChangeField?: ((item: any) => any) | undefined;
|
|
12416
12350
|
}, {
|
|
12417
|
-
readonly formData: import("ll-plus/es/
|
|
12351
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
12418
12352
|
readonly item: any;
|
|
12419
12353
|
}, {}>;
|
|
12420
12354
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12421
|
-
change: (params: import("ll-plus/es/
|
|
12355
|
+
change: (params: import("ll-plus/es/components").FormChangeEvent) => boolean;
|
|
12422
12356
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
12423
12357
|
readonly formColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => never[], boolean>;
|
|
12424
12358
|
readonly formOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
@@ -13316,24 +13250,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13316
13250
|
}>>))[], unknown, unknown, () => {
|
|
13317
13251
|
layout: string;
|
|
13318
13252
|
}, boolean>;
|
|
13319
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
13253
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
13320
13254
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13321
13255
|
align: {
|
|
13322
|
-
type: import("vue").PropType<"
|
|
13323
|
-
xs?: "
|
|
13324
|
-
sm?: "
|
|
13325
|
-
md?: "
|
|
13326
|
-
lg?: "
|
|
13327
|
-
xl?: "
|
|
13328
|
-
xxl?: "
|
|
13256
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13257
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13258
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13259
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13260
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13261
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13262
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13329
13263
|
}>;
|
|
13330
|
-
default: "
|
|
13331
|
-
xs?: "
|
|
13332
|
-
sm?: "
|
|
13333
|
-
md?: "
|
|
13334
|
-
lg?: "
|
|
13335
|
-
xl?: "
|
|
13336
|
-
xxl?: "
|
|
13264
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13265
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13266
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13267
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13268
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13269
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13270
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13337
13271
|
};
|
|
13338
13272
|
};
|
|
13339
13273
|
justify: {
|
|
@@ -13365,21 +13299,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13365
13299
|
};
|
|
13366
13300
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13367
13301
|
align: {
|
|
13368
|
-
type: import("vue").PropType<"
|
|
13369
|
-
xs?: "
|
|
13370
|
-
sm?: "
|
|
13371
|
-
md?: "
|
|
13372
|
-
lg?: "
|
|
13373
|
-
xl?: "
|
|
13374
|
-
xxl?: "
|
|
13302
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13303
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13304
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13305
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13306
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13307
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13308
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13375
13309
|
}>;
|
|
13376
|
-
default: "
|
|
13377
|
-
xs?: "
|
|
13378
|
-
sm?: "
|
|
13379
|
-
md?: "
|
|
13380
|
-
lg?: "
|
|
13381
|
-
xl?: "
|
|
13382
|
-
xxl?: "
|
|
13310
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13311
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13312
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13313
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13314
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13315
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13316
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13383
13317
|
};
|
|
13384
13318
|
};
|
|
13385
13319
|
justify: {
|
|
@@ -13411,21 +13345,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13411
13345
|
};
|
|
13412
13346
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13413
13347
|
align: {
|
|
13414
|
-
type: import("vue").PropType<"
|
|
13415
|
-
xs?: "
|
|
13416
|
-
sm?: "
|
|
13417
|
-
md?: "
|
|
13418
|
-
lg?: "
|
|
13419
|
-
xl?: "
|
|
13420
|
-
xxl?: "
|
|
13348
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13349
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13350
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13351
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13352
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13353
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13354
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13421
13355
|
}>;
|
|
13422
|
-
default: "
|
|
13423
|
-
xs?: "
|
|
13424
|
-
sm?: "
|
|
13425
|
-
md?: "
|
|
13426
|
-
lg?: "
|
|
13427
|
-
xl?: "
|
|
13428
|
-
xxl?: "
|
|
13356
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13357
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13358
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13359
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13360
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13361
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13362
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13429
13363
|
};
|
|
13430
13364
|
};
|
|
13431
13365
|
justify: {
|
|
@@ -13457,21 +13391,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13457
13391
|
};
|
|
13458
13392
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13459
13393
|
align: {
|
|
13460
|
-
type: import("vue").PropType<"
|
|
13461
|
-
xs?: "
|
|
13462
|
-
sm?: "
|
|
13463
|
-
md?: "
|
|
13464
|
-
lg?: "
|
|
13465
|
-
xl?: "
|
|
13466
|
-
xxl?: "
|
|
13394
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13395
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13396
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13397
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13398
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13399
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13400
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13467
13401
|
}>;
|
|
13468
|
-
default: "
|
|
13469
|
-
xs?: "
|
|
13470
|
-
sm?: "
|
|
13471
|
-
md?: "
|
|
13472
|
-
lg?: "
|
|
13473
|
-
xl?: "
|
|
13474
|
-
xxl?: "
|
|
13402
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13403
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13404
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13405
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13406
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13407
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13408
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13475
13409
|
};
|
|
13476
13410
|
};
|
|
13477
13411
|
justify: {
|
|
@@ -13509,7 +13443,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13509
13443
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
13510
13444
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
13511
13445
|
}>> & {
|
|
13512
|
-
onChange?: ((params: import("ll-plus/es/
|
|
13446
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
13513
13447
|
}, {
|
|
13514
13448
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13515
13449
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -13739,21 +13673,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13739
13673
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13740
13674
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13741
13675
|
align: {
|
|
13742
|
-
type: import("vue").PropType<"
|
|
13743
|
-
xs?: "
|
|
13744
|
-
sm?: "
|
|
13745
|
-
md?: "
|
|
13746
|
-
lg?: "
|
|
13747
|
-
xl?: "
|
|
13748
|
-
xxl?: "
|
|
13676
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
13677
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13678
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13679
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13680
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13681
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13682
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13749
13683
|
}>;
|
|
13750
|
-
default: "
|
|
13751
|
-
xs?: "
|
|
13752
|
-
sm?: "
|
|
13753
|
-
md?: "
|
|
13754
|
-
lg?: "
|
|
13755
|
-
xl?: "
|
|
13756
|
-
xxl?: "
|
|
13684
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
13685
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13686
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13687
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13688
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13689
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13690
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
13757
13691
|
};
|
|
13758
13692
|
};
|
|
13759
13693
|
justify: {
|
|
@@ -13785,7 +13719,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13785
13719
|
};
|
|
13786
13720
|
}>>;
|
|
13787
13721
|
readonly formColumns: any[];
|
|
13788
|
-
readonly formData: import("ll-plus/es/
|
|
13722
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
13789
13723
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13790
13724
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13791
13725
|
}, true, {}, {}, {
|
|
@@ -14692,24 +14626,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14692
14626
|
}>>))[], unknown, unknown, () => {
|
|
14693
14627
|
layout: string;
|
|
14694
14628
|
}, boolean>;
|
|
14695
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
14629
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
14696
14630
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14697
14631
|
align: {
|
|
14698
|
-
type: import("vue").PropType<"
|
|
14699
|
-
xs?: "
|
|
14700
|
-
sm?: "
|
|
14701
|
-
md?: "
|
|
14702
|
-
lg?: "
|
|
14703
|
-
xl?: "
|
|
14704
|
-
xxl?: "
|
|
14632
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14633
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14634
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14635
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14636
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14637
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14638
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14705
14639
|
}>;
|
|
14706
|
-
default: "
|
|
14707
|
-
xs?: "
|
|
14708
|
-
sm?: "
|
|
14709
|
-
md?: "
|
|
14710
|
-
lg?: "
|
|
14711
|
-
xl?: "
|
|
14712
|
-
xxl?: "
|
|
14640
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14641
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14642
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14643
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14644
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14645
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14646
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14713
14647
|
};
|
|
14714
14648
|
};
|
|
14715
14649
|
justify: {
|
|
@@ -14741,21 +14675,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14741
14675
|
};
|
|
14742
14676
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14743
14677
|
align: {
|
|
14744
|
-
type: import("vue").PropType<"
|
|
14745
|
-
xs?: "
|
|
14746
|
-
sm?: "
|
|
14747
|
-
md?: "
|
|
14748
|
-
lg?: "
|
|
14749
|
-
xl?: "
|
|
14750
|
-
xxl?: "
|
|
14678
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14679
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14680
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14681
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14682
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14683
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14684
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14751
14685
|
}>;
|
|
14752
|
-
default: "
|
|
14753
|
-
xs?: "
|
|
14754
|
-
sm?: "
|
|
14755
|
-
md?: "
|
|
14756
|
-
lg?: "
|
|
14757
|
-
xl?: "
|
|
14758
|
-
xxl?: "
|
|
14686
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14687
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14688
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14689
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14690
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14691
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14692
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14759
14693
|
};
|
|
14760
14694
|
};
|
|
14761
14695
|
justify: {
|
|
@@ -14787,21 +14721,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14787
14721
|
};
|
|
14788
14722
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14789
14723
|
align: {
|
|
14790
|
-
type: import("vue").PropType<"
|
|
14791
|
-
xs?: "
|
|
14792
|
-
sm?: "
|
|
14793
|
-
md?: "
|
|
14794
|
-
lg?: "
|
|
14795
|
-
xl?: "
|
|
14796
|
-
xxl?: "
|
|
14724
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14725
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14726
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14727
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14728
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14729
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14730
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14797
14731
|
}>;
|
|
14798
|
-
default: "
|
|
14799
|
-
xs?: "
|
|
14800
|
-
sm?: "
|
|
14801
|
-
md?: "
|
|
14802
|
-
lg?: "
|
|
14803
|
-
xl?: "
|
|
14804
|
-
xxl?: "
|
|
14732
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14733
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14734
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14735
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14736
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14737
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14738
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14805
14739
|
};
|
|
14806
14740
|
};
|
|
14807
14741
|
justify: {
|
|
@@ -14833,21 +14767,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14833
14767
|
};
|
|
14834
14768
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14835
14769
|
align: {
|
|
14836
|
-
type: import("vue").PropType<"
|
|
14837
|
-
xs?: "
|
|
14838
|
-
sm?: "
|
|
14839
|
-
md?: "
|
|
14840
|
-
lg?: "
|
|
14841
|
-
xl?: "
|
|
14842
|
-
xxl?: "
|
|
14770
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
14771
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14772
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14773
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14774
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14775
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14776
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14843
14777
|
}>;
|
|
14844
|
-
default: "
|
|
14845
|
-
xs?: "
|
|
14846
|
-
sm?: "
|
|
14847
|
-
md?: "
|
|
14848
|
-
lg?: "
|
|
14849
|
-
xl?: "
|
|
14850
|
-
xxl?: "
|
|
14778
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
14779
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14780
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14781
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14782
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14783
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14784
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
14851
14785
|
};
|
|
14852
14786
|
};
|
|
14853
14787
|
justify: {
|
|
@@ -14885,7 +14819,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14885
14819
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14886
14820
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14887
14821
|
}>> & {
|
|
14888
|
-
onChange?: ((params: import("ll-plus/es/
|
|
14822
|
+
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
14889
14823
|
}, {
|
|
14890
14824
|
props: import("@vue/shared").LooseRequired<{
|
|
14891
14825
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -15116,21 +15050,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15116
15050
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15117
15051
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15118
15052
|
align: {
|
|
15119
|
-
type: import("vue").PropType<"
|
|
15120
|
-
xs?: "
|
|
15121
|
-
sm?: "
|
|
15122
|
-
md?: "
|
|
15123
|
-
lg?: "
|
|
15124
|
-
xl?: "
|
|
15125
|
-
xxl?: "
|
|
15053
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
15054
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15055
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15056
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15057
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15058
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15059
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15126
15060
|
}>;
|
|
15127
|
-
default: "
|
|
15128
|
-
xs?: "
|
|
15129
|
-
sm?: "
|
|
15130
|
-
md?: "
|
|
15131
|
-
lg?: "
|
|
15132
|
-
xl?: "
|
|
15133
|
-
xxl?: "
|
|
15061
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
15062
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15063
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15064
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15065
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15066
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15067
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15134
15068
|
};
|
|
15135
15069
|
};
|
|
15136
15070
|
justify: {
|
|
@@ -15162,12 +15096,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15162
15096
|
};
|
|
15163
15097
|
}>>;
|
|
15164
15098
|
readonly formColumns: any[];
|
|
15165
|
-
readonly formData: import("ll-plus/es/
|
|
15099
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15166
15100
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15167
15101
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15168
|
-
readonly onChange?: ((params: import("ll-plus/es/
|
|
15102
|
+
readonly onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
15169
15103
|
} & {}>;
|
|
15170
|
-
emits: (event: "change", params: import("ll-plus/es/
|
|
15104
|
+
emits: (event: "change", params: import("ll-plus/es/components").FormChangeEvent) => void;
|
|
15171
15105
|
bem: {
|
|
15172
15106
|
b: (blockSuffix?: string) => string;
|
|
15173
15107
|
e: (element?: string) => string;
|
|
@@ -15178,7 +15112,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15178
15112
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
15179
15113
|
is: (name?: string) => string;
|
|
15180
15114
|
};
|
|
15181
|
-
formData: import("ll-plus/es/
|
|
15115
|
+
formData: import("ll-plus/es/components").FormData;
|
|
15182
15116
|
formRef: import("vue").Ref<any>;
|
|
15183
15117
|
formComponents: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
15184
15118
|
readonly item: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
@@ -15190,19 +15124,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15190
15124
|
new (): any;
|
|
15191
15125
|
readonly prototype: any;
|
|
15192
15126
|
})[], unknown, unknown, () => {}, boolean>;
|
|
15193
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
15127
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
15194
15128
|
}>> & {
|
|
15195
15129
|
onChangeField?: ((item: any) => any) | undefined;
|
|
15196
15130
|
}, {
|
|
15197
15131
|
props: import("@vue/shared").LooseRequired<{
|
|
15198
|
-
readonly formData: import("ll-plus/es/
|
|
15132
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15199
15133
|
readonly item: any;
|
|
15200
15134
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
15201
15135
|
} & {}>;
|
|
15202
15136
|
emits: (event: "changeField", item: any) => void;
|
|
15203
|
-
formData: import("ll-plus/es/
|
|
15137
|
+
formData: import("ll-plus/es/components").FormData;
|
|
15204
15138
|
componentRef: import("vue").Ref<any>;
|
|
15205
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15139
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
15206
15140
|
handleChange: (...arg: any[]) => void;
|
|
15207
15141
|
focus: () => Promise<void>;
|
|
15208
15142
|
getItem: () => any;
|
|
@@ -15219,11 +15153,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15219
15153
|
new (): any;
|
|
15220
15154
|
readonly prototype: any;
|
|
15221
15155
|
})[], unknown, unknown, () => {}, boolean>;
|
|
15222
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
15156
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
15223
15157
|
}>> & {
|
|
15224
15158
|
onChangeField?: ((item: any) => any) | undefined;
|
|
15225
15159
|
}, {
|
|
15226
|
-
readonly formData: import("ll-plus/es/
|
|
15160
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15227
15161
|
readonly item: any;
|
|
15228
15162
|
}, true, {}, {}, {
|
|
15229
15163
|
P: {};
|
|
@@ -15242,25 +15176,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15242
15176
|
new (): any;
|
|
15243
15177
|
readonly prototype: any;
|
|
15244
15178
|
})[], unknown, unknown, () => {}, boolean>;
|
|
15245
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
15179
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
15246
15180
|
}>> & {
|
|
15247
15181
|
onChangeField?: ((item: any) => any) | undefined;
|
|
15248
15182
|
}, {
|
|
15249
15183
|
props: import("@vue/shared").LooseRequired<{
|
|
15250
|
-
readonly formData: import("ll-plus/es/
|
|
15184
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15251
15185
|
readonly item: any;
|
|
15252
15186
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
15253
15187
|
} & {}>;
|
|
15254
15188
|
emits: (event: "changeField", item: any) => void;
|
|
15255
|
-
formData: import("ll-plus/es/
|
|
15189
|
+
formData: import("ll-plus/es/components").FormData;
|
|
15256
15190
|
componentRef: import("vue").Ref<any>;
|
|
15257
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15191
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
15258
15192
|
handleChange: (...arg: any[]) => void;
|
|
15259
15193
|
focus: () => Promise<void>;
|
|
15260
15194
|
getItem: () => any;
|
|
15261
15195
|
readonly checkedType: string[];
|
|
15262
15196
|
}, {}, {}, {}, {
|
|
15263
|
-
readonly formData: import("ll-plus/es/
|
|
15197
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15264
15198
|
readonly item: any;
|
|
15265
15199
|
}>[]>;
|
|
15266
15200
|
computedFormColumns: import("vue").ComputedRef<any[]>;
|
|
@@ -15360,10 +15294,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15360
15294
|
name?: string | undefined;
|
|
15361
15295
|
}>;
|
|
15362
15296
|
id: import("vue").Ref<string>;
|
|
15363
|
-
validate: () => Promise<
|
|
15364
|
-
resetFields: () => Promise<
|
|
15365
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
15366
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
15297
|
+
validate: () => Promise<void>;
|
|
15298
|
+
resetFields: () => Promise<void>;
|
|
15299
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
15300
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
15367
15301
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
15368
15302
|
getFormItemClass: (item?: any) => string;
|
|
15369
15303
|
handleChangeField: (item: any) => void;
|
|
@@ -15387,17 +15321,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15387
15321
|
new (): any;
|
|
15388
15322
|
readonly prototype: any;
|
|
15389
15323
|
})[], unknown, unknown, () => {}, boolean>;
|
|
15390
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
15324
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
15391
15325
|
}, {
|
|
15392
15326
|
props: import("@vue/shared").LooseRequired<{
|
|
15393
|
-
readonly formData: import("ll-plus/es/
|
|
15327
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15394
15328
|
readonly item: any;
|
|
15395
15329
|
readonly onChangeField?: ((item: any) => any) | undefined;
|
|
15396
15330
|
} & {}>;
|
|
15397
15331
|
emits: (event: "changeField", item: any) => void;
|
|
15398
|
-
formData: import("ll-plus/es/
|
|
15332
|
+
formData: import("ll-plus/es/components").FormData;
|
|
15399
15333
|
componentRef: import("vue").Ref<any>;
|
|
15400
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15334
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
|
|
15401
15335
|
handleChange: (...arg: any[]) => void;
|
|
15402
15336
|
focus: () => Promise<void>;
|
|
15403
15337
|
getItem: () => any;
|
|
@@ -15414,11 +15348,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15414
15348
|
new (): any;
|
|
15415
15349
|
readonly prototype: any;
|
|
15416
15350
|
})[], unknown, unknown, () => {}, boolean>;
|
|
15417
|
-
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/
|
|
15351
|
+
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
15418
15352
|
}>> & {
|
|
15419
15353
|
onChangeField?: ((item: any) => any) | undefined;
|
|
15420
15354
|
}, {
|
|
15421
|
-
readonly formData: import("ll-plus/es/
|
|
15355
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15422
15356
|
readonly item: any;
|
|
15423
15357
|
}, {}>;
|
|
15424
15358
|
}, {}, {}, {}, {
|
|
@@ -15650,21 +15584,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15650
15584
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15651
15585
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15652
15586
|
align: {
|
|
15653
|
-
type: import("vue").PropType<"
|
|
15654
|
-
xs?: "
|
|
15655
|
-
sm?: "
|
|
15656
|
-
md?: "
|
|
15657
|
-
lg?: "
|
|
15658
|
-
xl?: "
|
|
15659
|
-
xxl?: "
|
|
15587
|
+
type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
|
|
15588
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15589
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15590
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15591
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15592
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15593
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15660
15594
|
}>;
|
|
15661
|
-
default: "
|
|
15662
|
-
xs?: "
|
|
15663
|
-
sm?: "
|
|
15664
|
-
md?: "
|
|
15665
|
-
lg?: "
|
|
15666
|
-
xl?: "
|
|
15667
|
-
xxl?: "
|
|
15595
|
+
default: "middle" | "top" | "bottom" | "stretch" | {
|
|
15596
|
+
xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15597
|
+
sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15598
|
+
md?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15599
|
+
lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15600
|
+
xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15601
|
+
xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
|
|
15668
15602
|
};
|
|
15669
15603
|
};
|
|
15670
15604
|
justify: {
|
|
@@ -15696,7 +15630,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15696
15630
|
};
|
|
15697
15631
|
}>>;
|
|
15698
15632
|
readonly formColumns: any[];
|
|
15699
|
-
readonly formData: import("ll-plus/es/
|
|
15633
|
+
readonly formData: import("ll-plus/es/components").FormData;
|
|
15700
15634
|
readonly autoFocus: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15701
15635
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15702
15636
|
}> | null | undefined>;
|
|
@@ -15704,13 +15638,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15704
15638
|
getValueType: import("vue").ComputedRef<any>;
|
|
15705
15639
|
getKeyDisabled: import("vue").ComputedRef<any>;
|
|
15706
15640
|
getValueDisabled: import("vue").ComputedRef<any>;
|
|
15707
|
-
getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
|
|
15708
15641
|
hasValue: import("vue").ComputedRef<any>;
|
|
15642
|
+
getDeleteDisabled: import("vue").ComputedRef<boolean>;
|
|
15709
15643
|
handleDelete: () => void;
|
|
15710
15644
|
handleChange: () => Promise<void>;
|
|
15711
|
-
validate: () => Promise<
|
|
15712
|
-
resetFields: () => Promise<
|
|
15713
|
-
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
15645
|
+
validate: () => Promise<void>;
|
|
15646
|
+
resetFields: () => Promise<void>;
|
|
15647
|
+
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
15714
15648
|
readonly isEmpty: {
|
|
15715
15649
|
<T extends {
|
|
15716
15650
|
__trapAny: any;
|
|
@@ -15954,87 +15888,71 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15954
15888
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15955
15889
|
delete: () => boolean;
|
|
15956
15890
|
change: () => boolean;
|
|
15957
|
-
'update:value': (value:
|
|
15891
|
+
'update:value': (value: IKeyValueItem) => boolean;
|
|
15958
15892
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15959
|
-
readonly disabled:
|
|
15960
|
-
|
|
15961
|
-
|
|
15962
|
-
|
|
15963
|
-
|
|
15964
|
-
|
|
15965
|
-
readonly
|
|
15966
|
-
|
|
15967
|
-
|
|
15968
|
-
readonly
|
|
15969
|
-
|
|
15970
|
-
|
|
15971
|
-
|
|
15972
|
-
readonly
|
|
15973
|
-
|
|
15974
|
-
|
|
15975
|
-
|
|
15976
|
-
|
|
15977
|
-
|
|
15978
|
-
readonly
|
|
15979
|
-
|
|
15980
|
-
|
|
15981
|
-
|
|
15982
|
-
|
|
15983
|
-
|
|
15984
|
-
|
|
15985
|
-
|
|
15986
|
-
|
|
15987
|
-
|
|
15988
|
-
}
|
|
15989
|
-
readonly keyType: {
|
|
15990
|
-
readonly type: import("vue").PropType<any>;
|
|
15991
|
-
readonly required: false;
|
|
15992
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15993
|
-
__epPropKey: true;
|
|
15994
|
-
};
|
|
15995
|
-
readonly keyTypes: {
|
|
15996
|
-
readonly type: import("vue").PropType<import("./config").KeyType[]>;
|
|
15997
|
-
readonly required: false;
|
|
15998
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15999
|
-
__epPropKey: true;
|
|
16000
|
-
};
|
|
16001
|
-
readonly valueType: {
|
|
16002
|
-
readonly type: import("vue").PropType<any>;
|
|
16003
|
-
readonly required: false;
|
|
16004
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16005
|
-
__epPropKey: true;
|
|
16006
|
-
};
|
|
16007
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem) | (() => KeyValueItem) | ((new (...args: any[]) => KeyValueItem) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
16008
|
-
key: string;
|
|
16009
|
-
value: string;
|
|
16010
|
-
}, boolean>;
|
|
15893
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
15894
|
+
readonly values: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]) | ((new (...args: any[]) => IKeyValueItem[]) | (() => IKeyValueItem[]))[], unknown, unknown, () => IKeyValueItem[], boolean>;
|
|
15895
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
15896
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
15897
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
15898
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown, "doubt", boolean>;
|
|
15899
|
+
readonly keyType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
15900
|
+
(): any;
|
|
15901
|
+
new (): any;
|
|
15902
|
+
readonly prototype: any;
|
|
15903
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
15904
|
+
(): any;
|
|
15905
|
+
new (): any;
|
|
15906
|
+
readonly prototype: any;
|
|
15907
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
15908
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
15909
|
+
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
15910
|
+
(): any;
|
|
15911
|
+
new (): any;
|
|
15912
|
+
readonly prototype: any;
|
|
15913
|
+
} | ((new (...args: any[]) => any) | (() => any) | {
|
|
15914
|
+
(): any;
|
|
15915
|
+
new (): any;
|
|
15916
|
+
readonly prototype: any;
|
|
15917
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
15918
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn & {
|
|
15919
|
+
guid: string;
|
|
15920
|
+
}) | (() => IKeyValueItem) | ((new (...args: any[]) => IKeyValueReturn & {
|
|
15921
|
+
guid: string;
|
|
15922
|
+
}) | (() => IKeyValueItem))[], unknown, unknown, () => IKeyValueItem, boolean>;
|
|
16011
15923
|
readonly idx: {
|
|
16012
15924
|
readonly type: import("vue").PropType<number>;
|
|
16013
15925
|
readonly required: true;
|
|
16014
15926
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16015
15927
|
__epPropKey: true;
|
|
16016
15928
|
};
|
|
16017
|
-
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<
|
|
16018
|
-
readonly
|
|
15929
|
+
readonly keyValueTypeDict: import("ll-plus/es/utils").EpPropFinalized<() => Record<string, string>, unknown, unknown, () => Record<string, string>, boolean>;
|
|
15930
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16019
15931
|
}>> & {
|
|
16020
15932
|
onChange?: (() => any) | undefined;
|
|
16021
|
-
"onUpdate:value"?: ((value:
|
|
15933
|
+
"onUpdate:value"?: ((value: IKeyValueItem) => any) | undefined;
|
|
16022
15934
|
onDelete?: (() => any) | undefined;
|
|
16023
15935
|
}, {
|
|
16024
|
-
readonly
|
|
16025
|
-
readonly
|
|
16026
|
-
readonly
|
|
15936
|
+
readonly values: IKeyValueItem[];
|
|
15937
|
+
readonly value: IKeyValueItem;
|
|
15938
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15939
|
+
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
15940
|
+
readonly keyType: any;
|
|
15941
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
15942
|
+
readonly valueType: any;
|
|
15943
|
+
readonly disabledValue: number[];
|
|
15944
|
+
readonly disabledKey: number[];
|
|
15945
|
+
readonly disabledDelete: number[];
|
|
15946
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15947
|
+
readonly keyValueTypeDict: Record<string, string>;
|
|
16027
15948
|
}, {}>;
|
|
16028
15949
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16029
|
-
change: (value:
|
|
16030
|
-
add: (params:
|
|
15950
|
+
change: (value: IKeyValueReturn[]) => boolean;
|
|
15951
|
+
add: (params: IKeyValueAddEmits) => boolean;
|
|
16031
15952
|
delete: (index: number) => boolean;
|
|
16032
|
-
'update:value': (value:
|
|
15953
|
+
'update:value': (value: IKeyValueReturn[]) => boolean;
|
|
16033
15954
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16034
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
16035
|
-
key: string;
|
|
16036
|
-
value: string;
|
|
16037
|
-
}[], boolean>;
|
|
15955
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => IKeyValueReturn[]) | (() => IKeyValueReturn[]) | ((new (...args: any[]) => IKeyValueReturn[]) | (() => IKeyValueReturn[]))[], unknown, unknown, () => IKeyValueReturn[], boolean>;
|
|
16038
15956
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16039
15957
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16040
15958
|
readonly keyLabel: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -16049,11 +15967,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16049
15967
|
(): any;
|
|
16050
15968
|
new (): any;
|
|
16051
15969
|
readonly prototype: any;
|
|
16052
|
-
})[], unknown, unknown, () =>
|
|
16053
|
-
|
|
16054
|
-
placeholder: string;
|
|
16055
|
-
}, boolean>;
|
|
16056
|
-
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").KeyType[]) | (() => import("./config").KeyType[]) | ((new (...args: any[]) => import("./config").KeyType[]) | (() => import("./config").KeyType[]))[], unknown, unknown, () => never[], boolean>;
|
|
15970
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
15971
|
+
readonly keyTypes: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]) | ((new (...args: any[]) => import("ll-plus/es/components").IKeyType[]) | (() => import("ll-plus/es/components").IKeyType[]))[], unknown, unknown, () => import("ll-plus/es/components").IKeyType[], boolean>;
|
|
16057
15972
|
readonly valueType: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | {
|
|
16058
15973
|
(): any;
|
|
16059
15974
|
new (): any;
|
|
@@ -16062,23 +15977,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16062
15977
|
(): any;
|
|
16063
15978
|
new (): any;
|
|
16064
15979
|
readonly prototype: any;
|
|
16065
|
-
})[], unknown, unknown, () =>
|
|
16066
|
-
|
|
16067
|
-
|
|
16068
|
-
|
|
16069
|
-
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
16070
|
-
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
16071
|
-
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
15980
|
+
})[], unknown, unknown, () => any, boolean>;
|
|
15981
|
+
readonly disabledValue: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
15982
|
+
readonly disabledKey: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
15983
|
+
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => number[], boolean>;
|
|
16072
15984
|
readonly disabledAdd: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16073
15985
|
readonly validate: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16074
15986
|
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
16075
15987
|
}>> & {
|
|
16076
|
-
onChange?: ((value:
|
|
16077
|
-
"onUpdate:value"?: ((value:
|
|
15988
|
+
onChange?: ((value: IKeyValueReturn[]) => any) | undefined;
|
|
15989
|
+
"onUpdate:value"?: ((value: IKeyValueReturn[]) => any) | undefined;
|
|
16078
15990
|
onDelete?: ((index: number) => any) | undefined;
|
|
16079
|
-
onAdd?: ((params:
|
|
15991
|
+
onAdd?: ((params: IKeyValueAddEmits) => any) | undefined;
|
|
16080
15992
|
}, {
|
|
16081
|
-
readonly value:
|
|
15993
|
+
readonly value: IKeyValueReturn[];
|
|
16082
15994
|
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
16083
15995
|
readonly validate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
16084
15996
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -16087,7 +15999,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16087
15999
|
readonly addText: string;
|
|
16088
16000
|
readonly keyValueType: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown>;
|
|
16089
16001
|
readonly keyType: any;
|
|
16090
|
-
readonly keyTypes: import("
|
|
16002
|
+
readonly keyTypes: import("ll-plus/es/components").IKeyType[];
|
|
16091
16003
|
readonly valueType: any;
|
|
16092
16004
|
readonly disabledValue: number[];
|
|
16093
16005
|
readonly disabledKey: number[];
|