cnhis-design-vue 3.1.41 → 3.1.42-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
- package/es/components/annotation-edit/src/type.d.ts +3 -0
- package/es/components/annotation-edit/style/index.css +1 -1
- package/es/components/base-search/index.d.ts +293 -0
- package/es/components/base-search/index.js +1 -0
- package/es/components/{table-filter/src/base-search-com/BaseSearch.vue.d.ts → base-search/src/index.vue.d.ts} +26 -91
- package/es/components/base-search/src/index.vue.js +1 -0
- package/es/components/base-search/style/iconfont.ttf +0 -0
- package/es/components/base-search/style/index.css +1 -0
- package/es/components/big-table/index.d.ts +4 -3
- package/es/components/big-table/src/BigTable.vue.d.ts +4 -3
- package/es/components/big-table/src/BigTable.vue2.js +1 -1
- package/es/components/big-table/style/index.css +1 -1
- package/es/components/button-print/index.d.ts +7 -6
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +7 -6
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/api.d.ts +3 -0
- package/es/components/button-print/src/api.js +1 -0
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +4 -4
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -4
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/classification/index.d.ts +995 -0
- package/es/components/classification/index.js +1 -0
- package/es/components/{table-filter → classification}/src/components/search-filter/index.vue.d.ts +10 -93
- package/es/components/classification/src/components/search-filter/index.vue.js +1 -0
- package/es/components/{table-filter → classification}/src/components/set-classification/index.vue.d.ts +5 -130
- package/es/components/classification/src/components/set-classification/index.vue.js +1 -0
- package/es/components/{table-filter → classification}/src/components/table-modal/index.vue.d.ts +0 -42
- package/es/components/classification/src/components/table-modal/index.vue.js +1 -0
- package/es/components/classification/src/const/index.d.ts +2 -0
- package/es/components/classification/src/const/index.js +1 -0
- package/es/components/{table-filter/src/classification/Classification-com.vue.d.ts → classification/src/index.vue.d.ts} +57 -291
- package/es/components/classification/src/index.vue.js +1 -0
- package/es/components/classification/style/iconfont.ttf +0 -0
- package/es/components/classification/style/index.css +1 -0
- package/es/components/config-provider/index.d.ts +14 -0
- package/es/components/config-provider/index.js +1 -0
- package/es/components/config-provider/src/ConfigProvider.d.ts +14 -0
- package/es/components/config-provider/src/ConfigProvider.js +1 -0
- package/es/components/config-provider/src/interface.d.ts +19 -0
- package/es/components/config-provider/src/interface.js +1 -0
- package/es/components/config-provider/src/utils/index.d.ts +2 -0
- package/es/components/config-provider/src/utils/index.js +1 -0
- package/es/components/date-picker/index.d.ts +20 -0
- package/es/components/date-picker/index.js +1 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +20 -0
- package/es/components/date-picker/src/DatePicker.vue.js +1 -0
- package/es/components/fabric-chart/index.d.ts +2 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/useRight.js +1 -1
- package/es/components/field-set/index.d.ts +2 -2
- package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
- package/es/components/form-config/index.d.ts +46 -37
- package/es/components/form-config/src/FormConfig.vue.d.ts +46 -37
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +16 -16
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +19 -19
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +9 -1
- package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +33 -6
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +16 -16
- package/es/components/form-render/src/FormRender.vue.d.ts +16 -16
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +16 -16
- package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
- package/es/components/form-render/src/components/renderer/complex.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +4 -2
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +3 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3 -0
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +4 -4
- package/es/components/iho-table/src/constants/index.js +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +20 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +18 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +8 -2
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +3799 -156
- package/es/components/info-header/src/InfoHeader.vue.d.ts +3800 -156
- package/es/components/info-header/src/InfoHeader.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1842 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.js +1 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1972 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.js +1 -0
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +2 -2
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +1 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +2669 -139
- package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +745 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -1
- package/es/components/info-header/src/constants/index.d.ts +4 -0
- package/es/components/info-header/src/constants/index.js +1 -0
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +4 -0
- package/es/components/info-header/src/hooks/useThemeOverrides.js +1 -0
- package/es/components/info-header/src/types/index.d.ts +17 -3
- package/es/components/info-header/style/index.css +1 -1
- package/es/components/keyboard/index.d.ts +4 -2
- package/es/components/keyboard/src/Keyboard.vue.d.ts +4 -2
- package/es/components/keyboard/src/Keyboard.vue.js +1 -1
- package/es/components/keyboard/src/constants/index.d.ts +2 -0
- package/es/components/keyboard/src/constants/index.js +1 -0
- package/es/components/keyboard/style/index.css +1 -1
- package/es/components/quick-search/index.d.ts +713 -0
- package/es/components/quick-search/index.js +1 -0
- package/es/components/{table-filter/src/quick-search/QuickSearch.vue.d.ts → quick-search/src/index.vue.d.ts} +31 -120
- package/es/components/quick-search/src/index.vue.js +1 -0
- package/es/components/quick-search/style/index.css +1 -0
- package/es/components/recommend-search/index.d.ts +2 -2
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +2 -2
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue.js +1 -1
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +69 -116
- package/es/components/search-cascader/index.d.ts +2 -2
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +2 -2
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
- package/es/components/select-label/index.d.ts +70 -169
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -53
- package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
- package/es/components/select-label/src/SelectLabel.vue.d.ts +70 -116
- package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue.js +1 -1
- package/es/components/select-label/style/iconfont.ttf +0 -0
- package/es/components/select-label/style/index.css +1 -1
- package/es/components/select-person/index.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +17 -17
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +17 -17
- package/es/components/steps-wheel/index.d.ts +1 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
- package/es/components/steps-wheel/src/constants/index.d.ts +2 -0
- package/es/components/steps-wheel/src/constants/index.js +1 -0
- package/es/components/steps-wheel/style/index.css +1 -1
- package/es/components/table-filter/index.d.ts +0 -2385
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +1 -42
- package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/enums.d.ts +0 -8
- package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +2 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +4 -1
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -54
- package/es/components/table-filter/src/hooks/useMixins.js +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
- package/es/components/table-filter/src/tool/generateDefOptions.js +1 -1
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -37
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/types/enums.d.ts +1 -0
- package/es/components/table-filter/src/types/enums.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +13 -169
- package/es/components/time-picker/index.d.ts +18 -0
- package/es/components/time-picker/index.js +1 -0
- package/es/components/time-picker/src/TimePicker.vue.d.ts +18 -0
- package/es/components/time-picker/src/TimePicker.vue.js +1 -0
- package/es/env.d.ts +24 -24
- package/es/shared/mixins/index.d.ts +1 -0
- package/es/shared/mixins/index.js +1 -0
- package/es/shared/mixins/useTheme.d.ts +3 -0
- package/es/shared/mixins/useTheme.js +1 -0
- package/es/shared/utils/index.d.ts +1 -0
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +0 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +0 -1
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +0 -1
- package/es/components/table-filter/src/classification/Classification-com.vue.js +0 -1
- package/es/components/table-filter/src/components/search-filter/index.vue.js +0 -1
- package/es/components/table-filter/src/components/set-classification/index.vue.js +0 -1
- package/es/components/table-filter/src/components/table-modal/index.vue.js +0 -1
- package/es/components/table-filter/src/const/index.d.ts +0 -5
- package/es/components/table-filter/src/const/index.js +0 -1
- package/es/components/table-filter/src/hooks/useTableSearchCon.d.ts +0 -8
- package/es/components/table-filter/src/hooks/useTableSearchCon.js +0 -1
- package/es/components/table-filter/src/hooks/useWordBookutils.d.ts +0 -12
- package/es/components/table-filter/src/hooks/useWordBookutils.js +0 -1
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +0 -1
- package/es/components/table-filter/src/tool/time-domain.d.ts +0 -39
- package/es/components/table-filter/src/tool/time-domain.js +0 -1
- package/es/components/table-filter/src/tool/utils.d.ts +0 -4
- package/es/components/table-filter/src/tool/utils.js +0 -1
- package/es/components/table-filter/style/index.css +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/tapable/index.d.ts +0 -139
- /package/es/components/{table-filter → base-search}/src/directive/resize.d.ts +0 -0
- /package/es/components/{table-filter → base-search}/src/directive/resize.js +0 -0
- /package/es/components/{table-filter → base-search}/src/tool/resizeSensor.d.ts +0 -0
- /package/es/components/{table-filter → base-search}/src/tool/resizeSensor.js +0 -0
- /package/es/components/{table-filter → classification}/src/directive/flexibleResize.d.ts +0 -0
- /package/es/components/{table-filter → classification}/src/directive/flexibleResize.js +0 -0
- /package/es/components/table-filter/src/tool/{options.d.ts → baseOptions.d.ts} +0 -0
- /package/es/components/table-filter/src/tool/{options.js → baseOptions.js} +0 -0
|
@@ -0,0 +1,995 @@
|
|
|
1
|
+
import { SFCWithInstall } from '../../../es/shared/types';
|
|
2
|
+
declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
+
tableId: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
searchFieldList: {
|
|
8
|
+
type: import("vue").PropType<any[]>;
|
|
9
|
+
default: () => never[];
|
|
10
|
+
};
|
|
11
|
+
conditionMap: {
|
|
12
|
+
type: import("vue").PropType<import("..").IConditionMapType>;
|
|
13
|
+
default: () => void;
|
|
14
|
+
};
|
|
15
|
+
conditionSid: {
|
|
16
|
+
type: import("vue").PropType<string[]>;
|
|
17
|
+
default: () => string[];
|
|
18
|
+
};
|
|
19
|
+
curClassificationIndex: {
|
|
20
|
+
type: NumberConstructor;
|
|
21
|
+
default: number;
|
|
22
|
+
};
|
|
23
|
+
curClassificationWidth: {
|
|
24
|
+
type: NumberConstructor;
|
|
25
|
+
};
|
|
26
|
+
hideConditionChangeBtn: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
hideConditionChangeSetting: {
|
|
31
|
+
type: NumberConstructor;
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
hideClearConditionChange: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
isShowResetButton: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
filterApiConfig: {
|
|
43
|
+
type: ObjectConstructor;
|
|
44
|
+
default: () => {};
|
|
45
|
+
};
|
|
46
|
+
}, {
|
|
47
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
48
|
+
transformClassifyChild: (conObjList: any) => {};
|
|
49
|
+
attrs: any;
|
|
50
|
+
$message: import("naive-ui").MessageApi;
|
|
51
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
+
tableId: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
searchFieldList: {
|
|
57
|
+
type: import("vue").PropType<any[]>;
|
|
58
|
+
default: () => never[];
|
|
59
|
+
};
|
|
60
|
+
conditionMap: {
|
|
61
|
+
type: import("vue").PropType<import("..").IConditionMapType>;
|
|
62
|
+
default: () => void;
|
|
63
|
+
};
|
|
64
|
+
conditionSid: {
|
|
65
|
+
type: import("vue").PropType<string[]>;
|
|
66
|
+
default: () => string[];
|
|
67
|
+
};
|
|
68
|
+
curClassificationIndex: {
|
|
69
|
+
type: NumberConstructor;
|
|
70
|
+
default: number;
|
|
71
|
+
};
|
|
72
|
+
curClassificationWidth: {
|
|
73
|
+
type: NumberConstructor;
|
|
74
|
+
};
|
|
75
|
+
hideConditionChangeBtn: {
|
|
76
|
+
type: NumberConstructor;
|
|
77
|
+
default: number;
|
|
78
|
+
};
|
|
79
|
+
hideConditionChangeSetting: {
|
|
80
|
+
type: NumberConstructor;
|
|
81
|
+
default: number;
|
|
82
|
+
};
|
|
83
|
+
hideClearConditionChange: {
|
|
84
|
+
type: NumberConstructor;
|
|
85
|
+
default: number;
|
|
86
|
+
};
|
|
87
|
+
isShowResetButton: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
filterApiConfig: {
|
|
92
|
+
type: ObjectConstructor;
|
|
93
|
+
default: () => {};
|
|
94
|
+
};
|
|
95
|
+
}>> & {
|
|
96
|
+
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
97
|
+
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
98
|
+
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
|
99
|
+
}>>;
|
|
100
|
+
emit: (event: "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", ...args: any[]) => void;
|
|
101
|
+
selectType: any;
|
|
102
|
+
classificationWidth: import("vue").Ref<number>;
|
|
103
|
+
selectShow: import("vue").Ref<boolean>;
|
|
104
|
+
treeData: import("vue").Ref<{
|
|
105
|
+
name: string;
|
|
106
|
+
sid?: string | undefined;
|
|
107
|
+
children: {
|
|
108
|
+
displayCategory: string;
|
|
109
|
+
isDefault: boolean;
|
|
110
|
+
isEdit: boolean;
|
|
111
|
+
isShow: boolean;
|
|
112
|
+
name: string;
|
|
113
|
+
sid: string;
|
|
114
|
+
isPublic?: string | undefined;
|
|
115
|
+
classifyId?: string | undefined;
|
|
116
|
+
conObj?: any;
|
|
117
|
+
digital?: number | undefined;
|
|
118
|
+
checked?: boolean | undefined;
|
|
119
|
+
id?: string | undefined;
|
|
120
|
+
isCommon?: boolean | undefined;
|
|
121
|
+
selected?: boolean | undefined;
|
|
122
|
+
sqlExpression?: string | undefined;
|
|
123
|
+
createdByName?: string | undefined;
|
|
124
|
+
from?: string | undefined;
|
|
125
|
+
}[];
|
|
126
|
+
digital?: number | undefined;
|
|
127
|
+
open?: boolean | undefined;
|
|
128
|
+
selected?: boolean | undefined;
|
|
129
|
+
}[]>;
|
|
130
|
+
conditionLists: import("vue").Ref<{
|
|
131
|
+
displayCategory: string;
|
|
132
|
+
isDefault: boolean;
|
|
133
|
+
isEdit: boolean;
|
|
134
|
+
isShow: boolean;
|
|
135
|
+
name: string;
|
|
136
|
+
sid: string;
|
|
137
|
+
isPublic?: string | undefined;
|
|
138
|
+
classifyId?: string | undefined;
|
|
139
|
+
conObj?: any;
|
|
140
|
+
digital?: number | undefined;
|
|
141
|
+
checked?: boolean | undefined;
|
|
142
|
+
id?: string | undefined;
|
|
143
|
+
isCommon?: boolean | undefined;
|
|
144
|
+
selected?: boolean | undefined;
|
|
145
|
+
sqlExpression?: string | undefined;
|
|
146
|
+
createdByName?: string | undefined;
|
|
147
|
+
from?: string | undefined;
|
|
148
|
+
}[]>;
|
|
149
|
+
originConditionList: import("vue").Ref<{
|
|
150
|
+
displayCategory: string;
|
|
151
|
+
isDefault: boolean;
|
|
152
|
+
isEdit: boolean;
|
|
153
|
+
isShow: boolean;
|
|
154
|
+
name: string;
|
|
155
|
+
sid: string;
|
|
156
|
+
isPublic?: string | undefined;
|
|
157
|
+
classifyId?: string | undefined;
|
|
158
|
+
conObj?: any;
|
|
159
|
+
digital?: number | undefined;
|
|
160
|
+
checked?: boolean | undefined;
|
|
161
|
+
id?: string | undefined;
|
|
162
|
+
isCommon?: boolean | undefined;
|
|
163
|
+
selected?: boolean | undefined;
|
|
164
|
+
sqlExpression?: string | undefined;
|
|
165
|
+
createdByName?: string | undefined;
|
|
166
|
+
from?: string | undefined;
|
|
167
|
+
}[]>;
|
|
168
|
+
classificationIndex: import("vue").Ref<number>;
|
|
169
|
+
allObj: any;
|
|
170
|
+
displayCategoryLists: import("vue").Ref<string[]>;
|
|
171
|
+
settingId: import("vue").Ref<string>;
|
|
172
|
+
classifyModal: import("vue").Ref<boolean>;
|
|
173
|
+
showTitleName: import("vue").Ref<string>;
|
|
174
|
+
dynamicStyle: import("vue").ComputedRef<{
|
|
175
|
+
marginRight: string;
|
|
176
|
+
display?: undefined;
|
|
177
|
+
} | {
|
|
178
|
+
display: string;
|
|
179
|
+
marginRight?: undefined;
|
|
180
|
+
} | {
|
|
181
|
+
marginRight?: undefined;
|
|
182
|
+
display?: undefined;
|
|
183
|
+
}>;
|
|
184
|
+
titleName: import("vue").ComputedRef<string>;
|
|
185
|
+
tooltipTilte: import("vue").ComputedRef<(item: any) => string>;
|
|
186
|
+
handleFold: (item: import("..").ITreeDataType) => void;
|
|
187
|
+
handleItemClick: (child: any, i?: number | undefined, p?: import("..").ITreeDataType | undefined) => void;
|
|
188
|
+
initTree: (conditionSidTemp: string[]) => import("..").IClassifyListType[];
|
|
189
|
+
getConditionSid: (sid: string, conditionSidVal: string[], p?: import("..").ITreeDataType | undefined) => string[];
|
|
190
|
+
handleModeChange: () => void;
|
|
191
|
+
saveListPersonaSetting: (classificationIndexVal: number, classificationWidthVal?: number | undefined) => Promise<void>;
|
|
192
|
+
handleSettingShow: () => void;
|
|
193
|
+
setClassifyModal: (val: boolean) => void;
|
|
194
|
+
toggleSelect: (flag?: boolean | undefined) => void;
|
|
195
|
+
initTableCondiTionList: () => import("naive-ui").MessageReactive | undefined;
|
|
196
|
+
setOpenStatus: (value: boolean) => void;
|
|
197
|
+
tableCondiTionPromise: () => Promise<void>;
|
|
198
|
+
changeWidth: ({ distance }: any) => void;
|
|
199
|
+
saveWidth: () => void;
|
|
200
|
+
updateTableCondiTion: () => Promise<void>;
|
|
201
|
+
saveGetTableCondiTionList: (options: any) => Promise<void>;
|
|
202
|
+
getTableCondiTionListRequest: (first?: boolean | undefined) => void;
|
|
203
|
+
handleGetTableCondiTionList: (first?: boolean | undefined, conditionMapVal?: {}) => Promise<unknown>;
|
|
204
|
+
getTableCondiTionListNew: (tableIdVal: any) => Promise<any>;
|
|
205
|
+
fmtChildName: (name: string, isPublic?: string | undefined) => string;
|
|
206
|
+
NIcon: any;
|
|
207
|
+
NTooltip: any;
|
|
208
|
+
SettingsOutline: 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<{}>>, {}>;
|
|
209
|
+
Repeat: 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<{}>>, {}>;
|
|
210
|
+
Checkmark: 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<{}>>, {}>;
|
|
211
|
+
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<{}>>, {}>;
|
|
212
|
+
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<{}>>, {}>;
|
|
213
|
+
ChevronForward: 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<{}>>, {}>;
|
|
214
|
+
Close: 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<{}>>, {}>;
|
|
215
|
+
SetClassification: import("vue").DefineComponent<{
|
|
216
|
+
searchFieldList: {
|
|
217
|
+
type: ArrayConstructor;
|
|
218
|
+
default: () => never[];
|
|
219
|
+
};
|
|
220
|
+
conditionList: {
|
|
221
|
+
type: ArrayConstructor;
|
|
222
|
+
default: () => never[];
|
|
223
|
+
};
|
|
224
|
+
settingId: StringConstructor;
|
|
225
|
+
filterApiConfig: {
|
|
226
|
+
type: ObjectConstructor;
|
|
227
|
+
default: () => {};
|
|
228
|
+
};
|
|
229
|
+
classifyModal: {
|
|
230
|
+
type: BooleanConstructor;
|
|
231
|
+
default: boolean;
|
|
232
|
+
};
|
|
233
|
+
}, {
|
|
234
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
235
|
+
searchFieldList: {
|
|
236
|
+
type: ArrayConstructor;
|
|
237
|
+
default: () => never[];
|
|
238
|
+
};
|
|
239
|
+
conditionList: {
|
|
240
|
+
type: ArrayConstructor;
|
|
241
|
+
default: () => never[];
|
|
242
|
+
};
|
|
243
|
+
settingId: StringConstructor;
|
|
244
|
+
filterApiConfig: {
|
|
245
|
+
type: ObjectConstructor;
|
|
246
|
+
default: () => {};
|
|
247
|
+
};
|
|
248
|
+
classifyModal: {
|
|
249
|
+
type: BooleanConstructor;
|
|
250
|
+
default: boolean;
|
|
251
|
+
};
|
|
252
|
+
}>> & {
|
|
253
|
+
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
|
254
|
+
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
|
255
|
+
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
256
|
+
}>>;
|
|
257
|
+
emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
|
|
258
|
+
$message: import("naive-ui").MessageApi;
|
|
259
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
260
|
+
conditionList: import("vue").Ref<unknown[]>;
|
|
261
|
+
checkedItem: import("vue").Ref<any>;
|
|
262
|
+
addVisible: import("vue").Ref<boolean>;
|
|
263
|
+
actionList_prop: import("vue").Ref<{}>;
|
|
264
|
+
newSearchFieldList: any;
|
|
265
|
+
saveLoading: import("vue").Ref<boolean>;
|
|
266
|
+
searchFilter: any;
|
|
267
|
+
attrs: {
|
|
268
|
+
[x: string]: unknown;
|
|
269
|
+
};
|
|
270
|
+
oneSave: (value: any) => Promise<void>;
|
|
271
|
+
oneCancel: () => void;
|
|
272
|
+
hanleAdd: () => void;
|
|
273
|
+
edit: (item: import("..").IClassifyListType, name: string) => void;
|
|
274
|
+
copy: (item: import("..").IClassifyListType, name: string) => void;
|
|
275
|
+
saveAdd: (params: any) => Promise<void>;
|
|
276
|
+
cancelSaveAdd: () => void;
|
|
277
|
+
changeData: (data: any, checkedItemVal: any) => void;
|
|
278
|
+
delItem: (checkedItemVal: any, name: string) => Promise<void>;
|
|
279
|
+
setOneVisible: (flag: boolean) => void;
|
|
280
|
+
resetPopconfirm: () => Promise<void>;
|
|
281
|
+
oneVisible: import("vue").ComputedRef<boolean>;
|
|
282
|
+
NButton: any;
|
|
283
|
+
TableModal: import("vue").DefineComponent<{
|
|
284
|
+
visibleIn: {
|
|
285
|
+
type: BooleanConstructor;
|
|
286
|
+
};
|
|
287
|
+
loading: {
|
|
288
|
+
type: BooleanConstructor;
|
|
289
|
+
};
|
|
290
|
+
confirm: {
|
|
291
|
+
type: FunctionConstructor;
|
|
292
|
+
};
|
|
293
|
+
edit: {
|
|
294
|
+
type: FunctionConstructor;
|
|
295
|
+
defdault: () => void;
|
|
296
|
+
};
|
|
297
|
+
copy: {
|
|
298
|
+
type: FunctionConstructor;
|
|
299
|
+
defdault: () => void;
|
|
300
|
+
};
|
|
301
|
+
delItem: {
|
|
302
|
+
type: FunctionConstructor;
|
|
303
|
+
defdault: () => void;
|
|
304
|
+
};
|
|
305
|
+
dataSource: {
|
|
306
|
+
type: ArrayConstructor;
|
|
307
|
+
default: () => never[];
|
|
308
|
+
};
|
|
309
|
+
type: {
|
|
310
|
+
type: StringConstructor;
|
|
311
|
+
};
|
|
312
|
+
transitionName: {
|
|
313
|
+
type: StringConstructor;
|
|
314
|
+
};
|
|
315
|
+
getContainer: {
|
|
316
|
+
type: FunctionConstructor;
|
|
317
|
+
default: () => HTMLElement;
|
|
318
|
+
};
|
|
319
|
+
}, {
|
|
320
|
+
instance: import("axios").AxiosInstance;
|
|
321
|
+
attrs: {
|
|
322
|
+
[x: string]: unknown;
|
|
323
|
+
};
|
|
324
|
+
$message: import("naive-ui").MessageApi;
|
|
325
|
+
$dialog: import("naive-ui").DialogApi;
|
|
326
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
327
|
+
visibleIn: {
|
|
328
|
+
type: BooleanConstructor;
|
|
329
|
+
};
|
|
330
|
+
loading: {
|
|
331
|
+
type: BooleanConstructor;
|
|
332
|
+
};
|
|
333
|
+
confirm: {
|
|
334
|
+
type: FunctionConstructor;
|
|
335
|
+
};
|
|
336
|
+
edit: {
|
|
337
|
+
type: FunctionConstructor;
|
|
338
|
+
defdault: () => void;
|
|
339
|
+
};
|
|
340
|
+
copy: {
|
|
341
|
+
type: FunctionConstructor;
|
|
342
|
+
defdault: () => void;
|
|
343
|
+
};
|
|
344
|
+
delItem: {
|
|
345
|
+
type: FunctionConstructor;
|
|
346
|
+
defdault: () => void;
|
|
347
|
+
};
|
|
348
|
+
dataSource: {
|
|
349
|
+
type: ArrayConstructor;
|
|
350
|
+
default: () => never[];
|
|
351
|
+
};
|
|
352
|
+
type: {
|
|
353
|
+
type: StringConstructor;
|
|
354
|
+
};
|
|
355
|
+
transitionName: {
|
|
356
|
+
type: StringConstructor;
|
|
357
|
+
};
|
|
358
|
+
getContainer: {
|
|
359
|
+
type: FunctionConstructor;
|
|
360
|
+
default: () => HTMLElement;
|
|
361
|
+
};
|
|
362
|
+
}>> & {
|
|
363
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
364
|
+
onHandleOk?: ((...args: any[]) => any) | undefined;
|
|
365
|
+
onChangeData?: ((...args: any[]) => any) | undefined;
|
|
366
|
+
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
|
367
|
+
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
|
368
|
+
}>>;
|
|
369
|
+
emits: (event: "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
|
|
370
|
+
isAdmin: import("vue").ComputedRef<unknown>;
|
|
371
|
+
homeList: any;
|
|
372
|
+
visible: import("vue").Ref<boolean>;
|
|
373
|
+
isChangeWindow: import("vue").Ref<boolean>;
|
|
374
|
+
modalWidth: import("vue").Ref<string>;
|
|
375
|
+
modalHeight: import("vue").Ref<string>;
|
|
376
|
+
isShowResetButton: import("vue").Ref<boolean>;
|
|
377
|
+
handleOk: () => void;
|
|
378
|
+
rinkTo: () => void;
|
|
379
|
+
close: () => void;
|
|
380
|
+
resetChangeWindow: () => void;
|
|
381
|
+
dragEnd: () => void;
|
|
382
|
+
clickli: (item: import("..").IClassifyListType) => void;
|
|
383
|
+
clickChecked: (item: import("..").IClassifyListType, name: string) => void;
|
|
384
|
+
changeSwitch: (item: import("..").IClassifyListType, name: string) => void;
|
|
385
|
+
changecommonSwitch: (item: import("..").IClassifyListType) => void;
|
|
386
|
+
formatParams: (type: string) => {
|
|
387
|
+
id: string;
|
|
388
|
+
tableId: string;
|
|
389
|
+
setting: string;
|
|
390
|
+
type?: undefined;
|
|
391
|
+
} | {
|
|
392
|
+
type: string;
|
|
393
|
+
tableId: string;
|
|
394
|
+
setting: string;
|
|
395
|
+
id?: undefined;
|
|
396
|
+
} | undefined;
|
|
397
|
+
changeModalWindow: () => void;
|
|
398
|
+
popconfirm: (e: any) => void;
|
|
399
|
+
handleOperationItem: (option: string, item: import("..").IClassifyListType, name?: string | undefined) => void;
|
|
400
|
+
NModal: any;
|
|
401
|
+
NCard: any;
|
|
402
|
+
NIcon: any;
|
|
403
|
+
NButton: any;
|
|
404
|
+
NTooltip: any;
|
|
405
|
+
NSwitch: any;
|
|
406
|
+
NPopconfirm: any;
|
|
407
|
+
DocumentOutline: 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<{}>>, {}>;
|
|
408
|
+
Brush: 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<{}>>, {}>;
|
|
409
|
+
ReorderTwo: 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<{}>>, {}>;
|
|
410
|
+
Draggable: import("vue").DefineComponent<{
|
|
411
|
+
list: {
|
|
412
|
+
type: ArrayConstructor;
|
|
413
|
+
required: boolean;
|
|
414
|
+
default: any;
|
|
415
|
+
};
|
|
416
|
+
modelValue: {
|
|
417
|
+
type: ArrayConstructor;
|
|
418
|
+
required: boolean;
|
|
419
|
+
default: any;
|
|
420
|
+
};
|
|
421
|
+
itemKey: {
|
|
422
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
423
|
+
required: boolean;
|
|
424
|
+
};
|
|
425
|
+
clone: {
|
|
426
|
+
type: FunctionConstructor;
|
|
427
|
+
default: (original: any) => any;
|
|
428
|
+
};
|
|
429
|
+
tag: {
|
|
430
|
+
type: StringConstructor;
|
|
431
|
+
default: string;
|
|
432
|
+
};
|
|
433
|
+
move: {
|
|
434
|
+
type: FunctionConstructor;
|
|
435
|
+
default: any;
|
|
436
|
+
};
|
|
437
|
+
componentData: {
|
|
438
|
+
type: ObjectConstructor;
|
|
439
|
+
required: boolean;
|
|
440
|
+
default: any;
|
|
441
|
+
};
|
|
442
|
+
}, unknown, {
|
|
443
|
+
error: boolean;
|
|
444
|
+
}, {
|
|
445
|
+
realList(): any;
|
|
446
|
+
getKey(): any;
|
|
447
|
+
}, {
|
|
448
|
+
getUnderlyingVm(domElement: any): any;
|
|
449
|
+
getUnderlyingPotencialDraggableComponent(htmElement: any): any;
|
|
450
|
+
emitChanges(evt: any): void;
|
|
451
|
+
alterList(onList: any): void;
|
|
452
|
+
spliceList(): void;
|
|
453
|
+
updatePosition(oldIndex: any, newIndex: any): void;
|
|
454
|
+
getRelatedContextFromMoveEvent({ to, related }: {
|
|
455
|
+
to: any;
|
|
456
|
+
related: any;
|
|
457
|
+
}): any;
|
|
458
|
+
getVmIndexFromDomIndex(domIndex: any): any;
|
|
459
|
+
onDragStart(evt: any): void;
|
|
460
|
+
onDragAdd(evt: any): void;
|
|
461
|
+
onDragRemove(evt: any): void;
|
|
462
|
+
onDragUpdate(evt: any): void;
|
|
463
|
+
computeFutureIndex(relatedContext: any, evt: any): any;
|
|
464
|
+
onDragMove(evt: any, originalEvent: any): any;
|
|
465
|
+
onDragEnd(): void;
|
|
466
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
467
|
+
move: Function;
|
|
468
|
+
tag: string;
|
|
469
|
+
clone: Function;
|
|
470
|
+
list: unknown[];
|
|
471
|
+
modelValue: unknown[];
|
|
472
|
+
componentData: Record<string, any>;
|
|
473
|
+
} & {
|
|
474
|
+
itemKey?: string | Function | undefined;
|
|
475
|
+
}>, {
|
|
476
|
+
move: Function;
|
|
477
|
+
tag: string;
|
|
478
|
+
clone: Function;
|
|
479
|
+
list: unknown[];
|
|
480
|
+
modelValue: unknown[];
|
|
481
|
+
componentData: Record<string, any>;
|
|
482
|
+
}>;
|
|
483
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
484
|
+
visibleIn: {
|
|
485
|
+
type: BooleanConstructor;
|
|
486
|
+
};
|
|
487
|
+
loading: {
|
|
488
|
+
type: BooleanConstructor;
|
|
489
|
+
};
|
|
490
|
+
confirm: {
|
|
491
|
+
type: FunctionConstructor;
|
|
492
|
+
};
|
|
493
|
+
edit: {
|
|
494
|
+
type: FunctionConstructor;
|
|
495
|
+
defdault: () => void;
|
|
496
|
+
};
|
|
497
|
+
copy: {
|
|
498
|
+
type: FunctionConstructor;
|
|
499
|
+
defdault: () => void;
|
|
500
|
+
};
|
|
501
|
+
delItem: {
|
|
502
|
+
type: FunctionConstructor;
|
|
503
|
+
defdault: () => void;
|
|
504
|
+
};
|
|
505
|
+
dataSource: {
|
|
506
|
+
type: ArrayConstructor;
|
|
507
|
+
default: () => never[];
|
|
508
|
+
};
|
|
509
|
+
type: {
|
|
510
|
+
type: StringConstructor;
|
|
511
|
+
};
|
|
512
|
+
transitionName: {
|
|
513
|
+
type: StringConstructor;
|
|
514
|
+
};
|
|
515
|
+
getContainer: {
|
|
516
|
+
type: FunctionConstructor;
|
|
517
|
+
default: () => HTMLElement;
|
|
518
|
+
};
|
|
519
|
+
}>> & {
|
|
520
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
521
|
+
onHandleOk?: ((...args: any[]) => any) | undefined;
|
|
522
|
+
onChangeData?: ((...args: any[]) => any) | undefined;
|
|
523
|
+
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
|
524
|
+
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
|
525
|
+
}, {
|
|
526
|
+
loading: boolean;
|
|
527
|
+
dataSource: unknown[];
|
|
528
|
+
visibleIn: boolean;
|
|
529
|
+
getContainer: Function;
|
|
530
|
+
}>;
|
|
531
|
+
SearchFilter: import("vue").DefineComponent<{
|
|
532
|
+
visible: {
|
|
533
|
+
type: BooleanConstructor;
|
|
534
|
+
default: boolean;
|
|
535
|
+
};
|
|
536
|
+
modalTitle: {
|
|
537
|
+
type: StringConstructor;
|
|
538
|
+
default: string;
|
|
539
|
+
};
|
|
540
|
+
conditionList: {
|
|
541
|
+
type: ArrayConstructor;
|
|
542
|
+
default: () => never[];
|
|
543
|
+
};
|
|
544
|
+
searchFieldList: {
|
|
545
|
+
type: ArrayConstructor;
|
|
546
|
+
default: () => never[];
|
|
547
|
+
};
|
|
548
|
+
filterApiConfig: {
|
|
549
|
+
type: ObjectConstructor;
|
|
550
|
+
default: () => {};
|
|
551
|
+
};
|
|
552
|
+
}, {
|
|
553
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
554
|
+
visible: {
|
|
555
|
+
type: BooleanConstructor;
|
|
556
|
+
default: boolean;
|
|
557
|
+
};
|
|
558
|
+
modalTitle: {
|
|
559
|
+
type: StringConstructor;
|
|
560
|
+
default: string;
|
|
561
|
+
};
|
|
562
|
+
conditionList: {
|
|
563
|
+
type: ArrayConstructor;
|
|
564
|
+
default: () => never[];
|
|
565
|
+
};
|
|
566
|
+
searchFieldList: {
|
|
567
|
+
type: ArrayConstructor;
|
|
568
|
+
default: () => never[];
|
|
569
|
+
};
|
|
570
|
+
filterApiConfig: {
|
|
571
|
+
type: ObjectConstructor;
|
|
572
|
+
default: () => {};
|
|
573
|
+
};
|
|
574
|
+
}>> & {
|
|
575
|
+
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
576
|
+
}>>;
|
|
577
|
+
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
|
578
|
+
addVisible: import("vue").Ref<boolean>;
|
|
579
|
+
isChangeWindow: import("vue").Ref<boolean>;
|
|
580
|
+
modalWidth: import("vue").Ref<string>;
|
|
581
|
+
bodyStyle: import("vue").Ref<{
|
|
582
|
+
maxHeight: string;
|
|
583
|
+
height: string;
|
|
584
|
+
overflowY: string;
|
|
585
|
+
}>;
|
|
586
|
+
conditionApiRef: any;
|
|
587
|
+
filterTimer: any;
|
|
588
|
+
init: () => void;
|
|
589
|
+
clearTimer: () => void;
|
|
590
|
+
handleInitConditions: () => void;
|
|
591
|
+
saveAdd: () => void;
|
|
592
|
+
cancelSaveAdd: () => void;
|
|
593
|
+
clearConditions: () => void;
|
|
594
|
+
resetChangeWindow: () => void;
|
|
595
|
+
changeModalWindow: () => void;
|
|
596
|
+
NModal: any;
|
|
597
|
+
NCard: any;
|
|
598
|
+
NButton: any;
|
|
599
|
+
SearchConditionByApi: import("vue").DefineComponent<{
|
|
600
|
+
actionList_prop: {
|
|
601
|
+
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
602
|
+
default: () => {};
|
|
603
|
+
};
|
|
604
|
+
conditionList: {
|
|
605
|
+
type: ArrayConstructor;
|
|
606
|
+
default: () => never[];
|
|
607
|
+
};
|
|
608
|
+
tableId: {
|
|
609
|
+
type: StringConstructor;
|
|
610
|
+
default: string;
|
|
611
|
+
};
|
|
612
|
+
searchFieldList: {
|
|
613
|
+
type: ArrayConstructor;
|
|
614
|
+
default: () => never[];
|
|
615
|
+
};
|
|
616
|
+
showItemName: {
|
|
617
|
+
type: BooleanConstructor;
|
|
618
|
+
default: boolean;
|
|
619
|
+
};
|
|
620
|
+
hideAddBtn: {
|
|
621
|
+
type: BooleanConstructor;
|
|
622
|
+
default: boolean;
|
|
623
|
+
};
|
|
624
|
+
}, {
|
|
625
|
+
$message: import("naive-ui").MessageApi;
|
|
626
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
627
|
+
actionList_prop: {
|
|
628
|
+
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
629
|
+
default: () => {};
|
|
630
|
+
};
|
|
631
|
+
conditionList: {
|
|
632
|
+
type: ArrayConstructor;
|
|
633
|
+
default: () => never[];
|
|
634
|
+
};
|
|
635
|
+
tableId: {
|
|
636
|
+
type: StringConstructor;
|
|
637
|
+
default: string;
|
|
638
|
+
};
|
|
639
|
+
searchFieldList: {
|
|
640
|
+
type: ArrayConstructor;
|
|
641
|
+
default: () => never[];
|
|
642
|
+
};
|
|
643
|
+
showItemName: {
|
|
644
|
+
type: BooleanConstructor;
|
|
645
|
+
default: boolean;
|
|
646
|
+
};
|
|
647
|
+
hideAddBtn: {
|
|
648
|
+
type: BooleanConstructor;
|
|
649
|
+
default: boolean;
|
|
650
|
+
};
|
|
651
|
+
}>> & {
|
|
652
|
+
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
653
|
+
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
654
|
+
}>>;
|
|
655
|
+
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
656
|
+
$attrs: {
|
|
657
|
+
[x: string]: unknown;
|
|
658
|
+
};
|
|
659
|
+
FormState: {
|
|
660
|
+
className: string;
|
|
661
|
+
displayCategory: string;
|
|
662
|
+
filterConditions: {
|
|
663
|
+
value: string;
|
|
664
|
+
key: string;
|
|
665
|
+
condition: string;
|
|
666
|
+
presetVal: string;
|
|
667
|
+
}[];
|
|
668
|
+
};
|
|
669
|
+
loading: import("vue").Ref<boolean>;
|
|
670
|
+
DisplayCategoryState: {
|
|
671
|
+
addDisplayCategory: string;
|
|
672
|
+
displayCategories: {
|
|
673
|
+
disabled: boolean;
|
|
674
|
+
value: string;
|
|
675
|
+
}[];
|
|
676
|
+
displayCategoryOriginLen: number;
|
|
677
|
+
showAdd: boolean;
|
|
678
|
+
};
|
|
679
|
+
isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
|
|
680
|
+
editDisplayCategory: (e: any, item: import("..").ICategoryItemType) => void;
|
|
681
|
+
handleDisplayCategorySelect: (item: import("..").ICategoryItemType) => void;
|
|
682
|
+
handleDisplayCategoryRemove: (index: number, item: import("..").ICategoryItemType) => void;
|
|
683
|
+
handleDisplayCategoryAdd: (e: any) => void;
|
|
684
|
+
handlerBlur: () => void;
|
|
685
|
+
initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
|
|
686
|
+
FilterConditionsState: any;
|
|
687
|
+
paramOptions: import("vue").ComputedRef<any>;
|
|
688
|
+
addFilterCondition: () => void;
|
|
689
|
+
delFilterCondition: (index: number) => void;
|
|
690
|
+
updateKey: (index: number, val: any) => void;
|
|
691
|
+
updateCondition: (index: number, val: any) => void;
|
|
692
|
+
getParamCfg: (key: string) => any;
|
|
693
|
+
initFilterConditions: (tableId: string, rawConditions: import("..").ISearchConfigType) => Promise<void>;
|
|
694
|
+
getRawFilterConditions: () => {
|
|
695
|
+
field_key: any;
|
|
696
|
+
con: any;
|
|
697
|
+
value: any;
|
|
698
|
+
unit: any;
|
|
699
|
+
}[];
|
|
700
|
+
findConditionByDisplayCategory: (displayCategory: string) => unknown;
|
|
701
|
+
handleDisplayCategorySelectProxy: (item: import("..").ICategoryItemType) => void;
|
|
702
|
+
clearFormData: () => void;
|
|
703
|
+
handleInitConditions: () => Promise<void>;
|
|
704
|
+
validate: () => Promise<unknown>;
|
|
705
|
+
saveAdd: () => void;
|
|
706
|
+
cancelSaveAdd: () => void;
|
|
707
|
+
checkActionList: () => boolean;
|
|
708
|
+
NSpin: any;
|
|
709
|
+
NIcon: any;
|
|
710
|
+
NInput: any;
|
|
711
|
+
NButton: any;
|
|
712
|
+
NTooltip: any;
|
|
713
|
+
NSelect: any;
|
|
714
|
+
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<{}>>, {}>;
|
|
715
|
+
AddCircleSharp: 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<{}>>, {}>;
|
|
716
|
+
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<{}>>, {}>;
|
|
717
|
+
ValueCfg: import("vue").DefineComponent<{
|
|
718
|
+
paramCfg: {
|
|
719
|
+
type: ObjectConstructor;
|
|
720
|
+
default: null;
|
|
721
|
+
};
|
|
722
|
+
modelValue: {
|
|
723
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
724
|
+
default: null;
|
|
725
|
+
};
|
|
726
|
+
presetVal: {
|
|
727
|
+
type: StringConstructor;
|
|
728
|
+
default: null;
|
|
729
|
+
};
|
|
730
|
+
}, {
|
|
731
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
732
|
+
paramCfg: {
|
|
733
|
+
type: ObjectConstructor;
|
|
734
|
+
default: null;
|
|
735
|
+
};
|
|
736
|
+
modelValue: {
|
|
737
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
738
|
+
default: null;
|
|
739
|
+
};
|
|
740
|
+
presetVal: {
|
|
741
|
+
type: StringConstructor;
|
|
742
|
+
default: null;
|
|
743
|
+
};
|
|
744
|
+
}>> & {
|
|
745
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
746
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
747
|
+
}>>;
|
|
748
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
749
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
750
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
|
751
|
+
widgetType: import("vue").ComputedRef<any>;
|
|
752
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
753
|
+
mappingConfig: import("vue").ComputedRef<any>;
|
|
754
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
755
|
+
label: string;
|
|
756
|
+
value: string;
|
|
757
|
+
}[]>;
|
|
758
|
+
NInputNumber: any;
|
|
759
|
+
NInput: any;
|
|
760
|
+
NSelect: any;
|
|
761
|
+
NDatePicker: any;
|
|
762
|
+
WidgetTypeEnums: {
|
|
763
|
+
INPUT_NUMBER: string;
|
|
764
|
+
INPUT: string;
|
|
765
|
+
SELECT: string;
|
|
766
|
+
DATE: string;
|
|
767
|
+
DATE_TIME: string;
|
|
768
|
+
CHECKBOX_GROUP: string;
|
|
769
|
+
};
|
|
770
|
+
WidgetValEnums: {
|
|
771
|
+
CUSTOM: string;
|
|
772
|
+
FIRST_VAL: string;
|
|
773
|
+
NOW: string;
|
|
774
|
+
TODAY: string;
|
|
775
|
+
TODAY_START: string;
|
|
776
|
+
TODAY_END: string;
|
|
777
|
+
TOMORROW: string;
|
|
778
|
+
TOMORROW_START: string;
|
|
779
|
+
TOMORROW_END: string;
|
|
780
|
+
YESTERDAY: string;
|
|
781
|
+
YESTERDAY_START: string;
|
|
782
|
+
YESTERDAY_END: string;
|
|
783
|
+
THIS_WEEK: string;
|
|
784
|
+
WEEK_START: string;
|
|
785
|
+
WEEK_END: string;
|
|
786
|
+
NEXT_WEEK: string;
|
|
787
|
+
LAST_WEEK: string;
|
|
788
|
+
THIS_MONTH: string;
|
|
789
|
+
MONTH_START: string;
|
|
790
|
+
MONTH_END: string;
|
|
791
|
+
NEXT_MONTH: string;
|
|
792
|
+
LAST_MONTH: string;
|
|
793
|
+
THIS_QUARTER: string;
|
|
794
|
+
NEXT_QUARTER: string;
|
|
795
|
+
LAST_QUARTER: string;
|
|
796
|
+
THIS_YEAR: string;
|
|
797
|
+
NEXT_YEAR: string;
|
|
798
|
+
LAST_YEAR: string;
|
|
799
|
+
};
|
|
800
|
+
WidgetOptionEnums: {
|
|
801
|
+
RADIO: string;
|
|
802
|
+
MULTIPLE: string;
|
|
803
|
+
ALL: string;
|
|
804
|
+
SELECT_TIME: string;
|
|
805
|
+
PAST_TIME: string;
|
|
806
|
+
FUTURE_TIME: string;
|
|
807
|
+
};
|
|
808
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
809
|
+
paramCfg: {
|
|
810
|
+
type: ObjectConstructor;
|
|
811
|
+
default: null;
|
|
812
|
+
};
|
|
813
|
+
modelValue: {
|
|
814
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
815
|
+
default: null;
|
|
816
|
+
};
|
|
817
|
+
presetVal: {
|
|
818
|
+
type: StringConstructor;
|
|
819
|
+
default: null;
|
|
820
|
+
};
|
|
821
|
+
}>> & {
|
|
822
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
823
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
824
|
+
}, {
|
|
825
|
+
modelValue: string | number | unknown[];
|
|
826
|
+
presetVal: string;
|
|
827
|
+
paramCfg: Record<string, any>;
|
|
828
|
+
}>;
|
|
829
|
+
ConditionEnums: {
|
|
830
|
+
NULL: string;
|
|
831
|
+
EQUAL: string;
|
|
832
|
+
};
|
|
833
|
+
conditionOptions: {
|
|
834
|
+
label: string;
|
|
835
|
+
value: string;
|
|
836
|
+
}[];
|
|
837
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
838
|
+
actionList_prop: {
|
|
839
|
+
type: import("vue").PropType<import("..").IClassifyListType>;
|
|
840
|
+
default: () => {};
|
|
841
|
+
};
|
|
842
|
+
conditionList: {
|
|
843
|
+
type: ArrayConstructor;
|
|
844
|
+
default: () => never[];
|
|
845
|
+
};
|
|
846
|
+
tableId: {
|
|
847
|
+
type: StringConstructor;
|
|
848
|
+
default: string;
|
|
849
|
+
};
|
|
850
|
+
searchFieldList: {
|
|
851
|
+
type: ArrayConstructor;
|
|
852
|
+
default: () => never[];
|
|
853
|
+
};
|
|
854
|
+
showItemName: {
|
|
855
|
+
type: BooleanConstructor;
|
|
856
|
+
default: boolean;
|
|
857
|
+
};
|
|
858
|
+
hideAddBtn: {
|
|
859
|
+
type: BooleanConstructor;
|
|
860
|
+
default: boolean;
|
|
861
|
+
};
|
|
862
|
+
}>> & {
|
|
863
|
+
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
864
|
+
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
865
|
+
}, {
|
|
866
|
+
searchFieldList: unknown[];
|
|
867
|
+
tableId: string;
|
|
868
|
+
conditionList: unknown[];
|
|
869
|
+
actionList_prop: import("..").IClassifyListType;
|
|
870
|
+
showItemName: boolean;
|
|
871
|
+
hideAddBtn: boolean;
|
|
872
|
+
}>;
|
|
873
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
874
|
+
visible: {
|
|
875
|
+
type: BooleanConstructor;
|
|
876
|
+
default: boolean;
|
|
877
|
+
};
|
|
878
|
+
modalTitle: {
|
|
879
|
+
type: StringConstructor;
|
|
880
|
+
default: string;
|
|
881
|
+
};
|
|
882
|
+
conditionList: {
|
|
883
|
+
type: ArrayConstructor;
|
|
884
|
+
default: () => never[];
|
|
885
|
+
};
|
|
886
|
+
searchFieldList: {
|
|
887
|
+
type: ArrayConstructor;
|
|
888
|
+
default: () => never[];
|
|
889
|
+
};
|
|
890
|
+
filterApiConfig: {
|
|
891
|
+
type: ObjectConstructor;
|
|
892
|
+
default: () => {};
|
|
893
|
+
};
|
|
894
|
+
}>> & {
|
|
895
|
+
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
896
|
+
}, {
|
|
897
|
+
visible: boolean;
|
|
898
|
+
modalTitle: string;
|
|
899
|
+
searchFieldList: unknown[];
|
|
900
|
+
filterApiConfig: Record<string, any>;
|
|
901
|
+
conditionList: unknown[];
|
|
902
|
+
}>;
|
|
903
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
904
|
+
searchFieldList: {
|
|
905
|
+
type: ArrayConstructor;
|
|
906
|
+
default: () => never[];
|
|
907
|
+
};
|
|
908
|
+
conditionList: {
|
|
909
|
+
type: ArrayConstructor;
|
|
910
|
+
default: () => never[];
|
|
911
|
+
};
|
|
912
|
+
settingId: StringConstructor;
|
|
913
|
+
filterApiConfig: {
|
|
914
|
+
type: ObjectConstructor;
|
|
915
|
+
default: () => {};
|
|
916
|
+
};
|
|
917
|
+
classifyModal: {
|
|
918
|
+
type: BooleanConstructor;
|
|
919
|
+
default: boolean;
|
|
920
|
+
};
|
|
921
|
+
}>> & {
|
|
922
|
+
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
|
923
|
+
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
|
924
|
+
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
925
|
+
}, {
|
|
926
|
+
searchFieldList: unknown[];
|
|
927
|
+
filterApiConfig: Record<string, any>;
|
|
928
|
+
conditionList: unknown[];
|
|
929
|
+
classifyModal: boolean;
|
|
930
|
+
}>;
|
|
931
|
+
vFlexibleResize: {
|
|
932
|
+
mounted(el: any, { value }: any): void;
|
|
933
|
+
beforeUnmount(el: any): void;
|
|
934
|
+
};
|
|
935
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassificationIndex" | "getQuickSearchListObj")[], "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
936
|
+
tableId: {
|
|
937
|
+
type: StringConstructor;
|
|
938
|
+
default: string;
|
|
939
|
+
};
|
|
940
|
+
searchFieldList: {
|
|
941
|
+
type: import("vue").PropType<any[]>;
|
|
942
|
+
default: () => never[];
|
|
943
|
+
};
|
|
944
|
+
conditionMap: {
|
|
945
|
+
type: import("vue").PropType<import("..").IConditionMapType>;
|
|
946
|
+
default: () => void;
|
|
947
|
+
};
|
|
948
|
+
conditionSid: {
|
|
949
|
+
type: import("vue").PropType<string[]>;
|
|
950
|
+
default: () => string[];
|
|
951
|
+
};
|
|
952
|
+
curClassificationIndex: {
|
|
953
|
+
type: NumberConstructor;
|
|
954
|
+
default: number;
|
|
955
|
+
};
|
|
956
|
+
curClassificationWidth: {
|
|
957
|
+
type: NumberConstructor;
|
|
958
|
+
};
|
|
959
|
+
hideConditionChangeBtn: {
|
|
960
|
+
type: NumberConstructor;
|
|
961
|
+
default: number;
|
|
962
|
+
};
|
|
963
|
+
hideConditionChangeSetting: {
|
|
964
|
+
type: NumberConstructor;
|
|
965
|
+
default: number;
|
|
966
|
+
};
|
|
967
|
+
hideClearConditionChange: {
|
|
968
|
+
type: NumberConstructor;
|
|
969
|
+
default: number;
|
|
970
|
+
};
|
|
971
|
+
isShowResetButton: {
|
|
972
|
+
type: BooleanConstructor;
|
|
973
|
+
default: boolean;
|
|
974
|
+
};
|
|
975
|
+
filterApiConfig: {
|
|
976
|
+
type: ObjectConstructor;
|
|
977
|
+
default: () => {};
|
|
978
|
+
};
|
|
979
|
+
}>> & {
|
|
980
|
+
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
981
|
+
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
982
|
+
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
|
983
|
+
}, {
|
|
984
|
+
searchFieldList: any[];
|
|
985
|
+
tableId: string;
|
|
986
|
+
filterApiConfig: Record<string, any>;
|
|
987
|
+
conditionMap: import("..").IConditionMapType;
|
|
988
|
+
conditionSid: string[];
|
|
989
|
+
curClassificationIndex: number;
|
|
990
|
+
hideConditionChangeBtn: number;
|
|
991
|
+
hideConditionChangeSetting: number;
|
|
992
|
+
hideClearConditionChange: number;
|
|
993
|
+
isShowResetButton: boolean;
|
|
994
|
+
}>>;
|
|
995
|
+
export default CClassification;
|