cnhis-design-vue 3.1.44-release.5 → 3.1.45-3.1.45-release.0.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/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/button-print/src/ButtonPrint.vue2.js +1 -1
- 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/index.d.ts +5 -41
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +5 -41
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/{useBirthProcess.d.ts → birthProcess/useBirthProcess.d.ts} +2 -2
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useBirthProcessChart.d.ts → birthProcess/useBirthProcessChart.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -0
- package/es/components/fabric-chart/src/hooks/index.d.ts +5 -7
- package/es/components/fabric-chart/src/hooks/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +6 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/index.d.ts +6 -0
- package/es/components/fabric-chart/src/hooks/temperature/index.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useCenter.d.ts → temperature/useCenter.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useLeft.d.ts → temperature/useLeft.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useRight.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useRight.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useShadow.d.ts → temperature/useShadow.d.ts} +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useShadow.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useTemperatureChart.d.ts → temperature/useTemperatureChart.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useTop.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- 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 +2 -2
- package/es/components/fabric-chart/src/hooks/useGrid.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/interface.d.ts +3 -3
- 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/components/renderer/levelSearchCascader.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/steps-wheel/src/StepsWheel.vue2.js +1 -1
- package/es/components/steps-wheel/style/index.css +1 -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/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- 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/hooks/useBirthProcess.js +0 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +0 -1
- package/es/components/fabric-chart/src/hooks/useBottom.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useBottom.js +0 -1
- package/es/components/fabric-chart/src/hooks/useCenter.js +0 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +0 -1
- package/es/components/fabric-chart/src/hooks/useOther.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useOther.js +0 -1
- package/es/components/fabric-chart/src/hooks/useRight.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useRight.js +0 -1
- package/es/components/fabric-chart/src/hooks/useShadow.js +0 -1
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +0 -1
- package/es/components/fabric-chart/src/hooks/useTop.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useTop.js +0 -1
- 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/shared/assets/img/failure.d.ts +0 -2
- package/es/shared/assets/img/failure.js +0 -1
- package/es/shared/assets/img/icon-asc.d.ts +0 -2
- package/es/shared/assets/img/icon-asc.js +0 -1
- package/es/shared/assets/img/icon-desc.d.ts +0 -2
- package/es/shared/assets/img/icon-desc.js +0 -1
- package/es/shared/assets/img/no-permission.d.ts +0 -2
- package/es/shared/assets/img/no-permission.js +0 -1
- package/es/shared/assets/img/nodata.d.ts +0 -2
- package/es/shared/assets/img/nodata.js +0 -1
- package/es/shared/assets/img/notfound.d.ts +0 -2
- package/es/shared/assets/img/notfound.js +0 -1
- package/es/shared/assets/img/qr.d.ts +0 -2
- package/es/shared/assets/img/qr.js +0 -1
- package/es/shared/assets/img/success.d.ts +0 -2
- package/es/shared/assets/img/success.js +0 -1
- package/es/shared/assets/img/video.d.ts +0 -2
- package/es/shared/assets/img/video.js +0 -1
- package/es/shared/assets/img/video_default_cover.d.ts +0 -2
- package/es/shared/assets/img/video_default_cover.js +0 -1
- package/es/shared/assets/img/video_hover.d.ts +0 -2
- package/es/shared/assets/img/video_hover.js +0 -1
- package/es/shared/assets/img/video_play_hover.d.ts +0 -2
- package/es/shared/assets/img/video_play_hover.js +0 -1
- package/es/shared/assets/img/xb_big.d.ts +0 -2
- package/es/shared/assets/img/xb_big.js +0 -1
- package/es/shared/assets/img/xb_small.d.ts +0 -2
- package/es/shared/assets/img/xb_small.js +0 -1
- /package/es/components/fabric-chart/src/{hooks/constant.d.ts → constants/index.d.ts} +0 -0
- /package/es/components/fabric-chart/src/{hooks/constant.js → constants/index.js} +0 -0
- /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
|
@@ -9,10 +9,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
default: () => never[];
|
|
10
10
|
};
|
|
11
11
|
settingId: StringConstructor;
|
|
12
|
-
filterApiConfig: {
|
|
13
|
-
type: ObjectConstructor;
|
|
14
|
-
default: () => {};
|
|
15
|
-
};
|
|
16
12
|
classifyModal: {
|
|
17
13
|
type: BooleanConstructor;
|
|
18
14
|
default: boolean;
|
|
@@ -28,10 +24,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
24
|
default: () => never[];
|
|
29
25
|
};
|
|
30
26
|
settingId: StringConstructor;
|
|
31
|
-
filterApiConfig: {
|
|
32
|
-
type: ObjectConstructor;
|
|
33
|
-
default: () => {};
|
|
34
|
-
};
|
|
35
27
|
classifyModal: {
|
|
36
28
|
type: BooleanConstructor;
|
|
37
29
|
default: boolean;
|
|
@@ -51,6 +43,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
43
|
newSearchFieldList: any;
|
|
52
44
|
saveLoading: import("vue").Ref<boolean>;
|
|
53
45
|
searchFilter: any;
|
|
46
|
+
filterApiConfig: import("../../../..").AnyObject;
|
|
54
47
|
attrs: {
|
|
55
48
|
[x: string]: unknown;
|
|
56
49
|
};
|
|
@@ -160,7 +153,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
160
153
|
isChangeWindow: import("vue").Ref<boolean>;
|
|
161
154
|
modalWidth: import("vue").Ref<string>;
|
|
162
155
|
modalHeight: import("vue").Ref<string>;
|
|
163
|
-
isShowResetButton:
|
|
156
|
+
isShowResetButton: boolean;
|
|
164
157
|
handleOk: () => void;
|
|
165
158
|
rinkTo: () => void;
|
|
166
159
|
close: () => void;
|
|
@@ -332,10 +325,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
332
325
|
type: ArrayConstructor;
|
|
333
326
|
default: () => never[];
|
|
334
327
|
};
|
|
335
|
-
filterApiConfig: {
|
|
336
|
-
type: ObjectConstructor;
|
|
337
|
-
default: () => {};
|
|
338
|
-
};
|
|
339
328
|
}, {
|
|
340
329
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
341
330
|
visible: {
|
|
@@ -354,10 +343,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
354
343
|
type: ArrayConstructor;
|
|
355
344
|
default: () => never[];
|
|
356
345
|
};
|
|
357
|
-
filterApiConfig: {
|
|
358
|
-
type: ObjectConstructor;
|
|
359
|
-
default: () => {};
|
|
360
|
-
};
|
|
361
346
|
}>> & {
|
|
362
347
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
363
348
|
}>>;
|
|
@@ -536,16 +521,556 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
536
521
|
valueCp: import("vue").WritableComputedRef<any>;
|
|
537
522
|
presetValCp: import("vue").WritableComputedRef<string>;
|
|
538
523
|
widgetType: import("vue").ComputedRef<any>;
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
524
|
+
Date: import("vue").DefineComponent<{
|
|
525
|
+
paramCfg: {
|
|
526
|
+
type: ObjectConstructor;
|
|
527
|
+
default: null;
|
|
528
|
+
};
|
|
529
|
+
modelValue: {
|
|
530
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
531
|
+
default: null;
|
|
532
|
+
};
|
|
533
|
+
presetVal: {
|
|
534
|
+
type: StringConstructor;
|
|
535
|
+
default: null;
|
|
536
|
+
};
|
|
537
|
+
}, {
|
|
538
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
539
|
+
paramCfg: {
|
|
540
|
+
type: ObjectConstructor;
|
|
541
|
+
default: null;
|
|
542
|
+
};
|
|
543
|
+
modelValue: {
|
|
544
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
545
|
+
default: null;
|
|
546
|
+
};
|
|
547
|
+
presetVal: {
|
|
548
|
+
type: StringConstructor;
|
|
549
|
+
default: null;
|
|
550
|
+
};
|
|
551
|
+
}>> & {
|
|
552
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
553
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
554
|
+
}>>;
|
|
555
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
556
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
557
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
|
558
|
+
dateType: any;
|
|
559
|
+
valueFormat: import("vue").ComputedRef<string>;
|
|
560
|
+
compType: import("vue").ComputedRef<any>;
|
|
561
|
+
mappingConfig: import("vue").ComputedRef<any>;
|
|
562
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
563
|
+
label: string;
|
|
564
|
+
value: string;
|
|
565
|
+
}[]>;
|
|
566
|
+
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
567
|
+
updateUnchangedValue: {
|
|
568
|
+
type: BooleanConstructor;
|
|
569
|
+
};
|
|
570
|
+
onConfirm: {
|
|
571
|
+
type: FunctionConstructor;
|
|
572
|
+
};
|
|
573
|
+
}, {
|
|
574
|
+
attrs: {
|
|
575
|
+
[x: string]: unknown;
|
|
576
|
+
};
|
|
577
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
578
|
+
updateUnchangedValue: {
|
|
579
|
+
type: BooleanConstructor;
|
|
580
|
+
};
|
|
581
|
+
onConfirm: {
|
|
582
|
+
type: FunctionConstructor;
|
|
583
|
+
};
|
|
584
|
+
}>> & {}>>;
|
|
585
|
+
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
586
|
+
panelInstRef: import("vue").Ref<null>;
|
|
587
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
588
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
589
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
590
|
+
focus: () => any;
|
|
591
|
+
blur: () => any;
|
|
592
|
+
onUpdateShow: (show: boolean) => void;
|
|
593
|
+
onConfirm: (...args: any[]) => void;
|
|
594
|
+
NDatePicker: any;
|
|
595
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
596
|
+
updateUnchangedValue: {
|
|
597
|
+
type: BooleanConstructor;
|
|
598
|
+
};
|
|
599
|
+
onConfirm: {
|
|
600
|
+
type: FunctionConstructor;
|
|
601
|
+
};
|
|
602
|
+
}>>, {
|
|
603
|
+
updateUnchangedValue: boolean;
|
|
604
|
+
}>>;
|
|
605
|
+
NSelect: any;
|
|
606
|
+
WidgetValEnums: {
|
|
607
|
+
CUSTOM: string;
|
|
608
|
+
FIRST_VAL: string;
|
|
609
|
+
NOW: string;
|
|
610
|
+
TODAY: string;
|
|
611
|
+
TODAY_START: string;
|
|
612
|
+
TODAY_END: string;
|
|
613
|
+
TOMORROW: string;
|
|
614
|
+
TOMORROW_START: string;
|
|
615
|
+
TOMORROW_END: string;
|
|
616
|
+
YESTERDAY: string;
|
|
617
|
+
YESTERDAY_START: string;
|
|
618
|
+
YESTERDAY_END: string;
|
|
619
|
+
THIS_WEEK: string;
|
|
620
|
+
WEEK_START: string;
|
|
621
|
+
WEEK_END: string;
|
|
622
|
+
NEXT_WEEK: string;
|
|
623
|
+
LAST_WEEK: string;
|
|
624
|
+
THIS_MONTH: string;
|
|
625
|
+
MONTH_START: string;
|
|
626
|
+
MONTH_END: string;
|
|
627
|
+
NEXT_MONTH: string;
|
|
628
|
+
LAST_MONTH: string;
|
|
629
|
+
THIS_QUARTER: string;
|
|
630
|
+
NEXT_QUARTER: string;
|
|
631
|
+
LAST_QUARTER: string;
|
|
632
|
+
THIS_YEAR: string;
|
|
633
|
+
NEXT_YEAR: string;
|
|
634
|
+
LAST_YEAR: string;
|
|
635
|
+
};
|
|
636
|
+
}, 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<{
|
|
637
|
+
paramCfg: {
|
|
638
|
+
type: ObjectConstructor;
|
|
639
|
+
default: null;
|
|
640
|
+
};
|
|
641
|
+
modelValue: {
|
|
642
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
643
|
+
default: null;
|
|
644
|
+
};
|
|
645
|
+
presetVal: {
|
|
646
|
+
type: StringConstructor;
|
|
647
|
+
default: null;
|
|
648
|
+
};
|
|
649
|
+
}>> & {
|
|
650
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
651
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
652
|
+
}, {
|
|
653
|
+
modelValue: string | number | unknown[];
|
|
654
|
+
presetVal: string;
|
|
655
|
+
paramCfg: Record<string, any>;
|
|
656
|
+
}>;
|
|
657
|
+
InputFilter: import("vue").DefineComponent<{
|
|
658
|
+
modelValue: {
|
|
659
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
660
|
+
default: null;
|
|
661
|
+
};
|
|
662
|
+
}, {
|
|
663
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
664
|
+
modelValue: {
|
|
665
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
666
|
+
default: null;
|
|
667
|
+
};
|
|
668
|
+
}>> & {
|
|
669
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
670
|
+
}>>;
|
|
671
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
672
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
673
|
+
NInput: any;
|
|
674
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
675
|
+
modelValue: {
|
|
676
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
677
|
+
default: null;
|
|
678
|
+
};
|
|
679
|
+
}>> & {
|
|
680
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
681
|
+
}, {
|
|
682
|
+
modelValue: string | number | unknown[];
|
|
683
|
+
}>;
|
|
684
|
+
InputNumber: import("vue").DefineComponent<{
|
|
685
|
+
modelValue: {
|
|
686
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
687
|
+
default: null;
|
|
688
|
+
};
|
|
689
|
+
}, {
|
|
690
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
691
|
+
modelValue: {
|
|
692
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
693
|
+
default: null;
|
|
694
|
+
};
|
|
695
|
+
}>> & {
|
|
696
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
697
|
+
}>>;
|
|
698
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
699
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
700
|
+
NInputNumber: any;
|
|
701
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
702
|
+
modelValue: {
|
|
703
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
704
|
+
default: null;
|
|
705
|
+
};
|
|
706
|
+
}>> & {
|
|
707
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
708
|
+
}, {
|
|
709
|
+
modelValue: string | number | unknown[];
|
|
710
|
+
}>;
|
|
711
|
+
SelectFilter: import("vue").DefineComponent<{
|
|
712
|
+
paramCfg: {
|
|
713
|
+
type: ObjectConstructor;
|
|
714
|
+
default: null;
|
|
715
|
+
};
|
|
716
|
+
modelValue: {
|
|
717
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
718
|
+
default: null;
|
|
719
|
+
};
|
|
720
|
+
widgetType: {
|
|
721
|
+
type: StringConstructor;
|
|
722
|
+
default: string;
|
|
723
|
+
};
|
|
724
|
+
}, {
|
|
725
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
726
|
+
paramCfg: {
|
|
727
|
+
type: ObjectConstructor;
|
|
728
|
+
default: null;
|
|
729
|
+
};
|
|
730
|
+
modelValue: {
|
|
731
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
732
|
+
default: null;
|
|
733
|
+
};
|
|
734
|
+
widgetType: {
|
|
735
|
+
type: StringConstructor;
|
|
736
|
+
default: string;
|
|
737
|
+
};
|
|
738
|
+
}>> & {
|
|
739
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
740
|
+
}>>;
|
|
741
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
742
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
743
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
744
|
+
mappingConfig: import("vue").ComputedRef<any>;
|
|
745
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
746
|
+
label: string;
|
|
747
|
+
value: string;
|
|
748
|
+
}[]>;
|
|
749
|
+
NSelect: any;
|
|
750
|
+
WidgetOptionEnums: {
|
|
751
|
+
RADIO: string;
|
|
752
|
+
MULTIPLE: string;
|
|
753
|
+
ALL: string;
|
|
754
|
+
SELECT_TIME: string;
|
|
755
|
+
PAST_TIME: string;
|
|
756
|
+
FUTURE_TIME: string;
|
|
757
|
+
};
|
|
758
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
759
|
+
paramCfg: {
|
|
760
|
+
type: ObjectConstructor;
|
|
761
|
+
default: null;
|
|
762
|
+
};
|
|
763
|
+
modelValue: {
|
|
764
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
765
|
+
default: null;
|
|
766
|
+
};
|
|
767
|
+
widgetType: {
|
|
768
|
+
type: StringConstructor;
|
|
769
|
+
default: string;
|
|
770
|
+
};
|
|
771
|
+
}>> & {
|
|
772
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
773
|
+
}, {
|
|
774
|
+
modelValue: string | number | unknown[];
|
|
775
|
+
widgetType: string;
|
|
776
|
+
paramCfg: Record<string, any>;
|
|
777
|
+
}>;
|
|
778
|
+
SelectDynamic: import("vue").DefineComponent<{
|
|
779
|
+
paramCfg: {
|
|
780
|
+
type: ObjectConstructor;
|
|
781
|
+
default: null;
|
|
782
|
+
};
|
|
783
|
+
modelValue: {
|
|
784
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
785
|
+
default: null;
|
|
786
|
+
};
|
|
787
|
+
}, {
|
|
788
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
789
|
+
paramCfg: {
|
|
790
|
+
type: ObjectConstructor;
|
|
791
|
+
default: null;
|
|
792
|
+
};
|
|
793
|
+
modelValue: {
|
|
794
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
795
|
+
default: null;
|
|
796
|
+
};
|
|
797
|
+
}>> & {
|
|
798
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
799
|
+
}>>;
|
|
800
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
801
|
+
$attrs: {
|
|
802
|
+
[x: string]: unknown;
|
|
803
|
+
};
|
|
804
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
805
|
+
selectOptions: import("vue").Ref<any[]>;
|
|
806
|
+
isLoading: import("vue").Ref<boolean>;
|
|
807
|
+
filterApiConfig: import("../../../..").AnyObject;
|
|
808
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
809
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
810
|
+
isMultiple: import("vue").ComputedRef<boolean>;
|
|
811
|
+
searchOptions: (keyword: string) => Promise<any>;
|
|
812
|
+
_handleSearch: (query: string) => Promise<void>;
|
|
813
|
+
handleSearch: (query: string) => Promise<void>;
|
|
814
|
+
handleInitData: () => Promise<void>;
|
|
815
|
+
renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
816
|
+
[key: string]: any;
|
|
817
|
+
}>;
|
|
818
|
+
renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
819
|
+
[key: string]: any;
|
|
820
|
+
}>;
|
|
821
|
+
NSelect: any;
|
|
822
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
823
|
+
paramCfg: {
|
|
824
|
+
type: ObjectConstructor;
|
|
825
|
+
default: null;
|
|
826
|
+
};
|
|
827
|
+
modelValue: {
|
|
828
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
829
|
+
default: null;
|
|
830
|
+
};
|
|
831
|
+
}>> & {
|
|
832
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
833
|
+
}, {
|
|
834
|
+
modelValue: string | number | unknown[];
|
|
835
|
+
paramCfg: Record<string, any>;
|
|
836
|
+
}>;
|
|
837
|
+
InputNumberGroup: import("vue").DefineComponent<{
|
|
838
|
+
paramCfg: {
|
|
839
|
+
type: ObjectConstructor;
|
|
840
|
+
default: null;
|
|
841
|
+
};
|
|
842
|
+
modelValue: {
|
|
843
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
844
|
+
default: null;
|
|
845
|
+
};
|
|
846
|
+
}, {
|
|
847
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
848
|
+
paramCfg: {
|
|
849
|
+
type: ObjectConstructor;
|
|
850
|
+
default: null;
|
|
851
|
+
};
|
|
852
|
+
modelValue: {
|
|
853
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
854
|
+
default: null;
|
|
855
|
+
};
|
|
856
|
+
}>> & {
|
|
857
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
858
|
+
}>>;
|
|
859
|
+
startNumber: import("vue").Ref<any>;
|
|
860
|
+
endNumber: import("vue").Ref<any>;
|
|
861
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
862
|
+
handleChange: (val: number | null, key: string) => void;
|
|
863
|
+
NInputGroup: import("vue").DefineComponent<{
|
|
864
|
+
[x: string]: never;
|
|
865
|
+
[x: number]: never;
|
|
866
|
+
[x: symbol]: never;
|
|
867
|
+
}, {
|
|
868
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
869
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
870
|
+
[x: string]: never;
|
|
871
|
+
[x: number]: never;
|
|
872
|
+
[x: symbol]: never;
|
|
873
|
+
}>>, {}>;
|
|
874
|
+
NInputNumber: any;
|
|
875
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
876
|
+
paramCfg: {
|
|
877
|
+
type: ObjectConstructor;
|
|
878
|
+
default: null;
|
|
879
|
+
};
|
|
880
|
+
modelValue: {
|
|
881
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
882
|
+
default: null;
|
|
883
|
+
};
|
|
884
|
+
}>> & {
|
|
885
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
886
|
+
}, {
|
|
887
|
+
modelValue: string | number | unknown[];
|
|
888
|
+
paramCfg: Record<string, any>;
|
|
889
|
+
}>;
|
|
890
|
+
DateRange: import("vue").DefineComponent<{
|
|
891
|
+
paramCfg: {
|
|
892
|
+
type: ObjectConstructor;
|
|
893
|
+
default: null;
|
|
894
|
+
};
|
|
895
|
+
modelValue: {
|
|
896
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
897
|
+
default: null;
|
|
898
|
+
};
|
|
899
|
+
presetVal: {
|
|
900
|
+
type: StringConstructor;
|
|
901
|
+
default: null;
|
|
902
|
+
};
|
|
903
|
+
}, {
|
|
904
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
905
|
+
paramCfg: {
|
|
906
|
+
type: ObjectConstructor;
|
|
907
|
+
default: null;
|
|
908
|
+
};
|
|
909
|
+
modelValue: {
|
|
910
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
911
|
+
default: null;
|
|
912
|
+
};
|
|
913
|
+
presetVal: {
|
|
914
|
+
type: StringConstructor;
|
|
915
|
+
default: null;
|
|
916
|
+
};
|
|
917
|
+
}>> & {
|
|
918
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
919
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
920
|
+
}>>;
|
|
921
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
922
|
+
startDate: import("vue").Ref<any>;
|
|
923
|
+
endDate: import("vue").Ref<any>;
|
|
924
|
+
valueFormat: import("vue").ComputedRef<string>;
|
|
925
|
+
dateFormat: import("vue").ComputedRef<string>;
|
|
926
|
+
compType: import("vue").ComputedRef<any>;
|
|
927
|
+
startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
|
|
928
|
+
endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
|
|
929
|
+
dateType: any;
|
|
930
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
931
|
+
label: string;
|
|
932
|
+
value: string;
|
|
933
|
+
}[]>;
|
|
934
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
|
935
|
+
handleChange: (val: any, type: "end" | "start") => void;
|
|
936
|
+
isStartDateDisabled: (ts: number) => boolean;
|
|
937
|
+
isEndDateDisabled: (ts: number) => boolean;
|
|
938
|
+
NSelect: any;
|
|
939
|
+
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
940
|
+
updateUnchangedValue: {
|
|
941
|
+
type: BooleanConstructor;
|
|
942
|
+
};
|
|
943
|
+
onConfirm: {
|
|
944
|
+
type: FunctionConstructor;
|
|
945
|
+
};
|
|
946
|
+
}, {
|
|
947
|
+
attrs: {
|
|
948
|
+
[x: string]: unknown;
|
|
949
|
+
};
|
|
950
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
951
|
+
updateUnchangedValue: {
|
|
952
|
+
type: BooleanConstructor;
|
|
953
|
+
};
|
|
954
|
+
onConfirm: {
|
|
955
|
+
type: FunctionConstructor;
|
|
956
|
+
};
|
|
957
|
+
}>> & {}>>;
|
|
958
|
+
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
959
|
+
panelInstRef: import("vue").Ref<null>;
|
|
960
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
961
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
962
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
963
|
+
focus: () => any;
|
|
964
|
+
blur: () => any;
|
|
965
|
+
onUpdateShow: (show: boolean) => void;
|
|
966
|
+
onConfirm: (...args: any[]) => void;
|
|
967
|
+
NDatePicker: any;
|
|
968
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
969
|
+
updateUnchangedValue: {
|
|
970
|
+
type: BooleanConstructor;
|
|
971
|
+
};
|
|
972
|
+
onConfirm: {
|
|
973
|
+
type: FunctionConstructor;
|
|
974
|
+
};
|
|
975
|
+
}>>, {
|
|
976
|
+
updateUnchangedValue: boolean;
|
|
977
|
+
}>>;
|
|
978
|
+
WidgetValEnums: {
|
|
979
|
+
CUSTOM: string;
|
|
980
|
+
FIRST_VAL: string;
|
|
981
|
+
NOW: string;
|
|
982
|
+
TODAY: string;
|
|
983
|
+
TODAY_START: string;
|
|
984
|
+
TODAY_END: string;
|
|
985
|
+
TOMORROW: string;
|
|
986
|
+
TOMORROW_START: string;
|
|
987
|
+
TOMORROW_END: string;
|
|
988
|
+
YESTERDAY: string;
|
|
989
|
+
YESTERDAY_START: string;
|
|
990
|
+
YESTERDAY_END: string;
|
|
991
|
+
THIS_WEEK: string;
|
|
992
|
+
WEEK_START: string;
|
|
993
|
+
WEEK_END: string;
|
|
994
|
+
NEXT_WEEK: string;
|
|
995
|
+
LAST_WEEK: string;
|
|
996
|
+
THIS_MONTH: string;
|
|
997
|
+
MONTH_START: string;
|
|
998
|
+
MONTH_END: string;
|
|
999
|
+
NEXT_MONTH: string;
|
|
1000
|
+
LAST_MONTH: string;
|
|
1001
|
+
THIS_QUARTER: string;
|
|
1002
|
+
NEXT_QUARTER: string;
|
|
1003
|
+
LAST_QUARTER: string;
|
|
1004
|
+
THIS_YEAR: string;
|
|
1005
|
+
NEXT_YEAR: string;
|
|
1006
|
+
LAST_YEAR: string;
|
|
1007
|
+
};
|
|
1008
|
+
}, 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<{
|
|
1009
|
+
paramCfg: {
|
|
1010
|
+
type: ObjectConstructor;
|
|
1011
|
+
default: null;
|
|
1012
|
+
};
|
|
1013
|
+
modelValue: {
|
|
1014
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1015
|
+
default: null;
|
|
1016
|
+
};
|
|
1017
|
+
presetVal: {
|
|
1018
|
+
type: StringConstructor;
|
|
1019
|
+
default: null;
|
|
1020
|
+
};
|
|
1021
|
+
}>> & {
|
|
1022
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1023
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
1024
|
+
}, {
|
|
1025
|
+
modelValue: string | number | unknown[];
|
|
1026
|
+
presetVal: string;
|
|
1027
|
+
paramCfg: Record<string, any>;
|
|
1028
|
+
}>;
|
|
1029
|
+
SelectLabel: import("vue").DefineComponent<{
|
|
1030
|
+
paramCfg: {
|
|
1031
|
+
type: ObjectConstructor;
|
|
1032
|
+
default: null;
|
|
1033
|
+
};
|
|
1034
|
+
modelValue: {
|
|
1035
|
+
type: StringConstructor;
|
|
1036
|
+
default: null;
|
|
1037
|
+
};
|
|
1038
|
+
}, {
|
|
1039
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
1040
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1041
|
+
paramCfg: {
|
|
1042
|
+
type: ObjectConstructor;
|
|
1043
|
+
default: null;
|
|
1044
|
+
};
|
|
1045
|
+
modelValue: {
|
|
1046
|
+
type: StringConstructor;
|
|
1047
|
+
default: null;
|
|
1048
|
+
};
|
|
1049
|
+
}>> & {
|
|
1050
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1051
|
+
}>>;
|
|
1052
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1053
|
+
tagList: import("vue").Ref<never[]>;
|
|
1054
|
+
filterApiConfig: import("../../../..").AnyObject;
|
|
1055
|
+
valueCp: import("vue").WritableComputedRef<string[]>;
|
|
1056
|
+
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
|
1057
|
+
initTagList: () => Promise<void>;
|
|
1058
|
+
NSelect: any;
|
|
1059
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1060
|
+
paramCfg: {
|
|
1061
|
+
type: ObjectConstructor;
|
|
1062
|
+
default: null;
|
|
1063
|
+
};
|
|
1064
|
+
modelValue: {
|
|
1065
|
+
type: StringConstructor;
|
|
1066
|
+
default: null;
|
|
1067
|
+
};
|
|
1068
|
+
}>> & {
|
|
1069
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1070
|
+
}, {
|
|
1071
|
+
modelValue: string;
|
|
1072
|
+
paramCfg: Record<string, any>;
|
|
1073
|
+
}>;
|
|
549
1074
|
WidgetTypeEnums: {
|
|
550
1075
|
INPUT_NUMBER: string;
|
|
551
1076
|
INPUT: string;
|
|
@@ -560,44 +1085,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
560
1085
|
DATETIME_RANGE_INNER: string;
|
|
561
1086
|
LABEL: string;
|
|
562
1087
|
SELECTLABEL: string;
|
|
563
|
-
|
|
564
|
-
WidgetValEnums: {
|
|
565
|
-
CUSTOM: string;
|
|
566
|
-
FIRST_VAL: string;
|
|
567
|
-
NOW: string;
|
|
568
|
-
TODAY: string;
|
|
569
|
-
TODAY_START: string;
|
|
570
|
-
TODAY_END: string;
|
|
571
|
-
TOMORROW: string;
|
|
572
|
-
TOMORROW_START: string;
|
|
573
|
-
TOMORROW_END: string;
|
|
574
|
-
YESTERDAY: string;
|
|
575
|
-
YESTERDAY_START: string;
|
|
576
|
-
YESTERDAY_END: string;
|
|
577
|
-
THIS_WEEK: string;
|
|
578
|
-
WEEK_START: string;
|
|
579
|
-
WEEK_END: string;
|
|
580
|
-
NEXT_WEEK: string;
|
|
581
|
-
LAST_WEEK: string;
|
|
582
|
-
THIS_MONTH: string;
|
|
583
|
-
MONTH_START: string;
|
|
584
|
-
MONTH_END: string;
|
|
585
|
-
NEXT_MONTH: string;
|
|
586
|
-
LAST_MONTH: string;
|
|
587
|
-
THIS_QUARTER: string;
|
|
588
|
-
NEXT_QUARTER: string;
|
|
589
|
-
LAST_QUARTER: string;
|
|
590
|
-
THIS_YEAR: string;
|
|
591
|
-
NEXT_YEAR: string;
|
|
592
|
-
LAST_YEAR: string;
|
|
593
|
-
};
|
|
594
|
-
WidgetOptionEnums: {
|
|
595
|
-
RADIO: string;
|
|
596
|
-
MULTIPLE: string;
|
|
597
|
-
ALL: string;
|
|
598
|
-
SELECT_TIME: string;
|
|
599
|
-
PAST_TIME: string;
|
|
600
|
-
FUTURE_TIME: string;
|
|
1088
|
+
SELECTDYNAMIC: string;
|
|
601
1089
|
};
|
|
602
1090
|
}, 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<{
|
|
603
1091
|
paramCfg: {
|
|
@@ -681,17 +1169,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
681
1169
|
type: ArrayConstructor;
|
|
682
1170
|
default: () => never[];
|
|
683
1171
|
};
|
|
684
|
-
filterApiConfig: {
|
|
685
|
-
type: ObjectConstructor;
|
|
686
|
-
default: () => {};
|
|
687
|
-
};
|
|
688
1172
|
}>> & {
|
|
689
1173
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
690
1174
|
}, {
|
|
691
1175
|
visible: boolean;
|
|
692
1176
|
modalTitle: string;
|
|
693
1177
|
searchFieldList: unknown[];
|
|
694
|
-
filterApiConfig: Record<string, any>;
|
|
695
1178
|
conditionList: unknown[];
|
|
696
1179
|
}>;
|
|
697
1180
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -704,10 +1187,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
704
1187
|
default: () => never[];
|
|
705
1188
|
};
|
|
706
1189
|
settingId: StringConstructor;
|
|
707
|
-
filterApiConfig: {
|
|
708
|
-
type: ObjectConstructor;
|
|
709
|
-
default: () => {};
|
|
710
|
-
};
|
|
711
1190
|
classifyModal: {
|
|
712
1191
|
type: BooleanConstructor;
|
|
713
1192
|
default: boolean;
|
|
@@ -718,7 +1197,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
718
1197
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
|
719
1198
|
}, {
|
|
720
1199
|
searchFieldList: unknown[];
|
|
721
|
-
filterApiConfig: Record<string, any>;
|
|
722
1200
|
conditionList: unknown[];
|
|
723
1201
|
classifyModal: boolean;
|
|
724
1202
|
}>;
|