@qqt-product/ui 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +54568 -57030
- package/dist/index.umd.js +138 -200
- package/dist/lib/components/audit-modal/index.d.ts +13 -2
- package/dist/lib/components/audit-modal/src/audit-modal-type.d.ts +4 -0
- package/dist/lib/components/audit-modal/src/audit-modal.vue.d.ts +13 -2
- package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +9 -0
- package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +10 -1
- package/dist/lib/components/audit-modal/src/hook/list-slot-hook.d.ts +1 -1
- package/dist/lib/components/audit-modal/src/hook/use-field-select-modal-hook.d.ts +2 -2
- package/dist/lib/components/cascader/index.d.ts +1 -1
- package/dist/lib/components/cascader/src/cascader.vue.d.ts +2 -1
- package/dist/lib/components/detail-form/index.d.ts +7 -5
- package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +8 -6
- package/dist/lib/components/detail-grid/index.d.ts +11 -2
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +11 -2
- package/dist/lib/components/detail-page-layout/index.d.ts +24 -6
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +23 -5
- package/dist/lib/components/edit-form/index.d.ts +10 -10
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +11 -11
- package/dist/lib/components/edit-form/src/hook/use-callback-hook.d.ts +7 -6
- package/dist/lib/components/edit-grid/index.d.ts +12 -2
- package/dist/lib/components/edit-grid/src/edit-grid-types.d.ts +4 -0
- package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +12 -2
- package/dist/lib/components/edit-grid/src/hook/use-grid-height-hook.d.ts +2 -2
- package/dist/lib/components/edit-page-layout/index.d.ts +23 -5
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +47 -35
- package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +23 -5
- package/dist/lib/components/edit-page-layout/src/types.d.ts +1 -1
- package/dist/lib/components/empty/index.d.ts +103 -0
- package/dist/lib/components/field-select-modal/index.d.ts +5 -0
- package/dist/lib/components/field-select-modal/src/field-select-modal.vue.d.ts +5 -0
- package/dist/lib/components/index.d.ts +4 -1
- package/dist/lib/components/item-wrap/index.d.ts +2 -2
- package/dist/lib/components/item-wrap/src/item-wrap-types.d.ts +1 -1
- package/dist/lib/components/item-wrap/src/item-wrap.vue.d.ts +2 -2
- package/dist/lib/components/ladder-price/index.d.ts +6 -2
- package/dist/lib/components/ladder-price/src/LadderNotPriceModal.vue.d.ts +7 -3
- package/dist/lib/components/ladder-price/src/LadderPriceModal.vue.d.ts +3 -1
- package/dist/lib/components/ladder-price/src/hook/use-type-hook.d.ts +9 -0
- package/dist/lib/components/ladder-price/src/ladder-price-types.d.ts +2 -2
- package/dist/lib/components/ladder-price/src/ladder-price.vue.d.ts +6 -2
- package/dist/lib/components/layout-buttons/index.d.ts +4 -2
- package/dist/lib/components/layout-buttons/src/layout-buttons.vue.d.ts +4 -2
- package/dist/lib/components/layout-pattern/index.d.ts +2 -2
- package/dist/lib/components/layout-pattern/src/components/vertical.vue.d.ts +17 -13
- package/dist/lib/components/layout-pattern/src/hook/use-audit-button-hook.d.ts +3 -2
- package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +2 -2
- package/dist/lib/components/list-page-layout/index.d.ts +9 -1
- package/dist/lib/components/list-page-layout/src/components/list-content/list-content.vue.d.ts +15 -3
- package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts +4 -2
- package/dist/lib/components/list-page-layout/src/components/list-header/module/tabs/index.vue.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/hooks/use-list-params-hook.d.ts +7 -0
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +9 -1
- package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +9 -2
- package/dist/lib/components/menu/index.d.ts +84 -0
- package/dist/lib/components/menu/src/index.d.ts +80 -0
- package/dist/lib/components/menu/src/menu-types.d.ts +47 -0
- package/dist/lib/components/menu/src/use-menu.d.ts +2 -0
- package/dist/lib/components/page-layout/index.d.ts +4 -4
- package/dist/lib/components/page-layout/src/constant/buttons.d.ts +6 -6
- package/dist/lib/components/page-layout/src/hook/use-merge-defaultValues-hook.d.ts +3 -3
- package/dist/lib/components/page-layout/src/hook/use-page-data-hook.d.ts +2 -2
- package/dist/lib/components/page-layout/src/hook/use-promise-step.d.ts +5 -3
- package/dist/lib/components/page-layout/src/hook/use-ref-instance-hook.d.ts +3 -3
- package/dist/lib/components/page-layout/src/hook/use-remote-config-hook.d.ts +2 -2
- package/dist/lib/components/page-layout/src/page-layout.vue.d.ts +4 -4
- package/dist/lib/components/page-layout/src/token.d.ts +4 -4
- package/dist/lib/components/relation-graph/src/relation-graph-types.d.ts +2 -2
- package/dist/lib/components/remote-select/index.d.ts +5 -5
- package/dist/lib/components/remote-select/src/remote-select-types.d.ts +6 -6
- package/dist/lib/components/remote-select/src/remote-select.vue.d.ts +5 -5
- package/dist/lib/components/rich-editor-model/index.d.ts +52 -0
- package/dist/lib/components/rich-editor-model/src/rich-editor-model-type.d.ts +14 -0
- package/dist/lib/components/rich-editor-model/src/rich-editor-model.vue.d.ts +49 -0
- package/dist/lib/components/select-modal/index.d.ts +16 -7
- package/dist/lib/components/select-modal/src/select-modal-types.d.ts +6 -6
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +16 -7
- package/dist/lib/components/tree-select/index.d.ts +4 -4
- package/dist/lib/components/tree-select/src/tree-select-types.d.ts +2 -2
- package/dist/lib/components/tree-select/src/tree-select.vue.d.ts +4 -4
- package/dist/lib/components/upload-file/index.d.ts +5 -5
- package/dist/lib/components/upload-file/src/hook/use-file-column-hook.d.ts +2 -32
- package/dist/lib/components/upload-file/src/hook/use-operation-column-button-hook.d.ts +2 -2
- package/dist/lib/components/upload-file/src/upload-file-types.d.ts +6 -6
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +5 -5
- package/dist/lib/components/upload-file-vxe/index.d.ts +8 -6
- package/dist/lib/components/upload-file-vxe/src/upload-file-vxe-types.d.ts +2 -2
- package/dist/lib/components/upload-file-vxe/src/upload-file-vxe.vue.d.ts +8 -6
- package/dist/lib/components/upload-image/index.d.ts +10 -0
- package/dist/lib/components/upload-image/src/upload-image-type.d.ts +4 -0
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +10 -0
- package/dist/lib/utils/event.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +8 -8
- package/dist/lib/components/edit-grid/src/components/empty/index.d.ts +0 -8
- package/dist/vite.svg +0 -1
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import type { EditOutlinedIconType } from '@ant-design/icons-vue/lib/icons/EditOutlined';
|
|
2
|
+
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
+
declare const _sfc_main: DefineComponent<{
|
|
4
|
+
editorModalFlag: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
value: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
disabled: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
}, {
|
|
17
|
+
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number) => string;
|
|
18
|
+
props: any;
|
|
19
|
+
emits: (event: "update:value" | "handleSureClick" | "handleSureClose" | "update:editorModalFlag", ...args: any[]) => void;
|
|
20
|
+
value: Ref<string>;
|
|
21
|
+
disabled: Ref<boolean>;
|
|
22
|
+
visible: Ref<boolean>;
|
|
23
|
+
code: Ref<string>;
|
|
24
|
+
handleSureClick: () => void;
|
|
25
|
+
readonly EditOutlined: EditOutlinedIconType;
|
|
26
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "handleSureClick" | "handleSureClose" | "update:editorModalFlag")[], "update:value" | "handleSureClick" | "handleSureClose" | "update:editorModalFlag", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
27
|
+
editorModalFlag: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
value: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
disabled: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
}>> & {
|
|
40
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
onHandleSureClick?: ((...args: any[]) => any) | undefined;
|
|
42
|
+
onHandleSureClose?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
"onUpdate:editorModalFlag"?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
}, {
|
|
45
|
+
disabled: boolean;
|
|
46
|
+
value: string;
|
|
47
|
+
editorModalFlag: boolean;
|
|
48
|
+
}, {}>;
|
|
49
|
+
export default _sfc_main;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import type { MessageType } from 'ant-design-vue/lib/message';
|
|
2
1
|
import type { VxeTableProps, VxeTableDataRow, VxeGridInstance } from 'vxe-table';
|
|
3
2
|
import type { RequestMethod, ModalConfig, ModalType, OpenFuncType, TablePage } from '../field-select-modal';
|
|
4
|
-
import type { Config,
|
|
3
|
+
import type { Config, RecordString, Extend } from './src/select-modal-types';
|
|
5
4
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentInternalInstance, VNodeRef, VNode, RendererNode, RendererElement, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
6
5
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
7
6
|
import QSelectModal from './src/select-modal.vue';
|
|
@@ -25,7 +24,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
25
24
|
default: number;
|
|
26
25
|
};
|
|
27
26
|
onChange: {
|
|
28
|
-
type: PropType<((value:
|
|
27
|
+
type: PropType<((value: RecordString[]) => void) | ((value: RecordString[]) => void)[]>;
|
|
29
28
|
default: unknown;
|
|
30
29
|
};
|
|
31
30
|
}, {
|
|
@@ -185,6 +184,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
185
184
|
perfect?: boolean | undefined;
|
|
186
185
|
};
|
|
187
186
|
tableData: Ref<Record<string, unknown>[]>;
|
|
187
|
+
tbData: Ref<Record<string, unknown>[]>;
|
|
188
188
|
columns: Ref<{
|
|
189
189
|
type?: string | undefined;
|
|
190
190
|
field?: string | undefined;
|
|
@@ -203,9 +203,13 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
203
203
|
onSearch: () => void;
|
|
204
204
|
handlePageChange: ({ currentPage, pageSize }: TablePage) => void;
|
|
205
205
|
selectedOk: () => void;
|
|
206
|
+
dblSelectedOk: ({ row }: any) => void;
|
|
206
207
|
loadData: (extend?: {
|
|
207
208
|
action: string;
|
|
208
209
|
} | undefined) => void;
|
|
210
|
+
beforeHideMethod: ({ type }: {
|
|
211
|
+
type: string;
|
|
212
|
+
}) => Promise<never> | undefined;
|
|
209
213
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
210
214
|
modalTitle: string;
|
|
211
215
|
apiUrls: string;
|
|
@@ -315,6 +319,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
315
319
|
perfect?: boolean | undefined;
|
|
316
320
|
};
|
|
317
321
|
tableData: Ref<Record<string, unknown>[]>;
|
|
322
|
+
tbData: Ref<Record<string, unknown>[]>;
|
|
318
323
|
columns: Ref<{
|
|
319
324
|
type?: string | undefined;
|
|
320
325
|
field?: string | undefined;
|
|
@@ -333,12 +338,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
333
338
|
onSearch: () => void;
|
|
334
339
|
handlePageChange: ({ currentPage, pageSize }: TablePage) => void;
|
|
335
340
|
selectedOk: () => void;
|
|
341
|
+
dblSelectedOk: ({ row }: any) => void;
|
|
336
342
|
loadData: (extend?: {
|
|
337
343
|
action: string;
|
|
338
344
|
} | undefined) => void;
|
|
345
|
+
beforeHideMethod: ({ type }: {
|
|
346
|
+
type: string;
|
|
347
|
+
}) => Promise<never> | undefined;
|
|
339
348
|
}> & {} & ComponentCustomProperties & {}) | undefined>;
|
|
340
|
-
openSelectModal: () =>
|
|
341
|
-
onChange: (checkedValues:
|
|
349
|
+
openSelectModal: () => void;
|
|
350
|
+
onChange: (checkedValues: RecordString[]) => void;
|
|
342
351
|
clearInputValue: () => void;
|
|
343
352
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
344
353
|
value: {
|
|
@@ -358,12 +367,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
358
367
|
default: number;
|
|
359
368
|
};
|
|
360
369
|
onChange: {
|
|
361
|
-
type: PropType<((value:
|
|
370
|
+
type: PropType<((value: RecordString[]) => void) | ((value: RecordString[]) => void)[]>;
|
|
362
371
|
default: unknown;
|
|
363
372
|
};
|
|
364
373
|
}>>, {
|
|
365
374
|
row: Record<string | number, unknown>;
|
|
366
|
-
onChange: ((value:
|
|
375
|
+
onChange: ((value: RecordString[]) => void) | ((value: RecordString[]) => void)[];
|
|
367
376
|
value: string;
|
|
368
377
|
config: Config;
|
|
369
378
|
idx: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ComputedRef, PropType, ExtractPropTypes, SetupContext } from 'vue';
|
|
2
|
-
import type { FormFieldsItem, Payload,
|
|
2
|
+
import type { FormFieldsItem, Payload, RecordString } from './../../edit-page-layout';
|
|
3
3
|
import type { ModalType, RequestMethod } from './../../field-select-modal/src/field-select-modal-types';
|
|
4
|
-
export {
|
|
4
|
+
export { RecordString };
|
|
5
5
|
export interface Columns {
|
|
6
6
|
type?: string;
|
|
7
7
|
field?: string;
|
|
@@ -11,9 +11,9 @@ export interface Columns {
|
|
|
11
11
|
width?: number;
|
|
12
12
|
}
|
|
13
13
|
export interface ExtendFunImport {
|
|
14
|
-
pageData:
|
|
15
|
-
userInfo:
|
|
16
|
-
row?:
|
|
14
|
+
pageData: RecordString;
|
|
15
|
+
userInfo: RecordString;
|
|
16
|
+
row?: RecordString;
|
|
17
17
|
idx?: number;
|
|
18
18
|
}
|
|
19
19
|
export type HandleBefore = (value: ExtendFunImport) => Promise<string | boolean | void>;
|
|
@@ -59,7 +59,7 @@ export declare const selectModalProps: {
|
|
|
59
59
|
default: number;
|
|
60
60
|
};
|
|
61
61
|
onChange: {
|
|
62
|
-
type: PropType<((value:
|
|
62
|
+
type: PropType<((value: RecordString[]) => void) | ((value: RecordString[]) => void)[]>;
|
|
63
63
|
default: unknown;
|
|
64
64
|
};
|
|
65
65
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import type { MessageType } from 'ant-design-vue/lib/message';
|
|
2
1
|
import type { VxeTableProps, VxeTableDataRow, VxeGridInstance } from 'vxe-table';
|
|
3
2
|
import type { RequestMethod, ModalConfig, ModalType, OpenFuncType, TablePage } from './../../field-select-modal';
|
|
4
3
|
import type { DefineComponent, PropType, Ref, ComponentInternalInstance, VNodeRef, VNode, RendererNode, RendererElement, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComputedRef } from 'vue';
|
|
5
|
-
import type { Config,
|
|
4
|
+
import type { Config, RecordString, Extend } from './select-modal-types';
|
|
6
5
|
declare const _sfc_main: DefineComponent<{
|
|
7
6
|
value: {
|
|
8
7
|
type: StringConstructor;
|
|
@@ -21,7 +20,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
21
20
|
default: number;
|
|
22
21
|
};
|
|
23
22
|
onChange: {
|
|
24
|
-
type: PropType<((value:
|
|
23
|
+
type: PropType<((value: RecordString[]) => void) | ((value: RecordString[]) => void)[]>;
|
|
25
24
|
default: unknown;
|
|
26
25
|
};
|
|
27
26
|
}, {
|
|
@@ -181,6 +180,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
181
180
|
perfect?: boolean | undefined;
|
|
182
181
|
};
|
|
183
182
|
tableData: Ref<Record<string, unknown>[]>;
|
|
183
|
+
tbData: Ref<Record<string, unknown>[]>;
|
|
184
184
|
columns: Ref<{
|
|
185
185
|
type?: string | undefined;
|
|
186
186
|
field?: string | undefined;
|
|
@@ -199,9 +199,13 @@ declare const _sfc_main: DefineComponent<{
|
|
|
199
199
|
onSearch: () => void;
|
|
200
200
|
handlePageChange: ({ currentPage, pageSize }: TablePage) => void;
|
|
201
201
|
selectedOk: () => void;
|
|
202
|
+
dblSelectedOk: ({ row }: any) => void;
|
|
202
203
|
loadData: (extend?: {
|
|
203
204
|
action: string;
|
|
204
205
|
} | undefined) => void;
|
|
206
|
+
beforeHideMethod: ({ type }: {
|
|
207
|
+
type: string;
|
|
208
|
+
}) => Promise<never> | undefined;
|
|
205
209
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
206
210
|
modalTitle: string;
|
|
207
211
|
apiUrls: string;
|
|
@@ -311,6 +315,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
311
315
|
perfect?: boolean | undefined;
|
|
312
316
|
};
|
|
313
317
|
tableData: Ref<Record<string, unknown>[]>;
|
|
318
|
+
tbData: Ref<Record<string, unknown>[]>;
|
|
314
319
|
columns: Ref<{
|
|
315
320
|
type?: string | undefined;
|
|
316
321
|
field?: string | undefined;
|
|
@@ -329,12 +334,16 @@ declare const _sfc_main: DefineComponent<{
|
|
|
329
334
|
onSearch: () => void;
|
|
330
335
|
handlePageChange: ({ currentPage, pageSize }: TablePage) => void;
|
|
331
336
|
selectedOk: () => void;
|
|
337
|
+
dblSelectedOk: ({ row }: any) => void;
|
|
332
338
|
loadData: (extend?: {
|
|
333
339
|
action: string;
|
|
334
340
|
} | undefined) => void;
|
|
341
|
+
beforeHideMethod: ({ type }: {
|
|
342
|
+
type: string;
|
|
343
|
+
}) => Promise<never> | undefined;
|
|
335
344
|
}> & {} & ComponentCustomProperties & {}) | undefined>;
|
|
336
|
-
openSelectModal: () =>
|
|
337
|
-
onChange: (checkedValues:
|
|
345
|
+
openSelectModal: () => void;
|
|
346
|
+
onChange: (checkedValues: RecordString[]) => void;
|
|
338
347
|
clearInputValue: () => void;
|
|
339
348
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
340
349
|
value: {
|
|
@@ -354,12 +363,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
354
363
|
default: number;
|
|
355
364
|
};
|
|
356
365
|
onChange: {
|
|
357
|
-
type: PropType<((value:
|
|
366
|
+
type: PropType<((value: RecordString[]) => void) | ((value: RecordString[]) => void)[]>;
|
|
358
367
|
default: unknown;
|
|
359
368
|
};
|
|
360
369
|
}>>, {
|
|
361
370
|
row: Record<string | number, unknown>;
|
|
362
|
-
onChange: ((value:
|
|
371
|
+
onChange: ((value: RecordString[]) => void) | ((value: RecordString[]) => void)[];
|
|
363
372
|
value: string;
|
|
364
373
|
config: Config;
|
|
365
374
|
idx: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FieldNames, TreeNode, TreeSelectPayload } from './src/tree-select-types';
|
|
2
|
-
import type {
|
|
2
|
+
import type { RecordString } from '../select-modal';
|
|
3
3
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
4
4
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
5
5
|
import QTreeSelect from './src/tree-select.vue';
|
|
@@ -19,7 +19,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
19
19
|
readonly default: "";
|
|
20
20
|
};
|
|
21
21
|
readonly params: {
|
|
22
|
-
readonly type: PropType<
|
|
22
|
+
readonly type: PropType<RecordString>;
|
|
23
23
|
readonly default: () => {};
|
|
24
24
|
};
|
|
25
25
|
readonly fieldNames: {
|
|
@@ -76,7 +76,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
76
76
|
readonly default: "";
|
|
77
77
|
};
|
|
78
78
|
readonly params: {
|
|
79
|
-
readonly type: PropType<
|
|
79
|
+
readonly type: PropType<RecordString>;
|
|
80
80
|
readonly default: () => {};
|
|
81
81
|
};
|
|
82
82
|
readonly fieldNames: {
|
|
@@ -104,7 +104,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
104
104
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
}, {
|
|
106
106
|
readonly multiple: boolean;
|
|
107
|
-
readonly params:
|
|
107
|
+
readonly params: RecordString;
|
|
108
108
|
readonly onChange: ((payload: TreeSelectPayload) => void) | ((payload: TreeSelectPayload) => void)[];
|
|
109
109
|
readonly value: string;
|
|
110
110
|
readonly options: TreeNode[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ComputedRef, PropType, ExtractPropTypes } from 'vue';
|
|
2
|
-
import type {
|
|
2
|
+
import type { RecordString } from '../../edit-page-layout';
|
|
3
3
|
export interface TreeNode {
|
|
4
4
|
id: string;
|
|
5
5
|
key: string;
|
|
@@ -34,7 +34,7 @@ export declare const treeSelectProps: {
|
|
|
34
34
|
readonly default: "";
|
|
35
35
|
};
|
|
36
36
|
readonly params: {
|
|
37
|
-
readonly type: PropType<
|
|
37
|
+
readonly type: PropType<RecordString>;
|
|
38
38
|
readonly default: () => {};
|
|
39
39
|
};
|
|
40
40
|
readonly fieldNames: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { RecordString } from '../../select-modal';
|
|
2
2
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
3
|
import type { FieldNames, TreeSelectPayload, TreeNode } from './tree-select-types';
|
|
4
4
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -15,7 +15,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
15
15
|
readonly default: "";
|
|
16
16
|
};
|
|
17
17
|
readonly params: {
|
|
18
|
-
readonly type: PropType<
|
|
18
|
+
readonly type: PropType<RecordString>;
|
|
19
19
|
readonly default: () => {};
|
|
20
20
|
};
|
|
21
21
|
readonly fieldNames: {
|
|
@@ -72,7 +72,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
72
72
|
readonly default: "";
|
|
73
73
|
};
|
|
74
74
|
readonly params: {
|
|
75
|
-
readonly type: PropType<
|
|
75
|
+
readonly type: PropType<RecordString>;
|
|
76
76
|
readonly default: () => {};
|
|
77
77
|
};
|
|
78
78
|
readonly fieldNames: {
|
|
@@ -100,7 +100,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
100
100
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
101
101
|
}, {
|
|
102
102
|
readonly multiple: boolean;
|
|
103
|
-
readonly params:
|
|
103
|
+
readonly params: RecordString;
|
|
104
104
|
readonly onChange: ((payload: TreeSelectPayload) => void) | ((payload: TreeSelectPayload) => void)[];
|
|
105
105
|
readonly value: string;
|
|
106
106
|
readonly options: TreeNode[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UploadFile } from 'ant-design-vue';
|
|
2
2
|
import type { FileType } from 'ant-design-vue/lib/upload/interface';
|
|
3
3
|
import type { validateInfos } from 'ant-design-vue/lib/form/useForm';
|
|
4
|
-
import type {
|
|
4
|
+
import type { RecordString } from '../select-modal';
|
|
5
5
|
import type { Data, FileTypeList } from './src/upload-file-types';
|
|
6
6
|
import type { UserInfo, Role, CurrentRow } from '../edit-page-layout';
|
|
7
7
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
@@ -98,7 +98,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
98
98
|
readonly default: false;
|
|
99
99
|
};
|
|
100
100
|
readonly itemInfo: {
|
|
101
|
-
readonly type: PropType<
|
|
101
|
+
readonly type: PropType<RecordString[]>;
|
|
102
102
|
readonly default: () => never[];
|
|
103
103
|
};
|
|
104
104
|
readonly fileTypeList: {
|
|
@@ -119,7 +119,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
119
119
|
itemNumberLabel: Ref<string>;
|
|
120
120
|
itemNumbeValueProp: Ref<string>;
|
|
121
121
|
property: Ref<string>;
|
|
122
|
-
itemInfo: Ref<
|
|
122
|
+
itemInfo: Ref<RecordString[]>;
|
|
123
123
|
fileTypeList: Ref<{
|
|
124
124
|
[x: string]: unknown;
|
|
125
125
|
title: string;
|
|
@@ -222,7 +222,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
222
222
|
readonly default: false;
|
|
223
223
|
};
|
|
224
224
|
readonly itemInfo: {
|
|
225
|
-
readonly type: PropType<
|
|
225
|
+
readonly type: PropType<RecordString[]>;
|
|
226
226
|
readonly default: () => never[];
|
|
227
227
|
};
|
|
228
228
|
readonly fileTypeList: {
|
|
@@ -259,7 +259,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
259
259
|
readonly itemNumberDefaultValue: string;
|
|
260
260
|
readonly itemNumberSelectIndex: boolean;
|
|
261
261
|
readonly disabledItemNumber: boolean;
|
|
262
|
-
readonly itemInfo:
|
|
262
|
+
readonly itemInfo: RecordString[];
|
|
263
263
|
readonly fileTypeList: FileTypeList[];
|
|
264
264
|
}, {}>>;
|
|
265
265
|
export default _default;
|
|
@@ -1,33 +1,3 @@
|
|
|
1
|
-
import type { VxePayload } from '../../../edit-page-layout';
|
|
2
|
-
import type { Slot } from 'vue';
|
|
3
1
|
import { InitializeConfig } from '../upload-file-types';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
title: string;
|
|
7
|
-
fieldLabelI18nKey: string;
|
|
8
|
-
groupCode: string;
|
|
9
|
-
fieldType?: string | undefined;
|
|
10
|
-
helpText?: string | undefined;
|
|
11
|
-
required?: "0" | "1" | undefined;
|
|
12
|
-
regex?: string | RegExp | undefined;
|
|
13
|
-
alertMsg?: string | undefined;
|
|
14
|
-
callback?: ((ctx: {
|
|
15
|
-
attrs: {
|
|
16
|
-
[x: string]: unknown;
|
|
17
|
-
};
|
|
18
|
-
slots: Readonly<{
|
|
19
|
-
[name: string]: Slot<any> | undefined;
|
|
20
|
-
}>;
|
|
21
|
-
emit: (event: string, ...args: any[]) => void;
|
|
22
|
-
expose: (exposed?: Record<string, any> | undefined) => void;
|
|
23
|
-
} | {
|
|
24
|
-
attrs: {
|
|
25
|
-
[x: string]: unknown;
|
|
26
|
-
};
|
|
27
|
-
slots: Readonly<{
|
|
28
|
-
[name: string]: Slot<any> | undefined;
|
|
29
|
-
}>;
|
|
30
|
-
emit: (event: string, ...args: any[]) => void;
|
|
31
|
-
expose: (exposed?: Record<string, any> | undefined) => void;
|
|
32
|
-
}, payload: VxePayload) => void) | undefined;
|
|
33
|
-
}[];
|
|
2
|
+
import type { ColumnItem } from '../../../edit-page-layout';
|
|
3
|
+
export default function useFileColumn<T extends InitializeConfig>(payload: T): ColumnItem[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { RecordString } from '../../../edit-page-layout';
|
|
2
2
|
import { InitializeConfig } from '../upload-file-types';
|
|
3
3
|
export interface ButtonConfig extends InitializeConfig {
|
|
4
|
-
row:
|
|
4
|
+
row: RecordString;
|
|
5
5
|
rowIndex: number;
|
|
6
6
|
}
|
|
7
7
|
export default function useOperationColumnButton(): {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType, Ref } from 'vue';
|
|
2
|
-
import type { Role, UserInfo, CurrentRow, ColumnItem, LayoutConfig,
|
|
2
|
+
import type { Role, UserInfo, CurrentRow, ColumnItem, LayoutConfig, RecordString } from '../../edit-page-layout';
|
|
3
3
|
export interface InitializeConfig {
|
|
4
4
|
groupCode: string;
|
|
5
|
-
pageData?: Ref<
|
|
5
|
+
pageData?: Ref<RecordString>;
|
|
6
6
|
layoutConfig?: Ref<LayoutConfig>;
|
|
7
7
|
role?: string;
|
|
8
8
|
path?: string;
|
|
@@ -25,8 +25,8 @@ export interface FileTypeList {
|
|
|
25
25
|
[key: string]: unknown;
|
|
26
26
|
}
|
|
27
27
|
export interface PayloadType {
|
|
28
|
-
pageData:
|
|
29
|
-
row:
|
|
28
|
+
pageData: RecordString;
|
|
29
|
+
row: RecordString;
|
|
30
30
|
rowIndex: number;
|
|
31
31
|
}
|
|
32
32
|
export interface ColumnItemExtend {
|
|
@@ -40,7 +40,7 @@ export interface ColumnItemExtend {
|
|
|
40
40
|
}
|
|
41
41
|
export interface ColumnItemWithExtend extends ColumnItem {
|
|
42
42
|
extend?: ColumnItemExtend;
|
|
43
|
-
row:
|
|
43
|
+
row: RecordString;
|
|
44
44
|
idx: number;
|
|
45
45
|
}
|
|
46
46
|
export type VxeItemFileUpload = ColumnItemWithExtend;
|
|
@@ -130,7 +130,7 @@ export declare const uploadFilesProps: {
|
|
|
130
130
|
readonly default: false;
|
|
131
131
|
};
|
|
132
132
|
readonly itemInfo: {
|
|
133
|
-
readonly type: PropType<
|
|
133
|
+
readonly type: PropType<RecordString[]>;
|
|
134
134
|
readonly default: () => never[];
|
|
135
135
|
};
|
|
136
136
|
readonly fileTypeList: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UploadFile } from 'ant-design-vue';
|
|
2
2
|
import type { FileType } from 'ant-design-vue/lib/upload/interface';
|
|
3
3
|
import type { validateInfos } from 'ant-design-vue/lib/form/useForm';
|
|
4
|
-
import type { UserInfo, Role, CurrentRow,
|
|
4
|
+
import type { UserInfo, Role, CurrentRow, RecordString } from '../../edit-page-layout';
|
|
5
5
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
6
6
|
import type { Data, FileTypeList } from './upload-file-types';
|
|
7
7
|
declare const _sfc_main: DefineComponent<{
|
|
@@ -90,7 +90,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
90
90
|
readonly default: false;
|
|
91
91
|
};
|
|
92
92
|
readonly itemInfo: {
|
|
93
|
-
readonly type: PropType<
|
|
93
|
+
readonly type: PropType<RecordString[]>;
|
|
94
94
|
readonly default: () => never[];
|
|
95
95
|
};
|
|
96
96
|
readonly fileTypeList: {
|
|
@@ -111,7 +111,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
111
111
|
itemNumberLabel: Ref<string>;
|
|
112
112
|
itemNumbeValueProp: Ref<string>;
|
|
113
113
|
property: Ref<string>;
|
|
114
|
-
itemInfo: Ref<
|
|
114
|
+
itemInfo: Ref<RecordString[]>;
|
|
115
115
|
fileTypeList: Ref<{
|
|
116
116
|
[x: string]: unknown;
|
|
117
117
|
title: string;
|
|
@@ -214,7 +214,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
214
214
|
readonly default: false;
|
|
215
215
|
};
|
|
216
216
|
readonly itemInfo: {
|
|
217
|
-
readonly type: PropType<
|
|
217
|
+
readonly type: PropType<RecordString[]>;
|
|
218
218
|
readonly default: () => never[];
|
|
219
219
|
};
|
|
220
220
|
readonly fileTypeList: {
|
|
@@ -251,7 +251,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
251
251
|
readonly itemNumberDefaultValue: string;
|
|
252
252
|
readonly itemNumberSelectIndex: boolean;
|
|
253
253
|
readonly disabledItemNumber: boolean;
|
|
254
|
-
readonly itemInfo:
|
|
254
|
+
readonly itemInfo: RecordString[];
|
|
255
255
|
readonly fileTypeList: FileTypeList[];
|
|
256
256
|
}, {}>;
|
|
257
257
|
export default _sfc_main;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import type { ButtonConfig } from '../upload-file/src/hook/use-operation-column-button-hook';
|
|
2
2
|
import type { FileDataTypes } from './src/upload-file-vxe-types';
|
|
3
3
|
import type { ColumnItemWithExtend } from '../upload-file';
|
|
4
|
-
import type {
|
|
4
|
+
import type { RecordString } from '../select-modal';
|
|
5
5
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
6
6
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
7
7
|
import QuploadFileVxe from './src/upload-file-vxe.vue';
|
|
8
8
|
export { QuploadFileVxe };
|
|
9
9
|
declare const _default: SFCWithInstall<DefineComponent<{
|
|
10
10
|
readonly row: {
|
|
11
|
-
readonly type: PropType<
|
|
11
|
+
readonly type: PropType<RecordString>;
|
|
12
12
|
readonly default: () => {};
|
|
13
13
|
};
|
|
14
14
|
readonly rowIndex: {
|
|
@@ -35,16 +35,18 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
35
35
|
rowData: ComputedRef<FileDataTypes[]>;
|
|
36
36
|
rowIndex: ComputedRef<number>;
|
|
37
37
|
groupType: Ref<string>;
|
|
38
|
-
uploadBtnStatus:
|
|
39
|
-
|
|
38
|
+
uploadBtnStatus: ComputedRef<boolean>;
|
|
39
|
+
operationBtnS: ComputedRef<string[]>;
|
|
40
40
|
handleOpenFileUpload: () => void;
|
|
41
41
|
handleDownload: <T extends ButtonConfig>(payload: T) => void;
|
|
42
42
|
handlePreview: <T_1 extends ButtonConfig>(payload: T_1) => void;
|
|
43
43
|
handleDelete: (file: FileDataTypes) => void;
|
|
44
44
|
handleSpan: ComputedRef<number>;
|
|
45
|
+
handleRightSpan: ComputedRef<number>;
|
|
46
|
+
styleWidth: ComputedRef<string>;
|
|
45
47
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
46
48
|
readonly row: {
|
|
47
|
-
readonly type: PropType<
|
|
49
|
+
readonly type: PropType<RecordString>;
|
|
48
50
|
readonly default: () => {};
|
|
49
51
|
};
|
|
50
52
|
readonly rowIndex: {
|
|
@@ -68,7 +70,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
68
70
|
readonly default: () => string[];
|
|
69
71
|
};
|
|
70
72
|
}>>, {
|
|
71
|
-
readonly row:
|
|
73
|
+
readonly row: RecordString;
|
|
72
74
|
readonly groupType: string;
|
|
73
75
|
readonly operationBtn: unknown[];
|
|
74
76
|
readonly rowIndex: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import type {
|
|
2
|
+
import type { RecordString } from '../../edit-page-layout';
|
|
3
3
|
import { ColumnItemWithExtend } from '../../upload-file/src/upload-file-types';
|
|
4
4
|
export interface FileDataTypes {
|
|
5
5
|
fileName: string;
|
|
@@ -11,7 +11,7 @@ export interface FileDataTypes {
|
|
|
11
11
|
}
|
|
12
12
|
export declare const uploadFileProps: {
|
|
13
13
|
readonly row: {
|
|
14
|
-
readonly type: PropType<
|
|
14
|
+
readonly type: PropType<RecordString>;
|
|
15
15
|
readonly default: () => {};
|
|
16
16
|
};
|
|
17
17
|
readonly rowIndex: {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ButtonConfig } from '../../upload-file/src/hook/use-operation-column-button-hook';
|
|
2
2
|
import type { ColumnItemWithExtend } from '../../upload-file';
|
|
3
|
-
import type {
|
|
3
|
+
import type { RecordString } from '../../edit-page-layout';
|
|
4
4
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
5
5
|
import { FileDataTypes } from './upload-file-vxe-types';
|
|
6
6
|
declare const _sfc_main: DefineComponent<{
|
|
7
7
|
readonly row: {
|
|
8
|
-
readonly type: PropType<
|
|
8
|
+
readonly type: PropType<RecordString>;
|
|
9
9
|
readonly default: () => {};
|
|
10
10
|
};
|
|
11
11
|
readonly rowIndex: {
|
|
@@ -32,16 +32,18 @@ declare const _sfc_main: DefineComponent<{
|
|
|
32
32
|
rowData: ComputedRef<FileDataTypes[]>;
|
|
33
33
|
rowIndex: ComputedRef<number>;
|
|
34
34
|
groupType: Ref<string>;
|
|
35
|
-
uploadBtnStatus:
|
|
36
|
-
|
|
35
|
+
uploadBtnStatus: ComputedRef<boolean>;
|
|
36
|
+
operationBtnS: ComputedRef<string[]>;
|
|
37
37
|
handleOpenFileUpload: () => void;
|
|
38
38
|
handleDownload: <T extends ButtonConfig>(payload: T) => void;
|
|
39
39
|
handlePreview: <T_1 extends ButtonConfig>(payload: T_1) => void;
|
|
40
40
|
handleDelete: (file: FileDataTypes) => void;
|
|
41
41
|
handleSpan: ComputedRef<number>;
|
|
42
|
+
handleRightSpan: ComputedRef<number>;
|
|
43
|
+
styleWidth: ComputedRef<string>;
|
|
42
44
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
43
45
|
readonly row: {
|
|
44
|
-
readonly type: PropType<
|
|
46
|
+
readonly type: PropType<RecordString>;
|
|
45
47
|
readonly default: () => {};
|
|
46
48
|
};
|
|
47
49
|
readonly rowIndex: {
|
|
@@ -65,7 +67,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
65
67
|
readonly default: () => string[];
|
|
66
68
|
};
|
|
67
69
|
}>>, {
|
|
68
|
-
readonly row:
|
|
70
|
+
readonly row: RecordString;
|
|
69
71
|
readonly groupType: string;
|
|
70
72
|
readonly operationBtn: unknown[];
|
|
71
73
|
readonly rowIndex: number;
|
|
@@ -31,6 +31,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
31
31
|
readonly type: ObjectConstructor;
|
|
32
32
|
readonly default: () => {};
|
|
33
33
|
};
|
|
34
|
+
readonly actionRoutePath: {
|
|
35
|
+
readonly type: StringConstructor;
|
|
36
|
+
readonly default: "";
|
|
37
|
+
};
|
|
34
38
|
readonly accept: {
|
|
35
39
|
readonly type: StringConstructor;
|
|
36
40
|
readonly default: ".png, .jpg, .jpeg, .gif";
|
|
@@ -137,6 +141,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
137
141
|
handleRemove: (file: UploadFile<unknown>) => boolean | void | Promise<boolean | void>;
|
|
138
142
|
handleCancel: () => void;
|
|
139
143
|
handlePreview: (file: UploadFiles) => Promise<void>;
|
|
144
|
+
isImageUrlFun: (file: UploadFile<any>) => boolean;
|
|
140
145
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
141
146
|
readonly value: {
|
|
142
147
|
readonly type: StringConstructor;
|
|
@@ -162,6 +167,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
162
167
|
readonly type: ObjectConstructor;
|
|
163
168
|
readonly default: () => {};
|
|
164
169
|
};
|
|
170
|
+
readonly actionRoutePath: {
|
|
171
|
+
readonly type: StringConstructor;
|
|
172
|
+
readonly default: "";
|
|
173
|
+
};
|
|
165
174
|
readonly accept: {
|
|
166
175
|
readonly type: StringConstructor;
|
|
167
176
|
readonly default: ".png, .jpg, .jpeg, .gif";
|
|
@@ -187,5 +196,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
187
196
|
readonly canRemove: boolean;
|
|
188
197
|
readonly limit: number;
|
|
189
198
|
readonly uploadImageData: Record<string, any>;
|
|
199
|
+
readonly actionRoutePath: string;
|
|
190
200
|
}, {}>>;
|
|
191
201
|
export default _default;
|