cnhis-design-vue 3.1.42-beta.0 → 3.1.42-release.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
- package/es/components/annotation-edit/style/index.css +1 -1
- package/es/components/big-table/index.d.ts +3 -4
- package/es/components/big-table/src/BigTable.vue.d.ts +3 -4
- package/es/components/big-table/src/BigTable.vue2.js +1 -1
- package/es/components/big-table/style/index.css +1 -1
- package/es/components/button-print/index.d.ts +6 -7
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +6 -7
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +4 -4
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -4
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/fabric-chart/index.d.ts +2 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
- package/es/components/field-set/index.d.ts +2 -2
- package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
- package/es/components/form-config/index.d.ts +37 -46
- package/es/components/form-config/src/FormConfig.vue.d.ts +37 -46
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +16 -16
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +19 -19
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +1 -9
- package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +6 -33
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
- package/es/components/form-config/style/index.css +1 -1
- package/es/components/form-render/index.d.ts +16 -16
- package/es/components/form-render/src/FormRender.vue.d.ts +16 -16
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +16 -16
- package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
- package/es/components/form-render/src/components/renderer/complex.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +2 -4
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +0 -3
- package/es/components/iho-table/src/IhoTable.vue.d.ts +0 -3
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +4 -4
- package/es/components/iho-table/src/constants/index.js +1 -1
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +7 -20
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +1 -18
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +0 -1
- package/es/components/iho-table/src/utils/index.d.ts +0 -1
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -8
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +156 -3799
- package/es/components/info-header/src/InfoHeader.vue.d.ts +156 -3800
- package/es/components/info-header/src/InfoHeader.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +2 -2
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +1 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +139 -2669
- package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +0 -745
- package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -1
- package/es/components/info-header/src/types/index.d.ts +3 -17
- package/es/components/info-header/style/index.css +1 -1
- package/es/components/keyboard/index.d.ts +2 -4
- package/es/components/keyboard/src/Keyboard.vue.d.ts +2 -4
- package/es/components/keyboard/src/Keyboard.vue.js +1 -1
- package/es/components/keyboard/style/index.css +1 -1
- package/es/components/recommend-search/index.d.ts +2 -2
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +2 -2
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +116 -69
- package/es/components/search-cascader/index.d.ts +2 -2
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +2 -2
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
- package/es/components/select-label/index.d.ts +169 -70
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +53 -1
- package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
- package/es/components/select-label/src/SelectLabel.vue.d.ts +116 -70
- package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue.js +1 -1
- package/es/components/select-label/style/index.css +1 -1
- package/es/components/select-person/index.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +17 -17
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +17 -17
- package/es/components/steps-wheel/index.d.ts +0 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +0 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
- package/es/components/steps-wheel/style/index.css +1 -1
- package/es/components/table-filter/index.d.ts +2385 -0
- package/es/components/table-filter/index.js +1 -1
- package/es/components/{base-search/src/index.vue.d.ts → table-filter/src/base-search-com/BaseSearch.vue.d.ts} +91 -26
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -0
- package/es/components/{classification/src/index.vue.d.ts → table-filter/src/classification/Classification-com.vue.d.ts} +291 -57
- package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +0 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +42 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/enums.d.ts +8 -0
- package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +1 -2
- package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/{classification → table-filter}/src/components/search-filter/index.vue.d.ts +93 -10
- package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
- package/es/components/{classification → table-filter}/src/components/set-classification/index.vue.d.ts +130 -5
- package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
- package/es/components/{classification → table-filter}/src/components/table-modal/index.vue.d.ts +42 -0
- package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
- package/es/components/table-filter/src/const/index.d.ts +5 -0
- package/es/components/table-filter/src/const/index.js +1 -0
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +1 -4
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +54 -1
- package/es/components/table-filter/src/hooks/useMixins.js +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
- package/es/components/table-filter/src/hooks/useTableSearchCon.d.ts +8 -0
- package/es/components/table-filter/src/hooks/useTableSearchCon.js +1 -0
- package/es/components/table-filter/src/hooks/useWordBookutils.d.ts +12 -0
- package/es/components/table-filter/src/hooks/useWordBookutils.js +1 -0
- package/es/components/{quick-search/src/index.vue.d.ts → table-filter/src/quick-search/QuickSearch.vue.d.ts} +120 -31
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -0
- package/es/components/table-filter/src/tool/generateDefOptions.js +1 -1
- package/es/components/table-filter/src/tool/time-domain.d.ts +39 -0
- package/es/components/table-filter/src/tool/time-domain.js +1 -0
- package/es/components/table-filter/src/tool/transformData.d.ts +37 -1
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/tool/utils.d.ts +4 -0
- package/es/components/table-filter/src/tool/utils.js +1 -0
- package/es/components/table-filter/src/types/enums.d.ts +0 -1
- package/es/components/table-filter/src/types/enums.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +169 -13
- package/es/components/table-filter/style/index.css +1 -0
- package/es/shared/utils/index.d.ts +0 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
- package/es/components/base-search/index.d.ts +0 -293
- package/es/components/base-search/index.js +0 -1
- package/es/components/base-search/src/index.vue.js +0 -1
- package/es/components/base-search/style/iconfont.ttf +0 -0
- package/es/components/base-search/style/index.css +0 -1
- package/es/components/button-print/src/api.d.ts +0 -3
- package/es/components/button-print/src/api.js +0 -1
- package/es/components/classification/index.d.ts +0 -995
- package/es/components/classification/index.js +0 -1
- package/es/components/classification/src/components/search-filter/index.vue.js +0 -1
- package/es/components/classification/src/components/set-classification/index.vue.js +0 -1
- package/es/components/classification/src/components/table-modal/index.vue.js +0 -1
- package/es/components/classification/src/const/index.d.ts +0 -2
- package/es/components/classification/src/const/index.js +0 -1
- package/es/components/classification/src/index.vue.js +0 -1
- package/es/components/classification/style/iconfont.ttf +0 -0
- package/es/components/classification/style/index.css +0 -1
- package/es/components/config-provider/index.d.ts +0 -14
- package/es/components/config-provider/index.js +0 -1
- package/es/components/config-provider/src/ConfigProvider.d.ts +0 -14
- package/es/components/config-provider/src/ConfigProvider.js +0 -1
- package/es/components/config-provider/src/interface.d.ts +0 -19
- package/es/components/config-provider/src/interface.js +0 -1
- package/es/components/config-provider/src/utils/index.d.ts +0 -2
- package/es/components/config-provider/src/utils/index.js +0 -1
- package/es/components/date-picker/index.d.ts +0 -20
- package/es/components/date-picker/index.js +0 -1
- package/es/components/date-picker/src/DatePicker.vue.d.ts +0 -20
- package/es/components/date-picker/src/DatePicker.vue.js +0 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +0 -1842
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.js +0 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +0 -1972
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.js +0 -1
- package/es/components/info-header/src/constants/index.d.ts +0 -4
- package/es/components/info-header/src/constants/index.js +0 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +0 -4
- package/es/components/info-header/src/hooks/useThemeOverrides.js +0 -1
- package/es/components/keyboard/src/constants/index.d.ts +0 -2
- package/es/components/keyboard/src/constants/index.js +0 -1
- package/es/components/quick-search/index.d.ts +0 -713
- package/es/components/quick-search/index.js +0 -1
- package/es/components/quick-search/src/index.vue.js +0 -1
- package/es/components/quick-search/style/index.css +0 -1
- package/es/components/select-label/style/iconfont.ttf +0 -0
- package/es/components/steps-wheel/src/constants/index.d.ts +0 -2
- package/es/components/steps-wheel/src/constants/index.js +0 -1
- package/es/components/time-picker/index.d.ts +0 -18
- package/es/components/time-picker/index.js +0 -1
- package/es/components/time-picker/src/TimePicker.vue.d.ts +0 -18
- package/es/components/time-picker/src/TimePicker.vue.js +0 -1
- package/es/shared/mixins/index.d.ts +0 -1
- package/es/shared/mixins/index.js +0 -1
- package/es/shared/mixins/useTheme.d.ts +0 -3
- package/es/shared/mixins/useTheme.js +0 -1
- /package/es/components/{classification → table-filter}/src/directive/flexibleResize.d.ts +0 -0
- /package/es/components/{classification → table-filter}/src/directive/flexibleResize.js +0 -0
- /package/es/components/{base-search → table-filter}/src/directive/resize.d.ts +0 -0
- /package/es/components/{base-search → table-filter}/src/directive/resize.js +0 -0
- /package/es/components/table-filter/src/tool/{baseOptions.d.ts → options.d.ts} +0 -0
- /package/es/components/table-filter/src/tool/{baseOptions.js → options.js} +0 -0
- /package/es/components/{base-search → table-filter}/src/tool/resizeSensor.d.ts +0 -0
- /package/es/components/{base-search → table-filter}/src/tool/resizeSensor.js +0 -0
|
@@ -1,713 +0,0 @@
|
|
|
1
|
-
import { SFCWithInstall } from '../../../es/shared/types';
|
|
2
|
-
declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
-
searchFieldList: {
|
|
4
|
-
type: import("vue").PropType<import("..").IApiServerType[]>;
|
|
5
|
-
default: () => never[];
|
|
6
|
-
};
|
|
7
|
-
quickSearchConfig: {
|
|
8
|
-
type: import("vue").PropType<import("..").ISearchParamsType[]>;
|
|
9
|
-
default: () => never[];
|
|
10
|
-
};
|
|
11
|
-
tableId: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
filterApiConfig: {
|
|
16
|
-
type: ObjectConstructor;
|
|
17
|
-
};
|
|
18
|
-
}, {
|
|
19
|
-
rules: {
|
|
20
|
-
classname: {
|
|
21
|
-
required: boolean;
|
|
22
|
-
message: string;
|
|
23
|
-
trigger: string[];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
$message: import("naive-ui").MessageApi;
|
|
27
|
-
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
28
|
-
outQuickSearchFn: {
|
|
29
|
-
handlerInitSearchItem(arr: import("..").ISearchType[]): void;
|
|
30
|
-
};
|
|
31
|
-
getDefValByRenderWidget: (cfg: import("..").ISearchType) => any;
|
|
32
|
-
getRenderSearchConObj: (cfg: import("..").ISearchType) => {
|
|
33
|
-
field_key: string;
|
|
34
|
-
con: string | undefined;
|
|
35
|
-
value: any[] | null;
|
|
36
|
-
unit: null;
|
|
37
|
-
} | null;
|
|
38
|
-
resetRenderWidgetValue: (cfg: import("..").ISearchType) => any;
|
|
39
|
-
isRender: (cfg: import("..").ISearchType) => any;
|
|
40
|
-
transformData: (advancedFilterData: import("..").IApiServerType[]) => {
|
|
41
|
-
fieldType: string;
|
|
42
|
-
columnName: string;
|
|
43
|
-
settingObj: {};
|
|
44
|
-
setting: string;
|
|
45
|
-
widgetCfg: {
|
|
46
|
-
isRender: boolean;
|
|
47
|
-
widgetType: string | null;
|
|
48
|
-
valueList: {
|
|
49
|
-
value: any;
|
|
50
|
-
label: string;
|
|
51
|
-
}[] | undefined;
|
|
52
|
-
defaultValue: any;
|
|
53
|
-
defValueUnit: any;
|
|
54
|
-
multiple: boolean;
|
|
55
|
-
};
|
|
56
|
-
title: string;
|
|
57
|
-
alias: string | undefined;
|
|
58
|
-
isShowSearch: number;
|
|
59
|
-
filterExplicit: number;
|
|
60
|
-
explicitRequired: number;
|
|
61
|
-
advanceOptionSetting: string;
|
|
62
|
-
placeholder: string | undefined;
|
|
63
|
-
advanceColWidth: string;
|
|
64
|
-
}[];
|
|
65
|
-
getCacheDef: (item: import("..").ISearchType, cacheList: string[]) => string | string[];
|
|
66
|
-
transformParams: (paramsList: any) => {};
|
|
67
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
-
searchFieldList: {
|
|
69
|
-
type: import("vue").PropType<import("..").IApiServerType[]>;
|
|
70
|
-
default: () => never[];
|
|
71
|
-
};
|
|
72
|
-
quickSearchConfig: {
|
|
73
|
-
type: import("vue").PropType<import("..").ISearchParamsType[]>;
|
|
74
|
-
default: () => never[];
|
|
75
|
-
};
|
|
76
|
-
tableId: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
|
-
filterApiConfig: {
|
|
81
|
-
type: ObjectConstructor;
|
|
82
|
-
};
|
|
83
|
-
}>> & {
|
|
84
|
-
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
85
|
-
onGetFilterParam?: ((...args: any[]) => any) | undefined;
|
|
86
|
-
onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
|
|
87
|
-
}>>;
|
|
88
|
-
emit: (event: "onFilterSearch" | "getFilterParam" | "clearQuickSearchConfig", ...args: any[]) => void;
|
|
89
|
-
formRef: any;
|
|
90
|
-
formValue: import("vue").Ref<{
|
|
91
|
-
classname: string;
|
|
92
|
-
}>;
|
|
93
|
-
showInner: import("vue").Ref<boolean>;
|
|
94
|
-
quickSearch: import("vue").Ref<{
|
|
95
|
-
columnName: string;
|
|
96
|
-
title: string;
|
|
97
|
-
fieldType?: string | undefined;
|
|
98
|
-
filterExplicit?: number | undefined;
|
|
99
|
-
isShowSearch?: number | undefined;
|
|
100
|
-
setting?: any;
|
|
101
|
-
settingObj?: any;
|
|
102
|
-
placeholder?: string | undefined;
|
|
103
|
-
AGEAttr?: boolean | undefined;
|
|
104
|
-
CL?: string | undefined;
|
|
105
|
-
CONVERT?: any;
|
|
106
|
-
EVALUATEAttr?: boolean | undefined;
|
|
107
|
-
EQ?: string | undefined;
|
|
108
|
-
LABELAttr?: boolean | undefined;
|
|
109
|
-
_isBlock?: boolean | undefined;
|
|
110
|
-
_frontId?: any;
|
|
111
|
-
NUMBERFiled?: boolean | undefined;
|
|
112
|
-
PASSWORDTYPE?: boolean | undefined;
|
|
113
|
-
advanceColWidth?: string | undefined;
|
|
114
|
-
advanceOptionSetting?: string | undefined;
|
|
115
|
-
alias?: string | undefined;
|
|
116
|
-
ageObj?: any;
|
|
117
|
-
attr?: string | undefined;
|
|
118
|
-
bigValue?: string | number | undefined;
|
|
119
|
-
classify?: string | undefined;
|
|
120
|
-
colWidth?: number | undefined;
|
|
121
|
-
columnFullName?: string | undefined;
|
|
122
|
-
com?: string | undefined;
|
|
123
|
-
comType?: string | undefined;
|
|
124
|
-
comAttr?: string | undefined;
|
|
125
|
-
con?: string | undefined;
|
|
126
|
-
dataSource?: any;
|
|
127
|
-
dictionarieObj?: any;
|
|
128
|
-
explicitRequired?: number | undefined;
|
|
129
|
-
explicitDefaultVal?: string | undefined;
|
|
130
|
-
extraField?: boolean | undefined;
|
|
131
|
-
fieldSetting?: string | undefined;
|
|
132
|
-
format?: string | undefined;
|
|
133
|
-
i18n?: string | undefined;
|
|
134
|
-
id?: string | undefined;
|
|
135
|
-
inputVal?: string | undefined;
|
|
136
|
-
inputUnit?: string | undefined;
|
|
137
|
-
isAvg?: number | undefined;
|
|
138
|
-
isEdit?: number | undefined;
|
|
139
|
-
isFixed?: number | undefined;
|
|
140
|
-
isFixedShow?: number | undefined;
|
|
141
|
-
isFontWeight?: number | undefined;
|
|
142
|
-
isMerge?: number | undefined;
|
|
143
|
-
isOrder?: number | undefined;
|
|
144
|
-
isPreciseSearch?: boolean | undefined;
|
|
145
|
-
isRender?: boolean | undefined;
|
|
146
|
-
isSearch?: number | undefined;
|
|
147
|
-
isShow?: number | undefined;
|
|
148
|
-
isSort?: number | undefined;
|
|
149
|
-
isSum?: number | undefined;
|
|
150
|
-
labelObj?: any;
|
|
151
|
-
labelList?: {
|
|
152
|
-
labelId?: string | undefined;
|
|
153
|
-
change_text: string;
|
|
154
|
-
field_key: string;
|
|
155
|
-
filter: {
|
|
156
|
-
con: string;
|
|
157
|
-
conName?: string | undefined;
|
|
158
|
-
field_key: string;
|
|
159
|
-
key?: string | undefined;
|
|
160
|
-
value: string;
|
|
161
|
-
}[];
|
|
162
|
-
label: string;
|
|
163
|
-
labelName: string;
|
|
164
|
-
sqlExpression: string;
|
|
165
|
-
value: string;
|
|
166
|
-
isSelect?: boolean | undefined;
|
|
167
|
-
}[] | undefined;
|
|
168
|
-
labelSelectList?: {
|
|
169
|
-
labelId?: string | undefined;
|
|
170
|
-
change_text: string;
|
|
171
|
-
field_key: string;
|
|
172
|
-
filter: {
|
|
173
|
-
con: string;
|
|
174
|
-
conName?: string | undefined;
|
|
175
|
-
field_key: string;
|
|
176
|
-
key?: string | undefined;
|
|
177
|
-
value: string;
|
|
178
|
-
}[];
|
|
179
|
-
label: string;
|
|
180
|
-
labelName: string;
|
|
181
|
-
sqlExpression: string;
|
|
182
|
-
value: string;
|
|
183
|
-
isSelect?: boolean | undefined;
|
|
184
|
-
}[] | undefined;
|
|
185
|
-
lessValue?: string | number | undefined;
|
|
186
|
-
marginx?: string | undefined;
|
|
187
|
-
notParticipatingSearch?: number | undefined;
|
|
188
|
-
order?: string | undefined;
|
|
189
|
-
QUOTE?: any;
|
|
190
|
-
searchPageConfig?: any;
|
|
191
|
-
selecteds?: any;
|
|
192
|
-
sequence?: number | undefined;
|
|
193
|
-
showDate?: boolean | undefined;
|
|
194
|
-
showFormat?: string | undefined;
|
|
195
|
-
showTime?: boolean | undefined;
|
|
196
|
-
sid?: string | undefined;
|
|
197
|
-
start_val?: number | null | undefined;
|
|
198
|
-
end_val?: number | null | undefined;
|
|
199
|
-
tempCon?: any;
|
|
200
|
-
tableId?: string | undefined;
|
|
201
|
-
value?: any;
|
|
202
|
-
unit?: string | undefined;
|
|
203
|
-
widgetCfg?: any;
|
|
204
|
-
formTitle?: string | undefined;
|
|
205
|
-
random_key?: string | undefined;
|
|
206
|
-
widgetType?: any;
|
|
207
|
-
hasFieldList?: any;
|
|
208
|
-
search_DefaultValue?: any;
|
|
209
|
-
}[]>;
|
|
210
|
-
parentNames: import("vue").Ref<{
|
|
211
|
-
disabled: boolean;
|
|
212
|
-
isAdd?: boolean | undefined;
|
|
213
|
-
selected: boolean;
|
|
214
|
-
value: string;
|
|
215
|
-
}[]>;
|
|
216
|
-
showAdd: import("vue").Ref<boolean>;
|
|
217
|
-
addVal: import("vue").Ref<string>;
|
|
218
|
-
parentNamesHasAdd: import("vue").ComputedRef<boolean>;
|
|
219
|
-
handleName: import("vue").ComputedRef<(item: import("..").ISearchType, key?: string) => any>;
|
|
220
|
-
init: () => void;
|
|
221
|
-
onFilterSearch: () => {
|
|
222
|
-
columnName: string;
|
|
223
|
-
title: string;
|
|
224
|
-
fieldType?: string | undefined;
|
|
225
|
-
filterExplicit?: number | undefined;
|
|
226
|
-
isShowSearch?: number | undefined;
|
|
227
|
-
setting?: any;
|
|
228
|
-
settingObj?: any;
|
|
229
|
-
placeholder?: string | undefined;
|
|
230
|
-
AGEAttr?: boolean | undefined;
|
|
231
|
-
CL?: string | undefined;
|
|
232
|
-
CONVERT?: any;
|
|
233
|
-
EVALUATEAttr?: boolean | undefined;
|
|
234
|
-
EQ?: string | undefined;
|
|
235
|
-
LABELAttr?: boolean | undefined;
|
|
236
|
-
_isBlock?: boolean | undefined;
|
|
237
|
-
_frontId?: any;
|
|
238
|
-
NUMBERFiled?: boolean | undefined;
|
|
239
|
-
PASSWORDTYPE?: boolean | undefined;
|
|
240
|
-
advanceColWidth?: string | undefined;
|
|
241
|
-
advanceOptionSetting?: string | undefined;
|
|
242
|
-
alias?: string | undefined;
|
|
243
|
-
ageObj?: any;
|
|
244
|
-
attr?: string | undefined;
|
|
245
|
-
bigValue?: string | number | undefined;
|
|
246
|
-
classify?: string | undefined;
|
|
247
|
-
colWidth?: number | undefined;
|
|
248
|
-
columnFullName?: string | undefined;
|
|
249
|
-
com?: string | undefined;
|
|
250
|
-
comType?: string | undefined;
|
|
251
|
-
comAttr?: string | undefined;
|
|
252
|
-
con?: string | undefined;
|
|
253
|
-
dataSource?: any;
|
|
254
|
-
dictionarieObj?: any;
|
|
255
|
-
explicitRequired?: number | undefined;
|
|
256
|
-
explicitDefaultVal?: string | undefined;
|
|
257
|
-
extraField?: boolean | undefined;
|
|
258
|
-
fieldSetting?: string | undefined;
|
|
259
|
-
format?: string | undefined;
|
|
260
|
-
i18n?: string | undefined;
|
|
261
|
-
id?: string | undefined;
|
|
262
|
-
inputVal?: string | undefined;
|
|
263
|
-
inputUnit?: string | undefined;
|
|
264
|
-
isAvg?: number | undefined;
|
|
265
|
-
isEdit?: number | undefined;
|
|
266
|
-
isFixed?: number | undefined;
|
|
267
|
-
isFixedShow?: number | undefined;
|
|
268
|
-
isFontWeight?: number | undefined;
|
|
269
|
-
isMerge?: number | undefined;
|
|
270
|
-
isOrder?: number | undefined;
|
|
271
|
-
isPreciseSearch?: boolean | undefined;
|
|
272
|
-
isRender?: boolean | undefined;
|
|
273
|
-
isSearch?: number | undefined;
|
|
274
|
-
isShow?: number | undefined;
|
|
275
|
-
isSort?: number | undefined;
|
|
276
|
-
isSum?: number | undefined;
|
|
277
|
-
labelObj?: any;
|
|
278
|
-
labelList?: {
|
|
279
|
-
labelId?: string | undefined;
|
|
280
|
-
change_text: string;
|
|
281
|
-
field_key: string;
|
|
282
|
-
filter: {
|
|
283
|
-
con: string;
|
|
284
|
-
conName?: string | undefined;
|
|
285
|
-
field_key: string;
|
|
286
|
-
key?: string | undefined;
|
|
287
|
-
value: string;
|
|
288
|
-
}[];
|
|
289
|
-
label: string;
|
|
290
|
-
labelName: string;
|
|
291
|
-
sqlExpression: string;
|
|
292
|
-
value: string;
|
|
293
|
-
isSelect?: boolean | undefined;
|
|
294
|
-
}[] | undefined;
|
|
295
|
-
labelSelectList?: {
|
|
296
|
-
labelId?: string | undefined;
|
|
297
|
-
change_text: string;
|
|
298
|
-
field_key: string;
|
|
299
|
-
filter: {
|
|
300
|
-
con: string;
|
|
301
|
-
conName?: string | undefined;
|
|
302
|
-
field_key: string;
|
|
303
|
-
key?: string | undefined;
|
|
304
|
-
value: string;
|
|
305
|
-
}[];
|
|
306
|
-
label: string;
|
|
307
|
-
labelName: string;
|
|
308
|
-
sqlExpression: string;
|
|
309
|
-
value: string;
|
|
310
|
-
isSelect?: boolean | undefined;
|
|
311
|
-
}[] | undefined;
|
|
312
|
-
lessValue?: string | number | undefined;
|
|
313
|
-
marginx?: string | undefined;
|
|
314
|
-
notParticipatingSearch?: number | undefined;
|
|
315
|
-
order?: string | undefined;
|
|
316
|
-
QUOTE?: any;
|
|
317
|
-
searchPageConfig?: any;
|
|
318
|
-
selecteds?: any;
|
|
319
|
-
sequence?: number | undefined;
|
|
320
|
-
showDate?: boolean | undefined;
|
|
321
|
-
showFormat?: string | undefined;
|
|
322
|
-
showTime?: boolean | undefined;
|
|
323
|
-
sid?: string | undefined;
|
|
324
|
-
start_val?: number | null | undefined;
|
|
325
|
-
end_val?: number | null | undefined;
|
|
326
|
-
tempCon?: any;
|
|
327
|
-
tableId?: string | undefined;
|
|
328
|
-
value?: any;
|
|
329
|
-
unit?: string | undefined;
|
|
330
|
-
widgetCfg?: any;
|
|
331
|
-
formTitle?: string | undefined;
|
|
332
|
-
random_key?: string | undefined;
|
|
333
|
-
widgetType?: any;
|
|
334
|
-
hasFieldList?: any;
|
|
335
|
-
search_DefaultValue?: any;
|
|
336
|
-
}[];
|
|
337
|
-
getMergeConObj: () => import("..").ISearchParamsType[];
|
|
338
|
-
getConObjParams: () => import("..").ISearchParamsType[];
|
|
339
|
-
openSaveToCalss: () => void;
|
|
340
|
-
getConObj: (arr: import("..").ISearchType[]) => import("..").ISearchParamsType[];
|
|
341
|
-
saveToCalss: () => void;
|
|
342
|
-
handleParentNamesAdd: (e: Event) => void;
|
|
343
|
-
hanldeBlur: () => void;
|
|
344
|
-
editParentName: (e: Event, item: import("..").IParentNamesType) => void;
|
|
345
|
-
handleParentNameSelect: (item: import("..").IParentNamesType, index: number) => void;
|
|
346
|
-
handleParentNamesRemove: (index: number, item: import("..").IParentNamesType) => void;
|
|
347
|
-
handleParent: (index: number, item: import("..").IParentNamesType) => void;
|
|
348
|
-
saveTableCondiTion: (params: import("..").ISaveType) => Promise<void>;
|
|
349
|
-
cancelSaveToCalss: () => void;
|
|
350
|
-
clearData: () => void;
|
|
351
|
-
handlerReset: (arr: import("..").ISearchType[]) => void;
|
|
352
|
-
setDefaultCon: (widgetArr: import("..").ISearchParamsType[]) => void;
|
|
353
|
-
NForm: any;
|
|
354
|
-
NFormItem: import("vue").DefineComponent<{
|
|
355
|
-
readonly label: StringConstructor;
|
|
356
|
-
readonly labelWidth: import("vue").PropType<string | number>;
|
|
357
|
-
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
358
|
-
readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
359
|
-
readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
360
|
-
readonly path: StringConstructor;
|
|
361
|
-
readonly first: BooleanConstructor;
|
|
362
|
-
readonly rulePath: StringConstructor;
|
|
363
|
-
readonly required: BooleanConstructor;
|
|
364
|
-
readonly showRequireMark: {
|
|
365
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
366
|
-
readonly default: undefined;
|
|
367
|
-
};
|
|
368
|
-
readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
|
|
369
|
-
readonly showFeedback: {
|
|
370
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
371
|
-
readonly default: undefined;
|
|
372
|
-
};
|
|
373
|
-
readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
374
|
-
readonly size: import("vue").PropType<"small" | "medium" | "large">;
|
|
375
|
-
readonly ignorePathChange: BooleanConstructor;
|
|
376
|
-
readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
|
|
377
|
-
readonly feedback: StringConstructor;
|
|
378
|
-
readonly showLabel: {
|
|
379
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
380
|
-
readonly default: undefined;
|
|
381
|
-
};
|
|
382
|
-
readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
|
|
383
|
-
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
384
|
-
blankHeightSmall: string;
|
|
385
|
-
blankHeightMedium: string;
|
|
386
|
-
blankHeightLarge: string;
|
|
387
|
-
lineHeight: string;
|
|
388
|
-
labelTextColor: string;
|
|
389
|
-
asteriskColor: string;
|
|
390
|
-
feedbackTextColorError: string;
|
|
391
|
-
feedbackTextColorWarning: string;
|
|
392
|
-
feedbackTextColor: string;
|
|
393
|
-
feedbackPadding: string;
|
|
394
|
-
feedbackHeightSmall: string;
|
|
395
|
-
feedbackHeightMedium: string;
|
|
396
|
-
feedbackHeightLarge: string;
|
|
397
|
-
feedbackFontSizeSmall: string;
|
|
398
|
-
feedbackFontSizeMedium: string;
|
|
399
|
-
feedbackFontSizeLarge: string;
|
|
400
|
-
labelFontSizeLeftSmall: string;
|
|
401
|
-
labelFontSizeLeftMedium: string;
|
|
402
|
-
labelFontSizeLeftLarge: string;
|
|
403
|
-
labelFontSizeTopSmall: string;
|
|
404
|
-
labelFontSizeTopMedium: string;
|
|
405
|
-
labelFontSizeTopLarge: string;
|
|
406
|
-
labelHeightSmall: string;
|
|
407
|
-
labelHeightMedium: string;
|
|
408
|
-
labelHeightLarge: string;
|
|
409
|
-
labelPaddingVertical: string;
|
|
410
|
-
labelPaddingHorizontal: string;
|
|
411
|
-
labelTextAlignVertical: string;
|
|
412
|
-
labelTextAlignHorizontal: string;
|
|
413
|
-
}, any>>;
|
|
414
|
-
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
415
|
-
blankHeightSmall: string;
|
|
416
|
-
blankHeightMedium: string;
|
|
417
|
-
blankHeightLarge: string;
|
|
418
|
-
lineHeight: string;
|
|
419
|
-
labelTextColor: string;
|
|
420
|
-
asteriskColor: string;
|
|
421
|
-
feedbackTextColorError: string;
|
|
422
|
-
feedbackTextColorWarning: string;
|
|
423
|
-
feedbackTextColor: string;
|
|
424
|
-
feedbackPadding: string;
|
|
425
|
-
feedbackHeightSmall: string;
|
|
426
|
-
feedbackHeightMedium: string;
|
|
427
|
-
feedbackHeightLarge: string;
|
|
428
|
-
feedbackFontSizeSmall: string;
|
|
429
|
-
feedbackFontSizeMedium: string;
|
|
430
|
-
feedbackFontSizeLarge: string;
|
|
431
|
-
labelFontSizeLeftSmall: string;
|
|
432
|
-
labelFontSizeLeftMedium: string;
|
|
433
|
-
labelFontSizeLeftLarge: string;
|
|
434
|
-
labelFontSizeTopSmall: string;
|
|
435
|
-
labelFontSizeTopMedium: string;
|
|
436
|
-
labelFontSizeTopLarge: string;
|
|
437
|
-
labelHeightSmall: string;
|
|
438
|
-
labelHeightMedium: string;
|
|
439
|
-
labelHeightLarge: string;
|
|
440
|
-
labelPaddingVertical: string;
|
|
441
|
-
labelPaddingHorizontal: string;
|
|
442
|
-
labelTextAlignVertical: string;
|
|
443
|
-
labelTextAlignHorizontal: string;
|
|
444
|
-
}, any>>>;
|
|
445
|
-
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
446
|
-
blankHeightSmall: string;
|
|
447
|
-
blankHeightMedium: string;
|
|
448
|
-
blankHeightLarge: string;
|
|
449
|
-
lineHeight: string;
|
|
450
|
-
labelTextColor: string;
|
|
451
|
-
asteriskColor: string;
|
|
452
|
-
feedbackTextColorError: string;
|
|
453
|
-
feedbackTextColorWarning: string;
|
|
454
|
-
feedbackTextColor: string;
|
|
455
|
-
feedbackPadding: string;
|
|
456
|
-
feedbackHeightSmall: string;
|
|
457
|
-
feedbackHeightMedium: string;
|
|
458
|
-
feedbackHeightLarge: string;
|
|
459
|
-
feedbackFontSizeSmall: string;
|
|
460
|
-
feedbackFontSizeMedium: string;
|
|
461
|
-
feedbackFontSizeLarge: string;
|
|
462
|
-
labelFontSizeLeftSmall: string;
|
|
463
|
-
labelFontSizeLeftMedium: string;
|
|
464
|
-
labelFontSizeLeftLarge: string;
|
|
465
|
-
labelFontSizeTopSmall: string;
|
|
466
|
-
labelFontSizeTopMedium: string;
|
|
467
|
-
labelFontSizeTopLarge: string;
|
|
468
|
-
labelHeightSmall: string;
|
|
469
|
-
labelHeightMedium: string;
|
|
470
|
-
labelHeightLarge: string;
|
|
471
|
-
labelPaddingVertical: string;
|
|
472
|
-
labelPaddingHorizontal: string;
|
|
473
|
-
labelTextAlignVertical: string;
|
|
474
|
-
labelTextAlignHorizontal: string;
|
|
475
|
-
}, any>>>;
|
|
476
|
-
}, {
|
|
477
|
-
cssVars: import("vue").ComputedRef<{
|
|
478
|
-
'--n-bezier': string;
|
|
479
|
-
'--n-line-height': string;
|
|
480
|
-
'--n-blank-height': string;
|
|
481
|
-
'--n-label-font-size': string;
|
|
482
|
-
'--n-label-text-align': string;
|
|
483
|
-
'--n-label-height': string;
|
|
484
|
-
'--n-label-padding': string;
|
|
485
|
-
'--n-asterisk-color': string;
|
|
486
|
-
'--n-label-text-color': string;
|
|
487
|
-
'--n-feedback-padding': string;
|
|
488
|
-
'--n-feedback-font-size': string;
|
|
489
|
-
'--n-feedback-height': string;
|
|
490
|
-
'--n-feedback-text-color': string;
|
|
491
|
-
'--n-feedback-text-color-warning': string;
|
|
492
|
-
'--n-feedback-text-color-error': string;
|
|
493
|
-
}> | undefined;
|
|
494
|
-
themeClass: import("vue").Ref<string>;
|
|
495
|
-
onRender: () => void;
|
|
496
|
-
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
497
|
-
restoreValidation: () => void;
|
|
498
|
-
path?: string | undefined;
|
|
499
|
-
internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
|
|
500
|
-
mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
|
|
501
|
-
validationErrored: import("vue").Ref<boolean>;
|
|
502
|
-
mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
|
|
503
|
-
mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
504
|
-
mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
|
|
505
|
-
mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
|
|
506
|
-
mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
|
|
507
|
-
mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
|
|
508
|
-
mergedShowFeedback: import("vue").ComputedRef<boolean>;
|
|
509
|
-
mergedShowLabel: import("vue").ComputedRef<boolean>;
|
|
510
|
-
isAutoLabelWidth: import("vue").ComputedRef<boolean>;
|
|
511
|
-
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
512
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
513
|
-
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
514
|
-
feedbackId: import("vue").Ref<string>;
|
|
515
|
-
renderExplains: import("vue").Ref<{
|
|
516
|
-
key: string;
|
|
517
|
-
render: () => import("vue").VNodeChild;
|
|
518
|
-
}[]>;
|
|
519
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
520
|
-
readonly label: StringConstructor;
|
|
521
|
-
readonly labelWidth: import("vue").PropType<string | number>;
|
|
522
|
-
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
523
|
-
readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
524
|
-
readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
525
|
-
readonly path: StringConstructor;
|
|
526
|
-
readonly first: BooleanConstructor;
|
|
527
|
-
readonly rulePath: StringConstructor;
|
|
528
|
-
readonly required: BooleanConstructor;
|
|
529
|
-
readonly showRequireMark: {
|
|
530
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
531
|
-
readonly default: undefined;
|
|
532
|
-
};
|
|
533
|
-
readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
|
|
534
|
-
readonly showFeedback: {
|
|
535
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
536
|
-
readonly default: undefined;
|
|
537
|
-
};
|
|
538
|
-
readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
539
|
-
readonly size: import("vue").PropType<"small" | "medium" | "large">;
|
|
540
|
-
readonly ignorePathChange: BooleanConstructor;
|
|
541
|
-
readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
|
|
542
|
-
readonly feedback: StringConstructor;
|
|
543
|
-
readonly showLabel: {
|
|
544
|
-
readonly type: import("vue").PropType<boolean | undefined>;
|
|
545
|
-
readonly default: undefined;
|
|
546
|
-
};
|
|
547
|
-
readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
|
|
548
|
-
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
549
|
-
blankHeightSmall: string;
|
|
550
|
-
blankHeightMedium: string;
|
|
551
|
-
blankHeightLarge: string;
|
|
552
|
-
lineHeight: string;
|
|
553
|
-
labelTextColor: string;
|
|
554
|
-
asteriskColor: string;
|
|
555
|
-
feedbackTextColorError: string;
|
|
556
|
-
feedbackTextColorWarning: string;
|
|
557
|
-
feedbackTextColor: string;
|
|
558
|
-
feedbackPadding: string;
|
|
559
|
-
feedbackHeightSmall: string;
|
|
560
|
-
feedbackHeightMedium: string;
|
|
561
|
-
feedbackHeightLarge: string;
|
|
562
|
-
feedbackFontSizeSmall: string;
|
|
563
|
-
feedbackFontSizeMedium: string;
|
|
564
|
-
feedbackFontSizeLarge: string;
|
|
565
|
-
labelFontSizeLeftSmall: string;
|
|
566
|
-
labelFontSizeLeftMedium: string;
|
|
567
|
-
labelFontSizeLeftLarge: string;
|
|
568
|
-
labelFontSizeTopSmall: string;
|
|
569
|
-
labelFontSizeTopMedium: string;
|
|
570
|
-
labelFontSizeTopLarge: string;
|
|
571
|
-
labelHeightSmall: string;
|
|
572
|
-
labelHeightMedium: string;
|
|
573
|
-
labelHeightLarge: string;
|
|
574
|
-
labelPaddingVertical: string;
|
|
575
|
-
labelPaddingHorizontal: string;
|
|
576
|
-
labelTextAlignVertical: string;
|
|
577
|
-
labelTextAlignHorizontal: string;
|
|
578
|
-
}, any>>;
|
|
579
|
-
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
580
|
-
blankHeightSmall: string;
|
|
581
|
-
blankHeightMedium: string;
|
|
582
|
-
blankHeightLarge: string;
|
|
583
|
-
lineHeight: string;
|
|
584
|
-
labelTextColor: string;
|
|
585
|
-
asteriskColor: string;
|
|
586
|
-
feedbackTextColorError: string;
|
|
587
|
-
feedbackTextColorWarning: string;
|
|
588
|
-
feedbackTextColor: string;
|
|
589
|
-
feedbackPadding: string;
|
|
590
|
-
feedbackHeightSmall: string;
|
|
591
|
-
feedbackHeightMedium: string;
|
|
592
|
-
feedbackHeightLarge: string;
|
|
593
|
-
feedbackFontSizeSmall: string;
|
|
594
|
-
feedbackFontSizeMedium: string;
|
|
595
|
-
feedbackFontSizeLarge: string;
|
|
596
|
-
labelFontSizeLeftSmall: string;
|
|
597
|
-
labelFontSizeLeftMedium: string;
|
|
598
|
-
labelFontSizeLeftLarge: string;
|
|
599
|
-
labelFontSizeTopSmall: string;
|
|
600
|
-
labelFontSizeTopMedium: string;
|
|
601
|
-
labelFontSizeTopLarge: string;
|
|
602
|
-
labelHeightSmall: string;
|
|
603
|
-
labelHeightMedium: string;
|
|
604
|
-
labelHeightLarge: string;
|
|
605
|
-
labelPaddingVertical: string;
|
|
606
|
-
labelPaddingHorizontal: string;
|
|
607
|
-
labelTextAlignVertical: string;
|
|
608
|
-
labelTextAlignHorizontal: string;
|
|
609
|
-
}, any>>>;
|
|
610
|
-
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
611
|
-
blankHeightSmall: string;
|
|
612
|
-
blankHeightMedium: string;
|
|
613
|
-
blankHeightLarge: string;
|
|
614
|
-
lineHeight: string;
|
|
615
|
-
labelTextColor: string;
|
|
616
|
-
asteriskColor: string;
|
|
617
|
-
feedbackTextColorError: string;
|
|
618
|
-
feedbackTextColorWarning: string;
|
|
619
|
-
feedbackTextColor: string;
|
|
620
|
-
feedbackPadding: string;
|
|
621
|
-
feedbackHeightSmall: string;
|
|
622
|
-
feedbackHeightMedium: string;
|
|
623
|
-
feedbackHeightLarge: string;
|
|
624
|
-
feedbackFontSizeSmall: string;
|
|
625
|
-
feedbackFontSizeMedium: string;
|
|
626
|
-
feedbackFontSizeLarge: string;
|
|
627
|
-
labelFontSizeLeftSmall: string;
|
|
628
|
-
labelFontSizeLeftMedium: string;
|
|
629
|
-
labelFontSizeLeftLarge: string;
|
|
630
|
-
labelFontSizeTopSmall: string;
|
|
631
|
-
labelFontSizeTopMedium: string;
|
|
632
|
-
labelFontSizeTopLarge: string;
|
|
633
|
-
labelHeightSmall: string;
|
|
634
|
-
labelHeightMedium: string;
|
|
635
|
-
labelHeightLarge: string;
|
|
636
|
-
labelPaddingVertical: string;
|
|
637
|
-
labelPaddingHorizontal: string;
|
|
638
|
-
labelTextAlignVertical: string;
|
|
639
|
-
labelTextAlignHorizontal: string;
|
|
640
|
-
}, any>>>;
|
|
641
|
-
}>>, {
|
|
642
|
-
readonly required: boolean;
|
|
643
|
-
readonly first: boolean;
|
|
644
|
-
readonly showRequireMark: boolean | undefined;
|
|
645
|
-
readonly showFeedback: boolean | undefined;
|
|
646
|
-
readonly showLabel: boolean | undefined;
|
|
647
|
-
readonly ignorePathChange: boolean;
|
|
648
|
-
}>;
|
|
649
|
-
NModal: any;
|
|
650
|
-
NCard: any;
|
|
651
|
-
NIcon: any;
|
|
652
|
-
NInput: any;
|
|
653
|
-
NButton: any;
|
|
654
|
-
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<{}>>, {}>;
|
|
655
|
-
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<{}>>, {}>;
|
|
656
|
-
RenderWidget: import("vue").DefineComponent<{
|
|
657
|
-
cfg: {
|
|
658
|
-
type: ObjectConstructor;
|
|
659
|
-
required: true;
|
|
660
|
-
};
|
|
661
|
-
modelValue: {
|
|
662
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
663
|
-
};
|
|
664
|
-
}, any, {
|
|
665
|
-
initialProps: {};
|
|
666
|
-
}, {
|
|
667
|
-
valueCp(): any;
|
|
668
|
-
}, {
|
|
669
|
-
search(): void;
|
|
670
|
-
getEleWidth(cfg: any): string | undefined;
|
|
671
|
-
initComponentProps(cfg: any): void;
|
|
672
|
-
generateWidget(cfg: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
673
|
-
[key: string]: any;
|
|
674
|
-
}> | null;
|
|
675
|
-
handleUpdate(val: any, widgetType: any, defValueUnit: any): void;
|
|
676
|
-
}, 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<{
|
|
677
|
-
cfg: {
|
|
678
|
-
type: ObjectConstructor;
|
|
679
|
-
required: true;
|
|
680
|
-
};
|
|
681
|
-
modelValue: {
|
|
682
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
683
|
-
};
|
|
684
|
-
}>> & {
|
|
685
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
686
|
-
onOutFilterChange?: ((...args: any[]) => any) | undefined;
|
|
687
|
-
}, {}>;
|
|
688
|
-
}, 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<{
|
|
689
|
-
searchFieldList: {
|
|
690
|
-
type: import("vue").PropType<import("..").IApiServerType[]>;
|
|
691
|
-
default: () => never[];
|
|
692
|
-
};
|
|
693
|
-
quickSearchConfig: {
|
|
694
|
-
type: import("vue").PropType<import("..").ISearchParamsType[]>;
|
|
695
|
-
default: () => never[];
|
|
696
|
-
};
|
|
697
|
-
tableId: {
|
|
698
|
-
type: StringConstructor;
|
|
699
|
-
default: string;
|
|
700
|
-
};
|
|
701
|
-
filterApiConfig: {
|
|
702
|
-
type: ObjectConstructor;
|
|
703
|
-
};
|
|
704
|
-
}>> & {
|
|
705
|
-
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
706
|
-
onGetFilterParam?: ((...args: any[]) => any) | undefined;
|
|
707
|
-
onClearQuickSearchConfig?: ((...args: any[]) => any) | undefined;
|
|
708
|
-
}, {
|
|
709
|
-
quickSearchConfig: import("..").ISearchParamsType[];
|
|
710
|
-
searchFieldList: import("..").IApiServerType[];
|
|
711
|
-
tableId: string;
|
|
712
|
-
}>>;
|
|
713
|
-
export default CQuickSearch;
|