ll-plus 2.4.4 → 2.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/component.mjs +2 -0
- package/es/component.mjs.map +1 -1
- package/es/components/advanced-filtering/index.d.ts +302 -302
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +1 -1
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/es/components/api-component/index.d.ts +32 -32
- package/es/components/api-component/src/api-component.vue.d.ts +32 -32
- package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/es/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/es/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/es/components/api-component/src/config/api-modal.d.ts +1 -1
- package/es/components/api-component/src/config/click-input.d.ts +1 -1
- package/es/components/avatar/index.d.ts +102 -122
- package/es/components/avatar/src/avatar.d.ts +57 -23
- package/es/components/avatar/src/avatar.vue.d.ts +102 -122
- 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/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/easy-cron/index.d.ts +82 -82
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +142 -142
- package/es/components/icon-picker/index.d.ts +7 -3
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +7 -3
- package/es/components/index.d.ts +1 -0
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/key-value/index.d.ts +684 -684
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/es/components/key-value/src/key-value.vue.d.ts +684 -684
- package/es/components/modal/index.d.ts +4 -4
- package/es/components/modal/src/modal.vue.d.ts +4 -4
- package/es/components/rich-text-editor/index.d.ts +238 -0
- package/es/components/rich-text-editor/src/rich-text-editor.d.ts +66 -0
- package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +234 -0
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/select-group/index.d.ts +3 -2
- package/es/components/select-group/src/select-group.d.ts +6 -0
- package/es/components/select-group/src/select-group.vue.d.ts +3 -2
- package/es/components/table/index.d.ts +11 -11
- package/es/components/table/src/components/main-table.vue.d.ts +3 -3
- package/es/components/table/src/config/table.d.ts +4 -4
- package/es/components/table/src/table.vue.d.ts +11 -11
- 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 +15 -15
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/es/components/upload-drag/index.d.ts +4 -4
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/es/index.mjs +3 -1
- package/es/index.mjs.map +1 -1
- package/es/packages/components/advanced-filtering/src/advanced-filtering.mjs +4 -1
- package/es/packages/components/advanced-filtering/src/advanced-filtering.mjs.map +1 -1
- package/es/packages/components/advanced-filtering/src/advanced-filtering.vue2.mjs +3 -4
- package/es/packages/components/advanced-filtering/src/advanced-filtering.vue2.mjs.map +1 -1
- package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs +4 -3
- package/es/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs.map +1 -1
- package/es/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs +1 -1
- package/es/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs.map +1 -1
- package/es/packages/components/avatar/index.mjs +1 -1
- package/es/packages/components/avatar/src/avatar.mjs +41 -1
- package/es/packages/components/avatar/src/avatar.mjs.map +1 -1
- package/es/packages/components/avatar/src/avatar.vue2.mjs +16 -56
- package/es/packages/components/avatar/src/avatar.vue2.mjs.map +1 -1
- package/es/packages/components/icon-picker/src/components/modal.vue2.mjs +64 -59
- package/es/packages/components/icon-picker/src/components/modal.vue2.mjs.map +1 -1
- package/es/packages/components/icon-picker/src/icon-picker.vue2.mjs +10 -3
- package/es/packages/components/icon-picker/src/icon-picker.vue2.mjs.map +1 -1
- package/es/packages/components/index.mjs +3 -1
- package/es/packages/components/index.mjs.map +1 -1
- package/es/packages/components/number-range/src/number-range.vue2.mjs +6 -5
- package/es/packages/components/number-range/src/number-range.vue2.mjs.map +1 -1
- package/es/packages/components/rich-text-editor/index.mjs +10 -0
- package/es/packages/components/rich-text-editor/index.mjs.map +1 -0
- package/es/packages/components/rich-text-editor/src/rich-text-editor.mjs +69 -0
- package/es/packages/components/rich-text-editor/src/rich-text-editor.mjs.map +1 -0
- package/es/packages/components/rich-text-editor/src/rich-text-editor.vue.mjs +8 -0
- package/es/packages/components/rich-text-editor/src/rich-text-editor.vue.mjs.map +1 -0
- package/es/packages/components/rich-text-editor/src/rich-text-editor.vue2.mjs +186 -0
- package/es/packages/components/rich-text-editor/src/rich-text-editor.vue2.mjs.map +1 -0
- package/es/packages/components/select-group/src/select-group.mjs +6 -0
- package/es/packages/components/select-group/src/select-group.mjs.map +1 -1
- package/es/packages/components/select-group/src/select-group.vue2.mjs +5 -6
- package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
- package/global.d.ts +1 -1
- package/index.full.js +526 -256
- package/index.full.min.js +23 -23
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +23 -23
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +519 -254
- package/lib/component.js +44 -42
- package/lib/component.js.map +1 -1
- package/lib/components/advanced-filtering/index.d.ts +302 -302
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +1 -1
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/lib/components/api-component/index.d.ts +32 -32
- package/lib/components/api-component/src/api-component.vue.d.ts +32 -32
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/lib/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
- package/lib/components/api-component/src/config/click-input.d.ts +1 -1
- package/lib/components/avatar/index.d.ts +102 -122
- package/lib/components/avatar/src/avatar.d.ts +57 -23
- package/lib/components/avatar/src/avatar.vue.d.ts +102 -122
- 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/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/easy-cron/index.d.ts +82 -82
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +142 -142
- package/lib/components/icon-picker/index.d.ts +7 -3
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +7 -3
- package/lib/components/index.d.ts +1 -0
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/key-value/index.d.ts +684 -684
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/lib/components/key-value/src/key-value.vue.d.ts +684 -684
- package/lib/components/modal/index.d.ts +4 -4
- package/lib/components/modal/src/modal.vue.d.ts +4 -4
- package/lib/components/rich-text-editor/index.d.ts +238 -0
- package/lib/components/rich-text-editor/src/rich-text-editor.d.ts +66 -0
- package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +234 -0
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/select-group/index.d.ts +3 -2
- package/lib/components/select-group/src/select-group.d.ts +6 -0
- package/lib/components/select-group/src/select-group.vue.d.ts +3 -2
- package/lib/components/table/index.d.ts +11 -11
- package/lib/components/table/src/components/main-table.vue.d.ts +3 -3
- package/lib/components/table/src/config/table.d.ts +4 -4
- package/lib/components/table/src/table.vue.d.ts +11 -11
- 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 +15 -15
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/lib/components/upload-drag/index.d.ts +4 -4
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/lib/index.js +50 -41
- package/lib/index.js.map +1 -1
- package/lib/packages/components/advanced-filtering/src/advanced-filtering.js +4 -1
- package/lib/packages/components/advanced-filtering/src/advanced-filtering.js.map +1 -1
- package/lib/packages/components/advanced-filtering/src/advanced-filtering.vue2.js +2 -3
- package/lib/packages/components/advanced-filtering/src/advanced-filtering.vue2.js.map +1 -1
- package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js +4 -3
- package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js.map +1 -1
- package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js +1 -1
- package/lib/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js.map +1 -1
- package/lib/packages/components/avatar/index.js +1 -0
- package/lib/packages/components/avatar/index.js.map +1 -1
- package/lib/packages/components/avatar/src/avatar.js +41 -0
- package/lib/packages/components/avatar/src/avatar.js.map +1 -1
- package/lib/packages/components/avatar/src/avatar.vue2.js +14 -54
- package/lib/packages/components/avatar/src/avatar.vue2.js.map +1 -1
- package/lib/packages/components/icon-picker/src/components/modal.vue2.js +63 -58
- package/lib/packages/components/icon-picker/src/components/modal.vue2.js.map +1 -1
- package/lib/packages/components/icon-picker/src/icon-picker.vue2.js +10 -3
- package/lib/packages/components/icon-picker/src/icon-picker.vue2.js.map +1 -1
- package/lib/packages/components/index.js +50 -41
- package/lib/packages/components/index.js.map +1 -1
- package/lib/packages/components/number-range/src/number-range.vue2.js +6 -5
- package/lib/packages/components/number-range/src/number-range.vue2.js.map +1 -1
- package/lib/packages/components/rich-text-editor/index.js +20 -0
- package/lib/packages/components/rich-text-editor/index.js.map +1 -0
- package/lib/packages/components/rich-text-editor/src/rich-text-editor.js +75 -0
- package/lib/packages/components/rich-text-editor/src/rich-text-editor.js.map +1 -0
- package/lib/packages/components/rich-text-editor/src/rich-text-editor.vue.js +12 -0
- package/lib/packages/components/rich-text-editor/src/rich-text-editor.vue.js.map +1 -0
- package/lib/packages/components/rich-text-editor/src/rich-text-editor.vue2.js +190 -0
- package/lib/packages/components/rich-text-editor/src/rich-text-editor.vue2.js.map +1 -0
- package/lib/packages/components/select-group/src/select-group.js +6 -0
- package/lib/packages/components/select-group/src/select-group.js.map +1 -1
- package/lib/packages/components/select-group/src/select-group.vue2.js +5 -6
- package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
- package/package.json +5 -1
- package/theme-chalk/css/avatar.css +1 -1
- package/theme-chalk/css/icon-picker.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/markdown-editor.css +1 -1
- package/theme-chalk/css/rich-text-editor.css +5 -0
- package/theme-chalk/css/table.css +1 -1
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/theme-chalk/fonts/iconfont.json +16 -2
- package/types/packages/components/advanced-filtering/index.d.ts +302 -302
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +1 -1
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +153 -153
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/types/packages/components/api-component/index.d.ts +32 -32
- package/types/packages/components/api-component/src/api-component.vue.d.ts +32 -32
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +14 -14
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +12 -12
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +14 -14
- package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
- package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
- package/types/packages/components/avatar/index.d.ts +102 -122
- package/types/packages/components/avatar/src/avatar.d.ts +57 -23
- package/types/packages/components/avatar/src/avatar.vue.d.ts +102 -122
- 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/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/easy-cron/index.d.ts +82 -82
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +142 -142
- package/types/packages/components/icon-picker/index.d.ts +7 -3
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +7 -3
- package/types/packages/components/index.d.ts +1 -0
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/key-value/index.d.ts +684 -684
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +228 -228
- package/types/packages/components/key-value/src/key-value.vue.d.ts +684 -684
- package/types/packages/components/modal/index.d.ts +4 -4
- package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
- package/types/packages/components/rich-text-editor/index.d.ts +238 -0
- package/types/packages/components/rich-text-editor/src/rich-text-editor.d.ts +66 -0
- package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +234 -0
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/select-group/index.d.ts +3 -2
- package/types/packages/components/select-group/src/select-group.d.ts +6 -0
- package/types/packages/components/select-group/src/select-group.vue.d.ts +3 -2
- package/types/packages/components/table/index.d.ts +11 -11
- package/types/packages/components/table/src/components/main-table.vue.d.ts +3 -3
- package/types/packages/components/table/src/config/table.d.ts +4 -4
- package/types/packages/components/table/src/table.vue.d.ts +11 -11
- 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 +15 -15
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/types/packages/components/upload-drag/index.d.ts +4 -4
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
|
@@ -1079,21 +1079,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1079
1079
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
1080
1080
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1081
1081
|
align: {
|
|
1082
|
-
type: import("vue").PropType<"middle" | "
|
|
1083
|
-
xs?: "middle" | "
|
|
1084
|
-
sm?: "middle" | "
|
|
1085
|
-
md?: "middle" | "
|
|
1086
|
-
lg?: "middle" | "
|
|
1087
|
-
xl?: "middle" | "
|
|
1088
|
-
xxl?: "middle" | "
|
|
1082
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
1083
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1084
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1085
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1086
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1087
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1088
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1089
1089
|
}>;
|
|
1090
|
-
default: "middle" | "
|
|
1091
|
-
xs?: "middle" | "
|
|
1092
|
-
sm?: "middle" | "
|
|
1093
|
-
md?: "middle" | "
|
|
1094
|
-
lg?: "middle" | "
|
|
1095
|
-
xl?: "middle" | "
|
|
1096
|
-
xxl?: "middle" | "
|
|
1090
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
1091
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1092
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1093
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1094
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1095
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1096
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1097
1097
|
};
|
|
1098
1098
|
};
|
|
1099
1099
|
justify: {
|
|
@@ -1125,21 +1125,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1125
1125
|
};
|
|
1126
1126
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1127
1127
|
align: {
|
|
1128
|
-
type: import("vue").PropType<"middle" | "
|
|
1129
|
-
xs?: "middle" | "
|
|
1130
|
-
sm?: "middle" | "
|
|
1131
|
-
md?: "middle" | "
|
|
1132
|
-
lg?: "middle" | "
|
|
1133
|
-
xl?: "middle" | "
|
|
1134
|
-
xxl?: "middle" | "
|
|
1128
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
1129
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1130
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1131
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1132
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1133
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1134
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1135
1135
|
}>;
|
|
1136
|
-
default: "middle" | "
|
|
1137
|
-
xs?: "middle" | "
|
|
1138
|
-
sm?: "middle" | "
|
|
1139
|
-
md?: "middle" | "
|
|
1140
|
-
lg?: "middle" | "
|
|
1141
|
-
xl?: "middle" | "
|
|
1142
|
-
xxl?: "middle" | "
|
|
1136
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
1137
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1138
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1139
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1140
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1141
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1142
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1143
1143
|
};
|
|
1144
1144
|
};
|
|
1145
1145
|
justify: {
|
|
@@ -1171,21 +1171,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1171
1171
|
};
|
|
1172
1172
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1173
1173
|
align: {
|
|
1174
|
-
type: import("vue").PropType<"middle" | "
|
|
1175
|
-
xs?: "middle" | "
|
|
1176
|
-
sm?: "middle" | "
|
|
1177
|
-
md?: "middle" | "
|
|
1178
|
-
lg?: "middle" | "
|
|
1179
|
-
xl?: "middle" | "
|
|
1180
|
-
xxl?: "middle" | "
|
|
1174
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
1175
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1176
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1177
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1178
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1179
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1180
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1181
1181
|
}>;
|
|
1182
|
-
default: "middle" | "
|
|
1183
|
-
xs?: "middle" | "
|
|
1184
|
-
sm?: "middle" | "
|
|
1185
|
-
md?: "middle" | "
|
|
1186
|
-
lg?: "middle" | "
|
|
1187
|
-
xl?: "middle" | "
|
|
1188
|
-
xxl?: "middle" | "
|
|
1182
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
1183
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1184
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1185
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1186
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1187
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1188
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1189
1189
|
};
|
|
1190
1190
|
};
|
|
1191
1191
|
justify: {
|
|
@@ -1217,21 +1217,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1217
1217
|
};
|
|
1218
1218
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1219
1219
|
align: {
|
|
1220
|
-
type: import("vue").PropType<"middle" | "
|
|
1221
|
-
xs?: "middle" | "
|
|
1222
|
-
sm?: "middle" | "
|
|
1223
|
-
md?: "middle" | "
|
|
1224
|
-
lg?: "middle" | "
|
|
1225
|
-
xl?: "middle" | "
|
|
1226
|
-
xxl?: "middle" | "
|
|
1220
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
1221
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1222
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1223
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1224
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1225
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1226
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1227
1227
|
}>;
|
|
1228
|
-
default: "middle" | "
|
|
1229
|
-
xs?: "middle" | "
|
|
1230
|
-
sm?: "middle" | "
|
|
1231
|
-
md?: "middle" | "
|
|
1232
|
-
lg?: "middle" | "
|
|
1233
|
-
xl?: "middle" | "
|
|
1234
|
-
xxl?: "middle" | "
|
|
1228
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
1229
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1230
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1231
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1232
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1233
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1234
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1235
1235
|
};
|
|
1236
1236
|
};
|
|
1237
1237
|
justify: {
|
|
@@ -1269,6 +1269,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1269
1269
|
onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
|
|
1270
1270
|
}, {
|
|
1271
1271
|
props: import("@vue/shared").LooseRequired<{
|
|
1272
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1272
1273
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1273
1274
|
layout: import("vue-types").VueTypeDef<string>;
|
|
1274
1275
|
labelCol: {
|
|
@@ -1493,24 +1494,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1493
1494
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
1494
1495
|
};
|
|
1495
1496
|
}>>;
|
|
1496
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1497
1497
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1498
1498
|
align: {
|
|
1499
|
-
type: import("vue").PropType<"middle" | "
|
|
1500
|
-
xs?: "middle" | "
|
|
1501
|
-
sm?: "middle" | "
|
|
1502
|
-
md?: "middle" | "
|
|
1503
|
-
lg?: "middle" | "
|
|
1504
|
-
xl?: "middle" | "
|
|
1505
|
-
xxl?: "middle" | "
|
|
1499
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
1500
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1501
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1502
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1503
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1504
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1505
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1506
1506
|
}>;
|
|
1507
|
-
default: "middle" | "
|
|
1508
|
-
xs?: "middle" | "
|
|
1509
|
-
sm?: "middle" | "
|
|
1510
|
-
md?: "middle" | "
|
|
1511
|
-
lg?: "middle" | "
|
|
1512
|
-
xl?: "middle" | "
|
|
1513
|
-
xxl?: "middle" | "
|
|
1507
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
1508
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1509
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1510
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1511
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1512
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1513
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
1514
1514
|
};
|
|
1515
1515
|
};
|
|
1516
1516
|
justify: {
|
|
@@ -2510,21 +2510,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2510
2510
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
2511
2511
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2512
2512
|
align: {
|
|
2513
|
-
type: import("vue").PropType<"middle" | "
|
|
2514
|
-
xs?: "middle" | "
|
|
2515
|
-
sm?: "middle" | "
|
|
2516
|
-
md?: "middle" | "
|
|
2517
|
-
lg?: "middle" | "
|
|
2518
|
-
xl?: "middle" | "
|
|
2519
|
-
xxl?: "middle" | "
|
|
2513
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
2514
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2515
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2516
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2517
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2518
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2519
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2520
2520
|
}>;
|
|
2521
|
-
default: "middle" | "
|
|
2522
|
-
xs?: "middle" | "
|
|
2523
|
-
sm?: "middle" | "
|
|
2524
|
-
md?: "middle" | "
|
|
2525
|
-
lg?: "middle" | "
|
|
2526
|
-
xl?: "middle" | "
|
|
2527
|
-
xxl?: "middle" | "
|
|
2521
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
2522
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2523
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2524
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2525
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2526
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2527
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2528
2528
|
};
|
|
2529
2529
|
};
|
|
2530
2530
|
justify: {
|
|
@@ -2556,21 +2556,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2556
2556
|
};
|
|
2557
2557
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2558
2558
|
align: {
|
|
2559
|
-
type: import("vue").PropType<"middle" | "
|
|
2560
|
-
xs?: "middle" | "
|
|
2561
|
-
sm?: "middle" | "
|
|
2562
|
-
md?: "middle" | "
|
|
2563
|
-
lg?: "middle" | "
|
|
2564
|
-
xl?: "middle" | "
|
|
2565
|
-
xxl?: "middle" | "
|
|
2559
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
2560
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2561
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2562
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2563
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2564
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2565
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2566
2566
|
}>;
|
|
2567
|
-
default: "middle" | "
|
|
2568
|
-
xs?: "middle" | "
|
|
2569
|
-
sm?: "middle" | "
|
|
2570
|
-
md?: "middle" | "
|
|
2571
|
-
lg?: "middle" | "
|
|
2572
|
-
xl?: "middle" | "
|
|
2573
|
-
xxl?: "middle" | "
|
|
2567
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
2568
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2569
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2570
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2571
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2572
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2573
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2574
2574
|
};
|
|
2575
2575
|
};
|
|
2576
2576
|
justify: {
|
|
@@ -2602,21 +2602,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2602
2602
|
};
|
|
2603
2603
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2604
2604
|
align: {
|
|
2605
|
-
type: import("vue").PropType<"middle" | "
|
|
2606
|
-
xs?: "middle" | "
|
|
2607
|
-
sm?: "middle" | "
|
|
2608
|
-
md?: "middle" | "
|
|
2609
|
-
lg?: "middle" | "
|
|
2610
|
-
xl?: "middle" | "
|
|
2611
|
-
xxl?: "middle" | "
|
|
2605
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
2606
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2607
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2608
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2609
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2610
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2611
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2612
2612
|
}>;
|
|
2613
|
-
default: "middle" | "
|
|
2614
|
-
xs?: "middle" | "
|
|
2615
|
-
sm?: "middle" | "
|
|
2616
|
-
md?: "middle" | "
|
|
2617
|
-
lg?: "middle" | "
|
|
2618
|
-
xl?: "middle" | "
|
|
2619
|
-
xxl?: "middle" | "
|
|
2613
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
2614
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2615
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2616
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2617
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2618
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2619
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2620
2620
|
};
|
|
2621
2621
|
};
|
|
2622
2622
|
justify: {
|
|
@@ -2648,21 +2648,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2648
2648
|
};
|
|
2649
2649
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2650
2650
|
align: {
|
|
2651
|
-
type: import("vue").PropType<"middle" | "
|
|
2652
|
-
xs?: "middle" | "
|
|
2653
|
-
sm?: "middle" | "
|
|
2654
|
-
md?: "middle" | "
|
|
2655
|
-
lg?: "middle" | "
|
|
2656
|
-
xl?: "middle" | "
|
|
2657
|
-
xxl?: "middle" | "
|
|
2651
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
2652
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2653
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2654
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2655
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2656
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2657
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2658
2658
|
}>;
|
|
2659
|
-
default: "middle" | "
|
|
2660
|
-
xs?: "middle" | "
|
|
2661
|
-
sm?: "middle" | "
|
|
2662
|
-
md?: "middle" | "
|
|
2663
|
-
lg?: "middle" | "
|
|
2664
|
-
xl?: "middle" | "
|
|
2665
|
-
xxl?: "middle" | "
|
|
2659
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
2660
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2661
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2662
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2663
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2664
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2665
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2666
2666
|
};
|
|
2667
2667
|
};
|
|
2668
2668
|
justify: {
|
|
@@ -2699,6 +2699,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2699
2699
|
}>> & {
|
|
2700
2700
|
onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
|
|
2701
2701
|
}, {
|
|
2702
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2702
2703
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2703
2704
|
layout: import("vue-types").VueTypeDef<string>;
|
|
2704
2705
|
labelCol: {
|
|
@@ -2923,24 +2924,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2923
2924
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
2924
2925
|
};
|
|
2925
2926
|
}>>;
|
|
2926
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2927
2927
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2928
2928
|
align: {
|
|
2929
|
-
type: import("vue").PropType<"middle" | "
|
|
2930
|
-
xs?: "middle" | "
|
|
2931
|
-
sm?: "middle" | "
|
|
2932
|
-
md?: "middle" | "
|
|
2933
|
-
lg?: "middle" | "
|
|
2934
|
-
xl?: "middle" | "
|
|
2935
|
-
xxl?: "middle" | "
|
|
2929
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
2930
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2931
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2932
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2933
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2934
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2935
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2936
2936
|
}>;
|
|
2937
|
-
default: "middle" | "
|
|
2938
|
-
xs?: "middle" | "
|
|
2939
|
-
sm?: "middle" | "
|
|
2940
|
-
md?: "middle" | "
|
|
2941
|
-
lg?: "middle" | "
|
|
2942
|
-
xl?: "middle" | "
|
|
2943
|
-
xxl?: "middle" | "
|
|
2937
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
2938
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2939
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2940
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2941
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2942
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2943
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
2944
2944
|
};
|
|
2945
2945
|
};
|
|
2946
2946
|
justify: {
|
|
@@ -3880,21 +3880,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
3880
3880
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
3881
3881
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3882
3882
|
align: {
|
|
3883
|
-
type: import("vue").PropType<"middle" | "
|
|
3884
|
-
xs?: "middle" | "
|
|
3885
|
-
sm?: "middle" | "
|
|
3886
|
-
md?: "middle" | "
|
|
3887
|
-
lg?: "middle" | "
|
|
3888
|
-
xl?: "middle" | "
|
|
3889
|
-
xxl?: "middle" | "
|
|
3883
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
3884
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3885
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3886
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3887
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3888
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3889
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3890
3890
|
}>;
|
|
3891
|
-
default: "middle" | "
|
|
3892
|
-
xs?: "middle" | "
|
|
3893
|
-
sm?: "middle" | "
|
|
3894
|
-
md?: "middle" | "
|
|
3895
|
-
lg?: "middle" | "
|
|
3896
|
-
xl?: "middle" | "
|
|
3897
|
-
xxl?: "middle" | "
|
|
3891
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
3892
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3893
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3894
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3895
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3896
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3897
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3898
3898
|
};
|
|
3899
3899
|
};
|
|
3900
3900
|
justify: {
|
|
@@ -3926,21 +3926,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
3926
3926
|
};
|
|
3927
3927
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
3928
3928
|
align: {
|
|
3929
|
-
type: import("vue").PropType<"middle" | "
|
|
3930
|
-
xs?: "middle" | "
|
|
3931
|
-
sm?: "middle" | "
|
|
3932
|
-
md?: "middle" | "
|
|
3933
|
-
lg?: "middle" | "
|
|
3934
|
-
xl?: "middle" | "
|
|
3935
|
-
xxl?: "middle" | "
|
|
3929
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
3930
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3931
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3932
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3933
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3934
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3935
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3936
3936
|
}>;
|
|
3937
|
-
default: "middle" | "
|
|
3938
|
-
xs?: "middle" | "
|
|
3939
|
-
sm?: "middle" | "
|
|
3940
|
-
md?: "middle" | "
|
|
3941
|
-
lg?: "middle" | "
|
|
3942
|
-
xl?: "middle" | "
|
|
3943
|
-
xxl?: "middle" | "
|
|
3937
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
3938
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3939
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3940
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3941
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3942
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3943
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3944
3944
|
};
|
|
3945
3945
|
};
|
|
3946
3946
|
justify: {
|
|
@@ -3972,21 +3972,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
3972
3972
|
};
|
|
3973
3973
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
3974
3974
|
align: {
|
|
3975
|
-
type: import("vue").PropType<"middle" | "
|
|
3976
|
-
xs?: "middle" | "
|
|
3977
|
-
sm?: "middle" | "
|
|
3978
|
-
md?: "middle" | "
|
|
3979
|
-
lg?: "middle" | "
|
|
3980
|
-
xl?: "middle" | "
|
|
3981
|
-
xxl?: "middle" | "
|
|
3975
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
3976
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3977
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3978
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3979
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3980
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3981
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3982
3982
|
}>;
|
|
3983
|
-
default: "middle" | "
|
|
3984
|
-
xs?: "middle" | "
|
|
3985
|
-
sm?: "middle" | "
|
|
3986
|
-
md?: "middle" | "
|
|
3987
|
-
lg?: "middle" | "
|
|
3988
|
-
xl?: "middle" | "
|
|
3989
|
-
xxl?: "middle" | "
|
|
3983
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
3984
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3985
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3986
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3987
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3988
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3989
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
3990
3990
|
};
|
|
3991
3991
|
};
|
|
3992
3992
|
justify: {
|
|
@@ -4018,21 +4018,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4018
4018
|
};
|
|
4019
4019
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4020
4020
|
align: {
|
|
4021
|
-
type: import("vue").PropType<"middle" | "
|
|
4022
|
-
xs?: "middle" | "
|
|
4023
|
-
sm?: "middle" | "
|
|
4024
|
-
md?: "middle" | "
|
|
4025
|
-
lg?: "middle" | "
|
|
4026
|
-
xl?: "middle" | "
|
|
4027
|
-
xxl?: "middle" | "
|
|
4021
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
4022
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4023
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4024
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4025
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4026
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4027
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4028
4028
|
}>;
|
|
4029
|
-
default: "middle" | "
|
|
4030
|
-
xs?: "middle" | "
|
|
4031
|
-
sm?: "middle" | "
|
|
4032
|
-
md?: "middle" | "
|
|
4033
|
-
lg?: "middle" | "
|
|
4034
|
-
xl?: "middle" | "
|
|
4035
|
-
xxl?: "middle" | "
|
|
4029
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
4030
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4031
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4032
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4033
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4034
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4035
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4036
4036
|
};
|
|
4037
4037
|
};
|
|
4038
4038
|
justify: {
|
|
@@ -4070,6 +4070,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4070
4070
|
onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
|
|
4071
4071
|
}, {
|
|
4072
4072
|
props: import("@vue/shared").LooseRequired<{
|
|
4073
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4073
4074
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4074
4075
|
layout: import("vue-types").VueTypeDef<string>;
|
|
4075
4076
|
labelCol: {
|
|
@@ -4294,24 +4295,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4294
4295
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4295
4296
|
};
|
|
4296
4297
|
}>>;
|
|
4297
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4298
4298
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4299
4299
|
align: {
|
|
4300
|
-
type: import("vue").PropType<"middle" | "
|
|
4301
|
-
xs?: "middle" | "
|
|
4302
|
-
sm?: "middle" | "
|
|
4303
|
-
md?: "middle" | "
|
|
4304
|
-
lg?: "middle" | "
|
|
4305
|
-
xl?: "middle" | "
|
|
4306
|
-
xxl?: "middle" | "
|
|
4300
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
4301
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4302
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4303
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4304
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4305
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4306
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4307
4307
|
}>;
|
|
4308
|
-
default: "middle" | "
|
|
4309
|
-
xs?: "middle" | "
|
|
4310
|
-
sm?: "middle" | "
|
|
4311
|
-
md?: "middle" | "
|
|
4312
|
-
lg?: "middle" | "
|
|
4313
|
-
xl?: "middle" | "
|
|
4314
|
-
xxl?: "middle" | "
|
|
4308
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
4309
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4310
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4311
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4312
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4313
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4314
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4315
4315
|
};
|
|
4316
4316
|
};
|
|
4317
4317
|
justify: {
|
|
@@ -4410,6 +4410,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4410
4410
|
readonly item: any;
|
|
4411
4411
|
}, {}>;
|
|
4412
4412
|
}, {}, {}, {}, {
|
|
4413
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4413
4414
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4414
4415
|
layout: import("vue-types").VueTypeDef<string>;
|
|
4415
4416
|
labelCol: {
|
|
@@ -4634,24 +4635,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4634
4635
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4635
4636
|
};
|
|
4636
4637
|
}>>;
|
|
4637
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4638
4638
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4639
4639
|
align: {
|
|
4640
|
-
type: import("vue").PropType<"middle" | "
|
|
4641
|
-
xs?: "middle" | "
|
|
4642
|
-
sm?: "middle" | "
|
|
4643
|
-
md?: "middle" | "
|
|
4644
|
-
lg?: "middle" | "
|
|
4645
|
-
xl?: "middle" | "
|
|
4646
|
-
xxl?: "middle" | "
|
|
4640
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
4641
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4642
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4643
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4644
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4645
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4646
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4647
4647
|
}>;
|
|
4648
|
-
default: "middle" | "
|
|
4649
|
-
xs?: "middle" | "
|
|
4650
|
-
sm?: "middle" | "
|
|
4651
|
-
md?: "middle" | "
|
|
4652
|
-
lg?: "middle" | "
|
|
4653
|
-
xl?: "middle" | "
|
|
4654
|
-
xxl?: "middle" | "
|
|
4648
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
4649
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4650
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4651
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4652
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4653
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4654
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
4655
4655
|
};
|
|
4656
4656
|
};
|
|
4657
4657
|
justify: {
|
|
@@ -6016,21 +6016,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6016
6016
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
6017
6017
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6018
6018
|
align: {
|
|
6019
|
-
type: import("vue").PropType<"middle" | "
|
|
6020
|
-
xs?: "middle" | "
|
|
6021
|
-
sm?: "middle" | "
|
|
6022
|
-
md?: "middle" | "
|
|
6023
|
-
lg?: "middle" | "
|
|
6024
|
-
xl?: "middle" | "
|
|
6025
|
-
xxl?: "middle" | "
|
|
6019
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
6020
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6021
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6022
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6023
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6024
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6025
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6026
6026
|
}>;
|
|
6027
|
-
default: "middle" | "
|
|
6028
|
-
xs?: "middle" | "
|
|
6029
|
-
sm?: "middle" | "
|
|
6030
|
-
md?: "middle" | "
|
|
6031
|
-
lg?: "middle" | "
|
|
6032
|
-
xl?: "middle" | "
|
|
6033
|
-
xxl?: "middle" | "
|
|
6027
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
6028
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6029
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6030
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6031
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6032
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6033
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6034
6034
|
};
|
|
6035
6035
|
};
|
|
6036
6036
|
justify: {
|
|
@@ -6062,21 +6062,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6062
6062
|
};
|
|
6063
6063
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6064
6064
|
align: {
|
|
6065
|
-
type: import("vue").PropType<"middle" | "
|
|
6066
|
-
xs?: "middle" | "
|
|
6067
|
-
sm?: "middle" | "
|
|
6068
|
-
md?: "middle" | "
|
|
6069
|
-
lg?: "middle" | "
|
|
6070
|
-
xl?: "middle" | "
|
|
6071
|
-
xxl?: "middle" | "
|
|
6065
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
6066
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6067
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6068
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6069
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6070
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6071
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6072
6072
|
}>;
|
|
6073
|
-
default: "middle" | "
|
|
6074
|
-
xs?: "middle" | "
|
|
6075
|
-
sm?: "middle" | "
|
|
6076
|
-
md?: "middle" | "
|
|
6077
|
-
lg?: "middle" | "
|
|
6078
|
-
xl?: "middle" | "
|
|
6079
|
-
xxl?: "middle" | "
|
|
6073
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
6074
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6075
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6076
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6077
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6078
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6079
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6080
6080
|
};
|
|
6081
6081
|
};
|
|
6082
6082
|
justify: {
|
|
@@ -6108,21 +6108,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6108
6108
|
};
|
|
6109
6109
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6110
6110
|
align: {
|
|
6111
|
-
type: import("vue").PropType<"middle" | "
|
|
6112
|
-
xs?: "middle" | "
|
|
6113
|
-
sm?: "middle" | "
|
|
6114
|
-
md?: "middle" | "
|
|
6115
|
-
lg?: "middle" | "
|
|
6116
|
-
xl?: "middle" | "
|
|
6117
|
-
xxl?: "middle" | "
|
|
6111
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
6112
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6113
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6114
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6115
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6116
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6117
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6118
6118
|
}>;
|
|
6119
|
-
default: "middle" | "
|
|
6120
|
-
xs?: "middle" | "
|
|
6121
|
-
sm?: "middle" | "
|
|
6122
|
-
md?: "middle" | "
|
|
6123
|
-
lg?: "middle" | "
|
|
6124
|
-
xl?: "middle" | "
|
|
6125
|
-
xxl?: "middle" | "
|
|
6119
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
6120
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6121
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6122
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6123
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6124
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6125
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6126
6126
|
};
|
|
6127
6127
|
};
|
|
6128
6128
|
justify: {
|
|
@@ -6154,21 +6154,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6154
6154
|
};
|
|
6155
6155
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6156
6156
|
align: {
|
|
6157
|
-
type: import("vue").PropType<"middle" | "
|
|
6158
|
-
xs?: "middle" | "
|
|
6159
|
-
sm?: "middle" | "
|
|
6160
|
-
md?: "middle" | "
|
|
6161
|
-
lg?: "middle" | "
|
|
6162
|
-
xl?: "middle" | "
|
|
6163
|
-
xxl?: "middle" | "
|
|
6157
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
6158
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6159
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6160
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6161
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6162
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6163
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6164
6164
|
}>;
|
|
6165
|
-
default: "middle" | "
|
|
6166
|
-
xs?: "middle" | "
|
|
6167
|
-
sm?: "middle" | "
|
|
6168
|
-
md?: "middle" | "
|
|
6169
|
-
lg?: "middle" | "
|
|
6170
|
-
xl?: "middle" | "
|
|
6171
|
-
xxl?: "middle" | "
|
|
6165
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
6166
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6167
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6168
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6169
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6170
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6171
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6172
6172
|
};
|
|
6173
6173
|
};
|
|
6174
6174
|
justify: {
|
|
@@ -6206,6 +6206,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6206
6206
|
onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
|
|
6207
6207
|
}, {
|
|
6208
6208
|
props: import("@vue/shared").LooseRequired<{
|
|
6209
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6209
6210
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6210
6211
|
layout: import("vue-types").VueTypeDef<string>;
|
|
6211
6212
|
labelCol: {
|
|
@@ -6430,24 +6431,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6430
6431
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
6431
6432
|
};
|
|
6432
6433
|
}>>;
|
|
6433
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6434
6434
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6435
6435
|
align: {
|
|
6436
|
-
type: import("vue").PropType<"middle" | "
|
|
6437
|
-
xs?: "middle" | "
|
|
6438
|
-
sm?: "middle" | "
|
|
6439
|
-
md?: "middle" | "
|
|
6440
|
-
lg?: "middle" | "
|
|
6441
|
-
xl?: "middle" | "
|
|
6442
|
-
xxl?: "middle" | "
|
|
6436
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
6437
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6438
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6439
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6440
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6441
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6442
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6443
6443
|
}>;
|
|
6444
|
-
default: "middle" | "
|
|
6445
|
-
xs?: "middle" | "
|
|
6446
|
-
sm?: "middle" | "
|
|
6447
|
-
md?: "middle" | "
|
|
6448
|
-
lg?: "middle" | "
|
|
6449
|
-
xl?: "middle" | "
|
|
6450
|
-
xxl?: "middle" | "
|
|
6444
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
6445
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6446
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6447
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6448
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6449
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6450
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
6451
6451
|
};
|
|
6452
6452
|
};
|
|
6453
6453
|
justify: {
|
|
@@ -7447,21 +7447,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7447
7447
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
7448
7448
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
7449
7449
|
align: {
|
|
7450
|
-
type: import("vue").PropType<"middle" | "
|
|
7451
|
-
xs?: "middle" | "
|
|
7452
|
-
sm?: "middle" | "
|
|
7453
|
-
md?: "middle" | "
|
|
7454
|
-
lg?: "middle" | "
|
|
7455
|
-
xl?: "middle" | "
|
|
7456
|
-
xxl?: "middle" | "
|
|
7450
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
7451
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7452
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7453
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7454
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7455
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7456
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7457
7457
|
}>;
|
|
7458
|
-
default: "middle" | "
|
|
7459
|
-
xs?: "middle" | "
|
|
7460
|
-
sm?: "middle" | "
|
|
7461
|
-
md?: "middle" | "
|
|
7462
|
-
lg?: "middle" | "
|
|
7463
|
-
xl?: "middle" | "
|
|
7464
|
-
xxl?: "middle" | "
|
|
7458
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
7459
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7460
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7461
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7462
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7463
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7464
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7465
7465
|
};
|
|
7466
7466
|
};
|
|
7467
7467
|
justify: {
|
|
@@ -7493,21 +7493,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7493
7493
|
};
|
|
7494
7494
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
7495
7495
|
align: {
|
|
7496
|
-
type: import("vue").PropType<"middle" | "
|
|
7497
|
-
xs?: "middle" | "
|
|
7498
|
-
sm?: "middle" | "
|
|
7499
|
-
md?: "middle" | "
|
|
7500
|
-
lg?: "middle" | "
|
|
7501
|
-
xl?: "middle" | "
|
|
7502
|
-
xxl?: "middle" | "
|
|
7496
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
7497
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7498
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7499
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7500
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7501
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7502
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7503
7503
|
}>;
|
|
7504
|
-
default: "middle" | "
|
|
7505
|
-
xs?: "middle" | "
|
|
7506
|
-
sm?: "middle" | "
|
|
7507
|
-
md?: "middle" | "
|
|
7508
|
-
lg?: "middle" | "
|
|
7509
|
-
xl?: "middle" | "
|
|
7510
|
-
xxl?: "middle" | "
|
|
7504
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
7505
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7506
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7507
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7508
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7509
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7510
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7511
7511
|
};
|
|
7512
7512
|
};
|
|
7513
7513
|
justify: {
|
|
@@ -7539,21 +7539,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7539
7539
|
};
|
|
7540
7540
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
7541
7541
|
align: {
|
|
7542
|
-
type: import("vue").PropType<"middle" | "
|
|
7543
|
-
xs?: "middle" | "
|
|
7544
|
-
sm?: "middle" | "
|
|
7545
|
-
md?: "middle" | "
|
|
7546
|
-
lg?: "middle" | "
|
|
7547
|
-
xl?: "middle" | "
|
|
7548
|
-
xxl?: "middle" | "
|
|
7542
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
7543
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7544
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7545
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7546
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7547
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7548
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7549
7549
|
}>;
|
|
7550
|
-
default: "middle" | "
|
|
7551
|
-
xs?: "middle" | "
|
|
7552
|
-
sm?: "middle" | "
|
|
7553
|
-
md?: "middle" | "
|
|
7554
|
-
lg?: "middle" | "
|
|
7555
|
-
xl?: "middle" | "
|
|
7556
|
-
xxl?: "middle" | "
|
|
7550
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
7551
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7552
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7553
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7554
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7555
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7556
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7557
7557
|
};
|
|
7558
7558
|
};
|
|
7559
7559
|
justify: {
|
|
@@ -7585,21 +7585,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7585
7585
|
};
|
|
7586
7586
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
7587
7587
|
align: {
|
|
7588
|
-
type: import("vue").PropType<"middle" | "
|
|
7589
|
-
xs?: "middle" | "
|
|
7590
|
-
sm?: "middle" | "
|
|
7591
|
-
md?: "middle" | "
|
|
7592
|
-
lg?: "middle" | "
|
|
7593
|
-
xl?: "middle" | "
|
|
7594
|
-
xxl?: "middle" | "
|
|
7588
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
7589
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7590
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7591
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7592
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7593
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7594
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7595
7595
|
}>;
|
|
7596
|
-
default: "middle" | "
|
|
7597
|
-
xs?: "middle" | "
|
|
7598
|
-
sm?: "middle" | "
|
|
7599
|
-
md?: "middle" | "
|
|
7600
|
-
lg?: "middle" | "
|
|
7601
|
-
xl?: "middle" | "
|
|
7602
|
-
xxl?: "middle" | "
|
|
7596
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
7597
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7598
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7599
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7600
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7601
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7602
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7603
7603
|
};
|
|
7604
7604
|
};
|
|
7605
7605
|
justify: {
|
|
@@ -7636,6 +7636,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7636
7636
|
}>> & {
|
|
7637
7637
|
onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
|
|
7638
7638
|
}, {
|
|
7639
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7639
7640
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
7640
7641
|
layout: import("vue-types").VueTypeDef<string>;
|
|
7641
7642
|
labelCol: {
|
|
@@ -7860,24 +7861,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7860
7861
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
7861
7862
|
};
|
|
7862
7863
|
}>>;
|
|
7863
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7864
7864
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
7865
7865
|
align: {
|
|
7866
|
-
type: import("vue").PropType<"middle" | "
|
|
7867
|
-
xs?: "middle" | "
|
|
7868
|
-
sm?: "middle" | "
|
|
7869
|
-
md?: "middle" | "
|
|
7870
|
-
lg?: "middle" | "
|
|
7871
|
-
xl?: "middle" | "
|
|
7872
|
-
xxl?: "middle" | "
|
|
7866
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
7867
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7868
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7869
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7870
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7871
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7872
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7873
7873
|
}>;
|
|
7874
|
-
default: "middle" | "
|
|
7875
|
-
xs?: "middle" | "
|
|
7876
|
-
sm?: "middle" | "
|
|
7877
|
-
md?: "middle" | "
|
|
7878
|
-
lg?: "middle" | "
|
|
7879
|
-
xl?: "middle" | "
|
|
7880
|
-
xxl?: "middle" | "
|
|
7874
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
7875
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7876
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7877
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7878
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7879
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7880
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
7881
7881
|
};
|
|
7882
7882
|
};
|
|
7883
7883
|
justify: {
|
|
@@ -8817,21 +8817,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8817
8817
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
8818
8818
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8819
8819
|
align: {
|
|
8820
|
-
type: import("vue").PropType<"middle" | "
|
|
8821
|
-
xs?: "middle" | "
|
|
8822
|
-
sm?: "middle" | "
|
|
8823
|
-
md?: "middle" | "
|
|
8824
|
-
lg?: "middle" | "
|
|
8825
|
-
xl?: "middle" | "
|
|
8826
|
-
xxl?: "middle" | "
|
|
8820
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
8821
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8822
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8823
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8824
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8825
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8826
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8827
8827
|
}>;
|
|
8828
|
-
default: "middle" | "
|
|
8829
|
-
xs?: "middle" | "
|
|
8830
|
-
sm?: "middle" | "
|
|
8831
|
-
md?: "middle" | "
|
|
8832
|
-
lg?: "middle" | "
|
|
8833
|
-
xl?: "middle" | "
|
|
8834
|
-
xxl?: "middle" | "
|
|
8828
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
8829
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8830
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8831
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8832
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8833
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8834
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8835
8835
|
};
|
|
8836
8836
|
};
|
|
8837
8837
|
justify: {
|
|
@@ -8863,21 +8863,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8863
8863
|
};
|
|
8864
8864
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8865
8865
|
align: {
|
|
8866
|
-
type: import("vue").PropType<"middle" | "
|
|
8867
|
-
xs?: "middle" | "
|
|
8868
|
-
sm?: "middle" | "
|
|
8869
|
-
md?: "middle" | "
|
|
8870
|
-
lg?: "middle" | "
|
|
8871
|
-
xl?: "middle" | "
|
|
8872
|
-
xxl?: "middle" | "
|
|
8866
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
8867
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8868
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8869
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8870
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8871
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8872
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8873
8873
|
}>;
|
|
8874
|
-
default: "middle" | "
|
|
8875
|
-
xs?: "middle" | "
|
|
8876
|
-
sm?: "middle" | "
|
|
8877
|
-
md?: "middle" | "
|
|
8878
|
-
lg?: "middle" | "
|
|
8879
|
-
xl?: "middle" | "
|
|
8880
|
-
xxl?: "middle" | "
|
|
8874
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
8875
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8876
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8877
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8878
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8879
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8880
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8881
8881
|
};
|
|
8882
8882
|
};
|
|
8883
8883
|
justify: {
|
|
@@ -8909,21 +8909,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8909
8909
|
};
|
|
8910
8910
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8911
8911
|
align: {
|
|
8912
|
-
type: import("vue").PropType<"middle" | "
|
|
8913
|
-
xs?: "middle" | "
|
|
8914
|
-
sm?: "middle" | "
|
|
8915
|
-
md?: "middle" | "
|
|
8916
|
-
lg?: "middle" | "
|
|
8917
|
-
xl?: "middle" | "
|
|
8918
|
-
xxl?: "middle" | "
|
|
8912
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
8913
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8914
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8915
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8916
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8917
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8918
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8919
8919
|
}>;
|
|
8920
|
-
default: "middle" | "
|
|
8921
|
-
xs?: "middle" | "
|
|
8922
|
-
sm?: "middle" | "
|
|
8923
|
-
md?: "middle" | "
|
|
8924
|
-
lg?: "middle" | "
|
|
8925
|
-
xl?: "middle" | "
|
|
8926
|
-
xxl?: "middle" | "
|
|
8920
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
8921
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8922
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8923
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8924
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8925
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8926
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8927
8927
|
};
|
|
8928
8928
|
};
|
|
8929
8929
|
justify: {
|
|
@@ -8955,21 +8955,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8955
8955
|
};
|
|
8956
8956
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8957
8957
|
align: {
|
|
8958
|
-
type: import("vue").PropType<"middle" | "
|
|
8959
|
-
xs?: "middle" | "
|
|
8960
|
-
sm?: "middle" | "
|
|
8961
|
-
md?: "middle" | "
|
|
8962
|
-
lg?: "middle" | "
|
|
8963
|
-
xl?: "middle" | "
|
|
8964
|
-
xxl?: "middle" | "
|
|
8958
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
8959
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8960
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8961
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8962
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8963
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8964
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8965
8965
|
}>;
|
|
8966
|
-
default: "middle" | "
|
|
8967
|
-
xs?: "middle" | "
|
|
8968
|
-
sm?: "middle" | "
|
|
8969
|
-
md?: "middle" | "
|
|
8970
|
-
lg?: "middle" | "
|
|
8971
|
-
xl?: "middle" | "
|
|
8972
|
-
xxl?: "middle" | "
|
|
8966
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
8967
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8968
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8969
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8970
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8971
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8972
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
8973
8973
|
};
|
|
8974
8974
|
};
|
|
8975
8975
|
justify: {
|
|
@@ -9007,6 +9007,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9007
9007
|
onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
|
|
9008
9008
|
}, {
|
|
9009
9009
|
props: import("@vue/shared").LooseRequired<{
|
|
9010
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9010
9011
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9011
9012
|
layout: import("vue-types").VueTypeDef<string>;
|
|
9012
9013
|
labelCol: {
|
|
@@ -9231,24 +9232,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9231
9232
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
9232
9233
|
};
|
|
9233
9234
|
}>>;
|
|
9234
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9235
9235
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9236
9236
|
align: {
|
|
9237
|
-
type: import("vue").PropType<"middle" | "
|
|
9238
|
-
xs?: "middle" | "
|
|
9239
|
-
sm?: "middle" | "
|
|
9240
|
-
md?: "middle" | "
|
|
9241
|
-
lg?: "middle" | "
|
|
9242
|
-
xl?: "middle" | "
|
|
9243
|
-
xxl?: "middle" | "
|
|
9237
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
9238
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9239
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9240
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9241
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9242
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9243
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9244
9244
|
}>;
|
|
9245
|
-
default: "middle" | "
|
|
9246
|
-
xs?: "middle" | "
|
|
9247
|
-
sm?: "middle" | "
|
|
9248
|
-
md?: "middle" | "
|
|
9249
|
-
lg?: "middle" | "
|
|
9250
|
-
xl?: "middle" | "
|
|
9251
|
-
xxl?: "middle" | "
|
|
9245
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
9246
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9247
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9248
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9249
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9250
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9251
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9252
9252
|
};
|
|
9253
9253
|
};
|
|
9254
9254
|
justify: {
|
|
@@ -9347,6 +9347,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9347
9347
|
readonly item: any;
|
|
9348
9348
|
}, {}>;
|
|
9349
9349
|
}, {}, {}, {}, {
|
|
9350
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9350
9351
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9351
9352
|
layout: import("vue-types").VueTypeDef<string>;
|
|
9352
9353
|
labelCol: {
|
|
@@ -9571,24 +9572,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9571
9572
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
9572
9573
|
};
|
|
9573
9574
|
}>>;
|
|
9574
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9575
9575
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9576
9576
|
align: {
|
|
9577
|
-
type: import("vue").PropType<"middle" | "
|
|
9578
|
-
xs?: "middle" | "
|
|
9579
|
-
sm?: "middle" | "
|
|
9580
|
-
md?: "middle" | "
|
|
9581
|
-
lg?: "middle" | "
|
|
9582
|
-
xl?: "middle" | "
|
|
9583
|
-
xxl?: "middle" | "
|
|
9577
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
9578
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9579
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9580
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9581
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9582
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9583
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9584
9584
|
}>;
|
|
9585
|
-
default: "middle" | "
|
|
9586
|
-
xs?: "middle" | "
|
|
9587
|
-
sm?: "middle" | "
|
|
9588
|
-
md?: "middle" | "
|
|
9589
|
-
lg?: "middle" | "
|
|
9590
|
-
xl?: "middle" | "
|
|
9591
|
-
xxl?: "middle" | "
|
|
9585
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
9586
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9587
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9588
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9589
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9590
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9591
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
9592
9592
|
};
|
|
9593
9593
|
};
|
|
9594
9594
|
justify: {
|
|
@@ -10881,21 +10881,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10881
10881
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
10882
10882
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
10883
10883
|
align: {
|
|
10884
|
-
type: import("vue").PropType<"middle" | "
|
|
10885
|
-
xs?: "middle" | "
|
|
10886
|
-
sm?: "middle" | "
|
|
10887
|
-
md?: "middle" | "
|
|
10888
|
-
lg?: "middle" | "
|
|
10889
|
-
xl?: "middle" | "
|
|
10890
|
-
xxl?: "middle" | "
|
|
10884
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
10885
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10886
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10887
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10888
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10889
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10890
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10891
10891
|
}>;
|
|
10892
|
-
default: "middle" | "
|
|
10893
|
-
xs?: "middle" | "
|
|
10894
|
-
sm?: "middle" | "
|
|
10895
|
-
md?: "middle" | "
|
|
10896
|
-
lg?: "middle" | "
|
|
10897
|
-
xl?: "middle" | "
|
|
10898
|
-
xxl?: "middle" | "
|
|
10892
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
10893
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10894
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10895
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10896
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10897
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10898
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10899
10899
|
};
|
|
10900
10900
|
};
|
|
10901
10901
|
justify: {
|
|
@@ -10927,21 +10927,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10927
10927
|
};
|
|
10928
10928
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
10929
10929
|
align: {
|
|
10930
|
-
type: import("vue").PropType<"middle" | "
|
|
10931
|
-
xs?: "middle" | "
|
|
10932
|
-
sm?: "middle" | "
|
|
10933
|
-
md?: "middle" | "
|
|
10934
|
-
lg?: "middle" | "
|
|
10935
|
-
xl?: "middle" | "
|
|
10936
|
-
xxl?: "middle" | "
|
|
10930
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
10931
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10932
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10933
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10934
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10935
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10936
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10937
10937
|
}>;
|
|
10938
|
-
default: "middle" | "
|
|
10939
|
-
xs?: "middle" | "
|
|
10940
|
-
sm?: "middle" | "
|
|
10941
|
-
md?: "middle" | "
|
|
10942
|
-
lg?: "middle" | "
|
|
10943
|
-
xl?: "middle" | "
|
|
10944
|
-
xxl?: "middle" | "
|
|
10938
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
10939
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10940
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10941
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10942
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10943
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10944
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10945
10945
|
};
|
|
10946
10946
|
};
|
|
10947
10947
|
justify: {
|
|
@@ -10973,21 +10973,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10973
10973
|
};
|
|
10974
10974
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
10975
10975
|
align: {
|
|
10976
|
-
type: import("vue").PropType<"middle" | "
|
|
10977
|
-
xs?: "middle" | "
|
|
10978
|
-
sm?: "middle" | "
|
|
10979
|
-
md?: "middle" | "
|
|
10980
|
-
lg?: "middle" | "
|
|
10981
|
-
xl?: "middle" | "
|
|
10982
|
-
xxl?: "middle" | "
|
|
10976
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
10977
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10978
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10979
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10980
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10981
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10982
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10983
10983
|
}>;
|
|
10984
|
-
default: "middle" | "
|
|
10985
|
-
xs?: "middle" | "
|
|
10986
|
-
sm?: "middle" | "
|
|
10987
|
-
md?: "middle" | "
|
|
10988
|
-
lg?: "middle" | "
|
|
10989
|
-
xl?: "middle" | "
|
|
10990
|
-
xxl?: "middle" | "
|
|
10984
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
10985
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10986
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10987
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10988
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10989
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10990
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
10991
10991
|
};
|
|
10992
10992
|
};
|
|
10993
10993
|
justify: {
|
|
@@ -11019,21 +11019,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11019
11019
|
};
|
|
11020
11020
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11021
11021
|
align: {
|
|
11022
|
-
type: import("vue").PropType<"middle" | "
|
|
11023
|
-
xs?: "middle" | "
|
|
11024
|
-
sm?: "middle" | "
|
|
11025
|
-
md?: "middle" | "
|
|
11026
|
-
lg?: "middle" | "
|
|
11027
|
-
xl?: "middle" | "
|
|
11028
|
-
xxl?: "middle" | "
|
|
11022
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
11023
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11024
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11025
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11026
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11027
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11028
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11029
11029
|
}>;
|
|
11030
|
-
default: "middle" | "
|
|
11031
|
-
xs?: "middle" | "
|
|
11032
|
-
sm?: "middle" | "
|
|
11033
|
-
md?: "middle" | "
|
|
11034
|
-
lg?: "middle" | "
|
|
11035
|
-
xl?: "middle" | "
|
|
11036
|
-
xxl?: "middle" | "
|
|
11030
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
11031
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11032
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11033
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11034
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11035
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11036
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11037
11037
|
};
|
|
11038
11038
|
};
|
|
11039
11039
|
justify: {
|
|
@@ -11071,6 +11071,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11071
11071
|
onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
|
|
11072
11072
|
}, {
|
|
11073
11073
|
props: import("@vue/shared").LooseRequired<{
|
|
11074
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
11074
11075
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
11075
11076
|
layout: import("vue-types").VueTypeDef<string>;
|
|
11076
11077
|
labelCol: {
|
|
@@ -11295,24 +11296,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11295
11296
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
11296
11297
|
};
|
|
11297
11298
|
}>>;
|
|
11298
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
11299
11299
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
11300
11300
|
align: {
|
|
11301
|
-
type: import("vue").PropType<"middle" | "
|
|
11302
|
-
xs?: "middle" | "
|
|
11303
|
-
sm?: "middle" | "
|
|
11304
|
-
md?: "middle" | "
|
|
11305
|
-
lg?: "middle" | "
|
|
11306
|
-
xl?: "middle" | "
|
|
11307
|
-
xxl?: "middle" | "
|
|
11301
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
11302
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11303
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11304
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11305
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11306
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11307
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11308
11308
|
}>;
|
|
11309
|
-
default: "middle" | "
|
|
11310
|
-
xs?: "middle" | "
|
|
11311
|
-
sm?: "middle" | "
|
|
11312
|
-
md?: "middle" | "
|
|
11313
|
-
lg?: "middle" | "
|
|
11314
|
-
xl?: "middle" | "
|
|
11315
|
-
xxl?: "middle" | "
|
|
11309
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
11310
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11311
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11312
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11313
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11314
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11315
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
11316
11316
|
};
|
|
11317
11317
|
};
|
|
11318
11318
|
justify: {
|
|
@@ -12312,21 +12312,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12312
12312
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
12313
12313
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12314
12314
|
align: {
|
|
12315
|
-
type: import("vue").PropType<"middle" | "
|
|
12316
|
-
xs?: "middle" | "
|
|
12317
|
-
sm?: "middle" | "
|
|
12318
|
-
md?: "middle" | "
|
|
12319
|
-
lg?: "middle" | "
|
|
12320
|
-
xl?: "middle" | "
|
|
12321
|
-
xxl?: "middle" | "
|
|
12315
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
12316
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12317
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12318
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12319
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12320
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12321
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12322
12322
|
}>;
|
|
12323
|
-
default: "middle" | "
|
|
12324
|
-
xs?: "middle" | "
|
|
12325
|
-
sm?: "middle" | "
|
|
12326
|
-
md?: "middle" | "
|
|
12327
|
-
lg?: "middle" | "
|
|
12328
|
-
xl?: "middle" | "
|
|
12329
|
-
xxl?: "middle" | "
|
|
12323
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
12324
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12325
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12326
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12327
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12328
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12329
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12330
12330
|
};
|
|
12331
12331
|
};
|
|
12332
12332
|
justify: {
|
|
@@ -12358,21 +12358,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12358
12358
|
};
|
|
12359
12359
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12360
12360
|
align: {
|
|
12361
|
-
type: import("vue").PropType<"middle" | "
|
|
12362
|
-
xs?: "middle" | "
|
|
12363
|
-
sm?: "middle" | "
|
|
12364
|
-
md?: "middle" | "
|
|
12365
|
-
lg?: "middle" | "
|
|
12366
|
-
xl?: "middle" | "
|
|
12367
|
-
xxl?: "middle" | "
|
|
12361
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
12362
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12363
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12364
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12365
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12366
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12367
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12368
12368
|
}>;
|
|
12369
|
-
default: "middle" | "
|
|
12370
|
-
xs?: "middle" | "
|
|
12371
|
-
sm?: "middle" | "
|
|
12372
|
-
md?: "middle" | "
|
|
12373
|
-
lg?: "middle" | "
|
|
12374
|
-
xl?: "middle" | "
|
|
12375
|
-
xxl?: "middle" | "
|
|
12369
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
12370
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12371
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12372
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12373
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12374
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12375
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12376
12376
|
};
|
|
12377
12377
|
};
|
|
12378
12378
|
justify: {
|
|
@@ -12404,21 +12404,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12404
12404
|
};
|
|
12405
12405
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
12406
12406
|
align: {
|
|
12407
|
-
type: import("vue").PropType<"middle" | "
|
|
12408
|
-
xs?: "middle" | "
|
|
12409
|
-
sm?: "middle" | "
|
|
12410
|
-
md?: "middle" | "
|
|
12411
|
-
lg?: "middle" | "
|
|
12412
|
-
xl?: "middle" | "
|
|
12413
|
-
xxl?: "middle" | "
|
|
12407
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
12408
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12409
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12410
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12411
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12412
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12413
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12414
12414
|
}>;
|
|
12415
|
-
default: "middle" | "
|
|
12416
|
-
xs?: "middle" | "
|
|
12417
|
-
sm?: "middle" | "
|
|
12418
|
-
md?: "middle" | "
|
|
12419
|
-
lg?: "middle" | "
|
|
12420
|
-
xl?: "middle" | "
|
|
12421
|
-
xxl?: "middle" | "
|
|
12415
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
12416
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12417
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12418
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12419
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12420
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12421
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12422
12422
|
};
|
|
12423
12423
|
};
|
|
12424
12424
|
justify: {
|
|
@@ -12450,21 +12450,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12450
12450
|
};
|
|
12451
12451
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
12452
12452
|
align: {
|
|
12453
|
-
type: import("vue").PropType<"middle" | "
|
|
12454
|
-
xs?: "middle" | "
|
|
12455
|
-
sm?: "middle" | "
|
|
12456
|
-
md?: "middle" | "
|
|
12457
|
-
lg?: "middle" | "
|
|
12458
|
-
xl?: "middle" | "
|
|
12459
|
-
xxl?: "middle" | "
|
|
12453
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
12454
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12455
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12456
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12457
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12458
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12459
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12460
12460
|
}>;
|
|
12461
|
-
default: "middle" | "
|
|
12462
|
-
xs?: "middle" | "
|
|
12463
|
-
sm?: "middle" | "
|
|
12464
|
-
md?: "middle" | "
|
|
12465
|
-
lg?: "middle" | "
|
|
12466
|
-
xl?: "middle" | "
|
|
12467
|
-
xxl?: "middle" | "
|
|
12461
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
12462
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12463
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12464
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12465
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12466
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12467
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12468
12468
|
};
|
|
12469
12469
|
};
|
|
12470
12470
|
justify: {
|
|
@@ -12501,6 +12501,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12501
12501
|
}>> & {
|
|
12502
12502
|
onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
|
|
12503
12503
|
}, {
|
|
12504
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12504
12505
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12505
12506
|
layout: import("vue-types").VueTypeDef<string>;
|
|
12506
12507
|
labelCol: {
|
|
@@ -12725,24 +12726,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12725
12726
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
12726
12727
|
};
|
|
12727
12728
|
}>>;
|
|
12728
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12729
12729
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12730
12730
|
align: {
|
|
12731
|
-
type: import("vue").PropType<"middle" | "
|
|
12732
|
-
xs?: "middle" | "
|
|
12733
|
-
sm?: "middle" | "
|
|
12734
|
-
md?: "middle" | "
|
|
12735
|
-
lg?: "middle" | "
|
|
12736
|
-
xl?: "middle" | "
|
|
12737
|
-
xxl?: "middle" | "
|
|
12731
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
12732
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12733
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12734
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12735
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12736
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12737
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12738
12738
|
}>;
|
|
12739
|
-
default: "middle" | "
|
|
12740
|
-
xs?: "middle" | "
|
|
12741
|
-
sm?: "middle" | "
|
|
12742
|
-
md?: "middle" | "
|
|
12743
|
-
lg?: "middle" | "
|
|
12744
|
-
xl?: "middle" | "
|
|
12745
|
-
xxl?: "middle" | "
|
|
12739
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
12740
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12741
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12742
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12743
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12744
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12745
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
12746
12746
|
};
|
|
12747
12747
|
};
|
|
12748
12748
|
justify: {
|
|
@@ -13682,21 +13682,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13682
13682
|
readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
|
|
13683
13683
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13684
13684
|
align: {
|
|
13685
|
-
type: import("vue").PropType<"middle" | "
|
|
13686
|
-
xs?: "middle" | "
|
|
13687
|
-
sm?: "middle" | "
|
|
13688
|
-
md?: "middle" | "
|
|
13689
|
-
lg?: "middle" | "
|
|
13690
|
-
xl?: "middle" | "
|
|
13691
|
-
xxl?: "middle" | "
|
|
13685
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
13686
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13687
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13688
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13689
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13690
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13691
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13692
13692
|
}>;
|
|
13693
|
-
default: "middle" | "
|
|
13694
|
-
xs?: "middle" | "
|
|
13695
|
-
sm?: "middle" | "
|
|
13696
|
-
md?: "middle" | "
|
|
13697
|
-
lg?: "middle" | "
|
|
13698
|
-
xl?: "middle" | "
|
|
13699
|
-
xxl?: "middle" | "
|
|
13693
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
13694
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13695
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13696
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13697
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13698
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13699
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13700
13700
|
};
|
|
13701
13701
|
};
|
|
13702
13702
|
justify: {
|
|
@@ -13728,21 +13728,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13728
13728
|
};
|
|
13729
13729
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13730
13730
|
align: {
|
|
13731
|
-
type: import("vue").PropType<"middle" | "
|
|
13732
|
-
xs?: "middle" | "
|
|
13733
|
-
sm?: "middle" | "
|
|
13734
|
-
md?: "middle" | "
|
|
13735
|
-
lg?: "middle" | "
|
|
13736
|
-
xl?: "middle" | "
|
|
13737
|
-
xxl?: "middle" | "
|
|
13731
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
13732
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13733
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13734
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13735
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13736
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13737
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13738
13738
|
}>;
|
|
13739
|
-
default: "middle" | "
|
|
13740
|
-
xs?: "middle" | "
|
|
13741
|
-
sm?: "middle" | "
|
|
13742
|
-
md?: "middle" | "
|
|
13743
|
-
lg?: "middle" | "
|
|
13744
|
-
xl?: "middle" | "
|
|
13745
|
-
xxl?: "middle" | "
|
|
13739
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
13740
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13741
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13742
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13743
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13744
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13745
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13746
13746
|
};
|
|
13747
13747
|
};
|
|
13748
13748
|
justify: {
|
|
@@ -13774,21 +13774,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13774
13774
|
};
|
|
13775
13775
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13776
13776
|
align: {
|
|
13777
|
-
type: import("vue").PropType<"middle" | "
|
|
13778
|
-
xs?: "middle" | "
|
|
13779
|
-
sm?: "middle" | "
|
|
13780
|
-
md?: "middle" | "
|
|
13781
|
-
lg?: "middle" | "
|
|
13782
|
-
xl?: "middle" | "
|
|
13783
|
-
xxl?: "middle" | "
|
|
13777
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
13778
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13779
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13780
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13781
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13782
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13783
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13784
13784
|
}>;
|
|
13785
|
-
default: "middle" | "
|
|
13786
|
-
xs?: "middle" | "
|
|
13787
|
-
sm?: "middle" | "
|
|
13788
|
-
md?: "middle" | "
|
|
13789
|
-
lg?: "middle" | "
|
|
13790
|
-
xl?: "middle" | "
|
|
13791
|
-
xxl?: "middle" | "
|
|
13785
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
13786
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13787
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13788
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13789
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13790
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13791
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13792
13792
|
};
|
|
13793
13793
|
};
|
|
13794
13794
|
justify: {
|
|
@@ -13820,21 +13820,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13820
13820
|
};
|
|
13821
13821
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13822
13822
|
align: {
|
|
13823
|
-
type: import("vue").PropType<"middle" | "
|
|
13824
|
-
xs?: "middle" | "
|
|
13825
|
-
sm?: "middle" | "
|
|
13826
|
-
md?: "middle" | "
|
|
13827
|
-
lg?: "middle" | "
|
|
13828
|
-
xl?: "middle" | "
|
|
13829
|
-
xxl?: "middle" | "
|
|
13823
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
13824
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13825
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13826
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13827
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13828
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13829
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13830
13830
|
}>;
|
|
13831
|
-
default: "middle" | "
|
|
13832
|
-
xs?: "middle" | "
|
|
13833
|
-
sm?: "middle" | "
|
|
13834
|
-
md?: "middle" | "
|
|
13835
|
-
lg?: "middle" | "
|
|
13836
|
-
xl?: "middle" | "
|
|
13837
|
-
xxl?: "middle" | "
|
|
13831
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
13832
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13833
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13834
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13835
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13836
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13837
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
13838
13838
|
};
|
|
13839
13839
|
};
|
|
13840
13840
|
justify: {
|
|
@@ -13872,6 +13872,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13872
13872
|
onChange?: ((value: import("ll-plus/es/index").FormData) => any) | undefined;
|
|
13873
13873
|
}, {
|
|
13874
13874
|
props: import("@vue/shared").LooseRequired<{
|
|
13875
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13875
13876
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13876
13877
|
layout: import("vue-types").VueTypeDef<string>;
|
|
13877
13878
|
labelCol: {
|
|
@@ -14096,24 +14097,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14096
14097
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
14097
14098
|
};
|
|
14098
14099
|
}>>;
|
|
14099
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14100
14100
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14101
14101
|
align: {
|
|
14102
|
-
type: import("vue").PropType<"middle" | "
|
|
14103
|
-
xs?: "middle" | "
|
|
14104
|
-
sm?: "middle" | "
|
|
14105
|
-
md?: "middle" | "
|
|
14106
|
-
lg?: "middle" | "
|
|
14107
|
-
xl?: "middle" | "
|
|
14108
|
-
xxl?: "middle" | "
|
|
14102
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
14103
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14104
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14105
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14106
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14107
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14108
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14109
14109
|
}>;
|
|
14110
|
-
default: "middle" | "
|
|
14111
|
-
xs?: "middle" | "
|
|
14112
|
-
sm?: "middle" | "
|
|
14113
|
-
md?: "middle" | "
|
|
14114
|
-
lg?: "middle" | "
|
|
14115
|
-
xl?: "middle" | "
|
|
14116
|
-
xxl?: "middle" | "
|
|
14110
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
14111
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14112
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14113
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14114
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14115
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14116
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14117
14117
|
};
|
|
14118
14118
|
};
|
|
14119
14119
|
justify: {
|
|
@@ -14212,6 +14212,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14212
14212
|
readonly item: any;
|
|
14213
14213
|
}, {}>;
|
|
14214
14214
|
}, {}, {}, {}, {
|
|
14215
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14215
14216
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14216
14217
|
layout: import("vue-types").VueTypeDef<string>;
|
|
14217
14218
|
labelCol: {
|
|
@@ -14436,24 +14437,23 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14436
14437
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
14437
14438
|
};
|
|
14438
14439
|
}>>;
|
|
14439
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14440
14440
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14441
14441
|
align: {
|
|
14442
|
-
type: import("vue").PropType<"middle" | "
|
|
14443
|
-
xs?: "middle" | "
|
|
14444
|
-
sm?: "middle" | "
|
|
14445
|
-
md?: "middle" | "
|
|
14446
|
-
lg?: "middle" | "
|
|
14447
|
-
xl?: "middle" | "
|
|
14448
|
-
xxl?: "middle" | "
|
|
14442
|
+
type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
|
|
14443
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14444
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14445
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14446
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14447
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14448
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14449
14449
|
}>;
|
|
14450
|
-
default: "middle" | "
|
|
14451
|
-
xs?: "middle" | "
|
|
14452
|
-
sm?: "middle" | "
|
|
14453
|
-
md?: "middle" | "
|
|
14454
|
-
lg?: "middle" | "
|
|
14455
|
-
xl?: "middle" | "
|
|
14456
|
-
xxl?: "middle" | "
|
|
14450
|
+
default: "middle" | "bottom" | "top" | "stretch" | {
|
|
14451
|
+
xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14452
|
+
sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14453
|
+
md?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14454
|
+
lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14455
|
+
xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14456
|
+
xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
|
|
14457
14457
|
};
|
|
14458
14458
|
};
|
|
14459
14459
|
justify: {
|