cnhis-design-vue 3.1.41-release.4 → 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/README.md +87 -87
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +6823 -0
- 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/ScaleView.vue.d.ts +3 -0
- package/es/components/scale-view/src/ScaleView.vue.js +1 -1
- 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 -3313
- 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 -2787
- 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 +47 -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/env.d.ts +24 -24
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +64 -64
- 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 -1469
- 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,22 +1,14 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import moment, { Moment } from 'moment';
|
|
3
2
|
import 'moment/locale/zh-cn';
|
|
4
|
-
import { IParentNamesType, ISearchType,
|
|
3
|
+
import { IParentNamesType, ISearchType, ISaveType, IConditionMapType, IApiServerType } from '../../../../../es/components/table-filter/src/types';
|
|
5
4
|
declare const _default: import("vue").DefineComponent<{
|
|
6
|
-
visible: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
};
|
|
9
5
|
searchFieldList: {
|
|
10
|
-
type: PropType<
|
|
6
|
+
type: PropType<IApiServerType[]>;
|
|
11
7
|
default: () => never[];
|
|
12
8
|
};
|
|
13
|
-
|
|
14
|
-
type:
|
|
15
|
-
default:
|
|
16
|
-
};
|
|
17
|
-
quickSearchConfig: {
|
|
18
|
-
type: PropType<ISearchConfigType[]>;
|
|
19
|
-
default: () => never[];
|
|
9
|
+
tableId: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
20
12
|
};
|
|
21
13
|
source: {
|
|
22
14
|
type: StringConstructor;
|
|
@@ -26,24 +18,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
18
|
type: PropType<IConditionMapType>;
|
|
27
19
|
default: () => {};
|
|
28
20
|
};
|
|
29
|
-
originConditionList: {
|
|
30
|
-
type: ArrayConstructor;
|
|
31
|
-
default: () => never[];
|
|
32
|
-
};
|
|
33
|
-
isOrgAdmin: {
|
|
34
|
-
type: BooleanConstructor;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
|
-
lastQuickSearchData: {
|
|
38
|
-
type: PropType<ISearchType[]>;
|
|
39
|
-
default: () => never[];
|
|
40
|
-
};
|
|
41
|
-
show: {
|
|
42
|
-
type: BooleanConstructor;
|
|
43
|
-
};
|
|
44
|
-
getFilterData: {
|
|
45
|
-
type: FunctionConstructor;
|
|
46
|
-
};
|
|
47
21
|
filterApiConfig: {
|
|
48
22
|
type: ObjectConstructor;
|
|
49
23
|
};
|
|
@@ -55,24 +29,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
29
|
trigger: string[];
|
|
56
30
|
};
|
|
57
31
|
};
|
|
58
|
-
instance: import("axios").AxiosInstance;
|
|
59
32
|
attrs: any;
|
|
60
33
|
$message: import("naive-ui").MessageApi;
|
|
61
34
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
handleWordbookData(item: any, data: any, params: any): {
|
|
68
|
-
rows: never[];
|
|
69
|
-
hasFieldList: boolean;
|
|
70
|
-
searchPageConfig: {};
|
|
71
|
-
};
|
|
72
|
-
getTitleHeader(fieldList: ISearchType[], renderKey: any): any;
|
|
35
|
+
outQuickSearchFn: {
|
|
36
|
+
handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
37
|
+
handlerInitSearchItem(arr: ISearchType[]): void;
|
|
38
|
+
handleSetLabelOptions(labelType: any, el: ISearchType): void;
|
|
39
|
+
getConObj(arr: any): any;
|
|
73
40
|
};
|
|
74
|
-
isRender: (cfg: ISearchType) => any;
|
|
75
|
-
getDefValByRenderWidget: (cfg: ISearchType) => any;
|
|
76
41
|
initRenderWidgetCfg: (cfg: ISearchType) => any;
|
|
77
42
|
getRenderSearchConObj: (cfg: ISearchType) => {
|
|
78
43
|
field_key: string;
|
|
@@ -80,24 +45,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
45
|
value: any[] | null;
|
|
81
46
|
unit: null;
|
|
82
47
|
} | null;
|
|
83
|
-
getDefValByRenderConObj: (conObj: ISearchConfigType, cfg: ISearchType) => any;
|
|
84
|
-
isExistDefValByRenderWidget: (cfg: ISearchType) => boolean;
|
|
85
48
|
resetRenderWidgetValue: (cfg: ISearchType) => any;
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
49
|
+
transformData: (advancedFilterData: IApiServerType[]) => {
|
|
50
|
+
fieldType: string;
|
|
51
|
+
columnName: string;
|
|
52
|
+
settingObj: {};
|
|
53
|
+
setting: string;
|
|
54
|
+
widgetCfg: {
|
|
55
|
+
isRender: boolean;
|
|
56
|
+
widgetType: string | null;
|
|
57
|
+
valueList: {
|
|
58
|
+
value: any;
|
|
59
|
+
label: string;
|
|
60
|
+
}[] | undefined;
|
|
61
|
+
defaultValue: any;
|
|
62
|
+
defValueUnit: any;
|
|
63
|
+
multiple: boolean;
|
|
89
64
|
};
|
|
65
|
+
title: string;
|
|
66
|
+
alias: string | undefined;
|
|
67
|
+
isShowSearch: number;
|
|
68
|
+
filterExplicit: number;
|
|
69
|
+
explicitRequired: number;
|
|
70
|
+
advanceOptionSetting: string;
|
|
71
|
+
placeholder: string | undefined;
|
|
72
|
+
advanceColWidth: string;
|
|
73
|
+
}[];
|
|
74
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
90
75
|
searchFieldList: {
|
|
91
|
-
type: PropType<
|
|
76
|
+
type: PropType<IApiServerType[]>;
|
|
92
77
|
default: () => never[];
|
|
93
78
|
};
|
|
94
|
-
|
|
95
|
-
type:
|
|
96
|
-
default:
|
|
97
|
-
};
|
|
98
|
-
quickSearchConfig: {
|
|
99
|
-
type: PropType<ISearchConfigType[]>;
|
|
100
|
-
default: () => never[];
|
|
79
|
+
tableId: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
default: string;
|
|
101
82
|
};
|
|
102
83
|
source: {
|
|
103
84
|
type: StringConstructor;
|
|
@@ -107,24 +88,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
107
88
|
type: PropType<IConditionMapType>;
|
|
108
89
|
default: () => {};
|
|
109
90
|
};
|
|
110
|
-
originConditionList: {
|
|
111
|
-
type: ArrayConstructor;
|
|
112
|
-
default: () => never[];
|
|
113
|
-
};
|
|
114
|
-
isOrgAdmin: {
|
|
115
|
-
type: BooleanConstructor;
|
|
116
|
-
default: boolean;
|
|
117
|
-
};
|
|
118
|
-
lastQuickSearchData: {
|
|
119
|
-
type: PropType<ISearchType[]>;
|
|
120
|
-
default: () => never[];
|
|
121
|
-
};
|
|
122
|
-
show: {
|
|
123
|
-
type: BooleanConstructor;
|
|
124
|
-
};
|
|
125
|
-
getFilterData: {
|
|
126
|
-
type: FunctionConstructor;
|
|
127
|
-
};
|
|
128
91
|
filterApiConfig: {
|
|
129
92
|
type: ObjectConstructor;
|
|
130
93
|
};
|
|
@@ -141,7 +104,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
104
|
formValue: import("vue").Ref<{
|
|
142
105
|
classname: string;
|
|
143
106
|
}>;
|
|
144
|
-
modalVisible: import("vue").Ref<boolean>;
|
|
145
107
|
showInner: import("vue").Ref<boolean>;
|
|
146
108
|
quickSearch: import("vue").Ref<{
|
|
147
109
|
columnName: string;
|
|
@@ -291,70 +253,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
291
253
|
hasFieldList?: any;
|
|
292
254
|
search_DefaultValue?: any;
|
|
293
255
|
}[]>;
|
|
294
|
-
relationTableList: any;
|
|
295
|
-
relationQuickSearch: import("vue").Ref<{
|
|
296
|
-
fieldList?: any;
|
|
297
|
-
valueField?: any;
|
|
298
|
-
primaryField?: any;
|
|
299
|
-
relationField?: any;
|
|
300
|
-
tableId: any;
|
|
301
|
-
parameterConversionId: any;
|
|
302
|
-
converFun: any;
|
|
303
|
-
preConObj: any;
|
|
304
|
-
relationOrgId: any;
|
|
305
|
-
preSqlExpression: any;
|
|
306
|
-
tableName?: string | undefined;
|
|
307
|
-
quote_con?: {
|
|
308
|
-
conObj: {
|
|
309
|
-
con: string;
|
|
310
|
-
field_key: string;
|
|
311
|
-
start_val: number | null;
|
|
312
|
-
end_val?: number | null | undefined;
|
|
313
|
-
unit: string;
|
|
314
|
-
value: any;
|
|
315
|
-
fieldId?: string | undefined;
|
|
316
|
-
fieldType?: string | undefined;
|
|
317
|
-
id?: string | undefined;
|
|
318
|
-
is_compare_field?: boolean | undefined;
|
|
319
|
-
limit_date?: any;
|
|
320
|
-
wordbookValueList?: any;
|
|
321
|
-
};
|
|
322
|
-
sqlExpression: string;
|
|
323
|
-
} | undefined;
|
|
324
|
-
field_key?: string | undefined;
|
|
325
|
-
con?: string | undefined;
|
|
326
|
-
}[]>;
|
|
327
|
-
searchItem: any;
|
|
328
|
-
curWordbookData: import("vue").Ref<any>;
|
|
329
|
-
curAutograph: import("vue").Ref<string>;
|
|
330
|
-
dateTeam: import("vue").Ref<{
|
|
331
|
-
con: string;
|
|
332
|
-
title: string;
|
|
333
|
-
name: string;
|
|
334
|
-
units?: number | undefined;
|
|
335
|
-
}[]>;
|
|
336
|
-
birthdayTeam: any;
|
|
337
|
-
limit_date: import("vue").Ref<string>;
|
|
338
|
-
birthdayUnits: import("vue").Ref<{
|
|
339
|
-
con: string;
|
|
340
|
-
title: string;
|
|
341
|
-
name: string;
|
|
342
|
-
units?: number | undefined;
|
|
343
|
-
}[]>;
|
|
344
256
|
isChangeWindow: import("vue").Ref<boolean>;
|
|
345
257
|
modalWidth: import("vue").Ref<string>;
|
|
346
258
|
modalHeight: import("vue").Ref<string>;
|
|
347
|
-
EVALUATEList: import("vue").Ref<{
|
|
348
|
-
label: string;
|
|
349
|
-
value: string;
|
|
350
|
-
isSelect?: boolean | undefined;
|
|
351
|
-
}[]>;
|
|
352
|
-
ageOptions: import("vue").Ref<{
|
|
353
|
-
label: string;
|
|
354
|
-
value: string;
|
|
355
|
-
isSelect?: boolean | undefined;
|
|
356
|
-
}[]>;
|
|
357
|
-
label_max_count: import("vue").Ref<number>;
|
|
358
259
|
parentNames: import("vue").Ref<{
|
|
359
260
|
disabled: boolean;
|
|
360
261
|
isAdd?: boolean | undefined;
|
|
@@ -363,50 +264,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
363
264
|
}[]>;
|
|
364
265
|
showAdd: import("vue").Ref<boolean>;
|
|
365
266
|
addVal: import("vue").Ref<string>;
|
|
366
|
-
fetchingWordbook: import("vue").Ref<boolean>;
|
|
367
|
-
dateTeam0: import("vue").Ref<{
|
|
368
|
-
con: string;
|
|
369
|
-
title: string;
|
|
370
|
-
name: string;
|
|
371
|
-
units?: number | undefined;
|
|
372
|
-
}[]>;
|
|
373
|
-
dateTeam2: import("vue").Ref<{
|
|
374
|
-
con: string;
|
|
375
|
-
title: string;
|
|
376
|
-
name: string;
|
|
377
|
-
units?: number | undefined;
|
|
378
|
-
}[]>;
|
|
379
|
-
dateTeam3: import("vue").Ref<{
|
|
380
|
-
con: string;
|
|
381
|
-
title: string;
|
|
382
|
-
name: string;
|
|
383
|
-
units?: number | undefined;
|
|
384
|
-
}[]>;
|
|
385
|
-
showPercent: import("vue").ComputedRef<(item: ISearchType) => boolean>;
|
|
386
|
-
getEleWidth: import("vue").ComputedRef<(item: ISearchType) => string>;
|
|
387
|
-
hasRelationQuickSearch: import("vue").ComputedRef<boolean>;
|
|
388
267
|
parentNamesHasAdd: import("vue").ComputedRef<boolean>;
|
|
389
268
|
handleName: import("vue").ComputedRef<(item: ISearchType, key?: string) => any>;
|
|
390
|
-
filterOption: (...arg: any) => any;
|
|
391
|
-
handleLabelColorFn: (...arg: any) => {
|
|
392
|
-
color: string;
|
|
393
|
-
background: string;
|
|
394
|
-
borderColor: string;
|
|
395
|
-
};
|
|
396
269
|
init: () => void;
|
|
397
270
|
handleParentName: () => void;
|
|
398
|
-
|
|
399
|
-
handlerInitSearchItem: (arr: ISearchType[]) => void;
|
|
400
|
-
handleDictionDef: (el: ISearchType) => null;
|
|
401
|
-
checkDate: (item: ISearchType) => void;
|
|
402
|
-
checkBirthDay: (item: ISearchType) => void;
|
|
403
|
-
getWordbookData: (o: any, obj: any) => Promise<any>;
|
|
404
|
-
handleWordbookData: (item: any, data: any, params: any) => void;
|
|
405
|
-
filterChange: () => void;
|
|
406
|
-
maxTagPlaceholder: (item: ISearchType) => number;
|
|
407
|
-
dropdownVisibleChange: (open: boolean, item: ISearchType) => void;
|
|
408
|
-
handleSearch: (value: string, item: ISearchType, config?: {}) => void;
|
|
409
|
-
onSave: () => false | {
|
|
271
|
+
onSave: () => {
|
|
410
272
|
columnName: string;
|
|
411
273
|
title: string;
|
|
412
274
|
fieldType?: string | undefined;
|
|
@@ -554,15 +416,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
554
416
|
hasFieldList?: any;
|
|
555
417
|
search_DefaultValue?: any;
|
|
556
418
|
}[];
|
|
557
|
-
getMergeConObj: () => any
|
|
419
|
+
getMergeConObj: () => any;
|
|
558
420
|
getConObjParams: () => any;
|
|
559
421
|
closeModal: () => void;
|
|
560
422
|
resetChangeWindow: () => void;
|
|
561
423
|
openSaveToCalss: () => void;
|
|
562
424
|
getConObj: (arr: ISearchType[]) => any;
|
|
563
|
-
range: (start: number, end: number) => never[];
|
|
564
|
-
disabledDate: (current: Moment) => boolean;
|
|
565
|
-
changeRange: (date: number[], dateString: string[]) => void;
|
|
566
425
|
saveToCalss: () => void;
|
|
567
426
|
handleParentNamesAdd: (e: Event) => void;
|
|
568
427
|
hanldeBlur: () => void;
|
|
@@ -574,36 +433,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
574
433
|
cancelSaveToCalss: () => void;
|
|
575
434
|
clearData: () => void;
|
|
576
435
|
handlerReset: (arr: ISearchType[]) => void;
|
|
577
|
-
initBirthdayParams: () => {
|
|
578
|
-
con: null;
|
|
579
|
-
limit_date: never[];
|
|
580
|
-
start_val: null;
|
|
581
|
-
end_val: null;
|
|
582
|
-
unit: string;
|
|
583
|
-
units: {
|
|
584
|
-
con: string;
|
|
585
|
-
title: string;
|
|
586
|
-
name: string;
|
|
587
|
-
units?: number | undefined;
|
|
588
|
-
}[];
|
|
589
|
-
};
|
|
590
|
-
clickRadioGroup: (item: IDateType | undefined, con: string) => void;
|
|
591
|
-
clickBirthdayRadioGroup: (item: IDateType | undefined, con: string) => void;
|
|
592
|
-
changeModalWindow: () => void;
|
|
593
|
-
handleSetLabelOptions: (labelType: any, el: ISearchType) => Promise<void>;
|
|
594
|
-
handleLabelColorClass: (item: ILabelItemListType) => string;
|
|
595
|
-
handleLabelChange: (flag: boolean, item: IlabelType, options: ISearchType) => void;
|
|
596
|
-
handleClearLabel: (v: ISearchType) => void;
|
|
597
|
-
handleLabelUpfold: (v: ILabelType) => void;
|
|
598
|
-
handleEvaluateOnChange: (checked: boolean, tag: IEvaluateType, item: ISearchType) => void;
|
|
599
|
-
ageRangeOnChange: (obj: any, item: ISearchType) => void;
|
|
600
|
-
getAgeAttrDom: (el: any) => void;
|
|
601
|
-
handleResetAge: (item: ISearchType) => void;
|
|
602
|
-
onResize: (el: HTMLElement, v: ILabelType) => void;
|
|
603
|
-
changeFilterNumber: (item: ISearchType) => void;
|
|
604
|
-
clearFilterNumber: (item: ISearchType) => void;
|
|
605
|
-
disabledDatePicker: (current: number | Moment, item: ISearchType, t: string) => any;
|
|
606
|
-
NTag: any;
|
|
607
436
|
NForm: any;
|
|
608
437
|
NFormItem: import("vue").DefineComponent<{
|
|
609
438
|
readonly label: StringConstructor;
|
|
@@ -865,9 +694,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
865
694
|
blankHeightSmall: string;
|
|
866
695
|
blankHeightMedium: string;
|
|
867
696
|
blankHeightLarge: string;
|
|
868
|
-
/**
|
|
869
|
-
* 输入自动联想
|
|
870
|
-
*/
|
|
871
697
|
lineHeight: string;
|
|
872
698
|
labelTextColor: string;
|
|
873
699
|
asteriskColor: string;
|
|
@@ -908,400 +734,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
908
734
|
NIcon: any;
|
|
909
735
|
NInput: any;
|
|
910
736
|
NButton: any;
|
|
911
|
-
NInputNumber: any;
|
|
912
|
-
NTooltip: any;
|
|
913
|
-
NSelect: any;
|
|
914
|
-
NDatePicker: any;
|
|
915
|
-
NRadioGroup: import("vue").DefineComponent<{
|
|
916
|
-
readonly name: StringConstructor;
|
|
917
|
-
readonly value: PropType<string | number | boolean | null>;
|
|
918
|
-
readonly defaultValue: {
|
|
919
|
-
readonly type: PropType<string | number | boolean | null>;
|
|
920
|
-
readonly default: null;
|
|
921
|
-
};
|
|
922
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
923
|
-
readonly disabled: {
|
|
924
|
-
readonly type: PropType<boolean | undefined>;
|
|
925
|
-
readonly default: undefined;
|
|
926
|
-
};
|
|
927
|
-
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
|
|
928
|
-
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
|
|
929
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
930
|
-
labelLineHeight: string;
|
|
931
|
-
buttonHeightSmall: string;
|
|
932
|
-
buttonHeightMedium: string;
|
|
933
|
-
buttonHeightLarge: string;
|
|
934
|
-
fontSizeSmall: string;
|
|
935
|
-
fontSizeMedium: string;
|
|
936
|
-
fontSizeLarge: string;
|
|
937
|
-
boxShadow: string;
|
|
938
|
-
boxShadowActive: string;
|
|
939
|
-
boxShadowFocus: string;
|
|
940
|
-
boxShadowHover: string;
|
|
941
|
-
boxShadowDisabled: string;
|
|
942
|
-
color: string;
|
|
943
|
-
colorDisabled: string;
|
|
944
|
-
colorActive: string;
|
|
945
|
-
textColor: string;
|
|
946
|
-
textColorDisabled: string;
|
|
947
|
-
dotColorActive: string;
|
|
948
|
-
dotColorDisabled: string;
|
|
949
|
-
buttonBorderColor: string;
|
|
950
|
-
buttonBorderColorActive: string;
|
|
951
|
-
buttonBorderColorHover: string;
|
|
952
|
-
buttonColor: string;
|
|
953
|
-
buttonColorActive: string;
|
|
954
|
-
buttonTextColor: string;
|
|
955
|
-
buttonTextColorActive: string;
|
|
956
|
-
buttonTextColorHover: string;
|
|
957
|
-
opacityDisabled: string;
|
|
958
|
-
buttonBoxShadowFocus: string;
|
|
959
|
-
buttonBoxShadowHover: string;
|
|
960
|
-
buttonBoxShadow: string;
|
|
961
|
-
buttonBorderRadius: string;
|
|
962
|
-
radioSizeSmall: string;
|
|
963
|
-
radioSizeMedium: string;
|
|
964
|
-
radioSizeLarge: string;
|
|
965
|
-
labelPadding: string;
|
|
966
|
-
}, any>>;
|
|
967
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
968
|
-
labelLineHeight: string;
|
|
969
|
-
buttonHeightSmall: string;
|
|
970
|
-
buttonHeightMedium: string;
|
|
971
|
-
buttonHeightLarge: string;
|
|
972
|
-
fontSizeSmall: string;
|
|
973
|
-
fontSizeMedium: string;
|
|
974
|
-
fontSizeLarge: string;
|
|
975
|
-
boxShadow: string;
|
|
976
|
-
boxShadowActive: string;
|
|
977
|
-
boxShadowFocus: string;
|
|
978
|
-
boxShadowHover: string;
|
|
979
|
-
boxShadowDisabled: string;
|
|
980
|
-
color: string;
|
|
981
|
-
colorDisabled: string;
|
|
982
|
-
colorActive: string;
|
|
983
|
-
textColor: string;
|
|
984
|
-
textColorDisabled: string;
|
|
985
|
-
dotColorActive: string;
|
|
986
|
-
dotColorDisabled: string;
|
|
987
|
-
buttonBorderColor: string;
|
|
988
|
-
buttonBorderColorActive: string;
|
|
989
|
-
buttonBorderColorHover: string;
|
|
990
|
-
buttonColor: string;
|
|
991
|
-
buttonColorActive: string;
|
|
992
|
-
buttonTextColor: string;
|
|
993
|
-
buttonTextColorActive: string;
|
|
994
|
-
buttonTextColorHover: string;
|
|
995
|
-
opacityDisabled: string;
|
|
996
|
-
buttonBoxShadowFocus: string;
|
|
997
|
-
buttonBoxShadowHover: string;
|
|
998
|
-
buttonBoxShadow: string;
|
|
999
|
-
buttonBorderRadius: string;
|
|
1000
|
-
radioSizeSmall: string;
|
|
1001
|
-
radioSizeMedium: string;
|
|
1002
|
-
radioSizeLarge: string;
|
|
1003
|
-
labelPadding: string;
|
|
1004
|
-
}, any>>>;
|
|
1005
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
1006
|
-
labelLineHeight: string;
|
|
1007
|
-
buttonHeightSmall: string;
|
|
1008
|
-
buttonHeightMedium: string;
|
|
1009
|
-
buttonHeightLarge: string;
|
|
1010
|
-
fontSizeSmall: string;
|
|
1011
|
-
fontSizeMedium: string;
|
|
1012
|
-
fontSizeLarge: string;
|
|
1013
|
-
boxShadow: string;
|
|
1014
|
-
boxShadowActive: string;
|
|
1015
|
-
boxShadowFocus: string;
|
|
1016
|
-
boxShadowHover: string;
|
|
1017
|
-
boxShadowDisabled: string;
|
|
1018
|
-
color: string;
|
|
1019
|
-
colorDisabled: string;
|
|
1020
|
-
colorActive: string;
|
|
1021
|
-
textColor: string;
|
|
1022
|
-
textColorDisabled: string;
|
|
1023
|
-
dotColorActive: string;
|
|
1024
|
-
dotColorDisabled: string;
|
|
1025
|
-
buttonBorderColor: string;
|
|
1026
|
-
buttonBorderColorActive: string;
|
|
1027
|
-
buttonBorderColorHover: string;
|
|
1028
|
-
buttonColor: string;
|
|
1029
|
-
buttonColorActive: string;
|
|
1030
|
-
buttonTextColor: string;
|
|
1031
|
-
buttonTextColorActive: string;
|
|
1032
|
-
buttonTextColorHover: string;
|
|
1033
|
-
opacityDisabled: string;
|
|
1034
|
-
buttonBoxShadowFocus: string;
|
|
1035
|
-
buttonBoxShadowHover: string;
|
|
1036
|
-
buttonBoxShadow: string;
|
|
1037
|
-
buttonBorderRadius: string;
|
|
1038
|
-
radioSizeSmall: string;
|
|
1039
|
-
radioSizeMedium: string;
|
|
1040
|
-
radioSizeLarge: string;
|
|
1041
|
-
labelPadding: string;
|
|
1042
|
-
}, any>>>;
|
|
1043
|
-
}, {
|
|
1044
|
-
selfElRef: import("vue").Ref<HTMLDivElement | null>;
|
|
1045
|
-
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
1046
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
1047
|
-
mergedValue: import("vue").ComputedRef<string | number | boolean | null>;
|
|
1048
|
-
handleFocusout: (e: FocusEvent) => void;
|
|
1049
|
-
handleFocusin: (e: FocusEvent) => void;
|
|
1050
|
-
cssVars: import("vue").ComputedRef<{
|
|
1051
|
-
'--n-font-size': string;
|
|
1052
|
-
'--n-bezier': string;
|
|
1053
|
-
'--n-button-border-color': string;
|
|
1054
|
-
'--n-button-border-color-active': string;
|
|
1055
|
-
'--n-button-border-radius': string;
|
|
1056
|
-
'--n-button-box-shadow': string;
|
|
1057
|
-
'--n-button-box-shadow-focus': string;
|
|
1058
|
-
'--n-button-box-shadow-hover': string;
|
|
1059
|
-
'--n-button-color-active': string;
|
|
1060
|
-
'--n-button-text-color': string;
|
|
1061
|
-
'--n-button-text-color-hover': string;
|
|
1062
|
-
'--n-button-text-color-active': string;
|
|
1063
|
-
'--n-height': string;
|
|
1064
|
-
'--n-opacity-disabled': string;
|
|
1065
|
-
}> | undefined;
|
|
1066
|
-
themeClass: import("vue").Ref<string> | undefined;
|
|
1067
|
-
onRender: (() => void) | undefined;
|
|
1068
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1069
|
-
readonly name: StringConstructor;
|
|
1070
|
-
readonly value: PropType<string | number | boolean | null>;
|
|
1071
|
-
readonly defaultValue: {
|
|
1072
|
-
readonly type: PropType<string | number | boolean | null>;
|
|
1073
|
-
readonly default: null;
|
|
1074
|
-
};
|
|
1075
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
1076
|
-
readonly disabled: {
|
|
1077
|
-
readonly type: PropType<boolean | undefined>;
|
|
1078
|
-
readonly default: undefined;
|
|
1079
|
-
};
|
|
1080
|
-
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
|
|
1081
|
-
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
|
|
1082
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
1083
|
-
labelLineHeight: string;
|
|
1084
|
-
buttonHeightSmall: string;
|
|
1085
|
-
buttonHeightMedium: string;
|
|
1086
|
-
buttonHeightLarge: string;
|
|
1087
|
-
fontSizeSmall: string;
|
|
1088
|
-
fontSizeMedium: string;
|
|
1089
|
-
fontSizeLarge: string;
|
|
1090
|
-
boxShadow: string;
|
|
1091
|
-
boxShadowActive: string;
|
|
1092
|
-
boxShadowFocus: string;
|
|
1093
|
-
boxShadowHover: string;
|
|
1094
|
-
boxShadowDisabled: string;
|
|
1095
|
-
color: string;
|
|
1096
|
-
colorDisabled: string;
|
|
1097
|
-
colorActive: string;
|
|
1098
|
-
textColor: string;
|
|
1099
|
-
textColorDisabled: string;
|
|
1100
|
-
dotColorActive: string;
|
|
1101
|
-
dotColorDisabled: string;
|
|
1102
|
-
buttonBorderColor: string;
|
|
1103
|
-
buttonBorderColorActive: string;
|
|
1104
|
-
buttonBorderColorHover: string;
|
|
1105
|
-
buttonColor: string;
|
|
1106
|
-
buttonColorActive: string;
|
|
1107
|
-
buttonTextColor: string;
|
|
1108
|
-
buttonTextColorActive: string;
|
|
1109
|
-
buttonTextColorHover: string;
|
|
1110
|
-
opacityDisabled: string;
|
|
1111
|
-
buttonBoxShadowFocus: string;
|
|
1112
|
-
buttonBoxShadowHover: string;
|
|
1113
|
-
buttonBoxShadow: string;
|
|
1114
|
-
buttonBorderRadius: string;
|
|
1115
|
-
radioSizeSmall: string;
|
|
1116
|
-
radioSizeMedium: string;
|
|
1117
|
-
radioSizeLarge: string;
|
|
1118
|
-
labelPadding: string;
|
|
1119
|
-
}, any>>;
|
|
1120
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
1121
|
-
labelLineHeight: string;
|
|
1122
|
-
buttonHeightSmall: string;
|
|
1123
|
-
buttonHeightMedium: string;
|
|
1124
|
-
buttonHeightLarge: string;
|
|
1125
|
-
fontSizeSmall: string;
|
|
1126
|
-
fontSizeMedium: string;
|
|
1127
|
-
fontSizeLarge: string;
|
|
1128
|
-
boxShadow: string;
|
|
1129
|
-
boxShadowActive: string;
|
|
1130
|
-
boxShadowFocus: string;
|
|
1131
|
-
boxShadowHover: string;
|
|
1132
|
-
boxShadowDisabled: string;
|
|
1133
|
-
color: string;
|
|
1134
|
-
colorDisabled: string;
|
|
1135
|
-
colorActive: string;
|
|
1136
|
-
textColor: string;
|
|
1137
|
-
textColorDisabled: string;
|
|
1138
|
-
dotColorActive: string;
|
|
1139
|
-
dotColorDisabled: string;
|
|
1140
|
-
buttonBorderColor: string;
|
|
1141
|
-
buttonBorderColorActive: string;
|
|
1142
|
-
buttonBorderColorHover: string;
|
|
1143
|
-
buttonColor: string;
|
|
1144
|
-
buttonColorActive: string;
|
|
1145
|
-
buttonTextColor: string;
|
|
1146
|
-
buttonTextColorActive: string;
|
|
1147
|
-
buttonTextColorHover: string;
|
|
1148
|
-
opacityDisabled: string;
|
|
1149
|
-
buttonBoxShadowFocus: string;
|
|
1150
|
-
buttonBoxShadowHover: string;
|
|
1151
|
-
buttonBoxShadow: string;
|
|
1152
|
-
buttonBorderRadius: string;
|
|
1153
|
-
radioSizeSmall: string;
|
|
1154
|
-
radioSizeMedium: string;
|
|
1155
|
-
radioSizeLarge: string;
|
|
1156
|
-
labelPadding: string;
|
|
1157
|
-
}, any>>>;
|
|
1158
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
1159
|
-
labelLineHeight: string;
|
|
1160
|
-
buttonHeightSmall: string;
|
|
1161
|
-
buttonHeightMedium: string;
|
|
1162
|
-
buttonHeightLarge: string;
|
|
1163
|
-
fontSizeSmall: string;
|
|
1164
|
-
fontSizeMedium: string;
|
|
1165
|
-
fontSizeLarge: string;
|
|
1166
|
-
boxShadow: string;
|
|
1167
|
-
boxShadowActive: string;
|
|
1168
|
-
boxShadowFocus: string;
|
|
1169
|
-
boxShadowHover: string;
|
|
1170
|
-
boxShadowDisabled: string;
|
|
1171
|
-
color: string;
|
|
1172
|
-
colorDisabled: string;
|
|
1173
|
-
colorActive: string;
|
|
1174
|
-
textColor: string;
|
|
1175
|
-
textColorDisabled: string;
|
|
1176
|
-
dotColorActive: string;
|
|
1177
|
-
dotColorDisabled: string;
|
|
1178
|
-
buttonBorderColor: string;
|
|
1179
|
-
buttonBorderColorActive: string;
|
|
1180
|
-
buttonBorderColorHover: string;
|
|
1181
|
-
buttonColor: string;
|
|
1182
|
-
buttonColorActive: string;
|
|
1183
|
-
buttonTextColor: string;
|
|
1184
|
-
buttonTextColorActive: string;
|
|
1185
|
-
buttonTextColorHover: string;
|
|
1186
|
-
opacityDisabled: string;
|
|
1187
|
-
buttonBoxShadowFocus: string;
|
|
1188
|
-
buttonBoxShadowHover: string;
|
|
1189
|
-
buttonBoxShadow: string;
|
|
1190
|
-
buttonBorderRadius: string;
|
|
1191
|
-
radioSizeSmall: string;
|
|
1192
|
-
radioSizeMedium: string;
|
|
1193
|
-
radioSizeLarge: string;
|
|
1194
|
-
labelPadding: string;
|
|
1195
|
-
}, any>>>;
|
|
1196
|
-
}>>, {
|
|
1197
|
-
readonly disabled: boolean | undefined;
|
|
1198
|
-
readonly defaultValue: string | number | boolean | null;
|
|
1199
|
-
}>;
|
|
1200
|
-
NRadio: any;
|
|
1201
|
-
NRadioButton: import("vue").DefineComponent<{
|
|
1202
|
-
readonly name: StringConstructor;
|
|
1203
|
-
readonly value: {
|
|
1204
|
-
readonly type: PropType<string | number | boolean>;
|
|
1205
|
-
readonly default: "on";
|
|
1206
|
-
};
|
|
1207
|
-
readonly checked: {
|
|
1208
|
-
readonly type: PropType<boolean | undefined>;
|
|
1209
|
-
readonly default: undefined;
|
|
1210
|
-
};
|
|
1211
|
-
readonly defaultChecked: BooleanConstructor;
|
|
1212
|
-
readonly disabled: {
|
|
1213
|
-
readonly type: PropType<boolean | undefined>;
|
|
1214
|
-
readonly default: undefined;
|
|
1215
|
-
};
|
|
1216
|
-
readonly label: StringConstructor;
|
|
1217
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
1218
|
-
readonly onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
1219
|
-
readonly 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
1220
|
-
readonly checkedValue: {
|
|
1221
|
-
readonly type: PropType<boolean | undefined>;
|
|
1222
|
-
readonly default: undefined;
|
|
1223
|
-
};
|
|
1224
|
-
}, import("naive-ui/es/radio/src/use-radio").UseRadio, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1225
|
-
readonly name: StringConstructor;
|
|
1226
|
-
readonly value: {
|
|
1227
|
-
readonly type: PropType<string | number | boolean>;
|
|
1228
|
-
readonly default: "on";
|
|
1229
|
-
};
|
|
1230
|
-
readonly checked: {
|
|
1231
|
-
readonly type: PropType<boolean | undefined>;
|
|
1232
|
-
readonly default: undefined;
|
|
1233
|
-
};
|
|
1234
|
-
readonly defaultChecked: BooleanConstructor;
|
|
1235
|
-
readonly disabled: {
|
|
1236
|
-
readonly type: PropType<boolean | undefined>;
|
|
1237
|
-
readonly default: undefined;
|
|
1238
|
-
};
|
|
1239
|
-
readonly label: StringConstructor;
|
|
1240
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
1241
|
-
readonly onUpdateChecked: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
1242
|
-
readonly 'onUpdate:checked': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
1243
|
-
readonly checkedValue: {
|
|
1244
|
-
readonly type: PropType<boolean | undefined>;
|
|
1245
|
-
readonly default: undefined;
|
|
1246
|
-
};
|
|
1247
|
-
}>>, {
|
|
1248
|
-
readonly value: string | number | boolean;
|
|
1249
|
-
readonly disabled: boolean | undefined;
|
|
1250
|
-
readonly checked: boolean | undefined;
|
|
1251
|
-
readonly defaultChecked: boolean;
|
|
1252
|
-
readonly checkedValue: boolean | undefined;
|
|
1253
|
-
}>;
|
|
1254
|
-
NCheckboxGroup: import("vue").DefineComponent<{
|
|
1255
|
-
readonly min: NumberConstructor;
|
|
1256
|
-
readonly max: NumberConstructor;
|
|
1257
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
1258
|
-
readonly value: PropType<(string | number)[] | null>;
|
|
1259
|
-
readonly defaultValue: {
|
|
1260
|
-
readonly type: PropType<(string | number)[] | null>;
|
|
1261
|
-
readonly default: null;
|
|
1262
|
-
};
|
|
1263
|
-
readonly disabled: {
|
|
1264
|
-
readonly type: PropType<boolean | undefined>;
|
|
1265
|
-
readonly default: undefined;
|
|
1266
|
-
};
|
|
1267
|
-
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
|
|
1268
|
-
actionType: "check" | "uncheck";
|
|
1269
|
-
value: string | number;
|
|
1270
|
-
}) => void>>;
|
|
1271
|
-
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
|
|
1272
|
-
actionType: "check" | "uncheck";
|
|
1273
|
-
value: string | number;
|
|
1274
|
-
}) => void>>;
|
|
1275
|
-
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
|
|
1276
|
-
}, {
|
|
1277
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
1278
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1279
|
-
readonly min: NumberConstructor;
|
|
1280
|
-
readonly max: NumberConstructor;
|
|
1281
|
-
readonly size: PropType<"small" | "medium" | "large">;
|
|
1282
|
-
readonly value: PropType<(string | number)[] | null>;
|
|
1283
|
-
readonly defaultValue: {
|
|
1284
|
-
readonly type: PropType<(string | number)[] | null>;
|
|
1285
|
-
readonly default: null;
|
|
1286
|
-
};
|
|
1287
|
-
readonly disabled: {
|
|
1288
|
-
readonly type: PropType<boolean | undefined>;
|
|
1289
|
-
readonly default: undefined;
|
|
1290
|
-
};
|
|
1291
|
-
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
|
|
1292
|
-
actionType: "check" | "uncheck";
|
|
1293
|
-
value: string | number;
|
|
1294
|
-
}) => void>>;
|
|
1295
|
-
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
|
|
1296
|
-
actionType: "check" | "uncheck";
|
|
1297
|
-
value: string | number;
|
|
1298
|
-
}) => void>>;
|
|
1299
|
-
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
|
|
1300
|
-
}>>, {
|
|
1301
|
-
readonly disabled: boolean | undefined;
|
|
1302
|
-
readonly defaultValue: (string | number)[] | null;
|
|
1303
|
-
}>;
|
|
1304
|
-
NCheckbox: any;
|
|
1305
737
|
NGrid: any;
|
|
1306
738
|
NGridItem: import("vue").DefineComponent<{
|
|
1307
739
|
readonly span: {
|
|
@@ -1353,496 +785,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1353
785
|
readonly suffix: boolean;
|
|
1354
786
|
readonly privateShow: boolean;
|
|
1355
787
|
}>;
|
|
1356
|
-
ChevronUp: 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<{}>>, {}>;
|
|
1357
|
-
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<{}>>, {}>;
|
|
1358
788
|
CloseOutline: 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<{}>>, {}>;
|
|
1359
789
|
AddOutline: 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<{}>>, {}>;
|
|
1360
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
1361
|
-
iconClass: {
|
|
1362
|
-
type: StringConstructor;
|
|
1363
|
-
required: true;
|
|
1364
|
-
default: string;
|
|
1365
|
-
};
|
|
1366
|
-
title: {
|
|
1367
|
-
type: StringConstructor;
|
|
1368
|
-
required: false;
|
|
1369
|
-
default: string;
|
|
1370
|
-
};
|
|
1371
|
-
className: {
|
|
1372
|
-
type: StringConstructor;
|
|
1373
|
-
required: false;
|
|
1374
|
-
};
|
|
1375
|
-
}, {
|
|
1376
|
-
props: {
|
|
1377
|
-
iconClass: string;
|
|
1378
|
-
title: string;
|
|
1379
|
-
className?: string | undefined;
|
|
1380
|
-
};
|
|
1381
|
-
iconName: import("vue").ComputedRef<string>;
|
|
1382
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
1383
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1384
|
-
iconClass: {
|
|
1385
|
-
type: StringConstructor;
|
|
1386
|
-
required: true;
|
|
1387
|
-
default: string;
|
|
1388
|
-
};
|
|
1389
|
-
title: {
|
|
1390
|
-
type: StringConstructor;
|
|
1391
|
-
required: false;
|
|
1392
|
-
default: string;
|
|
1393
|
-
};
|
|
1394
|
-
className: {
|
|
1395
|
-
type: StringConstructor;
|
|
1396
|
-
required: false;
|
|
1397
|
-
};
|
|
1398
|
-
}>>, {
|
|
1399
|
-
title: string;
|
|
1400
|
-
iconClass: string;
|
|
1401
|
-
}>;
|
|
1402
|
-
rangeAge: import("vue").DefineComponent<{
|
|
1403
|
-
value: {
|
|
1404
|
-
value: ObjectConstructor;
|
|
1405
|
-
default: () => {
|
|
1406
|
-
star_val: string;
|
|
1407
|
-
end_val: string;
|
|
1408
|
-
};
|
|
1409
|
-
};
|
|
1410
|
-
options: {
|
|
1411
|
-
type: ArrayConstructor;
|
|
1412
|
-
default: () => never[];
|
|
1413
|
-
};
|
|
1414
|
-
item: {
|
|
1415
|
-
type: ObjectConstructor;
|
|
1416
|
-
default: () => {};
|
|
1417
|
-
};
|
|
1418
|
-
defaultValue: {
|
|
1419
|
-
type: ObjectConstructor;
|
|
1420
|
-
default: () => {};
|
|
1421
|
-
};
|
|
1422
|
-
format: {
|
|
1423
|
-
type: StringConstructor;
|
|
1424
|
-
default: string;
|
|
1425
|
-
};
|
|
1426
|
-
disabled: {
|
|
1427
|
-
type: BooleanConstructor;
|
|
1428
|
-
default: boolean;
|
|
1429
|
-
};
|
|
1430
|
-
dataName: {
|
|
1431
|
-
type: StringConstructor;
|
|
1432
|
-
};
|
|
1433
|
-
}, {
|
|
1434
|
-
valueObj: any;
|
|
1435
|
-
startValue: any;
|
|
1436
|
-
endValue: any;
|
|
1437
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1438
|
-
value: {
|
|
1439
|
-
value: ObjectConstructor;
|
|
1440
|
-
default: () => {
|
|
1441
|
-
star_val: string;
|
|
1442
|
-
end_val: string;
|
|
1443
|
-
};
|
|
1444
|
-
};
|
|
1445
|
-
options: {
|
|
1446
|
-
type: ArrayConstructor;
|
|
1447
|
-
default: () => never[];
|
|
1448
|
-
};
|
|
1449
|
-
item: {
|
|
1450
|
-
type: ObjectConstructor;
|
|
1451
|
-
default: () => {};
|
|
1452
|
-
};
|
|
1453
|
-
defaultValue: {
|
|
1454
|
-
type: ObjectConstructor;
|
|
1455
|
-
default: () => {};
|
|
1456
|
-
};
|
|
1457
|
-
format: {
|
|
1458
|
-
type: StringConstructor;
|
|
1459
|
-
default: string;
|
|
1460
|
-
};
|
|
1461
|
-
disabled: {
|
|
1462
|
-
type: BooleanConstructor;
|
|
1463
|
-
default: boolean;
|
|
1464
|
-
};
|
|
1465
|
-
dataName: {
|
|
1466
|
-
type: StringConstructor;
|
|
1467
|
-
};
|
|
1468
|
-
}>> & {
|
|
1469
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
1470
|
-
}>>;
|
|
1471
|
-
emits: (event: "change", ...args: any[]) => void;
|
|
1472
|
-
initDefaultValue: () => void;
|
|
1473
|
-
diffTime: (days: number) => {
|
|
1474
|
-
year?: undefined;
|
|
1475
|
-
month?: undefined;
|
|
1476
|
-
day?: undefined;
|
|
1477
|
-
days?: undefined;
|
|
1478
|
-
} | {
|
|
1479
|
-
year: string | number;
|
|
1480
|
-
month: string | number;
|
|
1481
|
-
day: string | number;
|
|
1482
|
-
days: string | number;
|
|
1483
|
-
};
|
|
1484
|
-
ageStartOnChange: (obj: any) => void;
|
|
1485
|
-
ageEndOnChange: (obj: any) => void;
|
|
1486
|
-
reset: () => void;
|
|
1487
|
-
ageCom: import("vue").DefineComponent<{
|
|
1488
|
-
value: {
|
|
1489
|
-
type: ObjectConstructor;
|
|
1490
|
-
default: () => void;
|
|
1491
|
-
};
|
|
1492
|
-
format: {
|
|
1493
|
-
type: StringConstructor;
|
|
1494
|
-
default: string;
|
|
1495
|
-
};
|
|
1496
|
-
disabled: {
|
|
1497
|
-
type: BooleanConstructor;
|
|
1498
|
-
default: boolean;
|
|
1499
|
-
};
|
|
1500
|
-
isDetail: {
|
|
1501
|
-
type: BooleanConstructor;
|
|
1502
|
-
default: boolean;
|
|
1503
|
-
};
|
|
1504
|
-
defaultValue: {
|
|
1505
|
-
type: ObjectConstructor;
|
|
1506
|
-
default: () => {};
|
|
1507
|
-
};
|
|
1508
|
-
itemData: {
|
|
1509
|
-
type: ObjectConstructor;
|
|
1510
|
-
default: () => {};
|
|
1511
|
-
};
|
|
1512
|
-
shortcutFieldsList: {
|
|
1513
|
-
type: ArrayConstructor;
|
|
1514
|
-
default: () => never[];
|
|
1515
|
-
};
|
|
1516
|
-
}, {
|
|
1517
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1518
|
-
value: {
|
|
1519
|
-
type: ObjectConstructor;
|
|
1520
|
-
default: () => void;
|
|
1521
|
-
};
|
|
1522
|
-
format: {
|
|
1523
|
-
type: StringConstructor;
|
|
1524
|
-
default: string;
|
|
1525
|
-
};
|
|
1526
|
-
disabled: {
|
|
1527
|
-
type: BooleanConstructor;
|
|
1528
|
-
default: boolean;
|
|
1529
|
-
};
|
|
1530
|
-
isDetail: {
|
|
1531
|
-
type: BooleanConstructor;
|
|
1532
|
-
default: boolean;
|
|
1533
|
-
};
|
|
1534
|
-
defaultValue: {
|
|
1535
|
-
type: ObjectConstructor;
|
|
1536
|
-
default: () => {};
|
|
1537
|
-
};
|
|
1538
|
-
itemData: {
|
|
1539
|
-
type: ObjectConstructor;
|
|
1540
|
-
default: () => {};
|
|
1541
|
-
};
|
|
1542
|
-
shortcutFieldsList: {
|
|
1543
|
-
type: ArrayConstructor;
|
|
1544
|
-
default: () => never[];
|
|
1545
|
-
};
|
|
1546
|
-
}>> & {
|
|
1547
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
1548
|
-
}>>;
|
|
1549
|
-
emits: (event: "change", ...args: any[]) => void;
|
|
1550
|
-
ageValue: any;
|
|
1551
|
-
showType: import("vue").ComputedRef<string>;
|
|
1552
|
-
isDisabled: import("vue").ComputedRef<boolean>;
|
|
1553
|
-
handleInitDefaultValue: () => void;
|
|
1554
|
-
checkType: (val: any) => string;
|
|
1555
|
-
handlefillVal: (val?: any) => void;
|
|
1556
|
-
handleYearChange: (e: any) => void;
|
|
1557
|
-
handleMonthChange: (e: any) => void;
|
|
1558
|
-
handleDayChange: (e: any) => void;
|
|
1559
|
-
getvalue: (e: any) => any;
|
|
1560
|
-
valueChange: (val: string, key: string) => void;
|
|
1561
|
-
checkVal: (val: string, key: string) => boolean;
|
|
1562
|
-
handleProrate: () => void;
|
|
1563
|
-
triggerChange: (changedValue: any) => void;
|
|
1564
|
-
NInputNumber: any;
|
|
1565
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1566
|
-
value: {
|
|
1567
|
-
type: ObjectConstructor;
|
|
1568
|
-
default: () => void;
|
|
1569
|
-
};
|
|
1570
|
-
format: {
|
|
1571
|
-
type: StringConstructor;
|
|
1572
|
-
default: string;
|
|
1573
|
-
};
|
|
1574
|
-
disabled: {
|
|
1575
|
-
type: BooleanConstructor;
|
|
1576
|
-
default: boolean;
|
|
1577
|
-
};
|
|
1578
|
-
isDetail: {
|
|
1579
|
-
type: BooleanConstructor;
|
|
1580
|
-
default: boolean;
|
|
1581
|
-
};
|
|
1582
|
-
defaultValue: {
|
|
1583
|
-
type: ObjectConstructor;
|
|
1584
|
-
default: () => {};
|
|
1585
|
-
};
|
|
1586
|
-
itemData: {
|
|
1587
|
-
type: ObjectConstructor;
|
|
1588
|
-
default: () => {};
|
|
1589
|
-
};
|
|
1590
|
-
shortcutFieldsList: {
|
|
1591
|
-
type: ArrayConstructor;
|
|
1592
|
-
default: () => never[];
|
|
1593
|
-
};
|
|
1594
|
-
}>> & {
|
|
1595
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
1596
|
-
}, {
|
|
1597
|
-
value: Record<string, any>;
|
|
1598
|
-
disabled: boolean;
|
|
1599
|
-
isDetail: boolean;
|
|
1600
|
-
defaultValue: Record<string, any>;
|
|
1601
|
-
format: string;
|
|
1602
|
-
itemData: Record<string, any>;
|
|
1603
|
-
shortcutFieldsList: unknown[];
|
|
1604
|
-
}>;
|
|
1605
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1606
|
-
value: {
|
|
1607
|
-
value: ObjectConstructor;
|
|
1608
|
-
default: () => {
|
|
1609
|
-
star_val: string;
|
|
1610
|
-
end_val: string;
|
|
1611
|
-
};
|
|
1612
|
-
};
|
|
1613
|
-
options: {
|
|
1614
|
-
type: ArrayConstructor;
|
|
1615
|
-
default: () => never[];
|
|
1616
|
-
};
|
|
1617
|
-
item: {
|
|
1618
|
-
type: ObjectConstructor;
|
|
1619
|
-
default: () => {};
|
|
1620
|
-
};
|
|
1621
|
-
defaultValue: {
|
|
1622
|
-
type: ObjectConstructor;
|
|
1623
|
-
default: () => {};
|
|
1624
|
-
};
|
|
1625
|
-
format: {
|
|
1626
|
-
type: StringConstructor;
|
|
1627
|
-
default: string;
|
|
1628
|
-
};
|
|
1629
|
-
disabled: {
|
|
1630
|
-
type: BooleanConstructor;
|
|
1631
|
-
default: boolean;
|
|
1632
|
-
};
|
|
1633
|
-
dataName: {
|
|
1634
|
-
type: StringConstructor;
|
|
1635
|
-
};
|
|
1636
|
-
}>> & {
|
|
1637
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
1638
|
-
}, {
|
|
1639
|
-
value: {
|
|
1640
|
-
star_val: string;
|
|
1641
|
-
end_val: string;
|
|
1642
|
-
};
|
|
1643
|
-
disabled: boolean;
|
|
1644
|
-
options: unknown[];
|
|
1645
|
-
item: Record<string, any>;
|
|
1646
|
-
defaultValue: Record<string, any>;
|
|
1647
|
-
format: string;
|
|
1648
|
-
}>;
|
|
1649
|
-
multiSelect: import("vue").DefineComponent<{
|
|
1650
|
-
item: {
|
|
1651
|
-
type: PropType<ISearchType>;
|
|
1652
|
-
default: () => void;
|
|
1653
|
-
};
|
|
1654
|
-
maxTagPlaceholder: {
|
|
1655
|
-
type: FunctionConstructor;
|
|
1656
|
-
default: () => {};
|
|
1657
|
-
};
|
|
1658
|
-
outFilterChange: {
|
|
1659
|
-
type: FunctionConstructor;
|
|
1660
|
-
default: () => {};
|
|
1661
|
-
};
|
|
1662
|
-
handleWordBookSearch: {
|
|
1663
|
-
type: FunctionConstructor;
|
|
1664
|
-
default: () => {};
|
|
1665
|
-
};
|
|
1666
|
-
dropdownVisibleChange: {
|
|
1667
|
-
type: FunctionConstructor;
|
|
1668
|
-
default: () => {};
|
|
1669
|
-
};
|
|
1670
|
-
source: {
|
|
1671
|
-
type: StringConstructor;
|
|
1672
|
-
default: string;
|
|
1673
|
-
};
|
|
1674
|
-
fetchingWordbook: {
|
|
1675
|
-
type: BooleanConstructor;
|
|
1676
|
-
default: boolean;
|
|
1677
|
-
};
|
|
1678
|
-
}, {
|
|
1679
|
-
quickInputSelect: any;
|
|
1680
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1681
|
-
item: {
|
|
1682
|
-
type: PropType<ISearchType>;
|
|
1683
|
-
default: () => void;
|
|
1684
|
-
};
|
|
1685
|
-
maxTagPlaceholder: {
|
|
1686
|
-
type: FunctionConstructor;
|
|
1687
|
-
default: () => {};
|
|
1688
|
-
};
|
|
1689
|
-
outFilterChange: {
|
|
1690
|
-
type: FunctionConstructor;
|
|
1691
|
-
default: () => {};
|
|
1692
|
-
};
|
|
1693
|
-
handleWordBookSearch: {
|
|
1694
|
-
type: FunctionConstructor;
|
|
1695
|
-
default: () => {};
|
|
1696
|
-
};
|
|
1697
|
-
dropdownVisibleChange: {
|
|
1698
|
-
type: FunctionConstructor;
|
|
1699
|
-
default: () => {};
|
|
1700
|
-
};
|
|
1701
|
-
source: {
|
|
1702
|
-
type: StringConstructor;
|
|
1703
|
-
default: string;
|
|
1704
|
-
};
|
|
1705
|
-
fetchingWordbook: {
|
|
1706
|
-
type: BooleanConstructor;
|
|
1707
|
-
default: boolean;
|
|
1708
|
-
};
|
|
1709
|
-
}>> & {}>>;
|
|
1710
|
-
handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
|
|
1711
|
-
isnoPages: import("vue").ComputedRef<boolean>;
|
|
1712
|
-
hasShowKeys: import("vue").ComputedRef<boolean>;
|
|
1713
|
-
showRemoveIcon: import("vue").ComputedRef<boolean>;
|
|
1714
|
-
mode: import("vue").ComputedRef<boolean>;
|
|
1715
|
-
renderList: import("vue").ComputedRef<any>;
|
|
1716
|
-
createSuffixIcon: () => void;
|
|
1717
|
-
filterOption: (...arg: any) => any;
|
|
1718
|
-
handleSearchChangePage: (type: string) => void;
|
|
1719
|
-
handleChange: () => void;
|
|
1720
|
-
NSelect: any;
|
|
1721
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1722
|
-
item: {
|
|
1723
|
-
type: PropType<ISearchType>;
|
|
1724
|
-
default: () => void;
|
|
1725
|
-
};
|
|
1726
|
-
maxTagPlaceholder: {
|
|
1727
|
-
type: FunctionConstructor;
|
|
1728
|
-
default: () => {};
|
|
1729
|
-
};
|
|
1730
|
-
outFilterChange: {
|
|
1731
|
-
type: FunctionConstructor;
|
|
1732
|
-
default: () => {};
|
|
1733
|
-
};
|
|
1734
|
-
handleWordBookSearch: {
|
|
1735
|
-
type: FunctionConstructor;
|
|
1736
|
-
default: () => {};
|
|
1737
|
-
};
|
|
1738
|
-
dropdownVisibleChange: {
|
|
1739
|
-
type: FunctionConstructor;
|
|
1740
|
-
default: () => {};
|
|
1741
|
-
};
|
|
1742
|
-
source: {
|
|
1743
|
-
type: StringConstructor;
|
|
1744
|
-
default: string;
|
|
1745
|
-
};
|
|
1746
|
-
fetchingWordbook: {
|
|
1747
|
-
type: BooleanConstructor;
|
|
1748
|
-
default: boolean;
|
|
1749
|
-
};
|
|
1750
|
-
}>>, {
|
|
1751
|
-
item: ISearchType;
|
|
1752
|
-
source: string;
|
|
1753
|
-
outFilterChange: Function;
|
|
1754
|
-
maxTagPlaceholder: Function;
|
|
1755
|
-
handleWordBookSearch: Function;
|
|
1756
|
-
dropdownVisibleChange: Function;
|
|
1757
|
-
fetchingWordbook: boolean;
|
|
1758
|
-
}>;
|
|
1759
|
-
cTreeSelect: import("vue").DefineComponent<{
|
|
1760
|
-
item: {
|
|
1761
|
-
type: PropType<ISearchType>;
|
|
1762
|
-
default: () => {
|
|
1763
|
-
value: never[];
|
|
1764
|
-
};
|
|
1765
|
-
};
|
|
1766
|
-
handleGetConfigApi: {
|
|
1767
|
-
type: FunctionConstructor;
|
|
1768
|
-
default: () => void;
|
|
1769
|
-
};
|
|
1770
|
-
filterApiConfig: {
|
|
1771
|
-
type: ObjectConstructor;
|
|
1772
|
-
};
|
|
1773
|
-
outFilterChange: {
|
|
1774
|
-
type: FunctionConstructor;
|
|
1775
|
-
default: () => void;
|
|
1776
|
-
};
|
|
1777
|
-
}, {
|
|
1778
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1779
|
-
item: {
|
|
1780
|
-
type: PropType<ISearchType>;
|
|
1781
|
-
default: () => {
|
|
1782
|
-
value: never[];
|
|
1783
|
-
};
|
|
1784
|
-
};
|
|
1785
|
-
handleGetConfigApi: {
|
|
1786
|
-
type: FunctionConstructor;
|
|
1787
|
-
default: () => void;
|
|
1788
|
-
};
|
|
1789
|
-
filterApiConfig: {
|
|
1790
|
-
type: ObjectConstructor;
|
|
1791
|
-
};
|
|
1792
|
-
outFilterChange: {
|
|
1793
|
-
type: FunctionConstructor;
|
|
1794
|
-
default: () => void;
|
|
1795
|
-
};
|
|
1796
|
-
}>> & {}>>;
|
|
1797
|
-
quickInputSelect: any;
|
|
1798
|
-
treeData: import("vue").Ref<{
|
|
1799
|
-
label: string;
|
|
1800
|
-
key: string;
|
|
1801
|
-
selectable: boolean;
|
|
1802
|
-
scopedSlots: {
|
|
1803
|
-
title: string;
|
|
1804
|
-
};
|
|
1805
|
-
}[]>;
|
|
1806
|
-
handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
|
|
1807
|
-
showRemoveIcon: import("vue").ComputedRef<boolean>;
|
|
1808
|
-
init: () => Promise<void>;
|
|
1809
|
-
handleMaxTag: () => string;
|
|
1810
|
-
handleRequestedOptions: (item: ISearchType) => Promise<any>;
|
|
1811
|
-
getSearchDefParams: (item: ISearchType) => any;
|
|
1812
|
-
formatField: (value: any) => any;
|
|
1813
|
-
hanldeGetCascadelabel: (v?: never[], k?: {}) => any;
|
|
1814
|
-
handleInitTreeData: (list: any, config: ISearchType) => void;
|
|
1815
|
-
hanldeSetTreeDef: () => void;
|
|
1816
|
-
maxTagPlaceholder: (item: ISearchType) => number;
|
|
1817
|
-
treeSelect: (key: string, vnode: any) => void;
|
|
1818
|
-
change: () => void;
|
|
1819
|
-
handleDisabledTreeData: (list?: any, config?: any) => void;
|
|
1820
|
-
createSuffixIcon: () => void;
|
|
1821
|
-
NTreeSelect: any;
|
|
1822
|
-
NSpin: any;
|
|
1823
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1824
|
-
item: {
|
|
1825
|
-
type: PropType<ISearchType>;
|
|
1826
|
-
default: () => {
|
|
1827
|
-
value: never[];
|
|
1828
|
-
};
|
|
1829
|
-
};
|
|
1830
|
-
handleGetConfigApi: {
|
|
1831
|
-
type: FunctionConstructor;
|
|
1832
|
-
default: () => void;
|
|
1833
|
-
};
|
|
1834
|
-
filterApiConfig: {
|
|
1835
|
-
type: ObjectConstructor;
|
|
1836
|
-
};
|
|
1837
|
-
outFilterChange: {
|
|
1838
|
-
type: FunctionConstructor;
|
|
1839
|
-
default: () => void;
|
|
1840
|
-
};
|
|
1841
|
-
}>>, {
|
|
1842
|
-
item: ISearchType;
|
|
1843
|
-
handleGetConfigApi: Function;
|
|
1844
|
-
outFilterChange: Function;
|
|
1845
|
-
}>;
|
|
1846
790
|
RenderWidget: import("vue").DefineComponent<{
|
|
1847
791
|
cfg: {
|
|
1848
792
|
type: ObjectConstructor;
|
|
@@ -1874,24 +818,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1874
818
|
}>> & {
|
|
1875
819
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1876
820
|
}, {}>;
|
|
1877
|
-
vResize: {
|
|
1878
|
-
mounted(el: any, binding: any): void;
|
|
1879
|
-
};
|
|
1880
821
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig")[], "onSave" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1881
|
-
visible: {
|
|
1882
|
-
type: BooleanConstructor;
|
|
1883
|
-
};
|
|
1884
822
|
searchFieldList: {
|
|
1885
|
-
type: PropType<
|
|
823
|
+
type: PropType<IApiServerType[]>;
|
|
1886
824
|
default: () => never[];
|
|
1887
825
|
};
|
|
1888
|
-
|
|
1889
|
-
type:
|
|
1890
|
-
default:
|
|
1891
|
-
};
|
|
1892
|
-
quickSearchConfig: {
|
|
1893
|
-
type: PropType<ISearchConfigType[]>;
|
|
1894
|
-
default: () => never[];
|
|
826
|
+
tableId: {
|
|
827
|
+
type: StringConstructor;
|
|
828
|
+
default: string;
|
|
1895
829
|
};
|
|
1896
830
|
source: {
|
|
1897
831
|
type: StringConstructor;
|
|
@@ -1901,24 +835,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1901
835
|
type: PropType<IConditionMapType>;
|
|
1902
836
|
default: () => {};
|
|
1903
837
|
};
|
|
1904
|
-
originConditionList: {
|
|
1905
|
-
type: ArrayConstructor;
|
|
1906
|
-
default: () => never[];
|
|
1907
|
-
};
|
|
1908
|
-
isOrgAdmin: {
|
|
1909
|
-
type: BooleanConstructor;
|
|
1910
|
-
default: boolean;
|
|
1911
|
-
};
|
|
1912
|
-
lastQuickSearchData: {
|
|
1913
|
-
type: PropType<ISearchType[]>;
|
|
1914
|
-
default: () => never[];
|
|
1915
|
-
};
|
|
1916
|
-
show: {
|
|
1917
|
-
type: BooleanConstructor;
|
|
1918
|
-
};
|
|
1919
|
-
getFilterData: {
|
|
1920
|
-
type: FunctionConstructor;
|
|
1921
|
-
};
|
|
1922
838
|
filterApiConfig: {
|
|
1923
839
|
type: ObjectConstructor;
|
|
1924
840
|
};
|
|
@@ -1929,15 +845,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1929
845
|
onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
|
|
1930
846
|
onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
|
|
1931
847
|
}, {
|
|
1932
|
-
quickSearchConfig: ISearchConfigType[];
|
|
1933
|
-
show: boolean;
|
|
1934
|
-
visible: boolean;
|
|
1935
848
|
source: string;
|
|
1936
|
-
searchFieldList:
|
|
1937
|
-
|
|
849
|
+
searchFieldList: IApiServerType[];
|
|
850
|
+
tableId: string;
|
|
1938
851
|
quickSearchListObj: IConditionMapType;
|
|
1939
|
-
originConditionList: unknown[];
|
|
1940
|
-
isOrgAdmin: boolean;
|
|
1941
|
-
lastQuickSearchData: ISearchType[];
|
|
1942
852
|
}>;
|
|
1943
853
|
export default _default;
|