cnhis-design-vue 3.1.41 → 3.1.42-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
- package/es/components/annotation-edit/style/index.css +1 -1
- package/es/components/base-search/index.d.ts +293 -0
- package/es/components/base-search/index.js +1 -0
- package/es/components/{table-filter/src/base-search-com/BaseSearch.vue.d.ts → base-search/src/index.vue.d.ts} +26 -91
- package/es/components/base-search/src/index.vue.js +1 -0
- package/es/components/base-search/style/iconfont.ttf +0 -0
- package/es/components/base-search/style/index.css +1 -0
- package/es/components/big-table/index.d.ts +4 -3
- package/es/components/big-table/src/BigTable.vue.d.ts +4 -3
- package/es/components/big-table/src/BigTable.vue2.js +1 -1
- package/es/components/big-table/style/index.css +1 -1
- package/es/components/button-print/index.d.ts +7 -6
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +7 -6
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/api.d.ts +3 -0
- package/es/components/button-print/src/api.js +1 -0
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +4 -4
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -4
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/classification/index.d.ts +995 -0
- package/es/components/classification/index.js +1 -0
- package/es/components/{table-filter → classification}/src/components/search-filter/index.vue.d.ts +10 -93
- package/es/components/classification/src/components/search-filter/index.vue.js +1 -0
- package/es/components/{table-filter → classification}/src/components/set-classification/index.vue.d.ts +5 -130
- package/es/components/classification/src/components/set-classification/index.vue.js +1 -0
- package/es/components/{table-filter → classification}/src/components/table-modal/index.vue.d.ts +0 -42
- package/es/components/classification/src/components/table-modal/index.vue.js +1 -0
- package/es/components/classification/src/const/index.d.ts +2 -0
- package/es/components/classification/src/const/index.js +1 -0
- package/es/components/{table-filter/src/classification/Classification-com.vue.d.ts → classification/src/index.vue.d.ts} +57 -291
- package/es/components/classification/src/index.vue.js +1 -0
- package/es/components/classification/style/iconfont.ttf +0 -0
- package/es/components/classification/style/index.css +1 -0
- package/es/components/config-provider/index.d.ts +14 -0
- package/es/components/config-provider/index.js +1 -0
- package/es/components/config-provider/src/ConfigProvider.d.ts +14 -0
- package/es/components/config-provider/src/ConfigProvider.js +1 -0
- package/es/components/config-provider/src/interface.d.ts +19 -0
- package/es/components/config-provider/src/interface.js +1 -0
- package/es/components/config-provider/src/utils/index.d.ts +2 -0
- package/es/components/config-provider/src/utils/index.js +1 -0
- package/es/components/date-picker/index.d.ts +20 -0
- package/es/components/date-picker/index.js +1 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +20 -0
- package/es/components/date-picker/src/DatePicker.vue.js +1 -0
- package/es/components/fabric-chart/index.d.ts +2 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
- package/es/components/field-set/index.d.ts +2 -2
- package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
- package/es/components/form-config/index.d.ts +46 -37
- package/es/components/form-config/src/FormConfig.vue.d.ts +46 -37
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +16 -16
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +19 -19
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +9 -1
- package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +33 -6
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +16 -16
- package/es/components/form-render/src/FormRender.vue.d.ts +16 -16
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +16 -16
- package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
- package/es/components/form-render/src/components/renderer/complex.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +4 -2
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +3 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3 -0
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +4 -4
- package/es/components/iho-table/src/constants/index.js +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +20 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +18 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +8 -2
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +3799 -156
- package/es/components/info-header/src/InfoHeader.vue.d.ts +3800 -156
- package/es/components/info-header/src/InfoHeader.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1842 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.js +1 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1972 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.js +1 -0
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +2 -2
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +1 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +2669 -139
- package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +745 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -1
- package/es/components/info-header/src/constants/index.d.ts +4 -0
- package/es/components/info-header/src/constants/index.js +1 -0
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +4 -0
- package/es/components/info-header/src/hooks/useThemeOverrides.js +1 -0
- package/es/components/info-header/src/types/index.d.ts +17 -3
- package/es/components/info-header/style/index.css +1 -1
- package/es/components/keyboard/index.d.ts +4 -2
- package/es/components/keyboard/src/Keyboard.vue.d.ts +4 -2
- package/es/components/keyboard/src/Keyboard.vue.js +1 -1
- package/es/components/keyboard/src/constants/index.d.ts +2 -0
- package/es/components/keyboard/src/constants/index.js +1 -0
- package/es/components/keyboard/style/index.css +1 -1
- package/es/components/quick-search/index.d.ts +713 -0
- package/es/components/quick-search/index.js +1 -0
- package/es/components/{table-filter/src/quick-search/QuickSearch.vue.d.ts → quick-search/src/index.vue.d.ts} +31 -120
- package/es/components/quick-search/src/index.vue.js +1 -0
- package/es/components/quick-search/style/index.css +1 -0
- package/es/components/recommend-search/index.d.ts +2 -2
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +2 -2
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +69 -116
- package/es/components/search-cascader/index.d.ts +2 -2
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +2 -2
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
- package/es/components/select-label/index.d.ts +70 -169
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -53
- package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
- package/es/components/select-label/src/SelectLabel.vue.d.ts +70 -116
- package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue.js +1 -1
- package/es/components/select-label/style/iconfont.ttf +0 -0
- package/es/components/select-label/style/index.css +1 -1
- package/es/components/select-person/index.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +17 -17
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +17 -17
- package/es/components/steps-wheel/index.d.ts +1 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
- package/es/components/steps-wheel/src/constants/index.d.ts +2 -0
- package/es/components/steps-wheel/src/constants/index.js +1 -0
- package/es/components/steps-wheel/style/index.css +1 -1
- package/es/components/table-filter/index.d.ts +0 -2385
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +1 -42
- package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/enums.d.ts +0 -8
- package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +2 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +4 -1
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -54
- package/es/components/table-filter/src/hooks/useMixins.js +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
- package/es/components/table-filter/src/tool/generateDefOptions.js +1 -1
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -37
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/types/enums.d.ts +1 -0
- package/es/components/table-filter/src/types/enums.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +13 -169
- package/es/components/time-picker/index.d.ts +18 -0
- package/es/components/time-picker/index.js +1 -0
- package/es/components/time-picker/src/TimePicker.vue.d.ts +18 -0
- package/es/components/time-picker/src/TimePicker.vue.js +1 -0
- package/es/shared/mixins/index.d.ts +1 -0
- package/es/shared/mixins/index.js +1 -0
- package/es/shared/mixins/useTheme.d.ts +3 -0
- package/es/shared/mixins/useTheme.js +1 -0
- package/es/shared/utils/index.d.ts +1 -0
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +0 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +0 -1
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +0 -1
- package/es/components/table-filter/src/classification/Classification-com.vue.js +0 -1
- package/es/components/table-filter/src/components/search-filter/index.vue.js +0 -1
- package/es/components/table-filter/src/components/set-classification/index.vue.js +0 -1
- package/es/components/table-filter/src/components/table-modal/index.vue.js +0 -1
- package/es/components/table-filter/src/const/index.d.ts +0 -5
- package/es/components/table-filter/src/const/index.js +0 -1
- package/es/components/table-filter/src/hooks/useTableSearchCon.d.ts +0 -8
- package/es/components/table-filter/src/hooks/useTableSearchCon.js +0 -1
- package/es/components/table-filter/src/hooks/useWordBookutils.d.ts +0 -12
- package/es/components/table-filter/src/hooks/useWordBookutils.js +0 -1
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +0 -1
- package/es/components/table-filter/src/tool/time-domain.d.ts +0 -39
- package/es/components/table-filter/src/tool/time-domain.js +0 -1
- package/es/components/table-filter/src/tool/utils.d.ts +0 -4
- package/es/components/table-filter/src/tool/utils.js +0 -1
- package/es/components/table-filter/style/index.css +0 -1
- /package/es/components/{table-filter → base-search}/src/directive/resize.d.ts +0 -0
- /package/es/components/{table-filter → base-search}/src/directive/resize.js +0 -0
- /package/es/components/{table-filter → base-search}/src/tool/resizeSensor.d.ts +0 -0
- /package/es/components/{table-filter → base-search}/src/tool/resizeSensor.js +0 -0
- /package/es/components/{table-filter → classification}/src/directive/flexibleResize.d.ts +0 -0
- /package/es/components/{table-filter → classification}/src/directive/flexibleResize.js +0 -0
- /package/es/components/table-filter/src/tool/{options.d.ts → baseOptions.d.ts} +0 -0
- /package/es/components/table-filter/src/tool/{options.js → baseOptions.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{COMPONENT_NAMESPACE as r}from"../../shared/global/variable.js";import{safeComponentRegister as i}from"../../shared/utils/index.js";import o from"./src/index.vue.js";const s=o;s.install=function(o){i(o,s,r+"QuickSearch")};export{s as default};
|
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { IParentNamesType, ISearchType, ISaveType, IApiServerType, ISearchParamsType } from '../../../../es/components/table-filter/src/types';
|
|
2
3
|
import 'moment/locale/zh-cn';
|
|
3
|
-
import { IParentNamesType, ISearchType, ISaveType, IConditionMapType, IApiServerType } from '../../../../../es/components/table-filter/src/types';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
searchFieldList: {
|
|
6
6
|
type: PropType<IApiServerType[]>;
|
|
7
7
|
default: () => never[];
|
|
8
8
|
};
|
|
9
|
-
|
|
10
|
-
type:
|
|
11
|
-
default:
|
|
9
|
+
quickSearchConfig: {
|
|
10
|
+
type: PropType<ISearchParamsType[]>;
|
|
11
|
+
default: () => never[];
|
|
12
12
|
};
|
|
13
|
-
|
|
13
|
+
tableId: {
|
|
14
14
|
type: StringConstructor;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
|
-
quickSearchListObj: {
|
|
18
|
-
type: PropType<IConditionMapType>;
|
|
19
|
-
default: () => {};
|
|
20
|
-
};
|
|
21
17
|
filterApiConfig: {
|
|
22
18
|
type: ObjectConstructor;
|
|
23
19
|
};
|
|
@@ -29,16 +25,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
25
|
trigger: string[];
|
|
30
26
|
};
|
|
31
27
|
};
|
|
32
|
-
attrs: any;
|
|
33
28
|
$message: import("naive-ui").MessageApi;
|
|
34
29
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
35
30
|
outQuickSearchFn: {
|
|
36
|
-
handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
37
31
|
handlerInitSearchItem(arr: ISearchType[]): void;
|
|
38
|
-
handleSetLabelOptions(labelType: any, el: ISearchType): void;
|
|
39
|
-
getConObj(arr: any): any;
|
|
40
32
|
};
|
|
41
|
-
|
|
33
|
+
getDefValByRenderWidget: (cfg: ISearchType) => any;
|
|
42
34
|
getRenderSearchConObj: (cfg: ISearchType) => {
|
|
43
35
|
field_key: string;
|
|
44
36
|
con: string | undefined;
|
|
@@ -46,6 +38,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
38
|
unit: null;
|
|
47
39
|
} | null;
|
|
48
40
|
resetRenderWidgetValue: (cfg: ISearchType) => any;
|
|
41
|
+
isRender: (cfg: ISearchType) => any;
|
|
49
42
|
transformData: (advancedFilterData: IApiServerType[]) => {
|
|
50
43
|
fieldType: string;
|
|
51
44
|
columnName: string;
|
|
@@ -71,36 +64,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
64
|
placeholder: string | undefined;
|
|
72
65
|
advanceColWidth: string;
|
|
73
66
|
}[];
|
|
67
|
+
getCacheDef: (item: ISearchType, cacheList: string[]) => string | string[];
|
|
68
|
+
transformParams: (paramsList: any) => {};
|
|
74
69
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
75
70
|
searchFieldList: {
|
|
76
71
|
type: PropType<IApiServerType[]>;
|
|
77
72
|
default: () => never[];
|
|
78
73
|
};
|
|
79
|
-
|
|
80
|
-
type:
|
|
81
|
-
default:
|
|
74
|
+
quickSearchConfig: {
|
|
75
|
+
type: PropType<ISearchParamsType[]>;
|
|
76
|
+
default: () => never[];
|
|
82
77
|
};
|
|
83
|
-
|
|
78
|
+
tableId: {
|
|
84
79
|
type: StringConstructor;
|
|
85
80
|
default: string;
|
|
86
81
|
};
|
|
87
|
-
quickSearchListObj: {
|
|
88
|
-
type: PropType<IConditionMapType>;
|
|
89
|
-
default: () => {};
|
|
90
|
-
};
|
|
91
82
|
filterApiConfig: {
|
|
92
83
|
type: ObjectConstructor;
|
|
93
84
|
};
|
|
94
85
|
}>> & {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
onFilterCountChange?: ((...args: any[]) => any) | undefined;
|
|
98
|
-
onCloseModal?: ((...args: any[]) => any) | undefined;
|
|
99
|
-
onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
87
|
+
onGetFilterParam?: ((...args: any[]) => any) | undefined;
|
|
100
88
|
onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
|
|
101
89
|
}>>;
|
|
102
|
-
emit: (event: "
|
|
103
|
-
ageAttrDomList: any;
|
|
90
|
+
emit: (event: "onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig", ...args: any[]) => void;
|
|
104
91
|
formRef: any;
|
|
105
92
|
formValue: import("vue").Ref<{
|
|
106
93
|
classname: string;
|
|
@@ -116,32 +103,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
103
|
settingObj?: any;
|
|
117
104
|
placeholder?: string | undefined;
|
|
118
105
|
AGEAttr?: boolean | undefined;
|
|
119
|
-
BIRTHDAY?: {
|
|
120
|
-
con: any;
|
|
121
|
-
limit_date?: any;
|
|
122
|
-
start_val: any;
|
|
123
|
-
end_val: any;
|
|
124
|
-
unit?: string | undefined;
|
|
125
|
-
units?: {
|
|
126
|
-
con: string;
|
|
127
|
-
title: string;
|
|
128
|
-
name: string;
|
|
129
|
-
units?: number | undefined;
|
|
130
|
-
}[] | undefined;
|
|
131
|
-
} | undefined;
|
|
132
|
-
DATE?: {
|
|
133
|
-
con: any;
|
|
134
|
-
limit_date?: any;
|
|
135
|
-
start_val: any;
|
|
136
|
-
end_val: any;
|
|
137
|
-
unit?: string | undefined;
|
|
138
|
-
units?: {
|
|
139
|
-
con: string;
|
|
140
|
-
title: string;
|
|
141
|
-
name: string;
|
|
142
|
-
units?: number | undefined;
|
|
143
|
-
}[] | undefined;
|
|
144
|
-
} | undefined;
|
|
145
106
|
CL?: string | undefined;
|
|
146
107
|
CONVERT?: any;
|
|
147
108
|
EVALUATEAttr?: boolean | undefined;
|
|
@@ -165,12 +126,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
165
126
|
comAttr?: string | undefined;
|
|
166
127
|
con?: string | undefined;
|
|
167
128
|
dataSource?: any;
|
|
168
|
-
dateTeam?: {
|
|
169
|
-
con: string;
|
|
170
|
-
title: string;
|
|
171
|
-
name: string;
|
|
172
|
-
units?: number | undefined;
|
|
173
|
-
}[] | undefined;
|
|
174
129
|
dictionarieObj?: any;
|
|
175
130
|
explicitRequired?: number | undefined;
|
|
176
131
|
explicitDefaultVal?: string | undefined;
|
|
@@ -254,9 +209,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
254
209
|
hasFieldList?: any;
|
|
255
210
|
search_DefaultValue?: any;
|
|
256
211
|
}[]>;
|
|
257
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
|
258
|
-
modalWidth: import("vue").Ref<string>;
|
|
259
|
-
modalHeight: import("vue").Ref<string>;
|
|
260
212
|
parentNames: import("vue").Ref<{
|
|
261
213
|
disabled: boolean;
|
|
262
214
|
isAdd?: boolean | undefined;
|
|
@@ -268,8 +220,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
268
220
|
parentNamesHasAdd: import("vue").ComputedRef<boolean>;
|
|
269
221
|
handleName: import("vue").ComputedRef<(item: ISearchType, key?: string) => any>;
|
|
270
222
|
init: () => void;
|
|
271
|
-
|
|
272
|
-
onSave: () => {
|
|
223
|
+
onFilterSearch: () => {
|
|
273
224
|
columnName: string;
|
|
274
225
|
title: string;
|
|
275
226
|
fieldType?: string | undefined;
|
|
@@ -279,32 +230,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
279
230
|
settingObj?: any;
|
|
280
231
|
placeholder?: string | undefined;
|
|
281
232
|
AGEAttr?: boolean | undefined;
|
|
282
|
-
BIRTHDAY?: {
|
|
283
|
-
con: any;
|
|
284
|
-
limit_date?: any;
|
|
285
|
-
start_val: any;
|
|
286
|
-
end_val: any;
|
|
287
|
-
unit?: string | undefined;
|
|
288
|
-
units?: {
|
|
289
|
-
con: string;
|
|
290
|
-
title: string;
|
|
291
|
-
name: string;
|
|
292
|
-
units?: number | undefined;
|
|
293
|
-
}[] | undefined;
|
|
294
|
-
} | undefined;
|
|
295
|
-
DATE?: {
|
|
296
|
-
con: any;
|
|
297
|
-
limit_date?: any;
|
|
298
|
-
start_val: any;
|
|
299
|
-
end_val: any;
|
|
300
|
-
unit?: string | undefined;
|
|
301
|
-
units?: {
|
|
302
|
-
con: string;
|
|
303
|
-
title: string;
|
|
304
|
-
name: string;
|
|
305
|
-
units?: number | undefined;
|
|
306
|
-
}[] | undefined;
|
|
307
|
-
} | undefined;
|
|
308
233
|
CL?: string | undefined;
|
|
309
234
|
CONVERT?: any;
|
|
310
235
|
EVALUATEAttr?: boolean | undefined;
|
|
@@ -328,12 +253,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
328
253
|
comAttr?: string | undefined;
|
|
329
254
|
con?: string | undefined;
|
|
330
255
|
dataSource?: any;
|
|
331
|
-
dateTeam?: {
|
|
332
|
-
con: string;
|
|
333
|
-
title: string;
|
|
334
|
-
name: string;
|
|
335
|
-
units?: number | undefined;
|
|
336
|
-
}[] | undefined;
|
|
337
256
|
dictionarieObj?: any;
|
|
338
257
|
explicitRequired?: number | undefined;
|
|
339
258
|
explicitDefaultVal?: string | undefined;
|
|
@@ -417,12 +336,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
417
336
|
hasFieldList?: any;
|
|
418
337
|
search_DefaultValue?: any;
|
|
419
338
|
}[];
|
|
420
|
-
getMergeConObj: () =>
|
|
421
|
-
getConObjParams: () =>
|
|
422
|
-
closeModal: () => void;
|
|
423
|
-
resetChangeWindow: () => void;
|
|
339
|
+
getMergeConObj: () => ISearchParamsType[];
|
|
340
|
+
getConObjParams: () => ISearchParamsType[];
|
|
424
341
|
openSaveToCalss: () => void;
|
|
425
|
-
getConObj: (arr: ISearchType[]) =>
|
|
342
|
+
getConObj: (arr: ISearchType[]) => ISearchParamsType[];
|
|
426
343
|
saveToCalss: () => void;
|
|
427
344
|
handleParentNamesAdd: (e: Event) => void;
|
|
428
345
|
hanldeBlur: () => void;
|
|
@@ -434,6 +351,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
434
351
|
cancelSaveToCalss: () => void;
|
|
435
352
|
clearData: () => void;
|
|
436
353
|
handlerReset: (arr: ISearchType[]) => void;
|
|
354
|
+
setDefaultCon: (widgetArr: ISearchParamsType[]) => void;
|
|
437
355
|
NForm: any;
|
|
438
356
|
NFormItem: import("vue").DefineComponent<{
|
|
439
357
|
readonly label: StringConstructor;
|
|
@@ -757,7 +675,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
757
675
|
[key: string]: any;
|
|
758
676
|
}> | null;
|
|
759
677
|
handleUpdate(val: any, widgetType: any, defValueUnit: any): void;
|
|
760
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
678
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "outFilterChange")[], "update:modelValue" | "outFilterChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
761
679
|
cfg: {
|
|
762
680
|
type: ObjectConstructor;
|
|
763
681
|
required: true;
|
|
@@ -767,38 +685,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
767
685
|
};
|
|
768
686
|
}>> & {
|
|
769
687
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
688
|
+
onOutFilterChange?: ((...args: any[]) => any) | undefined;
|
|
770
689
|
}, {}>;
|
|
771
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
690
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig")[], "onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
772
691
|
searchFieldList: {
|
|
773
692
|
type: PropType<IApiServerType[]>;
|
|
774
693
|
default: () => never[];
|
|
775
694
|
};
|
|
776
|
-
|
|
777
|
-
type:
|
|
778
|
-
default:
|
|
695
|
+
quickSearchConfig: {
|
|
696
|
+
type: PropType<ISearchParamsType[]>;
|
|
697
|
+
default: () => never[];
|
|
779
698
|
};
|
|
780
|
-
|
|
699
|
+
tableId: {
|
|
781
700
|
type: StringConstructor;
|
|
782
701
|
default: string;
|
|
783
702
|
};
|
|
784
|
-
quickSearchListObj: {
|
|
785
|
-
type: PropType<IConditionMapType>;
|
|
786
|
-
default: () => {};
|
|
787
|
-
};
|
|
788
703
|
filterApiConfig: {
|
|
789
704
|
type: ObjectConstructor;
|
|
790
705
|
};
|
|
791
706
|
}>> & {
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
onFilterCountChange?: ((...args: any[]) => any) | undefined;
|
|
795
|
-
onCloseModal?: ((...args: any[]) => any) | undefined;
|
|
796
|
-
onUpdateTableCondiTion?: ((...args: any[]) => any) | undefined;
|
|
707
|
+
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
708
|
+
onGetFilterParam?: ((...args: any[]) => any) | undefined;
|
|
797
709
|
onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
|
|
798
710
|
}, {
|
|
799
|
-
|
|
711
|
+
quickSearchConfig: ISearchParamsType[];
|
|
800
712
|
searchFieldList: IApiServerType[];
|
|
801
713
|
tableId: string;
|
|
802
|
-
quickSearchListObj: IConditionMapType;
|
|
803
714
|
}>;
|
|
804
715
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{defineComponent as e,ref as l,computed as a,watch as t,onMounted as i,openBlock as n,createElementBlock as o,createElementVNode as s,Fragment as r,renderList as u,unref as c,normalizeClass as d,createCommentVNode as v,toDisplayString as f,createBlock as m,createVNode as p,withCtx as h,createTextVNode as g,withDirectives as k,vShow as b,isRef as y}from"vue";import{useMessage as C,NModal as S,NCard as _,NIcon as x,NButton as q,NForm as A,NFormItem as w,NInput as F}from"naive-ui";import{CloseOutline as j,AddOutline as I}from"@vicons/ionicons5";import R from"../../table-filter/src/hooks/useMixins.js";import V from"../../table-filter/src/hooks/useRenderWidget.js";import D from"../../table-filter/src/hooks/useAdvanced.js";import E from"../../table-filter/src/components/render-widget/index.vue.js";import"moment/locale/zh-cn";import{cloneDeep as L}from"lodash-es";import U from"../../../_virtual/plugin-vue_export-helper.js";const z={class:"quick-search-block quick-search-table"},B={class:"quick-row"},T={class:"quick-item-title"},N={class:"quick-item-col"},O={class:"svg-wrap"},P={class:"flex_right"},Q={class:"class-filter-content"},W={class:"quickSearch-content"},M=s("span",{class:"label"},"父类名称:",-1),G=["onDblclick","onClick"],J={key:0,class:"s-content"};var H=U(e({__name:"index",props:{searchFieldList:{type:Array,default:()=>[]},quickSearchConfig:{type:Array,default:()=>[]},tableId:{type:String,default:""},filterApiConfig:{type:Object}},emits:["getFilterParam","onFilterSearch","clearQuickSearchConfig"],setup(e,{expose:U,emit:H}){const K=e,X={classname:{required:!0,message:"请输入分类名称",trigger:["input","blur"]}},Y=C(),{handleGetConfigApi:Z,outQuickSearchFn:$}=R(),{getDefValByRenderWidget:ee,getRenderSearchConObj:le,resetRenderWidgetValue:ae,isRender:te}=V(),{transformData:ie,getCacheDef:ne,transformParams:oe}=D(),se=l(null),re=l({classname:""});let ue=l(!1),ce=l([]),de=l([]),ve=l(!1),fe=l(""),me=a((()=>!!de.value.length&&de.value.some((e=>e.isAdd)))),pe=a((()=>(e,l="name")=>e.alias||e[l]));function he(){return function(e){if(!Array.isArray(e))return[];let l=[];for(let a=0;a<e.length;a++){let t=e[a];const i=le(t);!l.find((e=>e.field_key===i.field_key))&&i&&l.push(i)}return l.filter((e=>e.value))}(ce.value)||[]}function ge(){var e;null==(e=se.value)||e.validate((e=>{var l;if(e)return;let a=he();a.length||(a=[]);let t=null==(l=de.value.filter((e=>e.selected))[0])?void 0:l.value;!async function(e){var l;try{if(!await Z(e,"requestSaveTableCondiTion",{},K.filterApiConfig))return;ue.value=!1,null==(l=se.value)||l.restoreValidation(),re.value.classname="",de.value=[],Se()}catch(e){console.log(e)}}({tableId:K.tableId||"",setting:JSON.stringify({displayCategory:t,name:re.value.classname,conObj:a}),conditionList:"[]"})}))}function ke(e){var l;const a=null==(l=null==e?void 0:e.target)?void 0:l.nextElementSibling;setTimeout((()=>{a&&a.focus()})),ve.value=!0}function be(){ve.value=!1,fe.value&&(de.value.forEach((e=>e.selected=!1)),de.value.push({disabled:!0,value:fe.value,selected:!0,isAdd:!0}),fe.value="")}function ye(e,l){!function(e,l){de.value.splice(e,1)}(e)}function Ce(){ue.value=!1}function Se(){_e(ce.value),H("clearQuickSearchConfig")}function _e(e){Array.isArray(e)&&(e.forEach((e=>{ae(e)})),$.handlerInitSearchItem(ce.value))}return t((()=>K.searchFieldList),(e=>{e&&e.length>0&&function(){let e=L(ie(K.searchFieldList)).filter((e=>1==e.isShowSearch&&1!=e.filterExplicit))||[];ce.value=e||[],$.handlerInitSearchItem(ce.value)}()}),{immediate:!0,deep:!0}),t((()=>ce),(()=>{const e=he()||[],l=oe(e);H("getFilterParam",e,l)}),{deep:!0}),i((()=>{const e=K.quickSearchConfig;if(e&&e.length>0)return l=e,void ce.value.forEach(((e,a)=>{var t;if(te(e)){const a=l.find((l=>l.field_key===e.columnName));a&&(null==(t=a.value)?void 0:t.length)>0&&(e.value=ne(e,a.value))}}));var l;_e(ce.value)})),U({openSaveToCalss:function(){let e=he();e&&(e.length>0?ue.value=!0:Y.warning("请设置搜索条件"))},clearData:Se,onFilterSearch:function(){let e=he()||[];const l=oe(e);return H("onFilterSearch",e,l,!1),ce.value}}),(e,l)=>(n(),o("div",null,[s("div",z,[(n(!0),o(r,null,u(c(ce),(e=>(n(),o("div",{class:d(["quick-item",{"quick-block":e._isBlock}]),key:e.sid||e.columnName},[s("div",B,[v(" title "),s("div",T,[s("span",null,f(c(pe)(e,"title"))+" ",1)]),v(" content "),s("div",N,[v(" 直接渲染组件 "),e.isRender?(n(),m(E,{key:0,cfg:e,modelValue:e.value,"onUpdate:modelValue":l=>e.value=l},null,8,["cfg","modelValue","onUpdate:modelValue"])):v("v-if",!0)])])],2)))),128))]),v(" 保存到分类的弹窗 "),p(c(S),{show:c(ue),maskClosable:!1,"positive-text":"确认","negative-text":"取消",onPositiveClick:ge,onNegativeClick:Ce,class:"classification-modal-block"},{default:h((()=>[p(c(_),{title:"设置筛选分类",style:{width:"520px"},bordered:!1,size:"huge",role:"dialog","aria-modal":"true"},{"header-extra":h((()=>[s("div",O,[p(c(x),{component:c(j),size:"24",onClick:Ce},null,8,["component"])])])),footer:h((()=>[s("div",P,[p(c(q),{onClick:Ce},{default:h((()=>[g("取消")])),_:1}),p(c(q),{type:"info",onClick:ge},{default:h((()=>[g("确认")])),_:1})])])),default:h((()=>[s("div",Q,[p(c(A),{ref_key:"formRef",ref:se,"label-placement":"left",rules:X,model:re.value},{default:h((()=>[p(c(w),{label:"筛选集名称",path:"classname"},{default:h((()=>[p(c(F),{value:re.value.classname,"onUpdate:value":l[0]||(l[0]=e=>re.value.classname=e),placeholder:"请输入分类名称",clearable:""},null,8,["value"])])),_:1})])),_:1},8,["model"]),s("div",W,[M,(n(!0),o(r,null,u(c(de),((e,l)=>(n(),o("div",{class:d(["edit-tag",{"edit-tag-select":e.selected&&e.disabled}]),key:l,onDblclick:l=>function(e,l){l.disabled=!1,setTimeout((()=>{var l;null==(l=e.target)||l.focus()}),0)}(l,e),onClick:a=>function(e,l){e.disabled&&(de.value.forEach(((e,a)=>{a!==l&&(e.selected=!1)})),e.selected=!e.selected)}(e,l)},[e.disabled?(n(),o("div",J,[s("span",null,f(e.value),1)])):(n(),m(c(F),{key:1,style:{width:"100px"},value:e.value,"onUpdate:value":l=>e.value=l,disabled:e.disabled,onBlur:()=>e.disabled=!0,maxLength:10},null,8,["value","onUpdate:value","disabled","onBlur"])),p(c(x),{component:c(j),class:"anticon-close",size:"20",onClick:e=>ye(l)},null,8,["component","onClick"])],42,G)))),128)),c(me)?v("v-if",!0):(n(),o(r,{key:0},[k(p(c(q),{dashed:"",icon:"plus",class:"ant-btn",onClick:ke},{default:h((()=>[p(c(x),{component:c(I),size:"20"},null,8,["component"]),g("添加分类 ")])),_:1},512),[[b,!c(ve)]]),k(p(c(F),{style:{width:"100px"},class:"edit-tag",value:c(fe),"onUpdate:value":l[1]||(l[1]=e=>y(fe)?fe.value=e:fe=e),valueModifiers:{trim:!0},onBlur:be,maxLength:10},null,8,["value"]),[[b,c(ve)]])],64))])])])),_:1})])),_:1},8,["show"])]))}}),[["__file","index.vue"]]);export{H as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter{cursor:pointer;font-size:18px}.classification-modal-block .n-card-header .svg-wrap .iconfont-table-filter:last-child{margin-left:16px}.classification-modal-block .n-card-header .svg-wrap .n-icon{cursor:pointer}.classification-modal-block .n-card__content{overflow-y:auto}.classification-modal-block .n-card__content .table-modal-list .list-title{background-color:#f2f2f4;border:1px solid #e1dfdf;display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-title .list-title-item{font-weight:700;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content{padding:0}.classification-modal-block .n-card__content .table-modal-list .list-content li{display:flex;height:52px;line-height:52px}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item{align-items:center;display:flex;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:25%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-item .n-icon{cursor:pointer;margin-right:8px}.classification-modal-block .n-card__content .table-modal-list .list-content li.checked,.classification-modal-block .n-card__content .table-modal-list .list-content li.checked .text{background-color:#f2f2f2}.classification-modal-block .n-card__content .table-modal-list .list-content li .text{background-color:#fff;display:inline-block;padding:0 10px;position:relative}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line{position:relative;text-align:center;width:75%}.classification-modal-block .n-card__content .table-modal-list .list-content li .list-content-line:before{border:1px solid #e8e8e8;content:"";left:0;margin-top:20px;position:absolute;width:100%}.classification-modal-block .n-card__content .table-modal-list .list-title-item{margin-left:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item{border-bottom:1px solid #e1dfdf;margin-left:-1px;margin-top:-1px;padding:0 10px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch{height:16px;min-width:28px;width:28px}.classification-modal-block .n-card__content .table-modal-list .list-content-item .ant-switch:after{height:12px;width:12px}.classification-modal-block .n-card__content .table-modal-list .list-content-radio,.classification-modal-block .n-card__content .table-modal-list .list-content-switch{text-align:center}.classification-modal-block .n-card__content .table-modal-list .anticon+.anticon{margin-left:8px}.classification-modal-block .n-card__content .class-filter-content .item-name{display:flex;height:32px;line-height:32px;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .item-name .label{text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .item-name .addAction{align-items:center;cursor:pointer;display:flex}.classification-modal-block .n-card__content .class-filter-content .item-name .blue{color:#2d7aff;margin-right:8px}.classification-modal-block .n-card__content .class-filter-content .n-form-item-label{width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content{align-items:center;display:flex;flex-wrap:wrap;line-height:32px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .label{display:inline-block;height:32px;line-height:32px;margin-bottom:10px;text-align:right;width:120px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn-dashed{border-color:#a6a6a6;color:#a6a6a6}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag{margin-bottom:10px;margin-right:10px;position:relative}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .anticon-close{color:#2d7aff;cursor:pointer;line-height:36px;position:absolute;right:5px;top:2px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content{align-items:center;background-color:rgba(45,122,255,.1);border:1px solid #2d7aff;border-radius:3px;box-sizing:border-box;color:#2d7aff;cursor:pointer;display:flex;justify-content:center;opacity:1;padding:0 10px;width:100px}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag .s-content span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .ant-input-disabled,.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .s-content{background-color:#2d7aff;color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .edit-tag.edit-tag-select .anticon-close{color:#fff}.classification-modal-block .n-card__content .class-filter-content .quickSearch-content .ant-btn{margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list{border-top:1px solid #e6e6e6;margin-bottom:6px;margin-top:16px;padding-top:12px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li{align-items:center;display:flex;list-style:none;margin-bottom:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .index-span{display:inline-block;width:30px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item{margin-right:10px;width:120px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .form-item.n-date-picker{width:auto}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper{display:flex;flex-wrap:wrap}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .value-cfg_wrapper .form-item{margin-right:10px}.classification-modal-block .n-card__content .class-filter-content .select-item-list li .delete-item-icon{color:red;cursor:pointer;font-size:18px}.classification-modal-block .n-card__footer{padding-top:10px}.classification-modal-block .n-card__footer .flex_between{display:flex;justify-content:space-between}.classification-modal-block .n-card__footer .flex_right{display:flex;justify-content:right}.classification-modal-block .n-card__footer .n-button{margin-left:8px}.quick-search-block .quick-item{margin-bottom:10px;min-width:32px}.quick-search-block .quick-item .quick-row{align-items:center;display:flex}.quick-search-block .quick-item .quick-row .quick-item-title{line-height:32px;min-width:80px;padding-left:12px;text-align:right}.quick-search-block .quick-item .quick-row .quick-item-col{align-items:center;display:flex;padding:0 12px}.quick-search-block .quick-item .quick-row .quick-item-title-default{width:25%}.quick-search-block .quick-item .quick-row .quick-item-col-default{width:75%}.quick-search-block.quick-search-table .quick-item{display:inline-block}.quick-search-block.quick-search-table .quick-item.quick-block{display:block}
|
|
@@ -736,9 +736,9 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
736
736
|
}, {
|
|
737
737
|
options: import("../../../es/shared/types").AnyObject[];
|
|
738
738
|
placeholder: string;
|
|
739
|
+
valueKey: string;
|
|
739
740
|
editPlaceholder: string;
|
|
740
741
|
labelKey: string;
|
|
741
|
-
valueKey: string;
|
|
742
742
|
commonList: import("./src/types").RecommendItem[];
|
|
743
743
|
recentList: import("./src/types").RecommendItem[];
|
|
744
744
|
}>;
|
|
@@ -804,10 +804,10 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
804
804
|
}, {
|
|
805
805
|
options: import("../../../es/shared/types").AnyObject[];
|
|
806
806
|
mode: "input" | "select";
|
|
807
|
+
valueKey: string;
|
|
807
808
|
clearable: boolean;
|
|
808
809
|
editPlaceholder: string;
|
|
809
810
|
labelKey: string;
|
|
810
|
-
valueKey: string;
|
|
811
811
|
commonList: import("./src/types").RecommendItem[];
|
|
812
812
|
recentList: import("./src/types").RecommendItem[];
|
|
813
813
|
recommendDeletable: boolean;
|
|
@@ -738,9 +738,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
738
738
|
}, {
|
|
739
739
|
options: AnyObject[];
|
|
740
740
|
placeholder: string;
|
|
741
|
+
valueKey: string;
|
|
741
742
|
editPlaceholder: string;
|
|
742
743
|
labelKey: string;
|
|
743
|
-
valueKey: string;
|
|
744
744
|
commonList: RecommendItem[];
|
|
745
745
|
recentList: RecommendItem[];
|
|
746
746
|
}>;
|
|
@@ -806,10 +806,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
806
806
|
}, {
|
|
807
807
|
options: AnyObject[];
|
|
808
808
|
mode: "input" | "select";
|
|
809
|
+
valueKey: string;
|
|
809
810
|
clearable: boolean;
|
|
810
811
|
editPlaceholder: string;
|
|
811
812
|
labelKey: string;
|
|
812
|
-
valueKey: string;
|
|
813
813
|
commonList: RecommendItem[];
|
|
814
814
|
recentList: RecommendItem[];
|
|
815
815
|
recommendDeletable: boolean;
|
|
@@ -291,9 +291,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
291
291
|
}, {
|
|
292
292
|
options: AnyObject[];
|
|
293
293
|
placeholder: string;
|
|
294
|
+
valueKey: string;
|
|
294
295
|
editPlaceholder: string;
|
|
295
296
|
labelKey: string;
|
|
296
|
-
valueKey: string;
|
|
297
297
|
commonList: RecommendItem[];
|
|
298
298
|
recentList: RecommendItem[];
|
|
299
299
|
}>;
|
|
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
onOnClose?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
70
70
|
}, {
|
|
71
|
-
closable: boolean;
|
|
72
71
|
visible: boolean;
|
|
72
|
+
closable: boolean;
|
|
73
73
|
modalWidth: string;
|
|
74
74
|
modalHeight: string;
|
|
75
75
|
title: string | Function;
|