@qqt-product/ui 0.0.23 → 0.0.25
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 +17989 -17871
- package/dist/index.umd.js +100 -100
- package/dist/lib/components/code-editor-model/src/code-editor-model.vue.d.ts +12 -0
- package/dist/lib/components/code-editor-model/src/one-dark.d.ts +12 -0
- package/dist/lib/components/detail-grid/index.d.ts +0 -2
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +0 -2
- package/dist/lib/components/edit-form/index.d.ts +1 -5
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +0 -5
- package/dist/lib/components/field-select-modal/index.d.ts +0 -1
- package/dist/lib/components/field-select-modal/src/field-select-modal.vue.d.ts +0 -1
- package/dist/lib/components/layout-buttons/index.d.ts +1 -1
- package/dist/lib/components/layout-buttons/src/layout-buttons.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/index.d.ts +30 -3
- package/dist/lib/components/list-page-layout/src/components/list-content/events-helper.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts +2 -1
- package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts +2 -1
- package/dist/lib/components/list-page-layout/src/hooks/use-default-props-hook.d.ts +4 -0
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +30 -3
- package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +18 -2
- package/dist/lib/components/list-page-layout/src/tokens.d.ts +2 -1
- package/dist/lib/components/select-modal/index.d.ts +0 -2
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +0 -2
- package/dist/lib/components/upload-image/index.d.ts +9 -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 +9 -0
- package/dist/style.css +1 -1
- package/package.json +8 -8
|
@@ -118,6 +118,18 @@ declare const _sfc_main: DefineComponent<{
|
|
|
118
118
|
color: string;
|
|
119
119
|
};
|
|
120
120
|
};
|
|
121
|
+
'.\u037Cb': {
|
|
122
|
+
color: string;
|
|
123
|
+
};
|
|
124
|
+
'.\u037Cg': {
|
|
125
|
+
color: string;
|
|
126
|
+
};
|
|
127
|
+
'.\u037Cc': {
|
|
128
|
+
color: string;
|
|
129
|
+
};
|
|
130
|
+
'.\u037Cd': {
|
|
131
|
+
color: string;
|
|
132
|
+
};
|
|
121
133
|
};
|
|
122
134
|
disabled: boolean;
|
|
123
135
|
indentWithTab: boolean;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { ruleItem } from './src/hook/use-grid-config-hook';
|
|
2
1
|
import type { RecordString } from '../select-modal';
|
|
3
2
|
import type { VxeGridProps, VxeTableDataRow, VxeGridInstance, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
4
3
|
import type { PageButton, ColumnItem, PageButtonWithGroupCode, PageDownLoadButton, GridCheckboxChangeParams, GridCheckboxAllParams } from '../edit-page-layout';
|
|
@@ -2628,7 +2627,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
2628
2627
|
handleDeleteRow: (btn: PageButtonWithGroupCode) => void;
|
|
2629
2628
|
handleDownLoadAll: (btn: PageDownLoadButton) => void;
|
|
2630
2629
|
computedColumns: ComputedRef<VxeGridPropTypes.Columns<VxeTableDataRow>>;
|
|
2631
|
-
editRules: ComputedRef<ruleItem>;
|
|
2632
2630
|
shake: Ref<boolean>;
|
|
2633
2631
|
handleCheckboxChange: (params: GridCheckboxChangeParams) => void;
|
|
2634
2632
|
handleCheckboxAll: (params: GridCheckboxAllParams) => void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { ruleItem } from './hook/use-grid-config-hook';
|
|
2
1
|
import type { DefineComponent, PropType, ComputedRef, Ref, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, CSSProperties } from 'vue';
|
|
3
2
|
import type { ColumnItem, PageButton, PageButtonWithGroupCode, RecordString, PageDownLoadButton, GridCheckboxChangeParams, GridCheckboxAllParams } from '../../edit-page-layout';
|
|
4
3
|
import type { VxeTableDataRow, SizeType, VxeTablePropTypes, VxeColumnPropTypes, VxeTooltipPropTypes, VxeColumnSlotTypes, VxeTableDefines, SlotVNodeType, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxePagerPropTypes, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams, VxeGridInstance, VxeGridProps } from 'vxe-table';
|
|
@@ -2624,7 +2623,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2624
2623
|
handleDeleteRow: (btn: PageButtonWithGroupCode) => void;
|
|
2625
2624
|
handleDownLoadAll: (btn: PageDownLoadButton) => void;
|
|
2626
2625
|
computedColumns: ComputedRef<VxeGridPropTypes.Columns<VxeTableDataRow>>;
|
|
2627
|
-
editRules: ComputedRef<ruleItem>;
|
|
2628
2626
|
shake: Ref<boolean>;
|
|
2629
2627
|
handleCheckboxChange: (params: GridCheckboxChangeParams) => void;
|
|
2630
2628
|
handleCheckboxAll: (params: GridCheckboxAllParams) => void;
|
|
@@ -6,7 +6,7 @@ import type { PickerLocale } from 'ant-design-vue/es/date-picker/generatePicker'
|
|
|
6
6
|
import type { RecordString } from '../select-modal';
|
|
7
7
|
import type { RuleObject } from 'ant-design-vue/es/form';
|
|
8
8
|
import type { FormInstance } from 'ant-design-vue';
|
|
9
|
-
import type { PageButton, FormFieldsItem
|
|
9
|
+
import type { PageButton, FormFieldsItem } from '../edit-page-layout';
|
|
10
10
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
11
11
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
12
12
|
import QEditForm from './src/edit-form.vue';
|
|
@@ -81,10 +81,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
81
81
|
groupType: string;
|
|
82
82
|
};
|
|
83
83
|
screens: Ref<Partial<Record<Breakpoint, boolean>>>;
|
|
84
|
-
handleUploadData: (file: FormFieldsItemUpload) => {
|
|
85
|
-
businessType: string;
|
|
86
|
-
headId: {};
|
|
87
|
-
};
|
|
88
84
|
resetForm: () => void;
|
|
89
85
|
handleInputBlur: (event: Event, config: FormFieldsItem) => void;
|
|
90
86
|
handleSwitchChange: (value: string, config: FormFieldsItem) => void;
|
|
@@ -7,7 +7,6 @@ import type { PageButton, RecordString, FormFieldsItem } from '../../edit-page-l
|
|
|
7
7
|
import type { MixSelectArgs } from '../../select';
|
|
8
8
|
import type { TreeSelectPayload } from '../../tree-select';
|
|
9
9
|
import type { FormInstance } from 'ant-design-vue';
|
|
10
|
-
import { FormFieldsItemUpload } from '../../edit-page-layout';
|
|
11
10
|
declare const _sfc_main: DefineComponent<{
|
|
12
11
|
readonly groupName: {
|
|
13
12
|
readonly type: PropType<string>;
|
|
@@ -77,10 +76,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
77
76
|
groupType: string;
|
|
78
77
|
};
|
|
79
78
|
screens: Ref<Partial<Record<Breakpoint, boolean>>>;
|
|
80
|
-
handleUploadData: (file: FormFieldsItemUpload) => {
|
|
81
|
-
businessType: string;
|
|
82
|
-
headId: {};
|
|
83
|
-
};
|
|
84
79
|
resetForm: () => void;
|
|
85
80
|
handleInputBlur: (event: Event, config: FormFieldsItem) => void;
|
|
86
81
|
handleSwitchChange: (value: string, config: FormFieldsItem) => void;
|
|
@@ -85,7 +85,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
85
85
|
perfect?: boolean | undefined;
|
|
86
86
|
};
|
|
87
87
|
tableData: Ref<Record<string, unknown>[]>;
|
|
88
|
-
tbData: Ref<Record<string, unknown>[]>;
|
|
89
88
|
columns: Ref<{
|
|
90
89
|
type?: string | undefined;
|
|
91
90
|
field?: string | undefined;
|
|
@@ -32,7 +32,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
32
32
|
[key: string]: string | boolean;
|
|
33
33
|
}>;
|
|
34
34
|
pageButtons: ComputedRef<PageButton[]>;
|
|
35
|
-
|
|
35
|
+
dropdownButtons: ComputedRef<PageButton[]>;
|
|
36
36
|
pageData: Ref<RecordString>;
|
|
37
37
|
onClick: (btn: PageButton) => void;
|
|
38
38
|
srmI18n: SrmI18n;
|
|
@@ -27,7 +27,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
27
27
|
[key: string]: string | boolean;
|
|
28
28
|
}>;
|
|
29
29
|
pageButtons: ComputedRef<PageButton[]>;
|
|
30
|
-
|
|
30
|
+
dropdownButtons: ComputedRef<PageButton[]>;
|
|
31
31
|
pageData: Ref<RecordString>;
|
|
32
32
|
onClick: (btn: PageButton) => void;
|
|
33
33
|
srmI18n: SrmI18n;
|
|
@@ -19,7 +19,20 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
19
19
|
};
|
|
20
20
|
pageData: {
|
|
21
21
|
type: PropType<PageData>;
|
|
22
|
-
default: () => {
|
|
22
|
+
default: () => {
|
|
23
|
+
optionConfig: {
|
|
24
|
+
options: never[];
|
|
25
|
+
};
|
|
26
|
+
buttonConfig: {
|
|
27
|
+
buttons: never[];
|
|
28
|
+
};
|
|
29
|
+
queryConfig: {
|
|
30
|
+
form: never[];
|
|
31
|
+
formState: {};
|
|
32
|
+
};
|
|
33
|
+
statusConfig: {};
|
|
34
|
+
superQuery: {};
|
|
35
|
+
};
|
|
23
36
|
};
|
|
24
37
|
apiUrls: {
|
|
25
38
|
type: PropType<ApiUrls>;
|
|
@@ -246,7 +259,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
246
259
|
iconNextPage?: string | undefined;
|
|
247
260
|
iconJumpMore?: string | undefined;
|
|
248
261
|
} | undefined;
|
|
249
|
-
|
|
262
|
+
isOrder?: ObjectMap | undefined;
|
|
263
|
+
superQuery?: ObjectMap | undefined;
|
|
250
264
|
};
|
|
251
265
|
beforeHandleData?: ((column: GridColumn[]) => void) | undefined;
|
|
252
266
|
afterHandleData?: ((tableData: ObjectMap[]) => void) | undefined;
|
|
@@ -282,7 +296,20 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
282
296
|
};
|
|
283
297
|
pageData: {
|
|
284
298
|
type: PropType<PageData>;
|
|
285
|
-
default: () => {
|
|
299
|
+
default: () => {
|
|
300
|
+
optionConfig: {
|
|
301
|
+
options: never[];
|
|
302
|
+
};
|
|
303
|
+
buttonConfig: {
|
|
304
|
+
buttons: never[];
|
|
305
|
+
};
|
|
306
|
+
queryConfig: {
|
|
307
|
+
form: never[];
|
|
308
|
+
formState: {};
|
|
309
|
+
};
|
|
310
|
+
statusConfig: {};
|
|
311
|
+
superQuery: {};
|
|
312
|
+
};
|
|
286
313
|
};
|
|
287
314
|
apiUrls: {
|
|
288
315
|
type: PropType<ApiUrls>;
|
|
@@ -2,8 +2,8 @@ import { ListPageLayoutProps, EventHandler } from '../../list-page-layout-types'
|
|
|
2
2
|
import { VxeGridEvents } from 'vxe-table';
|
|
3
3
|
export declare const useEvents: (props: ListPageLayoutProps) => {
|
|
4
4
|
cellClick: EventHandler;
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
sortChange: VxeGridEvents.SortChange<any>;
|
|
6
|
+
filterChange: EventHandler;
|
|
7
7
|
resizableChange: EventHandler;
|
|
8
8
|
pageChange: VxeGridEvents.PageChange<any>;
|
|
9
9
|
};
|
package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import type { UseNamespace } from '../../../../shared/hooks/use-namespace';
|
|
2
2
|
import type { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
-
import type { PageData, ApiUrls, QueryParamsItem, TabListItem } from '../../list-page-layout-types';
|
|
3
|
+
import type { PageData, ApiUrls, QueryParamsItem, TabListItem, ObjectMap } from '../../list-page-layout-types';
|
|
4
4
|
declare const _sfc_main: DefineComponent<{}, {
|
|
5
5
|
ns: UseNamespace;
|
|
6
6
|
isShowQuickNav: ComputedRef<boolean | (() => boolean | void)>;
|
|
7
|
+
normalQuery: (formState: ObjectMap) => void;
|
|
7
8
|
isShowStatus: ComputedRef<string | false>;
|
|
8
9
|
isShowFilter: ComputedRef<boolean>;
|
|
9
10
|
isShowQuery: ComputedRef<any>;
|
package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts
CHANGED
|
@@ -17,7 +17,8 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
17
17
|
filtersOption: (el: QueryFormItemSelect, input: string, option: any) => any;
|
|
18
18
|
handleQuerySelectChange: ({ value }: ISelectArgs, config: QueryFormItem) => void;
|
|
19
19
|
handleQueryInputChange: (event: ObjectMap, config: QueryFormItem) => void;
|
|
20
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "superQuery"[], "superQuery", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
|
|
20
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("superQuery" | "normalQuery")[], "superQuery" | "normalQuery", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
|
|
21
21
|
onSuperQuery?: ((...args: any[]) => any) | undefined;
|
|
22
|
+
onNormalQuery?: ((...args: any[]) => any) | undefined;
|
|
22
23
|
}, {}, {}>;
|
|
23
24
|
export default _sfc_main;
|
|
@@ -12,7 +12,20 @@ declare const _sfc_main: DefineComponent<{
|
|
|
12
12
|
};
|
|
13
13
|
pageData: {
|
|
14
14
|
type: PropType<PageData>;
|
|
15
|
-
default: () => {
|
|
15
|
+
default: () => {
|
|
16
|
+
optionConfig: {
|
|
17
|
+
options: never[];
|
|
18
|
+
};
|
|
19
|
+
buttonConfig: {
|
|
20
|
+
buttons: never[];
|
|
21
|
+
};
|
|
22
|
+
queryConfig: {
|
|
23
|
+
form: never[];
|
|
24
|
+
formState: {};
|
|
25
|
+
};
|
|
26
|
+
statusConfig: {};
|
|
27
|
+
superQuery: {};
|
|
28
|
+
};
|
|
16
29
|
};
|
|
17
30
|
apiUrls: {
|
|
18
31
|
type: PropType<ApiUrls>;
|
|
@@ -239,7 +252,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
239
252
|
iconNextPage?: string | undefined;
|
|
240
253
|
iconJumpMore?: string | undefined;
|
|
241
254
|
} | undefined;
|
|
242
|
-
|
|
255
|
+
isOrder?: ObjectMap | undefined;
|
|
256
|
+
superQuery?: ObjectMap | undefined;
|
|
243
257
|
};
|
|
244
258
|
beforeHandleData?: ((column: GridColumn[]) => void) | undefined;
|
|
245
259
|
afterHandleData?: ((tableData: ObjectMap[]) => void) | undefined;
|
|
@@ -275,7 +289,20 @@ declare const _sfc_main: DefineComponent<{
|
|
|
275
289
|
};
|
|
276
290
|
pageData: {
|
|
277
291
|
type: PropType<PageData>;
|
|
278
|
-
default: () => {
|
|
292
|
+
default: () => {
|
|
293
|
+
optionConfig: {
|
|
294
|
+
options: never[];
|
|
295
|
+
};
|
|
296
|
+
buttonConfig: {
|
|
297
|
+
buttons: never[];
|
|
298
|
+
};
|
|
299
|
+
queryConfig: {
|
|
300
|
+
form: never[];
|
|
301
|
+
formState: {};
|
|
302
|
+
};
|
|
303
|
+
statusConfig: {};
|
|
304
|
+
superQuery: {};
|
|
305
|
+
};
|
|
279
306
|
};
|
|
280
307
|
apiUrls: {
|
|
281
308
|
type: PropType<ApiUrls>;
|
|
@@ -119,7 +119,8 @@ export interface PageData {
|
|
|
119
119
|
change: (event: Event, value?: string | number, options?: ListMergeDataItem[]) => void;
|
|
120
120
|
};
|
|
121
121
|
pagerConfig?: VxeGridPropTypes.PagerConfig;
|
|
122
|
-
|
|
122
|
+
isOrder?: ObjectMap;
|
|
123
|
+
superQuery?: ObjectMap;
|
|
123
124
|
[key: string]: unknown | any;
|
|
124
125
|
}
|
|
125
126
|
export interface ListMergeDataItem {
|
|
@@ -153,7 +154,20 @@ export declare const listPageLayout: {
|
|
|
153
154
|
};
|
|
154
155
|
pageData: {
|
|
155
156
|
type: PropType<PageData>;
|
|
156
|
-
default: () => {
|
|
157
|
+
default: () => {
|
|
158
|
+
optionConfig: {
|
|
159
|
+
options: never[];
|
|
160
|
+
};
|
|
161
|
+
buttonConfig: {
|
|
162
|
+
buttons: never[];
|
|
163
|
+
};
|
|
164
|
+
queryConfig: {
|
|
165
|
+
form: never[];
|
|
166
|
+
formState: {};
|
|
167
|
+
};
|
|
168
|
+
statusConfig: {};
|
|
169
|
+
superQuery: {};
|
|
170
|
+
};
|
|
157
171
|
};
|
|
158
172
|
apiUrls: {
|
|
159
173
|
type: PropType<ApiUrls>;
|
|
@@ -286,6 +300,8 @@ export interface FetchDataOptions {
|
|
|
286
300
|
[key: string]: unknown;
|
|
287
301
|
};
|
|
288
302
|
pagerConfig?: VxeGridPropTypes.PagerConfig;
|
|
303
|
+
isOrder?: ObjectMap;
|
|
304
|
+
superQuery?: ObjectMap;
|
|
289
305
|
formState?: ObjectMap;
|
|
290
306
|
statusFilter?: ObjectMap;
|
|
291
307
|
getParams?: () => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentInternalInstance, InjectionKey } from 'vue';
|
|
2
|
-
import { GridDataTypes, ListPageLayoutProps, QueryCustomData, PagerConfigProps } from './list-page-layout-types';
|
|
2
|
+
import { GridDataTypes, ListPageLayoutProps, QueryCustomData, PagerConfigProps, PageData } from './list-page-layout-types';
|
|
3
3
|
interface ListPage extends ComponentInternalInstance {
|
|
4
4
|
$ready?: boolean;
|
|
5
5
|
}
|
|
@@ -7,6 +7,7 @@ export declare const TABLE_INJECTION_KEY: InjectionKey<ListPage | null>;
|
|
|
7
7
|
export declare const PAGER_CONFIGDE_FALUTVALUE: PagerConfigProps;
|
|
8
8
|
export declare const LIST_LAYOUT_PROPS_DEFAULT_VALUE: ListPageLayoutProps;
|
|
9
9
|
export declare const LOCAL_DATAS_DEFAULT_VALUE: QueryCustomData;
|
|
10
|
+
export declare const PAGE_DATA_DEFALUT_VALUE: PageData;
|
|
10
11
|
export declare const LIST_LAYOUT_STATUS_NAV_TOKEN: unique symbol;
|
|
11
12
|
export declare const LIST_LAYOUT_DATA_TOKEN: InjectionKey<GridDataTypes>;
|
|
12
13
|
export {};
|
|
@@ -184,7 +184,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
184
184
|
perfect?: boolean | undefined;
|
|
185
185
|
};
|
|
186
186
|
tableData: Ref<Record<string, unknown>[]>;
|
|
187
|
-
tbData: Ref<Record<string, unknown>[]>;
|
|
188
187
|
columns: Ref<{
|
|
189
188
|
type?: string | undefined;
|
|
190
189
|
field?: string | undefined;
|
|
@@ -319,7 +318,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
319
318
|
perfect?: boolean | undefined;
|
|
320
319
|
};
|
|
321
320
|
tableData: Ref<Record<string, unknown>[]>;
|
|
322
|
-
tbData: Ref<Record<string, unknown>[]>;
|
|
323
321
|
columns: Ref<{
|
|
324
322
|
type?: string | undefined;
|
|
325
323
|
field?: string | undefined;
|
|
@@ -180,7 +180,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
180
180
|
perfect?: boolean | undefined;
|
|
181
181
|
};
|
|
182
182
|
tableData: Ref<Record<string, unknown>[]>;
|
|
183
|
-
tbData: Ref<Record<string, unknown>[]>;
|
|
184
183
|
columns: Ref<{
|
|
185
184
|
type?: string | undefined;
|
|
186
185
|
field?: string | undefined;
|
|
@@ -315,7 +314,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
315
314
|
perfect?: boolean | undefined;
|
|
316
315
|
};
|
|
317
316
|
tableData: Ref<Record<string, unknown>[]>;
|
|
318
|
-
tbData: Ref<Record<string, unknown>[]>;
|
|
319
317
|
columns: Ref<{
|
|
320
318
|
type?: string | undefined;
|
|
321
319
|
field?: string | undefined;
|
|
@@ -28,6 +28,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
28
28
|
readonly type: BooleanConstructor;
|
|
29
29
|
readonly default: false;
|
|
30
30
|
};
|
|
31
|
+
readonly businessType: {
|
|
32
|
+
readonly type: StringConstructor;
|
|
33
|
+
readonly default: "";
|
|
34
|
+
};
|
|
31
35
|
readonly uploadImageData: {
|
|
32
36
|
readonly type: ObjectConstructor;
|
|
33
37
|
readonly default: () => {};
|
|
@@ -165,6 +169,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
165
169
|
readonly type: BooleanConstructor;
|
|
166
170
|
readonly default: false;
|
|
167
171
|
};
|
|
172
|
+
readonly businessType: {
|
|
173
|
+
readonly type: StringConstructor;
|
|
174
|
+
readonly default: "";
|
|
175
|
+
};
|
|
168
176
|
readonly uploadImageData: {
|
|
169
177
|
readonly type: ObjectConstructor;
|
|
170
178
|
readonly default: () => {};
|
|
@@ -191,6 +199,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
191
199
|
}, {
|
|
192
200
|
readonly disabled: boolean;
|
|
193
201
|
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
202
|
+
readonly businessType: string;
|
|
194
203
|
readonly accept: string;
|
|
195
204
|
readonly multiple: boolean;
|
|
196
205
|
readonly value: string;
|
|
@@ -21,6 +21,10 @@ export declare const uploadImageProps: {
|
|
|
21
21
|
readonly type: BooleanConstructor;
|
|
22
22
|
readonly default: false;
|
|
23
23
|
};
|
|
24
|
+
readonly businessType: {
|
|
25
|
+
readonly type: StringConstructor;
|
|
26
|
+
readonly default: "";
|
|
27
|
+
};
|
|
24
28
|
readonly uploadImageData: {
|
|
25
29
|
readonly type: ObjectConstructor;
|
|
26
30
|
readonly default: () => {};
|
|
@@ -24,6 +24,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
24
24
|
readonly type: BooleanConstructor;
|
|
25
25
|
readonly default: false;
|
|
26
26
|
};
|
|
27
|
+
readonly businessType: {
|
|
28
|
+
readonly type: StringConstructor;
|
|
29
|
+
readonly default: "";
|
|
30
|
+
};
|
|
27
31
|
readonly uploadImageData: {
|
|
28
32
|
readonly type: ObjectConstructor;
|
|
29
33
|
readonly default: () => {};
|
|
@@ -161,6 +165,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
161
165
|
readonly type: BooleanConstructor;
|
|
162
166
|
readonly default: false;
|
|
163
167
|
};
|
|
168
|
+
readonly businessType: {
|
|
169
|
+
readonly type: StringConstructor;
|
|
170
|
+
readonly default: "";
|
|
171
|
+
};
|
|
164
172
|
readonly uploadImageData: {
|
|
165
173
|
readonly type: ObjectConstructor;
|
|
166
174
|
readonly default: () => {};
|
|
@@ -187,6 +195,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
187
195
|
}, {
|
|
188
196
|
readonly disabled: boolean;
|
|
189
197
|
readonly onChange: ((value: string) => void) | ((value: string) => void)[];
|
|
198
|
+
readonly businessType: string;
|
|
190
199
|
readonly accept: string;
|
|
191
200
|
readonly multiple: boolean;
|
|
192
201
|
readonly value: string;
|