ll-plus 2.7.1 → 2.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/advanced-filtering/index.d.ts +288 -288
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/cascader/index.d.ts +8 -8
- package/es/components/cascader/src/cascader.vue.d.ts +8 -8
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/drawer/index.d.ts +5 -5
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/easy-cron/index.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/es/components/form/index.d.ts +144 -144
- package/es/components/form/src/components/form-component.vue.d.ts +1 -1
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +143 -143
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +33 -33
- package/es/components/input/src/input.vue.d.ts +33 -33
- package/es/components/key-value/index.d.ts +697 -690
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +231 -230
- package/es/components/key-value/src/config/key-value.d.ts +1 -0
- package/es/components/key-value/src/key-value.vue.d.ts +697 -690
- package/es/components/modal/index.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +1 -1
- package/es/components/new-drawer/index.d.ts +7 -7
- package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/es/components/new-modal/index.d.ts +2 -2
- package/es/components/new-modal/src/modal.vue.d.ts +2 -2
- package/es/components/operate-icon/index.d.ts +5 -2
- package/es/components/operate-icon/src/operate-icon.d.ts +2 -1
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +5 -2
- package/es/components/rich-text-editor/index.d.ts +1 -1
- package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +4 -4
- package/es/components/select/src/select.vue.d.ts +4 -4
- package/es/components/select-group/index.d.ts +2 -2
- package/es/components/select-group/src/select-group.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree-search/index.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/es/components/upload-drag/index.d.ts +2 -2
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/es/packages/components/key-value/src/components/key-value-item.vue2.mjs +60 -20
- package/es/packages/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
- package/es/packages/components/key-value/src/config/key-value.mjs +4 -0
- package/es/packages/components/key-value/src/config/key-value.mjs.map +1 -1
- package/es/packages/components/key-value/src/key-value.vue2.mjs +7 -6
- package/es/packages/components/key-value/src/key-value.vue2.mjs.map +1 -1
- package/es/packages/components/operate-icon/src/operate-icon.mjs +18 -1
- package/es/packages/components/operate-icon/src/operate-icon.mjs.map +1 -1
- package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +7 -12
- package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +94 -37
- package/index.full.min.js +20 -20
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +18 -18
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +94 -37
- package/lib/components/advanced-filtering/index.d.ts +288 -288
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/cascader/index.d.ts +8 -8
- package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/drawer/index.d.ts +5 -5
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/easy-cron/index.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/lib/components/form/index.d.ts +144 -144
- package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +143 -143
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +33 -33
- package/lib/components/input/src/input.vue.d.ts +33 -33
- package/lib/components/key-value/index.d.ts +697 -690
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +231 -230
- package/lib/components/key-value/src/config/key-value.d.ts +1 -0
- package/lib/components/key-value/src/key-value.vue.d.ts +697 -690
- package/lib/components/modal/index.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +1 -1
- package/lib/components/new-drawer/index.d.ts +7 -7
- package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/lib/components/new-modal/index.d.ts +2 -2
- package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
- package/lib/components/operate-icon/index.d.ts +5 -2
- package/lib/components/operate-icon/src/operate-icon.d.ts +2 -1
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +5 -2
- package/lib/components/rich-text-editor/index.d.ts +1 -1
- package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +4 -4
- package/lib/components/select/src/select.vue.d.ts +4 -4
- package/lib/components/select-group/index.d.ts +2 -2
- package/lib/components/select-group/src/select-group.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree-search/index.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/lib/components/upload-drag/index.d.ts +2 -2
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/lib/packages/components/key-value/src/components/key-value-item.vue2.js +59 -19
- package/lib/packages/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
- package/lib/packages/components/key-value/src/config/key-value.js +4 -0
- package/lib/packages/components/key-value/src/config/key-value.js.map +1 -1
- package/lib/packages/components/key-value/src/key-value.vue2.js +6 -5
- package/lib/packages/components/key-value/src/key-value.vue2.js.map +1 -1
- package/lib/packages/components/operate-icon/src/operate-icon.js +18 -1
- package/lib/packages/components/operate-icon/src/operate-icon.js.map +1 -1
- package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +7 -12
- package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/advanced-filtering.css +1 -1
- package/theme-chalk/css/api-component.css +1 -1
- package/theme-chalk/css/cascader.css +1 -1
- package/theme-chalk/css/checkbox.css +1 -1
- package/theme-chalk/css/code-editor.css +1 -1
- package/theme-chalk/css/cropper.css +1 -1
- package/theme-chalk/css/descriptions.css +1 -1
- package/theme-chalk/css/drawer.css +1 -1
- package/theme-chalk/css/dropdown.css +1 -1
- package/theme-chalk/css/easy-cron.css +1 -1
- package/theme-chalk/css/form.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/input-number.css +1 -1
- package/theme-chalk/css/input.css +1 -1
- package/theme-chalk/css/key-value.css +1 -1
- package/theme-chalk/css/markdown-editor.css +1 -1
- package/theme-chalk/css/modal.css +1 -1
- package/theme-chalk/css/new-drawer.css +1 -1
- package/theme-chalk/css/new-modal.css +1 -1
- package/theme-chalk/css/number-range.css +1 -1
- package/theme-chalk/css/rich-text-editor.css +1 -1
- package/theme-chalk/css/switch.css +1 -1
- package/theme-chalk/css/table.css +1 -1
- package/theme-chalk/css/tabs-simple.css +1 -1
- package/theme-chalk/css/tag-group.css +1 -1
- package/theme-chalk/fonts/iconfont.js +1 -1
- package/theme-chalk/fonts/iconfont.json +28 -0
- package/types/packages/components/advanced-filtering/index.d.ts +288 -288
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/cascader/index.d.ts +8 -8
- package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/drawer/index.d.ts +5 -5
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
- package/types/packages/components/easy-cron/index.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
- package/types/packages/components/form/index.d.ts +144 -144
- package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +143 -143
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +33 -33
- package/types/packages/components/input/src/input.vue.d.ts +33 -33
- package/types/packages/components/key-value/index.d.ts +697 -690
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +231 -230
- package/types/packages/components/key-value/src/config/key-value.d.ts +1 -0
- package/types/packages/components/key-value/src/key-value.vue.d.ts +697 -690
- package/types/packages/components/modal/index.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
- package/types/packages/components/new-drawer/index.d.ts +7 -7
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/types/packages/components/new-modal/index.d.ts +2 -2
- package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
- package/types/packages/components/operate-icon/index.d.ts +5 -2
- package/types/packages/components/operate-icon/src/operate-icon.d.ts +2 -1
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +5 -2
- package/types/packages/components/rich-text-editor/index.d.ts +1 -1
- package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/types/packages/components/select/index.d.ts +4 -4
- package/types/packages/components/select/src/select.vue.d.ts +4 -4
- package/types/packages/components/select-group/index.d.ts +2 -2
- package/types/packages/components/select-group/src/select-group.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree-search/index.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/types/packages/components/upload-drag/index.d.ts +2 -2
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -40,6 +40,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
40
40
|
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
41
41
|
readonly disabledAdd: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
42
42
|
readonly validate: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
43
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
43
44
|
}, {
|
|
44
45
|
props: import("@vue/shared").LooseRequired<{
|
|
45
46
|
readonly value: import("./src/config").KeyValueItem[];
|
|
@@ -57,6 +58,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
57
58
|
readonly disabledKey: number[];
|
|
58
59
|
readonly disabledDelete: number[];
|
|
59
60
|
readonly disabledAdd: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
61
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
60
62
|
readonly onChange?: ((value: import("./src/config").KeyValueItem[]) => any) | undefined;
|
|
61
63
|
readonly "onUpdate:value"?: ((value: import("./src/config").KeyValueItem[]) => any) | undefined;
|
|
62
64
|
readonly onDelete?: ((index: number) => any) | undefined;
|
|
@@ -1079,21 +1081,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1079
1081
|
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
1082
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1081
1083
|
align: {
|
|
1082
|
-
type: import("vue").PropType<"
|
|
1083
|
-
xs?: "
|
|
1084
|
-
sm?: "
|
|
1085
|
-
md?: "
|
|
1086
|
-
lg?: "
|
|
1087
|
-
xl?: "
|
|
1088
|
-
xxl?: "
|
|
1084
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1085
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1086
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1087
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1088
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1089
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1090
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1089
1091
|
}>;
|
|
1090
|
-
default: "
|
|
1091
|
-
xs?: "
|
|
1092
|
-
sm?: "
|
|
1093
|
-
md?: "
|
|
1094
|
-
lg?: "
|
|
1095
|
-
xl?: "
|
|
1096
|
-
xxl?: "
|
|
1092
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1093
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1094
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1095
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1096
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1097
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1098
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1097
1099
|
};
|
|
1098
1100
|
};
|
|
1099
1101
|
justify: {
|
|
@@ -1125,21 +1127,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1125
1127
|
};
|
|
1126
1128
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1127
1129
|
align: {
|
|
1128
|
-
type: import("vue").PropType<"
|
|
1129
|
-
xs?: "
|
|
1130
|
-
sm?: "
|
|
1131
|
-
md?: "
|
|
1132
|
-
lg?: "
|
|
1133
|
-
xl?: "
|
|
1134
|
-
xxl?: "
|
|
1130
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1131
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1132
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1133
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1134
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1135
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1136
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1135
1137
|
}>;
|
|
1136
|
-
default: "
|
|
1137
|
-
xs?: "
|
|
1138
|
-
sm?: "
|
|
1139
|
-
md?: "
|
|
1140
|
-
lg?: "
|
|
1141
|
-
xl?: "
|
|
1142
|
-
xxl?: "
|
|
1138
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1139
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1140
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1141
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1142
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1143
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1144
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1143
1145
|
};
|
|
1144
1146
|
};
|
|
1145
1147
|
justify: {
|
|
@@ -1171,21 +1173,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1171
1173
|
};
|
|
1172
1174
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1173
1175
|
align: {
|
|
1174
|
-
type: import("vue").PropType<"
|
|
1175
|
-
xs?: "
|
|
1176
|
-
sm?: "
|
|
1177
|
-
md?: "
|
|
1178
|
-
lg?: "
|
|
1179
|
-
xl?: "
|
|
1180
|
-
xxl?: "
|
|
1176
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1177
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1178
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1179
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1180
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1181
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1182
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1181
1183
|
}>;
|
|
1182
|
-
default: "
|
|
1183
|
-
xs?: "
|
|
1184
|
-
sm?: "
|
|
1185
|
-
md?: "
|
|
1186
|
-
lg?: "
|
|
1187
|
-
xl?: "
|
|
1188
|
-
xxl?: "
|
|
1184
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1185
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1186
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1187
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1188
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1189
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1190
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1189
1191
|
};
|
|
1190
1192
|
};
|
|
1191
1193
|
justify: {
|
|
@@ -1217,21 +1219,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1217
1219
|
};
|
|
1218
1220
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1219
1221
|
align: {
|
|
1220
|
-
type: import("vue").PropType<"
|
|
1221
|
-
xs?: "
|
|
1222
|
-
sm?: "
|
|
1223
|
-
md?: "
|
|
1224
|
-
lg?: "
|
|
1225
|
-
xl?: "
|
|
1226
|
-
xxl?: "
|
|
1222
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1223
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1224
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1225
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1226
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1227
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1228
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1227
1229
|
}>;
|
|
1228
|
-
default: "
|
|
1229
|
-
xs?: "
|
|
1230
|
-
sm?: "
|
|
1231
|
-
md?: "
|
|
1232
|
-
lg?: "
|
|
1233
|
-
xl?: "
|
|
1234
|
-
xxl?: "
|
|
1230
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1231
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1232
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1233
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1234
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1235
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1236
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1235
1237
|
};
|
|
1236
1238
|
};
|
|
1237
1239
|
justify: {
|
|
@@ -1500,21 +1502,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1500
1502
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1501
1503
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
1502
1504
|
align: {
|
|
1503
|
-
type: import("vue").PropType<"
|
|
1504
|
-
xs?: "
|
|
1505
|
-
sm?: "
|
|
1506
|
-
md?: "
|
|
1507
|
-
lg?: "
|
|
1508
|
-
xl?: "
|
|
1509
|
-
xxl?: "
|
|
1505
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1506
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1507
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1508
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1509
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1510
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1511
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1510
1512
|
}>;
|
|
1511
|
-
default: "
|
|
1512
|
-
xs?: "
|
|
1513
|
-
sm?: "
|
|
1514
|
-
md?: "
|
|
1515
|
-
lg?: "
|
|
1516
|
-
xl?: "
|
|
1517
|
-
xxl?: "
|
|
1513
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1514
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1515
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1516
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1517
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1518
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1519
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
1518
1520
|
};
|
|
1519
1521
|
};
|
|
1520
1522
|
justify: {
|
|
@@ -1586,7 +1588,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1586
1588
|
emits: (event: "changeField", item: any) => void;
|
|
1587
1589
|
formData: import("ll-plus/es/index").FormData;
|
|
1588
1590
|
componentRef: import("vue").Ref<any>;
|
|
1589
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1591
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
1590
1592
|
handleChange: (...arg: any[]) => void;
|
|
1591
1593
|
focus: () => Promise<void>;
|
|
1592
1594
|
getItem: () => any;
|
|
@@ -1638,7 +1640,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1638
1640
|
emits: (event: "changeField", item: any) => void;
|
|
1639
1641
|
formData: import("ll-plus/es/index").FormData;
|
|
1640
1642
|
componentRef: import("vue").Ref<any>;
|
|
1641
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1643
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
1642
1644
|
handleChange: (...arg: any[]) => void;
|
|
1643
1645
|
focus: () => Promise<void>;
|
|
1644
1646
|
getItem: () => any;
|
|
@@ -1781,7 +1783,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1781
1783
|
emits: (event: "changeField", item: any) => void;
|
|
1782
1784
|
formData: import("ll-plus/es/index").FormData;
|
|
1783
1785
|
componentRef: import("vue").Ref<any>;
|
|
1784
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
1786
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
1785
1787
|
handleChange: (...arg: any[]) => void;
|
|
1786
1788
|
focus: () => Promise<void>;
|
|
1787
1789
|
getItem: () => any;
|
|
@@ -2707,21 +2709,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2707
2709
|
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>;
|
|
2708
2710
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2709
2711
|
align: {
|
|
2710
|
-
type: import("vue").PropType<"
|
|
2711
|
-
xs?: "
|
|
2712
|
-
sm?: "
|
|
2713
|
-
md?: "
|
|
2714
|
-
lg?: "
|
|
2715
|
-
xl?: "
|
|
2716
|
-
xxl?: "
|
|
2712
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2713
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2714
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2715
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2716
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2717
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2718
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2717
2719
|
}>;
|
|
2718
|
-
default: "
|
|
2719
|
-
xs?: "
|
|
2720
|
-
sm?: "
|
|
2721
|
-
md?: "
|
|
2722
|
-
lg?: "
|
|
2723
|
-
xl?: "
|
|
2724
|
-
xxl?: "
|
|
2720
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2721
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2722
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2723
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2724
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2725
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2726
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2725
2727
|
};
|
|
2726
2728
|
};
|
|
2727
2729
|
justify: {
|
|
@@ -2753,21 +2755,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2753
2755
|
};
|
|
2754
2756
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2755
2757
|
align: {
|
|
2756
|
-
type: import("vue").PropType<"
|
|
2757
|
-
xs?: "
|
|
2758
|
-
sm?: "
|
|
2759
|
-
md?: "
|
|
2760
|
-
lg?: "
|
|
2761
|
-
xl?: "
|
|
2762
|
-
xxl?: "
|
|
2758
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2759
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2760
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2761
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2762
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2763
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2764
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2763
2765
|
}>;
|
|
2764
|
-
default: "
|
|
2765
|
-
xs?: "
|
|
2766
|
-
sm?: "
|
|
2767
|
-
md?: "
|
|
2768
|
-
lg?: "
|
|
2769
|
-
xl?: "
|
|
2770
|
-
xxl?: "
|
|
2766
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2767
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2768
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2769
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2770
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2771
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2772
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2771
2773
|
};
|
|
2772
2774
|
};
|
|
2773
2775
|
justify: {
|
|
@@ -2799,21 +2801,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2799
2801
|
};
|
|
2800
2802
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
2801
2803
|
align: {
|
|
2802
|
-
type: import("vue").PropType<"
|
|
2803
|
-
xs?: "
|
|
2804
|
-
sm?: "
|
|
2805
|
-
md?: "
|
|
2806
|
-
lg?: "
|
|
2807
|
-
xl?: "
|
|
2808
|
-
xxl?: "
|
|
2804
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2805
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2806
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2807
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2808
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2809
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2810
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2809
2811
|
}>;
|
|
2810
|
-
default: "
|
|
2811
|
-
xs?: "
|
|
2812
|
-
sm?: "
|
|
2813
|
-
md?: "
|
|
2814
|
-
lg?: "
|
|
2815
|
-
xl?: "
|
|
2816
|
-
xxl?: "
|
|
2812
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2813
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2814
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2815
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2816
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2817
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2818
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2817
2819
|
};
|
|
2818
2820
|
};
|
|
2819
2821
|
justify: {
|
|
@@ -2845,21 +2847,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2845
2847
|
};
|
|
2846
2848
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
2847
2849
|
align: {
|
|
2848
|
-
type: import("vue").PropType<"
|
|
2849
|
-
xs?: "
|
|
2850
|
-
sm?: "
|
|
2851
|
-
md?: "
|
|
2852
|
-
lg?: "
|
|
2853
|
-
xl?: "
|
|
2854
|
-
xxl?: "
|
|
2850
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2851
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2852
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2853
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2854
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2855
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2856
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2855
2857
|
}>;
|
|
2856
|
-
default: "
|
|
2857
|
-
xs?: "
|
|
2858
|
-
sm?: "
|
|
2859
|
-
md?: "
|
|
2860
|
-
lg?: "
|
|
2861
|
-
xl?: "
|
|
2862
|
-
xxl?: "
|
|
2858
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
2859
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2860
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2861
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2862
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2863
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2864
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2863
2865
|
};
|
|
2864
2866
|
};
|
|
2865
2867
|
justify: {
|
|
@@ -3127,21 +3129,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
3127
3129
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3128
3130
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3129
3131
|
align: {
|
|
3130
|
-
type: import("vue").PropType<"
|
|
3131
|
-
xs?: "
|
|
3132
|
-
sm?: "
|
|
3133
|
-
md?: "
|
|
3134
|
-
lg?: "
|
|
3135
|
-
xl?: "
|
|
3136
|
-
xxl?: "
|
|
3132
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
3133
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3134
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3135
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3136
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3137
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3138
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3137
3139
|
}>;
|
|
3138
|
-
default: "
|
|
3139
|
-
xs?: "
|
|
3140
|
-
sm?: "
|
|
3141
|
-
md?: "
|
|
3142
|
-
lg?: "
|
|
3143
|
-
xl?: "
|
|
3144
|
-
xxl?: "
|
|
3140
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
3141
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3142
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3143
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3144
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3145
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3146
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
3145
3147
|
};
|
|
3146
3148
|
};
|
|
3147
3149
|
justify: {
|
|
@@ -4083,21 +4085,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4083
4085
|
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>;
|
|
4084
4086
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4085
4087
|
align: {
|
|
4086
|
-
type: import("vue").PropType<"
|
|
4087
|
-
xs?: "
|
|
4088
|
-
sm?: "
|
|
4089
|
-
md?: "
|
|
4090
|
-
lg?: "
|
|
4091
|
-
xl?: "
|
|
4092
|
-
xxl?: "
|
|
4088
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4089
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4090
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4091
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4092
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4093
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4094
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4093
4095
|
}>;
|
|
4094
|
-
default: "
|
|
4095
|
-
xs?: "
|
|
4096
|
-
sm?: "
|
|
4097
|
-
md?: "
|
|
4098
|
-
lg?: "
|
|
4099
|
-
xl?: "
|
|
4100
|
-
xxl?: "
|
|
4096
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4097
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4098
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4099
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4100
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4101
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4102
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4101
4103
|
};
|
|
4102
4104
|
};
|
|
4103
4105
|
justify: {
|
|
@@ -4129,21 +4131,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4129
4131
|
};
|
|
4130
4132
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4131
4133
|
align: {
|
|
4132
|
-
type: import("vue").PropType<"
|
|
4133
|
-
xs?: "
|
|
4134
|
-
sm?: "
|
|
4135
|
-
md?: "
|
|
4136
|
-
lg?: "
|
|
4137
|
-
xl?: "
|
|
4138
|
-
xxl?: "
|
|
4134
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4135
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4136
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4137
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4138
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4139
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4140
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4139
4141
|
}>;
|
|
4140
|
-
default: "
|
|
4141
|
-
xs?: "
|
|
4142
|
-
sm?: "
|
|
4143
|
-
md?: "
|
|
4144
|
-
lg?: "
|
|
4145
|
-
xl?: "
|
|
4146
|
-
xxl?: "
|
|
4142
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4143
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4144
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4145
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4146
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4147
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4148
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4147
4149
|
};
|
|
4148
4150
|
};
|
|
4149
4151
|
justify: {
|
|
@@ -4175,21 +4177,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4175
4177
|
};
|
|
4176
4178
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
4177
4179
|
align: {
|
|
4178
|
-
type: import("vue").PropType<"
|
|
4179
|
-
xs?: "
|
|
4180
|
-
sm?: "
|
|
4181
|
-
md?: "
|
|
4182
|
-
lg?: "
|
|
4183
|
-
xl?: "
|
|
4184
|
-
xxl?: "
|
|
4180
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4181
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4182
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4183
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4184
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4185
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4186
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4185
4187
|
}>;
|
|
4186
|
-
default: "
|
|
4187
|
-
xs?: "
|
|
4188
|
-
sm?: "
|
|
4189
|
-
md?: "
|
|
4190
|
-
lg?: "
|
|
4191
|
-
xl?: "
|
|
4192
|
-
xxl?: "
|
|
4188
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4189
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4190
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4191
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4192
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4193
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4194
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4193
4195
|
};
|
|
4194
4196
|
};
|
|
4195
4197
|
justify: {
|
|
@@ -4221,21 +4223,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4221
4223
|
};
|
|
4222
4224
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
4223
4225
|
align: {
|
|
4224
|
-
type: import("vue").PropType<"
|
|
4225
|
-
xs?: "
|
|
4226
|
-
sm?: "
|
|
4227
|
-
md?: "
|
|
4228
|
-
lg?: "
|
|
4229
|
-
xl?: "
|
|
4230
|
-
xxl?: "
|
|
4226
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4227
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4228
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4229
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4230
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4231
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4232
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4231
4233
|
}>;
|
|
4232
|
-
default: "
|
|
4233
|
-
xs?: "
|
|
4234
|
-
sm?: "
|
|
4235
|
-
md?: "
|
|
4236
|
-
lg?: "
|
|
4237
|
-
xl?: "
|
|
4238
|
-
xxl?: "
|
|
4234
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4235
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4236
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4237
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4238
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4239
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4240
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4239
4241
|
};
|
|
4240
4242
|
};
|
|
4241
4243
|
justify: {
|
|
@@ -4504,21 +4506,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4504
4506
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4505
4507
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4506
4508
|
align: {
|
|
4507
|
-
type: import("vue").PropType<"
|
|
4508
|
-
xs?: "
|
|
4509
|
-
sm?: "
|
|
4510
|
-
md?: "
|
|
4511
|
-
lg?: "
|
|
4512
|
-
xl?: "
|
|
4513
|
-
xxl?: "
|
|
4509
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
4510
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4511
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4512
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4513
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4514
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4515
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4514
4516
|
}>;
|
|
4515
|
-
default: "
|
|
4516
|
-
xs?: "
|
|
4517
|
-
sm?: "
|
|
4518
|
-
md?: "
|
|
4519
|
-
lg?: "
|
|
4520
|
-
xl?: "
|
|
4521
|
-
xxl?: "
|
|
4517
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
4518
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4519
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4520
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4521
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4522
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4523
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
4522
4524
|
};
|
|
4523
4525
|
};
|
|
4524
4526
|
justify: {
|
|
@@ -4590,7 +4592,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4590
4592
|
emits: (event: "changeField", item: any) => void;
|
|
4591
4593
|
formData: import("ll-plus/es/index").FormData;
|
|
4592
4594
|
componentRef: import("vue").Ref<any>;
|
|
4593
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4595
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4594
4596
|
handleChange: (...arg: any[]) => void;
|
|
4595
4597
|
focus: () => Promise<void>;
|
|
4596
4598
|
getItem: () => any;
|
|
@@ -4642,7 +4644,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4642
4644
|
emits: (event: "changeField", item: any) => void;
|
|
4643
4645
|
formData: import("ll-plus/es/index").FormData;
|
|
4644
4646
|
componentRef: import("vue").Ref<any>;
|
|
4645
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4647
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4646
4648
|
handleChange: (...arg: any[]) => void;
|
|
4647
4649
|
focus: () => Promise<void>;
|
|
4648
4650
|
getItem: () => any;
|
|
@@ -4785,7 +4787,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4785
4787
|
emits: (event: "changeField", item: any) => void;
|
|
4786
4788
|
formData: import("ll-plus/es/index").FormData;
|
|
4787
4789
|
componentRef: import("vue").Ref<any>;
|
|
4788
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
4790
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
4789
4791
|
handleChange: (...arg: any[]) => void;
|
|
4790
4792
|
focus: () => Promise<void>;
|
|
4791
4793
|
getItem: () => any;
|
|
@@ -5038,21 +5040,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
5038
5040
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5039
5041
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5040
5042
|
align: {
|
|
5041
|
-
type: import("vue").PropType<"
|
|
5042
|
-
xs?: "
|
|
5043
|
-
sm?: "
|
|
5044
|
-
md?: "
|
|
5045
|
-
lg?: "
|
|
5046
|
-
xl?: "
|
|
5047
|
-
xxl?: "
|
|
5043
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
5044
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5045
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5046
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5047
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5048
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5049
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5048
5050
|
}>;
|
|
5049
|
-
default: "
|
|
5050
|
-
xs?: "
|
|
5051
|
-
sm?: "
|
|
5052
|
-
md?: "
|
|
5053
|
-
lg?: "
|
|
5054
|
-
xl?: "
|
|
5055
|
-
xxl?: "
|
|
5051
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
5052
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5053
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5054
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5055
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5056
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5057
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
5056
5058
|
};
|
|
5057
5059
|
};
|
|
5058
5060
|
justify: {
|
|
@@ -5093,6 +5095,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
5093
5095
|
getKeyDisabled: import("vue").ComputedRef<any>;
|
|
5094
5096
|
getValueDisabled: import("vue").ComputedRef<any>;
|
|
5095
5097
|
getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
|
|
5098
|
+
hasValue: import("vue").ComputedRef<any>;
|
|
5096
5099
|
handleDelete: () => void;
|
|
5097
5100
|
handleChange: () => Promise<void>;
|
|
5098
5101
|
validate: () => Promise<any>;
|
|
@@ -6419,21 +6422,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6419
6422
|
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>;
|
|
6420
6423
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6421
6424
|
align: {
|
|
6422
|
-
type: import("vue").PropType<"
|
|
6423
|
-
xs?: "
|
|
6424
|
-
sm?: "
|
|
6425
|
-
md?: "
|
|
6426
|
-
lg?: "
|
|
6427
|
-
xl?: "
|
|
6428
|
-
xxl?: "
|
|
6425
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6426
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6427
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6428
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6429
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6430
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6431
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6429
6432
|
}>;
|
|
6430
|
-
default: "
|
|
6431
|
-
xs?: "
|
|
6432
|
-
sm?: "
|
|
6433
|
-
md?: "
|
|
6434
|
-
lg?: "
|
|
6435
|
-
xl?: "
|
|
6436
|
-
xxl?: "
|
|
6433
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6434
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6435
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6436
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6437
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6438
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6439
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6437
6440
|
};
|
|
6438
6441
|
};
|
|
6439
6442
|
justify: {
|
|
@@ -6465,21 +6468,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6465
6468
|
};
|
|
6466
6469
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6467
6470
|
align: {
|
|
6468
|
-
type: import("vue").PropType<"
|
|
6469
|
-
xs?: "
|
|
6470
|
-
sm?: "
|
|
6471
|
-
md?: "
|
|
6472
|
-
lg?: "
|
|
6473
|
-
xl?: "
|
|
6474
|
-
xxl?: "
|
|
6471
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6472
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6473
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6474
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6475
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6476
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6477
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6475
6478
|
}>;
|
|
6476
|
-
default: "
|
|
6477
|
-
xs?: "
|
|
6478
|
-
sm?: "
|
|
6479
|
-
md?: "
|
|
6480
|
-
lg?: "
|
|
6481
|
-
xl?: "
|
|
6482
|
-
xxl?: "
|
|
6479
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6480
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6481
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6482
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6483
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6484
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6485
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6483
6486
|
};
|
|
6484
6487
|
};
|
|
6485
6488
|
justify: {
|
|
@@ -6511,21 +6514,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6511
6514
|
};
|
|
6512
6515
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
6513
6516
|
align: {
|
|
6514
|
-
type: import("vue").PropType<"
|
|
6515
|
-
xs?: "
|
|
6516
|
-
sm?: "
|
|
6517
|
-
md?: "
|
|
6518
|
-
lg?: "
|
|
6519
|
-
xl?: "
|
|
6520
|
-
xxl?: "
|
|
6517
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6518
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6519
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6520
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6521
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6522
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6523
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6521
6524
|
}>;
|
|
6522
|
-
default: "
|
|
6523
|
-
xs?: "
|
|
6524
|
-
sm?: "
|
|
6525
|
-
md?: "
|
|
6526
|
-
lg?: "
|
|
6527
|
-
xl?: "
|
|
6528
|
-
xxl?: "
|
|
6525
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6526
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6527
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6528
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6529
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6530
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6531
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6529
6532
|
};
|
|
6530
6533
|
};
|
|
6531
6534
|
justify: {
|
|
@@ -6557,21 +6560,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6557
6560
|
};
|
|
6558
6561
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
6559
6562
|
align: {
|
|
6560
|
-
type: import("vue").PropType<"
|
|
6561
|
-
xs?: "
|
|
6562
|
-
sm?: "
|
|
6563
|
-
md?: "
|
|
6564
|
-
lg?: "
|
|
6565
|
-
xl?: "
|
|
6566
|
-
xxl?: "
|
|
6563
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6564
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6565
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6566
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6567
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6568
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6569
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6567
6570
|
}>;
|
|
6568
|
-
default: "
|
|
6569
|
-
xs?: "
|
|
6570
|
-
sm?: "
|
|
6571
|
-
md?: "
|
|
6572
|
-
lg?: "
|
|
6573
|
-
xl?: "
|
|
6574
|
-
xxl?: "
|
|
6571
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6572
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6573
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6574
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6575
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6576
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6577
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6575
6578
|
};
|
|
6576
6579
|
};
|
|
6577
6580
|
justify: {
|
|
@@ -6840,21 +6843,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6840
6843
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6841
6844
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
6842
6845
|
align: {
|
|
6843
|
-
type: import("vue").PropType<"
|
|
6844
|
-
xs?: "
|
|
6845
|
-
sm?: "
|
|
6846
|
-
md?: "
|
|
6847
|
-
lg?: "
|
|
6848
|
-
xl?: "
|
|
6849
|
-
xxl?: "
|
|
6846
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
6847
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6848
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6849
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6850
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6851
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6852
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6850
6853
|
}>;
|
|
6851
|
-
default: "
|
|
6852
|
-
xs?: "
|
|
6853
|
-
sm?: "
|
|
6854
|
-
md?: "
|
|
6855
|
-
lg?: "
|
|
6856
|
-
xl?: "
|
|
6857
|
-
xxl?: "
|
|
6854
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
6855
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6856
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6857
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6858
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6859
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6860
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
6858
6861
|
};
|
|
6859
6862
|
};
|
|
6860
6863
|
justify: {
|
|
@@ -6926,7 +6929,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6926
6929
|
emits: (event: "changeField", item: any) => void;
|
|
6927
6930
|
formData: import("ll-plus/es/index").FormData;
|
|
6928
6931
|
componentRef: import("vue").Ref<any>;
|
|
6929
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
6932
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
6930
6933
|
handleChange: (...arg: any[]) => void;
|
|
6931
6934
|
focus: () => Promise<void>;
|
|
6932
6935
|
getItem: () => any;
|
|
@@ -6978,7 +6981,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6978
6981
|
emits: (event: "changeField", item: any) => void;
|
|
6979
6982
|
formData: import("ll-plus/es/index").FormData;
|
|
6980
6983
|
componentRef: import("vue").Ref<any>;
|
|
6981
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
6984
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
6982
6985
|
handleChange: (...arg: any[]) => void;
|
|
6983
6986
|
focus: () => Promise<void>;
|
|
6984
6987
|
getItem: () => any;
|
|
@@ -7121,7 +7124,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
7121
7124
|
emits: (event: "changeField", item: any) => void;
|
|
7122
7125
|
formData: import("ll-plus/es/index").FormData;
|
|
7123
7126
|
componentRef: import("vue").Ref<any>;
|
|
7124
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
7127
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
7125
7128
|
handleChange: (...arg: any[]) => void;
|
|
7126
7129
|
focus: () => Promise<void>;
|
|
7127
7130
|
getItem: () => any;
|
|
@@ -8047,21 +8050,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8047
8050
|
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>;
|
|
8048
8051
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8049
8052
|
align: {
|
|
8050
|
-
type: import("vue").PropType<"
|
|
8051
|
-
xs?: "
|
|
8052
|
-
sm?: "
|
|
8053
|
-
md?: "
|
|
8054
|
-
lg?: "
|
|
8055
|
-
xl?: "
|
|
8056
|
-
xxl?: "
|
|
8053
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8054
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8055
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8056
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8057
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8058
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8059
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8057
8060
|
}>;
|
|
8058
|
-
default: "
|
|
8059
|
-
xs?: "
|
|
8060
|
-
sm?: "
|
|
8061
|
-
md?: "
|
|
8062
|
-
lg?: "
|
|
8063
|
-
xl?: "
|
|
8064
|
-
xxl?: "
|
|
8061
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8062
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8063
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8064
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8065
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8066
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8067
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8065
8068
|
};
|
|
8066
8069
|
};
|
|
8067
8070
|
justify: {
|
|
@@ -8093,21 +8096,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8093
8096
|
};
|
|
8094
8097
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8095
8098
|
align: {
|
|
8096
|
-
type: import("vue").PropType<"
|
|
8097
|
-
xs?: "
|
|
8098
|
-
sm?: "
|
|
8099
|
-
md?: "
|
|
8100
|
-
lg?: "
|
|
8101
|
-
xl?: "
|
|
8102
|
-
xxl?: "
|
|
8099
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8100
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8101
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8102
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8103
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8104
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8105
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8103
8106
|
}>;
|
|
8104
|
-
default: "
|
|
8105
|
-
xs?: "
|
|
8106
|
-
sm?: "
|
|
8107
|
-
md?: "
|
|
8108
|
-
lg?: "
|
|
8109
|
-
xl?: "
|
|
8110
|
-
xxl?: "
|
|
8107
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8108
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8109
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8110
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8111
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8112
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8113
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8111
8114
|
};
|
|
8112
8115
|
};
|
|
8113
8116
|
justify: {
|
|
@@ -8139,21 +8142,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8139
8142
|
};
|
|
8140
8143
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
8141
8144
|
align: {
|
|
8142
|
-
type: import("vue").PropType<"
|
|
8143
|
-
xs?: "
|
|
8144
|
-
sm?: "
|
|
8145
|
-
md?: "
|
|
8146
|
-
lg?: "
|
|
8147
|
-
xl?: "
|
|
8148
|
-
xxl?: "
|
|
8145
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8146
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8147
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8148
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8149
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8150
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8151
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8149
8152
|
}>;
|
|
8150
|
-
default: "
|
|
8151
|
-
xs?: "
|
|
8152
|
-
sm?: "
|
|
8153
|
-
md?: "
|
|
8154
|
-
lg?: "
|
|
8155
|
-
xl?: "
|
|
8156
|
-
xxl?: "
|
|
8153
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8154
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8155
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8156
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8157
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8158
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8159
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8157
8160
|
};
|
|
8158
8161
|
};
|
|
8159
8162
|
justify: {
|
|
@@ -8185,21 +8188,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8185
8188
|
};
|
|
8186
8189
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
8187
8190
|
align: {
|
|
8188
|
-
type: import("vue").PropType<"
|
|
8189
|
-
xs?: "
|
|
8190
|
-
sm?: "
|
|
8191
|
-
md?: "
|
|
8192
|
-
lg?: "
|
|
8193
|
-
xl?: "
|
|
8194
|
-
xxl?: "
|
|
8191
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8192
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8193
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8194
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8195
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8196
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8197
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8195
8198
|
}>;
|
|
8196
|
-
default: "
|
|
8197
|
-
xs?: "
|
|
8198
|
-
sm?: "
|
|
8199
|
-
md?: "
|
|
8200
|
-
lg?: "
|
|
8201
|
-
xl?: "
|
|
8202
|
-
xxl?: "
|
|
8199
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8200
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8201
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8202
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8203
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8204
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8205
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8203
8206
|
};
|
|
8204
8207
|
};
|
|
8205
8208
|
justify: {
|
|
@@ -8467,21 +8470,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
8467
8470
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
8468
8471
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8469
8472
|
align: {
|
|
8470
|
-
type: import("vue").PropType<"
|
|
8471
|
-
xs?: "
|
|
8472
|
-
sm?: "
|
|
8473
|
-
md?: "
|
|
8474
|
-
lg?: "
|
|
8475
|
-
xl?: "
|
|
8476
|
-
xxl?: "
|
|
8473
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
8474
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8475
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8476
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8477
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8478
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8479
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8477
8480
|
}>;
|
|
8478
|
-
default: "
|
|
8479
|
-
xs?: "
|
|
8480
|
-
sm?: "
|
|
8481
|
-
md?: "
|
|
8482
|
-
lg?: "
|
|
8483
|
-
xl?: "
|
|
8484
|
-
xxl?: "
|
|
8481
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
8482
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8483
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8484
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8485
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8486
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8487
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
8485
8488
|
};
|
|
8486
8489
|
};
|
|
8487
8490
|
justify: {
|
|
@@ -9423,21 +9426,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9423
9426
|
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>;
|
|
9424
9427
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9425
9428
|
align: {
|
|
9426
|
-
type: import("vue").PropType<"
|
|
9427
|
-
xs?: "
|
|
9428
|
-
sm?: "
|
|
9429
|
-
md?: "
|
|
9430
|
-
lg?: "
|
|
9431
|
-
xl?: "
|
|
9432
|
-
xxl?: "
|
|
9429
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9430
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9431
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9432
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9433
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9434
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9435
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9433
9436
|
}>;
|
|
9434
|
-
default: "
|
|
9435
|
-
xs?: "
|
|
9436
|
-
sm?: "
|
|
9437
|
-
md?: "
|
|
9438
|
-
lg?: "
|
|
9439
|
-
xl?: "
|
|
9440
|
-
xxl?: "
|
|
9437
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9438
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9439
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9440
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9441
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9442
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9443
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9441
9444
|
};
|
|
9442
9445
|
};
|
|
9443
9446
|
justify: {
|
|
@@ -9469,21 +9472,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9469
9472
|
};
|
|
9470
9473
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9471
9474
|
align: {
|
|
9472
|
-
type: import("vue").PropType<"
|
|
9473
|
-
xs?: "
|
|
9474
|
-
sm?: "
|
|
9475
|
-
md?: "
|
|
9476
|
-
lg?: "
|
|
9477
|
-
xl?: "
|
|
9478
|
-
xxl?: "
|
|
9475
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9476
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9477
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9478
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9479
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9480
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9481
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9479
9482
|
}>;
|
|
9480
|
-
default: "
|
|
9481
|
-
xs?: "
|
|
9482
|
-
sm?: "
|
|
9483
|
-
md?: "
|
|
9484
|
-
lg?: "
|
|
9485
|
-
xl?: "
|
|
9486
|
-
xxl?: "
|
|
9483
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9484
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9485
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9486
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9487
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9488
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9489
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9487
9490
|
};
|
|
9488
9491
|
};
|
|
9489
9492
|
justify: {
|
|
@@ -9515,21 +9518,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9515
9518
|
};
|
|
9516
9519
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
9517
9520
|
align: {
|
|
9518
|
-
type: import("vue").PropType<"
|
|
9519
|
-
xs?: "
|
|
9520
|
-
sm?: "
|
|
9521
|
-
md?: "
|
|
9522
|
-
lg?: "
|
|
9523
|
-
xl?: "
|
|
9524
|
-
xxl?: "
|
|
9521
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9522
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9523
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9524
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9525
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9526
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9527
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9525
9528
|
}>;
|
|
9526
|
-
default: "
|
|
9527
|
-
xs?: "
|
|
9528
|
-
sm?: "
|
|
9529
|
-
md?: "
|
|
9530
|
-
lg?: "
|
|
9531
|
-
xl?: "
|
|
9532
|
-
xxl?: "
|
|
9529
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9530
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9531
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9532
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9533
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9534
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9535
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9533
9536
|
};
|
|
9534
9537
|
};
|
|
9535
9538
|
justify: {
|
|
@@ -9561,21 +9564,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9561
9564
|
};
|
|
9562
9565
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
9563
9566
|
align: {
|
|
9564
|
-
type: import("vue").PropType<"
|
|
9565
|
-
xs?: "
|
|
9566
|
-
sm?: "
|
|
9567
|
-
md?: "
|
|
9568
|
-
lg?: "
|
|
9569
|
-
xl?: "
|
|
9570
|
-
xxl?: "
|
|
9567
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9568
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9569
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9570
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9571
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9572
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9573
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9571
9574
|
}>;
|
|
9572
|
-
default: "
|
|
9573
|
-
xs?: "
|
|
9574
|
-
sm?: "
|
|
9575
|
-
md?: "
|
|
9576
|
-
lg?: "
|
|
9577
|
-
xl?: "
|
|
9578
|
-
xxl?: "
|
|
9575
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9576
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9577
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9578
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9579
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9580
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9581
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9579
9582
|
};
|
|
9580
9583
|
};
|
|
9581
9584
|
justify: {
|
|
@@ -9844,21 +9847,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9844
9847
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9845
9848
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
9846
9849
|
align: {
|
|
9847
|
-
type: import("vue").PropType<"
|
|
9848
|
-
xs?: "
|
|
9849
|
-
sm?: "
|
|
9850
|
-
md?: "
|
|
9851
|
-
lg?: "
|
|
9852
|
-
xl?: "
|
|
9853
|
-
xxl?: "
|
|
9850
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
9851
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9852
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9853
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9854
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9855
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9856
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9854
9857
|
}>;
|
|
9855
|
-
default: "
|
|
9856
|
-
xs?: "
|
|
9857
|
-
sm?: "
|
|
9858
|
-
md?: "
|
|
9859
|
-
lg?: "
|
|
9860
|
-
xl?: "
|
|
9861
|
-
xxl?: "
|
|
9858
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
9859
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9860
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9861
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9862
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9863
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9864
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
9862
9865
|
};
|
|
9863
9866
|
};
|
|
9864
9867
|
justify: {
|
|
@@ -9930,7 +9933,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9930
9933
|
emits: (event: "changeField", item: any) => void;
|
|
9931
9934
|
formData: import("ll-plus/es/index").FormData;
|
|
9932
9935
|
componentRef: import("vue").Ref<any>;
|
|
9933
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
9936
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
9934
9937
|
handleChange: (...arg: any[]) => void;
|
|
9935
9938
|
focus: () => Promise<void>;
|
|
9936
9939
|
getItem: () => any;
|
|
@@ -9982,7 +9985,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9982
9985
|
emits: (event: "changeField", item: any) => void;
|
|
9983
9986
|
formData: import("ll-plus/es/index").FormData;
|
|
9984
9987
|
componentRef: import("vue").Ref<any>;
|
|
9985
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
9988
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
9986
9989
|
handleChange: (...arg: any[]) => void;
|
|
9987
9990
|
focus: () => Promise<void>;
|
|
9988
9991
|
getItem: () => any;
|
|
@@ -10125,7 +10128,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10125
10128
|
emits: (event: "changeField", item: any) => void;
|
|
10126
10129
|
formData: import("ll-plus/es/index").FormData;
|
|
10127
10130
|
componentRef: import("vue").Ref<any>;
|
|
10128
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
10131
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
10129
10132
|
handleChange: (...arg: any[]) => void;
|
|
10130
10133
|
focus: () => Promise<void>;
|
|
10131
10134
|
getItem: () => any;
|
|
@@ -10378,21 +10381,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10378
10381
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10379
10382
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
10380
10383
|
align: {
|
|
10381
|
-
type: import("vue").PropType<"
|
|
10382
|
-
xs?: "
|
|
10383
|
-
sm?: "
|
|
10384
|
-
md?: "
|
|
10385
|
-
lg?: "
|
|
10386
|
-
xl?: "
|
|
10387
|
-
xxl?: "
|
|
10384
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
10385
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10386
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10387
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10388
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10389
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10390
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10388
10391
|
}>;
|
|
10389
|
-
default: "
|
|
10390
|
-
xs?: "
|
|
10391
|
-
sm?: "
|
|
10392
|
-
md?: "
|
|
10393
|
-
lg?: "
|
|
10394
|
-
xl?: "
|
|
10395
|
-
xxl?: "
|
|
10392
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
10393
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10394
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10395
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10396
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10397
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10398
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
10396
10399
|
};
|
|
10397
10400
|
};
|
|
10398
10401
|
justify: {
|
|
@@ -10433,6 +10436,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
10433
10436
|
getKeyDisabled: import("vue").ComputedRef<any>;
|
|
10434
10437
|
getValueDisabled: import("vue").ComputedRef<any>;
|
|
10435
10438
|
getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
|
|
10439
|
+
hasValue: import("vue").ComputedRef<any>;
|
|
10436
10440
|
handleDelete: () => void;
|
|
10437
10441
|
handleChange: () => Promise<void>;
|
|
10438
10442
|
validate: () => Promise<any>;
|
|
@@ -11687,21 +11691,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11687
11691
|
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>;
|
|
11688
11692
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11689
11693
|
align: {
|
|
11690
|
-
type: import("vue").PropType<"
|
|
11691
|
-
xs?: "
|
|
11692
|
-
sm?: "
|
|
11693
|
-
md?: "
|
|
11694
|
-
lg?: "
|
|
11695
|
-
xl?: "
|
|
11696
|
-
xxl?: "
|
|
11694
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
11695
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11696
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11697
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11698
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11699
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11700
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11697
11701
|
}>;
|
|
11698
|
-
default: "
|
|
11699
|
-
xs?: "
|
|
11700
|
-
sm?: "
|
|
11701
|
-
md?: "
|
|
11702
|
-
lg?: "
|
|
11703
|
-
xl?: "
|
|
11704
|
-
xxl?: "
|
|
11702
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
11703
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11704
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11705
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11706
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11707
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11708
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11705
11709
|
};
|
|
11706
11710
|
};
|
|
11707
11711
|
justify: {
|
|
@@ -11733,21 +11737,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11733
11737
|
};
|
|
11734
11738
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11735
11739
|
align: {
|
|
11736
|
-
type: import("vue").PropType<"
|
|
11737
|
-
xs?: "
|
|
11738
|
-
sm?: "
|
|
11739
|
-
md?: "
|
|
11740
|
-
lg?: "
|
|
11741
|
-
xl?: "
|
|
11742
|
-
xxl?: "
|
|
11740
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
11741
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11742
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11743
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11744
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11745
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11746
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11743
11747
|
}>;
|
|
11744
|
-
default: "
|
|
11745
|
-
xs?: "
|
|
11746
|
-
sm?: "
|
|
11747
|
-
md?: "
|
|
11748
|
-
lg?: "
|
|
11749
|
-
xl?: "
|
|
11750
|
-
xxl?: "
|
|
11748
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
11749
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11750
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11751
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11752
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11753
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11754
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11751
11755
|
};
|
|
11752
11756
|
};
|
|
11753
11757
|
justify: {
|
|
@@ -11779,21 +11783,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11779
11783
|
};
|
|
11780
11784
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
11781
11785
|
align: {
|
|
11782
|
-
type: import("vue").PropType<"
|
|
11783
|
-
xs?: "
|
|
11784
|
-
sm?: "
|
|
11785
|
-
md?: "
|
|
11786
|
-
lg?: "
|
|
11787
|
-
xl?: "
|
|
11788
|
-
xxl?: "
|
|
11786
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
11787
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11788
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11789
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11790
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11791
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11792
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11789
11793
|
}>;
|
|
11790
|
-
default: "
|
|
11791
|
-
xs?: "
|
|
11792
|
-
sm?: "
|
|
11793
|
-
md?: "
|
|
11794
|
-
lg?: "
|
|
11795
|
-
xl?: "
|
|
11796
|
-
xxl?: "
|
|
11794
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
11795
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11796
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11797
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11798
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11799
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11800
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11797
11801
|
};
|
|
11798
11802
|
};
|
|
11799
11803
|
justify: {
|
|
@@ -11825,21 +11829,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11825
11829
|
};
|
|
11826
11830
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
11827
11831
|
align: {
|
|
11828
|
-
type: import("vue").PropType<"
|
|
11829
|
-
xs?: "
|
|
11830
|
-
sm?: "
|
|
11831
|
-
md?: "
|
|
11832
|
-
lg?: "
|
|
11833
|
-
xl?: "
|
|
11834
|
-
xxl?: "
|
|
11832
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
11833
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11834
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11835
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11836
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11837
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11838
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11835
11839
|
}>;
|
|
11836
|
-
default: "
|
|
11837
|
-
xs?: "
|
|
11838
|
-
sm?: "
|
|
11839
|
-
md?: "
|
|
11840
|
-
lg?: "
|
|
11841
|
-
xl?: "
|
|
11842
|
-
xxl?: "
|
|
11840
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
11841
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11842
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11843
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11844
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11845
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11846
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
11843
11847
|
};
|
|
11844
11848
|
};
|
|
11845
11849
|
justify: {
|
|
@@ -12108,21 +12112,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12108
12112
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12109
12113
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12110
12114
|
align: {
|
|
12111
|
-
type: import("vue").PropType<"
|
|
12112
|
-
xs?: "
|
|
12113
|
-
sm?: "
|
|
12114
|
-
md?: "
|
|
12115
|
-
lg?: "
|
|
12116
|
-
xl?: "
|
|
12117
|
-
xxl?: "
|
|
12115
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
12116
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12117
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12118
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12119
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12120
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12121
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12118
12122
|
}>;
|
|
12119
|
-
default: "
|
|
12120
|
-
xs?: "
|
|
12121
|
-
sm?: "
|
|
12122
|
-
md?: "
|
|
12123
|
-
lg?: "
|
|
12124
|
-
xl?: "
|
|
12125
|
-
xxl?: "
|
|
12123
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
12124
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12125
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12126
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12127
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12128
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12129
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
12126
12130
|
};
|
|
12127
12131
|
};
|
|
12128
12132
|
justify: {
|
|
@@ -12194,7 +12198,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12194
12198
|
emits: (event: "changeField", item: any) => void;
|
|
12195
12199
|
formData: import("ll-plus/es/index").FormData;
|
|
12196
12200
|
componentRef: import("vue").Ref<any>;
|
|
12197
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12201
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12198
12202
|
handleChange: (...arg: any[]) => void;
|
|
12199
12203
|
focus: () => Promise<void>;
|
|
12200
12204
|
getItem: () => any;
|
|
@@ -12246,7 +12250,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12246
12250
|
emits: (event: "changeField", item: any) => void;
|
|
12247
12251
|
formData: import("ll-plus/es/index").FormData;
|
|
12248
12252
|
componentRef: import("vue").Ref<any>;
|
|
12249
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12253
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12250
12254
|
handleChange: (...arg: any[]) => void;
|
|
12251
12255
|
focus: () => Promise<void>;
|
|
12252
12256
|
getItem: () => any;
|
|
@@ -12389,7 +12393,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
12389
12393
|
emits: (event: "changeField", item: any) => void;
|
|
12390
12394
|
formData: import("ll-plus/es/index").FormData;
|
|
12391
12395
|
componentRef: import("vue").Ref<any>;
|
|
12392
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
12396
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
12393
12397
|
handleChange: (...arg: any[]) => void;
|
|
12394
12398
|
focus: () => Promise<void>;
|
|
12395
12399
|
getItem: () => any;
|
|
@@ -13315,21 +13319,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13315
13319
|
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>;
|
|
13316
13320
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13317
13321
|
align: {
|
|
13318
|
-
type: import("vue").PropType<"
|
|
13319
|
-
xs?: "
|
|
13320
|
-
sm?: "
|
|
13321
|
-
md?: "
|
|
13322
|
-
lg?: "
|
|
13323
|
-
xl?: "
|
|
13324
|
-
xxl?: "
|
|
13322
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13323
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13324
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13325
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13326
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13327
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13328
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13325
13329
|
}>;
|
|
13326
|
-
default: "
|
|
13327
|
-
xs?: "
|
|
13328
|
-
sm?: "
|
|
13329
|
-
md?: "
|
|
13330
|
-
lg?: "
|
|
13331
|
-
xl?: "
|
|
13332
|
-
xxl?: "
|
|
13330
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13331
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13332
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13333
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13334
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13335
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13336
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13333
13337
|
};
|
|
13334
13338
|
};
|
|
13335
13339
|
justify: {
|
|
@@ -13361,21 +13365,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13361
13365
|
};
|
|
13362
13366
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13363
13367
|
align: {
|
|
13364
|
-
type: import("vue").PropType<"
|
|
13365
|
-
xs?: "
|
|
13366
|
-
sm?: "
|
|
13367
|
-
md?: "
|
|
13368
|
-
lg?: "
|
|
13369
|
-
xl?: "
|
|
13370
|
-
xxl?: "
|
|
13368
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13369
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13370
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13371
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13372
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13373
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13374
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13371
13375
|
}>;
|
|
13372
|
-
default: "
|
|
13373
|
-
xs?: "
|
|
13374
|
-
sm?: "
|
|
13375
|
-
md?: "
|
|
13376
|
-
lg?: "
|
|
13377
|
-
xl?: "
|
|
13378
|
-
xxl?: "
|
|
13376
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13377
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13378
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13379
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13380
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13381
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13382
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13379
13383
|
};
|
|
13380
13384
|
};
|
|
13381
13385
|
justify: {
|
|
@@ -13407,21 +13411,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13407
13411
|
};
|
|
13408
13412
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
13409
13413
|
align: {
|
|
13410
|
-
type: import("vue").PropType<"
|
|
13411
|
-
xs?: "
|
|
13412
|
-
sm?: "
|
|
13413
|
-
md?: "
|
|
13414
|
-
lg?: "
|
|
13415
|
-
xl?: "
|
|
13416
|
-
xxl?: "
|
|
13414
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13415
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13416
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13417
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13418
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13419
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13420
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13417
13421
|
}>;
|
|
13418
|
-
default: "
|
|
13419
|
-
xs?: "
|
|
13420
|
-
sm?: "
|
|
13421
|
-
md?: "
|
|
13422
|
-
lg?: "
|
|
13423
|
-
xl?: "
|
|
13424
|
-
xxl?: "
|
|
13422
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13423
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13424
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13425
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13426
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13427
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13428
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13425
13429
|
};
|
|
13426
13430
|
};
|
|
13427
13431
|
justify: {
|
|
@@ -13453,21 +13457,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13453
13457
|
};
|
|
13454
13458
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
13455
13459
|
align: {
|
|
13456
|
-
type: import("vue").PropType<"
|
|
13457
|
-
xs?: "
|
|
13458
|
-
sm?: "
|
|
13459
|
-
md?: "
|
|
13460
|
-
lg?: "
|
|
13461
|
-
xl?: "
|
|
13462
|
-
xxl?: "
|
|
13460
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13461
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13462
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13463
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13464
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13465
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13466
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13463
13467
|
}>;
|
|
13464
|
-
default: "
|
|
13465
|
-
xs?: "
|
|
13466
|
-
sm?: "
|
|
13467
|
-
md?: "
|
|
13468
|
-
lg?: "
|
|
13469
|
-
xl?: "
|
|
13470
|
-
xxl?: "
|
|
13468
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13469
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13470
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13471
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13472
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13473
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13474
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13471
13475
|
};
|
|
13472
13476
|
};
|
|
13473
13477
|
justify: {
|
|
@@ -13735,21 +13739,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
13735
13739
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13736
13740
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
13737
13741
|
align: {
|
|
13738
|
-
type: import("vue").PropType<"
|
|
13739
|
-
xs?: "
|
|
13740
|
-
sm?: "
|
|
13741
|
-
md?: "
|
|
13742
|
-
lg?: "
|
|
13743
|
-
xl?: "
|
|
13744
|
-
xxl?: "
|
|
13742
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
13743
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13744
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13745
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13746
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13747
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13748
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13745
13749
|
}>;
|
|
13746
|
-
default: "
|
|
13747
|
-
xs?: "
|
|
13748
|
-
sm?: "
|
|
13749
|
-
md?: "
|
|
13750
|
-
lg?: "
|
|
13751
|
-
xl?: "
|
|
13752
|
-
xxl?: "
|
|
13750
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
13751
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13752
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13753
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13754
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13755
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13756
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
13753
13757
|
};
|
|
13754
13758
|
};
|
|
13755
13759
|
justify: {
|
|
@@ -14691,21 +14695,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14691
14695
|
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>;
|
|
14692
14696
|
readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14693
14697
|
align: {
|
|
14694
|
-
type: import("vue").PropType<"
|
|
14695
|
-
xs?: "
|
|
14696
|
-
sm?: "
|
|
14697
|
-
md?: "
|
|
14698
|
-
lg?: "
|
|
14699
|
-
xl?: "
|
|
14700
|
-
xxl?: "
|
|
14698
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14699
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14700
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14701
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14702
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14703
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14704
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14701
14705
|
}>;
|
|
14702
|
-
default: "
|
|
14703
|
-
xs?: "
|
|
14704
|
-
sm?: "
|
|
14705
|
-
md?: "
|
|
14706
|
-
lg?: "
|
|
14707
|
-
xl?: "
|
|
14708
|
-
xxl?: "
|
|
14706
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14707
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14708
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14709
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14710
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14711
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14712
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14709
14713
|
};
|
|
14710
14714
|
};
|
|
14711
14715
|
justify: {
|
|
@@ -14737,21 +14741,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14737
14741
|
};
|
|
14738
14742
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14739
14743
|
align: {
|
|
14740
|
-
type: import("vue").PropType<"
|
|
14741
|
-
xs?: "
|
|
14742
|
-
sm?: "
|
|
14743
|
-
md?: "
|
|
14744
|
-
lg?: "
|
|
14745
|
-
xl?: "
|
|
14746
|
-
xxl?: "
|
|
14744
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14745
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14746
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14747
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14748
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14749
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14750
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14747
14751
|
}>;
|
|
14748
|
-
default: "
|
|
14749
|
-
xs?: "
|
|
14750
|
-
sm?: "
|
|
14751
|
-
md?: "
|
|
14752
|
-
lg?: "
|
|
14753
|
-
xl?: "
|
|
14754
|
-
xxl?: "
|
|
14752
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14753
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14754
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14755
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14756
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14757
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14758
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14755
14759
|
};
|
|
14756
14760
|
};
|
|
14757
14761
|
justify: {
|
|
@@ -14783,21 +14787,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14783
14787
|
};
|
|
14784
14788
|
}>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
14785
14789
|
align: {
|
|
14786
|
-
type: import("vue").PropType<"
|
|
14787
|
-
xs?: "
|
|
14788
|
-
sm?: "
|
|
14789
|
-
md?: "
|
|
14790
|
-
lg?: "
|
|
14791
|
-
xl?: "
|
|
14792
|
-
xxl?: "
|
|
14790
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14791
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14792
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14793
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14794
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14795
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14796
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14793
14797
|
}>;
|
|
14794
|
-
default: "
|
|
14795
|
-
xs?: "
|
|
14796
|
-
sm?: "
|
|
14797
|
-
md?: "
|
|
14798
|
-
lg?: "
|
|
14799
|
-
xl?: "
|
|
14800
|
-
xxl?: "
|
|
14798
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14799
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14800
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14801
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14802
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14803
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14804
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14801
14805
|
};
|
|
14802
14806
|
};
|
|
14803
14807
|
justify: {
|
|
@@ -14829,21 +14833,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14829
14833
|
};
|
|
14830
14834
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
14831
14835
|
align: {
|
|
14832
|
-
type: import("vue").PropType<"
|
|
14833
|
-
xs?: "
|
|
14834
|
-
sm?: "
|
|
14835
|
-
md?: "
|
|
14836
|
-
lg?: "
|
|
14837
|
-
xl?: "
|
|
14838
|
-
xxl?: "
|
|
14836
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
14837
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14838
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14839
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14840
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14841
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14842
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14839
14843
|
}>;
|
|
14840
|
-
default: "
|
|
14841
|
-
xs?: "
|
|
14842
|
-
sm?: "
|
|
14843
|
-
md?: "
|
|
14844
|
-
lg?: "
|
|
14845
|
-
xl?: "
|
|
14846
|
-
xxl?: "
|
|
14844
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
14845
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14846
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14847
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14848
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14849
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14850
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
14847
14851
|
};
|
|
14848
14852
|
};
|
|
14849
14853
|
justify: {
|
|
@@ -15112,21 +15116,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
15112
15116
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15113
15117
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15114
15118
|
align: {
|
|
15115
|
-
type: import("vue").PropType<"
|
|
15116
|
-
xs?: "
|
|
15117
|
-
sm?: "
|
|
15118
|
-
md?: "
|
|
15119
|
-
lg?: "
|
|
15120
|
-
xl?: "
|
|
15121
|
-
xxl?: "
|
|
15119
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
15120
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15121
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15122
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15123
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15124
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15125
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15122
15126
|
}>;
|
|
15123
|
-
default: "
|
|
15124
|
-
xs?: "
|
|
15125
|
-
sm?: "
|
|
15126
|
-
md?: "
|
|
15127
|
-
lg?: "
|
|
15128
|
-
xl?: "
|
|
15129
|
-
xxl?: "
|
|
15127
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
15128
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15129
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15130
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15131
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15132
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15133
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15130
15134
|
};
|
|
15131
15135
|
};
|
|
15132
15136
|
justify: {
|
|
@@ -15198,7 +15202,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
15198
15202
|
emits: (event: "changeField", item: any) => void;
|
|
15199
15203
|
formData: import("ll-plus/es/index").FormData;
|
|
15200
15204
|
componentRef: import("vue").Ref<any>;
|
|
15201
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15205
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
15202
15206
|
handleChange: (...arg: any[]) => void;
|
|
15203
15207
|
focus: () => Promise<void>;
|
|
15204
15208
|
getItem: () => any;
|
|
@@ -15250,7 +15254,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
15250
15254
|
emits: (event: "changeField", item: any) => void;
|
|
15251
15255
|
formData: import("ll-plus/es/index").FormData;
|
|
15252
15256
|
componentRef: import("vue").Ref<any>;
|
|
15253
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15257
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
15254
15258
|
handleChange: (...arg: any[]) => void;
|
|
15255
15259
|
focus: () => Promise<void>;
|
|
15256
15260
|
getItem: () => any;
|
|
@@ -15393,7 +15397,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
15393
15397
|
emits: (event: "changeField", item: any) => void;
|
|
15394
15398
|
formData: import("ll-plus/es/index").FormData;
|
|
15395
15399
|
componentRef: import("vue").Ref<any>;
|
|
15396
|
-
getBindValue: (item: any) => import("lodash").Omit<any, "
|
|
15400
|
+
getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
|
|
15397
15401
|
handleChange: (...arg: any[]) => void;
|
|
15398
15402
|
focus: () => Promise<void>;
|
|
15399
15403
|
getItem: () => any;
|
|
@@ -15646,21 +15650,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
15646
15650
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15647
15651
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
15648
15652
|
align: {
|
|
15649
|
-
type: import("vue").PropType<"
|
|
15650
|
-
xs?: "
|
|
15651
|
-
sm?: "
|
|
15652
|
-
md?: "
|
|
15653
|
-
lg?: "
|
|
15654
|
-
xl?: "
|
|
15655
|
-
xxl?: "
|
|
15653
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
15654
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15655
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15656
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15657
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15658
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15659
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15656
15660
|
}>;
|
|
15657
|
-
default: "
|
|
15658
|
-
xs?: "
|
|
15659
|
-
sm?: "
|
|
15660
|
-
md?: "
|
|
15661
|
-
lg?: "
|
|
15662
|
-
xl?: "
|
|
15663
|
-
xxl?: "
|
|
15661
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
15662
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15663
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15664
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15665
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15666
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15667
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
15664
15668
|
};
|
|
15665
15669
|
};
|
|
15666
15670
|
justify: {
|
|
@@ -15701,6 +15705,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
15701
15705
|
getKeyDisabled: import("vue").ComputedRef<any>;
|
|
15702
15706
|
getValueDisabled: import("vue").ComputedRef<any>;
|
|
15703
15707
|
getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
|
|
15708
|
+
hasValue: import("vue").ComputedRef<any>;
|
|
15704
15709
|
handleDelete: () => void;
|
|
15705
15710
|
handleChange: () => Promise<void>;
|
|
15706
15711
|
validate: () => Promise<any>;
|
|
@@ -16066,6 +16071,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
16066
16071
|
readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
|
|
16067
16072
|
readonly disabledAdd: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16068
16073
|
readonly validate: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16074
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
16069
16075
|
}>> & {
|
|
16070
16076
|
onChange?: ((value: import("./src/config").KeyValueItem[]) => any) | undefined;
|
|
16071
16077
|
"onUpdate:value"?: ((value: import("./src/config").KeyValueItem[]) => any) | undefined;
|
|
@@ -16087,6 +16093,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
16087
16093
|
readonly disabledKey: number[];
|
|
16088
16094
|
readonly disabledDelete: number[];
|
|
16089
16095
|
readonly disabledAdd: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
16096
|
+
readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
16090
16097
|
}, {}>>;
|
|
16091
16098
|
export default LlKeyValue;
|
|
16092
16099
|
export * from './src/config';
|