@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Role, roleValidator, CurrentRow, UserInfo, Pattern, patternValidator, RemoteConfig, DetailApiFunctionType, Expose, PageButton, PageButtonPosition, pageButtonPositionValidator,
|
|
1
|
+
import type { Role, roleValidator, CurrentRow, UserInfo, Pattern, patternValidator, RemoteConfig, DetailApiFunctionType, Expose, PageButton, PageButtonPosition, pageButtonPositionValidator, RecordString, ComputedFormFieldsItem } from './src/edit-page-layout-types';
|
|
2
2
|
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
3
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
4
4
|
import QEditPageLayout from './src/edit-page-layout.vue';
|
|
@@ -6,6 +6,14 @@ export * from './src/edit-page-layout-types';
|
|
|
6
6
|
export * from './src/token';
|
|
7
7
|
export { QEditPageLayout };
|
|
8
8
|
declare const _default: SFCWithInstall<DefineComponent<{
|
|
9
|
+
showPageHeader: {
|
|
10
|
+
type: PropType<boolean>;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
showLayoutAnchor: {
|
|
14
|
+
type: PropType<boolean>;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
9
17
|
isDetail: {
|
|
10
18
|
type: PropType<boolean>;
|
|
11
19
|
default: boolean;
|
|
@@ -79,13 +87,17 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
79
87
|
default: boolean;
|
|
80
88
|
};
|
|
81
89
|
localData: {
|
|
82
|
-
type: PropType<
|
|
90
|
+
type: PropType<RecordString>;
|
|
83
91
|
default(): {};
|
|
84
92
|
};
|
|
85
93
|
showBackIcon: {
|
|
86
94
|
type: PropType<boolean>;
|
|
87
95
|
default: boolean;
|
|
88
96
|
};
|
|
97
|
+
pageTitle: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
89
101
|
}, {
|
|
90
102
|
instance: Ref<Expose | undefined>;
|
|
91
103
|
classes: ComputedRef<{
|
|
@@ -98,8 +110,16 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
98
110
|
patternDefault: string;
|
|
99
111
|
patternAppend: string;
|
|
100
112
|
}[];
|
|
101
|
-
|
|
113
|
+
computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
|
|
102
114
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
115
|
+
showPageHeader: {
|
|
116
|
+
type: PropType<boolean>;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
showLayoutAnchor: {
|
|
120
|
+
type: PropType<boolean>;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
103
123
|
isDetail: {
|
|
104
124
|
type: PropType<boolean>;
|
|
105
125
|
default: boolean;
|
|
@@ -173,22 +193,28 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
173
193
|
default: boolean;
|
|
174
194
|
};
|
|
175
195
|
localData: {
|
|
176
|
-
type: PropType<
|
|
196
|
+
type: PropType<RecordString>;
|
|
177
197
|
default(): {};
|
|
178
198
|
};
|
|
179
199
|
showBackIcon: {
|
|
180
200
|
type: PropType<boolean>;
|
|
181
201
|
default: boolean;
|
|
182
202
|
};
|
|
203
|
+
pageTitle: {
|
|
204
|
+
type: StringConstructor;
|
|
205
|
+
default: string;
|
|
206
|
+
};
|
|
183
207
|
}>>, {
|
|
208
|
+
pattern: Pattern;
|
|
184
209
|
currentRow: CurrentRow;
|
|
185
210
|
businessType: string;
|
|
186
211
|
token: string;
|
|
212
|
+
showPageHeader: boolean;
|
|
213
|
+
showLayoutAnchor: boolean;
|
|
187
214
|
isDetail: boolean;
|
|
188
215
|
role: Role;
|
|
189
216
|
refreshMethods: (row?: CurrentRow | undefined) => void;
|
|
190
217
|
userInfo: UserInfo;
|
|
191
|
-
pattern: Pattern;
|
|
192
218
|
localConfig: Partial<RemoteConfig>;
|
|
193
219
|
handleAfterRemoteConfig: <T>(args: T) => T | Promise<T>;
|
|
194
220
|
detailApi: string | DetailApiFunctionType;
|
|
@@ -198,7 +224,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
198
224
|
pageButtonPosition: PageButtonPosition;
|
|
199
225
|
hasAdd: boolean;
|
|
200
226
|
isUseLocalData: boolean;
|
|
201
|
-
localData:
|
|
227
|
+
localData: RecordString;
|
|
202
228
|
showBackIcon: boolean;
|
|
229
|
+
pageTitle: string;
|
|
203
230
|
}, {}>>;
|
|
204
231
|
export default _default;
|
|
@@ -4,11 +4,12 @@ import type { VxeGridProps, VxeTablePropTypes, VxeTableDefines, VxeTableDataRow,
|
|
|
4
4
|
import type { Decimal } from 'decimal.js';
|
|
5
5
|
import { FlowViewModalProps } from '../../flow-view/src/flow-view-modal-types';
|
|
6
6
|
import { Extend } from '../../select-modal';
|
|
7
|
+
import type { CascaderProps } from 'ant-design-vue';
|
|
7
8
|
export type { Extend };
|
|
8
9
|
export interface ResponseType {
|
|
9
10
|
code: number;
|
|
10
11
|
message: string;
|
|
11
|
-
result:
|
|
12
|
+
result: RecordString;
|
|
12
13
|
success: boolean;
|
|
13
14
|
timestamp: number;
|
|
14
15
|
}
|
|
@@ -42,23 +43,23 @@ export interface Icon {
|
|
|
42
43
|
color?: string;
|
|
43
44
|
}
|
|
44
45
|
export interface PageButtonPayload {
|
|
45
|
-
tableData:
|
|
46
|
-
pageData: Ref<
|
|
47
|
-
fileData?:
|
|
46
|
+
tableData: RecordString[];
|
|
47
|
+
pageData: Ref<RecordString>;
|
|
48
|
+
fileData?: RecordString[];
|
|
48
49
|
}
|
|
49
50
|
export interface PageButtonArgs {
|
|
50
51
|
url: string;
|
|
51
52
|
[key: string]: unknown;
|
|
52
53
|
}
|
|
53
54
|
export interface PageButtonArgsFunctionType {
|
|
54
|
-
(pageData:
|
|
55
|
+
(pageData: RecordString): PageButtonArgs;
|
|
55
56
|
}
|
|
56
57
|
export interface PageButton {
|
|
57
58
|
title: string;
|
|
58
59
|
key: string | symbol;
|
|
59
60
|
args: PageButtonArgs | PageButtonArgsFunctionType;
|
|
60
61
|
authorityCode?: string;
|
|
61
|
-
attrs?:
|
|
62
|
+
attrs?: RecordString;
|
|
62
63
|
icon?: Icon;
|
|
63
64
|
emit?: boolean;
|
|
64
65
|
emitKey?: string;
|
|
@@ -68,10 +69,11 @@ export interface PageButton {
|
|
|
68
69
|
title: string;
|
|
69
70
|
content: string;
|
|
70
71
|
};
|
|
72
|
+
dropdown?: boolean;
|
|
71
73
|
isExistFrozenSource?: boolean;
|
|
72
74
|
isExistFrozenSourceUrl?: string;
|
|
73
|
-
isExistFrozenSourceParams?: (pageData:
|
|
74
|
-
disabled?: (pageData:
|
|
75
|
+
isExistFrozenSourceParams?: (pageData: RecordString) => RecordString;
|
|
76
|
+
disabled?: (pageData: RecordString) => boolean;
|
|
75
77
|
handleBefore?: (args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>;
|
|
76
78
|
handleAfter?: (args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>;
|
|
77
79
|
callback?: (payload: PageButtonPayload) => void;
|
|
@@ -84,7 +86,7 @@ export interface PageUploadButton extends Omit<PageButton, 'args'> {
|
|
|
84
86
|
}
|
|
85
87
|
export interface PageButtonWithGroupCode extends PageButton {
|
|
86
88
|
groupCode: string;
|
|
87
|
-
itemInfo?:
|
|
89
|
+
itemInfo?: RecordString[];
|
|
88
90
|
}
|
|
89
91
|
export interface PageButtonDeleteRow extends PageButton {
|
|
90
92
|
groupCode: string;
|
|
@@ -102,8 +104,8 @@ export interface PageButtonDownLoad extends PageDownLoadButton {
|
|
|
102
104
|
ids?: string[];
|
|
103
105
|
}
|
|
104
106
|
export interface ExposeWithPageDeleteFileRows {
|
|
105
|
-
pageData: Ref<
|
|
106
|
-
rows?:
|
|
107
|
+
pageData: Ref<RecordString>;
|
|
108
|
+
rows?: RecordString[];
|
|
107
109
|
}
|
|
108
110
|
export interface PageDeleteFileRowButton extends Omit<PageButton, 'handleBefore' | 'handleAfter' | 'args'> {
|
|
109
111
|
args?: {
|
|
@@ -122,7 +124,7 @@ export interface PageButtonDeleteFileRow extends Omit<PageButton, 'args'> {
|
|
|
122
124
|
};
|
|
123
125
|
groupCode: string;
|
|
124
126
|
ids: string[];
|
|
125
|
-
rows:
|
|
127
|
+
rows: RecordString[];
|
|
126
128
|
}
|
|
127
129
|
export type ValidateStatus = 'success' | 'fail' | 'unset';
|
|
128
130
|
export interface ValidateResult {
|
|
@@ -132,9 +134,16 @@ export interface ValidateResult {
|
|
|
132
134
|
};
|
|
133
135
|
button: PageButton;
|
|
134
136
|
}
|
|
137
|
+
export interface LinkClickCallbackParams {
|
|
138
|
+
row: RecordString;
|
|
139
|
+
routerInfo: {
|
|
140
|
+
path?: string;
|
|
141
|
+
query?: RecordString;
|
|
142
|
+
};
|
|
143
|
+
}
|
|
135
144
|
export type PageButtonPosition = 'top' | 'bottom';
|
|
136
145
|
export declare function pageButtonPositionValidator(mode: string): boolean;
|
|
137
|
-
export type
|
|
146
|
+
export type RecordString = Record<string, any>;
|
|
138
147
|
export type OmitEditConfigVxeGridProps = Omit<VxeGridProps, 'editConfig'>;
|
|
139
148
|
export type OmitBeforeEditMethodEditConfig = Omit<VxeTablePropTypes.EditConfig, 'beforeEditMethod'>;
|
|
140
149
|
export interface GridCheckboxChangeParams {
|
|
@@ -170,7 +179,7 @@ export interface BeforeEditMethodParams {
|
|
|
170
179
|
$grid: VxeGridConstructor<VxeTableDataRow> | null | undefined;
|
|
171
180
|
}
|
|
172
181
|
export interface MixBeforeEditMethod {
|
|
173
|
-
(pageData: Ref<
|
|
182
|
+
(pageData: Ref<RecordString>, params: BeforeEditMethodParams): boolean;
|
|
174
183
|
}
|
|
175
184
|
export type MixEditConfig = OmitBeforeEditMethodEditConfig & {
|
|
176
185
|
beforeEditMethod?: MixBeforeEditMethod;
|
|
@@ -178,7 +187,7 @@ export type MixEditConfig = OmitBeforeEditMethodEditConfig & {
|
|
|
178
187
|
export type MixVxeGridProps = OmitEditConfigVxeGridProps & {
|
|
179
188
|
editConfig?: MixEditConfig;
|
|
180
189
|
};
|
|
181
|
-
export interface GroupExtend extends
|
|
190
|
+
export interface GroupExtend extends RecordString {
|
|
182
191
|
vxeGridConfig?: MixVxeGridProps;
|
|
183
192
|
}
|
|
184
193
|
export interface Group {
|
|
@@ -207,25 +216,25 @@ export interface ItemGroupType extends Group {
|
|
|
207
216
|
export type GroupItem = HeadGroupType | ItemGroupType;
|
|
208
217
|
export type StringOrNumber = string | number;
|
|
209
218
|
export interface Expose {
|
|
210
|
-
pageData:
|
|
219
|
+
pageData: RecordString;
|
|
211
220
|
layoutConfig: LayoutConfig;
|
|
212
|
-
defaultValues:
|
|
221
|
+
defaultValues: RecordString;
|
|
213
222
|
}
|
|
214
223
|
export type UsePromiseStepPayload = {
|
|
215
|
-
pageData: Ref<
|
|
224
|
+
pageData: Ref<RecordString>;
|
|
216
225
|
layoutConfig: Ref<LayoutConfig>;
|
|
217
|
-
defaultValues: Ref<
|
|
226
|
+
defaultValues: Ref<RecordString>;
|
|
218
227
|
options: Partial<EditPageLayoutProps>;
|
|
219
228
|
};
|
|
220
229
|
export interface ExposeWithPageButtons {
|
|
221
|
-
pageData: Ref<
|
|
230
|
+
pageData: Ref<RecordString>;
|
|
222
231
|
layoutConfig: Ref<LayoutConfig>;
|
|
223
|
-
defaultValues: Ref<
|
|
232
|
+
defaultValues: Ref<RecordString>;
|
|
224
233
|
cacheButton?: PageButton;
|
|
225
234
|
pageButtons?: PageButton[];
|
|
226
235
|
isAdd?: boolean;
|
|
227
236
|
addResult?: CurrentRow;
|
|
228
|
-
rows?:
|
|
237
|
+
rows?: RecordString[];
|
|
229
238
|
}
|
|
230
239
|
export type CustomFormatItem = (groupCode: string, fieldName: string, fn: (item: FormFieldsItem | ColumnItem) => void, exclude?: string[]) => void;
|
|
231
240
|
export type SetItemRequired = (groupCode: string, fieldName: string, flag: boolean, exclude?: string[]) => void;
|
|
@@ -235,11 +244,12 @@ export interface ValuePayload {
|
|
|
235
244
|
value: StringOrNumber;
|
|
236
245
|
label?: string | string[];
|
|
237
246
|
extra?: any;
|
|
238
|
-
data?:
|
|
239
|
-
pageData:
|
|
247
|
+
data?: RecordString[];
|
|
248
|
+
pageData: RecordString;
|
|
240
249
|
layoutConfig: LayoutConfig;
|
|
241
250
|
userInfo?: UserInfo;
|
|
242
|
-
modalData?:
|
|
251
|
+
modalData?: RecordString[];
|
|
252
|
+
selectedOptions?: CascaderProps['options'];
|
|
243
253
|
customFormatItem?: CustomFormatItem;
|
|
244
254
|
setItemRequired?: SetItemRequired;
|
|
245
255
|
setItemDisabled?: SetItemDisabled;
|
|
@@ -252,14 +262,14 @@ export type VxePayload = {
|
|
|
252
262
|
value?: StringOrNumber;
|
|
253
263
|
label?: string | string[];
|
|
254
264
|
extra?: any;
|
|
255
|
-
data?:
|
|
256
|
-
pageData:
|
|
265
|
+
data?: RecordString[];
|
|
266
|
+
pageData: RecordString;
|
|
257
267
|
layoutConfig: LayoutConfig;
|
|
258
268
|
userInfo?: UserInfo;
|
|
259
|
-
modalData?:
|
|
260
|
-
row:
|
|
269
|
+
modalData?: RecordString[];
|
|
270
|
+
row: RecordString;
|
|
261
271
|
idx: number;
|
|
262
|
-
fileData?:
|
|
272
|
+
fileData?: RecordString[];
|
|
263
273
|
customFormatItem?: CustomFormatItem;
|
|
264
274
|
setItemRequired?: SetItemRequired;
|
|
265
275
|
setItemDisabled?: SetItemDisabled;
|
|
@@ -314,12 +324,12 @@ export interface ColumnItemWithExtend extends ColumnItem {
|
|
|
314
324
|
}
|
|
315
325
|
export interface FormFieldsItemWithValue extends FormFieldsItem {
|
|
316
326
|
value: StringOrNumber;
|
|
317
|
-
data?:
|
|
327
|
+
data?: RecordString[];
|
|
318
328
|
}
|
|
319
329
|
export interface ColumnItemWithValue extends ColumnItem {
|
|
320
330
|
value: StringOrNumber;
|
|
321
331
|
idx: number;
|
|
322
|
-
data?:
|
|
332
|
+
data?: RecordString[];
|
|
323
333
|
}
|
|
324
334
|
export interface ImportPropsType {
|
|
325
335
|
button: PageButton;
|
|
@@ -329,8 +339,9 @@ export interface ImportPropsType {
|
|
|
329
339
|
export interface FlowPropsType extends FlowViewModalProps {
|
|
330
340
|
button: PageButton;
|
|
331
341
|
}
|
|
332
|
-
export interface
|
|
333
|
-
|
|
342
|
+
export interface ComputedFormFieldsItem extends FormFieldsItem {
|
|
343
|
+
customSlotProp: string;
|
|
344
|
+
customSlotName: string;
|
|
334
345
|
}
|
|
335
346
|
export type BindFunctionEvent = FormFieldsItemWithValue;
|
|
336
347
|
export type VxeBindFunctionEvent = ColumnItemWithValue;
|
|
@@ -352,6 +363,14 @@ export interface DetailApiFunctionType {
|
|
|
352
363
|
};
|
|
353
364
|
}
|
|
354
365
|
export declare const editPageLayoutProps: {
|
|
366
|
+
showPageHeader: {
|
|
367
|
+
type: PropType<boolean>;
|
|
368
|
+
default: boolean;
|
|
369
|
+
};
|
|
370
|
+
showLayoutAnchor: {
|
|
371
|
+
type: PropType<boolean>;
|
|
372
|
+
default: boolean;
|
|
373
|
+
};
|
|
355
374
|
isDetail: {
|
|
356
375
|
type: PropType<boolean>;
|
|
357
376
|
default: boolean;
|
|
@@ -425,13 +444,17 @@ export declare const editPageLayoutProps: {
|
|
|
425
444
|
default: boolean;
|
|
426
445
|
};
|
|
427
446
|
localData: {
|
|
428
|
-
type: PropType<
|
|
447
|
+
type: PropType<RecordString>;
|
|
429
448
|
default(): {};
|
|
430
449
|
};
|
|
431
450
|
showBackIcon: {
|
|
432
451
|
type: PropType<boolean>;
|
|
433
452
|
default: boolean;
|
|
434
453
|
};
|
|
454
|
+
pageTitle: {
|
|
455
|
+
type: StringConstructor;
|
|
456
|
+
default: string;
|
|
457
|
+
};
|
|
435
458
|
};
|
|
436
459
|
export type EditPageLayoutProps = ExtractPropTypes<typeof editPageLayoutProps>;
|
|
437
460
|
export interface EditPageLayoutReturnType {
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
import type { Role, roleValidator, CurrentRow, UserInfo, Pattern, patternValidator, RemoteConfig, DetailApiFunctionType, PageButtonPosition, pageButtonPositionValidator,
|
|
2
|
+
import type { Role, roleValidator, CurrentRow, UserInfo, Pattern, patternValidator, RemoteConfig, DetailApiFunctionType, PageButtonPosition, pageButtonPositionValidator, RecordString, Expose, PageButton, ComputedFormFieldsItem } from './edit-page-layout-types';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
|
+
showPageHeader: {
|
|
5
|
+
type: PropType<boolean>;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
showLayoutAnchor: {
|
|
9
|
+
type: PropType<boolean>;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
4
12
|
isDetail: {
|
|
5
13
|
type: PropType<boolean>;
|
|
6
14
|
default: boolean;
|
|
@@ -74,13 +82,17 @@ declare const _sfc_main: DefineComponent<{
|
|
|
74
82
|
default: boolean;
|
|
75
83
|
};
|
|
76
84
|
localData: {
|
|
77
|
-
type: PropType<
|
|
85
|
+
type: PropType<RecordString>;
|
|
78
86
|
default(): {};
|
|
79
87
|
};
|
|
80
88
|
showBackIcon: {
|
|
81
89
|
type: PropType<boolean>;
|
|
82
90
|
default: boolean;
|
|
83
91
|
};
|
|
92
|
+
pageTitle: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
84
96
|
}, {
|
|
85
97
|
instance: Ref<Expose | undefined>;
|
|
86
98
|
classes: ComputedRef<{
|
|
@@ -93,8 +105,16 @@ declare const _sfc_main: DefineComponent<{
|
|
|
93
105
|
patternDefault: string;
|
|
94
106
|
patternAppend: string;
|
|
95
107
|
}[];
|
|
96
|
-
|
|
108
|
+
computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
|
|
97
109
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
110
|
+
showPageHeader: {
|
|
111
|
+
type: PropType<boolean>;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
showLayoutAnchor: {
|
|
115
|
+
type: PropType<boolean>;
|
|
116
|
+
default: boolean;
|
|
117
|
+
};
|
|
98
118
|
isDetail: {
|
|
99
119
|
type: PropType<boolean>;
|
|
100
120
|
default: boolean;
|
|
@@ -168,22 +188,28 @@ declare const _sfc_main: DefineComponent<{
|
|
|
168
188
|
default: boolean;
|
|
169
189
|
};
|
|
170
190
|
localData: {
|
|
171
|
-
type: PropType<
|
|
191
|
+
type: PropType<RecordString>;
|
|
172
192
|
default(): {};
|
|
173
193
|
};
|
|
174
194
|
showBackIcon: {
|
|
175
195
|
type: PropType<boolean>;
|
|
176
196
|
default: boolean;
|
|
177
197
|
};
|
|
198
|
+
pageTitle: {
|
|
199
|
+
type: StringConstructor;
|
|
200
|
+
default: string;
|
|
201
|
+
};
|
|
178
202
|
}>>, {
|
|
203
|
+
pattern: Pattern;
|
|
179
204
|
currentRow: CurrentRow;
|
|
180
205
|
businessType: string;
|
|
181
206
|
token: string;
|
|
207
|
+
showPageHeader: boolean;
|
|
208
|
+
showLayoutAnchor: boolean;
|
|
182
209
|
isDetail: boolean;
|
|
183
210
|
role: Role;
|
|
184
211
|
refreshMethods: (row?: CurrentRow | undefined) => void;
|
|
185
212
|
userInfo: UserInfo;
|
|
186
|
-
pattern: Pattern;
|
|
187
213
|
localConfig: Partial<RemoteConfig>;
|
|
188
214
|
handleAfterRemoteConfig: <T>(args: T) => T | Promise<T>;
|
|
189
215
|
detailApi: string | DetailApiFunctionType;
|
|
@@ -193,7 +219,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
193
219
|
pageButtonPosition: PageButtonPosition;
|
|
194
220
|
hasAdd: boolean;
|
|
195
221
|
isUseLocalData: boolean;
|
|
196
|
-
localData:
|
|
222
|
+
localData: RecordString;
|
|
197
223
|
showBackIcon: boolean;
|
|
224
|
+
pageTitle: string;
|
|
198
225
|
}, {}>;
|
|
199
226
|
export default _sfc_main;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { ResponseType, UserInfo, CurrentRow, DictCodeItem, Role, GroupType, Pattern, Icon, PageButtonPayload, PageButtonArgs, PageButtonArgsFunctionType, PageButton, PageUploadButton, PageButtonWithGroupCode, PageButtonDeleteRow, PageDownLoadButton, PageButtonDownLoad, ExposeWithPageDeleteFileRows, PageDeleteFileRowButton, PageButtonDeleteFileRow, ValidateStatus, ValidateResult, PageButtonPosition,
|
|
1
|
+
export type { ResponseType, UserInfo, CurrentRow, DictCodeItem, Role, GroupType, Pattern, Icon, PageButtonPayload, PageButtonArgs, PageButtonArgsFunctionType, PageButton, PageUploadButton, PageButtonWithGroupCode, PageButtonDeleteRow, PageDownLoadButton, PageButtonDownLoad, ExposeWithPageDeleteFileRows, PageDeleteFileRowButton, PageButtonDeleteFileRow, ValidateStatus, ValidateResult, PageButtonPosition, RecordString, OmitEditConfigVxeGridProps, OmitBeforeEditMethodEditConfig, GridCheckboxChangeParams, GridCheckboxChangeParamsWithGroupCoe, GridCheckboxAllParams, GridCheckboxAllParamsWithGroupCoe, BeforeEditMethodParams, MixBeforeEditMethod, MixEditConfig, MixVxeGridProps, GroupExtend, Group, HeadGroupType, ItemGroupType, GroupItem, StringOrNumber, Expose, ExposeWithPageButtons, CustomFormatItem, SetItemRequired, SetItemDisabled, SetItemRequiredOrDisabled, ValuePayload, UsePromiseStepPayload, Payload, VxePayload, UploadExtend, FormFieldsItem, ColumnItem, FormFieldsItemSelectModal, ColumnItemWithSelectModal, FormFieldsItemUpload, ColumnItemWithExtend, FormFieldsItemWithValue, ColumnItemWithValue, ImportPropsType, FlowPropsType, ComputedFormFieldsItem, BindFunctionEvent, VxeBindFunctionEvent, RemoteConfig, LayoutConfig, LocalConfig, DetailApiFunctionType, EditPageLayoutProps, Extend, LadderPriceExtend, } from './edit-page-layout-types';
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
2
|
+
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
+
declare const emptyProps: {
|
|
4
|
+
readonly noMsg: {
|
|
5
|
+
readonly type: PropType<string>;
|
|
6
|
+
readonly default: "暂无数据";
|
|
7
|
+
};
|
|
8
|
+
readonly size: {
|
|
9
|
+
readonly type: PropType<string>;
|
|
10
|
+
readonly default: "60";
|
|
11
|
+
};
|
|
12
|
+
readonly color: {
|
|
13
|
+
readonly type: PropType<string>;
|
|
14
|
+
readonly default: "#667187";
|
|
15
|
+
};
|
|
16
|
+
readonly mode: {
|
|
17
|
+
readonly type: PropType<"vertical" | "horizontal">;
|
|
18
|
+
readonly default: "horizontal";
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export type EmptyProps = ExtractPropTypes<typeof emptyProps>;
|
|
22
|
+
declare const Empty: DefineComponent<{
|
|
23
|
+
readonly noMsg: {
|
|
24
|
+
readonly type: PropType<string>;
|
|
25
|
+
readonly default: "暂无数据";
|
|
26
|
+
};
|
|
27
|
+
readonly size: {
|
|
28
|
+
readonly type: PropType<string>;
|
|
29
|
+
readonly default: "60";
|
|
30
|
+
};
|
|
31
|
+
readonly color: {
|
|
32
|
+
readonly type: PropType<string>;
|
|
33
|
+
readonly default: "#667187";
|
|
34
|
+
};
|
|
35
|
+
readonly mode: {
|
|
36
|
+
readonly type: PropType<"vertical" | "horizontal">;
|
|
37
|
+
readonly default: "horizontal";
|
|
38
|
+
};
|
|
39
|
+
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
40
|
+
readonly noMsg: {
|
|
41
|
+
readonly type: PropType<string>;
|
|
42
|
+
readonly default: "暂无数据";
|
|
43
|
+
};
|
|
44
|
+
readonly size: {
|
|
45
|
+
readonly type: PropType<string>;
|
|
46
|
+
readonly default: "60";
|
|
47
|
+
};
|
|
48
|
+
readonly color: {
|
|
49
|
+
readonly type: PropType<string>;
|
|
50
|
+
readonly default: "#667187";
|
|
51
|
+
};
|
|
52
|
+
readonly mode: {
|
|
53
|
+
readonly type: PropType<"vertical" | "horizontal">;
|
|
54
|
+
readonly default: "horizontal";
|
|
55
|
+
};
|
|
56
|
+
}>>, {
|
|
57
|
+
readonly mode: "vertical" | "horizontal";
|
|
58
|
+
readonly size: string;
|
|
59
|
+
readonly color: string;
|
|
60
|
+
readonly noMsg: string;
|
|
61
|
+
}, {}>;
|
|
62
|
+
export { Empty };
|
|
63
|
+
declare const _default: SFCWithInstall<DefineComponent<{
|
|
64
|
+
readonly noMsg: {
|
|
65
|
+
readonly type: PropType<string>;
|
|
66
|
+
readonly default: "暂无数据";
|
|
67
|
+
};
|
|
68
|
+
readonly size: {
|
|
69
|
+
readonly type: PropType<string>;
|
|
70
|
+
readonly default: "60";
|
|
71
|
+
};
|
|
72
|
+
readonly color: {
|
|
73
|
+
readonly type: PropType<string>;
|
|
74
|
+
readonly default: "#667187";
|
|
75
|
+
};
|
|
76
|
+
readonly mode: {
|
|
77
|
+
readonly type: PropType<"vertical" | "horizontal">;
|
|
78
|
+
readonly default: "horizontal";
|
|
79
|
+
};
|
|
80
|
+
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
81
|
+
readonly noMsg: {
|
|
82
|
+
readonly type: PropType<string>;
|
|
83
|
+
readonly default: "暂无数据";
|
|
84
|
+
};
|
|
85
|
+
readonly size: {
|
|
86
|
+
readonly type: PropType<string>;
|
|
87
|
+
readonly default: "60";
|
|
88
|
+
};
|
|
89
|
+
readonly color: {
|
|
90
|
+
readonly type: PropType<string>;
|
|
91
|
+
readonly default: "#667187";
|
|
92
|
+
};
|
|
93
|
+
readonly mode: {
|
|
94
|
+
readonly type: PropType<"vertical" | "horizontal">;
|
|
95
|
+
readonly default: "horizontal";
|
|
96
|
+
};
|
|
97
|
+
}>>, {
|
|
98
|
+
readonly mode: "vertical" | "horizontal";
|
|
99
|
+
readonly size: string;
|
|
100
|
+
readonly color: string;
|
|
101
|
+
readonly noMsg: string;
|
|
102
|
+
}, {}>>;
|
|
103
|
+
export default _default;
|
|
@@ -85,6 +85,7 @@ 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>[]>;
|
|
88
89
|
columns: Ref<{
|
|
89
90
|
type?: string | undefined;
|
|
90
91
|
field?: string | undefined;
|
|
@@ -103,9 +104,13 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
103
104
|
onSearch: () => void;
|
|
104
105
|
handlePageChange: ({ currentPage, pageSize }: TablePage) => void;
|
|
105
106
|
selectedOk: () => void;
|
|
107
|
+
dblSelectedOk: ({ row }: any) => void;
|
|
106
108
|
loadData: (extend?: {
|
|
107
109
|
action: string;
|
|
108
110
|
} | undefined) => void;
|
|
111
|
+
beforeHideMethod: ({ type }: {
|
|
112
|
+
type: string;
|
|
113
|
+
}) => Promise<never> | undefined;
|
|
109
114
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
110
115
|
modalTitle: {
|
|
111
116
|
type: StringConstructor;
|
|
@@ -81,6 +81,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
81
81
|
perfect?: boolean | undefined;
|
|
82
82
|
};
|
|
83
83
|
tableData: Ref<Record<string, unknown>[]>;
|
|
84
|
+
tbData: Ref<Record<string, unknown>[]>;
|
|
84
85
|
columns: Ref<{
|
|
85
86
|
type?: string | undefined;
|
|
86
87
|
field?: string | undefined;
|
|
@@ -99,9 +100,13 @@ declare const _sfc_main: DefineComponent<{
|
|
|
99
100
|
onSearch: () => void;
|
|
100
101
|
handlePageChange: ({ currentPage, pageSize }: TablePage) => void;
|
|
101
102
|
selectedOk: () => void;
|
|
103
|
+
dblSelectedOk: ({ row }: any) => void;
|
|
102
104
|
loadData: (extend?: {
|
|
103
105
|
action: string;
|
|
104
106
|
}) => void;
|
|
107
|
+
beforeHideMethod: ({ type }: {
|
|
108
|
+
type: string;
|
|
109
|
+
}) => Promise<never> | undefined;
|
|
105
110
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
106
111
|
modalTitle: {
|
|
107
112
|
type: StringConstructor;
|
|
@@ -107,13 +107,13 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
107
107
|
};
|
|
108
108
|
}>>, {
|
|
109
109
|
title: string;
|
|
110
|
+
button: any;
|
|
111
|
+
onChange: ((args: any) => void) | ((args: any) => void)[];
|
|
110
112
|
'onUpdate:visible': ((value: string) => void) | ((value: string) => void)[];
|
|
111
113
|
visible: boolean;
|
|
112
114
|
currentRow: any;
|
|
113
115
|
token: string;
|
|
114
116
|
width: string;
|
|
115
|
-
onChange: ((args: any) => void) | ((args: any) => void)[];
|
|
116
|
-
button: any;
|
|
117
117
|
flowId: string;
|
|
118
118
|
isDesign: boolean;
|
|
119
119
|
workFlowType: string;
|
|
@@ -104,13 +104,13 @@ declare const _default: DefineComponent<{
|
|
|
104
104
|
};
|
|
105
105
|
}>>, {
|
|
106
106
|
title: string;
|
|
107
|
+
button: any;
|
|
108
|
+
onChange: ((args: any) => void) | ((args: any) => void)[];
|
|
107
109
|
'onUpdate:visible': ((value: string) => void) | ((value: string) => void)[];
|
|
108
110
|
visible: boolean;
|
|
109
111
|
currentRow: any;
|
|
110
112
|
token: string;
|
|
111
113
|
width: string;
|
|
112
|
-
onChange: ((args: any) => void) | ((args: any) => void)[];
|
|
113
|
-
button: any;
|
|
114
114
|
flowId: string;
|
|
115
115
|
isDesign: boolean;
|
|
116
116
|
workFlowType: string;
|
|
@@ -82,9 +82,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
82
82
|
readonly default: "";
|
|
83
83
|
};
|
|
84
84
|
}>>, {
|
|
85
|
+
readonly button: ButtonItem;
|
|
85
86
|
readonly visible: boolean;
|
|
86
87
|
readonly token: string;
|
|
87
|
-
readonly button: ButtonItem;
|
|
88
88
|
readonly isEditPage: boolean;
|
|
89
89
|
}, {}>>;
|
|
90
90
|
export default _default;
|
|
@@ -78,9 +78,9 @@ declare const _sfc_main: DefineComponent<{
|
|
|
78
78
|
readonly default: "";
|
|
79
79
|
};
|
|
80
80
|
}>>, {
|
|
81
|
+
readonly button: ButtonItem;
|
|
81
82
|
readonly visible: boolean;
|
|
82
83
|
readonly token: string;
|
|
83
|
-
readonly button: ButtonItem;
|
|
84
84
|
readonly isEditPage: boolean;
|
|
85
85
|
}, {}>;
|
|
86
86
|
export default _sfc_main;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import * as QLayout from './layout';
|
|
2
2
|
import * as QSwitch from './switch';
|
|
3
3
|
import * as QSelect from './select';
|
|
4
|
+
import * as QMenu from './menu';
|
|
4
5
|
import * as QTreeSelect from './tree-select';
|
|
5
6
|
import * as QVxeSelect from './vxe-select';
|
|
6
7
|
import * as QCascader from './cascader';
|
|
7
8
|
import * as QBreadcrumb from './breadcrumb';
|
|
8
9
|
import * as QCountdown from './countdown';
|
|
10
|
+
import * as QEmpty from './empty';
|
|
9
11
|
import * as QCollapseTransition from './collapse-transition';
|
|
10
12
|
import * as QFieldSelectModal from './field-select-modal';
|
|
11
13
|
import * as QSelectModal from './select-modal';
|
|
@@ -39,4 +41,5 @@ import * as QSelectTemplate from './select-template/index';
|
|
|
39
41
|
import * as QImportModal from './import-modal/index';
|
|
40
42
|
import * as QRelationGraph from './relation-graph/index';
|
|
41
43
|
import * as QAuditModal from './audit-modal/index';
|
|
42
|
-
|
|
44
|
+
import * as QRichEditorModel from './rich-editor-model/index';
|
|
45
|
+
export { QLayout, QSwitch, QSelect, QMenu, QTreeSelect, QVxeSelect, QCascader, QBreadcrumb, QCountdown, QEmpty, QCollapseTransition, QEditPageLayout, QDetailPageLayout, QPageLayout, QLayoutPattern, QLayoutButtons, QLayoutAnchor, QEditForm, QDetailForm, QEditGrid, QDetailGrid, QItemWrap, QListLayout, QRadio, QFieldSelectModal, QCodeEditorModel, QCheckBox, QCurrency, QSelectModal, QUploadImage, QRemoteSelect, QEditor, QSaleTemplate, QLadderPrice, FlowViewModal, QUploadFile, QCoutdown, QCardListLayout, QUploadFileVxe, QSelectTemplate, QImportModal, QRelationGraph, QAuditModal, QRichEditorModel, };
|