@qqt-product/ui 0.0.16 → 0.0.18
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 +81533 -81528
- package/dist/index.umd.js +149 -209
- package/dist/lib/components/audit-modal/index.d.ts +14 -3
- 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 +14 -3
- package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +10 -1
- package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +11 -2
- 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 +2 -2
- package/dist/lib/components/cascader/src/cascader.vue.d.ts +3 -2
- package/dist/lib/components/checkbox/index.d.ts +4 -4
- package/dist/lib/components/checkbox/src/checkbox-types.d.ts +1 -1
- package/dist/lib/components/checkbox/src/checkbox.vue.d.ts +4 -4
- package/dist/lib/components/code-editor-model/src/code-editor-model.vue.d.ts +73 -5
- package/dist/lib/components/code-editor-model/src/one-dark.d.ts +90 -0
- package/dist/lib/components/countdown/index.d.ts +4 -4
- package/dist/lib/components/countdown/src/countdown.d.ts +4 -4
- package/dist/lib/components/coutdown/index.d.ts +3 -3
- package/dist/lib/components/coutdown/src/coutdown.vue.d.ts +3 -3
- package/dist/lib/components/currency/index.d.ts +3 -3
- package/dist/lib/components/currency/src/currency-type.d.ts +1 -1
- package/dist/lib/components/currency/src/currency.vue.d.ts +3 -3
- package/dist/lib/components/detail-form/index.d.ts +11 -8
- package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +12 -9
- package/dist/lib/components/detail-grid/index.d.ts +24 -15
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +24 -15
- package/dist/lib/components/detail-page-layout/index.d.ts +34 -7
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +33 -6
- package/dist/lib/components/edit-form/index.d.ts +13 -13
- package/dist/lib/components/edit-form/src/edit-form-types.d.ts +1 -1
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +14 -14
- package/dist/lib/components/edit-form/src/hook/use-callback-hook.d.ts +7 -6
- package/dist/lib/components/edit-grid/index.d.ts +25 -15
- 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 +25 -15
- 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 +33 -6
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +58 -35
- package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +33 -6
- 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/flow-view/index.d.ts +2 -2
- package/dist/lib/components/flow-view/src/flow-view.d.ts +2 -2
- package/dist/lib/components/import-modal/index.d.ts +1 -1
- package/dist/lib/components/import-modal/src/import-modal.vue.d.ts +1 -1
- package/dist/lib/components/index.d.ts +4 -1
- package/dist/lib/components/item-wrap/index.d.ts +6 -6
- package/dist/lib/components/item-wrap/src/item-wrap-types.d.ts +2 -2
- package/dist/lib/components/item-wrap/src/item-wrap.vue.d.ts +6 -6
- 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 +30 -25
- package/dist/lib/components/layout-pattern/src/hook/use-audit-button-hook.d.ts +9 -8
- package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +2 -2
- package/dist/lib/components/list-page-layout/index.d.ts +10 -2
- package/dist/lib/components/list-page-layout/src/components/common/record-modal/record-modal.vue.d.ts +26 -26
- 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/get-columns-hook.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +10 -2
- 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/constant/symbol.d.ts +1 -0
- 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/radio/index.d.ts +4 -4
- package/dist/lib/components/radio/src/radio-types.d.ts +1 -1
- package/dist/lib/components/radio/src/radio.vue.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/sale-template/index.d.ts +6 -6
- package/dist/lib/components/sale-template/src/sale-template.vue.d.ts +6 -6
- package/dist/lib/components/select/index.d.ts +1 -1
- package/dist/lib/components/select/src/select.vue.d.ts +1 -1
- package/dist/lib/components/select-modal/index.d.ts +17 -8
- 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 +17 -8
- package/dist/lib/components/select-template/index.d.ts +1 -1
- package/dist/lib/components/select-template/src/select-template.vue.d.ts +1 -1
- package/dist/lib/components/switch/index.d.ts +5 -5
- package/dist/lib/components/switch/src/switch-types.d.ts +1 -1
- package/dist/lib/components/switch/src/switch.vue.d.ts +5 -5
- package/dist/lib/components/tree-select/index.d.ts +5 -5
- 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 +5 -5
- package/dist/lib/components/upload-file/index.d.ts +6 -6
- 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 +7 -6
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +6 -6
- 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 +11 -1
- 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 +11 -1
- package/dist/lib/components/vxe-select/index.d.ts +4 -4
- package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +4 -4
- package/dist/lib/utils/event.d.ts +4 -3
- package/dist/lib/utils/use-create-link-hook.d.ts +24 -0
- package/dist/style.css +1 -1
- package/package.json +21 -18
- package/dist/lib/components/edit-grid/src/components/empty/index.d.ts +0 -8
- package/dist/vite.svg +0 -1
|
@@ -6,8 +6,8 @@ export * from './src/item-wrap-types';
|
|
|
6
6
|
export { QItemWrap };
|
|
7
7
|
declare const _default: SFCWithInstall<DefineComponent<{
|
|
8
8
|
readonly required: {
|
|
9
|
-
readonly type: PropType<"
|
|
10
|
-
readonly default: "";
|
|
9
|
+
readonly type: PropType<"1" | "0">;
|
|
10
|
+
readonly default: "0";
|
|
11
11
|
readonly validator: typeof requiredValidator;
|
|
12
12
|
};
|
|
13
13
|
readonly disabled: {
|
|
@@ -28,12 +28,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
28
28
|
}>;
|
|
29
29
|
label: Ref<string>;
|
|
30
30
|
helpText: Ref<string>;
|
|
31
|
-
required: Ref<"
|
|
31
|
+
required: Ref<"1" | "0">;
|
|
32
32
|
disabled: Ref<boolean>;
|
|
33
33
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
34
34
|
readonly required: {
|
|
35
|
-
readonly type: PropType<"
|
|
36
|
-
readonly default: "";
|
|
35
|
+
readonly type: PropType<"1" | "0">;
|
|
36
|
+
readonly default: "0";
|
|
37
37
|
readonly validator: typeof requiredValidator;
|
|
38
38
|
};
|
|
39
39
|
readonly disabled: {
|
|
@@ -51,7 +51,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
51
51
|
}>>, {
|
|
52
52
|
readonly disabled: boolean;
|
|
53
53
|
readonly label: string;
|
|
54
|
-
readonly required: "
|
|
54
|
+
readonly required: "1" | "0";
|
|
55
55
|
readonly helpText: string;
|
|
56
56
|
}, {}>>;
|
|
57
57
|
export default _default;
|
|
@@ -2,8 +2,8 @@ import type { ComputedRef, PropType, ExtractPropTypes } from 'vue';
|
|
|
2
2
|
export declare function requiredValidator(val: string): boolean;
|
|
3
3
|
export declare const itemWrapProps: {
|
|
4
4
|
readonly required: {
|
|
5
|
-
readonly type: PropType<"
|
|
6
|
-
readonly default: "";
|
|
5
|
+
readonly type: PropType<"1" | "0">;
|
|
6
|
+
readonly default: "0";
|
|
7
7
|
readonly validator: typeof requiredValidator;
|
|
8
8
|
};
|
|
9
9
|
readonly disabled: {
|
|
@@ -2,8 +2,8 @@ import type { requiredValidator } from './item-wrap-types';
|
|
|
2
2
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
4
|
readonly required: {
|
|
5
|
-
readonly type: PropType<"
|
|
6
|
-
readonly default: "";
|
|
5
|
+
readonly type: PropType<"1" | "0">;
|
|
6
|
+
readonly default: "0";
|
|
7
7
|
readonly validator: typeof requiredValidator;
|
|
8
8
|
};
|
|
9
9
|
readonly disabled: {
|
|
@@ -24,12 +24,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
24
24
|
}>;
|
|
25
25
|
label: Ref<string>;
|
|
26
26
|
helpText: Ref<string>;
|
|
27
|
-
required: Ref<"
|
|
27
|
+
required: Ref<"1" | "0">;
|
|
28
28
|
disabled: Ref<boolean>;
|
|
29
29
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
30
30
|
readonly required: {
|
|
31
|
-
readonly type: PropType<"
|
|
32
|
-
readonly default: "";
|
|
31
|
+
readonly type: PropType<"1" | "0">;
|
|
32
|
+
readonly default: "0";
|
|
33
33
|
readonly validator: typeof requiredValidator;
|
|
34
34
|
};
|
|
35
35
|
readonly disabled: {
|
|
@@ -47,7 +47,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
47
47
|
}>>, {
|
|
48
48
|
readonly disabled: boolean;
|
|
49
49
|
readonly label: string;
|
|
50
|
-
readonly required: "
|
|
50
|
+
readonly required: "1" | "0";
|
|
51
51
|
readonly helpText: string;
|
|
52
52
|
}, {}>;
|
|
53
53
|
export default _sfc_main;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { RecordString } from '../select-modal';
|
|
2
2
|
import type { Config, Row } from './src/ladder-price-types';
|
|
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';
|
|
@@ -30,7 +30,11 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
30
30
|
clearInputValue: () => void;
|
|
31
31
|
ladderPriceModal: Ref<any>;
|
|
32
32
|
ladderNotPriceModal: Ref<any>;
|
|
33
|
-
handleOk: (itemList:
|
|
33
|
+
handleOk: (itemList: RecordString[]) => void;
|
|
34
|
+
initRowLadderJson: (jsonData: any) => any;
|
|
35
|
+
getRowLadder: (jsonData: any) => string;
|
|
36
|
+
isRebateLadder: boolean;
|
|
37
|
+
isQuotePriceLadder: boolean;
|
|
34
38
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
35
39
|
value: {
|
|
36
40
|
type: StringConstructor;
|
|
@@ -20,9 +20,13 @@ declare const _sfc_main: DefineComponent<{
|
|
|
20
20
|
showFooter: boolean;
|
|
21
21
|
showClose: boolean;
|
|
22
22
|
};
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
currency: Ref<string>;
|
|
24
|
+
taxCode: Ref<string>;
|
|
25
|
+
taxRate: Ref<string>;
|
|
26
|
+
open: ({ row, pageData }: {
|
|
27
|
+
row: Row;
|
|
28
|
+
pageData: any;
|
|
29
|
+
}) => void;
|
|
26
30
|
setLadderOk: () => void;
|
|
27
31
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
28
32
|
isEmit: {
|
|
@@ -19,10 +19,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
19
19
|
showFooter: boolean;
|
|
20
20
|
showClose: boolean;
|
|
21
21
|
};
|
|
22
|
-
open: ({ row, columns, value }: {
|
|
22
|
+
open: ({ pageData, row, columns, value, type }: {
|
|
23
|
+
pageData: any;
|
|
23
24
|
row: Row;
|
|
24
25
|
columns: any;
|
|
25
26
|
value: string;
|
|
27
|
+
type: string;
|
|
26
28
|
}) => void;
|
|
27
29
|
addLadderQuantity: () => void;
|
|
28
30
|
deleteLadder: () => void;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { VxeColumnSlotTypes, VxeTableDataRow } from 'vxe-table';
|
|
2
|
+
export default function useType(): {
|
|
3
|
+
field: string;
|
|
4
|
+
title: string;
|
|
5
|
+
width: number;
|
|
6
|
+
slots: {
|
|
7
|
+
default({ row }: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>): JSX.Element[];
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import type { FormFieldsItem,
|
|
3
|
-
export type HandleBefore = (value?:
|
|
2
|
+
import type { FormFieldsItem, RecordString } from '../../edit-page-layout';
|
|
3
|
+
export type HandleBefore = (value?: RecordString) => Promise<string | boolean | void>;
|
|
4
4
|
export interface Extend {
|
|
5
5
|
current?: number;
|
|
6
6
|
modalConfigs?: unknown[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Config, Row } from './ladder-price-types';
|
|
2
2
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComputedRef } from 'vue';
|
|
3
|
-
import {
|
|
3
|
+
import { RecordString } from '../../edit-page-layout';
|
|
4
4
|
declare const _sfc_main: DefineComponent<{
|
|
5
5
|
value: {
|
|
6
6
|
type: StringConstructor;
|
|
@@ -28,7 +28,11 @@ declare const _sfc_main: DefineComponent<{
|
|
|
28
28
|
clearInputValue: () => void;
|
|
29
29
|
ladderPriceModal: Ref<any>;
|
|
30
30
|
ladderNotPriceModal: Ref<any>;
|
|
31
|
-
handleOk: (itemList:
|
|
31
|
+
handleOk: (itemList: RecordString[]) => void;
|
|
32
|
+
initRowLadderJson: (jsonData: any) => any;
|
|
33
|
+
getRowLadder: (jsonData: any) => string;
|
|
34
|
+
isRebateLadder: boolean;
|
|
35
|
+
isQuotePriceLadder: boolean;
|
|
32
36
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
33
37
|
value: {
|
|
34
38
|
type: StringConstructor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { RecordString } from '../select-modal';
|
|
2
2
|
import type { PageButton } from '../edit-page-layout';
|
|
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';
|
|
@@ -31,7 +31,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
31
31
|
[key: string]: string | boolean;
|
|
32
32
|
}>;
|
|
33
33
|
buttons: Ref<PageButton[]>;
|
|
34
|
-
|
|
34
|
+
pageButtons: ComputedRef<PageButton[]>;
|
|
35
|
+
dropdownBtns: ComputedRef<PageButton[]>;
|
|
36
|
+
pageData: Ref<RecordString>;
|
|
35
37
|
onClick: (btn: PageButton) => void;
|
|
36
38
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
37
39
|
buttons: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
import type {
|
|
2
|
+
import type { RecordString, PageButton } from '../../edit-page-layout';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
4
|
buttons: {
|
|
5
5
|
type: PropType<PageButton[]>;
|
|
@@ -26,7 +26,9 @@ declare const _sfc_main: DefineComponent<{
|
|
|
26
26
|
[key: string]: string | boolean;
|
|
27
27
|
}>;
|
|
28
28
|
buttons: Ref<PageButton[]>;
|
|
29
|
-
|
|
29
|
+
pageButtons: ComputedRef<PageButton[]>;
|
|
30
|
+
dropdownBtns: ComputedRef<PageButton[]>;
|
|
31
|
+
pageData: Ref<RecordString>;
|
|
30
32
|
onClick: (btn: PageButton) => void;
|
|
31
33
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
32
34
|
buttons: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Pattern, LayoutConfig,
|
|
1
|
+
import type { Pattern, LayoutConfig, ComputedFormFieldsItem } from '../edit-page-layout';
|
|
2
2
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
3
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
4
4
|
import QPageLayoutMode from './src/layout-pattern.vue';
|
|
@@ -24,7 +24,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
24
24
|
append: string;
|
|
25
25
|
patternAppend: string;
|
|
26
26
|
}[]>;
|
|
27
|
-
|
|
27
|
+
computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
|
|
28
28
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
29
29
|
title: {
|
|
30
30
|
type: PropType<string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ObjectMap } from '../../../list-page-layout';
|
|
2
2
|
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
-
import type { LayoutConfig, GroupItem, CurrentRow, Role, PageButtonArgsFunctionType, ExposeWithPageButtons, PageButtonPayload,
|
|
3
|
+
import type { LayoutConfig, GroupItem, CurrentRow, Role, PageButtonArgsFunctionType, ExposeWithPageButtons, PageButtonPayload, RecordString, PageButton, ComputedFormFieldsItem } from '../../../edit-page-layout';
|
|
4
4
|
declare const _sfc_main: DefineComponent<{
|
|
5
5
|
title: {
|
|
6
6
|
type: PropType<string>;
|
|
@@ -10,14 +10,19 @@ declare const _sfc_main: DefineComponent<{
|
|
|
10
10
|
pageButtons: PageButton[];
|
|
11
11
|
layoutConfig: Ref<LayoutConfig>;
|
|
12
12
|
computedGroups: ComputedRef<GroupItem[]>;
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
showPageHeader: boolean;
|
|
14
|
+
showLayoutAnchor: boolean;
|
|
15
15
|
fileVisible: Ref<boolean>;
|
|
16
16
|
auditModalVisble: Ref<boolean>;
|
|
17
17
|
approvalModalVisble: Ref<boolean>;
|
|
18
18
|
nodeHistroyModalVisble: Ref<boolean>;
|
|
19
|
-
currentRow:
|
|
19
|
+
currentRow: CurrentRow;
|
|
20
20
|
fileProps: Ref<{
|
|
21
|
+
readonly data?: {
|
|
22
|
+
[x: string]: unknown;
|
|
23
|
+
businessType: string;
|
|
24
|
+
headId: string;
|
|
25
|
+
} | undefined;
|
|
21
26
|
readonly 'onUpdate:visible'?: ((value: boolean) => void) | ((value: boolean) => void)[] | undefined;
|
|
22
27
|
readonly visible?: boolean | undefined;
|
|
23
28
|
readonly currentRow?: {
|
|
@@ -30,11 +35,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
30
35
|
} | undefined;
|
|
31
36
|
readonly action?: string | undefined;
|
|
32
37
|
readonly accept?: string | undefined;
|
|
33
|
-
readonly data?: {
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
businessType: string;
|
|
36
|
-
headId: string;
|
|
37
|
-
} | undefined;
|
|
38
38
|
readonly dictCode?: string | undefined;
|
|
39
39
|
readonly property?: string | undefined;
|
|
40
40
|
readonly role?: Role | undefined;
|
|
@@ -56,14 +56,14 @@ declare const _sfc_main: DefineComponent<{
|
|
|
56
56
|
readonly itemNumberDefaultValue?: string | undefined;
|
|
57
57
|
readonly itemNumberSelectIndex?: boolean | undefined;
|
|
58
58
|
readonly disabledItemNumber?: boolean | undefined;
|
|
59
|
-
readonly itemInfo?:
|
|
59
|
+
readonly itemInfo?: RecordString[] | undefined;
|
|
60
60
|
readonly fileTypeList?: {
|
|
61
61
|
[x: string]: unknown;
|
|
62
62
|
title: string;
|
|
63
63
|
value: string;
|
|
64
64
|
}[] | undefined;
|
|
65
65
|
}>;
|
|
66
|
-
handleChangeFiles: (fileResult:
|
|
66
|
+
handleChangeFiles: (fileResult: RecordString[]) => void;
|
|
67
67
|
auditModalConfirm: Ref<any>;
|
|
68
68
|
auditModalCancel: Ref<any>;
|
|
69
69
|
showBackIcon: boolean;
|
|
@@ -81,7 +81,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
81
81
|
url: string;
|
|
82
82
|
};
|
|
83
83
|
authorityCode?: string | undefined;
|
|
84
|
-
attrs?:
|
|
84
|
+
attrs?: RecordString | undefined;
|
|
85
85
|
icon?: {
|
|
86
86
|
type: string;
|
|
87
87
|
size: number;
|
|
@@ -95,10 +95,11 @@ declare const _sfc_main: DefineComponent<{
|
|
|
95
95
|
title: string;
|
|
96
96
|
content: string;
|
|
97
97
|
} | undefined;
|
|
98
|
+
dropdown?: boolean | undefined;
|
|
98
99
|
isExistFrozenSource?: boolean | undefined;
|
|
99
100
|
isExistFrozenSourceUrl?: string | undefined;
|
|
100
|
-
isExistFrozenSourceParams?: ((pageData:
|
|
101
|
-
disabled?: ((pageData:
|
|
101
|
+
isExistFrozenSourceParams?: ((pageData: RecordString) => RecordString) | undefined;
|
|
102
|
+
disabled?: ((pageData: RecordString) => boolean) | undefined;
|
|
102
103
|
handleBefore?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
103
104
|
handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
104
105
|
callback?: ((payload: PageButtonPayload) => void) | undefined;
|
|
@@ -116,7 +117,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
116
117
|
url: string;
|
|
117
118
|
};
|
|
118
119
|
authorityCode?: string | undefined;
|
|
119
|
-
attrs?:
|
|
120
|
+
attrs?: RecordString | undefined;
|
|
120
121
|
icon?: {
|
|
121
122
|
type: string;
|
|
122
123
|
size: number;
|
|
@@ -130,33 +131,28 @@ declare const _sfc_main: DefineComponent<{
|
|
|
130
131
|
title: string;
|
|
131
132
|
content: string;
|
|
132
133
|
} | undefined;
|
|
134
|
+
dropdown?: boolean | undefined;
|
|
133
135
|
isExistFrozenSource?: boolean | undefined;
|
|
134
136
|
isExistFrozenSourceUrl?: string | undefined;
|
|
135
|
-
isExistFrozenSourceParams?: ((pageData:
|
|
136
|
-
disabled?: ((pageData:
|
|
137
|
+
isExistFrozenSourceParams?: ((pageData: RecordString) => RecordString) | undefined;
|
|
138
|
+
disabled?: ((pageData: RecordString) => boolean) | undefined;
|
|
137
139
|
handleBefore?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
138
140
|
handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
139
141
|
callback?: ((payload: PageButtonPayload) => void) | undefined;
|
|
140
142
|
} | undefined;
|
|
141
143
|
title?: string | undefined;
|
|
144
|
+
onChange?: ((args: any) => void) | ((args: any) => void)[] | undefined;
|
|
142
145
|
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
143
146
|
visible?: boolean | undefined;
|
|
144
147
|
currentRow?: any;
|
|
145
148
|
token?: string | undefined;
|
|
146
149
|
width?: string | undefined;
|
|
147
|
-
onChange?: ((args: any) => void) | ((args: any) => void)[] | undefined;
|
|
148
150
|
flowId?: string | undefined;
|
|
149
151
|
isDesign?: boolean | undefined;
|
|
150
152
|
workFlowType?: string | undefined;
|
|
151
153
|
}>;
|
|
152
154
|
auditModalProps: Ref<{
|
|
153
155
|
title?: string | undefined;
|
|
154
|
-
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
155
|
-
visible?: boolean | undefined;
|
|
156
|
-
currentRow?: any;
|
|
157
|
-
businessType?: string | undefined;
|
|
158
|
-
token?: string | undefined;
|
|
159
|
-
busAccount?: string | undefined;
|
|
160
156
|
form?: {
|
|
161
157
|
[x: string]: unknown;
|
|
162
158
|
type: string;
|
|
@@ -169,12 +165,21 @@ declare const _sfc_main: DefineComponent<{
|
|
|
169
165
|
options?: any[] | undefined;
|
|
170
166
|
click?: ((args: object, formState?: ObjectMap | undefined) => void) | undefined;
|
|
171
167
|
}[] | undefined;
|
|
168
|
+
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
169
|
+
visible?: boolean | undefined;
|
|
170
|
+
currentRow?: any;
|
|
171
|
+
businessType?: string | undefined;
|
|
172
|
+
token?: string | undefined;
|
|
173
|
+
busAccount?: string | undefined;
|
|
172
174
|
width?: string | undefined;
|
|
173
175
|
taskAction?: string | undefined;
|
|
174
176
|
needFlow?: string | undefined;
|
|
175
177
|
flowIframeUrl?: string | undefined;
|
|
178
|
+
customParams?: Record<string, any> | undefined;
|
|
176
179
|
}>;
|
|
177
|
-
|
|
180
|
+
computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
|
|
181
|
+
pageTitleName: ComputedRef<string>;
|
|
182
|
+
isDetail: boolean;
|
|
178
183
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
179
184
|
title: {
|
|
180
185
|
type: PropType<string>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { ObjectMap } from '../../../list-page-layout';
|
|
2
|
-
import { Ref } from 'vue';
|
|
2
|
+
import type { Ref } from 'vue';
|
|
3
3
|
import type { PageButton, CurrentRow } from '../../../edit-page-layout';
|
|
4
4
|
interface auditOption {
|
|
5
|
-
currentRow:
|
|
5
|
+
currentRow: CurrentRow;
|
|
6
6
|
businessType: string;
|
|
7
7
|
layoutExtraInfo: {
|
|
8
8
|
token: string;
|
|
@@ -13,12 +13,6 @@ export default function useAuditButtonHook({ currentRow, businessType, layoutExt
|
|
|
13
13
|
auditModalCancel: Ref<any>;
|
|
14
14
|
auditModalProps: Ref<{
|
|
15
15
|
title?: string | undefined;
|
|
16
|
-
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
17
|
-
visible?: boolean | undefined;
|
|
18
|
-
currentRow?: any;
|
|
19
|
-
businessType?: string | undefined;
|
|
20
|
-
token?: string | undefined;
|
|
21
|
-
busAccount?: string | undefined;
|
|
22
16
|
form?: {
|
|
23
17
|
[x: string]: unknown;
|
|
24
18
|
type: string;
|
|
@@ -31,10 +25,17 @@ export default function useAuditButtonHook({ currentRow, businessType, layoutExt
|
|
|
31
25
|
options?: any[] | undefined;
|
|
32
26
|
click?: ((args: object, formState?: ObjectMap | undefined) => void) | undefined;
|
|
33
27
|
}[] | undefined;
|
|
28
|
+
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
29
|
+
visible?: boolean | undefined;
|
|
30
|
+
currentRow?: any;
|
|
31
|
+
businessType?: string | undefined;
|
|
32
|
+
token?: string | undefined;
|
|
33
|
+
busAccount?: string | undefined;
|
|
34
34
|
width?: string | undefined;
|
|
35
35
|
taskAction?: string | undefined;
|
|
36
36
|
needFlow?: string | undefined;
|
|
37
37
|
flowIframeUrl?: string | undefined;
|
|
38
|
+
customParams?: Record<string, any> | undefined;
|
|
38
39
|
}>;
|
|
39
40
|
auditModalVisble: Ref<boolean>;
|
|
40
41
|
approvalModalVisble: Ref<boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
import type { Pattern, LayoutConfig,
|
|
2
|
+
import type { Pattern, LayoutConfig, ComputedFormFieldsItem } from '../../edit-page-layout';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
4
|
title: {
|
|
5
5
|
type: PropType<string>;
|
|
@@ -20,7 +20,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
20
20
|
append: string;
|
|
21
21
|
patternAppend: string;
|
|
22
22
|
}[]>;
|
|
23
|
-
|
|
23
|
+
computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
|
|
24
24
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
25
25
|
title: {
|
|
26
26
|
type: PropType<string>;
|
|
@@ -28,6 +28,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
28
28
|
beforeHandleData: {
|
|
29
29
|
type: PropType<(column: GridColumn[]) => void>;
|
|
30
30
|
};
|
|
31
|
+
afterHandleData: {
|
|
32
|
+
type: PropType<(tableData: ObjectMap[]) => void>;
|
|
33
|
+
};
|
|
31
34
|
localColumnGroup: {
|
|
32
35
|
type: PropType<(column: GridColumn[]) => GridColumn[]>;
|
|
33
36
|
};
|
|
@@ -89,9 +92,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
89
92
|
loading: boolean;
|
|
90
93
|
extraListConfig: ObjectMap;
|
|
91
94
|
pageData: {
|
|
92
|
-
[x: string]:
|
|
95
|
+
[x: string]: any;
|
|
93
96
|
onlyShowNav?: boolean | undefined;
|
|
94
|
-
isAggregate?: "
|
|
97
|
+
isAggregate?: "1" | "0" | undefined;
|
|
95
98
|
isUseLocalColumns?: boolean | undefined;
|
|
96
99
|
localColumns?: {
|
|
97
100
|
[x: string]: any;
|
|
@@ -243,8 +246,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
243
246
|
iconNextPage?: string | undefined;
|
|
244
247
|
iconJumpMore?: string | undefined;
|
|
245
248
|
} | undefined;
|
|
249
|
+
cacheParams?: ObjectMap | undefined;
|
|
246
250
|
};
|
|
247
251
|
beforeHandleData?: ((column: GridColumn[]) => void) | undefined;
|
|
252
|
+
afterHandleData?: ((tableData: ObjectMap[]) => void) | undefined;
|
|
248
253
|
localColumnGroup?: ((column: GridColumn[]) => GridColumn[]) | undefined;
|
|
249
254
|
};
|
|
250
255
|
};
|
|
@@ -286,6 +291,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
286
291
|
beforeHandleData: {
|
|
287
292
|
type: PropType<(column: GridColumn[]) => void>;
|
|
288
293
|
};
|
|
294
|
+
afterHandleData: {
|
|
295
|
+
type: PropType<(tableData: ObjectMap[]) => void>;
|
|
296
|
+
};
|
|
289
297
|
localColumnGroup: {
|
|
290
298
|
type: PropType<(column: GridColumn[]) => GridColumn[]>;
|
|
291
299
|
};
|
|
@@ -764,7 +764,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
764
764
|
visibleMethod?: ((params: {
|
|
765
765
|
row: VxeTableDataRow;
|
|
766
766
|
}) => boolean) | undefined;
|
|
767
|
-
trigger?: "" | "
|
|
767
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
768
768
|
highlight?: boolean | undefined;
|
|
769
769
|
strict?: boolean | undefined;
|
|
770
770
|
} | undefined;
|
|
@@ -784,7 +784,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
784
784
|
visibleMethod?: ((params: {
|
|
785
785
|
row: VxeTableDataRow;
|
|
786
786
|
}) => boolean) | undefined;
|
|
787
|
-
trigger?: "" | "
|
|
787
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
788
788
|
highlight?: boolean | undefined;
|
|
789
789
|
range?: boolean | undefined;
|
|
790
790
|
} | undefined;
|
|
@@ -804,7 +804,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
804
804
|
columnIndex: number;
|
|
805
805
|
$columnIndex: number;
|
|
806
806
|
_columnIndex: number;
|
|
807
|
-
type: "" | "
|
|
807
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
808
808
|
cell: HTMLElement;
|
|
809
809
|
$event: any;
|
|
810
810
|
}) => string | void | null) | undefined;
|
|
@@ -1514,7 +1514,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
1514
1514
|
expandAll?: boolean | undefined;
|
|
1515
1515
|
expandRowKeys?: string[] | number[] | undefined;
|
|
1516
1516
|
accordion?: boolean | undefined;
|
|
1517
|
-
trigger?: "" | "
|
|
1517
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
1518
1518
|
lazy?: boolean | undefined;
|
|
1519
1519
|
reserve?: boolean | undefined;
|
|
1520
1520
|
height?: number | undefined;
|
|
@@ -1551,7 +1551,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
1551
1551
|
expandAll?: boolean | undefined;
|
|
1552
1552
|
expandRowKeys?: string[] | number[] | undefined;
|
|
1553
1553
|
accordion?: boolean | undefined;
|
|
1554
|
-
trigger?: "" | "
|
|
1554
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
1555
1555
|
lazy?: boolean | undefined;
|
|
1556
1556
|
hasChild?: string | undefined;
|
|
1557
1557
|
reserve?: boolean | undefined;
|
|
@@ -2255,14 +2255,14 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
2255
2255
|
slots?: {
|
|
2256
2256
|
buttons?: string | ((params: {
|
|
2257
2257
|
[key: string]: any;
|
|
2258
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
2258
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2259
2259
|
[key: string]: any;
|
|
2260
|
-
}>[]
|
|
2260
|
+
}>[]) | undefined;
|
|
2261
2261
|
tools?: string | ((params: {
|
|
2262
2262
|
[key: string]: any;
|
|
2263
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
2263
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2264
2264
|
[key: string]: any;
|
|
2265
|
-
}>[]
|
|
2265
|
+
}>[]) | undefined;
|
|
2266
2266
|
} | undefined;
|
|
2267
2267
|
size?: SizeType | undefined;
|
|
2268
2268
|
id?: string | undefined;
|
|
@@ -2525,12 +2525,12 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
2525
2525
|
cellType?: "string" | "number" | undefined;
|
|
2526
2526
|
} | undefined;
|
|
2527
2527
|
slots?: {
|
|
2528
|
-
title?: string | ((params: FormItemTitleRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
2528
|
+
title?: string | ((params: FormItemTitleRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2529
2529
|
[key: string]: any;
|
|
2530
|
-
}>[]
|
|
2531
|
-
default?: string | ((params: FormItemContentRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
2530
|
+
}>[]) | null | undefined;
|
|
2531
|
+
default?: string | ((params: FormItemContentRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
2532
2532
|
[key: string]: any;
|
|
2533
|
-
}>[]
|
|
2533
|
+
}>[]) | null | undefined;
|
|
2534
2534
|
} | undefined;
|
|
2535
2535
|
children?: any[] | undefined;
|
|
2536
2536
|
}[] | undefined;
|
|
@@ -3326,7 +3326,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
3326
3326
|
visibleMethod?: ((params: {
|
|
3327
3327
|
row: VxeTableDataRow;
|
|
3328
3328
|
}) => boolean) | undefined;
|
|
3329
|
-
trigger?: "" | "
|
|
3329
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
3330
3330
|
highlight?: boolean | undefined;
|
|
3331
3331
|
strict?: boolean | undefined;
|
|
3332
3332
|
} | undefined;
|
|
@@ -3346,7 +3346,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
3346
3346
|
visibleMethod?: ((params: {
|
|
3347
3347
|
row: VxeTableDataRow;
|
|
3348
3348
|
}) => boolean) | undefined;
|
|
3349
|
-
trigger?: "" | "
|
|
3349
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
3350
3350
|
highlight?: boolean | undefined;
|
|
3351
3351
|
range?: boolean | undefined;
|
|
3352
3352
|
} | undefined;
|
|
@@ -3366,7 +3366,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
3366
3366
|
columnIndex: number;
|
|
3367
3367
|
$columnIndex: number;
|
|
3368
3368
|
_columnIndex: number;
|
|
3369
|
-
type: "" | "
|
|
3369
|
+
type: "" | "body" | "footer" | "header" | null;
|
|
3370
3370
|
cell: HTMLElement;
|
|
3371
3371
|
$event: any;
|
|
3372
3372
|
}) => string | void | null) | undefined;
|
|
@@ -4076,7 +4076,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
4076
4076
|
expandAll?: boolean | undefined;
|
|
4077
4077
|
expandRowKeys?: string[] | number[] | undefined;
|
|
4078
4078
|
accordion?: boolean | undefined;
|
|
4079
|
-
trigger?: "" | "
|
|
4079
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
4080
4080
|
lazy?: boolean | undefined;
|
|
4081
4081
|
reserve?: boolean | undefined;
|
|
4082
4082
|
height?: number | undefined;
|
|
@@ -4113,7 +4113,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
4113
4113
|
expandAll?: boolean | undefined;
|
|
4114
4114
|
expandRowKeys?: string[] | number[] | undefined;
|
|
4115
4115
|
accordion?: boolean | undefined;
|
|
4116
|
-
trigger?: "" | "
|
|
4116
|
+
trigger?: "" | "row" | "default" | "cell" | null | undefined;
|
|
4117
4117
|
lazy?: boolean | undefined;
|
|
4118
4118
|
hasChild?: string | undefined;
|
|
4119
4119
|
reserve?: boolean | undefined;
|
|
@@ -4817,14 +4817,14 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
4817
4817
|
slots?: {
|
|
4818
4818
|
buttons?: string | ((params: {
|
|
4819
4819
|
[key: string]: any;
|
|
4820
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
4820
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
4821
4821
|
[key: string]: any;
|
|
4822
|
-
}>[]
|
|
4822
|
+
}>[]) | undefined;
|
|
4823
4823
|
tools?: string | ((params: {
|
|
4824
4824
|
[key: string]: any;
|
|
4825
|
-
}) => string[] | JSX.Element | VNode<RendererNode, RendererElement, {
|
|
4825
|
+
}) => string[] | JSX.Element | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
4826
4826
|
[key: string]: any;
|
|
4827
|
-
}>[]
|
|
4827
|
+
}>[]) | undefined;
|
|
4828
4828
|
} | undefined;
|
|
4829
4829
|
size?: SizeType | undefined;
|
|
4830
4830
|
id?: string | undefined;
|
|
@@ -5087,12 +5087,12 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
5087
5087
|
cellType?: "string" | "number" | undefined;
|
|
5088
5088
|
} | undefined;
|
|
5089
5089
|
slots?: {
|
|
5090
|
-
title?: string | ((params: FormItemTitleRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
5090
|
+
title?: string | ((params: FormItemTitleRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
5091
5091
|
[key: string]: any;
|
|
5092
|
-
}>[]
|
|
5093
|
-
default?: string | ((params: FormItemContentRenderParams) => string[] | VNode<RendererNode, RendererElement, {
|
|
5092
|
+
}>[]) | null | undefined;
|
|
5093
|
+
default?: string | ((params: FormItemContentRenderParams) => string[] | JSX.Element[] | VNode<RendererNode, RendererElement, {
|
|
5094
5094
|
[key: string]: any;
|
|
5095
|
-
}>[]
|
|
5095
|
+
}>[]) | null | undefined;
|
|
5096
5096
|
} | undefined;
|
|
5097
5097
|
children?: any[] | undefined;
|
|
5098
5098
|
}[] | undefined;
|