cnhis-design-vue 3.1.44-release.5 → 3.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/base-search/index.d.ts +0 -6
- package/es/components/base-search/src/index.vue.d.ts +0 -6
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/classification/index.d.ts +553 -75
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +551 -61
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +553 -75
- package/es/components/classification/src/components/set-classification/index.vue2.js +1 -1
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
- package/es/components/classification/src/const/index.d.ts +2 -2
- package/es/components/classification/src/index.vue.d.ts +553 -75
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useBottom.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useBottom.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCenter.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
- package/es/components/fabric-chart/src/hooks/useLeft.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/useRight.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useRight.js +1 -1
- package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
- package/es/components/fabric-chart/src/hooks/useShadow.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useShadow.js +1 -1
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useTop.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useTop.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +2 -2
- package/es/components/fabric-chart/src/utils/index.js +1 -1
- package/es/components/form-config/index.d.ts +0 -2
- package/es/components/form-config/src/FormConfig.vue.d.ts +0 -2
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +0 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
- package/es/components/form-render/index.d.ts +0 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +0 -1
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +0 -1
- package/es/components/form-render/src/components/renderer/input.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/input.js +1 -1
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/inputNumber.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +2 -0
- package/es/components/iho-table/index.d.ts +2 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -0
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +3 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +8 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +8 -2
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +0 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +0 -1
- package/es/components/picture-clipper/index.d.ts +59 -0
- package/es/components/picture-clipper/index.js +1 -0
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +59 -0
- package/es/components/picture-clipper/src/PictureClipper.vue.js +1 -0
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +1 -0
- package/es/components/picture-clipper/style/index.css +1 -0
- package/es/components/quick-search/index.d.ts +0 -6
- package/es/components/quick-search/src/index.vue.d.ts +0 -6
- package/es/components/quick-search/src/index.vue2.js +1 -1
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
- package/es/components/shortcut-setter/index.d.ts +0 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +0 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +551 -48
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +134 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +140 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +54 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +61 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +68 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +47 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +551 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +551 -48
- package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/{Label.vue.d.ts → LabelInner.vue.d.ts} +1 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/{SelectLabel.vue.d.ts → LabelOut.vue.d.ts} +1 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +1 -9
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +713 -8
- package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +0 -6
- 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 +3 -27
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/constants/index.d.ts +3 -0
- package/es/components/table-filter/src/constants/index.js +1 -0
- package/es/components/table-filter/src/directive/resize.js +1 -1
- package/es/components/table-filter/src/tool/baseOptions.d.ts +4 -0
- package/es/components/table-filter/src/tool/baseOptions.js +1 -1
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
- 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/env.d.ts +25 -25
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/fabricjs/index.js +1 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
- package/es/components/fabric-chart/src/utils/utils.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Label.vue.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Label.vue2.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectLabel.vue2.js +0 -1
- /package/es/components/fabric-chart/src/utils/{utils.d.ts → index.d.ts} +0 -0
- /package/es/components/table-filter/src/components/{render-widget → classify-filter}/components/SelectLabel.vue.js +0 -0
|
@@ -33,16 +33,556 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
valueCp: import("vue").WritableComputedRef<any>;
|
|
34
34
|
presetValCp: import("vue").WritableComputedRef<string>;
|
|
35
35
|
widgetType: import("vue").ComputedRef<any>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
36
|
+
Date: import("vue").DefineComponent<{
|
|
37
|
+
paramCfg: {
|
|
38
|
+
type: ObjectConstructor;
|
|
39
|
+
default: null;
|
|
40
|
+
};
|
|
41
|
+
modelValue: {
|
|
42
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
43
|
+
default: null;
|
|
44
|
+
};
|
|
45
|
+
presetVal: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: null;
|
|
48
|
+
};
|
|
49
|
+
}, {
|
|
50
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
51
|
+
paramCfg: {
|
|
52
|
+
type: ObjectConstructor;
|
|
53
|
+
default: null;
|
|
54
|
+
};
|
|
55
|
+
modelValue: {
|
|
56
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
57
|
+
default: null;
|
|
58
|
+
};
|
|
59
|
+
presetVal: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: null;
|
|
62
|
+
};
|
|
63
|
+
}>> & {
|
|
64
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
}>>;
|
|
67
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
68
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
69
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
|
70
|
+
dateType: any;
|
|
71
|
+
valueFormat: import("vue").ComputedRef<string>;
|
|
72
|
+
compType: import("vue").ComputedRef<any>;
|
|
73
|
+
mappingConfig: import("vue").ComputedRef<any>;
|
|
74
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
75
|
+
label: string;
|
|
76
|
+
value: string;
|
|
77
|
+
}[]>;
|
|
78
|
+
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
79
|
+
updateUnchangedValue: {
|
|
80
|
+
type: BooleanConstructor;
|
|
81
|
+
};
|
|
82
|
+
onConfirm: {
|
|
83
|
+
type: FunctionConstructor;
|
|
84
|
+
};
|
|
85
|
+
}, {
|
|
86
|
+
attrs: {
|
|
87
|
+
[x: string]: unknown;
|
|
88
|
+
};
|
|
89
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
90
|
+
updateUnchangedValue: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
};
|
|
93
|
+
onConfirm: {
|
|
94
|
+
type: FunctionConstructor;
|
|
95
|
+
};
|
|
96
|
+
}>> & {}>>;
|
|
97
|
+
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
98
|
+
panelInstRef: import("vue").Ref<null>;
|
|
99
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
100
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
101
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
102
|
+
focus: () => any;
|
|
103
|
+
blur: () => any;
|
|
104
|
+
onUpdateShow: (show: boolean) => void;
|
|
105
|
+
onConfirm: (...args: any[]) => void;
|
|
106
|
+
NDatePicker: any;
|
|
107
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
updateUnchangedValue: {
|
|
109
|
+
type: BooleanConstructor;
|
|
110
|
+
};
|
|
111
|
+
onConfirm: {
|
|
112
|
+
type: FunctionConstructor;
|
|
113
|
+
};
|
|
114
|
+
}>>, {
|
|
115
|
+
updateUnchangedValue: boolean;
|
|
116
|
+
}>>;
|
|
117
|
+
NSelect: any;
|
|
118
|
+
WidgetValEnums: {
|
|
119
|
+
CUSTOM: string;
|
|
120
|
+
FIRST_VAL: string;
|
|
121
|
+
NOW: string;
|
|
122
|
+
TODAY: string;
|
|
123
|
+
TODAY_START: string;
|
|
124
|
+
TODAY_END: string;
|
|
125
|
+
TOMORROW: string;
|
|
126
|
+
TOMORROW_START: string;
|
|
127
|
+
TOMORROW_END: string;
|
|
128
|
+
YESTERDAY: string;
|
|
129
|
+
YESTERDAY_START: string;
|
|
130
|
+
YESTERDAY_END: string;
|
|
131
|
+
THIS_WEEK: string;
|
|
132
|
+
WEEK_START: string;
|
|
133
|
+
WEEK_END: string;
|
|
134
|
+
NEXT_WEEK: string;
|
|
135
|
+
LAST_WEEK: string;
|
|
136
|
+
THIS_MONTH: string;
|
|
137
|
+
MONTH_START: string;
|
|
138
|
+
MONTH_END: string;
|
|
139
|
+
NEXT_MONTH: string;
|
|
140
|
+
LAST_MONTH: string;
|
|
141
|
+
THIS_QUARTER: string;
|
|
142
|
+
NEXT_QUARTER: string;
|
|
143
|
+
LAST_QUARTER: string;
|
|
144
|
+
THIS_YEAR: string;
|
|
145
|
+
NEXT_YEAR: string;
|
|
146
|
+
LAST_YEAR: string;
|
|
147
|
+
};
|
|
148
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
149
|
+
paramCfg: {
|
|
150
|
+
type: ObjectConstructor;
|
|
151
|
+
default: null;
|
|
152
|
+
};
|
|
153
|
+
modelValue: {
|
|
154
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
155
|
+
default: null;
|
|
156
|
+
};
|
|
157
|
+
presetVal: {
|
|
158
|
+
type: StringConstructor;
|
|
159
|
+
default: null;
|
|
160
|
+
};
|
|
161
|
+
}>> & {
|
|
162
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
163
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
164
|
+
}, {
|
|
165
|
+
modelValue: string | number | unknown[];
|
|
166
|
+
presetVal: string;
|
|
167
|
+
paramCfg: Record<string, any>;
|
|
168
|
+
}>;
|
|
169
|
+
InputFilter: import("vue").DefineComponent<{
|
|
170
|
+
modelValue: {
|
|
171
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
172
|
+
default: null;
|
|
173
|
+
};
|
|
174
|
+
}, {
|
|
175
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
176
|
+
modelValue: {
|
|
177
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
178
|
+
default: null;
|
|
179
|
+
};
|
|
180
|
+
}>> & {
|
|
181
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
182
|
+
}>>;
|
|
183
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
184
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
185
|
+
NInput: any;
|
|
186
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
187
|
+
modelValue: {
|
|
188
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
189
|
+
default: null;
|
|
190
|
+
};
|
|
191
|
+
}>> & {
|
|
192
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
193
|
+
}, {
|
|
194
|
+
modelValue: string | number | unknown[];
|
|
195
|
+
}>;
|
|
196
|
+
InputNumber: import("vue").DefineComponent<{
|
|
197
|
+
modelValue: {
|
|
198
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
199
|
+
default: null;
|
|
200
|
+
};
|
|
201
|
+
}, {
|
|
202
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
203
|
+
modelValue: {
|
|
204
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
205
|
+
default: null;
|
|
206
|
+
};
|
|
207
|
+
}>> & {
|
|
208
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
209
|
+
}>>;
|
|
210
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
211
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
212
|
+
NInputNumber: any;
|
|
213
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
214
|
+
modelValue: {
|
|
215
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
216
|
+
default: null;
|
|
217
|
+
};
|
|
218
|
+
}>> & {
|
|
219
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
220
|
+
}, {
|
|
221
|
+
modelValue: string | number | unknown[];
|
|
222
|
+
}>;
|
|
223
|
+
SelectFilter: import("vue").DefineComponent<{
|
|
224
|
+
paramCfg: {
|
|
225
|
+
type: ObjectConstructor;
|
|
226
|
+
default: null;
|
|
227
|
+
};
|
|
228
|
+
modelValue: {
|
|
229
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
230
|
+
default: null;
|
|
231
|
+
};
|
|
232
|
+
widgetType: {
|
|
233
|
+
type: StringConstructor;
|
|
234
|
+
default: string;
|
|
235
|
+
};
|
|
236
|
+
}, {
|
|
237
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
238
|
+
paramCfg: {
|
|
239
|
+
type: ObjectConstructor;
|
|
240
|
+
default: null;
|
|
241
|
+
};
|
|
242
|
+
modelValue: {
|
|
243
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
244
|
+
default: null;
|
|
245
|
+
};
|
|
246
|
+
widgetType: {
|
|
247
|
+
type: StringConstructor;
|
|
248
|
+
default: string;
|
|
249
|
+
};
|
|
250
|
+
}>> & {
|
|
251
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
252
|
+
}>>;
|
|
253
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
254
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
255
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
256
|
+
mappingConfig: import("vue").ComputedRef<any>;
|
|
257
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
258
|
+
label: string;
|
|
259
|
+
value: string;
|
|
260
|
+
}[]>;
|
|
261
|
+
NSelect: any;
|
|
262
|
+
WidgetOptionEnums: {
|
|
263
|
+
RADIO: string;
|
|
264
|
+
MULTIPLE: string;
|
|
265
|
+
ALL: string;
|
|
266
|
+
SELECT_TIME: string;
|
|
267
|
+
PAST_TIME: string;
|
|
268
|
+
FUTURE_TIME: string;
|
|
269
|
+
};
|
|
270
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
271
|
+
paramCfg: {
|
|
272
|
+
type: ObjectConstructor;
|
|
273
|
+
default: null;
|
|
274
|
+
};
|
|
275
|
+
modelValue: {
|
|
276
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
277
|
+
default: null;
|
|
278
|
+
};
|
|
279
|
+
widgetType: {
|
|
280
|
+
type: StringConstructor;
|
|
281
|
+
default: string;
|
|
282
|
+
};
|
|
283
|
+
}>> & {
|
|
284
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
285
|
+
}, {
|
|
286
|
+
modelValue: string | number | unknown[];
|
|
287
|
+
widgetType: string;
|
|
288
|
+
paramCfg: Record<string, any>;
|
|
289
|
+
}>;
|
|
290
|
+
SelectDynamic: import("vue").DefineComponent<{
|
|
291
|
+
paramCfg: {
|
|
292
|
+
type: ObjectConstructor;
|
|
293
|
+
default: null;
|
|
294
|
+
};
|
|
295
|
+
modelValue: {
|
|
296
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
297
|
+
default: null;
|
|
298
|
+
};
|
|
299
|
+
}, {
|
|
300
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
301
|
+
paramCfg: {
|
|
302
|
+
type: ObjectConstructor;
|
|
303
|
+
default: null;
|
|
304
|
+
};
|
|
305
|
+
modelValue: {
|
|
306
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
307
|
+
default: null;
|
|
308
|
+
};
|
|
309
|
+
}>> & {
|
|
310
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
311
|
+
}>>;
|
|
312
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
313
|
+
$attrs: {
|
|
314
|
+
[x: string]: unknown;
|
|
315
|
+
};
|
|
316
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
317
|
+
selectOptions: import("vue").Ref<any[]>;
|
|
318
|
+
isLoading: import("vue").Ref<boolean>;
|
|
319
|
+
filterApiConfig: import("../../../..").AnyObject;
|
|
320
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
321
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
322
|
+
isMultiple: import("vue").ComputedRef<boolean>;
|
|
323
|
+
searchOptions: (keyword: string) => Promise<any>;
|
|
324
|
+
_handleSearch: (query: string) => Promise<void>;
|
|
325
|
+
handleSearch: (query: string) => Promise<void>;
|
|
326
|
+
handleInitData: () => Promise<void>;
|
|
327
|
+
renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
328
|
+
[key: string]: any;
|
|
329
|
+
}>;
|
|
330
|
+
renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
331
|
+
[key: string]: any;
|
|
332
|
+
}>;
|
|
333
|
+
NSelect: any;
|
|
334
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
335
|
+
paramCfg: {
|
|
336
|
+
type: ObjectConstructor;
|
|
337
|
+
default: null;
|
|
338
|
+
};
|
|
339
|
+
modelValue: {
|
|
340
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
341
|
+
default: null;
|
|
342
|
+
};
|
|
343
|
+
}>> & {
|
|
344
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
345
|
+
}, {
|
|
346
|
+
modelValue: string | number | unknown[];
|
|
347
|
+
paramCfg: Record<string, any>;
|
|
348
|
+
}>;
|
|
349
|
+
InputNumberGroup: import("vue").DefineComponent<{
|
|
350
|
+
paramCfg: {
|
|
351
|
+
type: ObjectConstructor;
|
|
352
|
+
default: null;
|
|
353
|
+
};
|
|
354
|
+
modelValue: {
|
|
355
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
356
|
+
default: null;
|
|
357
|
+
};
|
|
358
|
+
}, {
|
|
359
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
360
|
+
paramCfg: {
|
|
361
|
+
type: ObjectConstructor;
|
|
362
|
+
default: null;
|
|
363
|
+
};
|
|
364
|
+
modelValue: {
|
|
365
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
366
|
+
default: null;
|
|
367
|
+
};
|
|
368
|
+
}>> & {
|
|
369
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
370
|
+
}>>;
|
|
371
|
+
startNumber: import("vue").Ref<any>;
|
|
372
|
+
endNumber: import("vue").Ref<any>;
|
|
373
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
374
|
+
handleChange: (val: number | null, key: string) => void;
|
|
375
|
+
NInputGroup: import("vue").DefineComponent<{
|
|
376
|
+
[x: string]: never;
|
|
377
|
+
[x: number]: never;
|
|
378
|
+
[x: symbol]: never;
|
|
379
|
+
}, {
|
|
380
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
381
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
382
|
+
[x: string]: never;
|
|
383
|
+
[x: number]: never;
|
|
384
|
+
[x: symbol]: never;
|
|
385
|
+
}>>, {}>;
|
|
386
|
+
NInputNumber: any;
|
|
387
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
388
|
+
paramCfg: {
|
|
389
|
+
type: ObjectConstructor;
|
|
390
|
+
default: null;
|
|
391
|
+
};
|
|
392
|
+
modelValue: {
|
|
393
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
394
|
+
default: null;
|
|
395
|
+
};
|
|
396
|
+
}>> & {
|
|
397
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
398
|
+
}, {
|
|
399
|
+
modelValue: string | number | unknown[];
|
|
400
|
+
paramCfg: Record<string, any>;
|
|
401
|
+
}>;
|
|
402
|
+
DateRange: import("vue").DefineComponent<{
|
|
403
|
+
paramCfg: {
|
|
404
|
+
type: ObjectConstructor;
|
|
405
|
+
default: null;
|
|
406
|
+
};
|
|
407
|
+
modelValue: {
|
|
408
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
409
|
+
default: null;
|
|
410
|
+
};
|
|
411
|
+
presetVal: {
|
|
412
|
+
type: StringConstructor;
|
|
413
|
+
default: null;
|
|
414
|
+
};
|
|
415
|
+
}, {
|
|
416
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
417
|
+
paramCfg: {
|
|
418
|
+
type: ObjectConstructor;
|
|
419
|
+
default: null;
|
|
420
|
+
};
|
|
421
|
+
modelValue: {
|
|
422
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
423
|
+
default: null;
|
|
424
|
+
};
|
|
425
|
+
presetVal: {
|
|
426
|
+
type: StringConstructor;
|
|
427
|
+
default: null;
|
|
428
|
+
};
|
|
429
|
+
}>> & {
|
|
430
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
431
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
432
|
+
}>>;
|
|
433
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
434
|
+
startDate: import("vue").Ref<any>;
|
|
435
|
+
endDate: import("vue").Ref<any>;
|
|
436
|
+
valueFormat: import("vue").ComputedRef<string>;
|
|
437
|
+
dateFormat: import("vue").ComputedRef<string>;
|
|
438
|
+
compType: import("vue").ComputedRef<any>;
|
|
439
|
+
startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
|
|
440
|
+
endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
|
|
441
|
+
dateType: any;
|
|
442
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
443
|
+
label: string;
|
|
444
|
+
value: string;
|
|
445
|
+
}[]>;
|
|
446
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
|
447
|
+
handleChange: (val: any, type: "end" | "start") => void;
|
|
448
|
+
isStartDateDisabled: (ts: number) => boolean;
|
|
449
|
+
isEndDateDisabled: (ts: number) => boolean;
|
|
450
|
+
NSelect: any;
|
|
451
|
+
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
452
|
+
updateUnchangedValue: {
|
|
453
|
+
type: BooleanConstructor;
|
|
454
|
+
};
|
|
455
|
+
onConfirm: {
|
|
456
|
+
type: FunctionConstructor;
|
|
457
|
+
};
|
|
458
|
+
}, {
|
|
459
|
+
attrs: {
|
|
460
|
+
[x: string]: unknown;
|
|
461
|
+
};
|
|
462
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
463
|
+
updateUnchangedValue: {
|
|
464
|
+
type: BooleanConstructor;
|
|
465
|
+
};
|
|
466
|
+
onConfirm: {
|
|
467
|
+
type: FunctionConstructor;
|
|
468
|
+
};
|
|
469
|
+
}>> & {}>>;
|
|
470
|
+
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
471
|
+
panelInstRef: import("vue").Ref<null>;
|
|
472
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
473
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
474
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
475
|
+
focus: () => any;
|
|
476
|
+
blur: () => any;
|
|
477
|
+
onUpdateShow: (show: boolean) => void;
|
|
478
|
+
onConfirm: (...args: any[]) => void;
|
|
479
|
+
NDatePicker: any;
|
|
480
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
481
|
+
updateUnchangedValue: {
|
|
482
|
+
type: BooleanConstructor;
|
|
483
|
+
};
|
|
484
|
+
onConfirm: {
|
|
485
|
+
type: FunctionConstructor;
|
|
486
|
+
};
|
|
487
|
+
}>>, {
|
|
488
|
+
updateUnchangedValue: boolean;
|
|
489
|
+
}>>;
|
|
490
|
+
WidgetValEnums: {
|
|
491
|
+
CUSTOM: string;
|
|
492
|
+
FIRST_VAL: string;
|
|
493
|
+
NOW: string;
|
|
494
|
+
TODAY: string;
|
|
495
|
+
TODAY_START: string;
|
|
496
|
+
TODAY_END: string;
|
|
497
|
+
TOMORROW: string;
|
|
498
|
+
TOMORROW_START: string;
|
|
499
|
+
TOMORROW_END: string;
|
|
500
|
+
YESTERDAY: string;
|
|
501
|
+
YESTERDAY_START: string;
|
|
502
|
+
YESTERDAY_END: string;
|
|
503
|
+
THIS_WEEK: string;
|
|
504
|
+
WEEK_START: string;
|
|
505
|
+
WEEK_END: string;
|
|
506
|
+
NEXT_WEEK: string;
|
|
507
|
+
LAST_WEEK: string;
|
|
508
|
+
THIS_MONTH: string;
|
|
509
|
+
MONTH_START: string;
|
|
510
|
+
MONTH_END: string;
|
|
511
|
+
NEXT_MONTH: string;
|
|
512
|
+
LAST_MONTH: string;
|
|
513
|
+
THIS_QUARTER: string;
|
|
514
|
+
NEXT_QUARTER: string;
|
|
515
|
+
LAST_QUARTER: string;
|
|
516
|
+
THIS_YEAR: string;
|
|
517
|
+
NEXT_YEAR: string;
|
|
518
|
+
LAST_YEAR: string;
|
|
519
|
+
};
|
|
520
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
521
|
+
paramCfg: {
|
|
522
|
+
type: ObjectConstructor;
|
|
523
|
+
default: null;
|
|
524
|
+
};
|
|
525
|
+
modelValue: {
|
|
526
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
527
|
+
default: null;
|
|
528
|
+
};
|
|
529
|
+
presetVal: {
|
|
530
|
+
type: StringConstructor;
|
|
531
|
+
default: null;
|
|
532
|
+
};
|
|
533
|
+
}>> & {
|
|
534
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
535
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
536
|
+
}, {
|
|
537
|
+
modelValue: string | number | unknown[];
|
|
538
|
+
presetVal: string;
|
|
539
|
+
paramCfg: Record<string, any>;
|
|
540
|
+
}>;
|
|
541
|
+
SelectLabel: import("vue").DefineComponent<{
|
|
542
|
+
paramCfg: {
|
|
543
|
+
type: ObjectConstructor;
|
|
544
|
+
default: null;
|
|
545
|
+
};
|
|
546
|
+
modelValue: {
|
|
547
|
+
type: StringConstructor;
|
|
548
|
+
default: null;
|
|
549
|
+
};
|
|
550
|
+
}, {
|
|
551
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
552
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
553
|
+
paramCfg: {
|
|
554
|
+
type: ObjectConstructor;
|
|
555
|
+
default: null;
|
|
556
|
+
};
|
|
557
|
+
modelValue: {
|
|
558
|
+
type: StringConstructor;
|
|
559
|
+
default: null;
|
|
560
|
+
};
|
|
561
|
+
}>> & {
|
|
562
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
563
|
+
}>>;
|
|
564
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
565
|
+
tagList: import("vue").Ref<never[]>;
|
|
566
|
+
filterApiConfig: import("../../../..").AnyObject;
|
|
567
|
+
valueCp: import("vue").WritableComputedRef<string[]>;
|
|
568
|
+
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
|
569
|
+
initTagList: () => Promise<void>;
|
|
570
|
+
NSelect: any;
|
|
571
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
572
|
+
paramCfg: {
|
|
573
|
+
type: ObjectConstructor;
|
|
574
|
+
default: null;
|
|
575
|
+
};
|
|
576
|
+
modelValue: {
|
|
577
|
+
type: StringConstructor;
|
|
578
|
+
default: null;
|
|
579
|
+
};
|
|
580
|
+
}>> & {
|
|
581
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
582
|
+
}, {
|
|
583
|
+
modelValue: string;
|
|
584
|
+
paramCfg: Record<string, any>;
|
|
585
|
+
}>;
|
|
46
586
|
WidgetTypeEnums: {
|
|
47
587
|
INPUT_NUMBER: string;
|
|
48
588
|
INPUT: string;
|
|
@@ -57,44 +597,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
597
|
DATETIME_RANGE_INNER: string;
|
|
58
598
|
LABEL: string;
|
|
59
599
|
SELECTLABEL: string;
|
|
60
|
-
|
|
61
|
-
WidgetValEnums: {
|
|
62
|
-
CUSTOM: string;
|
|
63
|
-
FIRST_VAL: string;
|
|
64
|
-
NOW: string;
|
|
65
|
-
TODAY: string;
|
|
66
|
-
TODAY_START: string;
|
|
67
|
-
TODAY_END: string;
|
|
68
|
-
TOMORROW: string;
|
|
69
|
-
TOMORROW_START: string;
|
|
70
|
-
TOMORROW_END: string;
|
|
71
|
-
YESTERDAY: string;
|
|
72
|
-
YESTERDAY_START: string;
|
|
73
|
-
YESTERDAY_END: string;
|
|
74
|
-
THIS_WEEK: string;
|
|
75
|
-
WEEK_START: string;
|
|
76
|
-
WEEK_END: string;
|
|
77
|
-
NEXT_WEEK: string;
|
|
78
|
-
LAST_WEEK: string;
|
|
79
|
-
THIS_MONTH: string;
|
|
80
|
-
MONTH_START: string;
|
|
81
|
-
MONTH_END: string;
|
|
82
|
-
NEXT_MONTH: string;
|
|
83
|
-
LAST_MONTH: string;
|
|
84
|
-
THIS_QUARTER: string;
|
|
85
|
-
NEXT_QUARTER: string;
|
|
86
|
-
LAST_QUARTER: string;
|
|
87
|
-
THIS_YEAR: string;
|
|
88
|
-
NEXT_YEAR: string;
|
|
89
|
-
LAST_YEAR: string;
|
|
90
|
-
};
|
|
91
|
-
WidgetOptionEnums: {
|
|
92
|
-
RADIO: string;
|
|
93
|
-
MULTIPLE: string;
|
|
94
|
-
ALL: string;
|
|
95
|
-
SELECT_TIME: string;
|
|
96
|
-
PAST_TIME: string;
|
|
97
|
-
FUTURE_TIME: string;
|
|
600
|
+
SELECTDYNAMIC: string;
|
|
98
601
|
};
|
|
99
602
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
100
603
|
paramCfg: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,computed as l,openBlock as a,createElementBlock as
|
|
1
|
+
import{defineComponent as e,computed as l,openBlock as a,createElementBlock as u,createCommentVNode as p,unref as m,createBlock as t,isRef as d}from"vue";import{InputNumber as o,InputFilter as r,SelectFilter as n,Date as V,SelectDynamic as f,InputNumberGroup as g,DateRange as s,SelectLabel as C}from"./components/index.js";import{WidgetTypeEnums as v}from"../../types/enums.js";const i={class:"value-cfg_wrapper"};var E=e({__name:"ValueCfg",props:{paramCfg:{type:Object,default:null},modelValue:{type:[String,Number,Array],default:null},presetVal:{type:String,default:null}},emits:["update:modelValue","update:presetVal"],setup(e,{emit:E}){const y=e,U=l({set(e){E("update:modelValue",e)},get:()=>y.modelValue}),N=l({set(e){E("update:presetVal",e)},get:()=>y.presetVal}),T=l((()=>{var e;return null==(e=y.paramCfg)?void 0:e.type}));return(l,E)=>(a(),u("div",i,[p(" 数字框 "),m(T)===m(v).INPUT_NUMBER?(a(),t(m(o),{key:0,modelValue:m(U),"onUpdate:modelValue":E[0]||(E[0]=e=>d(U)?U.value=e:null)},null,8,["modelValue"])):p("v-if",!0),p(" 文本框 "),m(T)===m(v).INPUT?(a(),t(m(r),{key:1,modelValue:m(U),"onUpdate:modelValue":E[1]||(E[1]=e=>d(U)?U.value=e:null)},null,8,["modelValue"])):p("v-if",!0),p(" 下拉框 "),m(T)===m(v).SELECT?(a(),t(m(n),{key:2,paramCfg:e.paramCfg,widgetType:m(T),modelValue:m(U),"onUpdate:modelValue":E[2]||(E[2]=e=>d(U)?U.value=e:null)},null,8,["paramCfg","widgetType","modelValue"])):p("v-if",!0),p(" 日期框、日期时间框 "),m(T)===m(v).DATE||m(T)===m(v).DATE_TIME?(a(),t(m(V),{key:3,paramCfg:e.paramCfg,modelValue:m(U),"onUpdate:modelValue":E[3]||(E[3]=e=>d(U)?U.value=e:null),presetVal:m(N),"onUpdate:presetVal":E[4]||(E[4]=e=>d(N)?N.value=e:null)},null,8,["paramCfg","modelValue","presetVal"])):p("v-if",!0),p(" 异步数据源下拉框 "),m(T)===m(v).SELECTDYNAMIC?(a(),t(m(f),{key:4,paramCfg:e.paramCfg,modelValue:m(U),"onUpdate:modelValue":E[5]||(E[5]=e=>d(U)?U.value=e:null)},null,8,["paramCfg","modelValue"])):p("v-if",!0),p(" 数字框范围 "),m(T)===m(v).INPUTNUMBER_RANGE?(a(),t(m(g),{key:5,paramCfg:e.paramCfg,modelValue:m(U),"onUpdate:modelValue":E[6]||(E[6]=e=>d(U)?U.value=e:null)},null,8,["paramCfg","modelValue"])):p("v-if",!0),p(" 日期、日期时间范围 "),m(T)===m(v).DATE_RANGE_INNER||m(T)===m(v).DATETIME_RANGE_INNER?(a(),t(m(s),{key:6,paramCfg:e.paramCfg,modelValue:m(U),"onUpdate:modelValue":E[7]||(E[7]=e=>d(U)?U.value=e:null),presetVal:m(N),"onUpdate:presetVal":E[8]||(E[8]=e=>d(N)?N.value=e:null)},null,8,["paramCfg","modelValue","presetVal"])):p("v-if",!0),p(" label标签选择 "),m(T)===m(v).SELECTLABEL?(a(),t(m(C),{key:7,paramCfg:e.paramCfg,modelValue:m(U),"onUpdate:modelValue":E[9]||(E[9]=e=>d(U)?U.value=e:null)},null,8,["paramCfg","modelValue"])):p("v-if",!0)]))}});export{E as default};
|