@qqt-product/system 15.0.0 → 16.0.0
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 +25362 -25615
- package/dist/index.umd.js +46 -46
- package/dist/lib/components/ExportDataModal/index.vue.d.ts +1 -1
- package/dist/lib/components/QAccountList/src/QAccountDetail.vue.d.ts +10 -9
- package/dist/lib/components/QAccountList/src/QAccountEdit.vue.d.ts +12 -12
- package/dist/lib/components/QAccountList/src/QAccountList.vue.d.ts +1 -1
- package/dist/lib/components/QElsMsgRecordList/src/QElsMsgRecordDetail.vue.d.ts +10 -9
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue.d.ts +10 -9
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsEdit.vue.d.ts +10 -9
- package/dist/lib/components/QMqRecordList/src/QMqRecordList.vue.d.ts +0 -3
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataEdit.vue.d.ts +10 -9
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeDetail.vue.d.ts +10 -9
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeEdit.vue.d.ts +10 -9
- package/dist/lib/components/QQuartzJobList/src/QQuartzJobList.vue.d.ts +2 -2
- package/dist/lib/components/QQuartzJobList/src/components/QuartzJobModal.vue.d.ts +1 -1
- package/dist/lib/components/QRoleList/src/components/userAuthorization/index.d.ts +1 -0
- package/dist/lib/components/QSupplierAccountList/src/QSupplierAccountList.vue.d.ts +3 -10
- package/dist/lib/components/QSupplierAccountList/src/useConfigData.d.ts +1 -1
- package/dist/lib/components/QcustomConfigEdit/src/QcustomConfigEdit.vue.d.ts +285 -93
- package/dist/lib/components/index.d.ts +1 -2
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesDetail.vue.d.ts +10 -9
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue.d.ts +10 -9
- package/dist/lib/components/integratedReportList/src/index.vue.d.ts +206 -0
- package/dist/lib/components/integratedReportSearchList/src/index.vue.d.ts +1 -1
- package/dist/lib/components/loginAbnormalLogList/src/index.vue.d.ts +1 -1
- package/dist/lib/components/loginLogList/src/index.vue.d.ts +1 -1
- package/dist/lib/components/operateLogList/src/index.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +12 -12
- package/dist/lib/components/QAccountList/src/QAccountCreate.vue.d.ts +0 -2920
|
@@ -39,8 +39,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
39
39
|
default: boolean;
|
|
40
40
|
};
|
|
41
41
|
}>> & {
|
|
42
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
43
42
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
}, {
|
|
45
45
|
visible: boolean;
|
|
46
46
|
}, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VxeTableDataRow, SizeType, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
2
|
import type { FileDataType } from '@qqt-product/ui/dist/lib/components/upload-file';
|
|
3
3
|
import * as customConfigEdits from '../../../utils/global.types';
|
|
4
4
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
@@ -121,9 +121,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
121
121
|
extend?: {
|
|
122
122
|
[x: string]: any;
|
|
123
123
|
vxeGridConfig?: {
|
|
124
|
-
size?: SizeType | undefined;
|
|
125
|
-
loading?: boolean | undefined;
|
|
126
|
-
round?: boolean | undefined;
|
|
127
124
|
id?: string | undefined;
|
|
128
125
|
data?: VxeTableDataRow[] | undefined;
|
|
129
126
|
params?: any;
|
|
@@ -154,6 +151,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
154
151
|
iconNextPage?: string | undefined;
|
|
155
152
|
iconJumpMore?: string | undefined;
|
|
156
153
|
} | undefined;
|
|
154
|
+
loading?: boolean | undefined;
|
|
157
155
|
columns?: {
|
|
158
156
|
children?: any[] | undefined;
|
|
159
157
|
slots?: {
|
|
@@ -420,10 +418,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
420
418
|
} | undefined;
|
|
421
419
|
params?: any;
|
|
422
420
|
}[] | undefined;
|
|
421
|
+
size?: SizeType | undefined;
|
|
423
422
|
height?: VxeTablePropTypes.Height | undefined;
|
|
424
423
|
maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
|
|
425
424
|
resizable?: boolean | undefined;
|
|
426
425
|
stripe?: boolean | undefined;
|
|
426
|
+
round?: boolean | undefined;
|
|
427
427
|
border?: VxeTablePropTypes.Border | undefined;
|
|
428
428
|
align?: VxeTablePropTypes.Align | undefined;
|
|
429
429
|
headerAlign?: VxeTablePropTypes.Align | undefined;
|
|
@@ -1213,7 +1213,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1213
1213
|
columnIndex: number;
|
|
1214
1214
|
$columnIndex: number;
|
|
1215
1215
|
_columnIndex: number;
|
|
1216
|
-
type: "" | "
|
|
1216
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
1217
1217
|
cell: HTMLElement;
|
|
1218
1218
|
$event: any;
|
|
1219
1219
|
}) => string | void | null) | undefined;
|
|
@@ -2342,14 +2342,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2342
2342
|
slots?: {
|
|
2343
2343
|
buttons?: string | ((params: {
|
|
2344
2344
|
[key: string]: any;
|
|
2345
|
-
}) =>
|
|
2345
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2346
2346
|
[key: string]: any;
|
|
2347
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2347
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2348
2348
|
tools?: string | ((params: {
|
|
2349
2349
|
[key: string]: any;
|
|
2350
|
-
}) =>
|
|
2350
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2351
2351
|
[key: string]: any;
|
|
2352
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2352
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2353
2353
|
} | undefined;
|
|
2354
2354
|
size?: SizeType | undefined;
|
|
2355
2355
|
id?: string | undefined;
|
|
@@ -2681,6 +2681,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2681
2681
|
slot?: boolean | undefined;
|
|
2682
2682
|
master?: boolean | undefined;
|
|
2683
2683
|
useAllConfig?: boolean | undefined;
|
|
2684
|
+
setMaxHeight?: boolean | undefined;
|
|
2684
2685
|
enableTile?: "0" | "1" | undefined;
|
|
2685
2686
|
columns?: {
|
|
2686
2687
|
[x: string]: unknown;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VxeTableDataRow, SizeType, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
2
|
import type { FileDataType } from '@qqt-product/ui/dist/lib/components/upload-file';
|
|
3
3
|
import type { DefineComponent, ShallowRef, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
4
4
|
import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
|
|
5
5
|
import * as customConfigEdits from '../../../utils/global.types';
|
|
6
6
|
declare const _sfc_main: DefineComponent<{
|
|
7
7
|
currentRow: {
|
|
8
|
-
type:
|
|
8
|
+
type: ObjectConstructor;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
userInfo: {
|
|
@@ -128,9 +128,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
128
128
|
extend?: {
|
|
129
129
|
[x: string]: any;
|
|
130
130
|
vxeGridConfig?: {
|
|
131
|
-
size?: SizeType | undefined;
|
|
132
|
-
loading?: boolean | undefined;
|
|
133
|
-
round?: boolean | undefined;
|
|
134
131
|
id?: string | undefined;
|
|
135
132
|
data?: VxeTableDataRow[] | undefined;
|
|
136
133
|
params?: any;
|
|
@@ -161,6 +158,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
161
158
|
iconNextPage?: string | undefined;
|
|
162
159
|
iconJumpMore?: string | undefined;
|
|
163
160
|
} | undefined;
|
|
161
|
+
loading?: boolean | undefined;
|
|
164
162
|
columns?: {
|
|
165
163
|
children?: any[] | undefined;
|
|
166
164
|
slots?: {
|
|
@@ -427,10 +425,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
427
425
|
} | undefined;
|
|
428
426
|
params?: any;
|
|
429
427
|
}[] | undefined;
|
|
428
|
+
size?: SizeType | undefined;
|
|
430
429
|
height?: VxeTablePropTypes.Height | undefined;
|
|
431
430
|
maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
|
|
432
431
|
resizable?: boolean | undefined;
|
|
433
432
|
stripe?: boolean | undefined;
|
|
433
|
+
round?: boolean | undefined;
|
|
434
434
|
border?: VxeTablePropTypes.Border | undefined;
|
|
435
435
|
align?: VxeTablePropTypes.Align | undefined;
|
|
436
436
|
headerAlign?: VxeTablePropTypes.Align | undefined;
|
|
@@ -1220,7 +1220,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1220
1220
|
columnIndex: number;
|
|
1221
1221
|
$columnIndex: number;
|
|
1222
1222
|
_columnIndex: number;
|
|
1223
|
-
type: "" | "
|
|
1223
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
1224
1224
|
cell: HTMLElement;
|
|
1225
1225
|
$event: any;
|
|
1226
1226
|
}) => string | void | null) | undefined;
|
|
@@ -2349,14 +2349,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2349
2349
|
slots?: {
|
|
2350
2350
|
buttons?: string | ((params: {
|
|
2351
2351
|
[key: string]: any;
|
|
2352
|
-
}) =>
|
|
2352
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2353
2353
|
[key: string]: any;
|
|
2354
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2354
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2355
2355
|
tools?: string | ((params: {
|
|
2356
2356
|
[key: string]: any;
|
|
2357
|
-
}) =>
|
|
2357
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2358
2358
|
[key: string]: any;
|
|
2359
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2359
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2360
2360
|
} | undefined;
|
|
2361
2361
|
size?: SizeType | undefined;
|
|
2362
2362
|
id?: string | undefined;
|
|
@@ -2688,6 +2688,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2688
2688
|
slot?: boolean | undefined;
|
|
2689
2689
|
master?: boolean | undefined;
|
|
2690
2690
|
useAllConfig?: boolean | undefined;
|
|
2691
|
+
setMaxHeight?: boolean | undefined;
|
|
2691
2692
|
enableTile?: "0" | "1" | undefined;
|
|
2692
2693
|
columns?: {
|
|
2693
2694
|
[x: string]: unknown;
|
|
@@ -2914,10 +2915,9 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2914
2915
|
handleValidateSuccess: (button: GlobalPageLayoutTypes.PageButton) => void;
|
|
2915
2916
|
getRoleOptains: () => Promise<void>;
|
|
2916
2917
|
getGroupOptains: () => Promise<void>;
|
|
2917
|
-
subAccountDis: () => boolean;
|
|
2918
2918
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2919
2919
|
currentRow: {
|
|
2920
|
-
type:
|
|
2920
|
+
type: ObjectConstructor;
|
|
2921
2921
|
required: true;
|
|
2922
2922
|
};
|
|
2923
2923
|
userInfo: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VxeTableDataRow, SizeType, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
2
|
import type { FileDataType } from '@qqt-product/ui/dist/lib/components/upload-file';
|
|
3
3
|
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
4
4
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
@@ -118,9 +118,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
118
118
|
extend?: {
|
|
119
119
|
[x: string]: any;
|
|
120
120
|
vxeGridConfig?: {
|
|
121
|
-
size?: SizeType | undefined;
|
|
122
|
-
loading?: boolean | undefined;
|
|
123
|
-
round?: boolean | undefined;
|
|
124
121
|
id?: string | undefined;
|
|
125
122
|
data?: VxeTableDataRow[] | undefined;
|
|
126
123
|
params?: any;
|
|
@@ -151,6 +148,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
151
148
|
iconNextPage?: string | undefined;
|
|
152
149
|
iconJumpMore?: string | undefined;
|
|
153
150
|
} | undefined;
|
|
151
|
+
loading?: boolean | undefined;
|
|
154
152
|
columns?: {
|
|
155
153
|
children?: any[] | undefined;
|
|
156
154
|
slots?: {
|
|
@@ -417,10 +415,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
417
415
|
} | undefined;
|
|
418
416
|
params?: any;
|
|
419
417
|
}[] | undefined;
|
|
418
|
+
size?: SizeType | undefined;
|
|
420
419
|
height?: VxeTablePropTypes.Height | undefined;
|
|
421
420
|
maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
|
|
422
421
|
resizable?: boolean | undefined;
|
|
423
422
|
stripe?: boolean | undefined;
|
|
423
|
+
round?: boolean | undefined;
|
|
424
424
|
border?: VxeTablePropTypes.Border | undefined;
|
|
425
425
|
align?: VxeTablePropTypes.Align | undefined;
|
|
426
426
|
headerAlign?: VxeTablePropTypes.Align | undefined;
|
|
@@ -1210,7 +1210,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1210
1210
|
columnIndex: number;
|
|
1211
1211
|
$columnIndex: number;
|
|
1212
1212
|
_columnIndex: number;
|
|
1213
|
-
type: "" | "
|
|
1213
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
1214
1214
|
cell: HTMLElement;
|
|
1215
1215
|
$event: any;
|
|
1216
1216
|
}) => string | void | null) | undefined;
|
|
@@ -2339,14 +2339,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2339
2339
|
slots?: {
|
|
2340
2340
|
buttons?: string | ((params: {
|
|
2341
2341
|
[key: string]: any;
|
|
2342
|
-
}) =>
|
|
2342
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2343
2343
|
[key: string]: any;
|
|
2344
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2344
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2345
2345
|
tools?: string | ((params: {
|
|
2346
2346
|
[key: string]: any;
|
|
2347
|
-
}) =>
|
|
2347
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2348
2348
|
[key: string]: any;
|
|
2349
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2349
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2350
2350
|
} | undefined;
|
|
2351
2351
|
size?: SizeType | undefined;
|
|
2352
2352
|
id?: string | undefined;
|
|
@@ -2678,6 +2678,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2678
2678
|
slot?: boolean | undefined;
|
|
2679
2679
|
master?: boolean | undefined;
|
|
2680
2680
|
useAllConfig?: boolean | undefined;
|
|
2681
|
+
setMaxHeight?: boolean | undefined;
|
|
2681
2682
|
enableTile?: "0" | "1" | undefined;
|
|
2682
2683
|
columns?: {
|
|
2683
2684
|
[x: string]: unknown;
|
package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VxeTableDataRow, SizeType, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
2
|
import type { FileDataType } from '@qqt-product/ui/dist/lib/components/upload-file';
|
|
3
3
|
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
4
4
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
@@ -118,9 +118,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
118
118
|
extend?: {
|
|
119
119
|
[x: string]: any;
|
|
120
120
|
vxeGridConfig?: {
|
|
121
|
-
size?: SizeType | undefined;
|
|
122
|
-
loading?: boolean | undefined;
|
|
123
|
-
round?: boolean | undefined;
|
|
124
121
|
id?: string | undefined;
|
|
125
122
|
data?: VxeTableDataRow[] | undefined;
|
|
126
123
|
params?: any;
|
|
@@ -151,6 +148,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
151
148
|
iconNextPage?: string | undefined;
|
|
152
149
|
iconJumpMore?: string | undefined;
|
|
153
150
|
} | undefined;
|
|
151
|
+
loading?: boolean | undefined;
|
|
154
152
|
columns?: {
|
|
155
153
|
children?: any[] | undefined;
|
|
156
154
|
slots?: {
|
|
@@ -417,10 +415,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
417
415
|
} | undefined;
|
|
418
416
|
params?: any;
|
|
419
417
|
}[] | undefined;
|
|
418
|
+
size?: SizeType | undefined;
|
|
420
419
|
height?: VxeTablePropTypes.Height | undefined;
|
|
421
420
|
maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
|
|
422
421
|
resizable?: boolean | undefined;
|
|
423
422
|
stripe?: boolean | undefined;
|
|
423
|
+
round?: boolean | undefined;
|
|
424
424
|
border?: VxeTablePropTypes.Border | undefined;
|
|
425
425
|
align?: VxeTablePropTypes.Align | undefined;
|
|
426
426
|
headerAlign?: VxeTablePropTypes.Align | undefined;
|
|
@@ -1210,7 +1210,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1210
1210
|
columnIndex: number;
|
|
1211
1211
|
$columnIndex: number;
|
|
1212
1212
|
_columnIndex: number;
|
|
1213
|
-
type: "" | "
|
|
1213
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
1214
1214
|
cell: HTMLElement;
|
|
1215
1215
|
$event: any;
|
|
1216
1216
|
}) => string | void | null) | undefined;
|
|
@@ -2339,14 +2339,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2339
2339
|
slots?: {
|
|
2340
2340
|
buttons?: string | ((params: {
|
|
2341
2341
|
[key: string]: any;
|
|
2342
|
-
}) =>
|
|
2342
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2343
2343
|
[key: string]: any;
|
|
2344
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2344
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2345
2345
|
tools?: string | ((params: {
|
|
2346
2346
|
[key: string]: any;
|
|
2347
|
-
}) =>
|
|
2347
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2348
2348
|
[key: string]: any;
|
|
2349
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2349
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2350
2350
|
} | undefined;
|
|
2351
2351
|
size?: SizeType | undefined;
|
|
2352
2352
|
id?: string | undefined;
|
|
@@ -2678,6 +2678,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2678
2678
|
slot?: boolean | undefined;
|
|
2679
2679
|
master?: boolean | undefined;
|
|
2680
2680
|
useAllConfig?: boolean | undefined;
|
|
2681
|
+
setMaxHeight?: boolean | undefined;
|
|
2681
2682
|
enableTile?: "0" | "1" | undefined;
|
|
2682
2683
|
columns?: {
|
|
2683
2684
|
[x: string]: unknown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VxeTableDataRow, SizeType, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
2
|
import type { FileDataType } from '@qqt-product/ui/dist/lib/components/upload-file';
|
|
3
3
|
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
4
4
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
@@ -124,9 +124,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
124
124
|
extend?: {
|
|
125
125
|
[x: string]: any;
|
|
126
126
|
vxeGridConfig?: {
|
|
127
|
-
size?: SizeType | undefined;
|
|
128
|
-
loading?: boolean | undefined;
|
|
129
|
-
round?: boolean | undefined;
|
|
130
127
|
id?: string | undefined;
|
|
131
128
|
data?: VxeTableDataRow[] | undefined;
|
|
132
129
|
params?: any;
|
|
@@ -157,6 +154,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
157
154
|
iconNextPage?: string | undefined;
|
|
158
155
|
iconJumpMore?: string | undefined;
|
|
159
156
|
} | undefined;
|
|
157
|
+
loading?: boolean | undefined;
|
|
160
158
|
columns?: {
|
|
161
159
|
children?: any[] | undefined;
|
|
162
160
|
slots?: {
|
|
@@ -423,10 +421,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
423
421
|
} | undefined;
|
|
424
422
|
params?: any;
|
|
425
423
|
}[] | undefined;
|
|
424
|
+
size?: SizeType | undefined;
|
|
426
425
|
height?: VxeTablePropTypes.Height | undefined;
|
|
427
426
|
maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
|
|
428
427
|
resizable?: boolean | undefined;
|
|
429
428
|
stripe?: boolean | undefined;
|
|
429
|
+
round?: boolean | undefined;
|
|
430
430
|
border?: VxeTablePropTypes.Border | undefined;
|
|
431
431
|
align?: VxeTablePropTypes.Align | undefined;
|
|
432
432
|
headerAlign?: VxeTablePropTypes.Align | undefined;
|
|
@@ -1216,7 +1216,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1216
1216
|
columnIndex: number;
|
|
1217
1217
|
$columnIndex: number;
|
|
1218
1218
|
_columnIndex: number;
|
|
1219
|
-
type: "" | "
|
|
1219
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
1220
1220
|
cell: HTMLElement;
|
|
1221
1221
|
$event: any;
|
|
1222
1222
|
}) => string | void | null) | undefined;
|
|
@@ -2345,14 +2345,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2345
2345
|
slots?: {
|
|
2346
2346
|
buttons?: string | ((params: {
|
|
2347
2347
|
[key: string]: any;
|
|
2348
|
-
}) =>
|
|
2348
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2349
2349
|
[key: string]: any;
|
|
2350
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2350
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2351
2351
|
tools?: string | ((params: {
|
|
2352
2352
|
[key: string]: any;
|
|
2353
|
-
}) =>
|
|
2353
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2354
2354
|
[key: string]: any;
|
|
2355
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2355
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2356
2356
|
} | undefined;
|
|
2357
2357
|
size?: SizeType | undefined;
|
|
2358
2358
|
id?: string | undefined;
|
|
@@ -2684,6 +2684,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2684
2684
|
slot?: boolean | undefined;
|
|
2685
2685
|
master?: boolean | undefined;
|
|
2686
2686
|
useAllConfig?: boolean | undefined;
|
|
2687
|
+
setMaxHeight?: boolean | undefined;
|
|
2687
2688
|
enableTile?: "0" | "1" | undefined;
|
|
2688
2689
|
columns?: {
|
|
2689
2690
|
[x: string]: unknown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VxeTableDataRow, SizeType, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
2
|
import type { FileDataType } from '@qqt-product/ui/dist/lib/components/upload-file';
|
|
3
3
|
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
4
4
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
@@ -120,9 +120,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
120
120
|
extend?: {
|
|
121
121
|
[x: string]: any;
|
|
122
122
|
vxeGridConfig?: {
|
|
123
|
-
size?: SizeType | undefined;
|
|
124
|
-
loading?: boolean | undefined;
|
|
125
|
-
round?: boolean | undefined;
|
|
126
123
|
id?: string | undefined;
|
|
127
124
|
data?: VxeTableDataRow[] | undefined;
|
|
128
125
|
params?: any;
|
|
@@ -153,6 +150,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
153
150
|
iconNextPage?: string | undefined;
|
|
154
151
|
iconJumpMore?: string | undefined;
|
|
155
152
|
} | undefined;
|
|
153
|
+
loading?: boolean | undefined;
|
|
156
154
|
columns?: {
|
|
157
155
|
children?: any[] | undefined;
|
|
158
156
|
slots?: {
|
|
@@ -419,10 +417,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
419
417
|
} | undefined;
|
|
420
418
|
params?: any;
|
|
421
419
|
}[] | undefined;
|
|
420
|
+
size?: SizeType | undefined;
|
|
422
421
|
height?: VxeTablePropTypes.Height | undefined;
|
|
423
422
|
maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
|
|
424
423
|
resizable?: boolean | undefined;
|
|
425
424
|
stripe?: boolean | undefined;
|
|
425
|
+
round?: boolean | undefined;
|
|
426
426
|
border?: VxeTablePropTypes.Border | undefined;
|
|
427
427
|
align?: VxeTablePropTypes.Align | undefined;
|
|
428
428
|
headerAlign?: VxeTablePropTypes.Align | undefined;
|
|
@@ -1212,7 +1212,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1212
1212
|
columnIndex: number;
|
|
1213
1213
|
$columnIndex: number;
|
|
1214
1214
|
_columnIndex: number;
|
|
1215
|
-
type: "" | "
|
|
1215
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
1216
1216
|
cell: HTMLElement;
|
|
1217
1217
|
$event: any;
|
|
1218
1218
|
}) => string | void | null) | undefined;
|
|
@@ -2341,14 +2341,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2341
2341
|
slots?: {
|
|
2342
2342
|
buttons?: string | ((params: {
|
|
2343
2343
|
[key: string]: any;
|
|
2344
|
-
}) =>
|
|
2344
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2345
2345
|
[key: string]: any;
|
|
2346
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2346
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2347
2347
|
tools?: string | ((params: {
|
|
2348
2348
|
[key: string]: any;
|
|
2349
|
-
}) =>
|
|
2349
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2350
2350
|
[key: string]: any;
|
|
2351
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2351
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2352
2352
|
} | undefined;
|
|
2353
2353
|
size?: SizeType | undefined;
|
|
2354
2354
|
id?: string | undefined;
|
|
@@ -2680,6 +2680,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2680
2680
|
slot?: boolean | undefined;
|
|
2681
2681
|
master?: boolean | undefined;
|
|
2682
2682
|
useAllConfig?: boolean | undefined;
|
|
2683
|
+
setMaxHeight?: boolean | undefined;
|
|
2683
2684
|
enableTile?: "0" | "1" | undefined;
|
|
2684
2685
|
columns?: {
|
|
2685
2686
|
[x: string]: unknown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VxeTableDataRow, SizeType, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
2
|
import type { FileDataType } from '@qqt-product/ui/dist/lib/components/upload-file';
|
|
3
3
|
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
4
4
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
@@ -118,9 +118,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
118
118
|
extend?: {
|
|
119
119
|
[x: string]: any;
|
|
120
120
|
vxeGridConfig?: {
|
|
121
|
-
size?: SizeType | undefined;
|
|
122
|
-
loading?: boolean | undefined;
|
|
123
|
-
round?: boolean | undefined;
|
|
124
121
|
id?: string | undefined;
|
|
125
122
|
data?: VxeTableDataRow[] | undefined;
|
|
126
123
|
params?: any;
|
|
@@ -151,6 +148,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
151
148
|
iconNextPage?: string | undefined;
|
|
152
149
|
iconJumpMore?: string | undefined;
|
|
153
150
|
} | undefined;
|
|
151
|
+
loading?: boolean | undefined;
|
|
154
152
|
columns?: {
|
|
155
153
|
children?: any[] | undefined;
|
|
156
154
|
slots?: {
|
|
@@ -417,10 +415,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
417
415
|
} | undefined;
|
|
418
416
|
params?: any;
|
|
419
417
|
}[] | undefined;
|
|
418
|
+
size?: SizeType | undefined;
|
|
420
419
|
height?: VxeTablePropTypes.Height | undefined;
|
|
421
420
|
maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
|
|
422
421
|
resizable?: boolean | undefined;
|
|
423
422
|
stripe?: boolean | undefined;
|
|
423
|
+
round?: boolean | undefined;
|
|
424
424
|
border?: VxeTablePropTypes.Border | undefined;
|
|
425
425
|
align?: VxeTablePropTypes.Align | undefined;
|
|
426
426
|
headerAlign?: VxeTablePropTypes.Align | undefined;
|
|
@@ -1210,7 +1210,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1210
1210
|
columnIndex: number;
|
|
1211
1211
|
$columnIndex: number;
|
|
1212
1212
|
_columnIndex: number;
|
|
1213
|
-
type: "" | "
|
|
1213
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
1214
1214
|
cell: HTMLElement;
|
|
1215
1215
|
$event: any;
|
|
1216
1216
|
}) => string | void | null) | undefined;
|
|
@@ -2339,14 +2339,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2339
2339
|
slots?: {
|
|
2340
2340
|
buttons?: string | ((params: {
|
|
2341
2341
|
[key: string]: any;
|
|
2342
|
-
}) =>
|
|
2342
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2343
2343
|
[key: string]: any;
|
|
2344
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2344
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2345
2345
|
tools?: string | ((params: {
|
|
2346
2346
|
[key: string]: any;
|
|
2347
|
-
}) =>
|
|
2347
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2348
2348
|
[key: string]: any;
|
|
2349
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2349
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2350
2350
|
} | undefined;
|
|
2351
2351
|
size?: SizeType | undefined;
|
|
2352
2352
|
id?: string | undefined;
|
|
@@ -2678,6 +2678,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2678
2678
|
slot?: boolean | undefined;
|
|
2679
2679
|
master?: boolean | undefined;
|
|
2680
2680
|
useAllConfig?: boolean | undefined;
|
|
2681
|
+
setMaxHeight?: boolean | undefined;
|
|
2681
2682
|
enableTile?: "0" | "1" | undefined;
|
|
2682
2683
|
columns?: {
|
|
2683
2684
|
[x: string]: unknown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { VxeTableDataRow, SizeType, VxePagerPropTypes, VxeColumnSlotTypes, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, VxeTableDefines, VxeTableConstructor, VxeTablePrivateMethods, VxeGridConstructor, VxeTableProDefines, VxeGridPropTypes, VxeButtonPropTypes, VxeToolbarPropTypes, VxeFormPropTypes, VxeFormItemPropTypes, VxeFormItemProps, FormItemTitleRenderParams, FormItemContentRenderParams } from 'vxe-table';
|
|
2
2
|
import type { FileDataType } from '@qqt-product/ui/dist/lib/components/upload-file';
|
|
3
3
|
import type { SrmI18n } from '@qqt-product/ui/dist/lib/utils/type';
|
|
4
4
|
import type { DefineComponent, Ref, ComponentOptionsBase, VNode, RendererNode, RendererElement, Slot, ComponentInternalInstance, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComponentPublicInstance } from 'vue';
|
|
@@ -124,9 +124,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
124
124
|
extend?: {
|
|
125
125
|
[x: string]: any;
|
|
126
126
|
vxeGridConfig?: {
|
|
127
|
-
size?: SizeType | undefined;
|
|
128
|
-
loading?: boolean | undefined;
|
|
129
|
-
round?: boolean | undefined;
|
|
130
127
|
id?: string | undefined;
|
|
131
128
|
data?: VxeTableDataRow[] | undefined;
|
|
132
129
|
params?: any;
|
|
@@ -157,6 +154,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
157
154
|
iconNextPage?: string | undefined;
|
|
158
155
|
iconJumpMore?: string | undefined;
|
|
159
156
|
} | undefined;
|
|
157
|
+
loading?: boolean | undefined;
|
|
160
158
|
columns?: {
|
|
161
159
|
children?: any[] | undefined;
|
|
162
160
|
slots?: {
|
|
@@ -423,10 +421,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
423
421
|
} | undefined;
|
|
424
422
|
params?: any;
|
|
425
423
|
}[] | undefined;
|
|
424
|
+
size?: SizeType | undefined;
|
|
426
425
|
height?: VxeTablePropTypes.Height | undefined;
|
|
427
426
|
maxHeight?: VxeTablePropTypes.MaxHeight | undefined;
|
|
428
427
|
resizable?: boolean | undefined;
|
|
429
428
|
stripe?: boolean | undefined;
|
|
429
|
+
round?: boolean | undefined;
|
|
430
430
|
border?: VxeTablePropTypes.Border | undefined;
|
|
431
431
|
align?: VxeTablePropTypes.Align | undefined;
|
|
432
432
|
headerAlign?: VxeTablePropTypes.Align | undefined;
|
|
@@ -1216,7 +1216,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
1216
1216
|
columnIndex: number;
|
|
1217
1217
|
$columnIndex: number;
|
|
1218
1218
|
_columnIndex: number;
|
|
1219
|
-
type: "" | "
|
|
1219
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
1220
1220
|
cell: HTMLElement;
|
|
1221
1221
|
$event: any;
|
|
1222
1222
|
}) => string | void | null) | undefined;
|
|
@@ -2345,14 +2345,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2345
2345
|
slots?: {
|
|
2346
2346
|
buttons?: string | ((params: {
|
|
2347
2347
|
[key: string]: any;
|
|
2348
|
-
}) =>
|
|
2348
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2349
2349
|
[key: string]: any;
|
|
2350
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2350
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2351
2351
|
tools?: string | ((params: {
|
|
2352
2352
|
[key: string]: any;
|
|
2353
|
-
}) =>
|
|
2353
|
+
}) => VNode<RendererNode, RendererElement, {
|
|
2354
2354
|
[key: string]: any;
|
|
2355
|
-
}>[] | string[] | JSX.Element[]) | undefined;
|
|
2355
|
+
}>[] | string[] | JSX.Element | JSX.Element[]) | undefined;
|
|
2356
2356
|
} | undefined;
|
|
2357
2357
|
size?: SizeType | undefined;
|
|
2358
2358
|
id?: string | undefined;
|
|
@@ -2684,6 +2684,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
2684
2684
|
slot?: boolean | undefined;
|
|
2685
2685
|
master?: boolean | undefined;
|
|
2686
2686
|
useAllConfig?: boolean | undefined;
|
|
2687
|
+
setMaxHeight?: boolean | undefined;
|
|
2687
2688
|
enableTile?: "0" | "1" | undefined;
|
|
2688
2689
|
columns?: {
|
|
2689
2690
|
[x: string]: unknown;
|