cnhis-design-vue 3.1.42-release.0 → 3.1.42-release.2
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 +271 -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 -113
- 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/style/index.css +1 -1
- package/es/components/button-print/index.d.ts +3 -2
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +3 -2
- 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/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 +12 -0
- package/es/components/date-picker/index.js +1 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +12 -0
- package/es/components/date-picker/src/DatePicker.vue.js +1 -0
- 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 +82 -13
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -27
- package/es/components/field-set/src/types/index.d.ts +18 -0
- package/es/components/field-set/src/types/index.js +1 -0
- package/es/components/form-config/index.d.ts +36 -27
- package/es/components/form-config/src/FormConfig.vue.d.ts +36 -27
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +11 -11
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +14 -14
- 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 +11 -11
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +11 -11
- package/es/components/form-render/src/FormRender.vue.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +11 -11
- package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +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/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/index.d.ts +1 -1
- package/es/components/form-render/src/hooks/index.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/useFormAsyncQueue.d.ts +16 -0
- package/es/components/form-render/src/hooks/useFormAsyncQueue.js +1 -0
- package/es/components/form-render/src/hooks/useFormContext.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/src/types/index.d.ts +2 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +1526 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +1526 -0
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +6 -5
- package/es/components/iho-table/src/constants/index.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/index.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +3 -1
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +12 -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/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +12 -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/varialbleHeightPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -0
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +2 -0
- package/es/components/iho-table/src/types/pluginType.d.ts +3 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -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 +9 -2
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +3800 -157
- package/es/components/info-header/src/InfoHeader.vue.d.ts +3801 -157
- 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/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 +3 -1
- package/es/components/keyboard/src/Keyboard.vue.d.ts +3 -1
- 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/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/shortcut-setter/index.d.ts +12 -12
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +12 -12
- 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 -2386
- 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/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.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/baseOptions.d.ts +8 -0
- package/es/components/table-filter/src/tool/baseOptions.js +1 -0
- package/es/components/table-filter/src/tool/generateDefOptions.d.ts +0 -7
- 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 -243
- package/es/components/time-picker/index.d.ts +12 -0
- package/es/components/time-picker/index.js +1 -0
- package/es/components/time-picker/src/TimePicker.vue.d.ts +12 -0
- package/es/components/time-picker/src/TimePicker.vue.js +1 -0
- package/es/env.d.ts +24 -24
- package/es/shared/hooks/index.d.ts +3 -0
- package/es/shared/hooks/index.js +1 -0
- package/es/{components/form-render/src → shared}/hooks/useAsyncQueue.d.ts +0 -14
- package/es/shared/hooks/useAsyncQueue.js +1 -0
- package/es/shared/hooks/useDateTime.d.ts +6 -0
- package/es/shared/hooks/useDateTime.js +1 -0
- package/es/shared/hooks/useTheme.d.ts +3 -0
- package/es/shared/hooks/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/form-render/src/hooks/useAsyncQueue.js +0 -1
- 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/directive/resize.d.ts +0 -4
- package/es/components/table-filter/src/directive/resize.js +0 -1
- package/es/components/table-filter/src/hooks/export.d.ts +0 -1
- package/es/components/table-filter/src/hooks/export.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/getWidgetType.d.ts +0 -1
- package/es/components/table-filter/src/tool/getWidgetType.js +0 -1
- package/es/components/table-filter/src/tool/options.d.ts +0 -18
- package/es/components/table-filter/src/tool/options.js +0 -1
- package/es/components/table-filter/src/tool/resizeSensor.d.ts +0 -16
- package/es/components/table-filter/src/tool/resizeSensor.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/colorLog.d.ts +0 -31
- package/es/shared/utils/colorLog.js +0 -1
- package/es/shared/utils/tapable/index.d.ts +0 -139
- /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
|
@@ -1,2387 +1 @@
|
|
|
1
|
-
import { SFCWithInstall } from '../../../es/shared/types';
|
|
2
1
|
export * from './src/types';
|
|
3
|
-
export * from './src/hooks/export';
|
|
4
|
-
declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
5
|
-
showSettings: {
|
|
6
|
-
type: import("vue").PropType<import("./src/types").IsettingsType>;
|
|
7
|
-
default: () => {};
|
|
8
|
-
};
|
|
9
|
-
searchFieldList: {
|
|
10
|
-
type: import("vue").PropType<import("./src/types").IApiServerType[]>;
|
|
11
|
-
default: () => never[];
|
|
12
|
-
};
|
|
13
|
-
classificationIndex: {
|
|
14
|
-
type: NumberConstructor;
|
|
15
|
-
};
|
|
16
|
-
qqConObjCount: {
|
|
17
|
-
type: NumberConstructor;
|
|
18
|
-
default: number;
|
|
19
|
-
};
|
|
20
|
-
}, {
|
|
21
|
-
outQuickSearchFn: {
|
|
22
|
-
handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
23
|
-
handlerInitSearchItem(arr: import("./src/types").ISearchType[]): void;
|
|
24
|
-
handleSetLabelOptions(labelType: any, el: import("./src/types").ISearchType): void;
|
|
25
|
-
getConObj(arr: any): any;
|
|
26
|
-
};
|
|
27
|
-
isRender: (cfg: import("./src/types").ISearchType) => any;
|
|
28
|
-
getRenderSearchConObj: (cfg: import("./src/types").ISearchType) => {
|
|
29
|
-
field_key: string;
|
|
30
|
-
con: string | undefined;
|
|
31
|
-
value: any[] | null;
|
|
32
|
-
unit: null;
|
|
33
|
-
} | null;
|
|
34
|
-
isExistDefValByRenderWidget: (cfg: import("./src/types").ISearchType) => boolean;
|
|
35
|
-
resetRenderWidgetValue: (cfg: import("./src/types").ISearchType) => any;
|
|
36
|
-
transformData: (advancedFilterData: import("./src/types").IApiServerType[]) => {
|
|
37
|
-
fieldType: string;
|
|
38
|
-
columnName: string;
|
|
39
|
-
settingObj: {};
|
|
40
|
-
setting: string;
|
|
41
|
-
widgetCfg: {
|
|
42
|
-
isRender: boolean;
|
|
43
|
-
widgetType: string | null;
|
|
44
|
-
valueList: {
|
|
45
|
-
value: any;
|
|
46
|
-
label: string;
|
|
47
|
-
}[] | undefined;
|
|
48
|
-
defaultValue: any;
|
|
49
|
-
defValueUnit: any;
|
|
50
|
-
multiple: boolean;
|
|
51
|
-
};
|
|
52
|
-
title: string;
|
|
53
|
-
alias: string | undefined;
|
|
54
|
-
isShowSearch: number;
|
|
55
|
-
filterExplicit: number;
|
|
56
|
-
explicitRequired: number;
|
|
57
|
-
advanceOptionSetting: string;
|
|
58
|
-
placeholder: string | undefined;
|
|
59
|
-
advanceColWidth: string;
|
|
60
|
-
}[];
|
|
61
|
-
baseLeft: any;
|
|
62
|
-
quickSearchLi: any;
|
|
63
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
64
|
-
showSettings: {
|
|
65
|
-
type: import("vue").PropType<import("./src/types").IsettingsType>;
|
|
66
|
-
default: () => {};
|
|
67
|
-
};
|
|
68
|
-
searchFieldList: {
|
|
69
|
-
type: import("vue").PropType<import("./src/types").IApiServerType[]>;
|
|
70
|
-
default: () => never[];
|
|
71
|
-
};
|
|
72
|
-
classificationIndex: {
|
|
73
|
-
type: NumberConstructor;
|
|
74
|
-
};
|
|
75
|
-
qqConObjCount: {
|
|
76
|
-
type: NumberConstructor;
|
|
77
|
-
default: number;
|
|
78
|
-
};
|
|
79
|
-
}>> & {
|
|
80
|
-
onOnSave?: ((...args: any[]) => any) | undefined;
|
|
81
|
-
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
82
|
-
onHandleReset?: ((...args: any[]) => any) | undefined;
|
|
83
|
-
onOutSearchInit?: ((...args: any[]) => any) | undefined;
|
|
84
|
-
onGetParam?: ((...args: any[]) => any) | undefined;
|
|
85
|
-
}>>;
|
|
86
|
-
emit: (event: "onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit" | "getParam", ...args: any[]) => void;
|
|
87
|
-
baseLeftWidth: import("vue").Ref<number>;
|
|
88
|
-
classificationWidth: import("vue").Ref<number>;
|
|
89
|
-
quickSearchWidth: import("vue").Ref<number>;
|
|
90
|
-
diffWidth: import("vue").Ref<number>;
|
|
91
|
-
showResetFilterBtn: import("vue").Ref<boolean>;
|
|
92
|
-
resizeFlag: import("vue").Ref<boolean>;
|
|
93
|
-
outSearchFieldList: import("vue").Ref<{
|
|
94
|
-
columnName: string;
|
|
95
|
-
title: string;
|
|
96
|
-
fieldType?: string | undefined;
|
|
97
|
-
filterExplicit?: number | undefined;
|
|
98
|
-
isShowSearch?: number | undefined;
|
|
99
|
-
setting?: any;
|
|
100
|
-
settingObj?: any;
|
|
101
|
-
placeholder?: string | undefined;
|
|
102
|
-
AGEAttr?: boolean | undefined;
|
|
103
|
-
BIRTHDAY?: {
|
|
104
|
-
con: any;
|
|
105
|
-
limit_date?: any;
|
|
106
|
-
start_val: any;
|
|
107
|
-
end_val: any;
|
|
108
|
-
unit?: string | undefined;
|
|
109
|
-
units?: {
|
|
110
|
-
con: string;
|
|
111
|
-
title: string;
|
|
112
|
-
name: string;
|
|
113
|
-
units?: number | undefined;
|
|
114
|
-
}[] | undefined;
|
|
115
|
-
} | undefined;
|
|
116
|
-
DATE?: {
|
|
117
|
-
con: any;
|
|
118
|
-
limit_date?: any;
|
|
119
|
-
start_val: any;
|
|
120
|
-
end_val: any;
|
|
121
|
-
unit?: string | undefined;
|
|
122
|
-
units?: {
|
|
123
|
-
con: string;
|
|
124
|
-
title: string;
|
|
125
|
-
name: string;
|
|
126
|
-
units?: number | undefined;
|
|
127
|
-
}[] | undefined;
|
|
128
|
-
} | undefined;
|
|
129
|
-
CL?: string | undefined;
|
|
130
|
-
CONVERT?: any;
|
|
131
|
-
EVALUATEAttr?: boolean | undefined;
|
|
132
|
-
EQ?: string | undefined;
|
|
133
|
-
LABELAttr?: boolean | undefined;
|
|
134
|
-
_isBlock?: boolean | undefined;
|
|
135
|
-
_frontId?: any;
|
|
136
|
-
NUMBERFiled?: boolean | undefined;
|
|
137
|
-
PASSWORDTYPE?: boolean | undefined;
|
|
138
|
-
advanceColWidth?: string | undefined;
|
|
139
|
-
advanceOptionSetting?: string | undefined;
|
|
140
|
-
alias?: string | undefined;
|
|
141
|
-
ageObj?: any;
|
|
142
|
-
attr?: string | undefined;
|
|
143
|
-
bigValue?: string | number | undefined;
|
|
144
|
-
classify?: string | undefined;
|
|
145
|
-
colWidth?: number | undefined;
|
|
146
|
-
columnFullName?: string | undefined;
|
|
147
|
-
com?: string | undefined;
|
|
148
|
-
comType?: string | undefined;
|
|
149
|
-
comAttr?: string | undefined;
|
|
150
|
-
con?: string | undefined;
|
|
151
|
-
dataSource?: any;
|
|
152
|
-
dateTeam?: {
|
|
153
|
-
con: string;
|
|
154
|
-
title: string;
|
|
155
|
-
name: string;
|
|
156
|
-
units?: number | undefined;
|
|
157
|
-
}[] | undefined;
|
|
158
|
-
dictionarieObj?: any;
|
|
159
|
-
explicitRequired?: number | undefined;
|
|
160
|
-
explicitDefaultVal?: string | undefined;
|
|
161
|
-
extraField?: boolean | undefined;
|
|
162
|
-
fieldSetting?: string | undefined;
|
|
163
|
-
format?: string | undefined;
|
|
164
|
-
i18n?: string | undefined;
|
|
165
|
-
id?: string | undefined;
|
|
166
|
-
inputVal?: string | undefined;
|
|
167
|
-
inputUnit?: string | undefined;
|
|
168
|
-
isAvg?: number | undefined;
|
|
169
|
-
isEdit?: number | undefined;
|
|
170
|
-
isFixed?: number | undefined;
|
|
171
|
-
isFixedShow?: number | undefined;
|
|
172
|
-
isFontWeight?: number | undefined;
|
|
173
|
-
isMerge?: number | undefined;
|
|
174
|
-
isOrder?: number | undefined;
|
|
175
|
-
isPreciseSearch?: boolean | undefined;
|
|
176
|
-
isRender?: boolean | undefined;
|
|
177
|
-
isSearch?: number | undefined;
|
|
178
|
-
isShow?: number | undefined;
|
|
179
|
-
isSort?: number | undefined;
|
|
180
|
-
isSum?: number | undefined;
|
|
181
|
-
labelObj?: any;
|
|
182
|
-
labelList?: {
|
|
183
|
-
labelId?: string | undefined;
|
|
184
|
-
change_text: string;
|
|
185
|
-
field_key: string;
|
|
186
|
-
filter: {
|
|
187
|
-
con: string;
|
|
188
|
-
conName?: string | undefined;
|
|
189
|
-
field_key: string;
|
|
190
|
-
key?: string | undefined;
|
|
191
|
-
value: string;
|
|
192
|
-
}[];
|
|
193
|
-
label: string;
|
|
194
|
-
labelName: string;
|
|
195
|
-
sqlExpression: string;
|
|
196
|
-
value: string;
|
|
197
|
-
isSelect?: boolean | undefined;
|
|
198
|
-
}[] | undefined;
|
|
199
|
-
labelSelectList?: {
|
|
200
|
-
labelId?: string | undefined;
|
|
201
|
-
change_text: string;
|
|
202
|
-
field_key: string;
|
|
203
|
-
filter: {
|
|
204
|
-
con: string;
|
|
205
|
-
conName?: string | undefined;
|
|
206
|
-
field_key: string;
|
|
207
|
-
key?: string | undefined;
|
|
208
|
-
value: string;
|
|
209
|
-
}[];
|
|
210
|
-
label: string;
|
|
211
|
-
labelName: string;
|
|
212
|
-
sqlExpression: string;
|
|
213
|
-
value: string;
|
|
214
|
-
isSelect?: boolean | undefined;
|
|
215
|
-
}[] | undefined;
|
|
216
|
-
lessValue?: string | number | undefined;
|
|
217
|
-
marginx?: string | undefined;
|
|
218
|
-
notParticipatingSearch?: number | undefined;
|
|
219
|
-
order?: string | undefined;
|
|
220
|
-
QUOTE?: any;
|
|
221
|
-
searchPageConfig?: any;
|
|
222
|
-
selecteds?: any;
|
|
223
|
-
sequence?: number | undefined;
|
|
224
|
-
showDate?: boolean | undefined;
|
|
225
|
-
showFormat?: string | undefined;
|
|
226
|
-
showTime?: boolean | undefined;
|
|
227
|
-
sid?: string | undefined;
|
|
228
|
-
start_val?: number | null | undefined;
|
|
229
|
-
end_val?: number | null | undefined;
|
|
230
|
-
tempCon?: any;
|
|
231
|
-
tableId?: string | undefined;
|
|
232
|
-
value?: any;
|
|
233
|
-
unit?: string | undefined;
|
|
234
|
-
widgetCfg?: any;
|
|
235
|
-
formTitle?: string | undefined;
|
|
236
|
-
random_key?: string | undefined;
|
|
237
|
-
widgetType?: any;
|
|
238
|
-
hasFieldList?: any;
|
|
239
|
-
search_DefaultValue?: any;
|
|
240
|
-
}[]>;
|
|
241
|
-
showQuickSearch: import("vue").ComputedRef<boolean>;
|
|
242
|
-
initOutSearchFieldList: (config?: any) => void;
|
|
243
|
-
pageResize: (obj: any) => any;
|
|
244
|
-
handleTileBtnWidth: () => void;
|
|
245
|
-
onResize: () => void;
|
|
246
|
-
isShowSetting: (v: string) => boolean;
|
|
247
|
-
foldQuickSearch: () => void;
|
|
248
|
-
outFilterChange: (config?: {}) => void;
|
|
249
|
-
getConObjParams: () => any;
|
|
250
|
-
getConObj: (arr: any) => any;
|
|
251
|
-
onSave: (obj: any, isOutFilter?: boolean, config?: {}) => void;
|
|
252
|
-
handleReset: () => void;
|
|
253
|
-
resetFunc: (arr: import("./src/types").ISearchType[]) => void;
|
|
254
|
-
vResize: {
|
|
255
|
-
mounted(el: any, binding: any): void;
|
|
256
|
-
};
|
|
257
|
-
RenderWidget: import("vue").DefineComponent<{
|
|
258
|
-
cfg: {
|
|
259
|
-
type: ObjectConstructor;
|
|
260
|
-
required: true;
|
|
261
|
-
};
|
|
262
|
-
modelValue: {
|
|
263
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
264
|
-
};
|
|
265
|
-
}, any, {
|
|
266
|
-
initialProps: {};
|
|
267
|
-
}, {
|
|
268
|
-
valueCp(): any;
|
|
269
|
-
}, {
|
|
270
|
-
search(): void;
|
|
271
|
-
getEleWidth(cfg: any): string | undefined;
|
|
272
|
-
initComponentProps(cfg: any): void;
|
|
273
|
-
generateWidget(cfg: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
274
|
-
[key: string]: any;
|
|
275
|
-
}> | null;
|
|
276
|
-
handleUpdate(val: any, widgetType: any, defValueUnit: any): void;
|
|
277
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
278
|
-
cfg: {
|
|
279
|
-
type: ObjectConstructor;
|
|
280
|
-
required: true;
|
|
281
|
-
};
|
|
282
|
-
modelValue: {
|
|
283
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
284
|
-
};
|
|
285
|
-
}>> & {
|
|
286
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
287
|
-
}, {}>;
|
|
288
|
-
NIcon: any;
|
|
289
|
-
NButton: any;
|
|
290
|
-
Search: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
291
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
292
|
-
iconClass: {
|
|
293
|
-
type: StringConstructor;
|
|
294
|
-
required: true;
|
|
295
|
-
default: string;
|
|
296
|
-
};
|
|
297
|
-
title: {
|
|
298
|
-
type: StringConstructor;
|
|
299
|
-
required: false;
|
|
300
|
-
default: string;
|
|
301
|
-
};
|
|
302
|
-
className: {
|
|
303
|
-
type: StringConstructor;
|
|
304
|
-
required: false;
|
|
305
|
-
};
|
|
306
|
-
}, {
|
|
307
|
-
props: {
|
|
308
|
-
iconClass: string;
|
|
309
|
-
title: string;
|
|
310
|
-
className?: string | undefined;
|
|
311
|
-
};
|
|
312
|
-
iconName: import("vue").ComputedRef<string>;
|
|
313
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
314
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
315
|
-
iconClass: {
|
|
316
|
-
type: StringConstructor;
|
|
317
|
-
required: true;
|
|
318
|
-
default: string;
|
|
319
|
-
};
|
|
320
|
-
title: {
|
|
321
|
-
type: StringConstructor;
|
|
322
|
-
required: false;
|
|
323
|
-
default: string;
|
|
324
|
-
};
|
|
325
|
-
className: {
|
|
326
|
-
type: StringConstructor;
|
|
327
|
-
required: false;
|
|
328
|
-
};
|
|
329
|
-
}>>, {
|
|
330
|
-
title: string;
|
|
331
|
-
iconClass: string;
|
|
332
|
-
}>;
|
|
333
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit" | "getParam")[], "onSave" | "foldQuickSearch" | "handleReset" | "outSearchInit" | "getParam", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
334
|
-
showSettings: {
|
|
335
|
-
type: import("vue").PropType<import("./src/types").IsettingsType>;
|
|
336
|
-
default: () => {};
|
|
337
|
-
};
|
|
338
|
-
searchFieldList: {
|
|
339
|
-
type: import("vue").PropType<import("./src/types").IApiServerType[]>;
|
|
340
|
-
default: () => never[];
|
|
341
|
-
};
|
|
342
|
-
classificationIndex: {
|
|
343
|
-
type: NumberConstructor;
|
|
344
|
-
};
|
|
345
|
-
qqConObjCount: {
|
|
346
|
-
type: NumberConstructor;
|
|
347
|
-
default: number;
|
|
348
|
-
};
|
|
349
|
-
}>> & {
|
|
350
|
-
onOnSave?: ((...args: any[]) => any) | undefined;
|
|
351
|
-
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
352
|
-
onHandleReset?: ((...args: any[]) => any) | undefined;
|
|
353
|
-
onOutSearchInit?: ((...args: any[]) => any) | undefined;
|
|
354
|
-
onGetParam?: ((...args: any[]) => any) | undefined;
|
|
355
|
-
}, {
|
|
356
|
-
showSettings: import("./src/types").IsettingsType;
|
|
357
|
-
searchFieldList: import("./src/types").IApiServerType[];
|
|
358
|
-
qqConObjCount: number;
|
|
359
|
-
}>>;
|
|
360
|
-
declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
361
|
-
searchFieldList: {
|
|
362
|
-
type: import("vue").PropType<import("./src/types").IApiServerType[]>;
|
|
363
|
-
default: () => never[];
|
|
364
|
-
};
|
|
365
|
-
tableId: {
|
|
366
|
-
type: StringConstructor;
|
|
367
|
-
default: string;
|
|
368
|
-
};
|
|
369
|
-
source: {
|
|
370
|
-
type: StringConstructor;
|
|
371
|
-
default: string;
|
|
372
|
-
};
|
|
373
|
-
quickSearchListObj: {
|
|
374
|
-
type: import("vue").PropType<import("./src/types").IConditionMapType>;
|
|
375
|
-
default: () => {};
|
|
376
|
-
};
|
|
377
|
-
filterApiConfig: {
|
|
378
|
-
type: ObjectConstructor;
|
|
379
|
-
};
|
|
380
|
-
}, {
|
|
381
|
-
rules: {
|
|
382
|
-
classname: {
|
|
383
|
-
required: boolean;
|
|
384
|
-
message: string;
|
|
385
|
-
trigger: string[];
|
|
386
|
-
};
|
|
387
|
-
};
|
|
388
|
-
attrs: any;
|
|
389
|
-
$message: import("naive-ui").MessageApi;
|
|
390
|
-
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
391
|
-
outQuickSearchFn: {
|
|
392
|
-
handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
393
|
-
handlerInitSearchItem(arr: import("./src/types").ISearchType[]): void;
|
|
394
|
-
handleSetLabelOptions(labelType: any, el: import("./src/types").ISearchType): void;
|
|
395
|
-
getConObj(arr: any): any;
|
|
396
|
-
};
|
|
397
|
-
initRenderWidgetCfg: (cfg: import("./src/types").ISearchType) => any;
|
|
398
|
-
getRenderSearchConObj: (cfg: import("./src/types").ISearchType) => {
|
|
399
|
-
field_key: string;
|
|
400
|
-
con: string | undefined;
|
|
401
|
-
value: any[] | null;
|
|
402
|
-
unit: null;
|
|
403
|
-
} | null;
|
|
404
|
-
resetRenderWidgetValue: (cfg: import("./src/types").ISearchType) => any;
|
|
405
|
-
transformData: (advancedFilterData: import("./src/types").IApiServerType[]) => {
|
|
406
|
-
fieldType: string;
|
|
407
|
-
columnName: string;
|
|
408
|
-
settingObj: {};
|
|
409
|
-
setting: string;
|
|
410
|
-
widgetCfg: {
|
|
411
|
-
isRender: boolean;
|
|
412
|
-
widgetType: string | null;
|
|
413
|
-
valueList: {
|
|
414
|
-
value: any;
|
|
415
|
-
label: string;
|
|
416
|
-
}[] | undefined;
|
|
417
|
-
defaultValue: any;
|
|
418
|
-
defValueUnit: any;
|
|
419
|
-
multiple: boolean;
|
|
420
|
-
};
|
|
421
|
-
title: string;
|
|
422
|
-
alias: string | undefined;
|
|
423
|
-
isShowSearch: number;
|
|
424
|
-
filterExplicit: number;
|
|
425
|
-
explicitRequired: number;
|
|
426
|
-
advanceOptionSetting: string;
|
|
427
|
-
placeholder: string | undefined;
|
|
428
|
-
advanceColWidth: string;
|
|
429
|
-
}[];
|
|
430
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
431
|
-
searchFieldList: {
|
|
432
|
-
type: import("vue").PropType<import("./src/types").IApiServerType[]>;
|
|
433
|
-
default: () => never[];
|
|
434
|
-
};
|
|
435
|
-
tableId: {
|
|
436
|
-
type: StringConstructor;
|
|
437
|
-
default: string;
|
|
438
|
-
};
|
|
439
|
-
source: {
|
|
440
|
-
type: StringConstructor;
|
|
441
|
-
default: string;
|
|
442
|
-
};
|
|
443
|
-
quickSearchListObj: {
|
|
444
|
-
type: import("vue").PropType<import("./src/types").IConditionMapType>;
|
|
445
|
-
default: () => {};
|
|
446
|
-
};
|
|
447
|
-
filterApiConfig: {
|
|
448
|
-
type: ObjectConstructor;
|
|
449
|
-
};
|
|
450
|
-
}>> & {
|
|
451
|
-
onOnSave?: ((...args: any[]) => any) | undefined;
|
|
452
|
-
onGetParam?: ((...args: any[]) => any) | undefined;
|
|
453
|
-
onFilterCountChange?: ((...args: any[]) => any) | undefined;
|
|
454
|
-
onCloseModal?: ((...args: any[]) => any) | undefined;
|
|
455
|
-
onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
|
|
456
|
-
onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
|
|
457
|
-
}>>;
|
|
458
|
-
emit: (event: "onSave" | "getParam" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig", ...args: any[]) => void;
|
|
459
|
-
ageAttrDomList: any;
|
|
460
|
-
formRef: any;
|
|
461
|
-
formValue: import("vue").Ref<{
|
|
462
|
-
classname: string;
|
|
463
|
-
}>;
|
|
464
|
-
showInner: import("vue").Ref<boolean>;
|
|
465
|
-
quickSearch: import("vue").Ref<{
|
|
466
|
-
columnName: string;
|
|
467
|
-
title: string;
|
|
468
|
-
fieldType?: string | undefined;
|
|
469
|
-
filterExplicit?: number | undefined;
|
|
470
|
-
isShowSearch?: number | undefined;
|
|
471
|
-
setting?: any;
|
|
472
|
-
settingObj?: any;
|
|
473
|
-
placeholder?: string | undefined;
|
|
474
|
-
AGEAttr?: boolean | undefined;
|
|
475
|
-
BIRTHDAY?: {
|
|
476
|
-
con: any;
|
|
477
|
-
limit_date?: any;
|
|
478
|
-
start_val: any;
|
|
479
|
-
end_val: any;
|
|
480
|
-
unit?: string | undefined;
|
|
481
|
-
units?: {
|
|
482
|
-
con: string;
|
|
483
|
-
title: string;
|
|
484
|
-
name: string;
|
|
485
|
-
units?: number | undefined;
|
|
486
|
-
}[] | undefined;
|
|
487
|
-
} | undefined;
|
|
488
|
-
DATE?: {
|
|
489
|
-
con: any;
|
|
490
|
-
limit_date?: any;
|
|
491
|
-
start_val: any;
|
|
492
|
-
end_val: any;
|
|
493
|
-
unit?: string | undefined;
|
|
494
|
-
units?: {
|
|
495
|
-
con: string;
|
|
496
|
-
title: string;
|
|
497
|
-
name: string;
|
|
498
|
-
units?: number | undefined;
|
|
499
|
-
}[] | undefined;
|
|
500
|
-
} | undefined;
|
|
501
|
-
CL?: string | undefined;
|
|
502
|
-
CONVERT?: any;
|
|
503
|
-
EVALUATEAttr?: boolean | undefined;
|
|
504
|
-
EQ?: string | undefined;
|
|
505
|
-
LABELAttr?: boolean | undefined;
|
|
506
|
-
_isBlock?: boolean | undefined;
|
|
507
|
-
_frontId?: any;
|
|
508
|
-
NUMBERFiled?: boolean | undefined;
|
|
509
|
-
PASSWORDTYPE?: boolean | undefined;
|
|
510
|
-
advanceColWidth?: string | undefined;
|
|
511
|
-
advanceOptionSetting?: string | undefined;
|
|
512
|
-
alias?: string | undefined;
|
|
513
|
-
ageObj?: any;
|
|
514
|
-
attr?: string | undefined;
|
|
515
|
-
bigValue?: string | number | undefined;
|
|
516
|
-
classify?: string | undefined;
|
|
517
|
-
colWidth?: number | undefined;
|
|
518
|
-
columnFullName?: string | undefined;
|
|
519
|
-
com?: string | undefined;
|
|
520
|
-
comType?: string | undefined;
|
|
521
|
-
comAttr?: string | undefined;
|
|
522
|
-
con?: string | undefined;
|
|
523
|
-
dataSource?: any;
|
|
524
|
-
dateTeam?: {
|
|
525
|
-
con: string;
|
|
526
|
-
title: string;
|
|
527
|
-
name: string;
|
|
528
|
-
units?: number | undefined;
|
|
529
|
-
}[] | undefined;
|
|
530
|
-
dictionarieObj?: any;
|
|
531
|
-
explicitRequired?: number | undefined;
|
|
532
|
-
explicitDefaultVal?: string | undefined;
|
|
533
|
-
extraField?: boolean | undefined;
|
|
534
|
-
fieldSetting?: string | undefined;
|
|
535
|
-
format?: string | undefined;
|
|
536
|
-
i18n?: string | undefined;
|
|
537
|
-
id?: string | undefined;
|
|
538
|
-
inputVal?: string | undefined;
|
|
539
|
-
inputUnit?: string | undefined;
|
|
540
|
-
isAvg?: number | undefined;
|
|
541
|
-
isEdit?: number | undefined;
|
|
542
|
-
isFixed?: number | undefined;
|
|
543
|
-
isFixedShow?: number | undefined;
|
|
544
|
-
isFontWeight?: number | undefined;
|
|
545
|
-
isMerge?: number | undefined;
|
|
546
|
-
isOrder?: number | undefined;
|
|
547
|
-
isPreciseSearch?: boolean | undefined;
|
|
548
|
-
isRender?: boolean | undefined;
|
|
549
|
-
isSearch?: number | undefined;
|
|
550
|
-
isShow?: number | undefined;
|
|
551
|
-
isSort?: number | undefined;
|
|
552
|
-
isSum?: number | undefined;
|
|
553
|
-
labelObj?: any;
|
|
554
|
-
labelList?: {
|
|
555
|
-
labelId?: string | undefined;
|
|
556
|
-
change_text: string;
|
|
557
|
-
field_key: string;
|
|
558
|
-
filter: {
|
|
559
|
-
con: string;
|
|
560
|
-
conName?: string | undefined;
|
|
561
|
-
field_key: string;
|
|
562
|
-
key?: string | undefined;
|
|
563
|
-
value: string;
|
|
564
|
-
}[];
|
|
565
|
-
label: string;
|
|
566
|
-
labelName: string;
|
|
567
|
-
sqlExpression: string;
|
|
568
|
-
value: string;
|
|
569
|
-
isSelect?: boolean | undefined;
|
|
570
|
-
}[] | undefined;
|
|
571
|
-
labelSelectList?: {
|
|
572
|
-
labelId?: string | undefined;
|
|
573
|
-
change_text: string;
|
|
574
|
-
field_key: string;
|
|
575
|
-
filter: {
|
|
576
|
-
con: string;
|
|
577
|
-
conName?: string | undefined;
|
|
578
|
-
field_key: string;
|
|
579
|
-
key?: string | undefined;
|
|
580
|
-
value: string;
|
|
581
|
-
}[];
|
|
582
|
-
label: string;
|
|
583
|
-
labelName: string;
|
|
584
|
-
sqlExpression: string;
|
|
585
|
-
value: string;
|
|
586
|
-
isSelect?: boolean | undefined;
|
|
587
|
-
}[] | undefined;
|
|
588
|
-
lessValue?: string | number | undefined;
|
|
589
|
-
marginx?: string | undefined;
|
|
590
|
-
notParticipatingSearch?: number | undefined;
|
|
591
|
-
order?: string | undefined;
|
|
592
|
-
QUOTE?: any;
|
|
593
|
-
searchPageConfig?: any;
|
|
594
|
-
selecteds?: any;
|
|
595
|
-
sequence?: number | undefined;
|
|
596
|
-
showDate?: boolean | undefined;
|
|
597
|
-
showFormat?: string | undefined;
|
|
598
|
-
showTime?: boolean | undefined;
|
|
599
|
-
sid?: string | undefined;
|
|
600
|
-
start_val?: number | null | undefined;
|
|
601
|
-
end_val?: number | null | undefined;
|
|
602
|
-
tempCon?: any;
|
|
603
|
-
tableId?: string | undefined;
|
|
604
|
-
value?: any;
|
|
605
|
-
unit?: string | undefined;
|
|
606
|
-
widgetCfg?: any;
|
|
607
|
-
formTitle?: string | undefined;
|
|
608
|
-
random_key?: string | undefined;
|
|
609
|
-
widgetType?: any;
|
|
610
|
-
hasFieldList?: any;
|
|
611
|
-
search_DefaultValue?: any;
|
|
612
|
-
}[]>;
|
|
613
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
|
614
|
-
modalWidth: import("vue").Ref<string>;
|
|
615
|
-
modalHeight: import("vue").Ref<string>;
|
|
616
|
-
parentNames: import("vue").Ref<{
|
|
617
|
-
disabled: boolean;
|
|
618
|
-
isAdd?: boolean | undefined;
|
|
619
|
-
selected: boolean;
|
|
620
|
-
value: string;
|
|
621
|
-
}[]>;
|
|
622
|
-
showAdd: import("vue").Ref<boolean>;
|
|
623
|
-
addVal: import("vue").Ref<string>;
|
|
624
|
-
parentNamesHasAdd: import("vue").ComputedRef<boolean>;
|
|
625
|
-
handleName: import("vue").ComputedRef<(item: import("./src/types").ISearchType, key?: string) => any>;
|
|
626
|
-
init: () => void;
|
|
627
|
-
handleParentName: () => void;
|
|
628
|
-
onSave: () => {
|
|
629
|
-
columnName: string;
|
|
630
|
-
title: string;
|
|
631
|
-
fieldType?: string | undefined;
|
|
632
|
-
filterExplicit?: number | undefined;
|
|
633
|
-
isShowSearch?: number | undefined;
|
|
634
|
-
setting?: any;
|
|
635
|
-
settingObj?: any;
|
|
636
|
-
placeholder?: string | undefined;
|
|
637
|
-
AGEAttr?: boolean | undefined;
|
|
638
|
-
BIRTHDAY?: {
|
|
639
|
-
con: any;
|
|
640
|
-
limit_date?: any;
|
|
641
|
-
start_val: any;
|
|
642
|
-
end_val: any;
|
|
643
|
-
unit?: string | undefined;
|
|
644
|
-
units?: {
|
|
645
|
-
con: string;
|
|
646
|
-
title: string;
|
|
647
|
-
name: string;
|
|
648
|
-
units?: number | undefined;
|
|
649
|
-
}[] | undefined;
|
|
650
|
-
} | undefined;
|
|
651
|
-
DATE?: {
|
|
652
|
-
con: any;
|
|
653
|
-
limit_date?: any;
|
|
654
|
-
start_val: any;
|
|
655
|
-
end_val: any;
|
|
656
|
-
unit?: string | undefined;
|
|
657
|
-
units?: {
|
|
658
|
-
con: string;
|
|
659
|
-
title: string;
|
|
660
|
-
name: string;
|
|
661
|
-
units?: number | undefined;
|
|
662
|
-
}[] | undefined;
|
|
663
|
-
} | undefined;
|
|
664
|
-
CL?: string | undefined;
|
|
665
|
-
CONVERT?: any;
|
|
666
|
-
EVALUATEAttr?: boolean | undefined;
|
|
667
|
-
EQ?: string | undefined;
|
|
668
|
-
LABELAttr?: boolean | undefined;
|
|
669
|
-
_isBlock?: boolean | undefined;
|
|
670
|
-
_frontId?: any;
|
|
671
|
-
NUMBERFiled?: boolean | undefined;
|
|
672
|
-
PASSWORDTYPE?: boolean | undefined;
|
|
673
|
-
advanceColWidth?: string | undefined;
|
|
674
|
-
advanceOptionSetting?: string | undefined;
|
|
675
|
-
alias?: string | undefined;
|
|
676
|
-
ageObj?: any;
|
|
677
|
-
attr?: string | undefined;
|
|
678
|
-
bigValue?: string | number | undefined;
|
|
679
|
-
classify?: string | undefined;
|
|
680
|
-
colWidth?: number | undefined;
|
|
681
|
-
columnFullName?: string | undefined;
|
|
682
|
-
com?: string | undefined;
|
|
683
|
-
comType?: string | undefined;
|
|
684
|
-
comAttr?: string | undefined;
|
|
685
|
-
con?: string | undefined;
|
|
686
|
-
dataSource?: any;
|
|
687
|
-
dateTeam?: {
|
|
688
|
-
con: string;
|
|
689
|
-
title: string;
|
|
690
|
-
name: string;
|
|
691
|
-
units?: number | undefined;
|
|
692
|
-
}[] | undefined;
|
|
693
|
-
dictionarieObj?: any;
|
|
694
|
-
explicitRequired?: number | undefined;
|
|
695
|
-
explicitDefaultVal?: string | undefined;
|
|
696
|
-
extraField?: boolean | undefined;
|
|
697
|
-
fieldSetting?: string | undefined;
|
|
698
|
-
format?: string | undefined;
|
|
699
|
-
i18n?: string | undefined;
|
|
700
|
-
id?: string | undefined;
|
|
701
|
-
inputVal?: string | undefined;
|
|
702
|
-
inputUnit?: string | undefined;
|
|
703
|
-
isAvg?: number | undefined;
|
|
704
|
-
isEdit?: number | undefined;
|
|
705
|
-
isFixed?: number | undefined;
|
|
706
|
-
isFixedShow?: number | undefined;
|
|
707
|
-
isFontWeight?: number | undefined;
|
|
708
|
-
isMerge?: number | undefined;
|
|
709
|
-
isOrder?: number | undefined;
|
|
710
|
-
isPreciseSearch?: boolean | undefined;
|
|
711
|
-
isRender?: boolean | undefined;
|
|
712
|
-
isSearch?: number | undefined;
|
|
713
|
-
isShow?: number | undefined;
|
|
714
|
-
isSort?: number | undefined;
|
|
715
|
-
isSum?: number | undefined;
|
|
716
|
-
labelObj?: any;
|
|
717
|
-
labelList?: {
|
|
718
|
-
labelId?: string | undefined;
|
|
719
|
-
change_text: string;
|
|
720
|
-
field_key: string;
|
|
721
|
-
filter: {
|
|
722
|
-
con: string;
|
|
723
|
-
conName?: string | undefined;
|
|
724
|
-
field_key: string;
|
|
725
|
-
key?: string | undefined;
|
|
726
|
-
value: string;
|
|
727
|
-
}[];
|
|
728
|
-
label: string;
|
|
729
|
-
labelName: string;
|
|
730
|
-
sqlExpression: string;
|
|
731
|
-
value: string;
|
|
732
|
-
isSelect?: boolean | undefined;
|
|
733
|
-
}[] | undefined;
|
|
734
|
-
labelSelectList?: {
|
|
735
|
-
labelId?: string | undefined;
|
|
736
|
-
change_text: string;
|
|
737
|
-
field_key: string;
|
|
738
|
-
filter: {
|
|
739
|
-
con: string;
|
|
740
|
-
conName?: string | undefined;
|
|
741
|
-
field_key: string;
|
|
742
|
-
key?: string | undefined;
|
|
743
|
-
value: string;
|
|
744
|
-
}[];
|
|
745
|
-
label: string;
|
|
746
|
-
labelName: string;
|
|
747
|
-
sqlExpression: string;
|
|
748
|
-
value: string;
|
|
749
|
-
isSelect?: boolean | undefined;
|
|
750
|
-
}[] | undefined;
|
|
751
|
-
lessValue?: string | number | undefined;
|
|
752
|
-
marginx?: string | undefined;
|
|
753
|
-
notParticipatingSearch?: number | undefined;
|
|
754
|
-
order?: string | undefined;
|
|
755
|
-
QUOTE?: any;
|
|
756
|
-
searchPageConfig?: any;
|
|
757
|
-
selecteds?: any;
|
|
758
|
-
sequence?: number | undefined;
|
|
759
|
-
showDate?: boolean | undefined;
|
|
760
|
-
showFormat?: string | undefined;
|
|
761
|
-
showTime?: boolean | undefined;
|
|
762
|
-
sid?: string | undefined;
|
|
763
|
-
start_val?: number | null | undefined;
|
|
764
|
-
end_val?: number | null | undefined;
|
|
765
|
-
tempCon?: any;
|
|
766
|
-
tableId?: string | undefined;
|
|
767
|
-
value?: any;
|
|
768
|
-
unit?: string | undefined;
|
|
769
|
-
widgetCfg?: any;
|
|
770
|
-
formTitle?: string | undefined;
|
|
771
|
-
random_key?: string | undefined;
|
|
772
|
-
widgetType?: any;
|
|
773
|
-
hasFieldList?: any;
|
|
774
|
-
search_DefaultValue?: any;
|
|
775
|
-
}[];
|
|
776
|
-
getMergeConObj: () => any;
|
|
777
|
-
getConObjParams: () => any;
|
|
778
|
-
closeModal: () => void;
|
|
779
|
-
resetChangeWindow: () => void;
|
|
780
|
-
openSaveToCalss: () => void;
|
|
781
|
-
getConObj: (arr: import("./src/types").ISearchType[]) => any;
|
|
782
|
-
saveToCalss: () => void;
|
|
783
|
-
handleParentNamesAdd: (e: Event) => void;
|
|
784
|
-
hanldeBlur: () => void;
|
|
785
|
-
editParentName: (e: Event, item: import("./src/types").IParentNamesType) => void;
|
|
786
|
-
handleParentNameSelect: (item: import("./src/types").IParentNamesType, index: number) => void;
|
|
787
|
-
handleParentNamesRemove: (index: number, item: import("./src/types").IParentNamesType) => void;
|
|
788
|
-
handleParent: (index: number, item: import("./src/types").IParentNamesType) => void;
|
|
789
|
-
saveTableCondiTion: (params: import("./src/types").ISaveType) => Promise<void>;
|
|
790
|
-
cancelSaveToCalss: () => void;
|
|
791
|
-
clearData: () => void;
|
|
792
|
-
handlerReset: (arr: import("./src/types").ISearchType[]) => void;
|
|
793
|
-
NForm: any;
|
|
794
|
-
NFormItem: import("vue").DefineComponent<{
|
|
795
|
-
readonly label: StringConstructor;
|
|
796
|
-
readonly labelWidth: import("vue").PropType<string | number>;
|
|
797
|
-
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
798
|
-
readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
799
|
-
readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
800
|
-
readonly path: StringConstructor;
|
|
801
|
-
readonly first: BooleanConstructor;
|
|
802
|
-
readonly rulePath: StringConstructor;
|
|
803
|
-
readonly required: BooleanConstructor;
|
|
804
|
-
readonly showRequireMark: {
|
|
805
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
806
|
-
readonly default: undefined;
|
|
807
|
-
};
|
|
808
|
-
readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
|
|
809
|
-
readonly showFeedback: {
|
|
810
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
811
|
-
readonly default: undefined;
|
|
812
|
-
};
|
|
813
|
-
readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
814
|
-
readonly size: import("vue").PropType<"small" | "medium" | "large">;
|
|
815
|
-
readonly ignorePathChange: BooleanConstructor;
|
|
816
|
-
readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
|
|
817
|
-
readonly feedback: StringConstructor;
|
|
818
|
-
readonly showLabel: {
|
|
819
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
820
|
-
readonly default: undefined;
|
|
821
|
-
};
|
|
822
|
-
readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
|
|
823
|
-
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
824
|
-
blankHeightSmall: string;
|
|
825
|
-
blankHeightMedium: string;
|
|
826
|
-
blankHeightLarge: string;
|
|
827
|
-
lineHeight: string;
|
|
828
|
-
labelTextColor: string;
|
|
829
|
-
asteriskColor: string;
|
|
830
|
-
feedbackTextColorError: string;
|
|
831
|
-
feedbackTextColorWarning: string;
|
|
832
|
-
feedbackTextColor: string;
|
|
833
|
-
feedbackPadding: string;
|
|
834
|
-
feedbackHeightSmall: string;
|
|
835
|
-
feedbackHeightMedium: string;
|
|
836
|
-
feedbackHeightLarge: string;
|
|
837
|
-
feedbackFontSizeSmall: string;
|
|
838
|
-
feedbackFontSizeMedium: string;
|
|
839
|
-
feedbackFontSizeLarge: string;
|
|
840
|
-
labelFontSizeLeftSmall: string;
|
|
841
|
-
labelFontSizeLeftMedium: string;
|
|
842
|
-
labelFontSizeLeftLarge: string;
|
|
843
|
-
labelFontSizeTopSmall: string;
|
|
844
|
-
labelFontSizeTopMedium: string;
|
|
845
|
-
labelFontSizeTopLarge: string;
|
|
846
|
-
labelHeightSmall: string;
|
|
847
|
-
labelHeightMedium: string;
|
|
848
|
-
labelHeightLarge: string;
|
|
849
|
-
labelPaddingVertical: string;
|
|
850
|
-
labelPaddingHorizontal: string;
|
|
851
|
-
labelTextAlignVertical: string;
|
|
852
|
-
labelTextAlignHorizontal: string;
|
|
853
|
-
}, any>>;
|
|
854
|
-
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
855
|
-
blankHeightSmall: string;
|
|
856
|
-
blankHeightMedium: string;
|
|
857
|
-
blankHeightLarge: string;
|
|
858
|
-
lineHeight: string;
|
|
859
|
-
labelTextColor: string;
|
|
860
|
-
asteriskColor: string;
|
|
861
|
-
feedbackTextColorError: string;
|
|
862
|
-
feedbackTextColorWarning: string;
|
|
863
|
-
feedbackTextColor: string;
|
|
864
|
-
feedbackPadding: string;
|
|
865
|
-
feedbackHeightSmall: string;
|
|
866
|
-
feedbackHeightMedium: string;
|
|
867
|
-
feedbackHeightLarge: string;
|
|
868
|
-
feedbackFontSizeSmall: string;
|
|
869
|
-
feedbackFontSizeMedium: string;
|
|
870
|
-
feedbackFontSizeLarge: string;
|
|
871
|
-
labelFontSizeLeftSmall: string;
|
|
872
|
-
labelFontSizeLeftMedium: string;
|
|
873
|
-
labelFontSizeLeftLarge: string;
|
|
874
|
-
labelFontSizeTopSmall: string;
|
|
875
|
-
labelFontSizeTopMedium: string;
|
|
876
|
-
labelFontSizeTopLarge: string;
|
|
877
|
-
labelHeightSmall: string;
|
|
878
|
-
labelHeightMedium: string;
|
|
879
|
-
labelHeightLarge: string;
|
|
880
|
-
labelPaddingVertical: string;
|
|
881
|
-
labelPaddingHorizontal: string;
|
|
882
|
-
labelTextAlignVertical: string;
|
|
883
|
-
labelTextAlignHorizontal: string;
|
|
884
|
-
}, any>>>;
|
|
885
|
-
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
886
|
-
blankHeightSmall: string;
|
|
887
|
-
blankHeightMedium: string;
|
|
888
|
-
blankHeightLarge: string;
|
|
889
|
-
lineHeight: string;
|
|
890
|
-
labelTextColor: string;
|
|
891
|
-
asteriskColor: string;
|
|
892
|
-
feedbackTextColorError: string;
|
|
893
|
-
feedbackTextColorWarning: string;
|
|
894
|
-
feedbackTextColor: string;
|
|
895
|
-
feedbackPadding: string;
|
|
896
|
-
feedbackHeightSmall: string;
|
|
897
|
-
feedbackHeightMedium: string;
|
|
898
|
-
feedbackHeightLarge: string;
|
|
899
|
-
feedbackFontSizeSmall: string;
|
|
900
|
-
feedbackFontSizeMedium: string;
|
|
901
|
-
feedbackFontSizeLarge: string;
|
|
902
|
-
labelFontSizeLeftSmall: string;
|
|
903
|
-
labelFontSizeLeftMedium: string;
|
|
904
|
-
labelFontSizeLeftLarge: string;
|
|
905
|
-
labelFontSizeTopSmall: string;
|
|
906
|
-
labelFontSizeTopMedium: string;
|
|
907
|
-
labelFontSizeTopLarge: string;
|
|
908
|
-
labelHeightSmall: string;
|
|
909
|
-
labelHeightMedium: string;
|
|
910
|
-
labelHeightLarge: string;
|
|
911
|
-
labelPaddingVertical: string;
|
|
912
|
-
labelPaddingHorizontal: string;
|
|
913
|
-
labelTextAlignVertical: string;
|
|
914
|
-
labelTextAlignHorizontal: string;
|
|
915
|
-
}, any>>>;
|
|
916
|
-
}, {
|
|
917
|
-
cssVars: import("vue").ComputedRef<{
|
|
918
|
-
'--n-bezier': string;
|
|
919
|
-
'--n-line-height': string;
|
|
920
|
-
'--n-blank-height': string;
|
|
921
|
-
'--n-label-font-size': string;
|
|
922
|
-
'--n-label-text-align': string;
|
|
923
|
-
'--n-label-height': string;
|
|
924
|
-
'--n-label-padding': string;
|
|
925
|
-
'--n-asterisk-color': string;
|
|
926
|
-
'--n-label-text-color': string;
|
|
927
|
-
'--n-feedback-padding': string;
|
|
928
|
-
'--n-feedback-font-size': string;
|
|
929
|
-
'--n-feedback-height': string;
|
|
930
|
-
'--n-feedback-text-color': string;
|
|
931
|
-
'--n-feedback-text-color-warning': string;
|
|
932
|
-
'--n-feedback-text-color-error': string;
|
|
933
|
-
}> | undefined;
|
|
934
|
-
themeClass: import("vue").Ref<string>;
|
|
935
|
-
onRender: () => void;
|
|
936
|
-
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
937
|
-
restoreValidation: () => void;
|
|
938
|
-
path?: string | undefined;
|
|
939
|
-
internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
|
|
940
|
-
mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
|
|
941
|
-
validationErrored: import("vue").Ref<boolean>;
|
|
942
|
-
mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
|
|
943
|
-
mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
944
|
-
mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
|
|
945
|
-
mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
|
|
946
|
-
mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
|
|
947
|
-
mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
|
|
948
|
-
mergedShowFeedback: import("vue").ComputedRef<boolean>;
|
|
949
|
-
mergedShowLabel: import("vue").ComputedRef<boolean>;
|
|
950
|
-
isAutoLabelWidth: import("vue").ComputedRef<boolean>;
|
|
951
|
-
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
952
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
953
|
-
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
954
|
-
feedbackId: import("vue").Ref<string>;
|
|
955
|
-
renderExplains: import("vue").Ref<{
|
|
956
|
-
key: string;
|
|
957
|
-
render: () => import("vue").VNodeChild;
|
|
958
|
-
}[]>;
|
|
959
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
960
|
-
readonly label: StringConstructor;
|
|
961
|
-
readonly labelWidth: import("vue").PropType<string | number>;
|
|
962
|
-
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
963
|
-
readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
964
|
-
readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
965
|
-
readonly path: StringConstructor;
|
|
966
|
-
readonly first: BooleanConstructor;
|
|
967
|
-
readonly rulePath: StringConstructor;
|
|
968
|
-
readonly required: BooleanConstructor;
|
|
969
|
-
readonly showRequireMark: {
|
|
970
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
971
|
-
readonly default: undefined;
|
|
972
|
-
};
|
|
973
|
-
readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
|
|
974
|
-
readonly showFeedback: {
|
|
975
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
976
|
-
readonly default: undefined;
|
|
977
|
-
};
|
|
978
|
-
readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
979
|
-
readonly size: import("vue").PropType<"small" | "medium" | "large">;
|
|
980
|
-
readonly ignorePathChange: BooleanConstructor;
|
|
981
|
-
readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
|
|
982
|
-
readonly feedback: StringConstructor;
|
|
983
|
-
readonly showLabel: {
|
|
984
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
985
|
-
readonly default: undefined;
|
|
986
|
-
};
|
|
987
|
-
readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
|
|
988
|
-
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
989
|
-
blankHeightSmall: string;
|
|
990
|
-
blankHeightMedium: string;
|
|
991
|
-
blankHeightLarge: string;
|
|
992
|
-
lineHeight: string;
|
|
993
|
-
labelTextColor: string;
|
|
994
|
-
asteriskColor: string;
|
|
995
|
-
feedbackTextColorError: string;
|
|
996
|
-
feedbackTextColorWarning: string;
|
|
997
|
-
feedbackTextColor: string;
|
|
998
|
-
feedbackPadding: string;
|
|
999
|
-
feedbackHeightSmall: string;
|
|
1000
|
-
feedbackHeightMedium: string;
|
|
1001
|
-
feedbackHeightLarge: string;
|
|
1002
|
-
feedbackFontSizeSmall: string;
|
|
1003
|
-
feedbackFontSizeMedium: string;
|
|
1004
|
-
feedbackFontSizeLarge: string;
|
|
1005
|
-
labelFontSizeLeftSmall: string;
|
|
1006
|
-
labelFontSizeLeftMedium: string;
|
|
1007
|
-
labelFontSizeLeftLarge: string;
|
|
1008
|
-
labelFontSizeTopSmall: string;
|
|
1009
|
-
labelFontSizeTopMedium: string;
|
|
1010
|
-
labelFontSizeTopLarge: string;
|
|
1011
|
-
labelHeightSmall: string;
|
|
1012
|
-
labelHeightMedium: string;
|
|
1013
|
-
labelHeightLarge: string;
|
|
1014
|
-
labelPaddingVertical: string;
|
|
1015
|
-
labelPaddingHorizontal: string;
|
|
1016
|
-
labelTextAlignVertical: string;
|
|
1017
|
-
labelTextAlignHorizontal: string;
|
|
1018
|
-
}, any>>;
|
|
1019
|
-
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1020
|
-
blankHeightSmall: string;
|
|
1021
|
-
blankHeightMedium: string;
|
|
1022
|
-
blankHeightLarge: string;
|
|
1023
|
-
lineHeight: string;
|
|
1024
|
-
labelTextColor: string;
|
|
1025
|
-
asteriskColor: string;
|
|
1026
|
-
feedbackTextColorError: string;
|
|
1027
|
-
feedbackTextColorWarning: string;
|
|
1028
|
-
feedbackTextColor: string;
|
|
1029
|
-
feedbackPadding: string;
|
|
1030
|
-
feedbackHeightSmall: string;
|
|
1031
|
-
feedbackHeightMedium: string;
|
|
1032
|
-
feedbackHeightLarge: string;
|
|
1033
|
-
feedbackFontSizeSmall: string;
|
|
1034
|
-
feedbackFontSizeMedium: string;
|
|
1035
|
-
feedbackFontSizeLarge: string;
|
|
1036
|
-
labelFontSizeLeftSmall: string;
|
|
1037
|
-
labelFontSizeLeftMedium: string;
|
|
1038
|
-
labelFontSizeLeftLarge: string;
|
|
1039
|
-
labelFontSizeTopSmall: string;
|
|
1040
|
-
labelFontSizeTopMedium: string;
|
|
1041
|
-
labelFontSizeTopLarge: string;
|
|
1042
|
-
labelHeightSmall: string;
|
|
1043
|
-
labelHeightMedium: string;
|
|
1044
|
-
labelHeightLarge: string;
|
|
1045
|
-
labelPaddingVertical: string;
|
|
1046
|
-
labelPaddingHorizontal: string;
|
|
1047
|
-
labelTextAlignVertical: string;
|
|
1048
|
-
labelTextAlignHorizontal: string;
|
|
1049
|
-
}, any>>>;
|
|
1050
|
-
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1051
|
-
blankHeightSmall: string;
|
|
1052
|
-
blankHeightMedium: string;
|
|
1053
|
-
blankHeightLarge: string;
|
|
1054
|
-
lineHeight: string;
|
|
1055
|
-
labelTextColor: string;
|
|
1056
|
-
asteriskColor: string;
|
|
1057
|
-
feedbackTextColorError: string;
|
|
1058
|
-
feedbackTextColorWarning: string;
|
|
1059
|
-
feedbackTextColor: string;
|
|
1060
|
-
feedbackPadding: string;
|
|
1061
|
-
feedbackHeightSmall: string;
|
|
1062
|
-
feedbackHeightMedium: string;
|
|
1063
|
-
feedbackHeightLarge: string;
|
|
1064
|
-
feedbackFontSizeSmall: string;
|
|
1065
|
-
feedbackFontSizeMedium: string;
|
|
1066
|
-
feedbackFontSizeLarge: string;
|
|
1067
|
-
labelFontSizeLeftSmall: string;
|
|
1068
|
-
labelFontSizeLeftMedium: string;
|
|
1069
|
-
labelFontSizeLeftLarge: string;
|
|
1070
|
-
labelFontSizeTopSmall: string;
|
|
1071
|
-
labelFontSizeTopMedium: string;
|
|
1072
|
-
labelFontSizeTopLarge: string;
|
|
1073
|
-
labelHeightSmall: string;
|
|
1074
|
-
labelHeightMedium: string;
|
|
1075
|
-
labelHeightLarge: string;
|
|
1076
|
-
labelPaddingVertical: string;
|
|
1077
|
-
labelPaddingHorizontal: string;
|
|
1078
|
-
labelTextAlignVertical: string;
|
|
1079
|
-
labelTextAlignHorizontal: string;
|
|
1080
|
-
}, any>>>;
|
|
1081
|
-
}>>, {
|
|
1082
|
-
readonly required: boolean;
|
|
1083
|
-
readonly first: boolean;
|
|
1084
|
-
readonly showRequireMark: boolean | undefined;
|
|
1085
|
-
readonly showFeedback: boolean | undefined;
|
|
1086
|
-
readonly showLabel: boolean | undefined;
|
|
1087
|
-
readonly ignorePathChange: boolean;
|
|
1088
|
-
}>;
|
|
1089
|
-
NModal: any;
|
|
1090
|
-
NCard: any;
|
|
1091
|
-
NIcon: any;
|
|
1092
|
-
NInput: any;
|
|
1093
|
-
NButton: any;
|
|
1094
|
-
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<{}>>, {}>;
|
|
1095
|
-
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<{}>>, {}>;
|
|
1096
|
-
RenderWidget: import("vue").DefineComponent<{
|
|
1097
|
-
cfg: {
|
|
1098
|
-
type: ObjectConstructor;
|
|
1099
|
-
required: true;
|
|
1100
|
-
};
|
|
1101
|
-
modelValue: {
|
|
1102
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1103
|
-
};
|
|
1104
|
-
}, any, {
|
|
1105
|
-
initialProps: {};
|
|
1106
|
-
}, {
|
|
1107
|
-
valueCp(): any;
|
|
1108
|
-
}, {
|
|
1109
|
-
search(): void;
|
|
1110
|
-
getEleWidth(cfg: any): string | undefined;
|
|
1111
|
-
initComponentProps(cfg: any): void;
|
|
1112
|
-
generateWidget(cfg: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1113
|
-
[key: string]: any;
|
|
1114
|
-
}> | null;
|
|
1115
|
-
handleUpdate(val: any, widgetType: any, defValueUnit: any): void;
|
|
1116
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1117
|
-
cfg: {
|
|
1118
|
-
type: ObjectConstructor;
|
|
1119
|
-
required: true;
|
|
1120
|
-
};
|
|
1121
|
-
modelValue: {
|
|
1122
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1123
|
-
};
|
|
1124
|
-
}>> & {
|
|
1125
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1126
|
-
}, {}>;
|
|
1127
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "getParam" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig")[], "onSave" | "getParam" | "filterCountChange" | "closeModal" | "updateTableCondiTion" | "clearQuickSearchConfig", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1128
|
-
searchFieldList: {
|
|
1129
|
-
type: import("vue").PropType<import("./src/types").IApiServerType[]>;
|
|
1130
|
-
default: () => never[];
|
|
1131
|
-
};
|
|
1132
|
-
tableId: {
|
|
1133
|
-
type: StringConstructor;
|
|
1134
|
-
default: string;
|
|
1135
|
-
};
|
|
1136
|
-
source: {
|
|
1137
|
-
type: StringConstructor;
|
|
1138
|
-
default: string;
|
|
1139
|
-
};
|
|
1140
|
-
quickSearchListObj: {
|
|
1141
|
-
type: import("vue").PropType<import("./src/types").IConditionMapType>;
|
|
1142
|
-
default: () => {};
|
|
1143
|
-
};
|
|
1144
|
-
filterApiConfig: {
|
|
1145
|
-
type: ObjectConstructor;
|
|
1146
|
-
};
|
|
1147
|
-
}>> & {
|
|
1148
|
-
onOnSave?: ((...args: any[]) => any) | undefined;
|
|
1149
|
-
onGetParam?: ((...args: any[]) => any) | undefined;
|
|
1150
|
-
onFilterCountChange?: ((...args: any[]) => any) | undefined;
|
|
1151
|
-
onCloseModal?: ((...args: any[]) => any) | undefined;
|
|
1152
|
-
onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
|
|
1153
|
-
onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
|
|
1154
|
-
}, {
|
|
1155
|
-
source: string;
|
|
1156
|
-
searchFieldList: import("./src/types").IApiServerType[];
|
|
1157
|
-
tableId: string;
|
|
1158
|
-
quickSearchListObj: import("./src/types").IConditionMapType;
|
|
1159
|
-
}>>;
|
|
1160
|
-
declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1161
|
-
tableId: {
|
|
1162
|
-
type: StringConstructor;
|
|
1163
|
-
default: string;
|
|
1164
|
-
};
|
|
1165
|
-
conditionSid: {
|
|
1166
|
-
type: import("vue").PropType<string[]>;
|
|
1167
|
-
default: () => never[];
|
|
1168
|
-
};
|
|
1169
|
-
curClassificationIndex: {
|
|
1170
|
-
type: NumberConstructor;
|
|
1171
|
-
};
|
|
1172
|
-
curClassificationWidth: {
|
|
1173
|
-
type: NumberConstructor;
|
|
1174
|
-
};
|
|
1175
|
-
conditionType: {
|
|
1176
|
-
type: StringConstructor;
|
|
1177
|
-
default: string;
|
|
1178
|
-
};
|
|
1179
|
-
hideConditionChangeBtn: {
|
|
1180
|
-
type: NumberConstructor;
|
|
1181
|
-
default: number;
|
|
1182
|
-
};
|
|
1183
|
-
hideConditionChangeSetting: {
|
|
1184
|
-
type: NumberConstructor;
|
|
1185
|
-
default: number;
|
|
1186
|
-
};
|
|
1187
|
-
hideClearConditionChange: {
|
|
1188
|
-
type: NumberConstructor;
|
|
1189
|
-
default: number;
|
|
1190
|
-
};
|
|
1191
|
-
countCondition: {
|
|
1192
|
-
type: NumberConstructor;
|
|
1193
|
-
default: number;
|
|
1194
|
-
};
|
|
1195
|
-
countTabCondition: {
|
|
1196
|
-
type: NumberConstructor;
|
|
1197
|
-
default: number;
|
|
1198
|
-
};
|
|
1199
|
-
isShowResetButton: {
|
|
1200
|
-
type: BooleanConstructor;
|
|
1201
|
-
default: boolean;
|
|
1202
|
-
};
|
|
1203
|
-
conditionMap: {
|
|
1204
|
-
type: import("vue").PropType<import("./src/types").IConditionMapType>;
|
|
1205
|
-
default: () => void;
|
|
1206
|
-
};
|
|
1207
|
-
filterApiConfig: {
|
|
1208
|
-
type: ObjectConstructor;
|
|
1209
|
-
default: () => {};
|
|
1210
|
-
};
|
|
1211
|
-
searchFieldList: {
|
|
1212
|
-
type: import("vue").PropType<any[]>;
|
|
1213
|
-
default: () => never[];
|
|
1214
|
-
};
|
|
1215
|
-
}, {
|
|
1216
|
-
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
1217
|
-
attrs: any;
|
|
1218
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1219
|
-
tableId: {
|
|
1220
|
-
type: StringConstructor;
|
|
1221
|
-
default: string;
|
|
1222
|
-
};
|
|
1223
|
-
conditionSid: {
|
|
1224
|
-
type: import("vue").PropType<string[]>;
|
|
1225
|
-
default: () => never[];
|
|
1226
|
-
};
|
|
1227
|
-
curClassificationIndex: {
|
|
1228
|
-
type: NumberConstructor;
|
|
1229
|
-
};
|
|
1230
|
-
curClassificationWidth: {
|
|
1231
|
-
type: NumberConstructor;
|
|
1232
|
-
};
|
|
1233
|
-
conditionType: {
|
|
1234
|
-
type: StringConstructor;
|
|
1235
|
-
default: string;
|
|
1236
|
-
};
|
|
1237
|
-
hideConditionChangeBtn: {
|
|
1238
|
-
type: NumberConstructor;
|
|
1239
|
-
default: number;
|
|
1240
|
-
};
|
|
1241
|
-
hideConditionChangeSetting: {
|
|
1242
|
-
type: NumberConstructor;
|
|
1243
|
-
default: number;
|
|
1244
|
-
};
|
|
1245
|
-
hideClearConditionChange: {
|
|
1246
|
-
type: NumberConstructor;
|
|
1247
|
-
default: number;
|
|
1248
|
-
};
|
|
1249
|
-
countCondition: {
|
|
1250
|
-
type: NumberConstructor;
|
|
1251
|
-
default: number;
|
|
1252
|
-
};
|
|
1253
|
-
countTabCondition: {
|
|
1254
|
-
type: NumberConstructor;
|
|
1255
|
-
default: number;
|
|
1256
|
-
};
|
|
1257
|
-
isShowResetButton: {
|
|
1258
|
-
type: BooleanConstructor;
|
|
1259
|
-
default: boolean;
|
|
1260
|
-
};
|
|
1261
|
-
conditionMap: {
|
|
1262
|
-
type: import("vue").PropType<import("./src/types").IConditionMapType>;
|
|
1263
|
-
default: () => void;
|
|
1264
|
-
};
|
|
1265
|
-
filterApiConfig: {
|
|
1266
|
-
type: ObjectConstructor;
|
|
1267
|
-
default: () => {};
|
|
1268
|
-
};
|
|
1269
|
-
searchFieldList: {
|
|
1270
|
-
type: import("vue").PropType<any[]>;
|
|
1271
|
-
default: () => never[];
|
|
1272
|
-
};
|
|
1273
|
-
}>> & {
|
|
1274
|
-
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
1275
|
-
onSetCurTreeData?: ((...args: any[]) => any) | undefined;
|
|
1276
|
-
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
1277
|
-
onGetClassification?: ((...args: any[]) => any) | undefined;
|
|
1278
|
-
onReloadList?: ((...args: any[]) => any) | undefined;
|
|
1279
|
-
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
|
1280
|
-
onSetConditionMap?: ((...args: any[]) => any) | undefined;
|
|
1281
|
-
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
1282
|
-
}>>;
|
|
1283
|
-
emit: (event: "changeSearch" | "setCurTreeData" | "setClassificationIndex" | "getClassification" | "reloadList" | "getQuickSearchListObj" | "setConditionMap" | "setClassifyModal", ...args: any[]) => void;
|
|
1284
|
-
selectType: any;
|
|
1285
|
-
classificationWidth: import("vue").Ref<number>;
|
|
1286
|
-
selectShow: import("vue").Ref<boolean>;
|
|
1287
|
-
treeData: import("vue").Ref<{
|
|
1288
|
-
name: string;
|
|
1289
|
-
sid?: string | undefined;
|
|
1290
|
-
children: {
|
|
1291
|
-
classifyId: string;
|
|
1292
|
-
displayCategory: string;
|
|
1293
|
-
isDefault: boolean;
|
|
1294
|
-
isEdit: boolean;
|
|
1295
|
-
isPublic: string;
|
|
1296
|
-
isShow: boolean;
|
|
1297
|
-
name: string;
|
|
1298
|
-
sid: string;
|
|
1299
|
-
conObj?: any;
|
|
1300
|
-
digital?: number | undefined;
|
|
1301
|
-
checked?: boolean | undefined;
|
|
1302
|
-
id?: string | undefined;
|
|
1303
|
-
isCommon?: boolean | undefined;
|
|
1304
|
-
selected?: boolean | undefined;
|
|
1305
|
-
sqlExpression?: string | undefined;
|
|
1306
|
-
createdByName?: string | undefined;
|
|
1307
|
-
from?: string | undefined;
|
|
1308
|
-
}[];
|
|
1309
|
-
digital?: number | undefined;
|
|
1310
|
-
open?: boolean | undefined;
|
|
1311
|
-
selected?: boolean | undefined;
|
|
1312
|
-
}[]>;
|
|
1313
|
-
conditionLists: import("vue").Ref<{
|
|
1314
|
-
classifyId: string;
|
|
1315
|
-
displayCategory: string;
|
|
1316
|
-
isDefault: boolean;
|
|
1317
|
-
isEdit: boolean;
|
|
1318
|
-
isPublic: string;
|
|
1319
|
-
isShow: boolean;
|
|
1320
|
-
name: string;
|
|
1321
|
-
sid: string;
|
|
1322
|
-
conObj?: any;
|
|
1323
|
-
digital?: number | undefined;
|
|
1324
|
-
checked?: boolean | undefined;
|
|
1325
|
-
id?: string | undefined;
|
|
1326
|
-
isCommon?: boolean | undefined;
|
|
1327
|
-
selected?: boolean | undefined;
|
|
1328
|
-
sqlExpression?: string | undefined;
|
|
1329
|
-
createdByName?: string | undefined;
|
|
1330
|
-
from?: string | undefined;
|
|
1331
|
-
}[]>;
|
|
1332
|
-
originConditionList: import("vue").Ref<{
|
|
1333
|
-
classifyId: string;
|
|
1334
|
-
displayCategory: string;
|
|
1335
|
-
isDefault: boolean;
|
|
1336
|
-
isEdit: boolean;
|
|
1337
|
-
isPublic: string;
|
|
1338
|
-
isShow: boolean;
|
|
1339
|
-
name: string;
|
|
1340
|
-
sid: string;
|
|
1341
|
-
conObj?: any;
|
|
1342
|
-
digital?: number | undefined;
|
|
1343
|
-
checked?: boolean | undefined;
|
|
1344
|
-
id?: string | undefined;
|
|
1345
|
-
isCommon?: boolean | undefined;
|
|
1346
|
-
selected?: boolean | undefined;
|
|
1347
|
-
sqlExpression?: string | undefined;
|
|
1348
|
-
createdByName?: string | undefined;
|
|
1349
|
-
from?: string | undefined;
|
|
1350
|
-
}[]>;
|
|
1351
|
-
classificationIndex: import("vue").Ref<number>;
|
|
1352
|
-
curTableId: import("vue").Ref<string>;
|
|
1353
|
-
allObj: any;
|
|
1354
|
-
searchConditionList: import("vue").Ref<{
|
|
1355
|
-
classifyId: string;
|
|
1356
|
-
displayCategory: string;
|
|
1357
|
-
isDefault: boolean;
|
|
1358
|
-
isEdit: boolean;
|
|
1359
|
-
isPublic: string;
|
|
1360
|
-
isShow: boolean;
|
|
1361
|
-
name: string;
|
|
1362
|
-
sid: string;
|
|
1363
|
-
conObj?: any;
|
|
1364
|
-
digital?: number | undefined;
|
|
1365
|
-
checked?: boolean | undefined;
|
|
1366
|
-
id?: string | undefined;
|
|
1367
|
-
isCommon?: boolean | undefined;
|
|
1368
|
-
selected?: boolean | undefined;
|
|
1369
|
-
sqlExpression?: string | undefined;
|
|
1370
|
-
createdByName?: string | undefined;
|
|
1371
|
-
from?: string | undefined;
|
|
1372
|
-
}[]>;
|
|
1373
|
-
displayCategoryLists: import("vue").Ref<string[]>;
|
|
1374
|
-
settingId: import("vue").Ref<string>;
|
|
1375
|
-
classifyModal: import("vue").Ref<boolean>;
|
|
1376
|
-
showTitleName: import("vue").Ref<string>;
|
|
1377
|
-
dynamicStyle: import("vue").ComputedRef<{
|
|
1378
|
-
marginRight: string;
|
|
1379
|
-
display?: undefined;
|
|
1380
|
-
} | {
|
|
1381
|
-
display: string;
|
|
1382
|
-
marginRight?: undefined;
|
|
1383
|
-
} | {
|
|
1384
|
-
marginRight?: undefined;
|
|
1385
|
-
display?: undefined;
|
|
1386
|
-
}>;
|
|
1387
|
-
titleName: import("vue").ComputedRef<string>;
|
|
1388
|
-
tooltipTilte: import("vue").ComputedRef<(item: any) => string>;
|
|
1389
|
-
getCondiTionDigital: import("vue").ComputedRef<boolean>;
|
|
1390
|
-
handleFold: (item: import("./src/types").ITreeDataType) => void;
|
|
1391
|
-
handleItemClick: (child: any, i?: number | undefined, p?: any) => false | undefined;
|
|
1392
|
-
initTree: (conditionSidTemp: string[]) => import("./src/types").IClassifyListType[];
|
|
1393
|
-
getConditionSid: (sid: string, conditionSidVal: string[], p: import("./src/types").ITreeDataType) => string[];
|
|
1394
|
-
handleModeChange: () => void;
|
|
1395
|
-
saveListPersonaSetting: (classificationIndexVal: number, classificationWidthVal?: number | undefined) => Promise<void>;
|
|
1396
|
-
handleSettingShow: () => void;
|
|
1397
|
-
setClassifyModal: (val: boolean) => void;
|
|
1398
|
-
toggleSelect: (flag?: boolean | undefined) => void;
|
|
1399
|
-
getTableCondiTionList: (options?: any) => void;
|
|
1400
|
-
setOpenStatus: (value: boolean) => void;
|
|
1401
|
-
handlePlatTree: (list: import("./src/types").ITreeDataType[], res: import("./src/types").IClassifyListType[]) => void;
|
|
1402
|
-
tableCondiTionPromise: (options?: any) => Promise<void>;
|
|
1403
|
-
changeWidth: ({ distance }: any) => void;
|
|
1404
|
-
saveWidth: () => void;
|
|
1405
|
-
updateTableCondiTion: () => Promise<void>;
|
|
1406
|
-
saveGetTableCondiTionList: (options: any) => Promise<void>;
|
|
1407
|
-
getTableCondiTionListRequest: (first?: boolean | undefined) => void;
|
|
1408
|
-
reloadList: (item: any) => void;
|
|
1409
|
-
handleGetTableCondiTionList: (first?: boolean | undefined, conditionMapVal?: {}) => Promise<unknown>;
|
|
1410
|
-
getTableCondiTionListNew: (tableIdVal: any) => Promise<any>;
|
|
1411
|
-
visibleDigital: (item: import("./src/types").ITreeDataType | import("./src/types").IClassifyListType) => number | boolean;
|
|
1412
|
-
fmtChildName: (name: string, isPublic?: string | undefined) => string;
|
|
1413
|
-
NIcon: any;
|
|
1414
|
-
NTooltip: any;
|
|
1415
|
-
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<{}>>, {}>;
|
|
1416
|
-
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<{}>>, {}>;
|
|
1417
|
-
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<{}>>, {}>;
|
|
1418
|
-
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<{}>>, {}>;
|
|
1419
|
-
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<{}>>, {}>;
|
|
1420
|
-
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<{}>>, {}>;
|
|
1421
|
-
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<{}>>, {}>;
|
|
1422
|
-
SetClassification: import("vue").DefineComponent<{
|
|
1423
|
-
searchFieldList: {
|
|
1424
|
-
type: ArrayConstructor;
|
|
1425
|
-
default: () => never[];
|
|
1426
|
-
};
|
|
1427
|
-
conditionList: {
|
|
1428
|
-
type: ArrayConstructor;
|
|
1429
|
-
default: () => never[];
|
|
1430
|
-
};
|
|
1431
|
-
settingId: StringConstructor;
|
|
1432
|
-
filterApiConfig: {
|
|
1433
|
-
type: ObjectConstructor;
|
|
1434
|
-
default: () => {};
|
|
1435
|
-
};
|
|
1436
|
-
classifyModal: {
|
|
1437
|
-
type: BooleanConstructor;
|
|
1438
|
-
default: boolean;
|
|
1439
|
-
};
|
|
1440
|
-
}, {
|
|
1441
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1442
|
-
searchFieldList: {
|
|
1443
|
-
type: ArrayConstructor;
|
|
1444
|
-
default: () => never[];
|
|
1445
|
-
};
|
|
1446
|
-
conditionList: {
|
|
1447
|
-
type: ArrayConstructor;
|
|
1448
|
-
default: () => never[];
|
|
1449
|
-
};
|
|
1450
|
-
settingId: StringConstructor;
|
|
1451
|
-
filterApiConfig: {
|
|
1452
|
-
type: ObjectConstructor;
|
|
1453
|
-
default: () => {};
|
|
1454
|
-
};
|
|
1455
|
-
classifyModal: {
|
|
1456
|
-
type: BooleanConstructor;
|
|
1457
|
-
default: boolean;
|
|
1458
|
-
};
|
|
1459
|
-
}>> & {
|
|
1460
|
-
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
1461
|
-
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
|
1462
|
-
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
|
1463
|
-
}>>;
|
|
1464
|
-
emit: (event: "setClassifyModal" | "CondiTionListInit" | "saveGetTableCondiTionList", ...args: any[]) => void;
|
|
1465
|
-
$message: import("naive-ui").MessageApi;
|
|
1466
|
-
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
1467
|
-
conditionList: import("vue").Ref<unknown[]>;
|
|
1468
|
-
checkedItem: import("vue").Ref<any>;
|
|
1469
|
-
addVisible: import("vue").Ref<boolean>;
|
|
1470
|
-
actionList_prop: import("vue").Ref<{}>;
|
|
1471
|
-
newSearchFieldList: any;
|
|
1472
|
-
saveLoading: import("vue").Ref<boolean>;
|
|
1473
|
-
searchFilter: any;
|
|
1474
|
-
attrs: {
|
|
1475
|
-
[x: string]: unknown;
|
|
1476
|
-
};
|
|
1477
|
-
oneSave: (value: any) => Promise<void>;
|
|
1478
|
-
oneCancel: () => void;
|
|
1479
|
-
hanleAdd: () => void;
|
|
1480
|
-
edit: (item: import("./src/types").IClassifyListType, name: string) => void;
|
|
1481
|
-
copy: (item: import("./src/types").IClassifyListType, name: string) => void;
|
|
1482
|
-
saveAdd: (params: any) => Promise<void>;
|
|
1483
|
-
cancelSaveAdd: () => void;
|
|
1484
|
-
changeData: (data: any, checkedItemVal: any) => void;
|
|
1485
|
-
delItem: (checkedItemVal: any, name: string) => Promise<void>;
|
|
1486
|
-
setOneVisible: (flag: boolean) => void;
|
|
1487
|
-
resetPopconfirm: () => Promise<void>;
|
|
1488
|
-
oneVisible: import("vue").ComputedRef<boolean>;
|
|
1489
|
-
NButton: any;
|
|
1490
|
-
TableModal: import("vue").DefineComponent<{
|
|
1491
|
-
visibleIn: {
|
|
1492
|
-
type: BooleanConstructor;
|
|
1493
|
-
};
|
|
1494
|
-
loading: {
|
|
1495
|
-
type: BooleanConstructor;
|
|
1496
|
-
};
|
|
1497
|
-
confirm: {
|
|
1498
|
-
type: FunctionConstructor;
|
|
1499
|
-
};
|
|
1500
|
-
edit: {
|
|
1501
|
-
type: FunctionConstructor;
|
|
1502
|
-
defdault: () => void;
|
|
1503
|
-
};
|
|
1504
|
-
copy: {
|
|
1505
|
-
type: FunctionConstructor;
|
|
1506
|
-
defdault: () => void;
|
|
1507
|
-
};
|
|
1508
|
-
delItem: {
|
|
1509
|
-
type: FunctionConstructor;
|
|
1510
|
-
defdault: () => void;
|
|
1511
|
-
};
|
|
1512
|
-
dataSource: {
|
|
1513
|
-
type: ArrayConstructor;
|
|
1514
|
-
default: () => never[];
|
|
1515
|
-
};
|
|
1516
|
-
type: {
|
|
1517
|
-
type: StringConstructor;
|
|
1518
|
-
};
|
|
1519
|
-
transitionName: {
|
|
1520
|
-
type: StringConstructor;
|
|
1521
|
-
};
|
|
1522
|
-
getContainer: {
|
|
1523
|
-
type: FunctionConstructor;
|
|
1524
|
-
default: () => HTMLElement;
|
|
1525
|
-
};
|
|
1526
|
-
}, {
|
|
1527
|
-
instance: import("axios").AxiosInstance;
|
|
1528
|
-
attrs: {
|
|
1529
|
-
[x: string]: unknown;
|
|
1530
|
-
};
|
|
1531
|
-
$message: import("naive-ui").MessageApi;
|
|
1532
|
-
$dialog: import("naive-ui").DialogApi;
|
|
1533
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1534
|
-
visibleIn: {
|
|
1535
|
-
type: BooleanConstructor;
|
|
1536
|
-
};
|
|
1537
|
-
loading: {
|
|
1538
|
-
type: BooleanConstructor;
|
|
1539
|
-
};
|
|
1540
|
-
confirm: {
|
|
1541
|
-
type: FunctionConstructor;
|
|
1542
|
-
};
|
|
1543
|
-
edit: {
|
|
1544
|
-
type: FunctionConstructor;
|
|
1545
|
-
defdault: () => void;
|
|
1546
|
-
};
|
|
1547
|
-
copy: {
|
|
1548
|
-
type: FunctionConstructor;
|
|
1549
|
-
defdault: () => void;
|
|
1550
|
-
};
|
|
1551
|
-
delItem: {
|
|
1552
|
-
type: FunctionConstructor;
|
|
1553
|
-
defdault: () => void;
|
|
1554
|
-
};
|
|
1555
|
-
dataSource: {
|
|
1556
|
-
type: ArrayConstructor;
|
|
1557
|
-
default: () => never[];
|
|
1558
|
-
};
|
|
1559
|
-
type: {
|
|
1560
|
-
type: StringConstructor;
|
|
1561
|
-
};
|
|
1562
|
-
transitionName: {
|
|
1563
|
-
type: StringConstructor;
|
|
1564
|
-
};
|
|
1565
|
-
getContainer: {
|
|
1566
|
-
type: FunctionConstructor;
|
|
1567
|
-
default: () => HTMLElement;
|
|
1568
|
-
};
|
|
1569
|
-
}>> & {
|
|
1570
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
1571
|
-
onHandleOk?: ((...args: any[]) => any) | undefined;
|
|
1572
|
-
onChangeData?: ((...args: any[]) => any) | undefined;
|
|
1573
|
-
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
|
1574
|
-
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
|
1575
|
-
}>>;
|
|
1576
|
-
emits: (event: "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
|
|
1577
|
-
isAdmin: import("vue").ComputedRef<unknown>;
|
|
1578
|
-
homeList: any;
|
|
1579
|
-
visible: import("vue").Ref<boolean>;
|
|
1580
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
|
1581
|
-
modalWidth: import("vue").Ref<string>;
|
|
1582
|
-
modalHeight: import("vue").Ref<string>;
|
|
1583
|
-
isShowResetButton: import("vue").Ref<boolean>;
|
|
1584
|
-
handleOk: () => void;
|
|
1585
|
-
rinkTo: () => void;
|
|
1586
|
-
close: () => void;
|
|
1587
|
-
resetChangeWindow: () => void;
|
|
1588
|
-
dragEnd: () => void;
|
|
1589
|
-
clickli: (item: import("./src/types").IClassifyListType) => void;
|
|
1590
|
-
clickChecked: (item: import("./src/types").IClassifyListType, name: string) => void;
|
|
1591
|
-
changeSwitch: (item: import("./src/types").IClassifyListType, name: string) => void;
|
|
1592
|
-
changecommonSwitch: (item: import("./src/types").IClassifyListType) => void;
|
|
1593
|
-
formatParams: (type: string) => {
|
|
1594
|
-
id: string;
|
|
1595
|
-
tableId: string;
|
|
1596
|
-
setting: string;
|
|
1597
|
-
type?: undefined;
|
|
1598
|
-
} | {
|
|
1599
|
-
type: string;
|
|
1600
|
-
tableId: string;
|
|
1601
|
-
setting: string;
|
|
1602
|
-
id?: undefined;
|
|
1603
|
-
} | undefined;
|
|
1604
|
-
changeModalWindow: () => void;
|
|
1605
|
-
popconfirm: (e: any) => void;
|
|
1606
|
-
handleOperationItem: (option: string, item: import("./src/types").IClassifyListType, name?: string | undefined) => void;
|
|
1607
|
-
NModal: any;
|
|
1608
|
-
NCard: any;
|
|
1609
|
-
NIcon: any;
|
|
1610
|
-
NButton: any;
|
|
1611
|
-
NTooltip: any;
|
|
1612
|
-
NSwitch: any;
|
|
1613
|
-
NPopconfirm: any;
|
|
1614
|
-
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<{}>>, {}>;
|
|
1615
|
-
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<{}>>, {}>;
|
|
1616
|
-
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<{}>>, {}>;
|
|
1617
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
1618
|
-
iconClass: {
|
|
1619
|
-
type: StringConstructor;
|
|
1620
|
-
required: true;
|
|
1621
|
-
default: string;
|
|
1622
|
-
};
|
|
1623
|
-
title: {
|
|
1624
|
-
type: StringConstructor;
|
|
1625
|
-
required: false;
|
|
1626
|
-
default: string;
|
|
1627
|
-
};
|
|
1628
|
-
className: {
|
|
1629
|
-
type: StringConstructor;
|
|
1630
|
-
required: false;
|
|
1631
|
-
};
|
|
1632
|
-
}, {
|
|
1633
|
-
props: {
|
|
1634
|
-
iconClass: string;
|
|
1635
|
-
title: string;
|
|
1636
|
-
className?: string | undefined;
|
|
1637
|
-
};
|
|
1638
|
-
iconName: import("vue").ComputedRef<string>;
|
|
1639
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
1640
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1641
|
-
iconClass: {
|
|
1642
|
-
type: StringConstructor;
|
|
1643
|
-
required: true;
|
|
1644
|
-
default: string;
|
|
1645
|
-
};
|
|
1646
|
-
title: {
|
|
1647
|
-
type: StringConstructor;
|
|
1648
|
-
required: false;
|
|
1649
|
-
default: string;
|
|
1650
|
-
};
|
|
1651
|
-
className: {
|
|
1652
|
-
type: StringConstructor;
|
|
1653
|
-
required: false;
|
|
1654
|
-
};
|
|
1655
|
-
}>>, {
|
|
1656
|
-
title: string;
|
|
1657
|
-
iconClass: string;
|
|
1658
|
-
}>;
|
|
1659
|
-
Draggable: import("vue").DefineComponent<{
|
|
1660
|
-
list: {
|
|
1661
|
-
type: ArrayConstructor;
|
|
1662
|
-
required: boolean;
|
|
1663
|
-
default: any;
|
|
1664
|
-
};
|
|
1665
|
-
modelValue: {
|
|
1666
|
-
type: ArrayConstructor;
|
|
1667
|
-
required: boolean;
|
|
1668
|
-
default: any;
|
|
1669
|
-
};
|
|
1670
|
-
itemKey: {
|
|
1671
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
1672
|
-
required: boolean;
|
|
1673
|
-
};
|
|
1674
|
-
clone: {
|
|
1675
|
-
type: FunctionConstructor;
|
|
1676
|
-
default: (original: any) => any;
|
|
1677
|
-
};
|
|
1678
|
-
tag: {
|
|
1679
|
-
type: StringConstructor;
|
|
1680
|
-
default: string;
|
|
1681
|
-
};
|
|
1682
|
-
move: {
|
|
1683
|
-
type: FunctionConstructor;
|
|
1684
|
-
default: any;
|
|
1685
|
-
};
|
|
1686
|
-
componentData: {
|
|
1687
|
-
type: ObjectConstructor;
|
|
1688
|
-
required: boolean;
|
|
1689
|
-
default: any;
|
|
1690
|
-
};
|
|
1691
|
-
}, unknown, {
|
|
1692
|
-
error: boolean;
|
|
1693
|
-
}, {
|
|
1694
|
-
realList(): any;
|
|
1695
|
-
getKey(): any;
|
|
1696
|
-
}, {
|
|
1697
|
-
getUnderlyingVm(domElement: any): any;
|
|
1698
|
-
getUnderlyingPotencialDraggableComponent(htmElement: any): any;
|
|
1699
|
-
emitChanges(evt: any): void;
|
|
1700
|
-
alterList(onList: any): void;
|
|
1701
|
-
spliceList(): void;
|
|
1702
|
-
updatePosition(oldIndex: any, newIndex: any): void;
|
|
1703
|
-
getRelatedContextFromMoveEvent({ to, related }: {
|
|
1704
|
-
to: any;
|
|
1705
|
-
related: any;
|
|
1706
|
-
}): any;
|
|
1707
|
-
getVmIndexFromDomIndex(domIndex: any): any;
|
|
1708
|
-
onDragStart(evt: any): void;
|
|
1709
|
-
onDragAdd(evt: any): void;
|
|
1710
|
-
onDragRemove(evt: any): void;
|
|
1711
|
-
onDragUpdate(evt: any): void;
|
|
1712
|
-
computeFutureIndex(relatedContext: any, evt: any): any;
|
|
1713
|
-
onDragMove(evt: any, originalEvent: any): any;
|
|
1714
|
-
onDragEnd(): void;
|
|
1715
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
1716
|
-
move: Function;
|
|
1717
|
-
tag: string;
|
|
1718
|
-
clone: Function;
|
|
1719
|
-
list: unknown[];
|
|
1720
|
-
modelValue: unknown[];
|
|
1721
|
-
componentData: Record<string, any>;
|
|
1722
|
-
} & {
|
|
1723
|
-
itemKey?: string | Function | undefined;
|
|
1724
|
-
}>, {
|
|
1725
|
-
move: Function;
|
|
1726
|
-
tag: string;
|
|
1727
|
-
clone: Function;
|
|
1728
|
-
list: unknown[];
|
|
1729
|
-
modelValue: unknown[];
|
|
1730
|
-
componentData: Record<string, any>;
|
|
1731
|
-
}>;
|
|
1732
|
-
}, 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<{
|
|
1733
|
-
visibleIn: {
|
|
1734
|
-
type: BooleanConstructor;
|
|
1735
|
-
};
|
|
1736
|
-
loading: {
|
|
1737
|
-
type: BooleanConstructor;
|
|
1738
|
-
};
|
|
1739
|
-
confirm: {
|
|
1740
|
-
type: FunctionConstructor;
|
|
1741
|
-
};
|
|
1742
|
-
edit: {
|
|
1743
|
-
type: FunctionConstructor;
|
|
1744
|
-
defdault: () => void;
|
|
1745
|
-
};
|
|
1746
|
-
copy: {
|
|
1747
|
-
type: FunctionConstructor;
|
|
1748
|
-
defdault: () => void;
|
|
1749
|
-
};
|
|
1750
|
-
delItem: {
|
|
1751
|
-
type: FunctionConstructor;
|
|
1752
|
-
defdault: () => void;
|
|
1753
|
-
};
|
|
1754
|
-
dataSource: {
|
|
1755
|
-
type: ArrayConstructor;
|
|
1756
|
-
default: () => never[];
|
|
1757
|
-
};
|
|
1758
|
-
type: {
|
|
1759
|
-
type: StringConstructor;
|
|
1760
|
-
};
|
|
1761
|
-
transitionName: {
|
|
1762
|
-
type: StringConstructor;
|
|
1763
|
-
};
|
|
1764
|
-
getContainer: {
|
|
1765
|
-
type: FunctionConstructor;
|
|
1766
|
-
default: () => HTMLElement;
|
|
1767
|
-
};
|
|
1768
|
-
}>> & {
|
|
1769
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
1770
|
-
onHandleOk?: ((...args: any[]) => any) | undefined;
|
|
1771
|
-
onChangeData?: ((...args: any[]) => any) | undefined;
|
|
1772
|
-
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
|
1773
|
-
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
|
1774
|
-
}, {
|
|
1775
|
-
loading: boolean;
|
|
1776
|
-
dataSource: unknown[];
|
|
1777
|
-
visibleIn: boolean;
|
|
1778
|
-
getContainer: Function;
|
|
1779
|
-
}>;
|
|
1780
|
-
SearchFilter: import("vue").DefineComponent<{
|
|
1781
|
-
visible: {
|
|
1782
|
-
type: BooleanConstructor;
|
|
1783
|
-
default: boolean;
|
|
1784
|
-
};
|
|
1785
|
-
modalTitle: {
|
|
1786
|
-
type: StringConstructor;
|
|
1787
|
-
default: string;
|
|
1788
|
-
};
|
|
1789
|
-
conditionList: {
|
|
1790
|
-
type: ArrayConstructor;
|
|
1791
|
-
default: () => never[];
|
|
1792
|
-
};
|
|
1793
|
-
searchFieldList: {
|
|
1794
|
-
type: ArrayConstructor;
|
|
1795
|
-
default: () => never[];
|
|
1796
|
-
};
|
|
1797
|
-
filterApiConfig: {
|
|
1798
|
-
type: ObjectConstructor;
|
|
1799
|
-
default: () => {};
|
|
1800
|
-
};
|
|
1801
|
-
}, {
|
|
1802
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1803
|
-
visible: {
|
|
1804
|
-
type: BooleanConstructor;
|
|
1805
|
-
default: boolean;
|
|
1806
|
-
};
|
|
1807
|
-
modalTitle: {
|
|
1808
|
-
type: StringConstructor;
|
|
1809
|
-
default: string;
|
|
1810
|
-
};
|
|
1811
|
-
conditionList: {
|
|
1812
|
-
type: ArrayConstructor;
|
|
1813
|
-
default: () => never[];
|
|
1814
|
-
};
|
|
1815
|
-
searchFieldList: {
|
|
1816
|
-
type: ArrayConstructor;
|
|
1817
|
-
default: () => never[];
|
|
1818
|
-
};
|
|
1819
|
-
filterApiConfig: {
|
|
1820
|
-
type: ObjectConstructor;
|
|
1821
|
-
default: () => {};
|
|
1822
|
-
};
|
|
1823
|
-
}>> & {
|
|
1824
|
-
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1825
|
-
}>>;
|
|
1826
|
-
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
|
1827
|
-
addVisible: import("vue").Ref<boolean>;
|
|
1828
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
|
1829
|
-
modalWidth: import("vue").Ref<string>;
|
|
1830
|
-
bodyStyle: import("vue").Ref<{
|
|
1831
|
-
maxHeight: string;
|
|
1832
|
-
height: string;
|
|
1833
|
-
overflowY: string;
|
|
1834
|
-
}>;
|
|
1835
|
-
conditionApiRef: any;
|
|
1836
|
-
filterTimer: any;
|
|
1837
|
-
init: () => void;
|
|
1838
|
-
clearTimer: () => void;
|
|
1839
|
-
handleInitConditions: () => void;
|
|
1840
|
-
saveAdd: () => void;
|
|
1841
|
-
cancelSaveAdd: () => void;
|
|
1842
|
-
clearConditions: () => void;
|
|
1843
|
-
resetChangeWindow: () => void;
|
|
1844
|
-
changeModalWindow: () => void;
|
|
1845
|
-
NModal: any;
|
|
1846
|
-
NCard: any;
|
|
1847
|
-
NButton: any;
|
|
1848
|
-
SearchConditionByApi: import("vue").DefineComponent<{
|
|
1849
|
-
actionList_prop: {
|
|
1850
|
-
type: import("vue").PropType<import("./src/types").IClassifyListType>;
|
|
1851
|
-
default: () => {};
|
|
1852
|
-
};
|
|
1853
|
-
conditionList: {
|
|
1854
|
-
type: ArrayConstructor;
|
|
1855
|
-
default: () => never[];
|
|
1856
|
-
};
|
|
1857
|
-
tableId: {
|
|
1858
|
-
type: StringConstructor;
|
|
1859
|
-
default: string;
|
|
1860
|
-
};
|
|
1861
|
-
searchFieldList: {
|
|
1862
|
-
type: ArrayConstructor;
|
|
1863
|
-
default: () => never[];
|
|
1864
|
-
};
|
|
1865
|
-
showItemName: {
|
|
1866
|
-
type: BooleanConstructor;
|
|
1867
|
-
default: boolean;
|
|
1868
|
-
};
|
|
1869
|
-
hideAddBtn: {
|
|
1870
|
-
type: BooleanConstructor;
|
|
1871
|
-
default: boolean;
|
|
1872
|
-
};
|
|
1873
|
-
}, {
|
|
1874
|
-
$message: import("naive-ui").MessageApi;
|
|
1875
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1876
|
-
actionList_prop: {
|
|
1877
|
-
type: import("vue").PropType<import("./src/types").IClassifyListType>;
|
|
1878
|
-
default: () => {};
|
|
1879
|
-
};
|
|
1880
|
-
conditionList: {
|
|
1881
|
-
type: ArrayConstructor;
|
|
1882
|
-
default: () => never[];
|
|
1883
|
-
};
|
|
1884
|
-
tableId: {
|
|
1885
|
-
type: StringConstructor;
|
|
1886
|
-
default: string;
|
|
1887
|
-
};
|
|
1888
|
-
searchFieldList: {
|
|
1889
|
-
type: ArrayConstructor;
|
|
1890
|
-
default: () => never[];
|
|
1891
|
-
};
|
|
1892
|
-
showItemName: {
|
|
1893
|
-
type: BooleanConstructor;
|
|
1894
|
-
default: boolean;
|
|
1895
|
-
};
|
|
1896
|
-
hideAddBtn: {
|
|
1897
|
-
type: BooleanConstructor;
|
|
1898
|
-
default: boolean;
|
|
1899
|
-
};
|
|
1900
|
-
}>> & {
|
|
1901
|
-
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1902
|
-
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1903
|
-
}>>;
|
|
1904
|
-
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
1905
|
-
$attrs: {
|
|
1906
|
-
[x: string]: unknown;
|
|
1907
|
-
};
|
|
1908
|
-
FormState: {
|
|
1909
|
-
className: string;
|
|
1910
|
-
displayCategory: string;
|
|
1911
|
-
filterConditions: {
|
|
1912
|
-
value: string;
|
|
1913
|
-
key: string;
|
|
1914
|
-
condition: string;
|
|
1915
|
-
presetVal: string;
|
|
1916
|
-
}[];
|
|
1917
|
-
};
|
|
1918
|
-
loading: import("vue").Ref<boolean>;
|
|
1919
|
-
DisplayCategoryState: {
|
|
1920
|
-
addDisplayCategory: string;
|
|
1921
|
-
displayCategories: {
|
|
1922
|
-
disabled: boolean;
|
|
1923
|
-
value: string;
|
|
1924
|
-
}[];
|
|
1925
|
-
displayCategoryOriginLen: number;
|
|
1926
|
-
showAdd: boolean;
|
|
1927
|
-
};
|
|
1928
|
-
isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
|
|
1929
|
-
editDisplayCategory: (e: any, item: import("./src/types").ICategoryItemType) => void;
|
|
1930
|
-
handleDisplayCategorySelect: (item: import("./src/types").ICategoryItemType) => void;
|
|
1931
|
-
handleDisplayCategoryRemove: (index: number, item: import("./src/types").ICategoryItemType) => void;
|
|
1932
|
-
handleDisplayCategoryAdd: (e: any) => void;
|
|
1933
|
-
handlerBlur: () => void;
|
|
1934
|
-
initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
|
|
1935
|
-
FilterConditionsState: any;
|
|
1936
|
-
paramOptions: import("vue").ComputedRef<any>;
|
|
1937
|
-
addFilterCondition: () => void;
|
|
1938
|
-
delFilterCondition: (index: number) => void;
|
|
1939
|
-
updateKey: (index: number, val: any) => void;
|
|
1940
|
-
updateCondition: (index: number, val: any) => void;
|
|
1941
|
-
getParamCfg: (key: string) => any;
|
|
1942
|
-
initFilterConditions: (tableId: string, rawConditions: import("./src/types").ISearchConfigType) => Promise<void>;
|
|
1943
|
-
getRawFilterConditions: () => {
|
|
1944
|
-
field_key: any;
|
|
1945
|
-
con: any;
|
|
1946
|
-
value: any;
|
|
1947
|
-
unit: any;
|
|
1948
|
-
}[];
|
|
1949
|
-
findConditionByDisplayCategory: (displayCategory: string) => unknown;
|
|
1950
|
-
handleDisplayCategorySelectProxy: (item: import("./src/types").ICategoryItemType) => void;
|
|
1951
|
-
clearFormData: () => void;
|
|
1952
|
-
handleInitConditions: () => Promise<void>;
|
|
1953
|
-
validate: () => Promise<unknown>;
|
|
1954
|
-
saveAdd: () => void;
|
|
1955
|
-
cancelSaveAdd: () => void;
|
|
1956
|
-
checkActionList: () => boolean;
|
|
1957
|
-
NSpin: any;
|
|
1958
|
-
NIcon: any;
|
|
1959
|
-
NInput: any;
|
|
1960
|
-
NButton: any;
|
|
1961
|
-
NTooltip: any;
|
|
1962
|
-
NSelect: any;
|
|
1963
|
-
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<{}>>, {}>;
|
|
1964
|
-
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<{}>>, {}>;
|
|
1965
|
-
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<{}>>, {}>;
|
|
1966
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
1967
|
-
iconClass: {
|
|
1968
|
-
type: StringConstructor;
|
|
1969
|
-
required: true;
|
|
1970
|
-
default: string;
|
|
1971
|
-
};
|
|
1972
|
-
title: {
|
|
1973
|
-
type: StringConstructor;
|
|
1974
|
-
required: false;
|
|
1975
|
-
default: string;
|
|
1976
|
-
};
|
|
1977
|
-
className: {
|
|
1978
|
-
type: StringConstructor;
|
|
1979
|
-
required: false;
|
|
1980
|
-
};
|
|
1981
|
-
}, {
|
|
1982
|
-
props: {
|
|
1983
|
-
iconClass: string;
|
|
1984
|
-
title: string;
|
|
1985
|
-
className?: string | undefined;
|
|
1986
|
-
};
|
|
1987
|
-
iconName: import("vue").ComputedRef<string>;
|
|
1988
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
1989
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1990
|
-
iconClass: {
|
|
1991
|
-
type: StringConstructor;
|
|
1992
|
-
required: true;
|
|
1993
|
-
default: string;
|
|
1994
|
-
};
|
|
1995
|
-
title: {
|
|
1996
|
-
type: StringConstructor;
|
|
1997
|
-
required: false;
|
|
1998
|
-
default: string;
|
|
1999
|
-
};
|
|
2000
|
-
className: {
|
|
2001
|
-
type: StringConstructor;
|
|
2002
|
-
required: false;
|
|
2003
|
-
};
|
|
2004
|
-
}>>, {
|
|
2005
|
-
title: string;
|
|
2006
|
-
iconClass: string;
|
|
2007
|
-
}>;
|
|
2008
|
-
ValueCfg: import("vue").DefineComponent<{
|
|
2009
|
-
paramCfg: {
|
|
2010
|
-
type: ObjectConstructor;
|
|
2011
|
-
default: null;
|
|
2012
|
-
};
|
|
2013
|
-
modelValue: {
|
|
2014
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2015
|
-
default: null;
|
|
2016
|
-
};
|
|
2017
|
-
presetVal: {
|
|
2018
|
-
type: StringConstructor;
|
|
2019
|
-
default: null;
|
|
2020
|
-
};
|
|
2021
|
-
}, {
|
|
2022
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2023
|
-
paramCfg: {
|
|
2024
|
-
type: ObjectConstructor;
|
|
2025
|
-
default: null;
|
|
2026
|
-
};
|
|
2027
|
-
modelValue: {
|
|
2028
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2029
|
-
default: null;
|
|
2030
|
-
};
|
|
2031
|
-
presetVal: {
|
|
2032
|
-
type: StringConstructor;
|
|
2033
|
-
default: null;
|
|
2034
|
-
};
|
|
2035
|
-
}>> & {
|
|
2036
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2037
|
-
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
2038
|
-
}>>;
|
|
2039
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
2040
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
2041
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
|
2042
|
-
widgetType: import("vue").ComputedRef<any>;
|
|
2043
|
-
optionSetting: import("vue").ComputedRef<any>;
|
|
2044
|
-
mappingConfig: import("vue").ComputedRef<any>;
|
|
2045
|
-
widgetOptions: import("vue").ComputedRef<{
|
|
2046
|
-
label: string;
|
|
2047
|
-
value: string;
|
|
2048
|
-
}[]>;
|
|
2049
|
-
NInputNumber: any;
|
|
2050
|
-
NInput: any;
|
|
2051
|
-
NSelect: any;
|
|
2052
|
-
NDatePicker: any;
|
|
2053
|
-
WidgetTypeEnums: {
|
|
2054
|
-
INPUT_NUMBER: string;
|
|
2055
|
-
INPUT: string;
|
|
2056
|
-
SELECT: string;
|
|
2057
|
-
DATE: string;
|
|
2058
|
-
DATE_TIME: string;
|
|
2059
|
-
};
|
|
2060
|
-
WidgetValEnums: {
|
|
2061
|
-
CUSTOM: string;
|
|
2062
|
-
FIRST_VAL: string;
|
|
2063
|
-
NOW: string;
|
|
2064
|
-
TODAY: string;
|
|
2065
|
-
TODAY_START: string;
|
|
2066
|
-
TODAY_END: string;
|
|
2067
|
-
TOMORROW: string;
|
|
2068
|
-
TOMORROW_START: string;
|
|
2069
|
-
TOMORROW_END: string;
|
|
2070
|
-
YESTERDAY: string;
|
|
2071
|
-
YESTERDAY_START: string;
|
|
2072
|
-
YESTERDAY_END: string;
|
|
2073
|
-
THIS_WEEK: string;
|
|
2074
|
-
WEEK_START: string;
|
|
2075
|
-
WEEK_END: string;
|
|
2076
|
-
NEXT_WEEK: string;
|
|
2077
|
-
LAST_WEEK: string;
|
|
2078
|
-
THIS_MONTH: string;
|
|
2079
|
-
MONTH_START: string;
|
|
2080
|
-
MONTH_END: string;
|
|
2081
|
-
NEXT_MONTH: string;
|
|
2082
|
-
LAST_MONTH: string;
|
|
2083
|
-
THIS_QUARTER: string;
|
|
2084
|
-
NEXT_QUARTER: string;
|
|
2085
|
-
LAST_QUARTER: string;
|
|
2086
|
-
THIS_YEAR: string;
|
|
2087
|
-
NEXT_YEAR: string;
|
|
2088
|
-
LAST_YEAR: string;
|
|
2089
|
-
};
|
|
2090
|
-
WidgetOptionEnums: {
|
|
2091
|
-
RADIO: string;
|
|
2092
|
-
MULTIPLE: string;
|
|
2093
|
-
ALL: string;
|
|
2094
|
-
SELECT_TIME: string;
|
|
2095
|
-
PAST_TIME: string;
|
|
2096
|
-
FUTURE_TIME: string;
|
|
2097
|
-
};
|
|
2098
|
-
}, 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<{
|
|
2099
|
-
paramCfg: {
|
|
2100
|
-
type: ObjectConstructor;
|
|
2101
|
-
default: null;
|
|
2102
|
-
};
|
|
2103
|
-
modelValue: {
|
|
2104
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2105
|
-
default: null;
|
|
2106
|
-
};
|
|
2107
|
-
presetVal: {
|
|
2108
|
-
type: StringConstructor;
|
|
2109
|
-
default: null;
|
|
2110
|
-
};
|
|
2111
|
-
}>> & {
|
|
2112
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2113
|
-
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
2114
|
-
}, {
|
|
2115
|
-
modelValue: string | number | unknown[];
|
|
2116
|
-
presetVal: string;
|
|
2117
|
-
paramCfg: Record<string, any>;
|
|
2118
|
-
}>;
|
|
2119
|
-
ConditionEnums: {
|
|
2120
|
-
NULL: string;
|
|
2121
|
-
EQUAL: string;
|
|
2122
|
-
};
|
|
2123
|
-
conditionOptions: {
|
|
2124
|
-
label: string;
|
|
2125
|
-
value: string;
|
|
2126
|
-
}[];
|
|
2127
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2128
|
-
actionList_prop: {
|
|
2129
|
-
type: import("vue").PropType<import("./src/types").IClassifyListType>;
|
|
2130
|
-
default: () => {};
|
|
2131
|
-
};
|
|
2132
|
-
conditionList: {
|
|
2133
|
-
type: ArrayConstructor;
|
|
2134
|
-
default: () => never[];
|
|
2135
|
-
};
|
|
2136
|
-
tableId: {
|
|
2137
|
-
type: StringConstructor;
|
|
2138
|
-
default: string;
|
|
2139
|
-
};
|
|
2140
|
-
searchFieldList: {
|
|
2141
|
-
type: ArrayConstructor;
|
|
2142
|
-
default: () => never[];
|
|
2143
|
-
};
|
|
2144
|
-
showItemName: {
|
|
2145
|
-
type: BooleanConstructor;
|
|
2146
|
-
default: boolean;
|
|
2147
|
-
};
|
|
2148
|
-
hideAddBtn: {
|
|
2149
|
-
type: BooleanConstructor;
|
|
2150
|
-
default: boolean;
|
|
2151
|
-
};
|
|
2152
|
-
}>> & {
|
|
2153
|
-
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2154
|
-
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2155
|
-
}, {
|
|
2156
|
-
searchFieldList: unknown[];
|
|
2157
|
-
tableId: string;
|
|
2158
|
-
conditionList: unknown[];
|
|
2159
|
-
actionList_prop: import("./src/types").IClassifyListType;
|
|
2160
|
-
showItemName: boolean;
|
|
2161
|
-
hideAddBtn: boolean;
|
|
2162
|
-
}>;
|
|
2163
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
2164
|
-
iconClass: {
|
|
2165
|
-
type: StringConstructor;
|
|
2166
|
-
required: true;
|
|
2167
|
-
default: string;
|
|
2168
|
-
};
|
|
2169
|
-
title: {
|
|
2170
|
-
type: StringConstructor;
|
|
2171
|
-
required: false;
|
|
2172
|
-
default: string;
|
|
2173
|
-
};
|
|
2174
|
-
className: {
|
|
2175
|
-
type: StringConstructor;
|
|
2176
|
-
required: false;
|
|
2177
|
-
};
|
|
2178
|
-
}, {
|
|
2179
|
-
props: {
|
|
2180
|
-
iconClass: string;
|
|
2181
|
-
title: string;
|
|
2182
|
-
className?: string | undefined;
|
|
2183
|
-
};
|
|
2184
|
-
iconName: import("vue").ComputedRef<string>;
|
|
2185
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
2186
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2187
|
-
iconClass: {
|
|
2188
|
-
type: StringConstructor;
|
|
2189
|
-
required: true;
|
|
2190
|
-
default: string;
|
|
2191
|
-
};
|
|
2192
|
-
title: {
|
|
2193
|
-
type: StringConstructor;
|
|
2194
|
-
required: false;
|
|
2195
|
-
default: string;
|
|
2196
|
-
};
|
|
2197
|
-
className: {
|
|
2198
|
-
type: StringConstructor;
|
|
2199
|
-
required: false;
|
|
2200
|
-
};
|
|
2201
|
-
}>>, {
|
|
2202
|
-
title: string;
|
|
2203
|
-
iconClass: string;
|
|
2204
|
-
}>;
|
|
2205
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2206
|
-
visible: {
|
|
2207
|
-
type: BooleanConstructor;
|
|
2208
|
-
default: boolean;
|
|
2209
|
-
};
|
|
2210
|
-
modalTitle: {
|
|
2211
|
-
type: StringConstructor;
|
|
2212
|
-
default: string;
|
|
2213
|
-
};
|
|
2214
|
-
conditionList: {
|
|
2215
|
-
type: ArrayConstructor;
|
|
2216
|
-
default: () => never[];
|
|
2217
|
-
};
|
|
2218
|
-
searchFieldList: {
|
|
2219
|
-
type: ArrayConstructor;
|
|
2220
|
-
default: () => never[];
|
|
2221
|
-
};
|
|
2222
|
-
filterApiConfig: {
|
|
2223
|
-
type: ObjectConstructor;
|
|
2224
|
-
default: () => {};
|
|
2225
|
-
};
|
|
2226
|
-
}>> & {
|
|
2227
|
-
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
2228
|
-
}, {
|
|
2229
|
-
visible: boolean;
|
|
2230
|
-
modalTitle: string;
|
|
2231
|
-
searchFieldList: unknown[];
|
|
2232
|
-
filterApiConfig: Record<string, any>;
|
|
2233
|
-
conditionList: unknown[];
|
|
2234
|
-
}>;
|
|
2235
|
-
}, 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<{
|
|
2236
|
-
searchFieldList: {
|
|
2237
|
-
type: ArrayConstructor;
|
|
2238
|
-
default: () => never[];
|
|
2239
|
-
};
|
|
2240
|
-
conditionList: {
|
|
2241
|
-
type: ArrayConstructor;
|
|
2242
|
-
default: () => never[];
|
|
2243
|
-
};
|
|
2244
|
-
settingId: StringConstructor;
|
|
2245
|
-
filterApiConfig: {
|
|
2246
|
-
type: ObjectConstructor;
|
|
2247
|
-
default: () => {};
|
|
2248
|
-
};
|
|
2249
|
-
classifyModal: {
|
|
2250
|
-
type: BooleanConstructor;
|
|
2251
|
-
default: boolean;
|
|
2252
|
-
};
|
|
2253
|
-
}>> & {
|
|
2254
|
-
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
2255
|
-
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
|
2256
|
-
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
|
2257
|
-
}, {
|
|
2258
|
-
searchFieldList: unknown[];
|
|
2259
|
-
filterApiConfig: Record<string, any>;
|
|
2260
|
-
conditionList: unknown[];
|
|
2261
|
-
classifyModal: boolean;
|
|
2262
|
-
}>;
|
|
2263
|
-
vFlexibleResize: {
|
|
2264
|
-
mounted(el: any, { value }: any): void;
|
|
2265
|
-
beforeUnmount(el: any): void;
|
|
2266
|
-
};
|
|
2267
|
-
SvgIcon: import("vue").DefineComponent<{
|
|
2268
|
-
iconClass: {
|
|
2269
|
-
type: StringConstructor;
|
|
2270
|
-
required: true;
|
|
2271
|
-
default: string;
|
|
2272
|
-
};
|
|
2273
|
-
title: {
|
|
2274
|
-
type: StringConstructor;
|
|
2275
|
-
required: false;
|
|
2276
|
-
default: string;
|
|
2277
|
-
};
|
|
2278
|
-
className: {
|
|
2279
|
-
type: StringConstructor;
|
|
2280
|
-
required: false;
|
|
2281
|
-
};
|
|
2282
|
-
}, {
|
|
2283
|
-
props: {
|
|
2284
|
-
iconClass: string;
|
|
2285
|
-
title: string;
|
|
2286
|
-
className?: string | undefined;
|
|
2287
|
-
};
|
|
2288
|
-
iconName: import("vue").ComputedRef<string>;
|
|
2289
|
-
svgClass: import("vue").ComputedRef<string>;
|
|
2290
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2291
|
-
iconClass: {
|
|
2292
|
-
type: StringConstructor;
|
|
2293
|
-
required: true;
|
|
2294
|
-
default: string;
|
|
2295
|
-
};
|
|
2296
|
-
title: {
|
|
2297
|
-
type: StringConstructor;
|
|
2298
|
-
required: false;
|
|
2299
|
-
default: string;
|
|
2300
|
-
};
|
|
2301
|
-
className: {
|
|
2302
|
-
type: StringConstructor;
|
|
2303
|
-
required: false;
|
|
2304
|
-
};
|
|
2305
|
-
}>>, {
|
|
2306
|
-
title: string;
|
|
2307
|
-
iconClass: string;
|
|
2308
|
-
}>;
|
|
2309
|
-
}, 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<{
|
|
2310
|
-
tableId: {
|
|
2311
|
-
type: StringConstructor;
|
|
2312
|
-
default: string;
|
|
2313
|
-
};
|
|
2314
|
-
conditionSid: {
|
|
2315
|
-
type: import("vue").PropType<string[]>;
|
|
2316
|
-
default: () => never[];
|
|
2317
|
-
};
|
|
2318
|
-
curClassificationIndex: {
|
|
2319
|
-
type: NumberConstructor;
|
|
2320
|
-
};
|
|
2321
|
-
curClassificationWidth: {
|
|
2322
|
-
type: NumberConstructor;
|
|
2323
|
-
};
|
|
2324
|
-
conditionType: {
|
|
2325
|
-
type: StringConstructor;
|
|
2326
|
-
default: string;
|
|
2327
|
-
};
|
|
2328
|
-
hideConditionChangeBtn: {
|
|
2329
|
-
type: NumberConstructor;
|
|
2330
|
-
default: number;
|
|
2331
|
-
};
|
|
2332
|
-
hideConditionChangeSetting: {
|
|
2333
|
-
type: NumberConstructor;
|
|
2334
|
-
default: number;
|
|
2335
|
-
};
|
|
2336
|
-
hideClearConditionChange: {
|
|
2337
|
-
type: NumberConstructor;
|
|
2338
|
-
default: number;
|
|
2339
|
-
};
|
|
2340
|
-
countCondition: {
|
|
2341
|
-
type: NumberConstructor;
|
|
2342
|
-
default: number;
|
|
2343
|
-
};
|
|
2344
|
-
countTabCondition: {
|
|
2345
|
-
type: NumberConstructor;
|
|
2346
|
-
default: number;
|
|
2347
|
-
};
|
|
2348
|
-
isShowResetButton: {
|
|
2349
|
-
type: BooleanConstructor;
|
|
2350
|
-
default: boolean;
|
|
2351
|
-
};
|
|
2352
|
-
conditionMap: {
|
|
2353
|
-
type: import("vue").PropType<import("./src/types").IConditionMapType>;
|
|
2354
|
-
default: () => void;
|
|
2355
|
-
};
|
|
2356
|
-
filterApiConfig: {
|
|
2357
|
-
type: ObjectConstructor;
|
|
2358
|
-
default: () => {};
|
|
2359
|
-
};
|
|
2360
|
-
searchFieldList: {
|
|
2361
|
-
type: import("vue").PropType<any[]>;
|
|
2362
|
-
default: () => never[];
|
|
2363
|
-
};
|
|
2364
|
-
}>> & {
|
|
2365
|
-
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
|
2366
|
-
onSetCurTreeData?: ((...args: any[]) => any) | undefined;
|
|
2367
|
-
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
|
2368
|
-
onGetClassification?: ((...args: any[]) => any) | undefined;
|
|
2369
|
-
onReloadList?: ((...args: any[]) => any) | undefined;
|
|
2370
|
-
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
|
2371
|
-
onSetConditionMap?: ((...args: any[]) => any) | undefined;
|
|
2372
|
-
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
2373
|
-
}, {
|
|
2374
|
-
searchFieldList: any[];
|
|
2375
|
-
tableId: string;
|
|
2376
|
-
filterApiConfig: Record<string, any>;
|
|
2377
|
-
conditionSid: string[];
|
|
2378
|
-
conditionType: string;
|
|
2379
|
-
hideConditionChangeBtn: number;
|
|
2380
|
-
hideConditionChangeSetting: number;
|
|
2381
|
-
hideClearConditionChange: number;
|
|
2382
|
-
countCondition: number;
|
|
2383
|
-
countTabCondition: number;
|
|
2384
|
-
isShowResetButton: boolean;
|
|
2385
|
-
conditionMap: import("./src/types").IConditionMapType;
|
|
2386
|
-
}>>;
|
|
2387
|
-
export { CBaseSearch, CQuickSearch, CClassification };
|