@qqt-product/ui 0.0.13 → 0.0.14
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 +54012 -78511
- package/dist/index.umd.js +24 -123
- package/dist/lib/components/breadcrumb/index.d.ts +1 -1
- package/dist/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +1 -1
- package/dist/lib/components/card-list-layout/index.d.ts +14 -14
- package/dist/lib/components/card-list-layout/src/card-content.vue.d.ts +4 -4
- package/dist/lib/components/card-list-layout/src/cardItem.vue.d.ts +7 -7
- package/dist/lib/components/card-list-layout/src/index.vue.d.ts +14 -14
- package/dist/lib/components/card-list-layout/src/sidebar.vue.d.ts +1 -1
- package/dist/lib/components/cascader/index.d.ts +6 -6
- package/dist/lib/components/cascader/src/cascader.vue.d.ts +6 -6
- package/dist/lib/components/checkbox/index.d.ts +7 -7
- package/dist/lib/components/checkbox/src/checkbox.vue.d.ts +7 -7
- package/dist/lib/components/codeEditorModel/index.d.ts +4 -98
- package/dist/lib/components/codeEditorModel/src/codeEditorModel.vue.d.ts +4 -98
- package/dist/lib/components/collapse-transition/index.d.ts +1 -1
- package/dist/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
- package/dist/lib/components/coutdown/index.d.ts +4 -14
- package/dist/lib/components/coutdown/src/coutdown.d.ts +0 -8
- package/dist/lib/components/coutdown/src/coutdown.vue.d.ts +4 -22
- package/dist/lib/components/currency/index.d.ts +3 -3
- package/dist/lib/components/currency/src/currency.vue.d.ts +3 -3
- package/dist/lib/components/detail-form/index.d.ts +4 -4
- package/dist/lib/components/detail-form/src/detail-form.vue.d.ts +4 -4
- package/dist/lib/components/detail-grid/index.d.ts +337 -292
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +337 -292
- package/dist/lib/components/detail-grid/src/hook/use-grid-config-hook.d.ts +2 -2
- package/dist/lib/components/detail-page-layout/index.d.ts +1 -1
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +1 -1
- package/dist/lib/components/edit-form/index.d.ts +4 -4
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
- package/dist/lib/components/edit-grid/index.d.ts +337 -293
- package/dist/lib/components/edit-grid/src/edit-grid-types.d.ts +2 -2
- package/dist/lib/components/edit-grid/src/edit-grid.vue.d.ts +337 -293
- package/dist/lib/components/edit-grid/src/hook/use-grid-config-hook.d.ts +2 -2
- package/dist/lib/components/edit-page-layout/index.d.ts +1 -1
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +8 -4
- package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +1 -1
- package/dist/lib/components/editor/index.d.ts +2 -2
- package/dist/lib/components/editor/src/index.vue.d.ts +2 -2
- package/dist/lib/components/field-select-modal/index.d.ts +9 -9
- package/dist/lib/components/field-select-modal/src/field-select-modal-types.d.ts +2 -2
- package/dist/lib/components/field-select-modal/src/field-select-modal.vue.d.ts +9 -9
- package/dist/lib/components/item-wrap/index.d.ts +2 -2
- package/dist/lib/components/item-wrap/src/item-wrap.vue.d.ts +2 -2
- package/dist/lib/components/layout/index.d.ts +2 -2
- package/dist/lib/components/layout/src/header/index.vue.d.ts +11 -11
- package/dist/lib/components/layout/src/header/navRight/customMessage.vue.d.ts +2 -2
- package/dist/lib/components/layout/src/header/navRight/customPerson.vue.d.ts +1 -1
- package/dist/lib/components/layout/src/header/navRight/index.vue.d.ts +9 -9
- package/dist/lib/components/layout/src/header/navRight/langSwitch.vue.d.ts +1 -1
- package/dist/lib/components/layout/src/header/navRight/rightTool.vue.d.ts +4 -4
- package/dist/lib/components/layout/src/header/navRight/settingDrawer.vue.d.ts +2 -2
- package/dist/lib/components/layout/src/index.vue.d.ts +2 -2
- package/dist/lib/components/layout/src/menu/deepCycleSubMenu.vue.d.ts +1 -1
- package/dist/lib/components/layout/src/menu/menu.vue.d.ts +2 -2
- package/dist/lib/components/layout/src/menu/secondLevelMenu.vue.d.ts +2 -2
- package/dist/lib/components/layout/src/menu/subSecondMenu.vue.d.ts +1 -1
- package/dist/lib/components/layout/src/sider/index.vue.d.ts +1 -1
- package/dist/lib/components/layout/src/sider/logo.vue.d.ts +2 -2
- package/dist/lib/components/layout/src/sider/search.vue.d.ts +1 -1
- package/dist/lib/components/layout-anchor/index.d.ts +1 -1
- package/dist/lib/components/layout-anchor/src/layout-auchor.vue.d.ts +1 -1
- package/dist/lib/components/layout-buttons/index.d.ts +3 -3
- package/dist/lib/components/layout-buttons/src/layout-buttons.vue.d.ts +3 -3
- package/dist/lib/components/layout-pattern/index.d.ts +1 -1
- package/dist/lib/components/layout-pattern/src/components/vertical.vue.d.ts +44 -6
- package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/index.d.ts +7 -7
- package/dist/lib/components/list-page-layout/src/components/common/add-modal/add-modal.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/common/columnSetting/columnSetting.vue.d.ts +23 -23
- package/dist/lib/components/list-page-layout/src/components/common/edit-nav-modal/edit-nav-modal.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/common/help-text-modal/help-text-modal.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/common/import-modal/import-modal.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/common/record-modal/record-modal.vue.d.ts +656 -566
- package/dist/lib/components/list-page-layout/src/components/list-content/events-helper.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/list-content/list-content.vue.d.ts +10 -10
- package/dist/lib/components/list-page-layout/src/components/list-content-buttons/list-content-buttons.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/list-header/module/quick-nav/index.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/list-header/module/searchExtend/index.vue.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/components/list-header/module/tabs/index.vue.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +7 -7
- package/dist/lib/components/list-page-layout/src/list-page-layout-types.d.ts +3 -3
- package/dist/lib/components/list-page-layout/src/tokens.d.ts +2 -2
- package/dist/lib/components/page-layout/index.d.ts +1 -1
- package/dist/lib/components/page-layout/src/page-layout.vue.d.ts +1 -1
- package/dist/lib/components/radio/index.d.ts +7 -7
- package/dist/lib/components/radio/src/radio.vue.d.ts +7 -7
- package/dist/lib/components/remote-select/index.d.ts +5 -5
- package/dist/lib/components/remote-select/src/remote-select.vue.d.ts +5 -5
- package/dist/lib/components/select/index.d.ts +5 -5
- package/dist/lib/components/select/src/select.vue.d.ts +5 -5
- package/dist/lib/components/select-modal/index.d.ts +71 -67
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +71 -67
- package/dist/lib/components/switch/index.d.ts +2 -2
- package/dist/lib/components/switch/src/switch.vue.d.ts +2 -2
- package/dist/lib/components/tree-select/index.d.ts +5 -5
- package/dist/lib/components/tree-select/src/tree-select.vue.d.ts +5 -5
- package/dist/lib/components/upload-file/index.d.ts +23 -15
- package/dist/lib/components/upload-file/src/hook/use-file-column-hook.d.ts +29 -15
- package/dist/lib/components/upload-file/src/hook/use-operation-column-button-hook.d.ts +1 -1
- package/dist/lib/components/upload-file/src/upload-file-types.d.ts +6 -19
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +22 -13
- package/dist/lib/components/upload-image/index.d.ts +4 -4
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +4 -4
- package/dist/lib/components/vxe-select/index.d.ts +6 -6
- package/dist/lib/components/vxe-select/src/vxe-select.vue.d.ts +6 -6
- package/dist/lib/index.d.ts +1 -2
- package/dist/style.css +2 -2
- package/package.json +19 -19
- package/dist/components/ComponentsDemo.vue.d.ts +0 -13
- package/dist/components/EditPage.vue.d.ts +0 -6011
- package/dist/components/PreviewList.vue.d.ts +0 -218
- package/dist/components/hook/use-field-select-modal-hook.d.ts +0 -288
- package/dist/components/login.vue.d.ts +0 -19
- package/dist/components/mock.d.ts +0 -260
- package/dist/components/mockList.d.ts +0 -44
- package/dist/lib/components/upload-file/src/hook/use-operation-column-hook.d.ts +0 -15
- package/dist/router/index.d.ts +0 -4
- package/dist/stores/user.d.ts +0 -25
- package/dist/utils/qApiPlugin.d.ts +0 -6
- package/dist/views/dashboard/workspace.vue.d.ts +0 -6972
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { ComputedRef } from 'vue';
|
|
2
2
|
import type { EditGridProps } from '../edit-grid-types';
|
|
3
|
-
import type { VxeTableDefines,
|
|
3
|
+
import type { VxeTableDataRow, VxeTableDefines, VxeGridPropTypes } from 'vxe-table';
|
|
4
4
|
export interface ruleItem {
|
|
5
5
|
[field: string]: VxeTableDefines.ValidatorRule[];
|
|
6
6
|
}
|
|
7
7
|
export default function useGridConfig(props: EditGridProps): {
|
|
8
|
-
computedColumns: ComputedRef<VxeGridPropTypes.Columns
|
|
8
|
+
computedColumns: ComputedRef<VxeGridPropTypes.Columns<VxeTableDataRow>>;
|
|
9
9
|
editRules: ComputedRef<ruleItem>;
|
|
10
10
|
};
|
|
@@ -43,13 +43,17 @@ export interface PageButtonPayload {
|
|
|
43
43
|
pageData: Ref<RecordStringNumber>;
|
|
44
44
|
fileData?: RecordStringNumber[];
|
|
45
45
|
}
|
|
46
|
+
export interface PageButtonArgs {
|
|
47
|
+
url: string;
|
|
48
|
+
[key: string]: unknown;
|
|
49
|
+
}
|
|
50
|
+
export interface PageButtonArgsFunctionType {
|
|
51
|
+
(pageData: RecordStringNumber): PageButtonArgs;
|
|
52
|
+
}
|
|
46
53
|
export interface PageButton {
|
|
47
54
|
title: string;
|
|
48
55
|
key: string | symbol;
|
|
49
|
-
args:
|
|
50
|
-
url: string;
|
|
51
|
-
[key: string]: unknown;
|
|
52
|
-
};
|
|
56
|
+
args: PageButtonArgs | PageButtonArgsFunctionType;
|
|
53
57
|
authorityCode?: string;
|
|
54
58
|
attrs?: RecordStringNumber;
|
|
55
59
|
icon?: Icon;
|
|
@@ -24,8 +24,8 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
24
24
|
}>> & {
|
|
25
25
|
"onUpdate:content"?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}, {
|
|
27
|
-
content: string;
|
|
28
27
|
readonly: boolean;
|
|
29
|
-
|
|
28
|
+
content: string;
|
|
29
|
+
}, {}>>;
|
|
30
30
|
export default _default;
|
|
31
31
|
export { QEditor };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VxeTableProps, VxeGridInstance } from 'vxe-table';
|
|
1
|
+
import type { VxeTableProps, VxeTableDataRow, VxeGridInstance } from 'vxe-table';
|
|
2
2
|
import type { RequestMethod, ModalConfig, ModalType, OpenFuncType, TablePage } from './src/field-select-modal-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';
|
|
@@ -23,7 +23,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
23
23
|
default: () => {};
|
|
24
24
|
};
|
|
25
25
|
tableConfig: {
|
|
26
|
-
type: PropType<VxeTableProps<
|
|
26
|
+
type: PropType<VxeTableProps<VxeTableDataRow>>;
|
|
27
27
|
default: () => {
|
|
28
28
|
height: number;
|
|
29
29
|
isTree: boolean;
|
|
@@ -49,7 +49,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
49
49
|
classes: ComputedRef<{
|
|
50
50
|
[x: string]: boolean;
|
|
51
51
|
}>;
|
|
52
|
-
selectGrid: Ref<VxeGridInstance | null>;
|
|
52
|
+
selectGrid: Ref<VxeGridInstance<any> | null>;
|
|
53
53
|
data: {
|
|
54
54
|
url: string;
|
|
55
55
|
params: {
|
|
@@ -116,7 +116,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
116
116
|
default: () => {};
|
|
117
117
|
};
|
|
118
118
|
tableConfig: {
|
|
119
|
-
type: PropType<VxeTableProps<
|
|
119
|
+
type: PropType<VxeTableProps<VxeTableDataRow>>;
|
|
120
120
|
default: () => {
|
|
121
121
|
height: number;
|
|
122
122
|
isTree: boolean;
|
|
@@ -139,12 +139,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
139
139
|
default: string;
|
|
140
140
|
};
|
|
141
141
|
}>>, {
|
|
142
|
-
modalConfig: ModalConfig;
|
|
143
|
-
modalTitle: string;
|
|
144
142
|
apiUrls: string;
|
|
145
|
-
requestMethod: RequestMethod;
|
|
146
|
-
tableConfig: VxeTableProps<any>;
|
|
147
143
|
placeholder: string;
|
|
144
|
+
modalTitle: string;
|
|
145
|
+
requestMethod: RequestMethod;
|
|
146
|
+
modalConfig: ModalConfig;
|
|
147
|
+
tableConfig: VxeTableProps<VxeTableDataRow>;
|
|
148
148
|
selectModal: ModalType;
|
|
149
|
-
}>>;
|
|
149
|
+
}, {}>>;
|
|
150
150
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import type { VxeTableProps } from 'vxe-table';
|
|
2
|
+
import type { VxeTableDataRow, VxeTableProps } from 'vxe-table';
|
|
3
3
|
export interface ModalConfig {
|
|
4
4
|
isTree?: boolean;
|
|
5
5
|
}
|
|
@@ -58,7 +58,7 @@ export declare const fieldSelectModalProps: {
|
|
|
58
58
|
default: () => {};
|
|
59
59
|
};
|
|
60
60
|
tableConfig: {
|
|
61
|
-
type: PropType<VxeTableProps<
|
|
61
|
+
type: PropType<VxeTableProps<VxeTableDataRow>>;
|
|
62
62
|
default: () => {
|
|
63
63
|
height: number;
|
|
64
64
|
isTree: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, ComputedRef } from 'vue';
|
|
2
2
|
import type { RequestMethod, ModalConfig, ModalType, OpenFuncType, TablePage } from './field-select-modal-types';
|
|
3
|
-
import type { VxeTableProps, VxeGridInstance } from 'vxe-table';
|
|
3
|
+
import type { VxeTableProps, VxeTableDataRow, VxeGridInstance } from 'vxe-table';
|
|
4
4
|
declare const _sfc_main: DefineComponent<{
|
|
5
5
|
modalTitle: {
|
|
6
6
|
type: StringConstructor;
|
|
@@ -19,7 +19,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
19
19
|
default: () => {};
|
|
20
20
|
};
|
|
21
21
|
tableConfig: {
|
|
22
|
-
type: PropType<VxeTableProps<
|
|
22
|
+
type: PropType<VxeTableProps<VxeTableDataRow>>;
|
|
23
23
|
default: () => {
|
|
24
24
|
height: number;
|
|
25
25
|
isTree: boolean;
|
|
@@ -45,7 +45,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
45
45
|
classes: ComputedRef<{
|
|
46
46
|
[x: string]: boolean;
|
|
47
47
|
}>;
|
|
48
|
-
selectGrid: Ref<VxeGridInstance | null>;
|
|
48
|
+
selectGrid: Ref<VxeGridInstance<any> | null>;
|
|
49
49
|
data: {
|
|
50
50
|
url: string;
|
|
51
51
|
params: {
|
|
@@ -112,7 +112,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
112
112
|
default: () => {};
|
|
113
113
|
};
|
|
114
114
|
tableConfig: {
|
|
115
|
-
type: PropType<VxeTableProps<
|
|
115
|
+
type: PropType<VxeTableProps<VxeTableDataRow>>;
|
|
116
116
|
default: () => {
|
|
117
117
|
height: number;
|
|
118
118
|
isTree: boolean;
|
|
@@ -135,12 +135,12 @@ declare const _sfc_main: DefineComponent<{
|
|
|
135
135
|
default: string;
|
|
136
136
|
};
|
|
137
137
|
}>>, {
|
|
138
|
-
modalConfig: ModalConfig;
|
|
139
|
-
modalTitle: string;
|
|
140
138
|
apiUrls: string;
|
|
141
|
-
requestMethod: RequestMethod;
|
|
142
|
-
tableConfig: VxeTableProps<any>;
|
|
143
139
|
placeholder: string;
|
|
140
|
+
modalTitle: string;
|
|
141
|
+
requestMethod: RequestMethod;
|
|
142
|
+
modalConfig: ModalConfig;
|
|
143
|
+
tableConfig: VxeTableProps<VxeTableDataRow>;
|
|
144
144
|
selectModal: ModalType;
|
|
145
|
-
}>;
|
|
145
|
+
}, {}>;
|
|
146
146
|
export default _sfc_main;
|
|
@@ -49,9 +49,9 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
49
49
|
readonly default: "";
|
|
50
50
|
};
|
|
51
51
|
}>>, {
|
|
52
|
+
readonly label: string;
|
|
52
53
|
readonly disabled: boolean;
|
|
53
54
|
readonly required: "0" | "1";
|
|
54
55
|
readonly helpText: string;
|
|
55
|
-
|
|
56
|
-
}>>;
|
|
56
|
+
}, {}>>;
|
|
57
57
|
export default _default;
|
|
@@ -45,9 +45,9 @@ declare const _sfc_main: DefineComponent<{
|
|
|
45
45
|
readonly default: "";
|
|
46
46
|
};
|
|
47
47
|
}>>, {
|
|
48
|
+
readonly label: string;
|
|
48
49
|
readonly disabled: boolean;
|
|
49
50
|
readonly required: "0" | "1";
|
|
50
51
|
readonly helpText: string;
|
|
51
|
-
|
|
52
|
-
}>;
|
|
52
|
+
}, {}>;
|
|
53
53
|
export default _sfc_main;
|
|
@@ -50,7 +50,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
50
50
|
};
|
|
51
51
|
}>>, {
|
|
52
52
|
type: string;
|
|
53
|
-
}>;
|
|
53
|
+
}, {}>;
|
|
54
54
|
navRight: DefineComponent<{}, {
|
|
55
55
|
showDrawer: Ref<boolean>;
|
|
56
56
|
showGlobalStyleDrawer: () => void;
|
|
@@ -104,7 +104,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
104
104
|
};
|
|
105
105
|
}>>, {
|
|
106
106
|
type: string;
|
|
107
|
-
}>;
|
|
107
|
+
}, {}>;
|
|
108
108
|
message: DefineComponent<{}, {
|
|
109
109
|
handleMsgRecord: () => void;
|
|
110
110
|
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number | undefined) => string;
|
|
@@ -138,9 +138,9 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
138
138
|
};
|
|
139
139
|
}>>, {
|
|
140
140
|
type: string;
|
|
141
|
-
}>;
|
|
142
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
143
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
141
|
+
}, {}>;
|
|
142
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
143
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
144
144
|
langSwitch: DefineComponent<{}, {
|
|
145
145
|
request: Request;
|
|
146
146
|
defaultLanguage: string;
|
|
@@ -166,7 +166,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
166
166
|
getData: () => void;
|
|
167
167
|
currentLang: Ref<string>;
|
|
168
168
|
changeLangHandle: () => void;
|
|
169
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
169
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
170
170
|
customPerson: DefineComponent<{}, {
|
|
171
171
|
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number | undefined) => string;
|
|
172
172
|
userInfo: {
|
|
@@ -187,7 +187,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
187
187
|
handlePersonalSettings: () => void;
|
|
188
188
|
readonly SettingOutlined: SettingOutlinedIconType;
|
|
189
189
|
readonly LogoutOutlined: LogoutOutlinedIconType;
|
|
190
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
190
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
191
191
|
settingDrawer: DefineComponent<{
|
|
192
192
|
visible: {
|
|
193
193
|
type: BooleanConstructor;
|
|
@@ -197,7 +197,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
197
197
|
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number | undefined) => string;
|
|
198
198
|
props: any;
|
|
199
199
|
emit: (event: "handleClosed", ...args: any[]) => void;
|
|
200
|
-
drawerVisible:
|
|
200
|
+
drawerVisible: any;
|
|
201
201
|
primaryColor: Ref<string>;
|
|
202
202
|
colorList: ColorListType[];
|
|
203
203
|
changeColor: (color: string) => void;
|
|
@@ -217,7 +217,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
217
217
|
};
|
|
218
218
|
}>> & {
|
|
219
219
|
onHandleClosed?: ((...args: any[]) => any) | undefined;
|
|
220
|
-
}, {}>;
|
|
221
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
222
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
220
|
+
}, {}, {}>;
|
|
221
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
222
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
223
223
|
export default _sfc_main;
|
|
@@ -32,6 +32,6 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
32
32
|
};
|
|
33
33
|
}>>, {
|
|
34
34
|
type: string;
|
|
35
|
-
}>;
|
|
36
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
35
|
+
}, {}>;
|
|
36
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
37
37
|
export default _sfc_main;
|
|
@@ -21,5 +21,5 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
21
21
|
handlePersonalSettings: () => void;
|
|
22
22
|
readonly SettingOutlined: SettingOutlinedIconType;
|
|
23
23
|
readonly LogoutOutlined: LogoutOutlinedIconType;
|
|
24
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
24
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
25
25
|
export default _sfc_main;
|
|
@@ -58,7 +58,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
58
58
|
};
|
|
59
59
|
}>>, {
|
|
60
60
|
type: string;
|
|
61
|
-
}>;
|
|
61
|
+
}, {}>;
|
|
62
62
|
message: DefineComponent<{}, {
|
|
63
63
|
handleMsgRecord: () => void;
|
|
64
64
|
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number | undefined) => string;
|
|
@@ -92,9 +92,9 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
92
92
|
};
|
|
93
93
|
}>>, {
|
|
94
94
|
type: string;
|
|
95
|
-
}>;
|
|
96
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
97
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
95
|
+
}, {}>;
|
|
96
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
97
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
98
98
|
langSwitch: DefineComponent<{}, {
|
|
99
99
|
request: Request;
|
|
100
100
|
defaultLanguage: string;
|
|
@@ -120,7 +120,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
120
120
|
getData: () => void;
|
|
121
121
|
currentLang: Ref<string>;
|
|
122
122
|
changeLangHandle: () => void;
|
|
123
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
123
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
124
124
|
customPerson: DefineComponent<{}, {
|
|
125
125
|
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number | undefined) => string;
|
|
126
126
|
userInfo: {
|
|
@@ -141,7 +141,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
141
141
|
handlePersonalSettings: () => void;
|
|
142
142
|
readonly SettingOutlined: SettingOutlinedIconType;
|
|
143
143
|
readonly LogoutOutlined: LogoutOutlinedIconType;
|
|
144
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
144
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
145
145
|
settingDrawer: DefineComponent<{
|
|
146
146
|
visible: {
|
|
147
147
|
type: BooleanConstructor;
|
|
@@ -151,7 +151,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
151
151
|
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number | undefined) => string;
|
|
152
152
|
props: any;
|
|
153
153
|
emit: (event: "handleClosed", ...args: any[]) => void;
|
|
154
|
-
drawerVisible:
|
|
154
|
+
drawerVisible: any;
|
|
155
155
|
primaryColor: Ref<string>;
|
|
156
156
|
colorList: ColorListType[];
|
|
157
157
|
changeColor: (color: string) => void;
|
|
@@ -171,6 +171,6 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
171
171
|
};
|
|
172
172
|
}>> & {
|
|
173
173
|
onHandleClosed?: ((...args: any[]) => any) | undefined;
|
|
174
|
-
}, {}>;
|
|
175
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
174
|
+
}, {}, {}>;
|
|
175
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
176
176
|
export default _sfc_main;
|
|
@@ -26,5 +26,5 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
26
26
|
getData: () => void;
|
|
27
27
|
currentLang: Ref<string>;
|
|
28
28
|
changeLangHandle: () => void;
|
|
29
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
29
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
30
30
|
export default _sfc_main;
|
|
@@ -49,7 +49,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
49
49
|
};
|
|
50
50
|
}>>, {
|
|
51
51
|
type: string;
|
|
52
|
-
}>;
|
|
52
|
+
}, {}>;
|
|
53
53
|
message: DefineComponent<{}, {
|
|
54
54
|
handleMsgRecord: () => void;
|
|
55
55
|
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number | undefined) => string;
|
|
@@ -83,7 +83,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
83
83
|
};
|
|
84
84
|
}>>, {
|
|
85
85
|
type: string;
|
|
86
|
-
}>;
|
|
87
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
88
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
86
|
+
}, {}>;
|
|
87
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
88
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
89
89
|
export default _sfc_main;
|
|
@@ -10,7 +10,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
10
10
|
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number) => string;
|
|
11
11
|
props: any;
|
|
12
12
|
emit: (event: "handleClosed", ...args: any[]) => void;
|
|
13
|
-
drawerVisible:
|
|
13
|
+
drawerVisible: any;
|
|
14
14
|
primaryColor: Ref<string>;
|
|
15
15
|
colorList: ColorListType[];
|
|
16
16
|
changeColor: (color: string) => void;
|
|
@@ -30,5 +30,5 @@ declare const _sfc_main: DefineComponent<{
|
|
|
30
30
|
};
|
|
31
31
|
}>> & {
|
|
32
32
|
onHandleClosed?: ((...args: any[]) => any) | undefined;
|
|
33
|
-
}, {}>;
|
|
33
|
+
}, {}, {}>;
|
|
34
34
|
export default _sfc_main;
|
|
@@ -133,10 +133,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
133
133
|
onUpdateHistoryList?: ((...args: any[]) => any) | undefined;
|
|
134
134
|
}, {
|
|
135
135
|
mode: string;
|
|
136
|
-
menus: ExtendMenu[];
|
|
137
136
|
collapsed: boolean;
|
|
137
|
+
menus: ExtendMenu[];
|
|
138
138
|
searchState: boolean;
|
|
139
139
|
currentSearchValue: string;
|
|
140
140
|
secondMenuShow: boolean;
|
|
141
|
-
}>;
|
|
141
|
+
}, {}>;
|
|
142
142
|
export default _sfc_main;
|
|
@@ -54,10 +54,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
54
54
|
default: string;
|
|
55
55
|
};
|
|
56
56
|
}>>, {
|
|
57
|
-
|
|
57
|
+
buttons: PageButton[];
|
|
58
58
|
groupName: string;
|
|
59
59
|
groupNameI18nKey: string;
|
|
60
|
+
groupCode: string;
|
|
60
61
|
groupType: string;
|
|
61
|
-
|
|
62
|
-
}>>;
|
|
62
|
+
}, {}>>;
|
|
63
63
|
export default _default;
|
|
@@ -50,10 +50,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
}>>, {
|
|
53
|
-
|
|
53
|
+
buttons: PageButton[];
|
|
54
54
|
groupName: string;
|
|
55
55
|
groupNameI18nKey: string;
|
|
56
|
+
groupCode: string;
|
|
56
57
|
groupType: string;
|
|
57
|
-
|
|
58
|
-
}>;
|
|
58
|
+
}, {}>;
|
|
59
59
|
export default _sfc_main;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DefineComponent, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
import type { PageButton, LayoutConfig, RecordStringNumber } from '../../../edit-page-layout';
|
|
2
|
+
import type { PageButton, LayoutConfig, Role, RecordStringNumber } from '../../../edit-page-layout';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
4
|
title: {
|
|
5
5
|
type: PropType<string>;
|
|
@@ -12,13 +12,51 @@ declare const _sfc_main: DefineComponent<{
|
|
|
12
12
|
isDetail: boolean;
|
|
13
13
|
fileVisible: Ref<boolean>;
|
|
14
14
|
fileProps: Ref<{
|
|
15
|
-
|
|
16
|
-
data: {
|
|
15
|
+
readonly data?: {
|
|
17
16
|
[x: string]: unknown;
|
|
18
17
|
businessType: string;
|
|
19
18
|
headId: string;
|
|
20
|
-
};
|
|
21
|
-
|
|
19
|
+
} | undefined;
|
|
20
|
+
readonly multiple?: boolean | undefined;
|
|
21
|
+
readonly dictCode?: string | undefined;
|
|
22
|
+
readonly property?: string | undefined;
|
|
23
|
+
readonly visible?: boolean | undefined;
|
|
24
|
+
readonly role?: Role | undefined;
|
|
25
|
+
readonly currentRow?: {
|
|
26
|
+
[x: string]: unknown;
|
|
27
|
+
templateNumber: string;
|
|
28
|
+
templateVersion: number;
|
|
29
|
+
templateAccount: string;
|
|
30
|
+
busAccount: string;
|
|
31
|
+
elsAccount: string;
|
|
32
|
+
} | undefined;
|
|
33
|
+
readonly userInfo?: {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
elsAccount: string;
|
|
36
|
+
subAccount: string;
|
|
37
|
+
serivceUrl: string;
|
|
38
|
+
} | undefined;
|
|
39
|
+
readonly single?: boolean | undefined;
|
|
40
|
+
readonly attrCheck?: string | undefined;
|
|
41
|
+
readonly limitSize?: number | undefined;
|
|
42
|
+
readonly accept?: string | undefined;
|
|
43
|
+
readonly acceptDictCode?: string | undefined;
|
|
44
|
+
readonly isOss?: boolean | undefined;
|
|
45
|
+
readonly isGridUpload?: boolean | undefined;
|
|
46
|
+
readonly action?: string | undefined;
|
|
47
|
+
readonly itemNumberKey?: string | undefined;
|
|
48
|
+
readonly itemNumberLabel?: string | undefined;
|
|
49
|
+
readonly itemNumbeValueProp?: string | undefined;
|
|
50
|
+
readonly itemNumberDefaultValue?: string | undefined;
|
|
51
|
+
readonly itemNumberSelectIndex?: boolean | undefined;
|
|
52
|
+
readonly disabledItemNumber?: boolean | undefined;
|
|
53
|
+
readonly itemInfo?: RecordStringNumber[] | undefined;
|
|
54
|
+
readonly fileTypeList?: {
|
|
55
|
+
[x: string]: unknown;
|
|
56
|
+
title: string;
|
|
57
|
+
value: string;
|
|
58
|
+
}[] | undefined;
|
|
59
|
+
readonly 'onUpdate:visible'?: ((value: boolean) => void) | ((value: boolean) => void)[] | undefined;
|
|
22
60
|
}>;
|
|
23
61
|
handleChangeFiles: (fileResult: RecordStringNumber[]) => void;
|
|
24
62
|
showBackIcon: boolean;
|
|
@@ -33,5 +71,5 @@ declare const _sfc_main: DefineComponent<{
|
|
|
33
71
|
};
|
|
34
72
|
}>>, {
|
|
35
73
|
title: string;
|
|
36
|
-
}>;
|
|
74
|
+
}, {}>;
|
|
37
75
|
export default _sfc_main;
|