ll-plus 2.9.7 → 2.9.8
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 +22 -22
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +12 -12
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +8 -8
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
- package/es/components/api-component/index.d.ts +8 -8
- package/es/components/api-component/src/api-component.vue.d.ts +8 -8
- package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/es/components/api-component/src/components/body-component.vue.d.ts +2 -2
- package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table.vue.d.ts +2 -2
- package/es/components/breadcrumb-card/index.d.ts +2 -2
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +2 -2
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/cropper/index.d.ts +4 -4
- package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +5 -5
- package/es/components/descriptions/src/descriptions.d.ts +1 -1
- package/es/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/es/components/drawer/index.d.ts +3 -3
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
- package/es/components/drawer/src/drawer.vue.d.ts +3 -3
- package/es/components/dropdown-button-simple/index.d.ts +1 -1
- package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +8 -8
- package/es/components/form/src/form.vue.d.ts +8 -8
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +16 -16
- package/es/components/key-value/src/key-value.vue.d.ts +48 -48
- package/es/components/modal/index.d.ts +2 -2
- package/es/components/modal/src/modal.vue.d.ts +2 -2
- package/es/components/new-drawer/index.d.ts +3 -3
- package/es/components/new-drawer/src/drawer.vue.d.ts +3 -3
- 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 +1 -1
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/select-group/index.d.ts +4 -4
- package/es/components/select-group/src/select-group.vue.d.ts +4 -4
- package/es/components/steps/index.d.ts +22 -22
- package/es/components/steps/src/steps.vue.d.ts +22 -22
- 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 +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +6 -6
- package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/es/components/tree-search/src/tree-search.vue.d.ts +6 -6
- 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/input/src/input.vue2.mjs +3 -2
- package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
- package/es/packages/components/upload-image/src/upload-image.vue2.mjs +2 -2
- package/es/packages/components/upload-image/src/upload-image.vue2.mjs.map +1 -1
- package/index.full.js +51 -50
- package/index.full.min.js +4 -4
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +4 -4
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +51 -50
- package/lib/components/advanced-filtering/index.d.ts +22 -22
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +12 -12
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +8 -8
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
- package/lib/components/api-component/index.d.ts +8 -8
- package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/body-component.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table.vue.d.ts +2 -2
- package/lib/components/breadcrumb-card/index.d.ts +2 -2
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +2 -2
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/cropper/index.d.ts +4 -4
- package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +5 -5
- package/lib/components/descriptions/src/descriptions.d.ts +1 -1
- package/lib/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/lib/components/drawer/index.d.ts +3 -3
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
- package/lib/components/drawer/src/drawer.vue.d.ts +3 -3
- package/lib/components/dropdown-button-simple/index.d.ts +1 -1
- package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +8 -8
- package/lib/components/form/src/form.vue.d.ts +8 -8
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +16 -16
- package/lib/components/key-value/src/key-value.vue.d.ts +48 -48
- package/lib/components/modal/index.d.ts +2 -2
- package/lib/components/modal/src/modal.vue.d.ts +2 -2
- package/lib/components/new-drawer/index.d.ts +3 -3
- package/lib/components/new-drawer/src/drawer.vue.d.ts +3 -3
- 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 +1 -1
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/select-group/index.d.ts +4 -4
- package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
- package/lib/components/steps/index.d.ts +22 -22
- package/lib/components/steps/src/steps.vue.d.ts +22 -22
- 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 +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +6 -6
- package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/lib/components/tree-search/src/tree-search.vue.d.ts +6 -6
- 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/input/src/input.vue2.js +3 -2
- package/lib/packages/components/input/src/input.vue2.js.map +1 -1
- package/lib/packages/components/upload-image/src/upload-image.vue2.js +2 -2
- package/lib/packages/components/upload-image/src/upload-image.vue2.js.map +1 -1
- 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/color-picker.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-button-simple.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 +2 -2
- 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/message.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/segmented.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/css/upload-image.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +22 -22
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +12 -12
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +8 -8
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
- package/types/packages/components/api-component/index.d.ts +8 -8
- package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +2 -2
- package/types/packages/components/breadcrumb-card/index.d.ts +2 -2
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +2 -2
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/cropper/index.d.ts +4 -4
- package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
- package/types/packages/components/descriptions/index.d.ts +5 -5
- package/types/packages/components/descriptions/src/descriptions.d.ts +1 -1
- package/types/packages/components/descriptions/src/descriptions.vue.d.ts +5 -5
- package/types/packages/components/drawer/index.d.ts +3 -3
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
- package/types/packages/components/drawer/src/drawer.vue.d.ts +3 -3
- package/types/packages/components/dropdown-button-simple/index.d.ts +1 -1
- package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +1 -1
- package/types/packages/components/form/index.d.ts +8 -8
- package/types/packages/components/form/src/form.vue.d.ts +8 -8
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +16 -16
- package/types/packages/components/key-value/src/key-value.vue.d.ts +48 -48
- package/types/packages/components/modal/index.d.ts +2 -2
- package/types/packages/components/modal/src/modal.vue.d.ts +2 -2
- package/types/packages/components/new-drawer/index.d.ts +3 -3
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +3 -3
- 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 +1 -1
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/select-group/index.d.ts +4 -4
- package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
- package/types/packages/components/steps/index.d.ts +22 -22
- package/types/packages/components/steps/src/steps.vue.d.ts +22 -22
- 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 +2 -2
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +6 -6
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +6 -6
- 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
|
@@ -905,7 +905,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
905
905
|
}, {
|
|
906
906
|
props: import("@vue/shared").LooseRequired<{
|
|
907
907
|
readonly value: Record<string, any>;
|
|
908
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
909
908
|
readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
|
|
910
909
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
911
910
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -1131,6 +1130,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
1131
1130
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
1132
1131
|
};
|
|
1133
1132
|
}>>;
|
|
1133
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
1134
1134
|
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
1135
1135
|
readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
1136
1136
|
} & {}>;
|
|
@@ -3831,8 +3831,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
3831
3831
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3832
3832
|
}, {
|
|
3833
3833
|
props: import("@vue/shared").LooseRequired<{
|
|
3834
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3835
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3836
3834
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3837
3835
|
layout: import("vue-types").VueTypeDef<string>;
|
|
3838
3836
|
labelCol: {
|
|
@@ -4057,6 +4055,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4057
4055
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4058
4056
|
};
|
|
4059
4057
|
}>>;
|
|
4058
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4059
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4060
4060
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4061
4061
|
align: {
|
|
4062
4062
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -4211,10 +4211,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4211
4211
|
computedFormOptions: import("vue").ComputedRef<{
|
|
4212
4212
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
4213
4213
|
size?: import("ant-design-vue/es/config-provider").SizeType;
|
|
4214
|
-
disabled?: boolean | undefined;
|
|
4215
|
-
rules?: {
|
|
4216
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
4217
|
-
} | undefined;
|
|
4218
4214
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
4219
4215
|
span: (StringConstructor | NumberConstructor)[];
|
|
4220
4216
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -4289,10 +4285,14 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4289
4285
|
model?: {
|
|
4290
4286
|
[key: string]: any;
|
|
4291
4287
|
} | undefined;
|
|
4288
|
+
rules?: {
|
|
4289
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
4290
|
+
} | undefined;
|
|
4292
4291
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
4293
4292
|
validateOnRuleChange?: boolean | undefined;
|
|
4294
4293
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
4295
4294
|
validateTrigger?: string | string[] | undefined;
|
|
4295
|
+
disabled?: boolean | undefined;
|
|
4296
4296
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
4297
4297
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
4298
4298
|
onFinish?: ((values: any) => void) | undefined;
|
|
@@ -5458,8 +5458,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5458
5458
|
}>> & {
|
|
5459
5459
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
5460
5460
|
}, {
|
|
5461
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5462
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5463
5461
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5464
5462
|
layout: import("vue-types").VueTypeDef<string>;
|
|
5465
5463
|
labelCol: {
|
|
@@ -5684,6 +5682,8 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
5684
5682
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
5685
5683
|
};
|
|
5686
5684
|
}>>;
|
|
5685
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5686
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5687
5687
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5688
5688
|
align: {
|
|
5689
5689
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -7778,7 +7778,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
7778
7778
|
}, {
|
|
7779
7779
|
props: import("@vue/shared").LooseRequired<{
|
|
7780
7780
|
readonly value: Record<string, any>;
|
|
7781
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
7782
7781
|
readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
|
|
7783
7782
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
7784
7783
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -8004,6 +8003,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8004
8003
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
8005
8004
|
};
|
|
8006
8005
|
}>>;
|
|
8006
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
8007
8007
|
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
8008
8008
|
readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
8009
8009
|
} & {}>;
|
|
@@ -8936,7 +8936,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
8936
8936
|
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
8937
8937
|
}, {
|
|
8938
8938
|
readonly value: Record<string, any>;
|
|
8939
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
8940
8939
|
readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
|
|
8941
8940
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8942
8941
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -9162,6 +9161,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
9162
9161
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
9163
9162
|
};
|
|
9164
9163
|
}>>;
|
|
9164
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
9165
9165
|
}, {}>;
|
|
9166
9166
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9167
9167
|
change: (value: Record<string, any>) => boolean;
|
|
@@ -10072,7 +10072,6 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
10072
10072
|
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
10073
10073
|
}, {
|
|
10074
10074
|
readonly value: Record<string, any>;
|
|
10075
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
10076
10075
|
readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
|
|
10077
10076
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
10078
10077
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -10298,6 +10297,7 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
10298
10297
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
10299
10298
|
};
|
|
10300
10299
|
}>>;
|
|
10300
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
10301
10301
|
}, {}>>;
|
|
10302
10302
|
export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10303
10303
|
readonly filterColumns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/advanced-filtering").FilterColumn[]) | (() => import("./src/advanced-filtering").FilterColumn[]) | ((new (...args: any[]) => import("./src/advanced-filtering").FilterColumn[]) | (() => import("./src/advanced-filtering").FilterColumn[]))[], unknown, unknown, () => never[], boolean>;
|
|
@@ -12541,8 +12541,6 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12541
12541
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12542
12542
|
}, {
|
|
12543
12543
|
props: import("@vue/shared").LooseRequired<{
|
|
12544
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12545
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12546
12544
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12547
12545
|
layout: import("vue-types").VueTypeDef<string>;
|
|
12548
12546
|
labelCol: {
|
|
@@ -12767,6 +12765,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12767
12765
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
12768
12766
|
};
|
|
12769
12767
|
}>>;
|
|
12768
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12769
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12770
12770
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
12771
12771
|
align: {
|
|
12772
12772
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -12921,10 +12921,6 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12921
12921
|
computedFormOptions: import("vue").ComputedRef<{
|
|
12922
12922
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
12923
12923
|
size?: import("ant-design-vue/es/config-provider").SizeType;
|
|
12924
|
-
disabled?: boolean | undefined;
|
|
12925
|
-
rules?: {
|
|
12926
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
12927
|
-
} | undefined;
|
|
12928
12924
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
12929
12925
|
span: (StringConstructor | NumberConstructor)[];
|
|
12930
12926
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -12999,10 +12995,14 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
12999
12995
|
model?: {
|
|
13000
12996
|
[key: string]: any;
|
|
13001
12997
|
} | undefined;
|
|
12998
|
+
rules?: {
|
|
12999
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
13000
|
+
} | undefined;
|
|
13002
13001
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
13003
13002
|
validateOnRuleChange?: boolean | undefined;
|
|
13004
13003
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
13005
13004
|
validateTrigger?: string | string[] | undefined;
|
|
13005
|
+
disabled?: boolean | undefined;
|
|
13006
13006
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
13007
13007
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
13008
13008
|
onFinish?: ((values: any) => void) | undefined;
|
|
@@ -14168,8 +14168,6 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14168
14168
|
}>> & {
|
|
14169
14169
|
onChange?: ((params: import("ll-plus/es/index").FormChangeEvent) => any) | undefined;
|
|
14170
14170
|
}, {
|
|
14171
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14172
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14173
14171
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14174
14172
|
layout: import("vue-types").VueTypeDef<string>;
|
|
14175
14173
|
labelCol: {
|
|
@@ -14394,6 +14392,8 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
14394
14392
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
14395
14393
|
};
|
|
14396
14394
|
}>>;
|
|
14395
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14396
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14397
14397
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
14398
14398
|
align: {
|
|
14399
14399
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -16488,7 +16488,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16488
16488
|
}, {
|
|
16489
16489
|
props: import("@vue/shared").LooseRequired<{
|
|
16490
16490
|
readonly value: Record<string, any>;
|
|
16491
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
16492
16491
|
readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
|
|
16493
16492
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
16494
16493
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -16714,6 +16713,7 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
16714
16713
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
16715
16714
|
};
|
|
16716
16715
|
}>>;
|
|
16716
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
16717
16717
|
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
16718
16718
|
readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
16719
16719
|
} & {}>;
|
|
@@ -17646,7 +17646,6 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17646
17646
|
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
17647
17647
|
}, {
|
|
17648
17648
|
readonly value: Record<string, any>;
|
|
17649
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
17650
17649
|
readonly filterColumns: import("./src/advanced-filtering").FilterColumn[];
|
|
17651
17650
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
17652
17651
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -17872,6 +17871,7 @@ export declare const LlAdvancedFilteringTags: import("ll-plus/es/utils").SFCWith
|
|
|
17872
17871
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
17873
17872
|
};
|
|
17874
17873
|
}>>;
|
|
17874
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
17875
17875
|
}, {}>>;
|
|
17876
17876
|
export * from './src/advanced-filtering';
|
|
17877
17877
|
declare module 'vue' {
|
|
@@ -902,7 +902,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
902
902
|
}, {
|
|
903
903
|
props: import("@vue/shared").LooseRequired<{
|
|
904
904
|
readonly value: Record<string, any>;
|
|
905
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
906
905
|
readonly filterColumns: import("ll-plus/es/components").FilterColumn[];
|
|
907
906
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
908
907
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -1128,6 +1127,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1128
1127
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
1129
1128
|
};
|
|
1130
1129
|
}>>;
|
|
1130
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
1131
1131
|
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
1132
1132
|
readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
1133
1133
|
} & {}>;
|
|
@@ -3828,8 +3828,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3828
3828
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3829
3829
|
}, {
|
|
3830
3830
|
props: import("@vue/shared").LooseRequired<{
|
|
3831
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3832
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3833
3831
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3834
3832
|
layout: import("vue-types").VueTypeDef<string>;
|
|
3835
3833
|
labelCol: {
|
|
@@ -4054,6 +4052,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4054
4052
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4055
4053
|
};
|
|
4056
4054
|
}>>;
|
|
4055
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4056
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4057
4057
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4058
4058
|
align: {
|
|
4059
4059
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -4208,10 +4208,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4208
4208
|
computedFormOptions: import("vue").ComputedRef<{
|
|
4209
4209
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
4210
4210
|
size?: import("ant-design-vue/es/config-provider").SizeType;
|
|
4211
|
-
disabled?: boolean | undefined;
|
|
4212
|
-
rules?: {
|
|
4213
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
4214
|
-
} | undefined;
|
|
4215
4211
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
4216
4212
|
span: (StringConstructor | NumberConstructor)[];
|
|
4217
4213
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -4286,10 +4282,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4286
4282
|
model?: {
|
|
4287
4283
|
[key: string]: any;
|
|
4288
4284
|
} | undefined;
|
|
4285
|
+
rules?: {
|
|
4286
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
4287
|
+
} | undefined;
|
|
4289
4288
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
4290
4289
|
validateOnRuleChange?: boolean | undefined;
|
|
4291
4290
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
4292
4291
|
validateTrigger?: string | string[] | undefined;
|
|
4292
|
+
disabled?: boolean | undefined;
|
|
4293
4293
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
4294
4294
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
4295
4295
|
onFinish?: ((values: any) => void) | undefined;
|
|
@@ -5455,8 +5455,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5455
5455
|
}>> & {
|
|
5456
5456
|
onChange?: ((params: import("ll-plus/es/components").FormChangeEvent) => any) | undefined;
|
|
5457
5457
|
}, {
|
|
5458
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5459
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5460
5458
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5461
5459
|
layout: import("vue-types").VueTypeDef<string>;
|
|
5462
5460
|
labelCol: {
|
|
@@ -5681,6 +5679,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5681
5679
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
5682
5680
|
};
|
|
5683
5681
|
}>>;
|
|
5682
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5683
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5684
5684
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
5685
5685
|
align: {
|
|
5686
5686
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -7775,7 +7775,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7775
7775
|
}, {
|
|
7776
7776
|
props: import("@vue/shared").LooseRequired<{
|
|
7777
7777
|
readonly value: Record<string, any>;
|
|
7778
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
7779
7778
|
readonly filterColumns: import("ll-plus/es/components").FilterColumn[];
|
|
7780
7779
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
7781
7780
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -8001,6 +8000,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8001
8000
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
8002
8001
|
};
|
|
8003
8002
|
}>>;
|
|
8003
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
8004
8004
|
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
8005
8005
|
readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
8006
8006
|
} & {}>;
|
|
@@ -8933,7 +8933,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8933
8933
|
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
8934
8934
|
}, {
|
|
8935
8935
|
readonly value: Record<string, any>;
|
|
8936
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
8937
8936
|
readonly filterColumns: import("ll-plus/es/components").FilterColumn[];
|
|
8938
8937
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
8939
8938
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -9159,6 +9158,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9159
9158
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
9160
9159
|
};
|
|
9161
9160
|
}>>;
|
|
9161
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
9162
9162
|
}, {}>;
|
|
9163
9163
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9164
9164
|
change: (value: Record<string, any>) => boolean;
|
|
@@ -10069,7 +10069,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10069
10069
|
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
10070
10070
|
}, {
|
|
10071
10071
|
readonly value: Record<string, any>;
|
|
10072
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
10073
10072
|
readonly filterColumns: import("ll-plus/es/components").FilterColumn[];
|
|
10074
10073
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
10075
10074
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -10295,5 +10294,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10295
10294
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
10296
10295
|
};
|
|
10297
10296
|
}>>;
|
|
10297
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
10298
10298
|
}, {}>;
|
|
10299
10299
|
export default _default;
|
|
@@ -2241,8 +2241,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2241
2241
|
readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2242
2242
|
}, {
|
|
2243
2243
|
props: import("@vue/shared").LooseRequired<{
|
|
2244
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2245
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2246
2244
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2247
2245
|
layout: import("vue-types").VueTypeDef<string>;
|
|
2248
2246
|
labelCol: {
|
|
@@ -2467,6 +2465,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2467
2465
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
2468
2466
|
};
|
|
2469
2467
|
}>>;
|
|
2468
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2469
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2470
2470
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2471
2471
|
align: {
|
|
2472
2472
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -2621,10 +2621,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2621
2621
|
computedFormOptions: import("vue").ComputedRef<{
|
|
2622
2622
|
onSubmit?: ((e: Event) => void) | undefined;
|
|
2623
2623
|
size?: import("ant-design-vue/es/config-provider").SizeType;
|
|
2624
|
-
disabled?: boolean | undefined;
|
|
2625
|
-
rules?: {
|
|
2626
|
-
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
2627
|
-
} | undefined;
|
|
2628
2624
|
labelCol?: (Partial<import("vue").ExtractPropTypes<{
|
|
2629
2625
|
span: (StringConstructor | NumberConstructor)[];
|
|
2630
2626
|
order: (StringConstructor | NumberConstructor)[];
|
|
@@ -2699,10 +2695,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2699
2695
|
model?: {
|
|
2700
2696
|
[key: string]: any;
|
|
2701
2697
|
} | undefined;
|
|
2698
|
+
rules?: {
|
|
2699
|
+
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
2700
|
+
} | undefined;
|
|
2702
2701
|
validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
|
|
2703
2702
|
validateOnRuleChange?: boolean | undefined;
|
|
2704
2703
|
scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
|
|
2705
2704
|
validateTrigger?: string | string[] | undefined;
|
|
2705
|
+
disabled?: boolean | undefined;
|
|
2706
2706
|
onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
|
|
2707
2707
|
onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
|
|
2708
2708
|
onFinish?: ((values: any) => void) | undefined;
|
|
@@ -3868,8 +3868,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3868
3868
|
}>> & {
|
|
3869
3869
|
onChange?: ((params: FormChangeEvent) => any) | undefined;
|
|
3870
3870
|
}, {
|
|
3871
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3872
|
-
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3873
3871
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
3874
3872
|
layout: import("vue-types").VueTypeDef<string>;
|
|
3875
3873
|
labelCol: {
|
|
@@ -4094,6 +4092,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4094
4092
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
4095
4093
|
};
|
|
4096
4094
|
}>>;
|
|
4095
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4096
|
+
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4097
4097
|
readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
|
|
4098
4098
|
align: {
|
|
4099
4099
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
@@ -904,7 +904,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
904
904
|
}, {
|
|
905
905
|
props: import("@vue/shared").LooseRequired<{
|
|
906
906
|
readonly value: Record<string, any>;
|
|
907
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
908
907
|
readonly filterColumns: import("ll-plus/es/components").FilterColumn[];
|
|
909
908
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
910
909
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -1130,6 +1129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1130
1129
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
1131
1130
|
};
|
|
1132
1131
|
}>>;
|
|
1132
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
1133
1133
|
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
1134
1134
|
readonly "onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
1135
1135
|
} & {}>;
|
|
@@ -2062,7 +2062,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2062
2062
|
"onUpdate:value"?: ((value: Record<string, any>) => any) | undefined;
|
|
2063
2063
|
}, {
|
|
2064
2064
|
readonly value: Record<string, any>;
|
|
2065
|
-
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
2066
2065
|
readonly filterColumns: import("ll-plus/es/components").FilterColumn[];
|
|
2067
2066
|
readonly formOptions: Partial<import("vue").ExtractPropTypes<{
|
|
2068
2067
|
layout: import("vue-types").VueTypeDef<string>;
|
|
@@ -2288,5 +2287,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2288
2287
|
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
2289
2288
|
};
|
|
2290
2289
|
}>>;
|
|
2290
|
+
readonly overlayStyle: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined) | ((new (...args: any[]) => import("vue").CSSProperties) | (() => import("vue").CSSProperties | undefined))[], unknown, unknown>;
|
|
2291
2291
|
}, {}>;
|
|
2292
2292
|
export default _default;
|
|
@@ -38,8 +38,6 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
38
38
|
}, {
|
|
39
39
|
props: import("@vue/shared").LooseRequired<{
|
|
40
40
|
readonly value: import("./src/config").HttpModel;
|
|
41
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
43
41
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
44
42
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
45
43
|
}) | (() => {
|
|
@@ -49,6 +47,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
49
47
|
}) | (() => {
|
|
50
48
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
51
49
|
} | undefined))[], unknown, unknown>;
|
|
50
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
51
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
52
|
readonly onChange?: ((value: import("./src/config").HttpModel) => any) | undefined;
|
|
53
53
|
readonly "onUpdate:value"?: ((value: import("./src/config").HttpModel) => any) | undefined;
|
|
54
54
|
} & {}>;
|
|
@@ -359,8 +359,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
359
359
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
360
360
|
readonly value: string;
|
|
361
361
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
362
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
363
362
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
363
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
364
364
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
365
365
|
} & {}>;
|
|
366
366
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -414,8 +414,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
414
414
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
415
415
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
416
416
|
}>> & {
|
|
417
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
418
417
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
418
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
419
419
|
onOk?: ((value: string) => any) | undefined;
|
|
420
420
|
}, {
|
|
421
421
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
@@ -703,8 +703,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
703
703
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
704
704
|
readonly value: string;
|
|
705
705
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
706
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
707
706
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
707
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
708
708
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
709
709
|
} & {}>;
|
|
710
710
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -758,8 +758,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
758
758
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
759
759
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
760
760
|
}>> & {
|
|
761
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
762
761
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
762
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
763
763
|
onOk?: ((value: string) => any) | undefined;
|
|
764
764
|
}, {
|
|
765
765
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
|
|
@@ -891,8 +891,6 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
891
891
|
"onUpdate:value"?: ((value: import("./src/config").HttpModel) => any) | undefined;
|
|
892
892
|
}, {
|
|
893
893
|
readonly value: import("./src/config").HttpModel;
|
|
894
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
895
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
896
894
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
897
895
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
898
896
|
}) | (() => {
|
|
@@ -902,6 +900,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
902
900
|
}) | (() => {
|
|
903
901
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
904
902
|
} | undefined))[], unknown, unknown>;
|
|
903
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
904
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
905
905
|
}, {}>>;
|
|
906
906
|
export default LlApiComponent;
|
|
907
907
|
export * from './src/config';
|
|
@@ -38,8 +38,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
}, {
|
|
39
39
|
props: import("@vue/shared").LooseRequired<{
|
|
40
40
|
readonly value: import("./config").HttpModel;
|
|
41
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
43
41
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
44
42
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
45
43
|
}) | (() => {
|
|
@@ -49,6 +47,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
47
|
}) | (() => {
|
|
50
48
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
51
49
|
} | undefined))[], unknown, unknown>;
|
|
50
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
51
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
52
|
readonly onChange?: ((value: import("./config").HttpModel) => any) | undefined;
|
|
53
53
|
readonly "onUpdate:value"?: ((value: import("./config").HttpModel) => any) | undefined;
|
|
54
54
|
} & {}>;
|
|
@@ -359,8 +359,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
359
359
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
360
360
|
readonly value: string;
|
|
361
361
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
362
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
363
362
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
363
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
364
364
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
365
365
|
} & {}>;
|
|
366
366
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -414,8 +414,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
414
414
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
415
415
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
416
416
|
}>> & {
|
|
417
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
418
417
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
418
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
419
419
|
onOk?: ((value: string) => any) | undefined;
|
|
420
420
|
}, {
|
|
421
421
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
@@ -703,8 +703,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
703
703
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
704
704
|
readonly value: string;
|
|
705
705
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
706
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
707
706
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
707
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
708
708
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
709
709
|
} & {}>;
|
|
710
710
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -758,8 +758,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
758
758
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
759
759
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
760
760
|
}>> & {
|
|
761
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
762
761
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
762
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
763
763
|
onOk?: ((value: string) => any) | undefined;
|
|
764
764
|
}, {
|
|
765
765
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
|
|
@@ -891,8 +891,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
891
891
|
"onUpdate:value"?: ((value: import("./config").HttpModel) => any) | undefined;
|
|
892
892
|
}, {
|
|
893
893
|
readonly value: import("./config").HttpModel;
|
|
894
|
-
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
895
|
-
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
896
894
|
readonly rules: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
897
895
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
898
896
|
}) | (() => {
|
|
@@ -902,5 +900,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
902
900
|
}) | (() => {
|
|
903
901
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
904
902
|
} | undefined))[], unknown, unknown>;
|
|
903
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
904
|
+
readonly isValid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
905
905
|
}, {}>;
|
|
906
906
|
export default _default;
|
|
@@ -7,8 +7,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|
|
8
8
|
readonly value: string;
|
|
9
9
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10
|
-
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
11
10
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
11
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
12
12
|
readonly onOk?: ((value: string) => any) | undefined;
|
|
13
13
|
} & {}>;
|
|
14
14
|
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
@@ -62,8 +62,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
63
63
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
64
64
|
}>> & {
|
|
65
|
-
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
66
65
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
66
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
67
67
|
onOk?: ((value: string) => any) | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
|