cnhis-design-vue 3.1.41-release.3 → 3.1.41-release.5
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/es/components/button-print/src/utils/print.d.ts +1 -1
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/form-config/index.d.ts +7 -2
- package/es/components/form-config/src/FormConfig.vue.d.ts +7 -2
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +4 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
- package/es/components/form-config/src/types/index.d.ts +1 -0
- package/es/components/form-render/index.d.ts +1 -1
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/components/form-render/src/FormRender.vue.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
- package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
- package/es/components/form-render/src/hooks/useFormField.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +4 -0
- package/es/components/form-render/src/types/index.d.ts +1 -1
- package/es/components/form-render/src/utils/dom.d.ts +2 -1
- package/es/components/form-render/src/utils/dom.js +1 -1
- package/es/components/iho-table/index.d.ts +3 -3
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.js +1 -1
- package/es/components/recommend-search/index.d.ts +10 -10
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +2 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -1
- package/es/components/steps-wheel/index.d.ts +1 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
- package/es/components/table-filter/index.d.ts +905 -7553
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +42 -3315
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
- package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +456 -2790
- package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
- package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +18 -5
- package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +456 -0
- package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
- package/es/components/table-filter/src/components/{search-modal/set-classification.vue.d.ts → set-classification/index.vue.d.ts} +21 -813
- package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
- package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
- package/es/components/table-filter/src/const/dataOptions.d.ts +1 -25
- package/es/components/table-filter/src/const/dataOptions.js +1 -1
- package/es/components/table-filter/src/hooks/export.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/hooks/useMixins.js +1 -1
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +48 -1137
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +4 -14
- package/es/components/table-filter/style/index.css +1 -1
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
- package/package.json +1 -1
- package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -90
- package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
- package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1472
- package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
- package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
- package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
- package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
- package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
- package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
- package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
- package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
- package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
- package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
- package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
- package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1244
- package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
- package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
- package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
- /package/es/components/table-filter/src/components/table-modal/{TableModal.vue.d.ts → index.vue.d.ts} +0 -0
|
@@ -1,251 +1,28 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import moment from 'moment';
|
|
3
|
-
import 'moment/locale/zh-cn';
|
|
4
1
|
import { PropType } from 'vue';
|
|
5
|
-
import {
|
|
6
|
-
import { AnyObject } from '../../../../../es/shared/types';
|
|
7
|
-
import { ISearchType, IrelationType, IbtnType, IsettingsType, IrowBtnListObj, IPrintType, IPrintAboutType, IOriginConditionType } from '../../../../../es/components/table-filter/src/types';
|
|
2
|
+
import { ISearchType, IsettingsType, IApiServerType } from '../../../../../es/components/table-filter/src/types';
|
|
8
3
|
declare const _default: import("vue").DefineComponent<{
|
|
9
|
-
width: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
searchInputWidth: {
|
|
14
|
-
type: NumberConstructor;
|
|
15
|
-
default: number;
|
|
16
|
-
};
|
|
17
|
-
searchInputPlaceHolder: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
};
|
|
20
|
-
onSearch: {
|
|
21
|
-
type: any;
|
|
22
|
-
};
|
|
23
|
-
rowBtnList: {
|
|
24
|
-
type: PropType<IbtnType[]>;
|
|
25
|
-
default: () => never[];
|
|
26
|
-
};
|
|
27
|
-
paramsData: {
|
|
28
|
-
type: any;
|
|
29
|
-
};
|
|
30
|
-
showButtonTop: {
|
|
31
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
32
|
-
};
|
|
33
4
|
showSettings: {
|
|
34
5
|
type: PropType<IsettingsType>;
|
|
35
6
|
default: () => {};
|
|
36
7
|
};
|
|
37
|
-
clickRowData: {
|
|
38
|
-
type: any;
|
|
39
|
-
};
|
|
40
|
-
value: {
|
|
41
|
-
type: StringConstructor;
|
|
42
|
-
};
|
|
43
8
|
searchFieldList: {
|
|
44
|
-
type: PropType<
|
|
45
|
-
default: () => never[];
|
|
46
|
-
};
|
|
47
|
-
searchFieldLimit: {
|
|
48
|
-
type: ObjectConstructor;
|
|
49
|
-
default: () => {};
|
|
50
|
-
};
|
|
51
|
-
viewList: {
|
|
52
|
-
type: any;
|
|
9
|
+
type: PropType<IApiServerType[]>;
|
|
53
10
|
default: () => never[];
|
|
54
11
|
};
|
|
55
|
-
TypeOfDisplay: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
tableAllCheck: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
};
|
|
62
12
|
classificationIndex: {
|
|
63
13
|
type: NumberConstructor;
|
|
64
14
|
};
|
|
65
|
-
editTableSource: {
|
|
66
|
-
type: StringConstructor;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
showRelatedTreeBtn: {
|
|
70
|
-
type: BooleanConstructor;
|
|
71
|
-
};
|
|
72
|
-
relatedBaseInfo: {
|
|
73
|
-
type: ObjectConstructor;
|
|
74
|
-
};
|
|
75
|
-
onRelatedSearch: {
|
|
76
|
-
type: any;
|
|
77
|
-
};
|
|
78
|
-
showResetFilterBtn: {
|
|
79
|
-
type: BooleanConstructor;
|
|
80
|
-
default: boolean;
|
|
81
|
-
};
|
|
82
15
|
qqConObjCount: {
|
|
83
16
|
type: NumberConstructor;
|
|
84
17
|
default: number;
|
|
85
18
|
};
|
|
86
|
-
conditionType: {
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
};
|
|
89
|
-
countCondition: {
|
|
90
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
91
|
-
};
|
|
92
|
-
countTabCondition: {
|
|
93
|
-
type: NumberConstructor;
|
|
94
|
-
};
|
|
95
|
-
tabConditionNumObj: {
|
|
96
|
-
type: ObjectConstructor;
|
|
97
|
-
default: () => void;
|
|
98
|
-
};
|
|
99
|
-
isRelatedSearchFold: {
|
|
100
|
-
type: BooleanConstructor;
|
|
101
|
-
default: boolean;
|
|
102
|
-
};
|
|
103
|
-
tableId: {
|
|
104
|
-
type: StringConstructor;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
|
-
conditionMap: {
|
|
108
|
-
type: ObjectConstructor;
|
|
109
|
-
default: () => void;
|
|
110
|
-
};
|
|
111
|
-
getFilterData: {
|
|
112
|
-
type: FunctionConstructor;
|
|
113
|
-
};
|
|
114
|
-
oldtableData: {
|
|
115
|
-
type: ArrayConstructor;
|
|
116
|
-
};
|
|
117
|
-
isNestTableClick: {
|
|
118
|
-
type: BooleanConstructor;
|
|
119
|
-
};
|
|
120
|
-
isAdmin: {
|
|
121
|
-
type: BooleanConstructor;
|
|
122
|
-
default: boolean;
|
|
123
|
-
};
|
|
124
|
-
/**
|
|
125
|
-
* 导入量表配置
|
|
126
|
-
*/
|
|
127
|
-
importGuageConfig: {
|
|
128
|
-
type: ObjectConstructor;
|
|
129
|
-
default: () => {
|
|
130
|
-
action: string;
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
/**
|
|
134
|
-
* 打印配置
|
|
135
|
-
*/
|
|
136
|
-
printConfig: {
|
|
137
|
-
type: ObjectConstructor;
|
|
138
|
-
default: () => {
|
|
139
|
-
printBaseUrl: string;
|
|
140
|
-
postStepRule: () => Promise<{}>;
|
|
141
|
-
};
|
|
142
|
-
};
|
|
143
|
-
gettersConfig: {
|
|
144
|
-
type: ObjectConstructor;
|
|
145
|
-
default: () => {
|
|
146
|
-
getIsTile: boolean;
|
|
147
|
-
selectRowObj: never[];
|
|
148
|
-
isInlineOperating: boolean;
|
|
149
|
-
printNumberCache: {};
|
|
150
|
-
};
|
|
151
|
-
};
|
|
152
|
-
/**
|
|
153
|
-
* 是否展示行编辑的按钮
|
|
154
|
-
*/
|
|
155
|
-
visibleInlineOperateBtn: {
|
|
156
|
-
type: BooleanConstructor;
|
|
157
|
-
default: boolean;
|
|
158
|
-
};
|
|
159
|
-
tabConditionList: {
|
|
160
|
-
type: PropType<IOriginConditionType[]>;
|
|
161
|
-
default: () => never[];
|
|
162
|
-
};
|
|
163
|
-
lastOutSearchFieldList: {
|
|
164
|
-
type: PropType<ISearchType[]>;
|
|
165
|
-
default: () => never[];
|
|
166
|
-
};
|
|
167
|
-
lastOutRelationQuickSearch: {
|
|
168
|
-
type: PropType<IrelationType[]>;
|
|
169
|
-
default: () => never[];
|
|
170
|
-
};
|
|
171
|
-
relationTableList: {
|
|
172
|
-
type: PropType<IrelationType[]>;
|
|
173
|
-
default: () => never[];
|
|
174
|
-
};
|
|
175
|
-
/**
|
|
176
|
-
* 筛选外显
|
|
177
|
-
*/
|
|
178
|
-
filterApiConfigOutSearch: {
|
|
179
|
-
type: ObjectConstructor;
|
|
180
|
-
default: () => {};
|
|
181
|
-
};
|
|
182
|
-
useFieldList: {
|
|
183
|
-
type: PropType<ISearchType[]>;
|
|
184
|
-
default: () => never[];
|
|
185
|
-
};
|
|
186
|
-
editTableUid: (NumberConstructor | StringConstructor)[];
|
|
187
|
-
preventReTime: {
|
|
188
|
-
type: NumberConstructor;
|
|
189
|
-
default: number;
|
|
190
|
-
};
|
|
191
|
-
isCardNewBatch: {
|
|
192
|
-
type: BooleanConstructor;
|
|
193
|
-
deafult: boolean;
|
|
194
|
-
};
|
|
195
|
-
isBatchSelect: {
|
|
196
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
197
|
-
default: string;
|
|
198
|
-
};
|
|
199
|
-
filterApiConfig: {
|
|
200
|
-
type: ObjectConstructor;
|
|
201
|
-
};
|
|
202
19
|
}, {
|
|
203
|
-
attrs: any;
|
|
204
|
-
slots: any;
|
|
205
|
-
$dialog: import("naive-ui").DialogApi;
|
|
206
|
-
$message: import("naive-ui").MessageApi;
|
|
207
|
-
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
208
|
-
$utils: {
|
|
209
|
-
getBtnStyle(v: IbtnType): {
|
|
210
|
-
'border-color': string;
|
|
211
|
-
color: string;
|
|
212
|
-
'background-color'?: undefined;
|
|
213
|
-
} | {
|
|
214
|
-
color: string;
|
|
215
|
-
'border-color'?: undefined;
|
|
216
|
-
'background-color'?: undefined;
|
|
217
|
-
} | {
|
|
218
|
-
'background-color': string;
|
|
219
|
-
'border-color': string;
|
|
220
|
-
color?: undefined;
|
|
221
|
-
};
|
|
222
|
-
getRowOperatorIdSetting(row: any, btn: AnyObject): any;
|
|
223
|
-
getAlphafloat(a: any, alpha?: any): number;
|
|
224
|
-
hexToRGBA(hex: string, alpha?: any): "" | {
|
|
225
|
-
r: any;
|
|
226
|
-
g: any;
|
|
227
|
-
b: any;
|
|
228
|
-
a: number;
|
|
229
|
-
};
|
|
230
|
-
handleLabelColor(item: any, isSelect: boolean): {
|
|
231
|
-
color: string;
|
|
232
|
-
background: string;
|
|
233
|
-
borderColor: string;
|
|
234
|
-
};
|
|
235
|
-
formatTime(type: string, time: any): string;
|
|
236
|
-
isJSON(str: any): boolean;
|
|
237
|
-
isArray(val: any): boolean;
|
|
238
|
-
isEmpty(val: any): boolean;
|
|
239
|
-
isString(val: any): boolean;
|
|
240
|
-
isPlainObject(val: any): boolean;
|
|
241
|
-
};
|
|
242
20
|
outQuickSearchFn: {
|
|
243
21
|
handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
244
|
-
handlerInitSearchItem(arr: ISearchType[]
|
|
22
|
+
handlerInitSearchItem(arr: ISearchType[]): void;
|
|
245
23
|
handleSetLabelOptions(labelType: any, el: ISearchType): void;
|
|
246
24
|
getConObj(arr: any): any;
|
|
247
25
|
};
|
|
248
|
-
validConObj: (conObj: any, fieldList: ISearchType[], fieldSearchLimit: any) => any;
|
|
249
26
|
isRender: (cfg: ISearchType) => any;
|
|
250
27
|
getRenderSearchConObj: (cfg: ISearchType) => {
|
|
251
28
|
field_key: string;
|
|
@@ -254,332 +31,63 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
254
31
|
unit: null;
|
|
255
32
|
} | null;
|
|
256
33
|
isExistDefValByRenderWidget: (cfg: ISearchType) => boolean;
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
34
|
+
resetRenderWidgetValue: (cfg: ISearchType) => any;
|
|
35
|
+
transformData: (advancedFilterData: IApiServerType[]) => {
|
|
36
|
+
fieldType: string;
|
|
37
|
+
columnName: string;
|
|
38
|
+
settingObj: {};
|
|
39
|
+
setting: string;
|
|
40
|
+
widgetCfg: {
|
|
41
|
+
isRender: boolean;
|
|
42
|
+
widgetType: string | null;
|
|
43
|
+
valueList: {
|
|
44
|
+
value: any;
|
|
45
|
+
label: string;
|
|
46
|
+
}[] | undefined;
|
|
47
|
+
defaultValue: any;
|
|
48
|
+
defValueUnit: any;
|
|
49
|
+
multiple: boolean;
|
|
50
|
+
};
|
|
51
|
+
title: string;
|
|
52
|
+
alias: string | undefined;
|
|
53
|
+
isShowSearch: number;
|
|
54
|
+
filterExplicit: number;
|
|
55
|
+
explicitRequired: number;
|
|
56
|
+
advanceOptionSetting: string;
|
|
57
|
+
placeholder: string | undefined;
|
|
58
|
+
advanceColWidth: string;
|
|
59
|
+
}[];
|
|
267
60
|
baseLeft: any;
|
|
268
|
-
btnRow: any;
|
|
269
|
-
inputSearchLi: any;
|
|
270
61
|
quickSearchLi: any;
|
|
271
|
-
quicksearch: any;
|
|
272
|
-
search: any;
|
|
273
|
-
rowTileBtnItem: any;
|
|
274
|
-
relatedSearchInput: any;
|
|
275
|
-
baseSearchPlaceholderSpan: any;
|
|
276
|
-
dynamicRef: any;
|
|
277
62
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
278
|
-
width: {
|
|
279
|
-
type: StringConstructor;
|
|
280
|
-
default: string;
|
|
281
|
-
};
|
|
282
|
-
searchInputWidth: {
|
|
283
|
-
type: NumberConstructor;
|
|
284
|
-
default: number;
|
|
285
|
-
};
|
|
286
|
-
searchInputPlaceHolder: {
|
|
287
|
-
type: StringConstructor;
|
|
288
|
-
};
|
|
289
|
-
onSearch: {
|
|
290
|
-
type: any;
|
|
291
|
-
};
|
|
292
|
-
rowBtnList: {
|
|
293
|
-
type: PropType<IbtnType[]>;
|
|
294
|
-
default: () => never[];
|
|
295
|
-
};
|
|
296
|
-
paramsData: {
|
|
297
|
-
type: any;
|
|
298
|
-
};
|
|
299
|
-
showButtonTop: {
|
|
300
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
301
|
-
};
|
|
302
63
|
showSettings: {
|
|
303
64
|
type: PropType<IsettingsType>;
|
|
304
65
|
default: () => {};
|
|
305
66
|
};
|
|
306
|
-
clickRowData: {
|
|
307
|
-
type: any;
|
|
308
|
-
};
|
|
309
|
-
value: {
|
|
310
|
-
type: StringConstructor;
|
|
311
|
-
};
|
|
312
67
|
searchFieldList: {
|
|
313
|
-
type: PropType<
|
|
314
|
-
default: () => never[];
|
|
315
|
-
};
|
|
316
|
-
searchFieldLimit: {
|
|
317
|
-
type: ObjectConstructor;
|
|
318
|
-
default: () => {};
|
|
319
|
-
};
|
|
320
|
-
viewList: {
|
|
321
|
-
type: any;
|
|
68
|
+
type: PropType<IApiServerType[]>;
|
|
322
69
|
default: () => never[];
|
|
323
70
|
};
|
|
324
|
-
TypeOfDisplay: {
|
|
325
|
-
type: StringConstructor;
|
|
326
|
-
default: string;
|
|
327
|
-
};
|
|
328
|
-
tableAllCheck: {
|
|
329
|
-
type: BooleanConstructor;
|
|
330
|
-
};
|
|
331
71
|
classificationIndex: {
|
|
332
72
|
type: NumberConstructor;
|
|
333
73
|
};
|
|
334
|
-
editTableSource: {
|
|
335
|
-
type: StringConstructor;
|
|
336
|
-
default: string;
|
|
337
|
-
};
|
|
338
|
-
showRelatedTreeBtn: {
|
|
339
|
-
type: BooleanConstructor;
|
|
340
|
-
};
|
|
341
|
-
relatedBaseInfo: {
|
|
342
|
-
type: ObjectConstructor;
|
|
343
|
-
};
|
|
344
|
-
onRelatedSearch: {
|
|
345
|
-
type: any;
|
|
346
|
-
};
|
|
347
|
-
showResetFilterBtn: {
|
|
348
|
-
type: BooleanConstructor;
|
|
349
|
-
default: boolean;
|
|
350
|
-
};
|
|
351
74
|
qqConObjCount: {
|
|
352
75
|
type: NumberConstructor;
|
|
353
76
|
default: number;
|
|
354
77
|
};
|
|
355
|
-
conditionType: {
|
|
356
|
-
type: StringConstructor;
|
|
357
|
-
};
|
|
358
|
-
countCondition: {
|
|
359
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
360
|
-
};
|
|
361
|
-
countTabCondition: {
|
|
362
|
-
type: NumberConstructor;
|
|
363
|
-
};
|
|
364
|
-
tabConditionNumObj: {
|
|
365
|
-
type: ObjectConstructor;
|
|
366
|
-
default: () => void;
|
|
367
|
-
};
|
|
368
|
-
isRelatedSearchFold: {
|
|
369
|
-
type: BooleanConstructor;
|
|
370
|
-
default: boolean;
|
|
371
|
-
};
|
|
372
|
-
tableId: {
|
|
373
|
-
type: StringConstructor;
|
|
374
|
-
default: string;
|
|
375
|
-
};
|
|
376
|
-
conditionMap: {
|
|
377
|
-
type: ObjectConstructor;
|
|
378
|
-
default: () => void;
|
|
379
|
-
};
|
|
380
|
-
getFilterData: {
|
|
381
|
-
type: FunctionConstructor;
|
|
382
|
-
};
|
|
383
|
-
oldtableData: {
|
|
384
|
-
type: ArrayConstructor;
|
|
385
|
-
};
|
|
386
|
-
isNestTableClick: {
|
|
387
|
-
type: BooleanConstructor;
|
|
388
|
-
};
|
|
389
|
-
isAdmin: {
|
|
390
|
-
type: BooleanConstructor;
|
|
391
|
-
default: boolean;
|
|
392
|
-
};
|
|
393
|
-
/**
|
|
394
|
-
* 导入量表配置
|
|
395
|
-
*/
|
|
396
|
-
importGuageConfig: {
|
|
397
|
-
type: ObjectConstructor;
|
|
398
|
-
default: () => {
|
|
399
|
-
action: string;
|
|
400
|
-
};
|
|
401
|
-
};
|
|
402
|
-
/**
|
|
403
|
-
* 打印配置
|
|
404
|
-
*/
|
|
405
|
-
printConfig: {
|
|
406
|
-
type: ObjectConstructor;
|
|
407
|
-
default: () => {
|
|
408
|
-
printBaseUrl: string;
|
|
409
|
-
postStepRule: () => Promise<{}>;
|
|
410
|
-
};
|
|
411
|
-
};
|
|
412
|
-
gettersConfig: {
|
|
413
|
-
type: ObjectConstructor;
|
|
414
|
-
default: () => {
|
|
415
|
-
getIsTile: boolean;
|
|
416
|
-
selectRowObj: never[];
|
|
417
|
-
isInlineOperating: boolean;
|
|
418
|
-
printNumberCache: {};
|
|
419
|
-
};
|
|
420
|
-
};
|
|
421
|
-
/**
|
|
422
|
-
* 是否展示行编辑的按钮
|
|
423
|
-
*/
|
|
424
|
-
visibleInlineOperateBtn: {
|
|
425
|
-
type: BooleanConstructor;
|
|
426
|
-
default: boolean;
|
|
427
|
-
};
|
|
428
|
-
tabConditionList: {
|
|
429
|
-
type: PropType<IOriginConditionType[]>;
|
|
430
|
-
default: () => never[];
|
|
431
|
-
};
|
|
432
|
-
lastOutSearchFieldList: {
|
|
433
|
-
type: PropType<ISearchType[]>;
|
|
434
|
-
default: () => never[];
|
|
435
|
-
};
|
|
436
|
-
lastOutRelationQuickSearch: {
|
|
437
|
-
type: PropType<IrelationType[]>;
|
|
438
|
-
default: () => never[];
|
|
439
|
-
};
|
|
440
|
-
relationTableList: {
|
|
441
|
-
type: PropType<IrelationType[]>;
|
|
442
|
-
default: () => never[];
|
|
443
|
-
};
|
|
444
|
-
/**
|
|
445
|
-
* 筛选外显
|
|
446
|
-
*/
|
|
447
|
-
filterApiConfigOutSearch: {
|
|
448
|
-
type: ObjectConstructor;
|
|
449
|
-
default: () => {};
|
|
450
|
-
};
|
|
451
|
-
useFieldList: {
|
|
452
|
-
type: PropType<ISearchType[]>;
|
|
453
|
-
default: () => never[];
|
|
454
|
-
};
|
|
455
|
-
editTableUid: (NumberConstructor | StringConstructor)[];
|
|
456
|
-
preventReTime: {
|
|
457
|
-
type: NumberConstructor;
|
|
458
|
-
default: number;
|
|
459
|
-
};
|
|
460
|
-
isCardNewBatch: {
|
|
461
|
-
type: BooleanConstructor;
|
|
462
|
-
deafult: boolean;
|
|
463
|
-
};
|
|
464
|
-
isBatchSelect: {
|
|
465
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
466
|
-
default: string;
|
|
467
|
-
};
|
|
468
|
-
filterApiConfig: {
|
|
469
|
-
type: ObjectConstructor;
|
|
470
|
-
};
|
|
471
78
|
}>> & {
|
|
472
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
473
79
|
onOnSave?: ((...args: any[]) => any) | undefined;
|
|
474
|
-
onTabClick?: ((...args: any[]) => any) | undefined;
|
|
475
|
-
onSetIsTile?: ((...args: any[]) => any) | undefined;
|
|
476
|
-
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
|
477
|
-
onSetConditionMap?: ((...args: any[]) => any) | undefined;
|
|
478
80
|
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
479
|
-
onClearTeamTitleName?: ((...args: any[]) => any) | undefined;
|
|
480
|
-
onBtnEvent?: ((...args: any[]) => any) | undefined;
|
|
481
|
-
onGetClassification?: ((...args: any[]) => any) | undefined;
|
|
482
|
-
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
483
|
-
onReloadList?: ((...args: any[]) => any) | undefined;
|
|
484
|
-
onClickBtn?: ((...args: any[]) => any) | undefined;
|
|
485
|
-
onHandlerSetting?: ((...args: any[]) => any) | undefined;
|
|
486
|
-
onHandlerChangeView?: ((...args: any[]) => any) | undefined;
|
|
487
|
-
onPubResetCheckStatus?: ((...args: any[]) => any) | undefined;
|
|
488
81
|
onHandleReset?: ((...args: any[]) => any) | undefined;
|
|
489
|
-
onChangeCardNewBatch?: ((...args: any[]) => any) | undefined;
|
|
490
|
-
onImportUpdate?: ((...args: any[]) => any) | undefined;
|
|
491
|
-
onBtnEventTree?: ((...args: any[]) => any) | undefined;
|
|
492
82
|
onOutSearchInit?: ((...args: any[]) => any) | undefined;
|
|
493
|
-
onSetBatchSaveRowStatus?: ((...args: any[]) => any) | undefined;
|
|
494
|
-
onSetBatchCancelRowStatus?: ((...args: any[]) => any) | undefined;
|
|
495
|
-
onSetPrintNumberCache?: ((...args: any[]) => any) | undefined;
|
|
496
83
|
}>>;
|
|
497
|
-
|
|
498
|
-
emit: (event: "onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache", ...args: any[]) => void;
|
|
499
|
-
modalVisible: import("vue").Ref<boolean>;
|
|
500
|
-
currentTempId: import("vue").Ref<string>;
|
|
501
|
-
viewCongfigList: import("vue").Ref<never[]>;
|
|
502
|
-
isTile: import("vue").Ref<boolean>;
|
|
503
|
-
conditionList: import("vue").Ref<never[]>;
|
|
504
|
-
displayCategoryList: import("vue").Ref<never[]>;
|
|
505
|
-
settingId: import("vue").Ref<string>;
|
|
506
|
-
searchDefName: import("vue").Ref<string>;
|
|
507
|
-
rowTileBtnList: import("vue").Ref<{
|
|
508
|
-
buttonType: string;
|
|
509
|
-
color: string;
|
|
510
|
-
icon: string;
|
|
511
|
-
id: string;
|
|
512
|
-
isShow: number;
|
|
513
|
-
name: string;
|
|
514
|
-
setting: string;
|
|
515
|
-
settingList: string;
|
|
516
|
-
settingObj: {
|
|
517
|
-
obj_id: string;
|
|
518
|
-
trigger_type: string;
|
|
519
|
-
isTips: string;
|
|
520
|
-
trigger_id?: string | undefined;
|
|
521
|
-
trigger_name?: string | undefined;
|
|
522
|
-
params?: {
|
|
523
|
-
p_name: string;
|
|
524
|
-
p_value: string;
|
|
525
|
-
}[] | undefined;
|
|
526
|
-
editAllRow?: number | undefined;
|
|
527
|
-
tipsMsg?: any;
|
|
528
|
-
newTitle?: string | undefined;
|
|
529
|
-
display?: string | undefined;
|
|
530
|
-
importComponentId?: string | undefined;
|
|
531
|
-
importComponentName?: string | undefined;
|
|
532
|
-
prevStepSetting?: any;
|
|
533
|
-
linkShowType?: string | undefined;
|
|
534
|
-
conditionExpression?: string | undefined;
|
|
535
|
-
conditionParams?: any;
|
|
536
|
-
}[];
|
|
537
|
-
showStyle: string;
|
|
538
|
-
sid: string;
|
|
539
|
-
tableId: string;
|
|
540
|
-
toggle: string;
|
|
541
|
-
type: string;
|
|
542
|
-
alias?: string | undefined;
|
|
543
|
-
buttonRemark?: string | undefined;
|
|
544
|
-
buttonGroup?: any;
|
|
545
|
-
canHandleUniline?: boolean | undefined;
|
|
546
|
-
chooseTwoData?: string | undefined;
|
|
547
|
-
createdTime?: string | undefined;
|
|
548
|
-
dataSource?: string | undefined;
|
|
549
|
-
isButtonGroup?: boolean | undefined;
|
|
550
|
-
isHide?: boolean | undefined;
|
|
551
|
-
isImportGuage?: boolean | undefined;
|
|
552
|
-
iconSetting?: string | undefined;
|
|
553
|
-
isShowFoldGroupBtn?: boolean | undefined;
|
|
554
|
-
isVisible?: boolean | undefined;
|
|
555
|
-
printType?: any;
|
|
556
|
-
quoteSetting?: string | undefined;
|
|
557
|
-
showStyleSetting?: string | undefined;
|
|
558
|
-
strategy?: string | undefined;
|
|
559
|
-
updatedTime?: string | undefined;
|
|
560
|
-
__printConfig?: any;
|
|
561
|
-
}[]>;
|
|
562
|
-
rowFoldBtnList: import("vue").Ref<AnyObject[]>;
|
|
563
|
-
rowPrintBtnList: import("vue").Ref<AnyObject[]>;
|
|
564
|
-
rowFoldHideBtnList: import("vue").Ref<AnyObject[]>;
|
|
565
|
-
rowFoldHideBtnListObj: import("vue").Ref<IrowBtnListObj | undefined>;
|
|
566
|
-
batchRelationBtnIds: import("vue").Ref<string[]>;
|
|
567
|
-
relationBtnBatchBtnIds: import("vue").Ref<string[]>;
|
|
568
|
-
nobutton1: import("vue").Ref<boolean>;
|
|
569
|
-
noSetting1: import("vue").Ref<boolean>;
|
|
570
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
|
571
|
-
modalWidth: import("vue").Ref<string>;
|
|
572
|
-
modalHeight: import("vue").Ref<string>;
|
|
573
|
-
label_max_count: import("vue").Ref<number>;
|
|
84
|
+
emit: (event: "onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit", ...args: any[]) => void;
|
|
574
85
|
baseLeftWidth: import("vue").Ref<number>;
|
|
575
|
-
btnRowWidth: import("vue").Ref<number>;
|
|
576
86
|
classificationWidth: import("vue").Ref<number>;
|
|
577
|
-
inputSearchWidth: import("vue").Ref<number>;
|
|
578
87
|
quickSearchWidth: import("vue").Ref<number>;
|
|
579
|
-
downloadDropdownWidth: import("vue").Ref<number>;
|
|
580
88
|
diffWidth: import("vue").Ref<number>;
|
|
89
|
+
showResetFilterBtn: import("vue").Ref<boolean>;
|
|
581
90
|
resizeFlag: import("vue").Ref<boolean>;
|
|
582
|
-
rowTileBtnListTree: import("vue").Ref<AnyObject[]>;
|
|
583
91
|
outSearchFieldList: import("vue").Ref<{
|
|
584
92
|
columnName: string;
|
|
585
93
|
title: string;
|
|
@@ -728,2553 +236,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
728
236
|
hasFieldList?: any;
|
|
729
237
|
search_DefaultValue?: any;
|
|
730
238
|
}[]>;
|
|
731
|
-
tabIndex: import("vue").Ref<number>;
|
|
732
|
-
printBtnPrevFnWatch: import("vue").Ref<{}>;
|
|
733
|
-
printPrevFinish: import("vue").Ref<boolean>;
|
|
734
|
-
printBtnPrevFnWatchTimeoutTimer: any;
|
|
735
|
-
printBtn: any;
|
|
736
|
-
groupBtnObj: any;
|
|
737
|
-
btnObj: import("vue").Ref<{
|
|
738
|
-
copy: string;
|
|
739
|
-
pencil: string;
|
|
740
|
-
delete: string;
|
|
741
|
-
add: string;
|
|
742
|
-
download: string;
|
|
743
|
-
label: string;
|
|
744
|
-
queding: string;
|
|
745
|
-
del: string;
|
|
746
|
-
}>;
|
|
747
|
-
printBtnStrategys: any;
|
|
748
|
-
outRelationQuickSearch: import("vue").Ref<{
|
|
749
|
-
fieldList?: any;
|
|
750
|
-
valueField?: any;
|
|
751
|
-
primaryField?: any;
|
|
752
|
-
relationField?: any;
|
|
753
|
-
tableId: any;
|
|
754
|
-
parameterConversionId: any;
|
|
755
|
-
converFun: any;
|
|
756
|
-
preConObj: any;
|
|
757
|
-
relationOrgId: any;
|
|
758
|
-
preSqlExpression: any;
|
|
759
|
-
tableName?: string | undefined;
|
|
760
|
-
quote_con?: {
|
|
761
|
-
conObj: {
|
|
762
|
-
con: string;
|
|
763
|
-
field_key: string;
|
|
764
|
-
start_val: number | null;
|
|
765
|
-
end_val?: number | null | undefined;
|
|
766
|
-
unit: string;
|
|
767
|
-
value: any;
|
|
768
|
-
fieldId?: string | undefined;
|
|
769
|
-
fieldType?: string | undefined;
|
|
770
|
-
id?: string | undefined;
|
|
771
|
-
is_compare_field?: boolean | undefined;
|
|
772
|
-
limit_date?: any;
|
|
773
|
-
wordbookValueList?: any;
|
|
774
|
-
};
|
|
775
|
-
sqlExpression: string;
|
|
776
|
-
} | undefined;
|
|
777
|
-
field_key?: string | undefined;
|
|
778
|
-
con?: string | undefined;
|
|
779
|
-
}[]>;
|
|
780
|
-
inputSearchW: import("vue").Ref<number>;
|
|
781
|
-
showPlaceholderPrefix: import("vue").Ref<boolean>;
|
|
782
|
-
isOrgAdmin: import("vue").ComputedRef<boolean>;
|
|
783
|
-
currentValue: import("vue").ComputedRef<string | undefined>;
|
|
784
|
-
allBtn: import("vue").ComputedRef<AnyObject[]>;
|
|
785
|
-
isButtonFolding: import("vue").ComputedRef<boolean>;
|
|
786
|
-
isShowSettingBtn: import("vue").ComputedRef<boolean | undefined>;
|
|
787
|
-
showDownCurSelectData: import("vue").ComputedRef<any>;
|
|
788
|
-
showRowFoldBtnList: import("vue").ComputedRef<(list: AnyObject[], key?: string) => boolean>;
|
|
789
|
-
initPageResize: import("vue").ComputedRef<{
|
|
790
|
-
showSettings: IsettingsType;
|
|
791
|
-
TypeOfDisplay: string;
|
|
792
|
-
classificationIndex: number | undefined;
|
|
793
|
-
}>;
|
|
794
|
-
isShowRowTileBtnItem: import("vue").ComputedRef<(item: IbtnType) => boolean>;
|
|
795
|
-
showRelatedSearchFold: import("vue").ComputedRef<boolean>;
|
|
796
|
-
handlePickerShowTime: import("vue").ComputedRef<(item: any) => false | {
|
|
797
|
-
defaultValue: moment.Moment[];
|
|
798
|
-
}>;
|
|
799
|
-
isShowGroupBtn: import("vue").ComputedRef<boolean>;
|
|
800
|
-
showLi: import("vue").ComputedRef<(item: AnyObject) => any>;
|
|
801
|
-
showLiAdd: import("vue").ComputedRef<(b: AnyObject) => any>;
|
|
802
|
-
showLiFold: import("vue").ComputedRef<(b: AnyObject) => any>;
|
|
803
|
-
getIsTile: import("vue").ComputedRef<any>;
|
|
804
|
-
selectRowObj: import("vue").ComputedRef<any>;
|
|
805
|
-
isInlineOperating: import("vue").ComputedRef<any>;
|
|
806
|
-
printNumberCache: import("vue").ComputedRef<any>;
|
|
807
|
-
isBatchEditing: import("vue").ComputedRef<any>;
|
|
808
|
-
curBatchBtnData: import("vue").ComputedRef<any>;
|
|
809
|
-
isRowEditing: import("vue").ComputedRef<any>;
|
|
810
|
-
showOutSearch: import("vue").ComputedRef<number>;
|
|
811
|
-
showViewList: import("vue").ComputedRef<boolean>;
|
|
812
|
-
optionsValue: import("vue").ComputedRef<(key: string) => any>;
|
|
813
|
-
searchPlaceHolder: import("vue").ComputedRef<string>;
|
|
814
|
-
showRelatedSearch: import("vue").ComputedRef<boolean>;
|
|
815
239
|
showQuickSearch: import("vue").ComputedRef<boolean>;
|
|
816
|
-
|
|
817
|
-
isCard: import("vue").ComputedRef<boolean>;
|
|
818
|
-
setRowTileBtnItem: (el: any) => void;
|
|
819
|
-
tabClick: (index: number) => false | undefined;
|
|
240
|
+
initOutSearchFieldList: (config?: any) => void;
|
|
820
241
|
pageResize: (obj: any) => any;
|
|
242
|
+
handleTileBtnWidth: () => void;
|
|
821
243
|
onResize: () => void;
|
|
822
|
-
saveListIsTile: () => Promise<void>;
|
|
823
|
-
getTableCondiTionListRequest: (first?: boolean) => void;
|
|
824
|
-
getTableCondiTionList: (first?: boolean, conditionMap?: {}) => Promise<unknown>;
|
|
825
|
-
getTableCondiTionListNew: (tableIdVal: string) => Promise<any>;
|
|
826
|
-
foldQuickSearch: () => void;
|
|
827
|
-
openModal: () => void;
|
|
828
|
-
closeModal: () => void;
|
|
829
|
-
resetChangeWindow: () => void;
|
|
830
|
-
changeModalWindow: () => void;
|
|
831
|
-
openSaveToCalss: () => void;
|
|
832
|
-
onSaveSearch: () => void;
|
|
833
|
-
onSave: (obj: any, isOutFilter?: boolean, config?: {}) => false | undefined;
|
|
834
|
-
editTableGetConObj: () => any;
|
|
835
|
-
clearData: () => void;
|
|
836
|
-
handlePrint: (clickBtn: any, btn: IbtnType, type: any, j: number) => void;
|
|
837
|
-
showDrawer: (btn: AnyObject, j: number) => void;
|
|
838
|
-
getUnilineBtn: (BatchBtn: AnyObject) => any;
|
|
839
|
-
handleBtnEvent: (btn: AnyObject, j: number) => void;
|
|
840
|
-
updateTableCondiTion: () => Promise<void>;
|
|
841
|
-
CondiTionListInit: () => Promise<void>;
|
|
842
|
-
saveGetTableCondiTionList: (options: any) => Promise<void>;
|
|
843
|
-
changeSearch: (key: string, item: IbtnType) => void;
|
|
844
|
-
changeSearchTile: (val: boolean) => void;
|
|
845
|
-
openSetting: () => void;
|
|
846
|
-
reloadList: (item: string) => void;
|
|
847
|
-
clickBtn: (data: any, item: AnyObject, index: number, skip: boolean, j: number) => void;
|
|
848
|
-
handleDropdown: (key: string, item: AnyObject) => void;
|
|
849
|
-
handlerOperate: (key: string, item: AnyObject) => void;
|
|
850
|
-
handlerBtnlist: (key: string, item: IbtnType, list: IbtnType[]) => void;
|
|
851
|
-
clickGroupBtn: (btn: IbtnType, j: number) => void;
|
|
852
|
-
handlerSetting: () => void;
|
|
853
|
-
handlerReqAllConfigView: () => void;
|
|
854
|
-
handlerSelectTemp: (e: string, item: DropdownOption) => void;
|
|
855
244
|
isShowSetting: (v: string) => boolean;
|
|
856
|
-
|
|
857
|
-
setBtnStatus: (btn: IbtnType) => void;
|
|
858
|
-
handleButtonGroup: (buttonList: IbtnType[]) => void;
|
|
859
|
-
formatRowBtnList: () => Promise<void>;
|
|
860
|
-
hideInlineOperationBtn: () => void;
|
|
861
|
-
isPrintBtn: (btn: AnyObject) => boolean;
|
|
862
|
-
handleTileBtnWidth: () => void;
|
|
863
|
-
resetCheckStatus: () => void;
|
|
864
|
-
handleReset: () => void;
|
|
865
|
-
changeCardNewBatch: (val: boolean) => void;
|
|
866
|
-
handleUploadChange: (info: any) => void;
|
|
867
|
-
handleOtherConfigInit: () => void;
|
|
868
|
-
handleAddType: (key: string, btn: AnyObject) => void;
|
|
869
|
-
getRowTileBtnList: (btnList: IbtnType[]) => void;
|
|
870
|
-
relatedSearchInputBlur: () => void;
|
|
871
|
-
handleRequestedLabel: (v: string) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
872
|
-
initOutSearchFieldList: (config?: any) => void;
|
|
873
|
-
dealOutFilterHideBtn: () => void;
|
|
245
|
+
foldQuickSearch: () => void;
|
|
874
246
|
outFilterChange: (config?: {}) => void;
|
|
875
|
-
getConObj: (arr: any) => any;
|
|
876
247
|
getConObjParams: () => any;
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
receivePrintSuccessAboutPrint: (res: any, info: IPrintAboutType) => Promise<void>;
|
|
882
|
-
receivePrintSuccess: (res: any, info: IPrintAboutType) => Promise<void>;
|
|
883
|
-
receivePrintError: (res: any) => void;
|
|
884
|
-
resetAllPrintFnWatch: () => void;
|
|
885
|
-
printBtnPrevFnWatchSetTimeout: (reject: any) => void;
|
|
886
|
-
printBtnPrevFn: (clickBtn: any, btn: AnyObject, type: number, j: number) => Promise<unknown>;
|
|
887
|
-
inlineEditClick: () => void;
|
|
888
|
-
handleGetOutSearchInitValue: () => any;
|
|
889
|
-
getFiledRandom_key: (el: ISearchType) => string;
|
|
890
|
-
inlineEditCancel: () => void;
|
|
891
|
-
setBatchSaveRowStatus: (f: any) => void;
|
|
892
|
-
setBatchCancelRowStatus: (f: any) => void;
|
|
893
|
-
setPrintNumberCache: (obj: any) => void;
|
|
894
|
-
getRef: (key: string) => any;
|
|
895
|
-
setOutFilterValues: (obj: any) => Promise<void>;
|
|
896
|
-
setSelectMuiWordBookType: (item: any, val: any) => void;
|
|
248
|
+
getConObj: (arr: any) => any;
|
|
249
|
+
onSave: (obj: any, isOutFilter?: boolean, config?: {}) => void;
|
|
250
|
+
handleReset: () => void;
|
|
251
|
+
resetFunc: (arr: ISearchType[]) => void;
|
|
897
252
|
vResize: {
|
|
898
253
|
mounted(el: any, binding: any): void;
|
|
899
254
|
};
|
|
900
|
-
vPreventReClick: {
|
|
901
|
-
mounted(el: any, binding: any): void;
|
|
902
|
-
};
|
|
903
|
-
PrintBtn: import("../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
904
|
-
printParams: {
|
|
905
|
-
type: PropType<AnyObject[]>;
|
|
906
|
-
};
|
|
907
|
-
params: {
|
|
908
|
-
default: () => never[];
|
|
909
|
-
type: PropType<AnyObject[]>;
|
|
910
|
-
};
|
|
911
|
-
btnText: {
|
|
912
|
-
default: string;
|
|
913
|
-
type: StringConstructor;
|
|
914
|
-
};
|
|
915
|
-
printText: {
|
|
916
|
-
default: string;
|
|
917
|
-
type: StringConstructor;
|
|
918
|
-
};
|
|
919
|
-
previewText: {
|
|
920
|
-
default: string;
|
|
921
|
-
type: StringConstructor;
|
|
922
|
-
};
|
|
923
|
-
pdfLoadText: {
|
|
924
|
-
default: string;
|
|
925
|
-
type: StringConstructor;
|
|
926
|
-
};
|
|
927
|
-
formatEditText: {
|
|
928
|
-
default: string;
|
|
929
|
-
type: StringConstructor;
|
|
930
|
-
};
|
|
931
|
-
prevFn: {
|
|
932
|
-
default: () => Promise<void>;
|
|
933
|
-
type: FunctionConstructor;
|
|
934
|
-
};
|
|
935
|
-
queryPrintFormatByNumber: {
|
|
936
|
-
default: () => Promise<{}>;
|
|
937
|
-
type: FunctionConstructor;
|
|
938
|
-
};
|
|
939
|
-
queryTemplateParams: {
|
|
940
|
-
default: () => Promise<{}>;
|
|
941
|
-
type: FunctionConstructor;
|
|
942
|
-
};
|
|
943
|
-
strategy: {
|
|
944
|
-
default: string;
|
|
945
|
-
type: StringConstructor;
|
|
946
|
-
};
|
|
947
|
-
clickPrevFn: {
|
|
948
|
-
default: () => Promise<boolean>;
|
|
949
|
-
type: FunctionConstructor;
|
|
950
|
-
};
|
|
951
|
-
noDataMsg: {
|
|
952
|
-
default: string;
|
|
953
|
-
type: StringConstructor;
|
|
954
|
-
};
|
|
955
|
-
token: {
|
|
956
|
-
type: StringConstructor;
|
|
957
|
-
};
|
|
958
|
-
printdlgshow: {
|
|
959
|
-
default: string;
|
|
960
|
-
type: StringConstructor;
|
|
961
|
-
};
|
|
962
|
-
btnprint: {
|
|
963
|
-
type: StringConstructor;
|
|
964
|
-
default: string;
|
|
965
|
-
};
|
|
966
|
-
directPrint: {
|
|
967
|
-
type: BooleanConstructor;
|
|
968
|
-
default: boolean;
|
|
969
|
-
};
|
|
970
|
-
}, {
|
|
971
|
-
$message: import("naive-ui").MessageApi;
|
|
972
|
-
printInstance: import("../../../../../es/components/button-print").Print | null;
|
|
973
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
974
|
-
printParams: {
|
|
975
|
-
type: PropType<AnyObject[]>;
|
|
976
|
-
};
|
|
977
|
-
params: {
|
|
978
|
-
default: () => never[];
|
|
979
|
-
type: PropType<AnyObject[]>;
|
|
980
|
-
};
|
|
981
|
-
btnText: {
|
|
982
|
-
default: string;
|
|
983
|
-
type: StringConstructor;
|
|
984
|
-
};
|
|
985
|
-
printText: {
|
|
986
|
-
default: string;
|
|
987
|
-
type: StringConstructor;
|
|
988
|
-
};
|
|
989
|
-
previewText: {
|
|
990
|
-
default: string;
|
|
991
|
-
type: StringConstructor;
|
|
992
|
-
};
|
|
993
|
-
pdfLoadText: {
|
|
994
|
-
default: string;
|
|
995
|
-
type: StringConstructor;
|
|
996
|
-
};
|
|
997
|
-
formatEditText: {
|
|
998
|
-
default: string;
|
|
999
|
-
type: StringConstructor;
|
|
1000
|
-
};
|
|
1001
|
-
prevFn: {
|
|
1002
|
-
default: () => Promise<void>;
|
|
1003
|
-
type: FunctionConstructor;
|
|
1004
|
-
};
|
|
1005
|
-
queryPrintFormatByNumber: {
|
|
1006
|
-
default: () => Promise<{}>;
|
|
1007
|
-
type: FunctionConstructor;
|
|
1008
|
-
};
|
|
1009
|
-
queryTemplateParams: {
|
|
1010
|
-
default: () => Promise<{}>;
|
|
1011
|
-
type: FunctionConstructor;
|
|
1012
|
-
};
|
|
1013
|
-
strategy: {
|
|
1014
|
-
default: string;
|
|
1015
|
-
type: StringConstructor;
|
|
1016
|
-
};
|
|
1017
|
-
clickPrevFn: {
|
|
1018
|
-
default: () => Promise<boolean>;
|
|
1019
|
-
type: FunctionConstructor;
|
|
1020
|
-
};
|
|
1021
|
-
noDataMsg: {
|
|
1022
|
-
default: string;
|
|
1023
|
-
type: StringConstructor;
|
|
1024
|
-
};
|
|
1025
|
-
token: {
|
|
1026
|
-
type: StringConstructor;
|
|
1027
|
-
};
|
|
1028
|
-
printdlgshow: {
|
|
1029
|
-
default: string;
|
|
1030
|
-
type: StringConstructor;
|
|
1031
|
-
};
|
|
1032
|
-
btnprint: {
|
|
1033
|
-
type: StringConstructor;
|
|
1034
|
-
default: string;
|
|
1035
|
-
};
|
|
1036
|
-
directPrint: {
|
|
1037
|
-
type: BooleanConstructor;
|
|
1038
|
-
default: boolean;
|
|
1039
|
-
};
|
|
1040
|
-
}>> & {
|
|
1041
|
-
onError?: ((...args: any[]) => any) | undefined;
|
|
1042
|
-
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
1043
|
-
onClickoutside?: ((...args: any[]) => any) | undefined;
|
|
1044
|
-
}>>;
|
|
1045
|
-
emit: (event: "success" | "error" | "clickoutside", ...args: any[]) => void;
|
|
1046
|
-
state: {
|
|
1047
|
-
spinning: boolean;
|
|
1048
|
-
visible: boolean;
|
|
1049
|
-
formatList: never[];
|
|
1050
|
-
templateParams: {};
|
|
1051
|
-
printParams: never[];
|
|
1052
|
-
currentFormatId: string;
|
|
1053
|
-
identityVerification: {
|
|
1054
|
-
visible: boolean;
|
|
1055
|
-
};
|
|
1056
|
-
isInited: boolean;
|
|
1057
|
-
watchPrintParamsReformatFn: null;
|
|
1058
|
-
spinTimer: null;
|
|
1059
|
-
};
|
|
1060
|
-
options: import("naive-ui").MenuOption[];
|
|
1061
|
-
currentFormatItem: import("vue").ComputedRef<{} | undefined>;
|
|
1062
|
-
formatTitle: import("vue").ComputedRef<any>;
|
|
1063
|
-
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
|
1064
|
-
buttonClick: (origin: string) => Promise<false | undefined>;
|
|
1065
|
-
renderLabel: (option: import("naive-ui").MenuOption) => JSX.Element;
|
|
1066
|
-
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
|
1067
|
-
callLocalServicesErrorCb: (res: unknown) => void;
|
|
1068
|
-
prevFnError: () => void;
|
|
1069
|
-
getPrintParams: (index?: number) => string;
|
|
1070
|
-
getOnceParams: () => string;
|
|
1071
|
-
handleClickPrint: () => void;
|
|
1072
|
-
handleClickPreview: () => Promise<void>;
|
|
1073
|
-
handleClickPdf: () => Promise<void>;
|
|
1074
|
-
handleClickEdit: () => void;
|
|
1075
|
-
handleSelect: (key: string) => void;
|
|
1076
|
-
handleClickOutside: () => void;
|
|
1077
|
-
instantiatePrintSDK: () => false | undefined;
|
|
1078
|
-
getDefaultFormatId: (list: any[], key: string | number) => any;
|
|
1079
|
-
setOptions: () => void;
|
|
1080
|
-
formatFormatList: (list: any[]) => any;
|
|
1081
|
-
requestError: () => boolean;
|
|
1082
|
-
formatDefaultVal: (i: any, tableVal?: any) => any;
|
|
1083
|
-
formatPrintParams: (paramObj: any, fieldList: any[], keyName: string) => any;
|
|
1084
|
-
formatParams: ({ customizeDataset, param }: {
|
|
1085
|
-
customizeDataset?: never[] | undefined;
|
|
1086
|
-
param?: never[] | undefined;
|
|
1087
|
-
}, params?: any[]) => any;
|
|
1088
|
-
initCRM: (formatListResult: any) => Promise<boolean | undefined>;
|
|
1089
|
-
init: () => Promise<boolean>;
|
|
1090
|
-
handleClickBtn: (visible?: boolean) => Promise<false | undefined>;
|
|
1091
|
-
reformatPrintParams: () => void;
|
|
1092
|
-
verifiySuccess: (token: string) => void;
|
|
1093
|
-
directPrint: () => Promise<void>;
|
|
1094
|
-
NDropdown: any;
|
|
1095
|
-
NButton: any;
|
|
1096
|
-
NIcon: any;
|
|
1097
|
-
ChevronDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1098
|
-
IdentityVerification: import("vue").DefineComponent<{
|
|
1099
|
-
verifyUser: {
|
|
1100
|
-
type: FunctionConstructor;
|
|
1101
|
-
required: false;
|
|
1102
|
-
default: () => Promise<void>;
|
|
1103
|
-
};
|
|
1104
|
-
identityVerificationTitle: {
|
|
1105
|
-
type: StringConstructor;
|
|
1106
|
-
required: false;
|
|
1107
|
-
default: string;
|
|
1108
|
-
};
|
|
1109
|
-
modelValue: {
|
|
1110
|
-
type: BooleanConstructor;
|
|
1111
|
-
required: true;
|
|
1112
|
-
};
|
|
1113
|
-
formatId: {
|
|
1114
|
-
type: StringConstructor;
|
|
1115
|
-
required: false;
|
|
1116
|
-
};
|
|
1117
|
-
templateId: {
|
|
1118
|
-
type: StringConstructor;
|
|
1119
|
-
required: false;
|
|
1120
|
-
};
|
|
1121
|
-
}, {
|
|
1122
|
-
$message: import("naive-ui").MessageApi;
|
|
1123
|
-
DEFAULT_FORM: {
|
|
1124
|
-
account: string;
|
|
1125
|
-
password: string;
|
|
1126
|
-
};
|
|
1127
|
-
props: {
|
|
1128
|
-
verifyUser: Function;
|
|
1129
|
-
identityVerificationTitle: string;
|
|
1130
|
-
modelValue: boolean;
|
|
1131
|
-
formatId?: string | undefined;
|
|
1132
|
-
templateId?: string | undefined;
|
|
1133
|
-
};
|
|
1134
|
-
emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
|
|
1135
|
-
editFormRef: import("vue").Ref<{
|
|
1136
|
-
submit: Function;
|
|
1137
|
-
} | null>;
|
|
1138
|
-
showEditForm: import("vue").Ref<boolean>;
|
|
1139
|
-
token: import("vue").Ref<string>;
|
|
1140
|
-
form: {
|
|
1141
|
-
account: string;
|
|
1142
|
-
password: string;
|
|
1143
|
-
};
|
|
1144
|
-
rules: import("naive-ui").FormRules;
|
|
1145
|
-
style: {
|
|
1146
|
-
width: string;
|
|
1147
|
-
};
|
|
1148
|
-
formRef: import("vue").Ref<{
|
|
1149
|
-
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
|
1150
|
-
restoreValidation: () => void;
|
|
1151
|
-
} | null>;
|
|
1152
|
-
handleClickClose: () => void;
|
|
1153
|
-
loading: import("vue").Ref<boolean>;
|
|
1154
|
-
submit: () => Promise<false | undefined>;
|
|
1155
|
-
handleClickSubmit: () => void;
|
|
1156
|
-
submitEditFile: () => Promise<false | undefined>;
|
|
1157
|
-
NButton: any;
|
|
1158
|
-
NModal: any;
|
|
1159
|
-
NForm: any;
|
|
1160
|
-
NFormItem: import("vue").DefineComponent<{
|
|
1161
|
-
readonly label: StringConstructor;
|
|
1162
|
-
readonly labelWidth: PropType<string | number>;
|
|
1163
|
-
readonly labelStyle: PropType<string | import("vue").CSSProperties>;
|
|
1164
|
-
readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
1165
|
-
readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
1166
|
-
readonly path: StringConstructor;
|
|
1167
|
-
readonly first: BooleanConstructor;
|
|
1168
|
-
readonly rulePath: StringConstructor;
|
|
1169
|
-
readonly required: BooleanConstructor;
|
|
1170
|
-
readonly showRequireMark: {
|
|
1171
|
-
readonly type: PropType<boolean | undefined>;
|
|
1172
|
-
readonly default: undefined;
|
|
1173
|
-
};
|
|
1174
|
-
readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
|
|
1175
|
-
readonly showFeedback: {
|
|
1176
|
-
readonly type: PropType<boolean | undefined>;
|
|
1177
|
-
readonly default: undefined;
|
|
1178
|
-
};
|
|
1179
|
-
readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
1180
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
1181
|
-
readonly ignorePathChange: BooleanConstructor;
|
|
1182
|
-
readonly validationStatus: PropType<"error" | "success" | "warning">;
|
|
1183
|
-
readonly feedback: StringConstructor;
|
|
1184
|
-
readonly showLabel: {
|
|
1185
|
-
readonly type: PropType<boolean | undefined>;
|
|
1186
|
-
readonly default: undefined;
|
|
1187
|
-
};
|
|
1188
|
-
readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
|
|
1189
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1190
|
-
blankHeightSmall: string;
|
|
1191
|
-
blankHeightMedium: string;
|
|
1192
|
-
blankHeightLarge: string;
|
|
1193
|
-
lineHeight: string;
|
|
1194
|
-
labelTextColor: string;
|
|
1195
|
-
asteriskColor: string;
|
|
1196
|
-
feedbackTextColorError: string;
|
|
1197
|
-
feedbackTextColorWarning: string;
|
|
1198
|
-
feedbackTextColor: string;
|
|
1199
|
-
feedbackPadding: string;
|
|
1200
|
-
feedbackHeightSmall: string;
|
|
1201
|
-
feedbackHeightMedium: string;
|
|
1202
|
-
feedbackHeightLarge: string;
|
|
1203
|
-
feedbackFontSizeSmall: string;
|
|
1204
|
-
feedbackFontSizeMedium: string;
|
|
1205
|
-
feedbackFontSizeLarge: string;
|
|
1206
|
-
labelFontSizeLeftSmall: string;
|
|
1207
|
-
labelFontSizeLeftMedium: string;
|
|
1208
|
-
labelFontSizeLeftLarge: string;
|
|
1209
|
-
labelFontSizeTopSmall: string;
|
|
1210
|
-
labelFontSizeTopMedium: string;
|
|
1211
|
-
labelFontSizeTopLarge: string;
|
|
1212
|
-
labelHeightSmall: string;
|
|
1213
|
-
labelHeightMedium: string;
|
|
1214
|
-
labelHeightLarge: string;
|
|
1215
|
-
labelPaddingVertical: string;
|
|
1216
|
-
labelPaddingHorizontal: string;
|
|
1217
|
-
labelTextAlignVertical: string;
|
|
1218
|
-
labelTextAlignHorizontal: string;
|
|
1219
|
-
}, any>>;
|
|
1220
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1221
|
-
blankHeightSmall: string;
|
|
1222
|
-
blankHeightMedium: string;
|
|
1223
|
-
blankHeightLarge: string;
|
|
1224
|
-
lineHeight: string;
|
|
1225
|
-
labelTextColor: string;
|
|
1226
|
-
asteriskColor: string;
|
|
1227
|
-
feedbackTextColorError: string;
|
|
1228
|
-
feedbackTextColorWarning: string;
|
|
1229
|
-
feedbackTextColor: string;
|
|
1230
|
-
feedbackPadding: string;
|
|
1231
|
-
feedbackHeightSmall: string;
|
|
1232
|
-
feedbackHeightMedium: string;
|
|
1233
|
-
feedbackHeightLarge: string;
|
|
1234
|
-
feedbackFontSizeSmall: string;
|
|
1235
|
-
feedbackFontSizeMedium: string;
|
|
1236
|
-
feedbackFontSizeLarge: string;
|
|
1237
|
-
labelFontSizeLeftSmall: string;
|
|
1238
|
-
labelFontSizeLeftMedium: string;
|
|
1239
|
-
labelFontSizeLeftLarge: string;
|
|
1240
|
-
labelFontSizeTopSmall: string;
|
|
1241
|
-
labelFontSizeTopMedium: string;
|
|
1242
|
-
labelFontSizeTopLarge: string;
|
|
1243
|
-
labelHeightSmall: string;
|
|
1244
|
-
labelHeightMedium: string;
|
|
1245
|
-
labelHeightLarge: string;
|
|
1246
|
-
labelPaddingVertical: string;
|
|
1247
|
-
labelPaddingHorizontal: string;
|
|
1248
|
-
labelTextAlignVertical: string;
|
|
1249
|
-
labelTextAlignHorizontal: string;
|
|
1250
|
-
}, any>>>;
|
|
1251
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1252
|
-
blankHeightSmall: string;
|
|
1253
|
-
blankHeightMedium: string;
|
|
1254
|
-
blankHeightLarge: string;
|
|
1255
|
-
lineHeight: string;
|
|
1256
|
-
labelTextColor: string;
|
|
1257
|
-
asteriskColor: string;
|
|
1258
|
-
feedbackTextColorError: string;
|
|
1259
|
-
feedbackTextColorWarning: string;
|
|
1260
|
-
feedbackTextColor: string;
|
|
1261
|
-
feedbackPadding: string;
|
|
1262
|
-
feedbackHeightSmall: string;
|
|
1263
|
-
feedbackHeightMedium: string;
|
|
1264
|
-
feedbackHeightLarge: string;
|
|
1265
|
-
feedbackFontSizeSmall: string;
|
|
1266
|
-
feedbackFontSizeMedium: string;
|
|
1267
|
-
feedbackFontSizeLarge: string;
|
|
1268
|
-
labelFontSizeLeftSmall: string;
|
|
1269
|
-
labelFontSizeLeftMedium: string;
|
|
1270
|
-
labelFontSizeLeftLarge: string;
|
|
1271
|
-
labelFontSizeTopSmall: string;
|
|
1272
|
-
labelFontSizeTopMedium: string;
|
|
1273
|
-
labelFontSizeTopLarge: string;
|
|
1274
|
-
labelHeightSmall: string;
|
|
1275
|
-
labelHeightMedium: string;
|
|
1276
|
-
labelHeightLarge: string;
|
|
1277
|
-
labelPaddingVertical: string;
|
|
1278
|
-
labelPaddingHorizontal: string;
|
|
1279
|
-
labelTextAlignVertical: string;
|
|
1280
|
-
labelTextAlignHorizontal: string;
|
|
1281
|
-
}, any>>>;
|
|
1282
|
-
}, {
|
|
1283
|
-
cssVars: import("vue").ComputedRef<{
|
|
1284
|
-
'--n-bezier': string;
|
|
1285
|
-
'--n-line-height': string;
|
|
1286
|
-
'--n-blank-height': string;
|
|
1287
|
-
'--n-label-font-size': string;
|
|
1288
|
-
'--n-label-text-align': string;
|
|
1289
|
-
'--n-label-height': string;
|
|
1290
|
-
'--n-label-padding': string;
|
|
1291
|
-
'--n-asterisk-color': string;
|
|
1292
|
-
'--n-label-text-color': string;
|
|
1293
|
-
'--n-feedback-padding': string;
|
|
1294
|
-
'--n-feedback-font-size': string;
|
|
1295
|
-
'--n-feedback-height': string;
|
|
1296
|
-
'--n-feedback-text-color': string;
|
|
1297
|
-
'--n-feedback-text-color-warning': string;
|
|
1298
|
-
'--n-feedback-text-color-error': string;
|
|
1299
|
-
}> | undefined;
|
|
1300
|
-
themeClass: import("vue").Ref<string>;
|
|
1301
|
-
onRender: () => void;
|
|
1302
|
-
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
1303
|
-
restoreValidation: () => void;
|
|
1304
|
-
path?: string | undefined;
|
|
1305
|
-
internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
|
|
1306
|
-
mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
|
|
1307
|
-
validationErrored: import("vue").Ref<boolean>;
|
|
1308
|
-
mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
|
|
1309
|
-
mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
1310
|
-
mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
|
|
1311
|
-
mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
|
|
1312
|
-
mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
|
|
1313
|
-
mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
|
|
1314
|
-
mergedShowFeedback: import("vue").ComputedRef<boolean>;
|
|
1315
|
-
mergedShowLabel: import("vue").ComputedRef<boolean>;
|
|
1316
|
-
isAutoLabelWidth: import("vue").ComputedRef<boolean>;
|
|
1317
|
-
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
1318
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
1319
|
-
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
1320
|
-
feedbackId: import("vue").Ref<string>;
|
|
1321
|
-
renderExplains: import("vue").Ref<{
|
|
1322
|
-
key: string;
|
|
1323
|
-
render: () => import("vue").VNodeChild;
|
|
1324
|
-
}[]>;
|
|
1325
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1326
|
-
readonly label: StringConstructor;
|
|
1327
|
-
readonly labelWidth: PropType<string | number>;
|
|
1328
|
-
readonly labelStyle: PropType<string | import("vue").CSSProperties>;
|
|
1329
|
-
readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
1330
|
-
readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
1331
|
-
readonly path: StringConstructor;
|
|
1332
|
-
readonly first: BooleanConstructor;
|
|
1333
|
-
readonly rulePath: StringConstructor;
|
|
1334
|
-
readonly required: BooleanConstructor;
|
|
1335
|
-
readonly showRequireMark: {
|
|
1336
|
-
readonly type: PropType<boolean | undefined>;
|
|
1337
|
-
readonly default: undefined;
|
|
1338
|
-
};
|
|
1339
|
-
readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
|
|
1340
|
-
readonly showFeedback: {
|
|
1341
|
-
readonly type: PropType<boolean | undefined>;
|
|
1342
|
-
readonly default: undefined;
|
|
1343
|
-
};
|
|
1344
|
-
readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
1345
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
1346
|
-
readonly ignorePathChange: BooleanConstructor;
|
|
1347
|
-
readonly validationStatus: PropType<"error" | "success" | "warning">;
|
|
1348
|
-
readonly feedback: StringConstructor;
|
|
1349
|
-
readonly showLabel: {
|
|
1350
|
-
readonly type: PropType<boolean | undefined>;
|
|
1351
|
-
readonly default: undefined;
|
|
1352
|
-
};
|
|
1353
|
-
readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
|
|
1354
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1355
|
-
blankHeightSmall: string;
|
|
1356
|
-
blankHeightMedium: string;
|
|
1357
|
-
blankHeightLarge: string;
|
|
1358
|
-
lineHeight: string;
|
|
1359
|
-
labelTextColor: string;
|
|
1360
|
-
asteriskColor: string;
|
|
1361
|
-
feedbackTextColorError: string;
|
|
1362
|
-
feedbackTextColorWarning: string;
|
|
1363
|
-
feedbackTextColor: string;
|
|
1364
|
-
feedbackPadding: string;
|
|
1365
|
-
feedbackHeightSmall: string;
|
|
1366
|
-
feedbackHeightMedium: string;
|
|
1367
|
-
feedbackHeightLarge: string;
|
|
1368
|
-
feedbackFontSizeSmall: string;
|
|
1369
|
-
feedbackFontSizeMedium: string;
|
|
1370
|
-
feedbackFontSizeLarge: string;
|
|
1371
|
-
labelFontSizeLeftSmall: string;
|
|
1372
|
-
labelFontSizeLeftMedium: string;
|
|
1373
|
-
labelFontSizeLeftLarge: string;
|
|
1374
|
-
labelFontSizeTopSmall: string;
|
|
1375
|
-
labelFontSizeTopMedium: string;
|
|
1376
|
-
labelFontSizeTopLarge: string;
|
|
1377
|
-
labelHeightSmall: string;
|
|
1378
|
-
labelHeightMedium: string;
|
|
1379
|
-
labelHeightLarge: string;
|
|
1380
|
-
labelPaddingVertical: string;
|
|
1381
|
-
labelPaddingHorizontal: string;
|
|
1382
|
-
labelTextAlignVertical: string;
|
|
1383
|
-
labelTextAlignHorizontal: string;
|
|
1384
|
-
}, any>>;
|
|
1385
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1386
|
-
blankHeightSmall: string;
|
|
1387
|
-
blankHeightMedium: string;
|
|
1388
|
-
blankHeightLarge: string;
|
|
1389
|
-
lineHeight: string;
|
|
1390
|
-
labelTextColor: string;
|
|
1391
|
-
asteriskColor: string;
|
|
1392
|
-
feedbackTextColorError: string;
|
|
1393
|
-
feedbackTextColorWarning: string;
|
|
1394
|
-
feedbackTextColor: string;
|
|
1395
|
-
feedbackPadding: string;
|
|
1396
|
-
feedbackHeightSmall: string;
|
|
1397
|
-
feedbackHeightMedium: string;
|
|
1398
|
-
feedbackHeightLarge: string;
|
|
1399
|
-
feedbackFontSizeSmall: string;
|
|
1400
|
-
feedbackFontSizeMedium: string;
|
|
1401
|
-
feedbackFontSizeLarge: string;
|
|
1402
|
-
labelFontSizeLeftSmall: string;
|
|
1403
|
-
labelFontSizeLeftMedium: string;
|
|
1404
|
-
labelFontSizeLeftLarge: string;
|
|
1405
|
-
labelFontSizeTopSmall: string;
|
|
1406
|
-
labelFontSizeTopMedium: string;
|
|
1407
|
-
labelFontSizeTopLarge: string;
|
|
1408
|
-
labelHeightSmall: string;
|
|
1409
|
-
labelHeightMedium: string;
|
|
1410
|
-
labelHeightLarge: string;
|
|
1411
|
-
labelPaddingVertical: string;
|
|
1412
|
-
labelPaddingHorizontal: string;
|
|
1413
|
-
labelTextAlignVertical: string;
|
|
1414
|
-
labelTextAlignHorizontal: string;
|
|
1415
|
-
}, any>>>;
|
|
1416
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1417
|
-
blankHeightSmall: string;
|
|
1418
|
-
blankHeightMedium: string;
|
|
1419
|
-
blankHeightLarge: string;
|
|
1420
|
-
lineHeight: string;
|
|
1421
|
-
labelTextColor: string;
|
|
1422
|
-
asteriskColor: string;
|
|
1423
|
-
feedbackTextColorError: string;
|
|
1424
|
-
feedbackTextColorWarning: string;
|
|
1425
|
-
feedbackTextColor: string;
|
|
1426
|
-
feedbackPadding: string;
|
|
1427
|
-
feedbackHeightSmall: string;
|
|
1428
|
-
feedbackHeightMedium: string;
|
|
1429
|
-
feedbackHeightLarge: string;
|
|
1430
|
-
feedbackFontSizeSmall: string;
|
|
1431
|
-
feedbackFontSizeMedium: string;
|
|
1432
|
-
feedbackFontSizeLarge: string;
|
|
1433
|
-
labelFontSizeLeftSmall: string;
|
|
1434
|
-
labelFontSizeLeftMedium: string;
|
|
1435
|
-
labelFontSizeLeftLarge: string;
|
|
1436
|
-
labelFontSizeTopSmall: string;
|
|
1437
|
-
labelFontSizeTopMedium: string;
|
|
1438
|
-
labelFontSizeTopLarge: string;
|
|
1439
|
-
labelHeightSmall: string;
|
|
1440
|
-
labelHeightMedium: string;
|
|
1441
|
-
labelHeightLarge: string;
|
|
1442
|
-
labelPaddingVertical: string;
|
|
1443
|
-
labelPaddingHorizontal: string;
|
|
1444
|
-
labelTextAlignVertical: string;
|
|
1445
|
-
labelTextAlignHorizontal: string;
|
|
1446
|
-
}, any>>>;
|
|
1447
|
-
}>>, {
|
|
1448
|
-
readonly required: boolean;
|
|
1449
|
-
readonly first: boolean;
|
|
1450
|
-
readonly showRequireMark: boolean | undefined;
|
|
1451
|
-
readonly showFeedback: boolean | undefined;
|
|
1452
|
-
readonly showLabel: boolean | undefined;
|
|
1453
|
-
readonly ignorePathChange: boolean;
|
|
1454
|
-
}>;
|
|
1455
|
-
NInput: any;
|
|
1456
|
-
EditFormat: import("vue").DefineComponent<{
|
|
1457
|
-
formatId: {
|
|
1458
|
-
type: StringConstructor;
|
|
1459
|
-
required: false;
|
|
1460
|
-
};
|
|
1461
|
-
token: {
|
|
1462
|
-
type: StringConstructor;
|
|
1463
|
-
required: true;
|
|
1464
|
-
};
|
|
1465
|
-
}, {
|
|
1466
|
-
PROTOCOL: string;
|
|
1467
|
-
HOST: string;
|
|
1468
|
-
BASEURL: string;
|
|
1469
|
-
SAVEIREPORT: string;
|
|
1470
|
-
QUERYFILELIST: string;
|
|
1471
|
-
DELETEFILE: string;
|
|
1472
|
-
instance: import("axios").AxiosInstance;
|
|
1473
|
-
$message: import("naive-ui").MessageApi;
|
|
1474
|
-
props: {
|
|
1475
|
-
formatId?: string | undefined;
|
|
1476
|
-
token: string;
|
|
1477
|
-
};
|
|
1478
|
-
fileList: import("vue").Ref<{
|
|
1479
|
-
id: string;
|
|
1480
|
-
name: string;
|
|
1481
|
-
batchId?: string | null | undefined;
|
|
1482
|
-
percentage?: number | null | undefined;
|
|
1483
|
-
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
|
1484
|
-
url?: string | null | undefined;
|
|
1485
|
-
file?: {
|
|
1486
|
-
readonly lastModified: number;
|
|
1487
|
-
readonly name: string;
|
|
1488
|
-
readonly webkitRelativePath: string;
|
|
1489
|
-
readonly size: number;
|
|
1490
|
-
readonly type: string;
|
|
1491
|
-
arrayBuffer: {
|
|
1492
|
-
(): Promise<ArrayBuffer>;
|
|
1493
|
-
(): Promise<ArrayBuffer>;
|
|
1494
|
-
};
|
|
1495
|
-
slice: {
|
|
1496
|
-
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
1497
|
-
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
1498
|
-
};
|
|
1499
|
-
stream: {
|
|
1500
|
-
(): ReadableStream<Uint8Array>;
|
|
1501
|
-
(): NodeJS.ReadableStream;
|
|
1502
|
-
};
|
|
1503
|
-
text: {
|
|
1504
|
-
(): Promise<string>;
|
|
1505
|
-
(): Promise<string>;
|
|
1506
|
-
};
|
|
1507
|
-
} | null | undefined;
|
|
1508
|
-
thumbnailUrl?: string | null | undefined;
|
|
1509
|
-
type?: string | null | undefined;
|
|
1510
|
-
fullPath?: string | null | undefined;
|
|
1511
|
-
}[]>;
|
|
1512
|
-
queryFileList: () => void;
|
|
1513
|
-
onRemove: (options: {
|
|
1514
|
-
file: import("naive-ui").UploadFileInfo;
|
|
1515
|
-
fileList: import("naive-ui").UploadFileInfo[];
|
|
1516
|
-
}) => Promise<unknown>;
|
|
1517
|
-
submit: (datas: AnyObject) => Promise<unknown>;
|
|
1518
|
-
validateFormat: () => boolean;
|
|
1519
|
-
NForm: any;
|
|
1520
|
-
NFormItem: import("vue").DefineComponent<{
|
|
1521
|
-
readonly label: StringConstructor;
|
|
1522
|
-
readonly labelWidth: PropType<string | number>;
|
|
1523
|
-
readonly labelStyle: PropType<string | import("vue").CSSProperties>;
|
|
1524
|
-
readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
1525
|
-
readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
1526
|
-
readonly path: StringConstructor;
|
|
1527
|
-
readonly first: BooleanConstructor;
|
|
1528
|
-
readonly rulePath: StringConstructor;
|
|
1529
|
-
readonly required: BooleanConstructor;
|
|
1530
|
-
readonly showRequireMark: {
|
|
1531
|
-
readonly type: PropType<boolean | undefined>;
|
|
1532
|
-
readonly default: undefined;
|
|
1533
|
-
};
|
|
1534
|
-
readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
|
|
1535
|
-
readonly showFeedback: {
|
|
1536
|
-
readonly type: PropType<boolean | undefined>;
|
|
1537
|
-
readonly default: undefined;
|
|
1538
|
-
};
|
|
1539
|
-
readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
1540
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
1541
|
-
readonly ignorePathChange: BooleanConstructor;
|
|
1542
|
-
readonly validationStatus: PropType<"error" | "success" | "warning">;
|
|
1543
|
-
readonly feedback: StringConstructor;
|
|
1544
|
-
readonly showLabel: {
|
|
1545
|
-
readonly type: PropType<boolean | undefined>;
|
|
1546
|
-
readonly default: undefined;
|
|
1547
|
-
};
|
|
1548
|
-
readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
|
|
1549
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1550
|
-
blankHeightSmall: string;
|
|
1551
|
-
blankHeightMedium: string;
|
|
1552
|
-
blankHeightLarge: string;
|
|
1553
|
-
lineHeight: string;
|
|
1554
|
-
labelTextColor: string;
|
|
1555
|
-
asteriskColor: string;
|
|
1556
|
-
feedbackTextColorError: string;
|
|
1557
|
-
feedbackTextColorWarning: string;
|
|
1558
|
-
feedbackTextColor: string;
|
|
1559
|
-
feedbackPadding: string;
|
|
1560
|
-
feedbackHeightSmall: string;
|
|
1561
|
-
feedbackHeightMedium: string;
|
|
1562
|
-
feedbackHeightLarge: string;
|
|
1563
|
-
feedbackFontSizeSmall: string;
|
|
1564
|
-
feedbackFontSizeMedium: string;
|
|
1565
|
-
feedbackFontSizeLarge: string;
|
|
1566
|
-
labelFontSizeLeftSmall: string;
|
|
1567
|
-
labelFontSizeLeftMedium: string;
|
|
1568
|
-
labelFontSizeLeftLarge: string;
|
|
1569
|
-
labelFontSizeTopSmall: string;
|
|
1570
|
-
labelFontSizeTopMedium: string;
|
|
1571
|
-
labelFontSizeTopLarge: string;
|
|
1572
|
-
labelHeightSmall: string;
|
|
1573
|
-
labelHeightMedium: string;
|
|
1574
|
-
labelHeightLarge: string;
|
|
1575
|
-
labelPaddingVertical: string;
|
|
1576
|
-
labelPaddingHorizontal: string;
|
|
1577
|
-
labelTextAlignVertical: string;
|
|
1578
|
-
labelTextAlignHorizontal: string;
|
|
1579
|
-
}, any>>;
|
|
1580
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1581
|
-
blankHeightSmall: string;
|
|
1582
|
-
blankHeightMedium: string;
|
|
1583
|
-
blankHeightLarge: string;
|
|
1584
|
-
lineHeight: string;
|
|
1585
|
-
labelTextColor: string;
|
|
1586
|
-
asteriskColor: string;
|
|
1587
|
-
feedbackTextColorError: string;
|
|
1588
|
-
feedbackTextColorWarning: string;
|
|
1589
|
-
feedbackTextColor: string;
|
|
1590
|
-
feedbackPadding: string;
|
|
1591
|
-
feedbackHeightSmall: string;
|
|
1592
|
-
feedbackHeightMedium: string;
|
|
1593
|
-
feedbackHeightLarge: string;
|
|
1594
|
-
feedbackFontSizeSmall: string;
|
|
1595
|
-
feedbackFontSizeMedium: string;
|
|
1596
|
-
feedbackFontSizeLarge: string;
|
|
1597
|
-
labelFontSizeLeftSmall: string;
|
|
1598
|
-
labelFontSizeLeftMedium: string;
|
|
1599
|
-
labelFontSizeLeftLarge: string;
|
|
1600
|
-
labelFontSizeTopSmall: string;
|
|
1601
|
-
labelFontSizeTopMedium: string;
|
|
1602
|
-
labelFontSizeTopLarge: string;
|
|
1603
|
-
labelHeightSmall: string;
|
|
1604
|
-
labelHeightMedium: string;
|
|
1605
|
-
labelHeightLarge: string;
|
|
1606
|
-
labelPaddingVertical: string;
|
|
1607
|
-
labelPaddingHorizontal: string;
|
|
1608
|
-
labelTextAlignVertical: string;
|
|
1609
|
-
labelTextAlignHorizontal: string;
|
|
1610
|
-
}, any>>>;
|
|
1611
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1612
|
-
blankHeightSmall: string;
|
|
1613
|
-
blankHeightMedium: string;
|
|
1614
|
-
blankHeightLarge: string;
|
|
1615
|
-
lineHeight: string;
|
|
1616
|
-
labelTextColor: string;
|
|
1617
|
-
asteriskColor: string;
|
|
1618
|
-
feedbackTextColorError: string;
|
|
1619
|
-
feedbackTextColorWarning: string;
|
|
1620
|
-
feedbackTextColor: string;
|
|
1621
|
-
feedbackPadding: string;
|
|
1622
|
-
feedbackHeightSmall: string;
|
|
1623
|
-
feedbackHeightMedium: string;
|
|
1624
|
-
feedbackHeightLarge: string;
|
|
1625
|
-
feedbackFontSizeSmall: string;
|
|
1626
|
-
feedbackFontSizeMedium: string;
|
|
1627
|
-
feedbackFontSizeLarge: string;
|
|
1628
|
-
labelFontSizeLeftSmall: string;
|
|
1629
|
-
labelFontSizeLeftMedium: string;
|
|
1630
|
-
labelFontSizeLeftLarge: string;
|
|
1631
|
-
labelFontSizeTopSmall: string;
|
|
1632
|
-
labelFontSizeTopMedium: string;
|
|
1633
|
-
labelFontSizeTopLarge: string;
|
|
1634
|
-
labelHeightSmall: string;
|
|
1635
|
-
labelHeightMedium: string;
|
|
1636
|
-
labelHeightLarge: string;
|
|
1637
|
-
labelPaddingVertical: string;
|
|
1638
|
-
labelPaddingHorizontal: string;
|
|
1639
|
-
labelTextAlignVertical: string;
|
|
1640
|
-
labelTextAlignHorizontal: string;
|
|
1641
|
-
}, any>>>;
|
|
1642
|
-
}, {
|
|
1643
|
-
cssVars: import("vue").ComputedRef<{
|
|
1644
|
-
'--n-bezier': string;
|
|
1645
|
-
'--n-line-height': string;
|
|
1646
|
-
'--n-blank-height': string;
|
|
1647
|
-
'--n-label-font-size': string;
|
|
1648
|
-
'--n-label-text-align': string;
|
|
1649
|
-
'--n-label-height': string;
|
|
1650
|
-
'--n-label-padding': string;
|
|
1651
|
-
'--n-asterisk-color': string;
|
|
1652
|
-
'--n-label-text-color': string;
|
|
1653
|
-
'--n-feedback-padding': string;
|
|
1654
|
-
'--n-feedback-font-size': string;
|
|
1655
|
-
'--n-feedback-height': string;
|
|
1656
|
-
'--n-feedback-text-color': string;
|
|
1657
|
-
'--n-feedback-text-color-warning': string;
|
|
1658
|
-
'--n-feedback-text-color-error': string;
|
|
1659
|
-
}> | undefined;
|
|
1660
|
-
themeClass: import("vue").Ref<string>;
|
|
1661
|
-
onRender: () => void;
|
|
1662
|
-
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
1663
|
-
restoreValidation: () => void;
|
|
1664
|
-
path?: string | undefined;
|
|
1665
|
-
internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
|
|
1666
|
-
mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
|
|
1667
|
-
validationErrored: import("vue").Ref<boolean>;
|
|
1668
|
-
mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
|
|
1669
|
-
mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
1670
|
-
mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
|
|
1671
|
-
mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
|
|
1672
|
-
mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
|
|
1673
|
-
mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
|
|
1674
|
-
mergedShowFeedback: import("vue").ComputedRef<boolean>;
|
|
1675
|
-
mergedShowLabel: import("vue").ComputedRef<boolean>;
|
|
1676
|
-
isAutoLabelWidth: import("vue").ComputedRef<boolean>;
|
|
1677
|
-
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
1678
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
1679
|
-
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
1680
|
-
feedbackId: import("vue").Ref<string>;
|
|
1681
|
-
renderExplains: import("vue").Ref<{
|
|
1682
|
-
key: string;
|
|
1683
|
-
render: () => import("vue").VNodeChild;
|
|
1684
|
-
}[]>;
|
|
1685
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1686
|
-
readonly label: StringConstructor;
|
|
1687
|
-
readonly labelWidth: PropType<string | number>;
|
|
1688
|
-
readonly labelStyle: PropType<string | import("vue").CSSProperties>;
|
|
1689
|
-
readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
1690
|
-
readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
1691
|
-
readonly path: StringConstructor;
|
|
1692
|
-
readonly first: BooleanConstructor;
|
|
1693
|
-
readonly rulePath: StringConstructor;
|
|
1694
|
-
readonly required: BooleanConstructor;
|
|
1695
|
-
readonly showRequireMark: {
|
|
1696
|
-
readonly type: PropType<boolean | undefined>;
|
|
1697
|
-
readonly default: undefined;
|
|
1698
|
-
};
|
|
1699
|
-
readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
|
|
1700
|
-
readonly showFeedback: {
|
|
1701
|
-
readonly type: PropType<boolean | undefined>;
|
|
1702
|
-
readonly default: undefined;
|
|
1703
|
-
};
|
|
1704
|
-
readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
1705
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
1706
|
-
readonly ignorePathChange: BooleanConstructor;
|
|
1707
|
-
readonly validationStatus: PropType<"error" | "success" | "warning">;
|
|
1708
|
-
readonly feedback: StringConstructor;
|
|
1709
|
-
readonly showLabel: {
|
|
1710
|
-
readonly type: PropType<boolean | undefined>;
|
|
1711
|
-
readonly default: undefined;
|
|
1712
|
-
};
|
|
1713
|
-
readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
|
|
1714
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1715
|
-
blankHeightSmall: string;
|
|
1716
|
-
blankHeightMedium: string;
|
|
1717
|
-
blankHeightLarge: string;
|
|
1718
|
-
lineHeight: string;
|
|
1719
|
-
labelTextColor: string;
|
|
1720
|
-
asteriskColor: string;
|
|
1721
|
-
feedbackTextColorError: string;
|
|
1722
|
-
feedbackTextColorWarning: string;
|
|
1723
|
-
feedbackTextColor: string;
|
|
1724
|
-
feedbackPadding: string;
|
|
1725
|
-
feedbackHeightSmall: string;
|
|
1726
|
-
feedbackHeightMedium: string;
|
|
1727
|
-
feedbackHeightLarge: string;
|
|
1728
|
-
feedbackFontSizeSmall: string;
|
|
1729
|
-
feedbackFontSizeMedium: string;
|
|
1730
|
-
feedbackFontSizeLarge: string;
|
|
1731
|
-
labelFontSizeLeftSmall: string;
|
|
1732
|
-
labelFontSizeLeftMedium: string;
|
|
1733
|
-
labelFontSizeLeftLarge: string;
|
|
1734
|
-
labelFontSizeTopSmall: string;
|
|
1735
|
-
labelFontSizeTopMedium: string;
|
|
1736
|
-
labelFontSizeTopLarge: string;
|
|
1737
|
-
labelHeightSmall: string;
|
|
1738
|
-
labelHeightMedium: string;
|
|
1739
|
-
labelHeightLarge: string;
|
|
1740
|
-
labelPaddingVertical: string;
|
|
1741
|
-
labelPaddingHorizontal: string;
|
|
1742
|
-
labelTextAlignVertical: string;
|
|
1743
|
-
labelTextAlignHorizontal: string;
|
|
1744
|
-
}, any>>;
|
|
1745
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1746
|
-
blankHeightSmall: string;
|
|
1747
|
-
blankHeightMedium: string;
|
|
1748
|
-
blankHeightLarge: string;
|
|
1749
|
-
lineHeight: string;
|
|
1750
|
-
labelTextColor: string;
|
|
1751
|
-
asteriskColor: string;
|
|
1752
|
-
feedbackTextColorError: string;
|
|
1753
|
-
feedbackTextColorWarning: string;
|
|
1754
|
-
feedbackTextColor: string;
|
|
1755
|
-
feedbackPadding: string;
|
|
1756
|
-
feedbackHeightSmall: string;
|
|
1757
|
-
feedbackHeightMedium: string;
|
|
1758
|
-
feedbackHeightLarge: string;
|
|
1759
|
-
feedbackFontSizeSmall: string;
|
|
1760
|
-
feedbackFontSizeMedium: string;
|
|
1761
|
-
feedbackFontSizeLarge: string;
|
|
1762
|
-
labelFontSizeLeftSmall: string;
|
|
1763
|
-
labelFontSizeLeftMedium: string;
|
|
1764
|
-
labelFontSizeLeftLarge: string;
|
|
1765
|
-
labelFontSizeTopSmall: string;
|
|
1766
|
-
labelFontSizeTopMedium: string;
|
|
1767
|
-
labelFontSizeTopLarge: string;
|
|
1768
|
-
labelHeightSmall: string;
|
|
1769
|
-
labelHeightMedium: string;
|
|
1770
|
-
labelHeightLarge: string;
|
|
1771
|
-
labelPaddingVertical: string;
|
|
1772
|
-
labelPaddingHorizontal: string;
|
|
1773
|
-
labelTextAlignVertical: string;
|
|
1774
|
-
labelTextAlignHorizontal: string;
|
|
1775
|
-
}, any>>>;
|
|
1776
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1777
|
-
blankHeightSmall: string;
|
|
1778
|
-
blankHeightMedium: string;
|
|
1779
|
-
blankHeightLarge: string;
|
|
1780
|
-
lineHeight: string;
|
|
1781
|
-
labelTextColor: string;
|
|
1782
|
-
asteriskColor: string;
|
|
1783
|
-
feedbackTextColorError: string;
|
|
1784
|
-
feedbackTextColorWarning: string;
|
|
1785
|
-
feedbackTextColor: string;
|
|
1786
|
-
feedbackPadding: string;
|
|
1787
|
-
feedbackHeightSmall: string;
|
|
1788
|
-
feedbackHeightMedium: string;
|
|
1789
|
-
feedbackHeightLarge: string;
|
|
1790
|
-
feedbackFontSizeSmall: string;
|
|
1791
|
-
feedbackFontSizeMedium: string;
|
|
1792
|
-
feedbackFontSizeLarge: string;
|
|
1793
|
-
labelFontSizeLeftSmall: string;
|
|
1794
|
-
labelFontSizeLeftMedium: string;
|
|
1795
|
-
labelFontSizeLeftLarge: string;
|
|
1796
|
-
labelFontSizeTopSmall: string;
|
|
1797
|
-
labelFontSizeTopMedium: string;
|
|
1798
|
-
labelFontSizeTopLarge: string;
|
|
1799
|
-
labelHeightSmall: string;
|
|
1800
|
-
labelHeightMedium: string;
|
|
1801
|
-
labelHeightLarge: string;
|
|
1802
|
-
labelPaddingVertical: string;
|
|
1803
|
-
labelPaddingHorizontal: string;
|
|
1804
|
-
labelTextAlignVertical: string;
|
|
1805
|
-
labelTextAlignHorizontal: string;
|
|
1806
|
-
}, any>>>;
|
|
1807
|
-
}>>, {
|
|
1808
|
-
readonly required: boolean;
|
|
1809
|
-
readonly first: boolean;
|
|
1810
|
-
readonly showRequireMark: boolean | undefined;
|
|
1811
|
-
readonly showFeedback: boolean | undefined;
|
|
1812
|
-
readonly showLabel: boolean | undefined;
|
|
1813
|
-
readonly ignorePathChange: boolean;
|
|
1814
|
-
}>;
|
|
1815
|
-
NUpload: any;
|
|
1816
|
-
NUploadDragger: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1817
|
-
NP: import("vue").DefineComponent<{
|
|
1818
|
-
depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
|
|
1819
|
-
theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
1820
|
-
aTextColor: string;
|
|
1821
|
-
blockquoteTextColor: string;
|
|
1822
|
-
blockquotePrefixColor: string;
|
|
1823
|
-
blockquoteLineHeight: string;
|
|
1824
|
-
blockquoteFontSize: string;
|
|
1825
|
-
codeBorderRadius: string;
|
|
1826
|
-
liTextColor: string;
|
|
1827
|
-
liLineHeight: string;
|
|
1828
|
-
liFontSize: string;
|
|
1829
|
-
hrColor: string;
|
|
1830
|
-
headerFontWeight: string;
|
|
1831
|
-
headerTextColor: string;
|
|
1832
|
-
pTextColor: string;
|
|
1833
|
-
pTextColor1Depth: string;
|
|
1834
|
-
pTextColor2Depth: string;
|
|
1835
|
-
pTextColor3Depth: string;
|
|
1836
|
-
pLineHeight: string;
|
|
1837
|
-
pFontSize: string;
|
|
1838
|
-
headerBarColor: string;
|
|
1839
|
-
headerBarColorPrimary: string;
|
|
1840
|
-
headerBarColorInfo: string;
|
|
1841
|
-
headerBarColorError: string;
|
|
1842
|
-
headerBarColorWarning: string;
|
|
1843
|
-
headerBarColorSuccess: string;
|
|
1844
|
-
textColor: string;
|
|
1845
|
-
textColor1Depth: string;
|
|
1846
|
-
textColor2Depth: string;
|
|
1847
|
-
textColor3Depth: string;
|
|
1848
|
-
textColorPrimary: string;
|
|
1849
|
-
textColorInfo: string;
|
|
1850
|
-
textColorSuccess: string;
|
|
1851
|
-
textColorWarning: string;
|
|
1852
|
-
textColorError: string;
|
|
1853
|
-
codeTextColor: string;
|
|
1854
|
-
codeColor: string;
|
|
1855
|
-
codeBorder: string;
|
|
1856
|
-
headerFontSize1: string;
|
|
1857
|
-
headerFontSize2: string;
|
|
1858
|
-
headerFontSize3: string;
|
|
1859
|
-
headerFontSize4: string;
|
|
1860
|
-
headerFontSize5: string;
|
|
1861
|
-
headerFontSize6: string;
|
|
1862
|
-
headerMargin1: string;
|
|
1863
|
-
headerMargin2: string;
|
|
1864
|
-
headerMargin3: string;
|
|
1865
|
-
headerMargin4: string;
|
|
1866
|
-
headerMargin5: string;
|
|
1867
|
-
headerMargin6: string;
|
|
1868
|
-
headerPrefixWidth1: string;
|
|
1869
|
-
headerPrefixWidth2: string;
|
|
1870
|
-
headerPrefixWidth3: string;
|
|
1871
|
-
headerPrefixWidth4: string;
|
|
1872
|
-
headerPrefixWidth5: string;
|
|
1873
|
-
headerPrefixWidth6: string;
|
|
1874
|
-
headerBarWidth1: string;
|
|
1875
|
-
headerBarWidth2: string;
|
|
1876
|
-
headerBarWidth3: string;
|
|
1877
|
-
headerBarWidth4: string;
|
|
1878
|
-
headerBarWidth5: string;
|
|
1879
|
-
headerBarWidth6: string;
|
|
1880
|
-
pMargin: string;
|
|
1881
|
-
liMargin: string;
|
|
1882
|
-
olPadding: string;
|
|
1883
|
-
ulPadding: string;
|
|
1884
|
-
}, any>>;
|
|
1885
|
-
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
1886
|
-
aTextColor: string;
|
|
1887
|
-
blockquoteTextColor: string;
|
|
1888
|
-
blockquotePrefixColor: string;
|
|
1889
|
-
blockquoteLineHeight: string;
|
|
1890
|
-
blockquoteFontSize: string;
|
|
1891
|
-
codeBorderRadius: string;
|
|
1892
|
-
liTextColor: string;
|
|
1893
|
-
liLineHeight: string;
|
|
1894
|
-
liFontSize: string;
|
|
1895
|
-
hrColor: string;
|
|
1896
|
-
headerFontWeight: string;
|
|
1897
|
-
headerTextColor: string;
|
|
1898
|
-
pTextColor: string;
|
|
1899
|
-
pTextColor1Depth: string;
|
|
1900
|
-
pTextColor2Depth: string;
|
|
1901
|
-
pTextColor3Depth: string;
|
|
1902
|
-
pLineHeight: string;
|
|
1903
|
-
pFontSize: string;
|
|
1904
|
-
headerBarColor: string;
|
|
1905
|
-
headerBarColorPrimary: string;
|
|
1906
|
-
headerBarColorInfo: string;
|
|
1907
|
-
headerBarColorError: string;
|
|
1908
|
-
headerBarColorWarning: string;
|
|
1909
|
-
headerBarColorSuccess: string;
|
|
1910
|
-
textColor: string;
|
|
1911
|
-
textColor1Depth: string;
|
|
1912
|
-
textColor2Depth: string;
|
|
1913
|
-
textColor3Depth: string;
|
|
1914
|
-
textColorPrimary: string;
|
|
1915
|
-
textColorInfo: string;
|
|
1916
|
-
textColorSuccess: string;
|
|
1917
|
-
textColorWarning: string;
|
|
1918
|
-
textColorError: string;
|
|
1919
|
-
codeTextColor: string;
|
|
1920
|
-
codeColor: string;
|
|
1921
|
-
codeBorder: string;
|
|
1922
|
-
headerFontSize1: string;
|
|
1923
|
-
headerFontSize2: string;
|
|
1924
|
-
headerFontSize3: string;
|
|
1925
|
-
headerFontSize4: string;
|
|
1926
|
-
headerFontSize5: string;
|
|
1927
|
-
headerFontSize6: string;
|
|
1928
|
-
headerMargin1: string;
|
|
1929
|
-
headerMargin2: string;
|
|
1930
|
-
headerMargin3: string;
|
|
1931
|
-
headerMargin4: string;
|
|
1932
|
-
headerMargin5: string;
|
|
1933
|
-
headerMargin6: string;
|
|
1934
|
-
headerPrefixWidth1: string;
|
|
1935
|
-
headerPrefixWidth2: string;
|
|
1936
|
-
headerPrefixWidth3: string;
|
|
1937
|
-
headerPrefixWidth4: string;
|
|
1938
|
-
headerPrefixWidth5: string;
|
|
1939
|
-
headerPrefixWidth6: string;
|
|
1940
|
-
headerBarWidth1: string;
|
|
1941
|
-
headerBarWidth2: string;
|
|
1942
|
-
headerBarWidth3: string;
|
|
1943
|
-
headerBarWidth4: string;
|
|
1944
|
-
headerBarWidth5: string;
|
|
1945
|
-
headerBarWidth6: string;
|
|
1946
|
-
pMargin: string;
|
|
1947
|
-
liMargin: string;
|
|
1948
|
-
olPadding: string;
|
|
1949
|
-
ulPadding: string;
|
|
1950
|
-
}, any>>>;
|
|
1951
|
-
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
1952
|
-
aTextColor: string;
|
|
1953
|
-
blockquoteTextColor: string;
|
|
1954
|
-
blockquotePrefixColor: string;
|
|
1955
|
-
blockquoteLineHeight: string;
|
|
1956
|
-
blockquoteFontSize: string;
|
|
1957
|
-
codeBorderRadius: string;
|
|
1958
|
-
liTextColor: string;
|
|
1959
|
-
liLineHeight: string;
|
|
1960
|
-
liFontSize: string;
|
|
1961
|
-
hrColor: string;
|
|
1962
|
-
headerFontWeight: string;
|
|
1963
|
-
headerTextColor: string;
|
|
1964
|
-
pTextColor: string;
|
|
1965
|
-
pTextColor1Depth: string;
|
|
1966
|
-
pTextColor2Depth: string;
|
|
1967
|
-
pTextColor3Depth: string;
|
|
1968
|
-
pLineHeight: string;
|
|
1969
|
-
pFontSize: string;
|
|
1970
|
-
headerBarColor: string;
|
|
1971
|
-
headerBarColorPrimary: string;
|
|
1972
|
-
headerBarColorInfo: string;
|
|
1973
|
-
headerBarColorError: string;
|
|
1974
|
-
headerBarColorWarning: string;
|
|
1975
|
-
headerBarColorSuccess: string;
|
|
1976
|
-
textColor: string;
|
|
1977
|
-
textColor1Depth: string;
|
|
1978
|
-
textColor2Depth: string;
|
|
1979
|
-
textColor3Depth: string;
|
|
1980
|
-
textColorPrimary: string;
|
|
1981
|
-
textColorInfo: string;
|
|
1982
|
-
textColorSuccess: string;
|
|
1983
|
-
textColorWarning: string;
|
|
1984
|
-
textColorError: string;
|
|
1985
|
-
codeTextColor: string;
|
|
1986
|
-
codeColor: string;
|
|
1987
|
-
codeBorder: string;
|
|
1988
|
-
headerFontSize1: string;
|
|
1989
|
-
headerFontSize2: string;
|
|
1990
|
-
headerFontSize3: string;
|
|
1991
|
-
headerFontSize4: string;
|
|
1992
|
-
headerFontSize5: string;
|
|
1993
|
-
headerFontSize6: string;
|
|
1994
|
-
headerMargin1: string;
|
|
1995
|
-
headerMargin2: string;
|
|
1996
|
-
headerMargin3: string;
|
|
1997
|
-
headerMargin4: string;
|
|
1998
|
-
headerMargin5: string;
|
|
1999
|
-
headerMargin6: string;
|
|
2000
|
-
headerPrefixWidth1: string;
|
|
2001
|
-
headerPrefixWidth2: string;
|
|
2002
|
-
headerPrefixWidth3: string;
|
|
2003
|
-
headerPrefixWidth4: string;
|
|
2004
|
-
headerPrefixWidth5: string;
|
|
2005
|
-
headerPrefixWidth6: string;
|
|
2006
|
-
headerBarWidth1: string;
|
|
2007
|
-
headerBarWidth2: string;
|
|
2008
|
-
headerBarWidth3: string;
|
|
2009
|
-
headerBarWidth4: string;
|
|
2010
|
-
headerBarWidth5: string;
|
|
2011
|
-
headerBarWidth6: string;
|
|
2012
|
-
pMargin: string;
|
|
2013
|
-
liMargin: string;
|
|
2014
|
-
olPadding: string;
|
|
2015
|
-
ulPadding: string;
|
|
2016
|
-
}, any>>>;
|
|
2017
|
-
}, {
|
|
2018
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
2019
|
-
cssVars: import("vue").ComputedRef<{
|
|
2020
|
-
'--n-bezier': string;
|
|
2021
|
-
'--n-font-size': string;
|
|
2022
|
-
'--n-line-height': string;
|
|
2023
|
-
'--n-margin': string;
|
|
2024
|
-
'--n-text-color': string;
|
|
2025
|
-
}> | undefined;
|
|
2026
|
-
themeClass: import("vue").Ref<string> | undefined;
|
|
2027
|
-
onRender: (() => void) | undefined;
|
|
2028
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2029
|
-
depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
|
|
2030
|
-
theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
2031
|
-
aTextColor: string;
|
|
2032
|
-
blockquoteTextColor: string;
|
|
2033
|
-
blockquotePrefixColor: string;
|
|
2034
|
-
blockquoteLineHeight: string;
|
|
2035
|
-
blockquoteFontSize: string;
|
|
2036
|
-
codeBorderRadius: string;
|
|
2037
|
-
liTextColor: string;
|
|
2038
|
-
liLineHeight: string;
|
|
2039
|
-
liFontSize: string;
|
|
2040
|
-
hrColor: string;
|
|
2041
|
-
headerFontWeight: string;
|
|
2042
|
-
headerTextColor: string;
|
|
2043
|
-
pTextColor: string;
|
|
2044
|
-
pTextColor1Depth: string;
|
|
2045
|
-
pTextColor2Depth: string;
|
|
2046
|
-
pTextColor3Depth: string;
|
|
2047
|
-
pLineHeight: string;
|
|
2048
|
-
pFontSize: string;
|
|
2049
|
-
headerBarColor: string;
|
|
2050
|
-
headerBarColorPrimary: string;
|
|
2051
|
-
headerBarColorInfo: string;
|
|
2052
|
-
headerBarColorError: string;
|
|
2053
|
-
headerBarColorWarning: string;
|
|
2054
|
-
headerBarColorSuccess: string;
|
|
2055
|
-
textColor: string;
|
|
2056
|
-
textColor1Depth: string;
|
|
2057
|
-
textColor2Depth: string;
|
|
2058
|
-
textColor3Depth: string;
|
|
2059
|
-
textColorPrimary: string;
|
|
2060
|
-
textColorInfo: string;
|
|
2061
|
-
textColorSuccess: string;
|
|
2062
|
-
textColorWarning: string;
|
|
2063
|
-
textColorError: string;
|
|
2064
|
-
codeTextColor: string;
|
|
2065
|
-
codeColor: string;
|
|
2066
|
-
codeBorder: string;
|
|
2067
|
-
headerFontSize1: string;
|
|
2068
|
-
headerFontSize2: string;
|
|
2069
|
-
headerFontSize3: string;
|
|
2070
|
-
headerFontSize4: string;
|
|
2071
|
-
headerFontSize5: string;
|
|
2072
|
-
headerFontSize6: string;
|
|
2073
|
-
headerMargin1: string;
|
|
2074
|
-
headerMargin2: string;
|
|
2075
|
-
headerMargin3: string;
|
|
2076
|
-
headerMargin4: string;
|
|
2077
|
-
headerMargin5: string;
|
|
2078
|
-
headerMargin6: string;
|
|
2079
|
-
headerPrefixWidth1: string;
|
|
2080
|
-
headerPrefixWidth2: string;
|
|
2081
|
-
headerPrefixWidth3: string;
|
|
2082
|
-
headerPrefixWidth4: string;
|
|
2083
|
-
headerPrefixWidth5: string;
|
|
2084
|
-
headerPrefixWidth6: string;
|
|
2085
|
-
headerBarWidth1: string;
|
|
2086
|
-
headerBarWidth2: string;
|
|
2087
|
-
headerBarWidth3: string;
|
|
2088
|
-
headerBarWidth4: string;
|
|
2089
|
-
headerBarWidth5: string;
|
|
2090
|
-
headerBarWidth6: string;
|
|
2091
|
-
pMargin: string;
|
|
2092
|
-
liMargin: string;
|
|
2093
|
-
olPadding: string;
|
|
2094
|
-
ulPadding: string;
|
|
2095
|
-
}, any>>;
|
|
2096
|
-
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
2097
|
-
aTextColor: string;
|
|
2098
|
-
blockquoteTextColor: string;
|
|
2099
|
-
blockquotePrefixColor: string;
|
|
2100
|
-
blockquoteLineHeight: string;
|
|
2101
|
-
blockquoteFontSize: string;
|
|
2102
|
-
codeBorderRadius: string;
|
|
2103
|
-
liTextColor: string;
|
|
2104
|
-
liLineHeight: string;
|
|
2105
|
-
liFontSize: string;
|
|
2106
|
-
hrColor: string;
|
|
2107
|
-
headerFontWeight: string;
|
|
2108
|
-
headerTextColor: string;
|
|
2109
|
-
pTextColor: string;
|
|
2110
|
-
pTextColor1Depth: string;
|
|
2111
|
-
pTextColor2Depth: string;
|
|
2112
|
-
pTextColor3Depth: string;
|
|
2113
|
-
pLineHeight: string;
|
|
2114
|
-
pFontSize: string;
|
|
2115
|
-
headerBarColor: string;
|
|
2116
|
-
headerBarColorPrimary: string;
|
|
2117
|
-
headerBarColorInfo: string;
|
|
2118
|
-
headerBarColorError: string;
|
|
2119
|
-
headerBarColorWarning: string;
|
|
2120
|
-
headerBarColorSuccess: string;
|
|
2121
|
-
textColor: string;
|
|
2122
|
-
textColor1Depth: string;
|
|
2123
|
-
textColor2Depth: string;
|
|
2124
|
-
textColor3Depth: string;
|
|
2125
|
-
textColorPrimary: string;
|
|
2126
|
-
textColorInfo: string;
|
|
2127
|
-
textColorSuccess: string;
|
|
2128
|
-
textColorWarning: string;
|
|
2129
|
-
textColorError: string;
|
|
2130
|
-
codeTextColor: string;
|
|
2131
|
-
codeColor: string;
|
|
2132
|
-
codeBorder: string;
|
|
2133
|
-
headerFontSize1: string;
|
|
2134
|
-
headerFontSize2: string;
|
|
2135
|
-
headerFontSize3: string;
|
|
2136
|
-
headerFontSize4: string;
|
|
2137
|
-
headerFontSize5: string;
|
|
2138
|
-
headerFontSize6: string;
|
|
2139
|
-
headerMargin1: string;
|
|
2140
|
-
headerMargin2: string;
|
|
2141
|
-
headerMargin3: string;
|
|
2142
|
-
headerMargin4: string;
|
|
2143
|
-
headerMargin5: string;
|
|
2144
|
-
headerMargin6: string;
|
|
2145
|
-
headerPrefixWidth1: string;
|
|
2146
|
-
headerPrefixWidth2: string;
|
|
2147
|
-
headerPrefixWidth3: string;
|
|
2148
|
-
headerPrefixWidth4: string;
|
|
2149
|
-
headerPrefixWidth5: string;
|
|
2150
|
-
headerPrefixWidth6: string;
|
|
2151
|
-
headerBarWidth1: string;
|
|
2152
|
-
headerBarWidth2: string;
|
|
2153
|
-
headerBarWidth3: string;
|
|
2154
|
-
headerBarWidth4: string;
|
|
2155
|
-
headerBarWidth5: string;
|
|
2156
|
-
headerBarWidth6: string;
|
|
2157
|
-
pMargin: string;
|
|
2158
|
-
liMargin: string;
|
|
2159
|
-
olPadding: string;
|
|
2160
|
-
ulPadding: string;
|
|
2161
|
-
}, any>>>;
|
|
2162
|
-
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
2163
|
-
aTextColor: string;
|
|
2164
|
-
blockquoteTextColor: string;
|
|
2165
|
-
blockquotePrefixColor: string;
|
|
2166
|
-
blockquoteLineHeight: string;
|
|
2167
|
-
blockquoteFontSize: string;
|
|
2168
|
-
codeBorderRadius: string;
|
|
2169
|
-
liTextColor: string;
|
|
2170
|
-
liLineHeight: string;
|
|
2171
|
-
liFontSize: string;
|
|
2172
|
-
hrColor: string;
|
|
2173
|
-
headerFontWeight: string;
|
|
2174
|
-
headerTextColor: string;
|
|
2175
|
-
pTextColor: string;
|
|
2176
|
-
pTextColor1Depth: string;
|
|
2177
|
-
pTextColor2Depth: string;
|
|
2178
|
-
pTextColor3Depth: string;
|
|
2179
|
-
pLineHeight: string;
|
|
2180
|
-
pFontSize: string;
|
|
2181
|
-
headerBarColor: string;
|
|
2182
|
-
headerBarColorPrimary: string;
|
|
2183
|
-
headerBarColorInfo: string;
|
|
2184
|
-
headerBarColorError: string;
|
|
2185
|
-
headerBarColorWarning: string;
|
|
2186
|
-
headerBarColorSuccess: string;
|
|
2187
|
-
textColor: string;
|
|
2188
|
-
textColor1Depth: string;
|
|
2189
|
-
textColor2Depth: string;
|
|
2190
|
-
textColor3Depth: string;
|
|
2191
|
-
textColorPrimary: string;
|
|
2192
|
-
textColorInfo: string;
|
|
2193
|
-
textColorSuccess: string;
|
|
2194
|
-
textColorWarning: string;
|
|
2195
|
-
textColorError: string;
|
|
2196
|
-
codeTextColor: string;
|
|
2197
|
-
codeColor: string;
|
|
2198
|
-
codeBorder: string;
|
|
2199
|
-
headerFontSize1: string;
|
|
2200
|
-
headerFontSize2: string;
|
|
2201
|
-
headerFontSize3: string;
|
|
2202
|
-
headerFontSize4: string;
|
|
2203
|
-
headerFontSize5: string;
|
|
2204
|
-
headerFontSize6: string;
|
|
2205
|
-
headerMargin1: string;
|
|
2206
|
-
headerMargin2: string;
|
|
2207
|
-
headerMargin3: string;
|
|
2208
|
-
headerMargin4: string;
|
|
2209
|
-
headerMargin5: string;
|
|
2210
|
-
headerMargin6: string;
|
|
2211
|
-
headerPrefixWidth1: string;
|
|
2212
|
-
headerPrefixWidth2: string;
|
|
2213
|
-
headerPrefixWidth3: string;
|
|
2214
|
-
headerPrefixWidth4: string;
|
|
2215
|
-
headerPrefixWidth5: string;
|
|
2216
|
-
headerPrefixWidth6: string;
|
|
2217
|
-
headerBarWidth1: string;
|
|
2218
|
-
headerBarWidth2: string;
|
|
2219
|
-
headerBarWidth3: string;
|
|
2220
|
-
headerBarWidth4: string;
|
|
2221
|
-
headerBarWidth5: string;
|
|
2222
|
-
headerBarWidth6: string;
|
|
2223
|
-
pMargin: string;
|
|
2224
|
-
liMargin: string;
|
|
2225
|
-
olPadding: string;
|
|
2226
|
-
ulPadding: string;
|
|
2227
|
-
}, any>>>;
|
|
2228
|
-
}>>, {}>;
|
|
2229
|
-
NIcon: any;
|
|
2230
|
-
NText: import("vue").DefineComponent<{
|
|
2231
|
-
readonly code: BooleanConstructor;
|
|
2232
|
-
readonly type: {
|
|
2233
|
-
readonly type: StringConstructor;
|
|
2234
|
-
readonly default: "default";
|
|
2235
|
-
};
|
|
2236
|
-
readonly delete: BooleanConstructor;
|
|
2237
|
-
readonly strong: BooleanConstructor;
|
|
2238
|
-
readonly italic: BooleanConstructor;
|
|
2239
|
-
readonly underline: BooleanConstructor;
|
|
2240
|
-
readonly depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
|
|
2241
|
-
readonly tag: StringConstructor;
|
|
2242
|
-
readonly as: {
|
|
2243
|
-
readonly type: StringConstructor;
|
|
2244
|
-
readonly validator: () => boolean;
|
|
2245
|
-
readonly default: undefined;
|
|
2246
|
-
};
|
|
2247
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
2248
|
-
aTextColor: string;
|
|
2249
|
-
blockquoteTextColor: string;
|
|
2250
|
-
blockquotePrefixColor: string;
|
|
2251
|
-
blockquoteLineHeight: string;
|
|
2252
|
-
blockquoteFontSize: string;
|
|
2253
|
-
codeBorderRadius: string;
|
|
2254
|
-
liTextColor: string;
|
|
2255
|
-
liLineHeight: string;
|
|
2256
|
-
liFontSize: string;
|
|
2257
|
-
hrColor: string;
|
|
2258
|
-
headerFontWeight: string;
|
|
2259
|
-
headerTextColor: string;
|
|
2260
|
-
pTextColor: string;
|
|
2261
|
-
pTextColor1Depth: string;
|
|
2262
|
-
pTextColor2Depth: string;
|
|
2263
|
-
pTextColor3Depth: string;
|
|
2264
|
-
pLineHeight: string;
|
|
2265
|
-
pFontSize: string;
|
|
2266
|
-
headerBarColor: string;
|
|
2267
|
-
headerBarColorPrimary: string;
|
|
2268
|
-
headerBarColorInfo: string;
|
|
2269
|
-
headerBarColorError: string;
|
|
2270
|
-
headerBarColorWarning: string;
|
|
2271
|
-
headerBarColorSuccess: string;
|
|
2272
|
-
textColor: string;
|
|
2273
|
-
textColor1Depth: string;
|
|
2274
|
-
textColor2Depth: string;
|
|
2275
|
-
textColor3Depth: string;
|
|
2276
|
-
textColorPrimary: string;
|
|
2277
|
-
textColorInfo: string;
|
|
2278
|
-
textColorSuccess: string;
|
|
2279
|
-
textColorWarning: string;
|
|
2280
|
-
textColorError: string;
|
|
2281
|
-
codeTextColor: string;
|
|
2282
|
-
codeColor: string;
|
|
2283
|
-
codeBorder: string;
|
|
2284
|
-
headerFontSize1: string;
|
|
2285
|
-
headerFontSize2: string;
|
|
2286
|
-
headerFontSize3: string;
|
|
2287
|
-
headerFontSize4: string;
|
|
2288
|
-
headerFontSize5: string;
|
|
2289
|
-
headerFontSize6: string;
|
|
2290
|
-
headerMargin1: string;
|
|
2291
|
-
headerMargin2: string;
|
|
2292
|
-
headerMargin3: string;
|
|
2293
|
-
headerMargin4: string;
|
|
2294
|
-
headerMargin5: string;
|
|
2295
|
-
headerMargin6: string;
|
|
2296
|
-
headerPrefixWidth1: string;
|
|
2297
|
-
headerPrefixWidth2: string;
|
|
2298
|
-
headerPrefixWidth3: string;
|
|
2299
|
-
headerPrefixWidth4: string;
|
|
2300
|
-
headerPrefixWidth5: string;
|
|
2301
|
-
headerPrefixWidth6: string;
|
|
2302
|
-
headerBarWidth1: string;
|
|
2303
|
-
headerBarWidth2: string;
|
|
2304
|
-
headerBarWidth3: string;
|
|
2305
|
-
headerBarWidth4: string;
|
|
2306
|
-
headerBarWidth5: string;
|
|
2307
|
-
headerBarWidth6: string;
|
|
2308
|
-
pMargin: string;
|
|
2309
|
-
liMargin: string;
|
|
2310
|
-
olPadding: string;
|
|
2311
|
-
ulPadding: string;
|
|
2312
|
-
}, any>>;
|
|
2313
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
2314
|
-
aTextColor: string;
|
|
2315
|
-
blockquoteTextColor: string;
|
|
2316
|
-
blockquotePrefixColor: string;
|
|
2317
|
-
blockquoteLineHeight: string;
|
|
2318
|
-
blockquoteFontSize: string;
|
|
2319
|
-
codeBorderRadius: string;
|
|
2320
|
-
liTextColor: string;
|
|
2321
|
-
liLineHeight: string;
|
|
2322
|
-
liFontSize: string;
|
|
2323
|
-
hrColor: string;
|
|
2324
|
-
headerFontWeight: string;
|
|
2325
|
-
headerTextColor: string;
|
|
2326
|
-
pTextColor: string;
|
|
2327
|
-
pTextColor1Depth: string;
|
|
2328
|
-
pTextColor2Depth: string;
|
|
2329
|
-
pTextColor3Depth: string;
|
|
2330
|
-
pLineHeight: string;
|
|
2331
|
-
pFontSize: string;
|
|
2332
|
-
headerBarColor: string;
|
|
2333
|
-
headerBarColorPrimary: string;
|
|
2334
|
-
headerBarColorInfo: string;
|
|
2335
|
-
headerBarColorError: string;
|
|
2336
|
-
headerBarColorWarning: string;
|
|
2337
|
-
headerBarColorSuccess: string;
|
|
2338
|
-
textColor: string;
|
|
2339
|
-
textColor1Depth: string;
|
|
2340
|
-
textColor2Depth: string;
|
|
2341
|
-
textColor3Depth: string;
|
|
2342
|
-
textColorPrimary: string;
|
|
2343
|
-
textColorInfo: string;
|
|
2344
|
-
textColorSuccess: string;
|
|
2345
|
-
textColorWarning: string;
|
|
2346
|
-
textColorError: string;
|
|
2347
|
-
codeTextColor: string;
|
|
2348
|
-
codeColor: string;
|
|
2349
|
-
codeBorder: string;
|
|
2350
|
-
headerFontSize1: string;
|
|
2351
|
-
headerFontSize2: string;
|
|
2352
|
-
headerFontSize3: string;
|
|
2353
|
-
headerFontSize4: string;
|
|
2354
|
-
headerFontSize5: string;
|
|
2355
|
-
headerFontSize6: string;
|
|
2356
|
-
headerMargin1: string;
|
|
2357
|
-
headerMargin2: string;
|
|
2358
|
-
headerMargin3: string;
|
|
2359
|
-
headerMargin4: string;
|
|
2360
|
-
headerMargin5: string;
|
|
2361
|
-
headerMargin6: string;
|
|
2362
|
-
headerPrefixWidth1: string;
|
|
2363
|
-
headerPrefixWidth2: string;
|
|
2364
|
-
headerPrefixWidth3: string;
|
|
2365
|
-
headerPrefixWidth4: string;
|
|
2366
|
-
headerPrefixWidth5: string;
|
|
2367
|
-
headerPrefixWidth6: string;
|
|
2368
|
-
headerBarWidth1: string;
|
|
2369
|
-
headerBarWidth2: string;
|
|
2370
|
-
headerBarWidth3: string;
|
|
2371
|
-
headerBarWidth4: string;
|
|
2372
|
-
headerBarWidth5: string;
|
|
2373
|
-
headerBarWidth6: string;
|
|
2374
|
-
pMargin: string;
|
|
2375
|
-
liMargin: string;
|
|
2376
|
-
olPadding: string;
|
|
2377
|
-
ulPadding: string;
|
|
2378
|
-
}, any>>>;
|
|
2379
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
2380
|
-
aTextColor: string;
|
|
2381
|
-
blockquoteTextColor: string;
|
|
2382
|
-
blockquotePrefixColor: string;
|
|
2383
|
-
blockquoteLineHeight: string;
|
|
2384
|
-
blockquoteFontSize: string;
|
|
2385
|
-
codeBorderRadius: string;
|
|
2386
|
-
liTextColor: string;
|
|
2387
|
-
liLineHeight: string;
|
|
2388
|
-
liFontSize: string;
|
|
2389
|
-
hrColor: string;
|
|
2390
|
-
headerFontWeight: string;
|
|
2391
|
-
headerTextColor: string;
|
|
2392
|
-
pTextColor: string;
|
|
2393
|
-
pTextColor1Depth: string;
|
|
2394
|
-
pTextColor2Depth: string;
|
|
2395
|
-
pTextColor3Depth: string;
|
|
2396
|
-
pLineHeight: string;
|
|
2397
|
-
pFontSize: string;
|
|
2398
|
-
headerBarColor: string;
|
|
2399
|
-
headerBarColorPrimary: string;
|
|
2400
|
-
headerBarColorInfo: string;
|
|
2401
|
-
headerBarColorError: string;
|
|
2402
|
-
headerBarColorWarning: string;
|
|
2403
|
-
headerBarColorSuccess: string;
|
|
2404
|
-
textColor: string;
|
|
2405
|
-
textColor1Depth: string;
|
|
2406
|
-
textColor2Depth: string;
|
|
2407
|
-
textColor3Depth: string;
|
|
2408
|
-
textColorPrimary: string;
|
|
2409
|
-
textColorInfo: string;
|
|
2410
|
-
textColorSuccess: string;
|
|
2411
|
-
textColorWarning: string;
|
|
2412
|
-
textColorError: string;
|
|
2413
|
-
codeTextColor: string;
|
|
2414
|
-
codeColor: string;
|
|
2415
|
-
codeBorder: string;
|
|
2416
|
-
headerFontSize1: string;
|
|
2417
|
-
headerFontSize2: string;
|
|
2418
|
-
headerFontSize3: string;
|
|
2419
|
-
headerFontSize4: string;
|
|
2420
|
-
headerFontSize5: string;
|
|
2421
|
-
headerFontSize6: string;
|
|
2422
|
-
headerMargin1: string;
|
|
2423
|
-
headerMargin2: string;
|
|
2424
|
-
headerMargin3: string;
|
|
2425
|
-
headerMargin4: string;
|
|
2426
|
-
headerMargin5: string;
|
|
2427
|
-
headerMargin6: string;
|
|
2428
|
-
headerPrefixWidth1: string;
|
|
2429
|
-
headerPrefixWidth2: string;
|
|
2430
|
-
headerPrefixWidth3: string;
|
|
2431
|
-
headerPrefixWidth4: string;
|
|
2432
|
-
headerPrefixWidth5: string;
|
|
2433
|
-
headerPrefixWidth6: string;
|
|
2434
|
-
headerBarWidth1: string;
|
|
2435
|
-
headerBarWidth2: string;
|
|
2436
|
-
headerBarWidth3: string;
|
|
2437
|
-
headerBarWidth4: string;
|
|
2438
|
-
headerBarWidth5: string;
|
|
2439
|
-
headerBarWidth6: string;
|
|
2440
|
-
pMargin: string;
|
|
2441
|
-
liMargin: string;
|
|
2442
|
-
olPadding: string;
|
|
2443
|
-
ulPadding: string;
|
|
2444
|
-
}, any>>>;
|
|
2445
|
-
}, {
|
|
2446
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
2447
|
-
compitableTag: import("vue").ComputedRef<string | undefined>;
|
|
2448
|
-
cssVars: import("vue").ComputedRef<{
|
|
2449
|
-
'--n-bezier': string;
|
|
2450
|
-
'--n-text-color': string;
|
|
2451
|
-
'--n-font-weight-strong': string;
|
|
2452
|
-
'--n-font-famliy-mono': string;
|
|
2453
|
-
'--n-code-border-radius': string;
|
|
2454
|
-
'--n-code-text-color': string;
|
|
2455
|
-
'--n-code-color': string;
|
|
2456
|
-
'--n-code-border': string;
|
|
2457
|
-
}> | undefined;
|
|
2458
|
-
themeClass: import("vue").Ref<string> | undefined;
|
|
2459
|
-
onRender: (() => void) | undefined;
|
|
2460
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2461
|
-
readonly code: BooleanConstructor;
|
|
2462
|
-
readonly type: {
|
|
2463
|
-
readonly type: StringConstructor;
|
|
2464
|
-
readonly default: "default";
|
|
2465
|
-
};
|
|
2466
|
-
readonly delete: BooleanConstructor;
|
|
2467
|
-
readonly strong: BooleanConstructor;
|
|
2468
|
-
readonly italic: BooleanConstructor;
|
|
2469
|
-
readonly underline: BooleanConstructor;
|
|
2470
|
-
readonly depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
|
|
2471
|
-
readonly tag: StringConstructor;
|
|
2472
|
-
readonly as: {
|
|
2473
|
-
readonly type: StringConstructor;
|
|
2474
|
-
readonly validator: () => boolean;
|
|
2475
|
-
readonly default: undefined;
|
|
2476
|
-
};
|
|
2477
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
2478
|
-
aTextColor: string;
|
|
2479
|
-
blockquoteTextColor: string;
|
|
2480
|
-
blockquotePrefixColor: string;
|
|
2481
|
-
blockquoteLineHeight: string;
|
|
2482
|
-
blockquoteFontSize: string;
|
|
2483
|
-
codeBorderRadius: string;
|
|
2484
|
-
liTextColor: string;
|
|
2485
|
-
liLineHeight: string;
|
|
2486
|
-
liFontSize: string;
|
|
2487
|
-
hrColor: string;
|
|
2488
|
-
headerFontWeight: string;
|
|
2489
|
-
headerTextColor: string;
|
|
2490
|
-
pTextColor: string;
|
|
2491
|
-
pTextColor1Depth: string;
|
|
2492
|
-
pTextColor2Depth: string;
|
|
2493
|
-
pTextColor3Depth: string;
|
|
2494
|
-
pLineHeight: string;
|
|
2495
|
-
pFontSize: string;
|
|
2496
|
-
headerBarColor: string;
|
|
2497
|
-
headerBarColorPrimary: string;
|
|
2498
|
-
headerBarColorInfo: string;
|
|
2499
|
-
headerBarColorError: string;
|
|
2500
|
-
headerBarColorWarning: string;
|
|
2501
|
-
headerBarColorSuccess: string;
|
|
2502
|
-
textColor: string;
|
|
2503
|
-
textColor1Depth: string;
|
|
2504
|
-
textColor2Depth: string;
|
|
2505
|
-
textColor3Depth: string;
|
|
2506
|
-
textColorPrimary: string;
|
|
2507
|
-
textColorInfo: string;
|
|
2508
|
-
textColorSuccess: string;
|
|
2509
|
-
textColorWarning: string;
|
|
2510
|
-
textColorError: string;
|
|
2511
|
-
codeTextColor: string;
|
|
2512
|
-
codeColor: string;
|
|
2513
|
-
codeBorder: string;
|
|
2514
|
-
headerFontSize1: string;
|
|
2515
|
-
headerFontSize2: string;
|
|
2516
|
-
headerFontSize3: string;
|
|
2517
|
-
headerFontSize4: string;
|
|
2518
|
-
headerFontSize5: string;
|
|
2519
|
-
headerFontSize6: string;
|
|
2520
|
-
headerMargin1: string;
|
|
2521
|
-
headerMargin2: string;
|
|
2522
|
-
headerMargin3: string;
|
|
2523
|
-
headerMargin4: string;
|
|
2524
|
-
headerMargin5: string;
|
|
2525
|
-
headerMargin6: string;
|
|
2526
|
-
headerPrefixWidth1: string;
|
|
2527
|
-
headerPrefixWidth2: string;
|
|
2528
|
-
headerPrefixWidth3: string;
|
|
2529
|
-
headerPrefixWidth4: string;
|
|
2530
|
-
headerPrefixWidth5: string;
|
|
2531
|
-
headerPrefixWidth6: string;
|
|
2532
|
-
headerBarWidth1: string;
|
|
2533
|
-
headerBarWidth2: string;
|
|
2534
|
-
headerBarWidth3: string;
|
|
2535
|
-
headerBarWidth4: string;
|
|
2536
|
-
headerBarWidth5: string;
|
|
2537
|
-
headerBarWidth6: string;
|
|
2538
|
-
pMargin: string;
|
|
2539
|
-
liMargin: string;
|
|
2540
|
-
olPadding: string;
|
|
2541
|
-
ulPadding: string;
|
|
2542
|
-
}, any>>;
|
|
2543
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
2544
|
-
aTextColor: string;
|
|
2545
|
-
blockquoteTextColor: string;
|
|
2546
|
-
blockquotePrefixColor: string;
|
|
2547
|
-
blockquoteLineHeight: string;
|
|
2548
|
-
blockquoteFontSize: string;
|
|
2549
|
-
codeBorderRadius: string;
|
|
2550
|
-
liTextColor: string;
|
|
2551
|
-
liLineHeight: string;
|
|
2552
|
-
liFontSize: string;
|
|
2553
|
-
hrColor: string;
|
|
2554
|
-
headerFontWeight: string;
|
|
2555
|
-
headerTextColor: string;
|
|
2556
|
-
pTextColor: string;
|
|
2557
|
-
pTextColor1Depth: string;
|
|
2558
|
-
pTextColor2Depth: string;
|
|
2559
|
-
pTextColor3Depth: string;
|
|
2560
|
-
pLineHeight: string;
|
|
2561
|
-
pFontSize: string;
|
|
2562
|
-
headerBarColor: string;
|
|
2563
|
-
headerBarColorPrimary: string;
|
|
2564
|
-
headerBarColorInfo: string;
|
|
2565
|
-
headerBarColorError: string;
|
|
2566
|
-
headerBarColorWarning: string;
|
|
2567
|
-
headerBarColorSuccess: string;
|
|
2568
|
-
textColor: string;
|
|
2569
|
-
textColor1Depth: string;
|
|
2570
|
-
textColor2Depth: string;
|
|
2571
|
-
textColor3Depth: string;
|
|
2572
|
-
textColorPrimary: string;
|
|
2573
|
-
textColorInfo: string;
|
|
2574
|
-
textColorSuccess: string;
|
|
2575
|
-
textColorWarning: string;
|
|
2576
|
-
textColorError: string;
|
|
2577
|
-
codeTextColor: string;
|
|
2578
|
-
codeColor: string;
|
|
2579
|
-
codeBorder: string;
|
|
2580
|
-
headerFontSize1: string;
|
|
2581
|
-
headerFontSize2: string;
|
|
2582
|
-
headerFontSize3: string;
|
|
2583
|
-
headerFontSize4: string;
|
|
2584
|
-
headerFontSize5: string;
|
|
2585
|
-
headerFontSize6: string;
|
|
2586
|
-
headerMargin1: string;
|
|
2587
|
-
headerMargin2: string;
|
|
2588
|
-
headerMargin3: string;
|
|
2589
|
-
headerMargin4: string;
|
|
2590
|
-
headerMargin5: string;
|
|
2591
|
-
headerMargin6: string;
|
|
2592
|
-
headerPrefixWidth1: string;
|
|
2593
|
-
headerPrefixWidth2: string;
|
|
2594
|
-
headerPrefixWidth3: string;
|
|
2595
|
-
headerPrefixWidth4: string;
|
|
2596
|
-
headerPrefixWidth5: string;
|
|
2597
|
-
headerPrefixWidth6: string;
|
|
2598
|
-
headerBarWidth1: string;
|
|
2599
|
-
headerBarWidth2: string;
|
|
2600
|
-
headerBarWidth3: string;
|
|
2601
|
-
headerBarWidth4: string;
|
|
2602
|
-
headerBarWidth5: string;
|
|
2603
|
-
headerBarWidth6: string;
|
|
2604
|
-
pMargin: string;
|
|
2605
|
-
liMargin: string;
|
|
2606
|
-
olPadding: string;
|
|
2607
|
-
ulPadding: string;
|
|
2608
|
-
}, any>>>;
|
|
2609
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
|
|
2610
|
-
aTextColor: string;
|
|
2611
|
-
blockquoteTextColor: string;
|
|
2612
|
-
blockquotePrefixColor: string;
|
|
2613
|
-
blockquoteLineHeight: string;
|
|
2614
|
-
blockquoteFontSize: string;
|
|
2615
|
-
codeBorderRadius: string;
|
|
2616
|
-
liTextColor: string;
|
|
2617
|
-
liLineHeight: string;
|
|
2618
|
-
liFontSize: string;
|
|
2619
|
-
hrColor: string;
|
|
2620
|
-
headerFontWeight: string;
|
|
2621
|
-
headerTextColor: string;
|
|
2622
|
-
pTextColor: string;
|
|
2623
|
-
pTextColor1Depth: string;
|
|
2624
|
-
pTextColor2Depth: string;
|
|
2625
|
-
pTextColor3Depth: string;
|
|
2626
|
-
pLineHeight: string;
|
|
2627
|
-
pFontSize: string;
|
|
2628
|
-
headerBarColor: string;
|
|
2629
|
-
headerBarColorPrimary: string;
|
|
2630
|
-
headerBarColorInfo: string;
|
|
2631
|
-
headerBarColorError: string;
|
|
2632
|
-
headerBarColorWarning: string;
|
|
2633
|
-
headerBarColorSuccess: string;
|
|
2634
|
-
textColor: string;
|
|
2635
|
-
textColor1Depth: string;
|
|
2636
|
-
textColor2Depth: string;
|
|
2637
|
-
textColor3Depth: string;
|
|
2638
|
-
textColorPrimary: string;
|
|
2639
|
-
textColorInfo: string;
|
|
2640
|
-
textColorSuccess: string;
|
|
2641
|
-
textColorWarning: string;
|
|
2642
|
-
textColorError: string;
|
|
2643
|
-
codeTextColor: string;
|
|
2644
|
-
codeColor: string;
|
|
2645
|
-
codeBorder: string;
|
|
2646
|
-
headerFontSize1: string;
|
|
2647
|
-
headerFontSize2: string;
|
|
2648
|
-
headerFontSize3: string;
|
|
2649
|
-
headerFontSize4: string;
|
|
2650
|
-
headerFontSize5: string;
|
|
2651
|
-
headerFontSize6: string;
|
|
2652
|
-
headerMargin1: string;
|
|
2653
|
-
headerMargin2: string;
|
|
2654
|
-
headerMargin3: string;
|
|
2655
|
-
headerMargin4: string;
|
|
2656
|
-
headerMargin5: string;
|
|
2657
|
-
headerMargin6: string;
|
|
2658
|
-
headerPrefixWidth1: string;
|
|
2659
|
-
headerPrefixWidth2: string;
|
|
2660
|
-
headerPrefixWidth3: string;
|
|
2661
|
-
headerPrefixWidth4: string;
|
|
2662
|
-
headerPrefixWidth5: string;
|
|
2663
|
-
headerPrefixWidth6: string;
|
|
2664
|
-
headerBarWidth1: string;
|
|
2665
|
-
headerBarWidth2: string;
|
|
2666
|
-
headerBarWidth3: string;
|
|
2667
|
-
headerBarWidth4: string;
|
|
2668
|
-
headerBarWidth5: string;
|
|
2669
|
-
headerBarWidth6: string;
|
|
2670
|
-
pMargin: string;
|
|
2671
|
-
liMargin: string;
|
|
2672
|
-
olPadding: string;
|
|
2673
|
-
ulPadding: string;
|
|
2674
|
-
}, any>>>;
|
|
2675
|
-
}>>, {
|
|
2676
|
-
readonly type: string;
|
|
2677
|
-
readonly delete: boolean;
|
|
2678
|
-
readonly italic: boolean;
|
|
2679
|
-
readonly underline: boolean;
|
|
2680
|
-
readonly as: string;
|
|
2681
|
-
readonly code: boolean;
|
|
2682
|
-
readonly strong: boolean;
|
|
2683
|
-
}>;
|
|
2684
|
-
NSpace: any;
|
|
2685
|
-
Archive: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2686
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2687
|
-
formatId: {
|
|
2688
|
-
type: StringConstructor;
|
|
2689
|
-
required: false;
|
|
2690
|
-
};
|
|
2691
|
-
token: {
|
|
2692
|
-
type: StringConstructor;
|
|
2693
|
-
required: true;
|
|
2694
|
-
};
|
|
2695
|
-
}>>, {}>;
|
|
2696
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2697
|
-
verifyUser: {
|
|
2698
|
-
type: FunctionConstructor;
|
|
2699
|
-
required: false;
|
|
2700
|
-
default: () => Promise<void>;
|
|
2701
|
-
};
|
|
2702
|
-
identityVerificationTitle: {
|
|
2703
|
-
type: StringConstructor;
|
|
2704
|
-
required: false;
|
|
2705
|
-
default: string;
|
|
2706
|
-
};
|
|
2707
|
-
modelValue: {
|
|
2708
|
-
type: BooleanConstructor;
|
|
2709
|
-
required: true;
|
|
2710
|
-
};
|
|
2711
|
-
formatId: {
|
|
2712
|
-
type: StringConstructor;
|
|
2713
|
-
required: false;
|
|
2714
|
-
};
|
|
2715
|
-
templateId: {
|
|
2716
|
-
type: StringConstructor;
|
|
2717
|
-
required: false;
|
|
2718
|
-
};
|
|
2719
|
-
}>> & {
|
|
2720
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
2721
|
-
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
2722
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2723
|
-
}, {
|
|
2724
|
-
verifyUser: Function;
|
|
2725
|
-
identityVerificationTitle: string;
|
|
2726
|
-
}>;
|
|
2727
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "error" | "clickoutside")[], "error" | "success" | "clickoutside", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2728
|
-
printParams: {
|
|
2729
|
-
type: PropType<AnyObject[]>;
|
|
2730
|
-
};
|
|
2731
|
-
params: {
|
|
2732
|
-
default: () => never[];
|
|
2733
|
-
type: PropType<AnyObject[]>;
|
|
2734
|
-
};
|
|
2735
|
-
btnText: {
|
|
2736
|
-
default: string;
|
|
2737
|
-
type: StringConstructor;
|
|
2738
|
-
};
|
|
2739
|
-
printText: {
|
|
2740
|
-
default: string;
|
|
2741
|
-
type: StringConstructor;
|
|
2742
|
-
};
|
|
2743
|
-
previewText: {
|
|
2744
|
-
default: string;
|
|
2745
|
-
type: StringConstructor;
|
|
2746
|
-
};
|
|
2747
|
-
pdfLoadText: {
|
|
2748
|
-
default: string;
|
|
2749
|
-
type: StringConstructor;
|
|
2750
|
-
};
|
|
2751
|
-
formatEditText: {
|
|
2752
|
-
default: string;
|
|
2753
|
-
type: StringConstructor;
|
|
2754
|
-
};
|
|
2755
|
-
prevFn: {
|
|
2756
|
-
default: () => Promise<void>;
|
|
2757
|
-
type: FunctionConstructor;
|
|
2758
|
-
};
|
|
2759
|
-
queryPrintFormatByNumber: {
|
|
2760
|
-
default: () => Promise<{}>;
|
|
2761
|
-
type: FunctionConstructor;
|
|
2762
|
-
};
|
|
2763
|
-
queryTemplateParams: {
|
|
2764
|
-
default: () => Promise<{}>;
|
|
2765
|
-
type: FunctionConstructor;
|
|
2766
|
-
};
|
|
2767
|
-
strategy: {
|
|
2768
|
-
default: string;
|
|
2769
|
-
type: StringConstructor;
|
|
2770
|
-
};
|
|
2771
|
-
clickPrevFn: {
|
|
2772
|
-
default: () => Promise<boolean>;
|
|
2773
|
-
type: FunctionConstructor;
|
|
2774
|
-
};
|
|
2775
|
-
noDataMsg: {
|
|
2776
|
-
default: string;
|
|
2777
|
-
type: StringConstructor;
|
|
2778
|
-
};
|
|
2779
|
-
token: {
|
|
2780
|
-
type: StringConstructor;
|
|
2781
|
-
};
|
|
2782
|
-
printdlgshow: {
|
|
2783
|
-
default: string;
|
|
2784
|
-
type: StringConstructor;
|
|
2785
|
-
};
|
|
2786
|
-
btnprint: {
|
|
2787
|
-
type: StringConstructor;
|
|
2788
|
-
default: string;
|
|
2789
|
-
};
|
|
2790
|
-
directPrint: {
|
|
2791
|
-
type: BooleanConstructor;
|
|
2792
|
-
default: boolean;
|
|
2793
|
-
};
|
|
2794
|
-
}>> & {
|
|
2795
|
-
onError?: ((...args: any[]) => any) | undefined;
|
|
2796
|
-
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
2797
|
-
onClickoutside?: ((...args: any[]) => any) | undefined;
|
|
2798
|
-
}, {
|
|
2799
|
-
params: AnyObject[];
|
|
2800
|
-
btnText: string;
|
|
2801
|
-
printText: string;
|
|
2802
|
-
previewText: string;
|
|
2803
|
-
pdfLoadText: string;
|
|
2804
|
-
formatEditText: string;
|
|
2805
|
-
prevFn: Function;
|
|
2806
|
-
queryPrintFormatByNumber: Function;
|
|
2807
|
-
queryTemplateParams: Function;
|
|
2808
|
-
strategy: string;
|
|
2809
|
-
clickPrevFn: Function;
|
|
2810
|
-
noDataMsg: string;
|
|
2811
|
-
printdlgshow: string;
|
|
2812
|
-
btnprint: string;
|
|
2813
|
-
directPrint: boolean;
|
|
2814
|
-
}>>;
|
|
2815
|
-
outQuickSearch: import("vue").DefineComponent<{
|
|
2816
|
-
item: {
|
|
2817
|
-
type: PropType<ISearchType>;
|
|
2818
|
-
default: () => void;
|
|
2819
|
-
};
|
|
2820
|
-
filterApiConfig: {
|
|
2821
|
-
type: ObjectConstructor;
|
|
2822
|
-
default: () => void;
|
|
2823
|
-
};
|
|
2824
|
-
}, {
|
|
2825
|
-
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
2826
|
-
wordBookutils: {
|
|
2827
|
-
hasArray: (arr: ISearchType[]) => boolean;
|
|
2828
|
-
handleWordbookData(item: any, data: any, params: any): {
|
|
2829
|
-
rows: never[];
|
|
2830
|
-
hasFieldList: boolean;
|
|
2831
|
-
searchPageConfig: {};
|
|
2832
|
-
};
|
|
2833
|
-
getTitleHeader(fieldList: ISearchType[], renderKey: any): any;
|
|
2834
|
-
};
|
|
2835
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2836
|
-
item: {
|
|
2837
|
-
type: PropType<ISearchType>;
|
|
2838
|
-
default: () => void;
|
|
2839
|
-
};
|
|
2840
|
-
filterApiConfig: {
|
|
2841
|
-
type: ObjectConstructor;
|
|
2842
|
-
default: () => void;
|
|
2843
|
-
};
|
|
2844
|
-
}>> & {
|
|
2845
|
-
onOutFilterChange?: ((...args: any[]) => any) | undefined;
|
|
2846
|
-
}>>;
|
|
2847
|
-
emit: (event: "outFilterChange", ...args: any[]) => void;
|
|
2848
|
-
fetchingWordbook: import("vue").Ref<boolean>;
|
|
2849
|
-
initSearch: import("vue").Ref<boolean>;
|
|
2850
|
-
handlePickerShowTime: import("vue").ComputedRef<(item: ISearchType) => false | {
|
|
2851
|
-
defaultValue: moment.Moment[];
|
|
2852
|
-
}>;
|
|
2853
|
-
init: () => void;
|
|
2854
|
-
handleWordBookSearch: (value: string, item: ISearchType, config?: any) => void;
|
|
2855
|
-
dropdownVisibleChange: (open: boolean, item: ISearchType, config?: any) => void;
|
|
2856
|
-
handleWordbookData: (item: ISearchType, data: any, params: any) => void;
|
|
2857
|
-
getWordbookData: (o: any, obj: any) => Promise<any>;
|
|
2858
|
-
rangePickerChange: (value: string, item: ISearchType) => void;
|
|
2859
|
-
outFilterChange: (config?: {}) => void;
|
|
2860
|
-
maxTagPlaceholder: (item: ISearchType) => number;
|
|
2861
|
-
changeOutFilterNumber: (item: ISearchType) => void;
|
|
2862
|
-
clearOutFilterNumber: (item: ISearchType) => void;
|
|
2863
|
-
NInput: any;
|
|
2864
|
-
NDatePicker: any;
|
|
2865
|
-
multiSelect: import("vue").DefineComponent<{
|
|
2866
|
-
item: {
|
|
2867
|
-
type: PropType<ISearchType>;
|
|
2868
|
-
default: () => void;
|
|
2869
|
-
};
|
|
2870
|
-
maxTagPlaceholder: {
|
|
2871
|
-
type: FunctionConstructor;
|
|
2872
|
-
default: () => {};
|
|
2873
|
-
};
|
|
2874
|
-
outFilterChange: {
|
|
2875
|
-
type: FunctionConstructor;
|
|
2876
|
-
default: () => {};
|
|
2877
|
-
};
|
|
2878
|
-
handleWordBookSearch: {
|
|
2879
|
-
type: FunctionConstructor;
|
|
2880
|
-
default: () => {};
|
|
2881
|
-
};
|
|
2882
|
-
dropdownVisibleChange: {
|
|
2883
|
-
type: FunctionConstructor;
|
|
2884
|
-
default: () => {};
|
|
2885
|
-
};
|
|
2886
|
-
source: {
|
|
2887
|
-
type: StringConstructor;
|
|
2888
|
-
default: string;
|
|
2889
|
-
};
|
|
2890
|
-
fetchingWordbook: {
|
|
2891
|
-
type: BooleanConstructor;
|
|
2892
|
-
default: boolean;
|
|
2893
|
-
};
|
|
2894
|
-
}, {
|
|
2895
|
-
quickInputSelect: any;
|
|
2896
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2897
|
-
item: {
|
|
2898
|
-
type: PropType<ISearchType>;
|
|
2899
|
-
default: () => void;
|
|
2900
|
-
};
|
|
2901
|
-
maxTagPlaceholder: {
|
|
2902
|
-
type: FunctionConstructor;
|
|
2903
|
-
default: () => {};
|
|
2904
|
-
};
|
|
2905
|
-
outFilterChange: {
|
|
2906
|
-
type: FunctionConstructor;
|
|
2907
|
-
default: () => {};
|
|
2908
|
-
};
|
|
2909
|
-
handleWordBookSearch: {
|
|
2910
|
-
type: FunctionConstructor;
|
|
2911
|
-
default: () => {};
|
|
2912
|
-
};
|
|
2913
|
-
dropdownVisibleChange: {
|
|
2914
|
-
type: FunctionConstructor;
|
|
2915
|
-
default: () => {};
|
|
2916
|
-
};
|
|
2917
|
-
source: {
|
|
2918
|
-
type: StringConstructor;
|
|
2919
|
-
default: string;
|
|
2920
|
-
};
|
|
2921
|
-
fetchingWordbook: {
|
|
2922
|
-
type: BooleanConstructor;
|
|
2923
|
-
default: boolean;
|
|
2924
|
-
};
|
|
2925
|
-
}>> & {}>>;
|
|
2926
|
-
handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
|
|
2927
|
-
isnoPages: import("vue").ComputedRef<boolean>;
|
|
2928
|
-
hasShowKeys: import("vue").ComputedRef<boolean>;
|
|
2929
|
-
showRemoveIcon: import("vue").ComputedRef<boolean>;
|
|
2930
|
-
mode: import("vue").ComputedRef<boolean>;
|
|
2931
|
-
renderList: import("vue").ComputedRef<any>;
|
|
2932
|
-
createSuffixIcon: () => void; /**
|
|
2933
|
-
* 是否展示行编辑的按钮
|
|
2934
|
-
*/
|
|
2935
|
-
filterOption: (...arg: any) => any;
|
|
2936
|
-
handleSearchChangePage: (type: string) => void;
|
|
2937
|
-
handleChange: () => void;
|
|
2938
|
-
NSelect: any;
|
|
2939
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2940
|
-
item: {
|
|
2941
|
-
type: PropType<ISearchType>;
|
|
2942
|
-
default: () => void;
|
|
2943
|
-
};
|
|
2944
|
-
maxTagPlaceholder: {
|
|
2945
|
-
type: FunctionConstructor;
|
|
2946
|
-
default: () => {};
|
|
2947
|
-
};
|
|
2948
|
-
outFilterChange: {
|
|
2949
|
-
type: FunctionConstructor;
|
|
2950
|
-
default: () => {};
|
|
2951
|
-
};
|
|
2952
|
-
handleWordBookSearch: {
|
|
2953
|
-
type: FunctionConstructor;
|
|
2954
|
-
default: () => {};
|
|
2955
|
-
};
|
|
2956
|
-
dropdownVisibleChange: {
|
|
2957
|
-
type: FunctionConstructor;
|
|
2958
|
-
default: () => {};
|
|
2959
|
-
};
|
|
2960
|
-
source: {
|
|
2961
|
-
type: StringConstructor;
|
|
2962
|
-
default: string;
|
|
2963
|
-
};
|
|
2964
|
-
fetchingWordbook: {
|
|
2965
|
-
type: BooleanConstructor;
|
|
2966
|
-
default: boolean;
|
|
2967
|
-
};
|
|
2968
|
-
}>>, {
|
|
2969
|
-
item: ISearchType;
|
|
2970
|
-
source: string;
|
|
2971
|
-
outFilterChange: Function;
|
|
2972
|
-
maxTagPlaceholder: Function;
|
|
2973
|
-
handleWordBookSearch: Function;
|
|
2974
|
-
dropdownVisibleChange: Function;
|
|
2975
|
-
fetchingWordbook: boolean;
|
|
2976
|
-
}>;
|
|
2977
|
-
cTreeSelect: import("vue").DefineComponent<{
|
|
2978
|
-
item: {
|
|
2979
|
-
type: PropType<ISearchType>;
|
|
2980
|
-
default: () => {
|
|
2981
|
-
value: never[];
|
|
2982
|
-
};
|
|
2983
|
-
};
|
|
2984
|
-
handleGetConfigApi: {
|
|
2985
|
-
type: FunctionConstructor;
|
|
2986
|
-
default: () => void;
|
|
2987
|
-
};
|
|
2988
|
-
filterApiConfig: {
|
|
2989
|
-
type: ObjectConstructor;
|
|
2990
|
-
};
|
|
2991
|
-
outFilterChange: {
|
|
2992
|
-
type: FunctionConstructor;
|
|
2993
|
-
default: () => void;
|
|
2994
|
-
};
|
|
2995
|
-
}, {
|
|
2996
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2997
|
-
item: {
|
|
2998
|
-
type: PropType<ISearchType>;
|
|
2999
|
-
default: () => {
|
|
3000
|
-
value: never[];
|
|
3001
|
-
};
|
|
3002
|
-
};
|
|
3003
|
-
handleGetConfigApi: {
|
|
3004
|
-
type: FunctionConstructor;
|
|
3005
|
-
default: () => void;
|
|
3006
|
-
};
|
|
3007
|
-
filterApiConfig: {
|
|
3008
|
-
type: ObjectConstructor;
|
|
3009
|
-
};
|
|
3010
|
-
outFilterChange: {
|
|
3011
|
-
type: FunctionConstructor;
|
|
3012
|
-
default: () => void;
|
|
3013
|
-
};
|
|
3014
|
-
}>> & {}>>;
|
|
3015
|
-
quickInputSelect: any;
|
|
3016
|
-
treeData: import("vue").Ref<{
|
|
3017
|
-
label: string;
|
|
3018
|
-
key: string;
|
|
3019
|
-
selectable: boolean;
|
|
3020
|
-
scopedSlots: {
|
|
3021
|
-
title: string;
|
|
3022
|
-
};
|
|
3023
|
-
}[]>;
|
|
3024
|
-
handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
|
|
3025
|
-
showRemoveIcon: import("vue").ComputedRef<boolean>;
|
|
3026
|
-
init: () => Promise<void>;
|
|
3027
|
-
handleMaxTag: () => string;
|
|
3028
|
-
handleRequestedOptions: (item: ISearchType) => Promise<any>;
|
|
3029
|
-
getSearchDefParams: (item: ISearchType) => any;
|
|
3030
|
-
formatField: (value: any) => any;
|
|
3031
|
-
hanldeGetCascadelabel: (v?: never[], k?: {}) => any;
|
|
3032
|
-
handleInitTreeData: (list: any, config: ISearchType) => void;
|
|
3033
|
-
hanldeSetTreeDef: () => void;
|
|
3034
|
-
maxTagPlaceholder: (item: ISearchType) => number;
|
|
3035
|
-
treeSelect: (key: string, vnode: any) => void;
|
|
3036
|
-
change: () => void;
|
|
3037
|
-
handleDisabledTreeData: (list?: any, config?: any) => void;
|
|
3038
|
-
createSuffixIcon: () => void;
|
|
3039
|
-
NTreeSelect: any;
|
|
3040
|
-
NSpin: any;
|
|
3041
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3042
|
-
item: {
|
|
3043
|
-
type: PropType<ISearchType>;
|
|
3044
|
-
default: () => {
|
|
3045
|
-
value: never[];
|
|
3046
|
-
};
|
|
3047
|
-
};
|
|
3048
|
-
handleGetConfigApi: {
|
|
3049
|
-
type: FunctionConstructor;
|
|
3050
|
-
default: () => void;
|
|
3051
|
-
};
|
|
3052
|
-
filterApiConfig: {
|
|
3053
|
-
type: ObjectConstructor;
|
|
3054
|
-
};
|
|
3055
|
-
outFilterChange: {
|
|
3056
|
-
type: FunctionConstructor;
|
|
3057
|
-
default: () => void;
|
|
3058
|
-
};
|
|
3059
|
-
}>>, {
|
|
3060
|
-
item: ISearchType;
|
|
3061
|
-
handleGetConfigApi: Function;
|
|
3062
|
-
outFilterChange: Function;
|
|
3063
|
-
}>;
|
|
3064
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "outFilterChange"[], "outFilterChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3065
|
-
item: {
|
|
3066
|
-
type: PropType<ISearchType>;
|
|
3067
|
-
default: () => void;
|
|
3068
|
-
};
|
|
3069
|
-
filterApiConfig: {
|
|
3070
|
-
type: ObjectConstructor;
|
|
3071
|
-
default: () => void;
|
|
3072
|
-
};
|
|
3073
|
-
}>> & {
|
|
3074
|
-
onOutFilterChange?: ((...args: any[]) => any) | undefined;
|
|
3075
|
-
}, {
|
|
3076
|
-
item: ISearchType;
|
|
3077
|
-
filterApiConfig: Record<string, any>;
|
|
3078
|
-
}>;
|
|
3079
|
-
getBtnIcon: any;
|
|
3080
|
-
ButtonGroup: import("vue").DefineComponent<{
|
|
3081
|
-
title: {
|
|
3082
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3083
|
-
};
|
|
3084
|
-
list: {
|
|
3085
|
-
type: ArrayConstructor;
|
|
3086
|
-
default: never[];
|
|
3087
|
-
};
|
|
3088
|
-
currentTempId: {
|
|
3089
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3090
|
-
};
|
|
3091
|
-
}, {
|
|
3092
|
-
BTNOBJ: {
|
|
3093
|
-
copy: string;
|
|
3094
|
-
pencil: string;
|
|
3095
|
-
delete: string;
|
|
3096
|
-
add: string;
|
|
3097
|
-
download: string;
|
|
3098
|
-
label: string;
|
|
3099
|
-
queding: string;
|
|
3100
|
-
del: string;
|
|
3101
|
-
};
|
|
3102
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3103
|
-
title: {
|
|
3104
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3105
|
-
};
|
|
3106
|
-
list: {
|
|
3107
|
-
type: ArrayConstructor;
|
|
3108
|
-
default: never[];
|
|
3109
|
-
};
|
|
3110
|
-
currentTempId: {
|
|
3111
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3112
|
-
};
|
|
3113
|
-
}>> & {
|
|
3114
|
-
onShowDrawer?: ((...args: any[]) => any) | undefined;
|
|
3115
|
-
onClickGroupBtn?: ((...args: any[]) => any) | undefined;
|
|
3116
|
-
}>>;
|
|
3117
|
-
emit: (event: "showDrawer" | "clickGroupBtn", ...args: any[]) => void;
|
|
3118
|
-
btnObj: import("vue").Ref<{
|
|
3119
|
-
copy: string;
|
|
3120
|
-
pencil: string;
|
|
3121
|
-
delete: string;
|
|
3122
|
-
add: string;
|
|
3123
|
-
download: string;
|
|
3124
|
-
label: string;
|
|
3125
|
-
queding: string;
|
|
3126
|
-
del: string;
|
|
3127
|
-
}>;
|
|
3128
|
-
handleSelect: (key: string, option: any) => void;
|
|
3129
|
-
showDrawer: (btn: any, j: number) => void;
|
|
3130
|
-
clickBtn: (btn: any, j: number) => void;
|
|
3131
|
-
NButton: any;
|
|
3132
|
-
NDropdown: any;
|
|
3133
|
-
TextOverTooltip: import("vue").DefineComponent<{
|
|
3134
|
-
content: {
|
|
3135
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3136
|
-
required: false;
|
|
3137
|
-
};
|
|
3138
|
-
className: {
|
|
3139
|
-
type: StringConstructor;
|
|
3140
|
-
required: false;
|
|
3141
|
-
};
|
|
3142
|
-
refName: {
|
|
3143
|
-
type: StringConstructor;
|
|
3144
|
-
required: false;
|
|
3145
|
-
};
|
|
3146
|
-
effect: {
|
|
3147
|
-
type: StringConstructor;
|
|
3148
|
-
required: false;
|
|
3149
|
-
default: string;
|
|
3150
|
-
};
|
|
3151
|
-
placement: {
|
|
3152
|
-
type: StringConstructor;
|
|
3153
|
-
required: false;
|
|
3154
|
-
default: string;
|
|
3155
|
-
};
|
|
3156
|
-
tooltipTitle: {
|
|
3157
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3158
|
-
required: false;
|
|
3159
|
-
default: string;
|
|
3160
|
-
};
|
|
3161
|
-
isAlias: {
|
|
3162
|
-
type: BooleanConstructor;
|
|
3163
|
-
required: false;
|
|
3164
|
-
};
|
|
3165
|
-
}, {
|
|
3166
|
-
props: {
|
|
3167
|
-
content?: string | number | undefined;
|
|
3168
|
-
className?: string | undefined;
|
|
3169
|
-
refName?: string | undefined;
|
|
3170
|
-
effect: string;
|
|
3171
|
-
placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
3172
|
-
tooltipTitle: string | number;
|
|
3173
|
-
isAlias?: boolean | undefined;
|
|
3174
|
-
};
|
|
3175
|
-
isDisabledTooltip: import("vue").Ref<boolean>;
|
|
3176
|
-
curContent: import("vue").ComputedRef<string>;
|
|
3177
|
-
$refName: any;
|
|
3178
|
-
onMouseOver: (str: any) => void;
|
|
3179
|
-
onMouseOut: () => void;
|
|
3180
|
-
NTooltip: any;
|
|
3181
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3182
|
-
content: {
|
|
3183
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3184
|
-
required: false;
|
|
3185
|
-
};
|
|
3186
|
-
className: {
|
|
3187
|
-
type: StringConstructor;
|
|
3188
|
-
required: false;
|
|
3189
|
-
};
|
|
3190
|
-
refName: {
|
|
3191
|
-
type: StringConstructor;
|
|
3192
|
-
required: false;
|
|
3193
|
-
};
|
|
3194
|
-
effect: {
|
|
3195
|
-
type: StringConstructor;
|
|
3196
|
-
required: false;
|
|
3197
|
-
default: string;
|
|
3198
|
-
};
|
|
3199
|
-
placement: {
|
|
3200
|
-
type: StringConstructor;
|
|
3201
|
-
required: false;
|
|
3202
|
-
default: string;
|
|
3203
|
-
};
|
|
3204
|
-
tooltipTitle: {
|
|
3205
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3206
|
-
required: false;
|
|
3207
|
-
default: string;
|
|
3208
|
-
};
|
|
3209
|
-
isAlias: {
|
|
3210
|
-
type: BooleanConstructor;
|
|
3211
|
-
required: false;
|
|
3212
|
-
};
|
|
3213
|
-
}>>, {
|
|
3214
|
-
effect: string;
|
|
3215
|
-
placement: string;
|
|
3216
|
-
tooltipTitle: string | number;
|
|
3217
|
-
isAlias: boolean;
|
|
3218
|
-
}>;
|
|
3219
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
3220
|
-
iconClass: {
|
|
3221
|
-
type: StringConstructor;
|
|
3222
|
-
required: true;
|
|
3223
|
-
default: string;
|
|
3224
|
-
};
|
|
3225
|
-
title: {
|
|
3226
|
-
type: StringConstructor;
|
|
3227
|
-
required: false;
|
|
3228
|
-
default: string;
|
|
3229
|
-
};
|
|
3230
|
-
className: {
|
|
3231
|
-
type: StringConstructor;
|
|
3232
|
-
required: false;
|
|
3233
|
-
};
|
|
3234
|
-
}, {
|
|
3235
|
-
props: {
|
|
3236
|
-
iconClass: string;
|
|
3237
|
-
title: string;
|
|
3238
|
-
className?: string | undefined;
|
|
3239
|
-
};
|
|
3240
|
-
iconName: import("vue").ComputedRef<string>;
|
|
3241
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
3242
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3243
|
-
iconClass: {
|
|
3244
|
-
type: StringConstructor;
|
|
3245
|
-
required: true;
|
|
3246
|
-
default: string;
|
|
3247
|
-
};
|
|
3248
|
-
title: {
|
|
3249
|
-
type: StringConstructor;
|
|
3250
|
-
required: false;
|
|
3251
|
-
default: string;
|
|
3252
|
-
};
|
|
3253
|
-
className: {
|
|
3254
|
-
type: StringConstructor;
|
|
3255
|
-
required: false;
|
|
3256
|
-
};
|
|
3257
|
-
}>>, {
|
|
3258
|
-
title: string;
|
|
3259
|
-
iconClass: string;
|
|
3260
|
-
}>;
|
|
3261
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("showDrawer" | "clickGroupBtn")[], "showDrawer" | "clickGroupBtn", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3262
|
-
title: {
|
|
3263
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3264
|
-
};
|
|
3265
|
-
list: {
|
|
3266
|
-
type: ArrayConstructor;
|
|
3267
|
-
default: never[];
|
|
3268
|
-
};
|
|
3269
|
-
currentTempId: {
|
|
3270
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3271
|
-
};
|
|
3272
|
-
}>> & {
|
|
3273
|
-
onShowDrawer?: ((...args: any[]) => any) | undefined;
|
|
3274
|
-
onClickGroupBtn?: ((...args: any[]) => any) | undefined;
|
|
3275
|
-
}, {
|
|
3276
|
-
list: unknown[];
|
|
3277
|
-
}>;
|
|
3278
255
|
RenderWidget: import("vue").DefineComponent<{
|
|
3279
256
|
cfg: {
|
|
3280
257
|
type: ObjectConstructor;
|
|
@@ -3307,26 +284,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3307
284
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3308
285
|
}, {}>;
|
|
3309
286
|
NIcon: any;
|
|
3310
|
-
NInput: any;
|
|
3311
|
-
NInputGroup: import("vue").DefineComponent<{
|
|
3312
|
-
[x: string]: never;
|
|
3313
|
-
[x: number]: never;
|
|
3314
|
-
[x: symbol]: never;
|
|
3315
|
-
}, {
|
|
3316
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3317
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3318
|
-
[x: string]: never;
|
|
3319
|
-
[x: number]: never;
|
|
3320
|
-
[x: symbol]: never;
|
|
3321
|
-
}>>, {}>;
|
|
3322
287
|
NButton: any;
|
|
3323
|
-
NTooltip: any;
|
|
3324
|
-
NDropdown: any;
|
|
3325
|
-
NUpload: any;
|
|
3326
288
|
Search: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3327
|
-
ChevronDownOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3328
|
-
InformationCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3329
|
-
CloudUploadOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3330
289
|
SvgIcon: import("vue").DefineComponent<{
|
|
3331
290
|
iconClass: {
|
|
3332
291
|
type: StringConstructor;
|
|
@@ -3369,262 +328,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3369
328
|
title: string;
|
|
3370
329
|
iconClass: string;
|
|
3371
330
|
}>;
|
|
3372
|
-
|
|
3373
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache")[], "onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3374
|
-
width: {
|
|
3375
|
-
type: StringConstructor;
|
|
3376
|
-
default: string;
|
|
3377
|
-
};
|
|
3378
|
-
searchInputWidth: {
|
|
3379
|
-
type: NumberConstructor;
|
|
3380
|
-
default: number;
|
|
3381
|
-
};
|
|
3382
|
-
searchInputPlaceHolder: {
|
|
3383
|
-
type: StringConstructor;
|
|
3384
|
-
};
|
|
3385
|
-
onSearch: {
|
|
3386
|
-
type: any;
|
|
3387
|
-
};
|
|
3388
|
-
rowBtnList: {
|
|
3389
|
-
type: PropType<IbtnType[]>;
|
|
3390
|
-
default: () => never[];
|
|
3391
|
-
};
|
|
3392
|
-
paramsData: {
|
|
3393
|
-
type: any;
|
|
3394
|
-
};
|
|
3395
|
-
showButtonTop: {
|
|
3396
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3397
|
-
};
|
|
331
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit")[], "onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3398
332
|
showSettings: {
|
|
3399
333
|
type: PropType<IsettingsType>;
|
|
3400
334
|
default: () => {};
|
|
3401
335
|
};
|
|
3402
|
-
clickRowData: {
|
|
3403
|
-
type: any;
|
|
3404
|
-
};
|
|
3405
|
-
value: {
|
|
3406
|
-
type: StringConstructor;
|
|
3407
|
-
};
|
|
3408
336
|
searchFieldList: {
|
|
3409
|
-
type: PropType<
|
|
337
|
+
type: PropType<IApiServerType[]>;
|
|
3410
338
|
default: () => never[];
|
|
3411
339
|
};
|
|
3412
|
-
searchFieldLimit: {
|
|
3413
|
-
type: ObjectConstructor;
|
|
3414
|
-
default: () => {};
|
|
3415
|
-
};
|
|
3416
|
-
viewList: {
|
|
3417
|
-
type: any;
|
|
3418
|
-
default: () => never[];
|
|
3419
|
-
};
|
|
3420
|
-
TypeOfDisplay: {
|
|
3421
|
-
type: StringConstructor;
|
|
3422
|
-
default: string;
|
|
3423
|
-
};
|
|
3424
|
-
tableAllCheck: {
|
|
3425
|
-
type: BooleanConstructor;
|
|
3426
|
-
};
|
|
3427
340
|
classificationIndex: {
|
|
3428
341
|
type: NumberConstructor;
|
|
3429
342
|
};
|
|
3430
|
-
editTableSource: {
|
|
3431
|
-
type: StringConstructor;
|
|
3432
|
-
default: string;
|
|
3433
|
-
};
|
|
3434
|
-
showRelatedTreeBtn: {
|
|
3435
|
-
type: BooleanConstructor;
|
|
3436
|
-
};
|
|
3437
|
-
relatedBaseInfo: {
|
|
3438
|
-
type: ObjectConstructor;
|
|
3439
|
-
};
|
|
3440
|
-
onRelatedSearch: {
|
|
3441
|
-
type: any;
|
|
3442
|
-
};
|
|
3443
|
-
showResetFilterBtn: {
|
|
3444
|
-
type: BooleanConstructor;
|
|
3445
|
-
default: boolean;
|
|
3446
|
-
};
|
|
3447
343
|
qqConObjCount: {
|
|
3448
344
|
type: NumberConstructor;
|
|
3449
345
|
default: number;
|
|
3450
346
|
};
|
|
3451
|
-
conditionType: {
|
|
3452
|
-
type: StringConstructor;
|
|
3453
|
-
};
|
|
3454
|
-
countCondition: {
|
|
3455
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
3456
|
-
};
|
|
3457
|
-
countTabCondition: {
|
|
3458
|
-
type: NumberConstructor;
|
|
3459
|
-
};
|
|
3460
|
-
tabConditionNumObj: {
|
|
3461
|
-
type: ObjectConstructor;
|
|
3462
|
-
default: () => void;
|
|
3463
|
-
};
|
|
3464
|
-
isRelatedSearchFold: {
|
|
3465
|
-
type: BooleanConstructor;
|
|
3466
|
-
default: boolean;
|
|
3467
|
-
};
|
|
3468
|
-
tableId: {
|
|
3469
|
-
type: StringConstructor;
|
|
3470
|
-
default: string;
|
|
3471
|
-
};
|
|
3472
|
-
conditionMap: {
|
|
3473
|
-
type: ObjectConstructor;
|
|
3474
|
-
default: () => void;
|
|
3475
|
-
};
|
|
3476
|
-
getFilterData: {
|
|
3477
|
-
type: FunctionConstructor;
|
|
3478
|
-
};
|
|
3479
|
-
oldtableData: {
|
|
3480
|
-
type: ArrayConstructor;
|
|
3481
|
-
};
|
|
3482
|
-
isNestTableClick: {
|
|
3483
|
-
type: BooleanConstructor;
|
|
3484
|
-
};
|
|
3485
|
-
isAdmin: {
|
|
3486
|
-
type: BooleanConstructor;
|
|
3487
|
-
default: boolean;
|
|
3488
|
-
};
|
|
3489
|
-
/**
|
|
3490
|
-
* 导入量表配置
|
|
3491
|
-
*/
|
|
3492
|
-
importGuageConfig: {
|
|
3493
|
-
type: ObjectConstructor;
|
|
3494
|
-
default: () => {
|
|
3495
|
-
action: string;
|
|
3496
|
-
};
|
|
3497
|
-
};
|
|
3498
|
-
/**
|
|
3499
|
-
* 打印配置
|
|
3500
|
-
*/
|
|
3501
|
-
printConfig: {
|
|
3502
|
-
type: ObjectConstructor;
|
|
3503
|
-
default: () => {
|
|
3504
|
-
printBaseUrl: string;
|
|
3505
|
-
postStepRule: () => Promise<{}>;
|
|
3506
|
-
};
|
|
3507
|
-
};
|
|
3508
|
-
gettersConfig: {
|
|
3509
|
-
type: ObjectConstructor;
|
|
3510
|
-
default: () => {
|
|
3511
|
-
getIsTile: boolean;
|
|
3512
|
-
selectRowObj: never[];
|
|
3513
|
-
isInlineOperating: boolean;
|
|
3514
|
-
printNumberCache: {};
|
|
3515
|
-
};
|
|
3516
|
-
};
|
|
3517
|
-
/**
|
|
3518
|
-
* 是否展示行编辑的按钮
|
|
3519
|
-
*/
|
|
3520
|
-
visibleInlineOperateBtn: {
|
|
3521
|
-
type: BooleanConstructor;
|
|
3522
|
-
default: boolean;
|
|
3523
|
-
};
|
|
3524
|
-
tabConditionList: {
|
|
3525
|
-
type: PropType<IOriginConditionType[]>;
|
|
3526
|
-
default: () => never[];
|
|
3527
|
-
};
|
|
3528
|
-
lastOutSearchFieldList: {
|
|
3529
|
-
type: PropType<ISearchType[]>;
|
|
3530
|
-
default: () => never[];
|
|
3531
|
-
};
|
|
3532
|
-
lastOutRelationQuickSearch: {
|
|
3533
|
-
type: PropType<IrelationType[]>;
|
|
3534
|
-
default: () => never[];
|
|
3535
|
-
};
|
|
3536
|
-
relationTableList: {
|
|
3537
|
-
type: PropType<IrelationType[]>;
|
|
3538
|
-
default: () => never[];
|
|
3539
|
-
};
|
|
3540
|
-
/**
|
|
3541
|
-
* 筛选外显
|
|
3542
|
-
*/
|
|
3543
|
-
filterApiConfigOutSearch: {
|
|
3544
|
-
type: ObjectConstructor;
|
|
3545
|
-
default: () => {};
|
|
3546
|
-
};
|
|
3547
|
-
useFieldList: {
|
|
3548
|
-
type: PropType<ISearchType[]>;
|
|
3549
|
-
default: () => never[];
|
|
3550
|
-
};
|
|
3551
|
-
editTableUid: (NumberConstructor | StringConstructor)[];
|
|
3552
|
-
preventReTime: {
|
|
3553
|
-
type: NumberConstructor;
|
|
3554
|
-
default: number;
|
|
3555
|
-
};
|
|
3556
|
-
isCardNewBatch: {
|
|
3557
|
-
type: BooleanConstructor;
|
|
3558
|
-
deafult: boolean;
|
|
3559
|
-
};
|
|
3560
|
-
isBatchSelect: {
|
|
3561
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
3562
|
-
default: string;
|
|
3563
|
-
};
|
|
3564
|
-
filterApiConfig: {
|
|
3565
|
-
type: ObjectConstructor;
|
|
3566
|
-
};
|
|
3567
347
|
}>> & {
|
|
3568
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
3569
348
|
onOnSave?: ((...args: any[]) => any) | undefined;
|
|
3570
|
-
onTabClick?: ((...args: any[]) => any) | undefined;
|
|
3571
|
-
onSetIsTile?: ((...args: any[]) => any) | undefined;
|
|
3572
|
-
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
|
3573
|
-
onSetConditionMap?: ((...args: any[]) => any) | undefined;
|
|
3574
349
|
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
3575
|
-
onClearTeamTitleName?: ((...args: any[]) => any) | undefined;
|
|
3576
|
-
onBtnEvent?: ((...args: any[]) => any) | undefined;
|
|
3577
|
-
onGetClassification?: ((...args: any[]) => any) | undefined;
|
|
3578
|
-
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
3579
|
-
onReloadList?: ((...args: any[]) => any) | undefined;
|
|
3580
|
-
onClickBtn?: ((...args: any[]) => any) | undefined;
|
|
3581
|
-
onHandlerSetting?: ((...args: any[]) => any) | undefined;
|
|
3582
|
-
onHandlerChangeView?: ((...args: any[]) => any) | undefined;
|
|
3583
|
-
onPubResetCheckStatus?: ((...args: any[]) => any) | undefined;
|
|
3584
350
|
onHandleReset?: ((...args: any[]) => any) | undefined;
|
|
3585
|
-
onChangeCardNewBatch?: ((...args: any[]) => any) | undefined;
|
|
3586
|
-
onImportUpdate?: ((...args: any[]) => any) | undefined;
|
|
3587
|
-
onBtnEventTree?: ((...args: any[]) => any) | undefined;
|
|
3588
351
|
onOutSearchInit?: ((...args: any[]) => any) | undefined;
|
|
3589
|
-
onSetBatchSaveRowStatus?: ((...args: any[]) => any) | undefined;
|
|
3590
|
-
onSetBatchCancelRowStatus?: ((...args: any[]) => any) | undefined;
|
|
3591
|
-
onSetPrintNumberCache?: ((...args: any[]) => any) | undefined;
|
|
3592
352
|
}, {
|
|
3593
|
-
printConfig: Record<string, any>;
|
|
3594
|
-
clickRowData: any;
|
|
3595
353
|
showSettings: IsettingsType;
|
|
3596
|
-
|
|
3597
|
-
width: string;
|
|
3598
|
-
searchInputWidth: number;
|
|
3599
|
-
onSearch: any;
|
|
3600
|
-
rowBtnList: IbtnType[];
|
|
3601
|
-
paramsData: any;
|
|
3602
|
-
searchFieldList: ISearchType[];
|
|
3603
|
-
searchFieldLimit: Record<string, any>;
|
|
3604
|
-
viewList: any;
|
|
3605
|
-
TypeOfDisplay: string;
|
|
3606
|
-
tableAllCheck: boolean;
|
|
3607
|
-
editTableSource: string;
|
|
3608
|
-
showRelatedTreeBtn: boolean;
|
|
3609
|
-
onRelatedSearch: any;
|
|
3610
|
-
showResetFilterBtn: boolean;
|
|
354
|
+
searchFieldList: IApiServerType[];
|
|
3611
355
|
qqConObjCount: number;
|
|
3612
|
-
tabConditionNumObj: Record<string, any>;
|
|
3613
|
-
isRelatedSearchFold: boolean;
|
|
3614
|
-
tableId: string;
|
|
3615
|
-
conditionMap: Record<string, any>;
|
|
3616
|
-
isNestTableClick: boolean;
|
|
3617
|
-
isAdmin: boolean;
|
|
3618
|
-
importGuageConfig: Record<string, any>;
|
|
3619
|
-
gettersConfig: Record<string, any>;
|
|
3620
|
-
visibleInlineOperateBtn: boolean;
|
|
3621
|
-
tabConditionList: IOriginConditionType[];
|
|
3622
|
-
lastOutSearchFieldList: ISearchType[];
|
|
3623
|
-
lastOutRelationQuickSearch: IrelationType[];
|
|
3624
|
-
relationTableList: IrelationType[];
|
|
3625
|
-
filterApiConfigOutSearch: Record<string, any>;
|
|
3626
|
-
useFieldList: ISearchType[];
|
|
3627
|
-
preventReTime: number;
|
|
3628
|
-
isCardNewBatch: boolean;
|
|
3629
356
|
}>;
|
|
3630
357
|
export default _default;
|