@qqt-product/ui 15.0.0 → 16.0.1
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 +85508 -82878
- package/dist/index.umd.js +143 -161
- package/dist/lib/components/audit-modal/index.d.ts +4 -4
- package/dist/lib/components/audit-modal/src/audit-modal.vue.d.ts +4 -4
- package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +4 -4
- package/dist/lib/components/audit-modal/src/component/afterSignModal.vue.d.ts +232 -0
- package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +15 -4
- package/dist/lib/components/basicTitle/index.d.ts +96 -0
- package/dist/lib/components/basicTitle/src/BasicHelp.d.ts +99 -0
- package/dist/lib/components/basicTitle/src/BasicTitle.vue.d.ts +123 -0
- package/dist/lib/components/breadcrumb/index.d.ts +2 -7
- package/dist/lib/components/card-list-layout/index.d.ts +1 -1
- package/dist/lib/components/card-list-layout/src/index.vue.d.ts +1 -1
- package/dist/lib/components/cascader/index.d.ts +3 -3
- package/dist/lib/components/cascader/src/cascader-types.d.ts +1 -1
- package/dist/lib/components/cascader/src/cascader.vue.d.ts +3 -3
- 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/index.d.ts +5 -0
- package/dist/lib/components/code-editor-model/src/code-editor-model.vue.d.ts +23 -9
- package/dist/lib/components/countdown/index.d.ts +2 -2
- package/dist/lib/components/countdown/src/countdown.d.ts +2 -2
- 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/custom-remote-select/src/type.d.ts +7 -0
- package/dist/lib/components/detail-grid/index.d.ts +14 -4
- package/dist/lib/components/detail-grid/src/detail-grid.vue.d.ts +14 -4
- package/dist/lib/components/detail-page-layout/index.d.ts +10 -0
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +11 -1
- package/dist/lib/components/edit-form/index.d.ts +2 -2
- package/dist/lib/components/edit-form/src/edit-form.vue.d.ts +2 -2
- package/dist/lib/components/edit-grid/index.d.ts +14 -4
- 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 +14 -4
- package/dist/lib/components/edit-grid/src/hook/use-grid-height-hook.d.ts +1 -1
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +1 -0
- package/dist/lib/components/empty/index.d.ts +2 -2
- package/dist/lib/components/flow-view/index.d.ts +1 -1
- package/dist/lib/components/flow-view/src/flow-view.d.ts +1 -1
- package/dist/lib/components/import-modal/index.d.ts +2 -2
- package/dist/lib/components/import-modal/src/import-modal.vue.d.ts +2 -2
- package/dist/lib/components/index.d.ts +6 -1
- package/dist/lib/components/ladder-price/index.d.ts +2 -2
- package/dist/lib/components/ladder-price/src/ladder-price.vue.d.ts +2 -2
- package/dist/lib/components/layout/index.d.ts +8 -3
- package/dist/lib/components/layout/src/header/index.vue.d.ts +1 -1
- package/dist/lib/components/layout/src/header/navRight/index.vue.d.ts +1 -1
- package/dist/lib/components/layout/src/header/navRight/langSwitch.vue.d.ts +1 -1
- package/dist/lib/components/layout/src/index.vue.d.ts +8 -3
- package/dist/lib/components/layout/src/sider/index.vue.d.ts +7 -2
- package/dist/lib/components/layout/src/sider/logo.vue.d.ts +7 -2
- package/dist/lib/components/layout-anchor/index.d.ts +5 -0
- package/dist/lib/components/layout-anchor/src/layout-auchor.vue.d.ts +5 -0
- package/dist/lib/components/layout-pattern/index.d.ts +1 -170
- package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +1 -169
- package/dist/lib/components/list-page-layout/index.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/common/columnSetting/columnSetting.vue.d.ts +1 -0
- package/dist/lib/components/list-page-layout/src/components/common/record-modal/mock.d.ts +1 -1
- package/dist/lib/components/list-page-layout/src/components/common/record-modal/record-modal.vue.d.ts +6 -6
- package/dist/lib/components/list-page-layout/src/components/list-content/list-content.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/searchExtend/index.vue.d.ts +2 -2
- package/dist/lib/components/list-page-layout/src/layout.vue.d.ts +1 -1
- package/dist/lib/components/menu/index.d.ts +2 -80
- package/dist/lib/components/modal/index.d.ts +1364 -0
- package/dist/lib/components/modal/src/BasicModal.vue.d.ts +1358 -0
- package/dist/lib/components/modal/src/components/Modal.d.ts +255 -0
- package/dist/lib/components/modal/src/components/ModalClose.vue.d.ts +56 -0
- package/dist/lib/components/modal/src/components/ModalFooter.vue.d.ts +262 -0
- package/dist/lib/components/modal/src/components/ModalHeader.vue.d.ts +19 -0
- package/dist/lib/components/modal/src/components/ModalWrapper.vue.d.ts +102 -0
- package/dist/lib/components/modal/src/hooks/useModal.d.ts +6 -0
- package/dist/lib/components/modal/src/hooks/useModalContext.d.ts +7 -0
- package/dist/lib/components/modal/src/hooks/useModalDrag.d.ts +7 -0
- package/dist/lib/components/modal/src/hooks/useModalFullScreen.d.ts +11 -0
- package/dist/lib/components/modal/src/props.d.ts +150 -0
- package/dist/lib/components/modal/src/typing.d.ts +204 -0
- package/dist/lib/components/page-layout/index.d.ts +175 -2
- package/dist/lib/components/{layout-pattern/src/hook/use-audit-button-hook.d.ts → page-layout/src/hook/use-audit-button.d.ts} +59 -3
- package/dist/lib/components/page-layout/src/hook/use-custom-format.d.ts +9 -0
- package/dist/lib/components/page-layout/src/hook/use-excel-import.d.ts +42 -0
- package/dist/lib/components/page-layout/src/hook/use-file-upload.d.ts +64 -0
- package/dist/lib/components/page-layout/src/hook/use-grid-events.d.ts +26 -0
- package/dist/lib/components/page-layout/src/hook/use-promise-step.d.ts +33 -1
- package/dist/lib/components/page-layout/src/page-layout.vue.d.ts +174 -1
- package/dist/lib/components/page-layout/src/util.d.ts +18 -2
- 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/index.d.ts +6 -0
- package/dist/lib/components/relation-graph/src/relation-graph.vue.d.ts +89 -0
- package/dist/lib/components/remote-select/index.d.ts +2 -2
- package/dist/lib/components/remote-select/src/remote-select.vue.d.ts +2 -2
- package/dist/lib/components/sale-template/index.d.ts +2 -1
- package/dist/lib/components/scrollContainer/index.d.ts +14 -0
- package/dist/lib/components/scrollContainer/src/ScrollContainer.vue.d.ts +10 -0
- package/dist/lib/components/scrollContainer/src/typing.d.ts +17 -0
- package/dist/lib/components/scrollbar/index.d.ts +80 -0
- package/dist/lib/components/scrollbar/src/Scrollbar.vue.d.ts +73 -0
- package/dist/lib/components/scrollbar/src/bar.d.ts +15 -0
- package/dist/lib/components/scrollbar/src/types.d.ts +18 -0
- package/dist/lib/components/scrollbar/src/util.d.ts +8 -0
- package/dist/lib/components/select/index.d.ts +2 -2
- package/dist/lib/components/select/src/select.vue.d.ts +2 -2
- package/dist/lib/components/select-modal/index.d.ts +2 -2
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +2 -2
- package/dist/lib/components/tree-select/index.d.ts +2 -2
- package/dist/lib/components/tree-select/src/tree-select.vue.d.ts +2 -2
- package/dist/lib/components/upload-file/index.d.ts +4 -4
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +4 -4
- package/dist/lib/components/upload-image/index.d.ts +6 -4
- package/dist/lib/components/upload-image/src/preview.vue.d.ts +16 -0
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +6 -4
- package/dist/lib/hooks/core/useAttrs.d.ts +9 -0
- package/dist/lib/hooks/core/useContext.d.ts +11 -0
- package/dist/lib/hooks/core/useTimeout.d.ts +11 -0
- package/dist/lib/hooks/event/useScrollTo.d.ts +10 -0
- package/dist/lib/hooks/event/useWindowSizeFn.d.ts +7 -0
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/types/index.d.ts +32 -0
- package/dist/lib/utils/domUtils.d.ts +36 -0
- package/dist/lib/utils/event/index.d.ts +3 -0
- package/dist/lib/utils/helper/tsxHelper.d.ts +13 -0
- package/dist/lib/utils/index.d.ts +7 -0
- package/dist/lib/utils/is.d.ts +22 -0
- package/dist/lib/utils/log.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +15 -13
- /package/dist/lib/components/page-layout/src/hook/{use-merge-defaultValues-hook.d.ts → use-merge-defaultValues.d.ts} +0 -0
- /package/dist/lib/components/page-layout/src/hook/{use-page-data-hook.d.ts → use-page-data.d.ts} +0 -0
- /package/dist/lib/components/page-layout/src/hook/{use-ref-instance-hook.d.ts → use-ref-instance.d.ts} +0 -0
- /package/dist/lib/components/page-layout/src/hook/{use-remote-config-hook.d.ts → use-remote-config.d.ts} +0 -0
- /package/dist/lib/components/page-layout/src/hook/{use-uid-hook.d.ts → use-uid.d.ts} +0 -0
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RecordString } from '../select-modal';
|
|
3
|
-
import type { Pattern, LayoutConfig, ComputedFormFieldsItem, CurrentRow, PageButtonArgsFunctionType, ExposeWithPageButtons, PageButtonPayload } from '../edit-page-layout';
|
|
1
|
+
import type { Pattern, LayoutConfig, ComputedFormFieldsItem } from '../edit-page-layout';
|
|
4
2
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
5
3
|
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
6
4
|
import QPageLayoutMode from './src/layout-pattern.vue';
|
|
@@ -27,173 +25,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
27
25
|
patternAppend: string;
|
|
28
26
|
}[]>;
|
|
29
27
|
computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
|
|
30
|
-
currentRow: CurrentRow;
|
|
31
|
-
fileVisible: Ref<boolean>;
|
|
32
|
-
fileProps: Ref<{
|
|
33
|
-
readonly data?: {
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
businessType: string;
|
|
36
|
-
headId: string;
|
|
37
|
-
} | undefined;
|
|
38
|
-
readonly 'onUpdate:visible'?: ((value: boolean) => void) | ((value: boolean) => void)[] | undefined;
|
|
39
|
-
readonly visible?: boolean | undefined;
|
|
40
|
-
readonly currentRow?: {
|
|
41
|
-
[x: string]: unknown;
|
|
42
|
-
templateNumber: string;
|
|
43
|
-
templateVersion: number;
|
|
44
|
-
templateAccount: string;
|
|
45
|
-
busAccount: string;
|
|
46
|
-
elsAccount: string;
|
|
47
|
-
} | undefined;
|
|
48
|
-
readonly action?: string | undefined;
|
|
49
|
-
readonly accept?: string | undefined;
|
|
50
|
-
readonly dictCode?: string | undefined;
|
|
51
|
-
readonly userInfo?: {
|
|
52
|
-
[x: string]: unknown;
|
|
53
|
-
elsAccount: string;
|
|
54
|
-
subAccount: string;
|
|
55
|
-
serivceUrl: string;
|
|
56
|
-
} | undefined;
|
|
57
|
-
readonly role?: string | undefined;
|
|
58
|
-
readonly property?: string | undefined;
|
|
59
|
-
readonly defaultFileType?: string | undefined;
|
|
60
|
-
readonly requiredFileType?: boolean | undefined;
|
|
61
|
-
readonly defaultFileBelong?: string | undefined;
|
|
62
|
-
readonly limitSize?: number | undefined;
|
|
63
|
-
readonly acceptDictCode?: string | undefined;
|
|
64
|
-
readonly maxCount?: number | undefined;
|
|
65
|
-
readonly isOss?: boolean | undefined;
|
|
66
|
-
readonly isGridUpload?: boolean | undefined;
|
|
67
|
-
readonly itemNumberKey?: string | undefined;
|
|
68
|
-
readonly itemNumberLabel?: string | undefined;
|
|
69
|
-
readonly itemNumberValueProp?: string | undefined;
|
|
70
|
-
readonly itemNumberDefaultValue?: string | undefined;
|
|
71
|
-
readonly itemNumberSelectIndex?: boolean | undefined;
|
|
72
|
-
readonly disabledItemNumber?: boolean | undefined;
|
|
73
|
-
readonly itemInfo?: RecordString[] | undefined;
|
|
74
|
-
readonly fileTypeList?: {
|
|
75
|
-
[x: string]: unknown;
|
|
76
|
-
title: string;
|
|
77
|
-
value: string;
|
|
78
|
-
}[] | undefined;
|
|
79
|
-
readonly actionRoutePath?: string | undefined;
|
|
80
|
-
readonly sourceNumberType?: string | undefined;
|
|
81
|
-
readonly onConfirmBeforeUpload?: Function | undefined;
|
|
82
|
-
}>;
|
|
83
|
-
handleChangeFiles: (fileResult: RecordString[]) => void;
|
|
84
|
-
importVisible: Ref<boolean>;
|
|
85
|
-
importProps: Ref<{
|
|
86
|
-
button: {
|
|
87
|
-
title: string;
|
|
88
|
-
i18nKey?: string | undefined;
|
|
89
|
-
key: string | symbol;
|
|
90
|
-
args: PageButtonArgsFunctionType | {
|
|
91
|
-
[x: string]: unknown;
|
|
92
|
-
url: string;
|
|
93
|
-
};
|
|
94
|
-
authorityCode?: string | undefined;
|
|
95
|
-
attrs?: RecordString | undefined;
|
|
96
|
-
icon?: {
|
|
97
|
-
type: string;
|
|
98
|
-
size: number;
|
|
99
|
-
color?: string | undefined;
|
|
100
|
-
} | undefined;
|
|
101
|
-
emit?: boolean | undefined;
|
|
102
|
-
emitKey?: string | undefined;
|
|
103
|
-
showMessage?: boolean | undefined;
|
|
104
|
-
checkBefore?: boolean | undefined;
|
|
105
|
-
confirm?: {
|
|
106
|
-
title: string;
|
|
107
|
-
content: string;
|
|
108
|
-
} | undefined;
|
|
109
|
-
dropdown?: boolean | undefined;
|
|
110
|
-
isExistFrozenSource?: boolean | undefined;
|
|
111
|
-
isExistFrozenSourceUrl?: string | undefined;
|
|
112
|
-
isExistFrozenSourceParams?: ((pageData: RecordString) => RecordString) | undefined;
|
|
113
|
-
disabled?: ((pageData: RecordString) => boolean) | undefined;
|
|
114
|
-
handleBefore?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
115
|
-
handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
116
|
-
callback?: ((payload: PageButtonPayload) => void) | undefined;
|
|
117
|
-
};
|
|
118
|
-
isEditPage: boolean;
|
|
119
|
-
token: string;
|
|
120
|
-
}>;
|
|
121
|
-
auditModalVisible: Ref<boolean>;
|
|
122
|
-
approvalModalVisible: Ref<boolean>;
|
|
123
|
-
nodeHistoryModalVisible: Ref<boolean>;
|
|
124
|
-
auditModalProps: Ref<{
|
|
125
|
-
form?: {
|
|
126
|
-
[x: string]: unknown;
|
|
127
|
-
type: string;
|
|
128
|
-
label: string;
|
|
129
|
-
fieldName: string;
|
|
130
|
-
required?: string | undefined;
|
|
131
|
-
attrs?: ObjectMap | undefined;
|
|
132
|
-
extends?: ObjectMap | undefined;
|
|
133
|
-
dictCode?: string | undefined;
|
|
134
|
-
options?: any[] | undefined;
|
|
135
|
-
click?: ((args: object, formState?: ObjectMap | undefined) => void) | undefined;
|
|
136
|
-
}[] | undefined;
|
|
137
|
-
title?: string | undefined;
|
|
138
|
-
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
139
|
-
visible?: boolean | undefined;
|
|
140
|
-
currentRow?: any;
|
|
141
|
-
businessType?: string | undefined;
|
|
142
|
-
token?: string | undefined;
|
|
143
|
-
busAccount?: string | undefined;
|
|
144
|
-
width?: string | undefined;
|
|
145
|
-
taskAction?: string | undefined;
|
|
146
|
-
needFlow?: string | undefined;
|
|
147
|
-
flowIframeUrl?: string | undefined;
|
|
148
|
-
customParams?: Record<string, any> | undefined;
|
|
149
|
-
}>;
|
|
150
|
-
auditModalConfirm: Ref<any>;
|
|
151
|
-
auditModalCancel: Ref<any>;
|
|
152
|
-
flowVisible: Ref<boolean>;
|
|
153
|
-
flowProps: Ref<{
|
|
154
|
-
button?: {
|
|
155
|
-
title: string;
|
|
156
|
-
i18nKey?: string | undefined;
|
|
157
|
-
key: string | symbol;
|
|
158
|
-
args: PageButtonArgsFunctionType | {
|
|
159
|
-
[x: string]: unknown;
|
|
160
|
-
url: string;
|
|
161
|
-
};
|
|
162
|
-
authorityCode?: string | undefined;
|
|
163
|
-
attrs?: RecordString | undefined;
|
|
164
|
-
icon?: {
|
|
165
|
-
type: string;
|
|
166
|
-
size: number;
|
|
167
|
-
color?: string | undefined;
|
|
168
|
-
} | undefined;
|
|
169
|
-
emit?: boolean | undefined;
|
|
170
|
-
emitKey?: string | undefined;
|
|
171
|
-
showMessage?: boolean | undefined;
|
|
172
|
-
checkBefore?: boolean | undefined;
|
|
173
|
-
confirm?: {
|
|
174
|
-
title: string;
|
|
175
|
-
content: string;
|
|
176
|
-
} | undefined;
|
|
177
|
-
dropdown?: boolean | undefined;
|
|
178
|
-
isExistFrozenSource?: boolean | undefined;
|
|
179
|
-
isExistFrozenSourceUrl?: string | undefined;
|
|
180
|
-
isExistFrozenSourceParams?: ((pageData: RecordString) => RecordString) | undefined;
|
|
181
|
-
disabled?: ((pageData: RecordString) => boolean) | undefined;
|
|
182
|
-
handleBefore?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
183
|
-
handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
184
|
-
callback?: ((payload: PageButtonPayload) => void) | undefined;
|
|
185
|
-
} | undefined;
|
|
186
|
-
title?: string | undefined;
|
|
187
|
-
onChange?: ((args: any) => void) | ((args: any) => void)[] | undefined;
|
|
188
|
-
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
189
|
-
visible?: boolean | undefined;
|
|
190
|
-
currentRow?: any;
|
|
191
|
-
token?: string | undefined;
|
|
192
|
-
width?: string | undefined;
|
|
193
|
-
flowId?: string | undefined;
|
|
194
|
-
isDesign?: boolean | undefined;
|
|
195
|
-
workFlowType?: string | undefined;
|
|
196
|
-
}>;
|
|
197
28
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
198
29
|
title: {
|
|
199
30
|
type: PropType<string>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type { ObjectMap } from '../../list-page-layout';
|
|
2
1
|
import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
-
import type { LayoutConfig,
|
|
2
|
+
import type { LayoutConfig, ComputedFormFieldsItem, Pattern } from '../../edit-page-layout';
|
|
4
3
|
declare const _sfc_main: DefineComponent<{
|
|
5
4
|
title: {
|
|
6
5
|
type: PropType<string>;
|
|
@@ -22,173 +21,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
22
21
|
patternAppend: string;
|
|
23
22
|
}[]>;
|
|
24
23
|
computedCustomSlotFields: ComputedRef<ComputedFormFieldsItem[]>;
|
|
25
|
-
currentRow: CurrentRow;
|
|
26
|
-
fileVisible: Ref<boolean>;
|
|
27
|
-
fileProps: Ref<{
|
|
28
|
-
readonly data?: {
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
businessType: string;
|
|
31
|
-
headId: string;
|
|
32
|
-
} | undefined;
|
|
33
|
-
readonly 'onUpdate:visible'?: ((value: boolean) => void) | ((value: boolean) => void)[] | undefined;
|
|
34
|
-
readonly visible?: boolean | undefined;
|
|
35
|
-
readonly currentRow?: {
|
|
36
|
-
[x: string]: unknown;
|
|
37
|
-
templateNumber: string;
|
|
38
|
-
templateVersion: number;
|
|
39
|
-
templateAccount: string;
|
|
40
|
-
busAccount: string;
|
|
41
|
-
elsAccount: string;
|
|
42
|
-
} | undefined;
|
|
43
|
-
readonly action?: string | undefined;
|
|
44
|
-
readonly accept?: string | undefined;
|
|
45
|
-
readonly dictCode?: string | undefined;
|
|
46
|
-
readonly userInfo?: {
|
|
47
|
-
[x: string]: unknown;
|
|
48
|
-
elsAccount: string;
|
|
49
|
-
subAccount: string;
|
|
50
|
-
serivceUrl: string;
|
|
51
|
-
} | undefined;
|
|
52
|
-
readonly role?: string | undefined;
|
|
53
|
-
readonly property?: string | undefined;
|
|
54
|
-
readonly defaultFileType?: string | undefined;
|
|
55
|
-
readonly requiredFileType?: boolean | undefined;
|
|
56
|
-
readonly defaultFileBelong?: string | undefined;
|
|
57
|
-
readonly limitSize?: number | undefined;
|
|
58
|
-
readonly acceptDictCode?: string | undefined;
|
|
59
|
-
readonly maxCount?: number | undefined;
|
|
60
|
-
readonly isOss?: boolean | undefined;
|
|
61
|
-
readonly isGridUpload?: boolean | undefined;
|
|
62
|
-
readonly itemNumberKey?: string | undefined;
|
|
63
|
-
readonly itemNumberLabel?: string | undefined;
|
|
64
|
-
readonly itemNumberValueProp?: string | undefined;
|
|
65
|
-
readonly itemNumberDefaultValue?: string | undefined;
|
|
66
|
-
readonly itemNumberSelectIndex?: boolean | undefined;
|
|
67
|
-
readonly disabledItemNumber?: boolean | undefined;
|
|
68
|
-
readonly itemInfo?: RecordString[] | undefined;
|
|
69
|
-
readonly fileTypeList?: {
|
|
70
|
-
[x: string]: unknown;
|
|
71
|
-
title: string;
|
|
72
|
-
value: string;
|
|
73
|
-
}[] | undefined;
|
|
74
|
-
readonly actionRoutePath?: string | undefined;
|
|
75
|
-
readonly sourceNumberType?: string | undefined;
|
|
76
|
-
readonly onConfirmBeforeUpload?: Function | undefined;
|
|
77
|
-
}>;
|
|
78
|
-
handleChangeFiles: (fileResult: RecordString[]) => void;
|
|
79
|
-
importVisible: Ref<boolean>;
|
|
80
|
-
importProps: Ref<{
|
|
81
|
-
button: {
|
|
82
|
-
title: string;
|
|
83
|
-
i18nKey?: string | undefined;
|
|
84
|
-
key: string | symbol;
|
|
85
|
-
args: PageButtonArgsFunctionType | {
|
|
86
|
-
[x: string]: unknown;
|
|
87
|
-
url: string;
|
|
88
|
-
};
|
|
89
|
-
authorityCode?: string | undefined;
|
|
90
|
-
attrs?: RecordString | undefined;
|
|
91
|
-
icon?: {
|
|
92
|
-
type: string;
|
|
93
|
-
size: number;
|
|
94
|
-
color?: string | undefined;
|
|
95
|
-
} | undefined;
|
|
96
|
-
emit?: boolean | undefined;
|
|
97
|
-
emitKey?: string | undefined;
|
|
98
|
-
showMessage?: boolean | undefined;
|
|
99
|
-
checkBefore?: boolean | undefined;
|
|
100
|
-
confirm?: {
|
|
101
|
-
title: string;
|
|
102
|
-
content: string;
|
|
103
|
-
} | undefined;
|
|
104
|
-
dropdown?: boolean | undefined;
|
|
105
|
-
isExistFrozenSource?: boolean | undefined;
|
|
106
|
-
isExistFrozenSourceUrl?: string | undefined;
|
|
107
|
-
isExistFrozenSourceParams?: ((pageData: RecordString) => RecordString) | undefined;
|
|
108
|
-
disabled?: ((pageData: RecordString) => boolean) | undefined;
|
|
109
|
-
handleBefore?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
110
|
-
handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
111
|
-
callback?: ((payload: PageButtonPayload) => void) | undefined;
|
|
112
|
-
};
|
|
113
|
-
isEditPage: boolean;
|
|
114
|
-
token: string;
|
|
115
|
-
}>;
|
|
116
|
-
auditModalVisible: Ref<boolean>;
|
|
117
|
-
approvalModalVisible: Ref<boolean>;
|
|
118
|
-
nodeHistoryModalVisible: Ref<boolean>;
|
|
119
|
-
auditModalProps: Ref<{
|
|
120
|
-
form?: {
|
|
121
|
-
[x: string]: unknown;
|
|
122
|
-
type: string;
|
|
123
|
-
label: string;
|
|
124
|
-
fieldName: string;
|
|
125
|
-
required?: string | undefined;
|
|
126
|
-
attrs?: ObjectMap | undefined;
|
|
127
|
-
extends?: ObjectMap | undefined;
|
|
128
|
-
dictCode?: string | undefined;
|
|
129
|
-
options?: any[] | undefined;
|
|
130
|
-
click?: ((args: object, formState?: ObjectMap | undefined) => void) | undefined;
|
|
131
|
-
}[] | undefined;
|
|
132
|
-
title?: string | undefined;
|
|
133
|
-
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
134
|
-
visible?: boolean | undefined;
|
|
135
|
-
currentRow?: any;
|
|
136
|
-
businessType?: string | undefined;
|
|
137
|
-
token?: string | undefined;
|
|
138
|
-
busAccount?: string | undefined;
|
|
139
|
-
width?: string | undefined;
|
|
140
|
-
taskAction?: string | undefined;
|
|
141
|
-
needFlow?: string | undefined;
|
|
142
|
-
flowIframeUrl?: string | undefined;
|
|
143
|
-
customParams?: Record<string, any> | undefined;
|
|
144
|
-
}>;
|
|
145
|
-
auditModalConfirm: Ref<any>;
|
|
146
|
-
auditModalCancel: Ref<any>;
|
|
147
|
-
flowVisible: Ref<boolean>;
|
|
148
|
-
flowProps: Ref<{
|
|
149
|
-
button?: {
|
|
150
|
-
title: string;
|
|
151
|
-
i18nKey?: string | undefined;
|
|
152
|
-
key: string | symbol;
|
|
153
|
-
args: PageButtonArgsFunctionType | {
|
|
154
|
-
[x: string]: unknown;
|
|
155
|
-
url: string;
|
|
156
|
-
};
|
|
157
|
-
authorityCode?: string | undefined;
|
|
158
|
-
attrs?: RecordString | undefined;
|
|
159
|
-
icon?: {
|
|
160
|
-
type: string;
|
|
161
|
-
size: number;
|
|
162
|
-
color?: string | undefined;
|
|
163
|
-
} | undefined;
|
|
164
|
-
emit?: boolean | undefined;
|
|
165
|
-
emitKey?: string | undefined;
|
|
166
|
-
showMessage?: boolean | undefined;
|
|
167
|
-
checkBefore?: boolean | undefined;
|
|
168
|
-
confirm?: {
|
|
169
|
-
title: string;
|
|
170
|
-
content: string;
|
|
171
|
-
} | undefined;
|
|
172
|
-
dropdown?: boolean | undefined;
|
|
173
|
-
isExistFrozenSource?: boolean | undefined;
|
|
174
|
-
isExistFrozenSourceUrl?: string | undefined;
|
|
175
|
-
isExistFrozenSourceParams?: ((pageData: RecordString) => RecordString) | undefined;
|
|
176
|
-
disabled?: ((pageData: RecordString) => boolean) | undefined;
|
|
177
|
-
handleBefore?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
178
|
-
handleAfter?: ((args: ExposeWithPageButtons) => Promise<ExposeWithPageButtons>) | undefined;
|
|
179
|
-
callback?: ((payload: PageButtonPayload) => void) | undefined;
|
|
180
|
-
} | undefined;
|
|
181
|
-
title?: string | undefined;
|
|
182
|
-
onChange?: ((args: any) => void) | ((args: any) => void)[] | undefined;
|
|
183
|
-
'onUpdate:visible'?: ((value: string) => void) | ((value: string) => void)[] | undefined;
|
|
184
|
-
visible?: boolean | undefined;
|
|
185
|
-
currentRow?: any;
|
|
186
|
-
token?: string | undefined;
|
|
187
|
-
width?: string | undefined;
|
|
188
|
-
flowId?: string | undefined;
|
|
189
|
-
isDesign?: boolean | undefined;
|
|
190
|
-
workFlowType?: string | undefined;
|
|
191
|
-
}>;
|
|
192
24
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
193
25
|
title: {
|
|
194
26
|
type: PropType<string>;
|
|
@@ -245,7 +245,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
245
245
|
enabled?: boolean | undefined;
|
|
246
246
|
slots?: any;
|
|
247
247
|
size?: SizeType | undefined;
|
|
248
|
-
layouts?: ("PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "
|
|
248
|
+
layouts?: ("Number" | "PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Jump")[] | undefined;
|
|
249
249
|
currentPage?: number | undefined;
|
|
250
250
|
loading?: boolean | undefined;
|
|
251
251
|
pageSize?: number | undefined;
|
|
@@ -9,6 +9,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
9
9
|
busAccount: Ref<string>;
|
|
10
10
|
open: (columnCode: string) => void;
|
|
11
11
|
close: typeof close;
|
|
12
|
+
modalName: string;
|
|
12
13
|
setFrozenColumn<T extends GridColumn>(listArry: T[]): T[];
|
|
13
14
|
getColumnsList(columnCode: string): Promise<string>;
|
|
14
15
|
getFieldColorsData(item: any): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
type SrmI18n = (i18nKey: string, defaultValue: string, account?: string | number) => string;
|
|
2
2
|
export declare const tabs: string[];
|
|
3
3
|
export declare const operaUrl = "/log/queryOptHisList";
|
|
4
|
-
export declare const auditUrl = "/
|
|
4
|
+
export declare const auditUrl = "/workflow/task/audit/history/list";
|
|
5
5
|
export declare function useMock(srmI18n: SrmI18n): {
|
|
6
6
|
operaPagerConfig: {
|
|
7
7
|
total: number;
|
|
@@ -1860,7 +1860,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
1860
1860
|
}) => VxeTableDefines.ColumnOptions<VxeTableDataRow>[]) | undefined;
|
|
1861
1861
|
} | undefined;
|
|
1862
1862
|
editConfig?: {
|
|
1863
|
-
trigger?: "" | "click" | "
|
|
1863
|
+
trigger?: "" | "click" | "dblclick" | "manual" | null | undefined;
|
|
1864
1864
|
enabled?: boolean | undefined;
|
|
1865
1865
|
mode?: string | undefined;
|
|
1866
1866
|
icon?: string | undefined;
|
|
@@ -1923,7 +1923,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
1923
1923
|
scrollToLeftOnChange?: boolean | undefined;
|
|
1924
1924
|
} | undefined;
|
|
1925
1925
|
scrollY?: {
|
|
1926
|
-
mode?: "
|
|
1926
|
+
mode?: "wheel" | "default" | undefined;
|
|
1927
1927
|
gt?: number | undefined;
|
|
1928
1928
|
oSize?: number | undefined;
|
|
1929
1929
|
enabled?: boolean | undefined;
|
|
@@ -2202,7 +2202,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
2202
2202
|
enabled?: boolean | undefined;
|
|
2203
2203
|
slots?: any;
|
|
2204
2204
|
size?: SizeType | undefined;
|
|
2205
|
-
layouts?: ("PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "
|
|
2205
|
+
layouts?: ("Number" | "PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Jump")[] | undefined;
|
|
2206
2206
|
currentPage?: number | undefined;
|
|
2207
2207
|
loading?: boolean | undefined;
|
|
2208
2208
|
pageSize?: number | undefined;
|
|
@@ -4422,7 +4422,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
4422
4422
|
}) => VxeTableDefines.ColumnOptions<VxeTableDataRow>[]) | undefined;
|
|
4423
4423
|
} | undefined;
|
|
4424
4424
|
editConfig?: {
|
|
4425
|
-
trigger?: "" | "click" | "
|
|
4425
|
+
trigger?: "" | "click" | "dblclick" | "manual" | null | undefined;
|
|
4426
4426
|
enabled?: boolean | undefined;
|
|
4427
4427
|
mode?: string | undefined;
|
|
4428
4428
|
icon?: string | undefined;
|
|
@@ -4485,7 +4485,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
4485
4485
|
scrollToLeftOnChange?: boolean | undefined;
|
|
4486
4486
|
} | undefined;
|
|
4487
4487
|
scrollY?: {
|
|
4488
|
-
mode?: "
|
|
4488
|
+
mode?: "wheel" | "default" | undefined;
|
|
4489
4489
|
gt?: number | undefined;
|
|
4490
4490
|
oSize?: number | undefined;
|
|
4491
4491
|
enabled?: boolean | undefined;
|
|
@@ -4764,7 +4764,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
4764
4764
|
enabled?: boolean | undefined;
|
|
4765
4765
|
slots?: any;
|
|
4766
4766
|
size?: SizeType | undefined;
|
|
4767
|
-
layouts?: ("PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "
|
|
4767
|
+
layouts?: ("Number" | "PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Jump")[] | undefined;
|
|
4768
4768
|
currentPage?: number | undefined;
|
|
4769
4769
|
loading?: boolean | undefined;
|
|
4770
4770
|
pageSize?: number | undefined;
|
package/dist/lib/components/list-page-layout/src/components/list-content/list-content.vue.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
73
73
|
}>;
|
|
74
74
|
disableHandle: (item: OptColumnListItem, row: ObjectMap) => boolean | undefined;
|
|
75
75
|
optionsButtonsCallBack: ({ row, column, $rowIndex, optionItem, $columnIndex, click }: OptionsButtonsCallBack) => Promise<false | undefined>;
|
|
76
|
-
initRowLadderJson: (jsonData: any) =>
|
|
76
|
+
initRowLadderJson: (jsonData: any) => never[];
|
|
77
77
|
defaultRowLadderJson: (jsonData: any) => string;
|
|
78
78
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
79
79
|
loading: {
|
package/dist/lib/components/list-page-layout/src/components/list-header/list-header.vue.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, VNodePro
|
|
|
3
3
|
import type { PageData, ApiUrls, QueryParamsItem, TabListItem, ObjectMap, UserInfo } from '../../list-page-layout-types';
|
|
4
4
|
declare const _sfc_main: DefineComponent<{}, {
|
|
5
5
|
ns: UseNamespace;
|
|
6
|
-
isShowQuickNav: ComputedRef<boolean
|
|
6
|
+
isShowQuickNav: ComputedRef<boolean>;
|
|
7
7
|
normalQuery: (formState: ObjectMap) => void;
|
|
8
8
|
userInfo: UserInfo;
|
|
9
9
|
isShowStatus: ComputedRef<string | false>;
|
package/dist/lib/components/list-page-layout/src/components/list-header/module/query/index.vue.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
19
19
|
filtersOption: (el: QueryFormItemSelect, input: string, option: any) => any;
|
|
20
20
|
handleQuerySelectChange: ({ value }: ISelectArgs, config: QueryFormItem) => void;
|
|
21
21
|
handleQueryInputChange: (event: ObjectMap, config: QueryFormItem) => void;
|
|
22
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
22
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("reset" | "superQuery" | "normalQuery")[], "reset" | "superQuery" | "normalQuery", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
|
|
23
23
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onSuperQuery?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
onNormalQuery?: ((...args: any[]) => any) | undefined;
|
|
@@ -75,7 +75,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
75
75
|
selectValue: Ref<string>;
|
|
76
76
|
selectedKeys: Ref<any>;
|
|
77
77
|
fieldListIndex: Ref<string | number>;
|
|
78
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("
|
|
78
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "callback" | "handleSuperQuery" | "synQueryParams" | "queryParamsModelLength")[], "close" | "callback" | "handleSuperQuery" | "synQueryParams" | "queryParamsModelLength", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
79
79
|
tableCode: {
|
|
80
80
|
type: StringConstructor;
|
|
81
81
|
default: string;
|
|
@@ -99,8 +99,8 @@ declare const _sfc_main: DefineComponent<{
|
|
|
99
99
|
default: null;
|
|
100
100
|
};
|
|
101
101
|
}>> & {
|
|
102
|
-
onCallback?: ((...args: any[]) => any) | undefined;
|
|
103
102
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
103
|
+
onCallback?: ((...args: any[]) => any) | undefined;
|
|
104
104
|
onHandleSuperQuery?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
onSynQueryParams?: ((...args: any[]) => any) | undefined;
|
|
106
106
|
onQueryParamsModelLength?: ((...args: any[]) => any) | undefined;
|
|
@@ -238,7 +238,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
238
238
|
enabled?: boolean | undefined;
|
|
239
239
|
slots?: any;
|
|
240
240
|
size?: SizeType | undefined;
|
|
241
|
-
layouts?: ("PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "
|
|
241
|
+
layouts?: ("Number" | "PrevJump" | "PrevPage" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "FullJump" | "PageCount" | "Total" | "Jump")[] | undefined;
|
|
242
242
|
currentPage?: number | undefined;
|
|
243
243
|
loading?: boolean | undefined;
|
|
244
244
|
pageSize?: number | undefined;
|
|
@@ -1,84 +1,6 @@
|
|
|
1
|
-
import type { MenuTheme, MenuMode } from 'ant-design-vue';
|
|
2
|
-
import type { RouteLocationNormalizedLoaded, LocationQuery } from 'vue-router';
|
|
3
|
-
import type { MenuTreeNode } from './src/menu-types';
|
|
4
|
-
import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
5
|
-
import type { SFCWithInstall } from '@qqt-product/utils/dist/modules/withInstall';
|
|
6
1
|
import QMenu from './src/index';
|
|
2
|
+
import type { Plugin } from 'vue';
|
|
7
3
|
export * from './src/menu-types';
|
|
8
4
|
export { QMenu };
|
|
9
|
-
declare const _default:
|
|
10
|
-
readonly menus: {
|
|
11
|
-
readonly type: PropType<MenuTreeNode[]>;
|
|
12
|
-
readonly default: () => never[];
|
|
13
|
-
};
|
|
14
|
-
readonly _route: {
|
|
15
|
-
readonly type: PropType<RouteLocationNormalizedLoaded>;
|
|
16
|
-
readonly default: () => {
|
|
17
|
-
path: string;
|
|
18
|
-
matched: never[];
|
|
19
|
-
};
|
|
20
|
-
readonly required: true;
|
|
21
|
-
};
|
|
22
|
-
readonly _query: {
|
|
23
|
-
readonly type: PropType<LocationQuery>;
|
|
24
|
-
readonly default: () => {};
|
|
25
|
-
};
|
|
26
|
-
readonly theme: {
|
|
27
|
-
readonly type: PropType<MenuTheme>;
|
|
28
|
-
readonly default: "light";
|
|
29
|
-
};
|
|
30
|
-
readonly mode: {
|
|
31
|
-
readonly type: PropType<MenuMode>;
|
|
32
|
-
readonly default: "inline";
|
|
33
|
-
};
|
|
34
|
-
readonly inlineCollapsed: {
|
|
35
|
-
readonly type: PropType<boolean>;
|
|
36
|
-
readonly default: false;
|
|
37
|
-
};
|
|
38
|
-
readonly 'onUpdate:inlineCollapsed': {
|
|
39
|
-
type: PropType<((flag: boolean) => void) | ((flag: boolean) => void)[]>;
|
|
40
|
-
default: unknown;
|
|
41
|
-
};
|
|
42
|
-
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
43
|
-
readonly menus: {
|
|
44
|
-
readonly type: PropType<MenuTreeNode[]>;
|
|
45
|
-
readonly default: () => never[];
|
|
46
|
-
};
|
|
47
|
-
readonly _route: {
|
|
48
|
-
readonly type: PropType<RouteLocationNormalizedLoaded>;
|
|
49
|
-
readonly default: () => {
|
|
50
|
-
path: string;
|
|
51
|
-
matched: never[];
|
|
52
|
-
};
|
|
53
|
-
readonly required: true;
|
|
54
|
-
};
|
|
55
|
-
readonly _query: {
|
|
56
|
-
readonly type: PropType<LocationQuery>;
|
|
57
|
-
readonly default: () => {};
|
|
58
|
-
};
|
|
59
|
-
readonly theme: {
|
|
60
|
-
readonly type: PropType<MenuTheme>;
|
|
61
|
-
readonly default: "light";
|
|
62
|
-
};
|
|
63
|
-
readonly mode: {
|
|
64
|
-
readonly type: PropType<MenuMode>;
|
|
65
|
-
readonly default: "inline";
|
|
66
|
-
};
|
|
67
|
-
readonly inlineCollapsed: {
|
|
68
|
-
readonly type: PropType<boolean>;
|
|
69
|
-
readonly default: false;
|
|
70
|
-
};
|
|
71
|
-
readonly 'onUpdate:inlineCollapsed': {
|
|
72
|
-
type: PropType<((flag: boolean) => void) | ((flag: boolean) => void)[]>;
|
|
73
|
-
default: unknown;
|
|
74
|
-
};
|
|
75
|
-
}>>, {
|
|
76
|
-
readonly mode: MenuMode;
|
|
77
|
-
readonly theme: MenuTheme;
|
|
78
|
-
readonly menus: MenuTreeNode[];
|
|
79
|
-
readonly _route: RouteLocationNormalizedLoaded;
|
|
80
|
-
readonly _query: LocationQuery;
|
|
81
|
-
readonly inlineCollapsed: boolean;
|
|
82
|
-
readonly 'onUpdate:inlineCollapsed': ((flag: boolean) => void) | ((flag: boolean) => void)[];
|
|
83
|
-
}, {}>>;
|
|
5
|
+
declare const _default: Plugin<any[]>;
|
|
84
6
|
export default _default;
|