cnhis-design-vue 3.1.42-beta.0 → 3.1.42-release.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
- package/es/components/annotation-edit/style/index.css +1 -1
- package/es/components/big-table/index.d.ts +3 -4
- package/es/components/big-table/src/BigTable.vue.d.ts +3 -4
- 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 +6 -7
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +6 -7
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- 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/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/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 +37 -46
- package/es/components/form-config/src/FormConfig.vue.d.ts +37 -46
- 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 +1 -9
- package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +6 -33
- 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 +2 -4
- 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 +0 -3
- package/es/components/iho-table/src/IhoTable.vue.d.ts +0 -3
- 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 +7 -20
- 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 +1 -18
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +1 -0
- 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 +0 -1
- package/es/components/iho-table/src/utils/index.d.ts +0 -1
- 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 +2 -8
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +156 -3799
- package/es/components/info-header/src/InfoHeader.vue.d.ts +156 -3800
- package/es/components/info-header/src/InfoHeader.vue.js +1 -1
- 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 +139 -2669
- 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 +0 -745
- package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -1
- package/es/components/info-header/src/types/index.d.ts +3 -17
- package/es/components/info-header/style/index.css +1 -1
- package/es/components/keyboard/index.d.ts +2 -4
- package/es/components/keyboard/src/Keyboard.vue.d.ts +2 -4
- package/es/components/keyboard/src/Keyboard.vue.js +1 -1
- package/es/components/keyboard/style/index.css +1 -1
- 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/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 +116 -69
- 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 +169 -70
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +53 -1
- package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
- package/es/components/select-label/src/SelectLabel.vue.d.ts +116 -70
- 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/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 +0 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +0 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
- package/es/components/steps-wheel/style/index.css +1 -1
- package/es/components/table-filter/index.d.ts +2385 -0
- package/es/components/table-filter/index.js +1 -1
- package/es/components/{base-search/src/index.vue.d.ts → table-filter/src/base-search-com/BaseSearch.vue.d.ts} +91 -26
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -0
- package/es/components/{classification/src/index.vue.d.ts → table-filter/src/classification/Classification-com.vue.d.ts} +291 -57
- package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +0 -1
- 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 +42 -1
- 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 +8 -0
- 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 +1 -2
- 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/{classification → table-filter}/src/components/search-filter/index.vue.d.ts +93 -10
- package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
- package/es/components/{classification → table-filter}/src/components/set-classification/index.vue.d.ts +130 -5
- package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
- package/es/components/{classification → table-filter}/src/components/table-modal/index.vue.d.ts +42 -0
- package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
- package/es/components/table-filter/src/const/index.d.ts +5 -0
- package/es/components/table-filter/src/const/index.js +1 -0
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +1 -4
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +54 -1
- 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/hooks/useTableSearchCon.d.ts +8 -0
- package/es/components/table-filter/src/hooks/useTableSearchCon.js +1 -0
- package/es/components/table-filter/src/hooks/useWordBookutils.d.ts +12 -0
- package/es/components/table-filter/src/hooks/useWordBookutils.js +1 -0
- package/es/components/{quick-search/src/index.vue.d.ts → table-filter/src/quick-search/QuickSearch.vue.d.ts} +120 -31
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -0
- package/es/components/table-filter/src/tool/generateDefOptions.js +1 -1
- package/es/components/table-filter/src/tool/time-domain.d.ts +39 -0
- package/es/components/table-filter/src/tool/time-domain.js +1 -0
- package/es/components/table-filter/src/tool/transformData.d.ts +37 -1
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/tool/utils.d.ts +4 -0
- package/es/components/table-filter/src/tool/utils.js +1 -0
- package/es/components/table-filter/src/types/enums.d.ts +0 -1
- package/es/components/table-filter/src/types/enums.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +169 -13
- package/es/components/table-filter/style/index.css +1 -0
- package/es/shared/utils/index.d.ts +0 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
- package/es/components/base-search/index.d.ts +0 -293
- package/es/components/base-search/index.js +0 -1
- package/es/components/base-search/src/index.vue.js +0 -1
- package/es/components/base-search/style/iconfont.ttf +0 -0
- package/es/components/base-search/style/index.css +0 -1
- package/es/components/button-print/src/api.d.ts +0 -3
- package/es/components/button-print/src/api.js +0 -1
- package/es/components/classification/index.d.ts +0 -995
- package/es/components/classification/index.js +0 -1
- package/es/components/classification/src/components/search-filter/index.vue.js +0 -1
- package/es/components/classification/src/components/set-classification/index.vue.js +0 -1
- package/es/components/classification/src/components/table-modal/index.vue.js +0 -1
- package/es/components/classification/src/const/index.d.ts +0 -2
- package/es/components/classification/src/const/index.js +0 -1
- package/es/components/classification/src/index.vue.js +0 -1
- package/es/components/classification/style/iconfont.ttf +0 -0
- package/es/components/classification/style/index.css +0 -1
- package/es/components/config-provider/index.d.ts +0 -14
- package/es/components/config-provider/index.js +0 -1
- package/es/components/config-provider/src/ConfigProvider.d.ts +0 -14
- package/es/components/config-provider/src/ConfigProvider.js +0 -1
- package/es/components/config-provider/src/interface.d.ts +0 -19
- package/es/components/config-provider/src/interface.js +0 -1
- package/es/components/config-provider/src/utils/index.d.ts +0 -2
- package/es/components/config-provider/src/utils/index.js +0 -1
- package/es/components/date-picker/index.d.ts +0 -20
- package/es/components/date-picker/index.js +0 -1
- package/es/components/date-picker/src/DatePicker.vue.d.ts +0 -20
- package/es/components/date-picker/src/DatePicker.vue.js +0 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +0 -1842
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.js +0 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +0 -1972
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.js +0 -1
- package/es/components/info-header/src/constants/index.d.ts +0 -4
- package/es/components/info-header/src/constants/index.js +0 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +0 -4
- package/es/components/info-header/src/hooks/useThemeOverrides.js +0 -1
- package/es/components/keyboard/src/constants/index.d.ts +0 -2
- package/es/components/keyboard/src/constants/index.js +0 -1
- package/es/components/quick-search/index.d.ts +0 -713
- package/es/components/quick-search/index.js +0 -1
- package/es/components/quick-search/src/index.vue.js +0 -1
- package/es/components/quick-search/style/index.css +0 -1
- package/es/components/select-label/style/iconfont.ttf +0 -0
- package/es/components/steps-wheel/src/constants/index.d.ts +0 -2
- package/es/components/steps-wheel/src/constants/index.js +0 -1
- package/es/components/time-picker/index.d.ts +0 -18
- package/es/components/time-picker/index.js +0 -1
- package/es/components/time-picker/src/TimePicker.vue.d.ts +0 -18
- package/es/components/time-picker/src/TimePicker.vue.js +0 -1
- package/es/shared/mixins/index.d.ts +0 -1
- package/es/shared/mixins/index.js +0 -1
- package/es/shared/mixins/useTheme.d.ts +0 -3
- package/es/shared/mixins/useTheme.js +0 -1
- /package/es/components/{classification → table-filter}/src/directive/flexibleResize.d.ts +0 -0
- /package/es/components/{classification → table-filter}/src/directive/flexibleResize.js +0 -0
- /package/es/components/{base-search → table-filter}/src/directive/resize.d.ts +0 -0
- /package/es/components/{base-search → table-filter}/src/directive/resize.js +0 -0
- /package/es/components/table-filter/src/tool/{baseOptions.d.ts → options.d.ts} +0 -0
- /package/es/components/table-filter/src/tool/{baseOptions.js → options.js} +0 -0
- /package/es/components/{base-search → table-filter}/src/tool/resizeSensor.d.ts +0 -0
- /package/es/components/{base-search → table-filter}/src/tool/resizeSensor.js +0 -0
|
@@ -1,29 +1,24 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { IClassifyListType, ITreeDataType, IConditionMapType } from '
|
|
2
|
+
import { IClassifyListType, ITreeDataType, IConditionMapType } from '../../../../../es/components/table-filter/src/types';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
tableId: {
|
|
5
5
|
type: StringConstructor;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
|
-
searchFieldList: {
|
|
9
|
-
type: PropType<any[]>;
|
|
10
|
-
default: () => never[];
|
|
11
|
-
};
|
|
12
|
-
conditionMap: {
|
|
13
|
-
type: PropType<IConditionMapType>;
|
|
14
|
-
default: () => void;
|
|
15
|
-
};
|
|
16
8
|
conditionSid: {
|
|
17
9
|
type: PropType<string[]>;
|
|
18
|
-
default: () =>
|
|
10
|
+
default: () => never[];
|
|
19
11
|
};
|
|
20
12
|
curClassificationIndex: {
|
|
21
13
|
type: NumberConstructor;
|
|
22
|
-
default: number;
|
|
23
14
|
};
|
|
24
15
|
curClassificationWidth: {
|
|
25
16
|
type: NumberConstructor;
|
|
26
17
|
};
|
|
18
|
+
conditionType: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
27
22
|
hideConditionChangeBtn: {
|
|
28
23
|
type: NumberConstructor;
|
|
29
24
|
default: number;
|
|
@@ -36,43 +31,52 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
31
|
type: NumberConstructor;
|
|
37
32
|
default: number;
|
|
38
33
|
};
|
|
34
|
+
countCondition: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
countTabCondition: {
|
|
39
|
+
type: NumberConstructor;
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
39
42
|
isShowResetButton: {
|
|
40
43
|
type: BooleanConstructor;
|
|
41
44
|
default: boolean;
|
|
42
45
|
};
|
|
46
|
+
conditionMap: {
|
|
47
|
+
type: PropType<IConditionMapType>;
|
|
48
|
+
default: () => void;
|
|
49
|
+
};
|
|
43
50
|
filterApiConfig: {
|
|
44
51
|
type: ObjectConstructor;
|
|
45
52
|
default: () => {};
|
|
46
53
|
};
|
|
54
|
+
searchFieldList: {
|
|
55
|
+
type: PropType<any[]>;
|
|
56
|
+
default: () => never[];
|
|
57
|
+
};
|
|
47
58
|
}, {
|
|
48
59
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
49
|
-
transformClassifyChild: (conObjList: any) => {};
|
|
50
60
|
attrs: any;
|
|
51
|
-
$message: import("naive-ui").MessageApi;
|
|
52
61
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
53
62
|
tableId: {
|
|
54
63
|
type: StringConstructor;
|
|
55
64
|
default: string;
|
|
56
65
|
};
|
|
57
|
-
searchFieldList: {
|
|
58
|
-
type: PropType<any[]>;
|
|
59
|
-
default: () => never[];
|
|
60
|
-
};
|
|
61
|
-
conditionMap: {
|
|
62
|
-
type: PropType<IConditionMapType>;
|
|
63
|
-
default: () => void;
|
|
64
|
-
};
|
|
65
66
|
conditionSid: {
|
|
66
67
|
type: PropType<string[]>;
|
|
67
|
-
default: () =>
|
|
68
|
+
default: () => never[];
|
|
68
69
|
};
|
|
69
70
|
curClassificationIndex: {
|
|
70
71
|
type: NumberConstructor;
|
|
71
|
-
default: number;
|
|
72
72
|
};
|
|
73
73
|
curClassificationWidth: {
|
|
74
74
|
type: NumberConstructor;
|
|
75
75
|
};
|
|
76
|
+
conditionType: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
76
80
|
hideConditionChangeBtn: {
|
|
77
81
|
type: NumberConstructor;
|
|
78
82
|
default: number;
|
|
@@ -85,20 +89,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
89
|
type: NumberConstructor;
|
|
86
90
|
default: number;
|
|
87
91
|
};
|
|
92
|
+
countCondition: {
|
|
93
|
+
type: NumberConstructor;
|
|
94
|
+
default: number;
|
|
95
|
+
};
|
|
96
|
+
countTabCondition: {
|
|
97
|
+
type: NumberConstructor;
|
|
98
|
+
default: number;
|
|
99
|
+
};
|
|
88
100
|
isShowResetButton: {
|
|
89
101
|
type: BooleanConstructor;
|
|
90
102
|
default: boolean;
|
|
91
103
|
};
|
|
104
|
+
conditionMap: {
|
|
105
|
+
type: PropType<IConditionMapType>;
|
|
106
|
+
default: () => void;
|
|
107
|
+
};
|
|
92
108
|
filterApiConfig: {
|
|
93
109
|
type: ObjectConstructor;
|
|
94
110
|
default: () => {};
|
|
95
111
|
};
|
|
112
|
+
searchFieldList: {
|
|
113
|
+
type: PropType<any[]>;
|
|
114
|
+
default: () => never[];
|
|
115
|
+
};
|
|
96
116
|
}>> & {
|
|
97
117
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
118
|
+
onSetCurTreeData?: ((...args: any[]) => any) | undefined;
|
|
98
119
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
120
|
+
onGetClassification?: ((...args: any[]) => any) | undefined;
|
|
121
|
+
onReloadList?: ((...args: any[]) => any) | undefined;
|
|
99
122
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
|
123
|
+
onSetConditionMap?: ((...args: any[]) => any) | undefined;
|
|
124
|
+
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
100
125
|
}>>;
|
|
101
|
-
emit: (event: "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", ...args: any[]) => void;
|
|
126
|
+
emit: (event: "changeSearch" | "setCurTreeData" | "setClassificationIndex" | "getClassification" | "reloadList" | "getQuickSearchListObj" | "setConditionMap" | "setClassifyModal", ...args: any[]) => void;
|
|
102
127
|
selectType: any;
|
|
103
128
|
classificationWidth: import("vue").Ref<number>;
|
|
104
129
|
selectShow: import("vue").Ref<boolean>;
|
|
@@ -106,14 +131,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
131
|
name: string;
|
|
107
132
|
sid?: string | undefined;
|
|
108
133
|
children: {
|
|
134
|
+
classifyId: string;
|
|
109
135
|
displayCategory: string;
|
|
110
136
|
isDefault: boolean;
|
|
111
137
|
isEdit: boolean;
|
|
138
|
+
isPublic: string;
|
|
112
139
|
isShow: boolean;
|
|
113
140
|
name: string;
|
|
114
141
|
sid: string;
|
|
115
|
-
isPublic?: string | undefined;
|
|
116
|
-
classifyId?: string | undefined;
|
|
117
142
|
conObj?: any;
|
|
118
143
|
digital?: number | undefined;
|
|
119
144
|
checked?: boolean | undefined;
|
|
@@ -129,14 +154,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
129
154
|
selected?: boolean | undefined;
|
|
130
155
|
}[]>;
|
|
131
156
|
conditionLists: import("vue").Ref<{
|
|
157
|
+
classifyId: string;
|
|
132
158
|
displayCategory: string;
|
|
133
159
|
isDefault: boolean;
|
|
134
160
|
isEdit: boolean;
|
|
161
|
+
isPublic: string;
|
|
135
162
|
isShow: boolean;
|
|
136
163
|
name: string;
|
|
137
164
|
sid: string;
|
|
138
|
-
isPublic?: string | undefined;
|
|
139
|
-
classifyId?: string | undefined;
|
|
140
165
|
conObj?: any;
|
|
141
166
|
digital?: number | undefined;
|
|
142
167
|
checked?: boolean | undefined;
|
|
@@ -148,14 +173,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
148
173
|
from?: string | undefined;
|
|
149
174
|
}[]>;
|
|
150
175
|
originConditionList: import("vue").Ref<{
|
|
176
|
+
classifyId: string;
|
|
151
177
|
displayCategory: string;
|
|
152
178
|
isDefault: boolean;
|
|
153
179
|
isEdit: boolean;
|
|
180
|
+
isPublic: string;
|
|
154
181
|
isShow: boolean;
|
|
155
182
|
name: string;
|
|
156
183
|
sid: string;
|
|
157
|
-
isPublic?: string | undefined;
|
|
158
|
-
classifyId?: string | undefined;
|
|
159
184
|
conObj?: any;
|
|
160
185
|
digital?: number | undefined;
|
|
161
186
|
checked?: boolean | undefined;
|
|
@@ -167,7 +192,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
167
192
|
from?: string | undefined;
|
|
168
193
|
}[]>;
|
|
169
194
|
classificationIndex: import("vue").Ref<number>;
|
|
195
|
+
curTableId: import("vue").Ref<string>;
|
|
170
196
|
allObj: any;
|
|
197
|
+
searchConditionList: import("vue").Ref<{
|
|
198
|
+
classifyId: string;
|
|
199
|
+
displayCategory: string;
|
|
200
|
+
isDefault: boolean;
|
|
201
|
+
isEdit: boolean;
|
|
202
|
+
isPublic: string;
|
|
203
|
+
isShow: boolean;
|
|
204
|
+
name: string;
|
|
205
|
+
sid: string;
|
|
206
|
+
conObj?: any;
|
|
207
|
+
digital?: number | undefined;
|
|
208
|
+
checked?: boolean | undefined;
|
|
209
|
+
id?: string | undefined;
|
|
210
|
+
isCommon?: boolean | undefined;
|
|
211
|
+
selected?: boolean | undefined;
|
|
212
|
+
sqlExpression?: string | undefined;
|
|
213
|
+
createdByName?: string | undefined;
|
|
214
|
+
from?: string | undefined;
|
|
215
|
+
}[]>;
|
|
171
216
|
displayCategoryLists: import("vue").Ref<string[]>;
|
|
172
217
|
settingId: import("vue").Ref<string>;
|
|
173
218
|
classifyModal: import("vue").Ref<boolean>;
|
|
@@ -184,25 +229,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
184
229
|
}>;
|
|
185
230
|
titleName: import("vue").ComputedRef<string>;
|
|
186
231
|
tooltipTilte: import("vue").ComputedRef<(item: any) => string>;
|
|
232
|
+
getCondiTionDigital: import("vue").ComputedRef<boolean>;
|
|
187
233
|
handleFold: (item: ITreeDataType) => void;
|
|
188
|
-
handleItemClick: (child: any, i?: number, p?:
|
|
234
|
+
handleItemClick: (child: any, i?: number, p?: any) => false | undefined;
|
|
189
235
|
initTree: (conditionSidTemp: string[]) => IClassifyListType[];
|
|
190
|
-
getConditionSid: (sid: string, conditionSidVal: string[], p
|
|
236
|
+
getConditionSid: (sid: string, conditionSidVal: string[], p: ITreeDataType) => string[];
|
|
191
237
|
handleModeChange: () => void;
|
|
192
238
|
saveListPersonaSetting: (classificationIndexVal: number, classificationWidthVal?: number) => Promise<void>;
|
|
193
239
|
handleSettingShow: () => void;
|
|
194
240
|
setClassifyModal: (val: boolean) => void;
|
|
195
241
|
toggleSelect: (flag?: boolean) => void;
|
|
196
|
-
|
|
242
|
+
getTableCondiTionList: (options?: any) => void;
|
|
197
243
|
setOpenStatus: (value: boolean) => void;
|
|
198
|
-
|
|
244
|
+
handlePlatTree: (list: ITreeDataType[], res: IClassifyListType[]) => void;
|
|
245
|
+
tableCondiTionPromise: (options?: any) => Promise<void>;
|
|
199
246
|
changeWidth: ({ distance }: any) => void;
|
|
200
247
|
saveWidth: () => void;
|
|
201
248
|
updateTableCondiTion: () => Promise<void>;
|
|
202
249
|
saveGetTableCondiTionList: (options: any) => Promise<void>;
|
|
203
250
|
getTableCondiTionListRequest: (first?: boolean) => void;
|
|
251
|
+
reloadList: (item: any) => void;
|
|
204
252
|
handleGetTableCondiTionList: (first?: boolean, conditionMapVal?: {}) => Promise<unknown>;
|
|
205
253
|
getTableCondiTionListNew: (tableIdVal: any) => Promise<any>;
|
|
254
|
+
visibleDigital: (item: IClassifyListType | ITreeDataType) => number | boolean;
|
|
206
255
|
fmtChildName: (name: string, isPublic?: string) => string;
|
|
207
256
|
NIcon: any;
|
|
208
257
|
NTooltip: any;
|
|
@@ -251,11 +300,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
251
300
|
default: boolean;
|
|
252
301
|
};
|
|
253
302
|
}>> & {
|
|
303
|
+
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
254
304
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
|
255
305
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
|
256
|
-
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
257
306
|
}>>;
|
|
258
|
-
emit: (event: "
|
|
307
|
+
emit: (event: "setClassifyModal" | "CondiTionListInit" | "saveGetTableCondiTionList", ...args: any[]) => void;
|
|
259
308
|
$message: import("naive-ui").MessageApi;
|
|
260
309
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
261
310
|
conditionList: import("vue").Ref<unknown[]>;
|
|
@@ -408,6 +457,48 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
408
457
|
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<{}>>, {}>;
|
|
409
458
|
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<{}>>, {}>;
|
|
410
459
|
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<{}>>, {}>;
|
|
460
|
+
SvgIcon: import("vue").DefineComponent<{
|
|
461
|
+
iconClass: {
|
|
462
|
+
type: StringConstructor;
|
|
463
|
+
required: true;
|
|
464
|
+
default: string;
|
|
465
|
+
};
|
|
466
|
+
title: {
|
|
467
|
+
type: StringConstructor;
|
|
468
|
+
required: false;
|
|
469
|
+
default: string;
|
|
470
|
+
};
|
|
471
|
+
className: {
|
|
472
|
+
type: StringConstructor;
|
|
473
|
+
required: false;
|
|
474
|
+
};
|
|
475
|
+
}, {
|
|
476
|
+
props: {
|
|
477
|
+
iconClass: string;
|
|
478
|
+
title: string;
|
|
479
|
+
className?: string | undefined;
|
|
480
|
+
};
|
|
481
|
+
iconName: import("vue").ComputedRef<string>;
|
|
482
|
+
svgClass: import("vue").ComputedRef<string>;
|
|
483
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
484
|
+
iconClass: {
|
|
485
|
+
type: StringConstructor;
|
|
486
|
+
required: true;
|
|
487
|
+
default: string;
|
|
488
|
+
};
|
|
489
|
+
title: {
|
|
490
|
+
type: StringConstructor;
|
|
491
|
+
required: false;
|
|
492
|
+
default: string;
|
|
493
|
+
};
|
|
494
|
+
className: {
|
|
495
|
+
type: StringConstructor;
|
|
496
|
+
required: false;
|
|
497
|
+
};
|
|
498
|
+
}>>, {
|
|
499
|
+
title: string;
|
|
500
|
+
iconClass: string;
|
|
501
|
+
}>;
|
|
411
502
|
Draggable: import("vue").DefineComponent<{
|
|
412
503
|
list: {
|
|
413
504
|
type: ArrayConstructor;
|
|
@@ -678,9 +769,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
678
769
|
showAdd: boolean;
|
|
679
770
|
};
|
|
680
771
|
isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
|
|
681
|
-
editDisplayCategory: (e: any, item: import("
|
|
682
|
-
handleDisplayCategorySelect: (item: import("
|
|
683
|
-
handleDisplayCategoryRemove: (index: number, item: import("
|
|
772
|
+
editDisplayCategory: (e: any, item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
|
|
773
|
+
handleDisplayCategorySelect: (item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
|
|
774
|
+
handleDisplayCategoryRemove: (index: number, item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
|
|
684
775
|
handleDisplayCategoryAdd: (e: any) => void;
|
|
685
776
|
handlerBlur: () => void;
|
|
686
777
|
initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
|
|
@@ -691,7 +782,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
691
782
|
updateKey: (index: number, val: any) => void;
|
|
692
783
|
updateCondition: (index: number, val: any) => void;
|
|
693
784
|
getParamCfg: (key: string) => any;
|
|
694
|
-
initFilterConditions: (tableId: string, rawConditions: import("
|
|
785
|
+
initFilterConditions: (tableId: string, rawConditions: import("../../../../../es/components/table-filter/src/types").ISearchConfigType) => Promise<void>;
|
|
695
786
|
getRawFilterConditions: () => {
|
|
696
787
|
field_key: any;
|
|
697
788
|
con: any;
|
|
@@ -699,7 +790,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
699
790
|
unit: any;
|
|
700
791
|
}[];
|
|
701
792
|
findConditionByDisplayCategory: (displayCategory: string) => unknown;
|
|
702
|
-
handleDisplayCategorySelectProxy: (item: import("
|
|
793
|
+
handleDisplayCategorySelectProxy: (item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
|
|
703
794
|
clearFormData: () => void;
|
|
704
795
|
handleInitConditions: () => Promise<void>;
|
|
705
796
|
validate: () => Promise<unknown>;
|
|
@@ -715,6 +806,48 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
715
806
|
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<{}>>, {}>;
|
|
716
807
|
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<{}>>, {}>;
|
|
717
808
|
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<{}>>, {}>;
|
|
809
|
+
SvgIcon: import("vue").DefineComponent<{
|
|
810
|
+
iconClass: {
|
|
811
|
+
type: StringConstructor;
|
|
812
|
+
required: true;
|
|
813
|
+
default: string;
|
|
814
|
+
};
|
|
815
|
+
title: {
|
|
816
|
+
type: StringConstructor;
|
|
817
|
+
required: false;
|
|
818
|
+
default: string;
|
|
819
|
+
};
|
|
820
|
+
className: {
|
|
821
|
+
type: StringConstructor;
|
|
822
|
+
required: false;
|
|
823
|
+
};
|
|
824
|
+
}, {
|
|
825
|
+
props: {
|
|
826
|
+
iconClass: string;
|
|
827
|
+
title: string;
|
|
828
|
+
className?: string | undefined;
|
|
829
|
+
};
|
|
830
|
+
iconName: import("vue").ComputedRef<string>;
|
|
831
|
+
svgClass: import("vue").ComputedRef<string>;
|
|
832
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
833
|
+
iconClass: {
|
|
834
|
+
type: StringConstructor;
|
|
835
|
+
required: true;
|
|
836
|
+
default: string;
|
|
837
|
+
};
|
|
838
|
+
title: {
|
|
839
|
+
type: StringConstructor;
|
|
840
|
+
required: false;
|
|
841
|
+
default: string;
|
|
842
|
+
};
|
|
843
|
+
className: {
|
|
844
|
+
type: StringConstructor;
|
|
845
|
+
required: false;
|
|
846
|
+
};
|
|
847
|
+
}>>, {
|
|
848
|
+
title: string;
|
|
849
|
+
iconClass: string;
|
|
850
|
+
}>;
|
|
718
851
|
ValueCfg: import("vue").DefineComponent<{
|
|
719
852
|
paramCfg: {
|
|
720
853
|
type: ObjectConstructor;
|
|
@@ -766,7 +899,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
766
899
|
SELECT: string;
|
|
767
900
|
DATE: string;
|
|
768
901
|
DATE_TIME: string;
|
|
769
|
-
CHECKBOX_GROUP: string;
|
|
770
902
|
};
|
|
771
903
|
WidgetValEnums: {
|
|
772
904
|
CUSTOM: string;
|
|
@@ -871,6 +1003,48 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
871
1003
|
showItemName: boolean;
|
|
872
1004
|
hideAddBtn: boolean;
|
|
873
1005
|
}>;
|
|
1006
|
+
SvgIcon: import("vue").DefineComponent<{
|
|
1007
|
+
iconClass: {
|
|
1008
|
+
type: StringConstructor;
|
|
1009
|
+
required: true;
|
|
1010
|
+
default: string;
|
|
1011
|
+
};
|
|
1012
|
+
title: {
|
|
1013
|
+
type: StringConstructor;
|
|
1014
|
+
required: false;
|
|
1015
|
+
default: string;
|
|
1016
|
+
};
|
|
1017
|
+
className: {
|
|
1018
|
+
type: StringConstructor;
|
|
1019
|
+
required: false;
|
|
1020
|
+
};
|
|
1021
|
+
}, {
|
|
1022
|
+
props: {
|
|
1023
|
+
iconClass: string;
|
|
1024
|
+
title: string;
|
|
1025
|
+
className?: string | undefined;
|
|
1026
|
+
};
|
|
1027
|
+
iconName: import("vue").ComputedRef<string>;
|
|
1028
|
+
svgClass: import("vue").ComputedRef<string>;
|
|
1029
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1030
|
+
iconClass: {
|
|
1031
|
+
type: StringConstructor;
|
|
1032
|
+
required: true;
|
|
1033
|
+
default: string;
|
|
1034
|
+
};
|
|
1035
|
+
title: {
|
|
1036
|
+
type: StringConstructor;
|
|
1037
|
+
required: false;
|
|
1038
|
+
default: string;
|
|
1039
|
+
};
|
|
1040
|
+
className: {
|
|
1041
|
+
type: StringConstructor;
|
|
1042
|
+
required: false;
|
|
1043
|
+
};
|
|
1044
|
+
}>>, {
|
|
1045
|
+
title: string;
|
|
1046
|
+
iconClass: string;
|
|
1047
|
+
}>;
|
|
874
1048
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
875
1049
|
visible: {
|
|
876
1050
|
type: BooleanConstructor;
|
|
@@ -901,7 +1075,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
901
1075
|
filterApiConfig: Record<string, any>;
|
|
902
1076
|
conditionList: unknown[];
|
|
903
1077
|
}>;
|
|
904
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
1078
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("setClassifyModal" | "CondiTionListInit" | "saveGetTableCondiTionList")[], "setClassifyModal" | "CondiTionListInit" | "saveGetTableCondiTionList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
905
1079
|
searchFieldList: {
|
|
906
1080
|
type: ArrayConstructor;
|
|
907
1081
|
default: () => never[];
|
|
@@ -920,9 +1094,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
920
1094
|
default: boolean;
|
|
921
1095
|
};
|
|
922
1096
|
}>> & {
|
|
1097
|
+
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
923
1098
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
|
924
1099
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
|
925
|
-
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
926
1100
|
}, {
|
|
927
1101
|
searchFieldList: unknown[];
|
|
928
1102
|
filterApiConfig: Record<string, any>;
|
|
@@ -933,30 +1107,67 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
933
1107
|
mounted(el: any, { value }: any): void;
|
|
934
1108
|
beforeUnmount(el: any): void;
|
|
935
1109
|
};
|
|
936
|
-
|
|
1110
|
+
SvgIcon: import("vue").DefineComponent<{
|
|
1111
|
+
iconClass: {
|
|
1112
|
+
type: StringConstructor;
|
|
1113
|
+
required: true;
|
|
1114
|
+
default: string;
|
|
1115
|
+
};
|
|
1116
|
+
title: {
|
|
1117
|
+
type: StringConstructor;
|
|
1118
|
+
required: false;
|
|
1119
|
+
default: string;
|
|
1120
|
+
};
|
|
1121
|
+
className: {
|
|
1122
|
+
type: StringConstructor;
|
|
1123
|
+
required: false;
|
|
1124
|
+
};
|
|
1125
|
+
}, {
|
|
1126
|
+
props: {
|
|
1127
|
+
iconClass: string;
|
|
1128
|
+
title: string;
|
|
1129
|
+
className?: string | undefined;
|
|
1130
|
+
};
|
|
1131
|
+
iconName: import("vue").ComputedRef<string>;
|
|
1132
|
+
svgClass: import("vue").ComputedRef<string>;
|
|
1133
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1134
|
+
iconClass: {
|
|
1135
|
+
type: StringConstructor;
|
|
1136
|
+
required: true;
|
|
1137
|
+
default: string;
|
|
1138
|
+
};
|
|
1139
|
+
title: {
|
|
1140
|
+
type: StringConstructor;
|
|
1141
|
+
required: false;
|
|
1142
|
+
default: string;
|
|
1143
|
+
};
|
|
1144
|
+
className: {
|
|
1145
|
+
type: StringConstructor;
|
|
1146
|
+
required: false;
|
|
1147
|
+
};
|
|
1148
|
+
}>>, {
|
|
1149
|
+
title: string;
|
|
1150
|
+
iconClass: string;
|
|
1151
|
+
}>;
|
|
1152
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setCurTreeData" | "setClassificationIndex" | "getClassification" | "reloadList" | "getQuickSearchListObj" | "setConditionMap" | "setClassifyModal")[], "changeSearch" | "setCurTreeData" | "setClassificationIndex" | "getClassification" | "reloadList" | "getQuickSearchListObj" | "setConditionMap" | "setClassifyModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
937
1153
|
tableId: {
|
|
938
1154
|
type: StringConstructor;
|
|
939
1155
|
default: string;
|
|
940
1156
|
};
|
|
941
|
-
searchFieldList: {
|
|
942
|
-
type: PropType<any[]>;
|
|
943
|
-
default: () => never[];
|
|
944
|
-
};
|
|
945
|
-
conditionMap: {
|
|
946
|
-
type: PropType<IConditionMapType>;
|
|
947
|
-
default: () => void;
|
|
948
|
-
};
|
|
949
1157
|
conditionSid: {
|
|
950
1158
|
type: PropType<string[]>;
|
|
951
|
-
default: () =>
|
|
1159
|
+
default: () => never[];
|
|
952
1160
|
};
|
|
953
1161
|
curClassificationIndex: {
|
|
954
1162
|
type: NumberConstructor;
|
|
955
|
-
default: number;
|
|
956
1163
|
};
|
|
957
1164
|
curClassificationWidth: {
|
|
958
1165
|
type: NumberConstructor;
|
|
959
1166
|
};
|
|
1167
|
+
conditionType: {
|
|
1168
|
+
type: StringConstructor;
|
|
1169
|
+
default: string;
|
|
1170
|
+
};
|
|
960
1171
|
hideConditionChangeBtn: {
|
|
961
1172
|
type: NumberConstructor;
|
|
962
1173
|
default: number;
|
|
@@ -969,28 +1180,51 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
969
1180
|
type: NumberConstructor;
|
|
970
1181
|
default: number;
|
|
971
1182
|
};
|
|
1183
|
+
countCondition: {
|
|
1184
|
+
type: NumberConstructor;
|
|
1185
|
+
default: number;
|
|
1186
|
+
};
|
|
1187
|
+
countTabCondition: {
|
|
1188
|
+
type: NumberConstructor;
|
|
1189
|
+
default: number;
|
|
1190
|
+
};
|
|
972
1191
|
isShowResetButton: {
|
|
973
1192
|
type: BooleanConstructor;
|
|
974
1193
|
default: boolean;
|
|
975
1194
|
};
|
|
1195
|
+
conditionMap: {
|
|
1196
|
+
type: PropType<IConditionMapType>;
|
|
1197
|
+
default: () => void;
|
|
1198
|
+
};
|
|
976
1199
|
filterApiConfig: {
|
|
977
1200
|
type: ObjectConstructor;
|
|
978
1201
|
default: () => {};
|
|
979
1202
|
};
|
|
1203
|
+
searchFieldList: {
|
|
1204
|
+
type: PropType<any[]>;
|
|
1205
|
+
default: () => never[];
|
|
1206
|
+
};
|
|
980
1207
|
}>> & {
|
|
981
1208
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
1209
|
+
onSetCurTreeData?: ((...args: any[]) => any) | undefined;
|
|
982
1210
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
1211
|
+
onGetClassification?: ((...args: any[]) => any) | undefined;
|
|
1212
|
+
onReloadList?: ((...args: any[]) => any) | undefined;
|
|
983
1213
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
|
1214
|
+
onSetConditionMap?: ((...args: any[]) => any) | undefined;
|
|
1215
|
+
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
984
1216
|
}, {
|
|
985
1217
|
searchFieldList: any[];
|
|
986
1218
|
tableId: string;
|
|
987
1219
|
filterApiConfig: Record<string, any>;
|
|
988
|
-
conditionMap: IConditionMapType;
|
|
989
1220
|
conditionSid: string[];
|
|
990
|
-
|
|
1221
|
+
conditionType: string;
|
|
991
1222
|
hideConditionChangeBtn: number;
|
|
992
1223
|
hideConditionChangeSetting: number;
|
|
993
1224
|
hideClearConditionChange: number;
|
|
1225
|
+
countCondition: number;
|
|
1226
|
+
countTabCondition: number;
|
|
994
1227
|
isShowResetButton: boolean;
|
|
1228
|
+
conditionMap: IConditionMapType;
|
|
995
1229
|
}>;
|
|
996
1230
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{defineComponent as e,useAttrs as i,ref as n,provide as t,computed as l,onActivated as a,onBeforeMount as s,onMounted as o,nextTick as d,watch as c,openBlock as r,createElementBlock as p,normalizeClass as u,unref as h,normalizeStyle as f,withDirectives as g,createVNode as m,createTextVNode as y,toDisplayString as v,createCommentVNode as C,createElementVNode as k,Fragment as b,renderList as S,createBlock as x,withCtx as _,renderSlot as w}from"vue";import{NIcon as I,NTooltip as O}from"naive-ui";import{Repeat as L,SettingsOutline as T,ChevronDown as M,ChevronForward as N,Checkmark as j,Close as z,ChevronUp as B}from"@vicons/ionicons5";import P from"../components/set-classification/index.vue.js";import A from"../directive/flexibleResize.js";import{root_isShowResetButton as E}from"../const/index.js";import J from"../hooks/useMixins.js";import R from"../../../../shared/components/SvgIcon/SvgIcon.vue.js";import F from"../../../../_virtual/plugin-vue_export-helper.js";const D={key:0,class:"header"},W={class:"tree"},$=["onClick"],q={key:0,class:"digital-span"},G=["onClick"],Q={key:0,class:"digital-span"},V=["onClick"],H={class:"child-item-name"},K={key:0,class:"digital-span"},U={key:1,class:"tree-type-footer"},X={class:"selected-num"},Y={key:0,class:"tile-type classify-1"},Z={key:0,class:"header"},ee={class:"right-setting"},ie=["onClick"],ne={key:0,class:"digital-span"},te={class:"parent ellips"},le={class:"children"},ae=["onClick"],se={key:0,class:"digital-span"},oe={key:1,class:"selected-list"},de={class:"selected-num"},ce={key:0,class:"digital-span"},re={key:0,class:"digital-span"},pe={class:"name"},ue={class:"name"},he={key:0,class:"main-wrapper"},fe=["onClick"],ge={key:0,class:"digital-span"},me={class:"tree-footer"},ye=["onClick"],ve=["onClick"],Ce={key:0,class:"digital-span"},ke={key:0,class:"select-type-footer"},be={class:"selected-num"};var Se=F(e({__name:"Classification-com",props:{tableId:{type:String,default:""},conditionSid:{type:Array,default:()=>[]},curClassificationIndex:{type:Number},curClassificationWidth:{type:Number},conditionType:{type:String,default:""},hideConditionChangeBtn:{type:Number,default:0},hideConditionChangeSetting:{type:Number,default:0},hideClearConditionChange:{type:Number,default:0},countCondition:{type:Number,default:0},countTabCondition:{type:Number,default:0},isShowResetButton:{type:Boolean,default:!0},conditionMap:{type:Object,default:()=>{}},filterApiConfig:{type:Object,default:()=>({})},searchFieldList:{type:Array,default:()=>[]}},emits:["changeSearch","setCurTreeData","setClassificationIndex","getClassification","reloadList","getQuickSearchListObj","setConditionMap","setClassifyModal"],setup(e,{emit:F}){const Se=e,{handleGetConfigApi:xe}=J(),_e=i(),we=n(null);let Ie=n(150),Oe=n(!1),Le=n([]),Te=n([]),Me=n([]),Ne=n(2),je=n(""),ze=n({name:"全部数据",sid:"all_data"}),Be=n([]),Pe=n([]),Ae=n(""),Ee=n(!1),Je=n("全部数据");t(E,n(Se.isShowResetButton));let Re=l((()=>0===Ne.value?{marginRight:"8px"}:2===Ne.value?{display:"inline-block"}:{})),Fe=l((()=>{let e=Te.value.filter((e=>-1!==Se.conditionSid.indexOf(e.sid)));if(-1!==Se.conditionSid.indexOf("all_data"))return"全部数据";{let i=[];return e.map((e=>{i.push(e.name)})),i.join(",")}})),De=l((()=>function(e){let i=0===e.digital?"(0)":e.digital?`(${e.digital})`:"";const{name:n,isPublic:t}=e;return si(n,t)+i})),We=l((()=>1===Se.countCondition||1===Se.countTabCondition));function $e(e){e.open?e.open=!1:e.open=!0}function qe(e,i,n){if(Je.value=e.name,!e.digital&&1===Se.countCondition)return!1;let t=function(e,i,n){let t=JSON.parse(JSON.stringify(i));if("all_data"===e)t=["all_data"];else if("keyword"===Se.conditionType){let i=t.findIndex((e=>"all_data"===e));-1!==i&&t.splice(i,1);let l=t.findIndex((i=>i===e));-1!==l?(t.splice(l,1),0===t.length&&(t=["all_data"])):(n.children&&n.children.length>0&&(l=t.findIndex((e=>-1!==n.children.findIndex((i=>i.sid===e))))),-1!==l&&t.splice(l,1),t.push(e))}else t=-1!==t.indexOf(e)?["all_data"]:[e];return t}(e.sid,Se.conditionSid,n),l=function(e){let i=[];return Le.value.forEach((n=>{n.children?n.children.forEach((n=>{-1!==e.indexOf(n.sid)?(n.selected=!0,i.push(n)):n.selected=!1})):-1!==e.indexOf(n.sid)?(n.selected=!0,i.push(n)):n.selected=!1})),i}(t);Ke(!1),F("changeSearch","all_data"===e.sid?"all":"",e,n,l)}function Ge(){F("setCurTreeData",Le.value);let e="";if(2===Ne.value)e=0;else{let i=Ne.value;e=++i}Ie.value=150,Qe(e)}async function Qe(e,i){let n={tableId:Se.tableId,setting:JSON.stringify({classificationIndex:e,classificationWidth:i})};try{await xe(n,"requestSaveListPersonaSetting",{},Se.filterApiConfig)&&F("setClassificationIndex",e)}catch(e){console.log(e)}}function Ve(){Ee.value=!0,Ke(!1)}function He(e){F("setClassifyModal",e),Ee.value=e}function Ke(e){Oe.value=void 0===e?!Oe.value:e}function Ue(e){var i;if((void 0!==e&&"delete"===e.type&&-1!==Se.conditionSid.indexOf(e.item.sid)&&F("changeSearch","all",{name:"全部数据",sid:"all_data",selected:!0}),Se.tableId)&&Object.keys(Se.conditionMap).length>0){Le.value=[];let{displayCategoryList:e=[],conditionList:n=[]}=Se.conditionMap;Me.value=JSON.parse(JSON.stringify(n)),Pe.value=e||[],Te.value=JSON.parse(JSON.stringify(n));const t={name:"全部数据",sid:"all_data"};Te.value.unshift(t);let l=[];0===e.length&&(e=["未分类"]),e.forEach((e=>{let i={name:e,children:[]};n.forEach((n=>{(n.displayCategory===e||!n.displayCategory&&"未分类"===e&&"all_data"!==n.sid)&&(-1!==Se.conditionSid.indexOf(n.sid)&&(n.selected=!0,i.open=!0),n.isShow&&i.children.push(n))})),i.children.length>0&&l.push(i)})),l.unshift({name:"全部数据",sid:"all_data"}),Le.value=l,0===Ne.value&&(i=!0,Le.value.forEach((e=>{e.children&&e.children.length&&(e.open=i)})))}}async function Xe(e){try{await Ue(e)}catch(e){console.log(e)}}function Ye({distance:e}){const i=Ie.value+e;Ie.value=Math.min(Math.max(i,50),650)}function Ze(){Qe(Ne.value,Ie.value)}async function ei(){await li(Se.tableId),ni()}async function ii(e){await li(Se.tableId),ti(),F("getClassification",e)}function ni(e){ti(e).then((e=>{F("reloadList",e)}))}function ti(e,i={}){if(!Se.tableId)return new Promise((e=>e(!1)));let n=Object.keys(i).length>0?i:Se.conditionMap;return new Promise(((i,t)=>{var l,a,s,o,d,c;if(Object.keys(n).length>0){Be.value=n.conditionList||[],Pe.value=n.displayCategoryList||[];let t={conditionList:Be.value,displayCategoryList:Pe.value};F("getQuickSearchListObj",t),Ae.value=n.settingId;const r=Be.value.find((e=>e.isDefault))||{name:"全部数据",sid:"all_data"};(null==(a=null==(l=_e.tableOptions)?void 0:l.filterCondition)?void 0:a.displayCategory)&&e&&i({name:null==(o=null==(s=_e.tableOptions)?void 0:s.filterCondition)?void 0:o.name,sid:null==(c=null==(d=_e.tableOptions)?void 0:d.filterCondition)?void 0:c.displayCategory}),i(r)}else i({})}))}async function li(e){try{if(!e)return new Promise((e=>e(!1)));let i={tableId:e},n=await xe(i,"requestTableCondiTionList",{},Se.filterApiConfig);return F("setConditionMap",n),Promise.resolve(n)}catch(e){return Promise.resolve(!1)}}function ai(e){return 1===Se.countCondition&&(e.digital||0===e.digital)}function si(e,i){return e&&"1"===i?e.replace(/\(公共\)$/,""):e}return a((()=>{Xe({})})),s((()=>{Xe({})})),o((()=>{document.addEventListener("click",(e=>{d((()=>{let i=e.composedPath&&e.composedPath();we&&i.includes(we.value)||Ke(!1)}))}))})),c((()=>Se.tableId),(e=>{e&&(ni(!0),je.value!==e&&(je.value=e))}),{immediate:!0,deep:!0}),c((()=>Se.curClassificationIndex),(e=>{void 0!==e&&(Ne.value=e)}),{immediate:!0,deep:!0}),c((()=>Se.curClassificationWidth),(e=>{e&&(Ie.value=Number(e)||150)}),{immediate:!0}),(i,n)=>(r(),p("div",{class:u(["classification-block","classificationIndex-"+h(Ne)]),style:f(h(Re))},[0===h(Ne)?g((r(),p("div",{key:0,class:"tree-type classify-0",style:f({width:h(Ie)+"px",paddingBottom:"keyword"===e.conditionType?"80px":0,position:"relative"})},[1!=e.hideConditionChangeBtn||1!=e.hideConditionChangeSetting?(r(),p("div",D,[1!=e.hideConditionChangeBtn?(r(),p("span",{key:0,class:"header-1",onClick:Ge},[m(h(I),{component:h(L),size:"16"},null,8,["component"]),y(" "+v("切换"))])):C("v-if",!0),1!=e.hideConditionChangeSetting?(r(),p("span",{key:1,class:"header-1",onClick:Ve},[m(h(I),{component:h(T),size:"16"},null,8,["component"]),y(" "+v("设置"))])):C("v-if",!0)])):C("v-if",!0),k("ul",W,[(r(!0),p(b,null,S(h(Le),((i,n)=>(r(),p(b,null,[0===n||!i.children||0===i.children.length||i.children&&0!==i.children.filter((e=>e.isShow)).length?(r(),p("li",{key:n,class:u(["tree-item",{"tree-header":0===n||!i.children||0===i.children.length}])},[0!==n&&i.children&&0!==i.children.length?(r(),p(b,{key:1},[k("span",{class:u(["parent",{open:i.open}]),onClick:e=>$e(i)},[k("span",null,[y(v(i.name)+" ",1),ai(i)?(r(),p("span",Q," ("+v(i.digital||0)+") ",1)):C("v-if",!0)]),m(h(I),{component:i.open?h(M):h(N)},null,8,["component"])],10,G),i.open?(r(!0),p(b,{key:0},S(i.children.filter((e=>e.isShow)),((e,n)=>(r(),p("div",{class:"children",key:n},[e.isShow?(r(),x(h(O),{key:0,trigger:"hover",placement:"right"},{trigger:_((()=>[k("span",{class:u(["child-item",{selected:e.selected,disabled:!e.digital&&h(We)}]),onClick:n=>qe(e,0,i)},[k("span",H,v(e.name||si(e.isPublic)),1),ai(e)?(r(),p("span",K," ("+v(e.digital||0)+") ",1)):C("v-if",!0),e.selected?(r(),x(h(I),{key:1,component:h(j),size:"20"},null,8,["component"])):C("v-if",!0)],10,V)])),default:_((()=>[k("span",null,v(h(De)(e)),1)])),_:2},1024)):C("v-if",!0)])))),128)):C("v-if",!0)],64)):(r(),p("span",{key:0,class:u(["child-item header-item",{selected:i.selected||-1!==e.conditionSid.indexOf("all_data")}]),onClick:e=>qe(i)},[y(v(i.name)+" ",1),ai(i)?(r(),p("span",q," ("+v(i.digital||0)+") ",1)):C("v-if",!0)],10,$))],2)):C("v-if",!0)],64)))),256))]),"keyword"===e.conditionType&&1!=e.hideClearConditionChange?(r(),p("div",U,[k("div",X,"已选择"+v(e.conditionSid.filter((e=>"all_data"!==e)).length)+"项",1),k("div",{class:"selected-item-del",onClick:n[0]||(n[0]=e=>qe({sid:"all_data",name:"全部数据",digital:h(ze).digital}))},[m(h(R),{"class-name":"svg-icon-btn","icon-class":"xitongtubiaoliebiaocaozuoanniushanchu"}),y(" 清空筛选 ")])])):C("v-if",!0)],4)),[[h(A),{mode:"VR",onMove:Ye,onEnd:Ze}]]):C("v-if",!0),1===h(Ne)?(r(),p(b,{key:1},[1!=e.hideConditionChangeBtn||1!=e.hideConditionChangeSetting||1!=e.hideConditionChangeSetting||h(Me).filter((e=>e.isShow)).length>0?(r(),p("div",Y,[1!=e.hideConditionChangeBtn||1!=e.hideConditionChangeSetting?(r(),p("div",Z,[k("span",{class:u(["all-data",{selected:-1!==e.conditionSid.indexOf("all_data")}]),onClick:n[1]||(n[1]=e=>qe({sid:"all_data",name:"全部数据",digital:h(ze).digital}))},[y(" 全部数据 "),h(ze).digital||0===h(ze).digital?(r(),p(b,{key:0},[y(" ("+v(h(ze).digital||0)+") ",1)],64)):C("v-if",!0)],2),k("div",ee,[1!=e.hideConditionChangeBtn?(r(),p("span",{key:0,class:"setting-1",onClick:Ge,style:{"margin-right":"30px"}},[m(h(I),{component:h(L),size:"16"},null,8,["component"]),y(" "+v("切换"))])):C("v-if",!0),1!=e.hideConditionChangeSetting?(r(),p("span",{key:1,class:"setting-1",onClick:Ve},[m(h(I),{component:h(T),size:"16"},null,8,["component"]),y(" "+v("设置"))])):C("v-if",!0)])])):C("v-if",!0),k("ul",{class:"tile",style:f({borderBottom:"keyword"===e.conditionType&&1!=e.hideClearConditionChange?"1px solid #d5d5d5":0})},[(r(!0),p(b,null,S(h(Le).slice(1),((e,i)=>(r(),p(b,null,[e.children&&e.children.length>0?(r(),p("li",{class:"tile-item",key:i},[e.children&&0!==e.children.length?(r(),p(b,{key:1},[k("span",te,v(e.name),1),k("div",le,[(r(!0),p(b,null,S(e.children,((i,n)=>(r(),p(b,null,[i.isShow?(r(),p("span",{key:n,class:u(["child-item",{selected:i.selected,disabled:!i.digital&&h(We)}]),onClick:n=>qe(i,0,e)},[y(v(i.name||si(i.isPublic))+" ",1),ai(i)?(r(),p("span",se," ("+v(i.digital||0)+") ",1)):C("v-if",!0)],10,ae)):C("v-if",!0)],64)))),256))])],64)):(r(),p("span",{key:0,class:u(["child-item",{selected:e.selected}]),style:{"padding-left":"17px"},onClick:i=>qe(e)},[y(v(e.name)+" "+v(e.digital)+" ",1),ai(e)?(r(),p("span",ne," ("+v(e.digital||0)+") ",1)):C("v-if",!0)],10,ie))])):C("v-if",!0)],64)))),256))],4),"keyword"===e.conditionType&&1!=e.hideClearConditionChange?(r(),p("div",oe,[k("div",de,"已选择"+v(e.conditionSid.filter((e=>"all_data"!==e)).length)+"项",1),(r(!0),p(b,null,S(h(Le).slice(1),((e,i)=>(r(),p(b,null,[e.children&&0!==e.children.length?(r(!0),p(b,{key:1},S(e.children,((i,n)=>(r(),p(b,null,[i.selected?(r(),p("div",{class:"selected-item",key:i.sid},[y(v(i.name)+" ",1),ai(i)?(r(),p("span",re," ("+v(i.digital||0)+") ",1)):C("v-if",!0),m(h(I),{component:h(z),onClick:n=>qe(i,0,e)},null,8,["component","onClick"])])):C("v-if",!0)],64)))),256)):(r(),p("div",{class:"selected-item",key:e.sid},[y(v(e.name)+" ",1),ai(e)?(r(),p("span",ce," ("+v(e.digital||0)+") ",1)):C("v-if",!0),m(h(I),{component:h(z),onClick:i=>qe(e)},null,8,["component","onClick"])]))],64)))),256)),k("div",{class:"selected-item-del",onClick:n[2]||(n[2]=e=>qe({sid:"all_data",name:"全部数据",digital:h(ze).digital}))},[m(h(R),{"class-name":"svg-icon-btn","icon-class":"xitongtubiaoliebiaocaozuoanniushanchu"}),y(" 清空筛选 ")])])):C("v-if",!0)])):C("v-if",!0)],64)):C("v-if",!0),2===h(Ne)?(r(),p("div",{key:2,class:"select-type classify-2",ref_key:"selectType",ref:we},[k("span",{class:"title",onClick:n[3]||(n[3]=()=>Ke())},[m(h(O),{trigger:"hover",placement:"top"},{trigger:_((()=>[k("span",pe,v(h(Fe)),1)])),default:_((()=>[k("span",ue,v(h(Fe)),1)])),_:1}),m(h(I),{component:h(Oe)?h(B):h(M)},null,8,["component"])]),h(Oe)?(r(),p("div",he,[k("ul",{class:"tree",style:f({padding:"keyword"===e.conditionType?"40px 0":"40px 0 0"})},[(r(!0),p(b,null,S(h(Le),((i,n)=>(r(),p(b,null,[0===n||!i.children||0===i.children.length||i.children&&0!==i.children.filter((e=>e.isShow)).length?(r(),p("li",{key:n,class:u(["tree-item",{"tree-header":0===n||!i.children||0===i.children.length}])},[0!==n&&i.children&&0!==i.children.length?(r(),p(b,{key:1},[0!==i.children.filter((e=>e.isShow)).length?(r(),p("span",{key:0,class:u(["parent",{open:i.open}]),onClick:e=>$e(i)},[y(v(i.name)+v(i.digital||0===i.digital?"("+i.digital+")":"")+" ",1),m(h(I),{component:i.open?h(M):h(N)},null,8,["component"])],10,ye)):C("v-if",!0),i.open?(r(!0),p(b,{key:1},S(i.children.filter((e=>e.isShow)),((e,n)=>(r(),p("div",{class:"children",key:n},[e.isShow?(r(),x(h(O),{key:0,placement:"right",trigger:"hover","z-index":1e4},{trigger:_((()=>[k("span",{class:u(["child-item",{selected:e.selected,disabled:!e.digital&&h(We)}]),onClick:n=>qe(e,0,i)},[k("span",null,[y(v(e.name||si(null==e?void 0:e.isPublic))+" ",1),ai(e)?(r(),p("span",Ce," ("+v(e.digital||0)+") ",1)):C("v-if",!0)]),e.selected?(r(),x(h(I),{key:0,component:h(j),size:"20"},null,8,["component"])):C("v-if",!0)],10,ve)])),default:_((()=>[k("span",null,v(h(De)(e)),1)])),_:2},1024)):C("v-if",!0)])))),128)):C("v-if",!0)],64)):(r(),p(b,{key:0},[k("span",{class:u(["child-item child-header header-item",{selected:i.selected||-1!==e.conditionSid.indexOf("all_data")}]),onClick:e=>qe(i)},[y(v(i.name)+" ",1),ai(i)?(r(),p("span",ge," ("+v(i.digital||0)+") ",1)):C("v-if",!0)],10,fe),k("div",me,[1!=e.hideConditionChangeBtn?(r(),p("span",{key:0,class:"tree-footer-icon",onClick:Ge},[m(h(I),{component:h(L),size:"16"},null,8,["component"]),y(" "+v("切换"))])):C("v-if",!0),1!=e.hideConditionChangeSetting?(r(),p("span",{key:1,class:"tree-footer-icon",onClick:Ve},[m(h(I),{component:h(T),size:"16"},null,8,["component"]),y(" "+v("设置"))])):C("v-if",!0)])],64))],2)):C("v-if",!0)],64)))),256))],4),"keyword"===e.conditionType&&1!=e.hideClearConditionChange?(r(),p("div",ke,[k("div",be,"已选择"+v(e.conditionSid.filter((e=>"all_data"!==e)).length)+"项",1),k("div",{class:"selected-item-del",onClick:n[4]||(n[4]=e=>qe({sid:"all_data",name:"全部数据",digital:h(ze).digital}))},[m(h(R),{"class-name":"svg-icon-btn","icon-class":"xitongtubiaoliebiaocaozuoanniushanchu"}),y(" 清空筛选 ")])])):C("v-if",!0)])):C("v-if",!0)],512)):C("v-if",!0),C(" 弹出弹窗 "),m(P,{ref:"search",searchFieldList:e.searchFieldList,conditionList:h(Be),displayCategoryList:h(Pe),settingId:h(Ae),tableId:e.tableId,classifyModal:h(Ee),filterApiConfig:e.filterApiConfig,onSaveGetTableCondiTionList:ii,onCondiTionListInit:ei,onSetClassifyModal:He},{searchCondition:_((({...e})=>[w(i.$slots,"searchCondition",{attrs:e})])),_:3},8,["searchFieldList","conditionList","displayCategoryList","settingId","tableId","classifyModal","filterApiConfig"])],6))}}),[["__file","Classification-com.vue"]]);export{Se as default};
|