cnhis-design-vue 3.2.7-release.1 → 3.2.7-release.3
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 +2 -0
- package/es/components/base-search/src/index.vue.d.ts +2 -0
- 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/index.d.ts +27 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +27 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +1 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +9 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +27 -0
- package/es/components/classification/index.d.ts +60 -5
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +60 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +60 -5
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/index.vue.d.ts +60 -5
- package/es/components/date-picker/index.d.ts +13 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +13 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +26 -0
- package/es/components/field-set/src/components/condition.vue.d.ts +13 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +26 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +13 -0
- package/es/components/form-config/index.d.ts +37 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +37 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +14 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +20 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +1 -1
- package/es/components/form-render/index.d.ts +14 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +14 -0
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +14 -0
- package/es/components/form-render/src/components/renderer/formItem.d.ts +9 -0
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/types/index.d.ts +2 -1
- package/es/components/form-render/src/utils/business.js +1 -1
- package/es/components/form-render/src/utils/schema.d.ts +1 -1
- package/es/components/form-render/src/utils/schema.js +1 -1
- package/es/components/iho-chat/index.d.ts +269 -94
- package/es/components/iho-chat/src/Index.vue.d.ts +269 -94
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +35 -13
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +41 -14
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +50 -14
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +13 -20
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +13 -0
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +60 -11
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +62 -24
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +3 -3
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +14 -2
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +11 -0
- package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -0
- package/es/components/iho-chat/src/hooks/useSession.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSession.js +1 -1
- package/es/components/iho-chat/src/hooks/useState.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -0
- package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
- package/es/components/iho-chat/src/types/index.d.ts +0 -1
- package/es/components/iho-chat/src/utils/index.js +1 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +13 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +13 -0
- package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/headerPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +1 -0
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.js +1 -0
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -0
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +13 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +20 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -0
- 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/index.css +1 -1
- package/es/components/info-header/index.d.ts +34 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +34 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +2 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +1 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +2 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +16 -0
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +14 -0
- package/es/components/quick-search/src/index.vue2.js +1 -1
- package/es/components/scale-view/index.d.ts +23 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +23 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +21 -1
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-select.js +1 -1
- package/es/components/scale-view/src/directive/drag-move.d.ts +3 -0
- package/es/components/scale-view/src/directive/drag-move.js +1 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +15 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +15 -0
- package/es/components/steps-wheel/index.d.ts +1 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +13 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +47 -5
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +37 -19
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +47 -5
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +47 -5
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +33 -18
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +13 -0
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +69 -4
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +69 -4
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +3 -0
- package/es/components/time-line/index.d.ts +4 -4
- package/es/components/time-line/src/TimeLine.vue.d.ts +1 -1
- package/es/components/time-line/src/TimeLine.vue2.js +1 -1
- package/es/components/time-picker/index.d.ts +20 -2
- package/es/components/time-picker/src/TimePicker.vue.d.ts +21 -2
- package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- 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/table_style_2.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/business.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
- package/es/components/iho-table/src/plugins/headerPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/headerPlugin.js +0 -1
@@ -199,6 +199,10 @@ export declare const CallbackMaps: Map<string, {
|
|
199
199
|
type: BooleanConstructor;
|
200
200
|
default: boolean;
|
201
201
|
};
|
202
|
+
feedbackType: {
|
203
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
204
|
+
default: string;
|
205
|
+
};
|
202
206
|
}, {
|
203
207
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
204
208
|
fieldList: {
|
@@ -394,6 +398,10 @@ export declare const CallbackMaps: Map<string, {
|
|
394
398
|
type: BooleanConstructor;
|
395
399
|
default: boolean;
|
396
400
|
};
|
401
|
+
feedbackType: {
|
402
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
403
|
+
default: string;
|
404
|
+
};
|
397
405
|
}>> & {
|
398
406
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
399
407
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -566,6 +574,7 @@ export declare const CallbackMaps: Map<string, {
|
|
566
574
|
linebarDirection: "horizontal" | "vertical";
|
567
575
|
linebarTextDirection: "horizontal" | "vertical";
|
568
576
|
autoWidth: number | boolean;
|
577
|
+
feedbackType: "default" | "tooltip";
|
569
578
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
570
579
|
[key: symbol]: any;
|
571
580
|
[key: `x-${string}`]: any;
|
@@ -945,6 +954,10 @@ export declare const CallbackMaps: Map<string, {
|
|
945
954
|
type: BooleanConstructor;
|
946
955
|
default: boolean;
|
947
956
|
};
|
957
|
+
feedbackType: {
|
958
|
+
type: import("vue").PropType<"default" | "tooltip">;
|
959
|
+
default: string;
|
960
|
+
};
|
948
961
|
}>> & {
|
949
962
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
950
963
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -975,6 +988,7 @@ export declare const CallbackMaps: Map<string, {
|
|
975
988
|
linebarDirection: "horizontal" | "vertical";
|
976
989
|
linebarTextDirection: "horizontal" | "vertical";
|
977
990
|
autoWidth: number | boolean;
|
991
|
+
feedbackType: "default" | "tooltip";
|
978
992
|
operationalFormInit: boolean;
|
979
993
|
incrementalRender: boolean;
|
980
994
|
}>;
|
@@ -1015,6 +1029,10 @@ export declare const CallbackMaps: Map<string, {
|
|
1015
1029
|
type: NumberConstructor;
|
1016
1030
|
default: number;
|
1017
1031
|
};
|
1032
|
+
developMode: {
|
1033
|
+
type: BooleanConstructor;
|
1034
|
+
default: boolean;
|
1035
|
+
};
|
1018
1036
|
}, {
|
1019
1037
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1020
1038
|
tableConfig: {
|
@@ -1043,6 +1061,10 @@ export declare const CallbackMaps: Map<string, {
|
|
1043
1061
|
type: NumberConstructor;
|
1044
1062
|
default: number;
|
1045
1063
|
};
|
1064
|
+
developMode: {
|
1065
|
+
type: BooleanConstructor;
|
1066
|
+
default: boolean;
|
1067
|
+
};
|
1046
1068
|
}>> & {
|
1047
1069
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1048
1070
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -7831,6 +7853,10 @@ export declare const CallbackMaps: Map<string, {
|
|
7831
7853
|
type: NumberConstructor;
|
7832
7854
|
default: number;
|
7833
7855
|
};
|
7856
|
+
developMode: {
|
7857
|
+
type: BooleanConstructor;
|
7858
|
+
default: boolean;
|
7859
|
+
};
|
7834
7860
|
}>> & {
|
7835
7861
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
7836
7862
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -7903,6 +7929,7 @@ export declare const CallbackMaps: Map<string, {
|
|
7903
7929
|
uniqueCacheData: boolean;
|
7904
7930
|
tableConfig: import("../../../../../components/iho-table").IhoTableConfig;
|
7905
7931
|
tableData: import("../../../../../shared/types").AnyObject[];
|
7932
|
+
developMode: boolean;
|
7906
7933
|
}>>;
|
7907
7934
|
props: {
|
7908
7935
|
consumer?: undefined;
|
@@ -829,6 +829,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
829
829
|
allowedInvalidValue: {
|
830
830
|
type: StringConstructor;
|
831
831
|
};
|
832
|
+
to: {
|
833
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
834
|
+
default: string;
|
835
|
+
};
|
832
836
|
}, {
|
833
837
|
attrs: {
|
834
838
|
[x: string]: unknown;
|
@@ -849,6 +853,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
849
853
|
allowedInvalidValue: {
|
850
854
|
type: StringConstructor;
|
851
855
|
};
|
856
|
+
to: {
|
857
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
858
|
+
default: string;
|
859
|
+
};
|
852
860
|
}>> & {
|
853
861
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
854
862
|
}>>;
|
@@ -885,10 +893,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
885
893
|
allowedInvalidValue: {
|
886
894
|
type: StringConstructor;
|
887
895
|
};
|
896
|
+
to: {
|
897
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
898
|
+
default: string;
|
899
|
+
};
|
888
900
|
}>> & {
|
889
901
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
890
902
|
}, {
|
891
903
|
updateUnchangedValue: boolean;
|
904
|
+
to: string | false | HTMLElement;
|
892
905
|
}>>;
|
893
906
|
NSelect: any;
|
894
907
|
WidgetValEnums: {
|
@@ -1101,7 +1114,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1101
1114
|
default: null;
|
1102
1115
|
};
|
1103
1116
|
modelValue: {
|
1104
|
-
type: (
|
1117
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1105
1118
|
default: null;
|
1106
1119
|
};
|
1107
1120
|
}, {
|
@@ -1112,7 +1125,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1112
1125
|
default: null;
|
1113
1126
|
};
|
1114
1127
|
modelValue: {
|
1115
|
-
type: (
|
1128
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1116
1129
|
default: null;
|
1117
1130
|
};
|
1118
1131
|
}>> & {
|
@@ -1120,6 +1133,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1120
1133
|
}>>;
|
1121
1134
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1122
1135
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1136
|
+
selectDynamicRef: any;
|
1123
1137
|
isLoading: import("vue").Ref<boolean>;
|
1124
1138
|
filterApiConfig: import("../../shared/types").AnyObject;
|
1125
1139
|
classifyFilterList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
@@ -1135,7 +1149,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1135
1149
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1136
1150
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
1137
1151
|
isLastPage: import("vue").ComputedRef<boolean>;
|
1138
|
-
|
1152
|
+
originList: import("vue").ComputedRef<any[]>;
|
1153
|
+
valueCp: import("vue").ComputedRef<string | any[]>;
|
1139
1154
|
isInitRequest: import("vue").ComputedRef<boolean>;
|
1140
1155
|
setOptionActive: (selectIds: string[]) => void;
|
1141
1156
|
handleUpdateSelect: (value: string[] | null) => void;
|
@@ -1151,8 +1166,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1151
1166
|
[key: string]: any;
|
1152
1167
|
}>;
|
1153
1168
|
init: () => void;
|
1169
|
+
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
1154
1170
|
NSelect: any;
|
1155
1171
|
SelectDynamicOption: import("vue").DefineComponent<{
|
1172
|
+
oldValue: {
|
1173
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1174
|
+
default: () => never[];
|
1175
|
+
};
|
1156
1176
|
dynamicOptionInfo: {
|
1157
1177
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1158
1178
|
default: () => {};
|
@@ -1188,6 +1208,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1188
1208
|
}, {
|
1189
1209
|
selectMinWidth: number;
|
1190
1210
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1211
|
+
oldValue: {
|
1212
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1213
|
+
default: () => never[];
|
1214
|
+
};
|
1191
1215
|
dynamicOptionInfo: {
|
1192
1216
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1193
1217
|
default: () => {};
|
@@ -1276,6 +1300,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1276
1300
|
ArrowBack: 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<{}>>, {}>;
|
1277
1301
|
ArrowForward: 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<{}>>, {}>;
|
1278
1302
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1303
|
+
oldValue: {
|
1304
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1305
|
+
default: () => never[];
|
1306
|
+
};
|
1279
1307
|
dynamicOptionInfo: {
|
1280
1308
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1281
1309
|
default: () => {};
|
@@ -1314,6 +1342,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1314
1342
|
}, {
|
1315
1343
|
isMultiple: boolean;
|
1316
1344
|
loading: boolean;
|
1345
|
+
oldValue: import("../../shared/types").AnyObject[];
|
1317
1346
|
dynamicOptionInfo: import("../../shared/types").AnyObject;
|
1318
1347
|
fieldTitleList: import("../../shared/types").AnyObject[];
|
1319
1348
|
optionList: import("../../shared/types").AnyObject[];
|
@@ -1327,13 +1356,13 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1327
1356
|
default: null;
|
1328
1357
|
};
|
1329
1358
|
modelValue: {
|
1330
|
-
type: (
|
1359
|
+
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1331
1360
|
default: null;
|
1332
1361
|
};
|
1333
1362
|
}>> & {
|
1334
1363
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1335
1364
|
}, {
|
1336
|
-
modelValue:
|
1365
|
+
modelValue: import("../../shared/types").AnyObject[];
|
1337
1366
|
paramCfg: Record<string, any>;
|
1338
1367
|
}>;
|
1339
1368
|
InputNumberGroup: import("vue").DefineComponent<{
|
@@ -1462,6 +1491,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1462
1491
|
allowedInvalidValue: {
|
1463
1492
|
type: StringConstructor;
|
1464
1493
|
};
|
1494
|
+
to: {
|
1495
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1496
|
+
default: string;
|
1497
|
+
};
|
1465
1498
|
}, {
|
1466
1499
|
attrs: {
|
1467
1500
|
[x: string]: unknown;
|
@@ -1482,6 +1515,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1482
1515
|
allowedInvalidValue: {
|
1483
1516
|
type: StringConstructor;
|
1484
1517
|
};
|
1518
|
+
to: {
|
1519
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1520
|
+
default: string;
|
1521
|
+
};
|
1485
1522
|
}>> & {
|
1486
1523
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1487
1524
|
}>>;
|
@@ -1518,10 +1555,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1518
1555
|
allowedInvalidValue: {
|
1519
1556
|
type: StringConstructor;
|
1520
1557
|
};
|
1558
|
+
to: {
|
1559
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1560
|
+
default: string;
|
1561
|
+
};
|
1521
1562
|
}>> & {
|
1522
1563
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1523
1564
|
}, {
|
1524
1565
|
updateUnchangedValue: boolean;
|
1566
|
+
to: string | false | HTMLElement;
|
1525
1567
|
}>>;
|
1526
1568
|
WidgetValEnums: {
|
1527
1569
|
CUSTOM: string;
|
@@ -1911,6 +1953,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1911
1953
|
allowedInvalidValue: {
|
1912
1954
|
type: StringConstructor;
|
1913
1955
|
};
|
1956
|
+
to: {
|
1957
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1958
|
+
default: string;
|
1959
|
+
};
|
1914
1960
|
}, {
|
1915
1961
|
attrs: {
|
1916
1962
|
[x: string]: unknown;
|
@@ -1931,6 +1977,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1931
1977
|
allowedInvalidValue: {
|
1932
1978
|
type: StringConstructor;
|
1933
1979
|
};
|
1980
|
+
to: {
|
1981
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1982
|
+
default: string;
|
1983
|
+
};
|
1934
1984
|
}>> & {
|
1935
1985
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1936
1986
|
}>>;
|
@@ -1967,10 +2017,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1967
2017
|
allowedInvalidValue: {
|
1968
2018
|
type: StringConstructor;
|
1969
2019
|
};
|
2020
|
+
to: {
|
2021
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
2022
|
+
default: string;
|
2023
|
+
};
|
1970
2024
|
}>> & {
|
1971
2025
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1972
2026
|
}, {
|
1973
2027
|
updateUnchangedValue: boolean;
|
2028
|
+
to: string | false | HTMLElement;
|
1974
2029
|
}>>;
|
1975
2030
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1976
2031
|
componentCfg: {
|
@@ -293,6 +293,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
293
293
|
allowedInvalidValue: {
|
294
294
|
type: StringConstructor;
|
295
295
|
};
|
296
|
+
to: {
|
297
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
298
|
+
default: string;
|
299
|
+
};
|
296
300
|
}, {
|
297
301
|
attrs: {
|
298
302
|
[x: string]: unknown;
|
@@ -313,6 +317,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
313
317
|
allowedInvalidValue: {
|
314
318
|
type: StringConstructor;
|
315
319
|
};
|
320
|
+
to: {
|
321
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
322
|
+
default: string;
|
323
|
+
};
|
316
324
|
}>> & {
|
317
325
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
318
326
|
}>>;
|
@@ -349,10 +357,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
349
357
|
allowedInvalidValue: {
|
350
358
|
type: StringConstructor;
|
351
359
|
};
|
360
|
+
to: {
|
361
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
362
|
+
default: string;
|
363
|
+
};
|
352
364
|
}>> & {
|
353
365
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
354
366
|
}, {
|
355
367
|
updateUnchangedValue: boolean;
|
368
|
+
to: string | false | HTMLElement;
|
356
369
|
}>>;
|
357
370
|
NSelect: any;
|
358
371
|
WidgetValEnums: {
|
@@ -565,7 +578,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
565
578
|
default: null;
|
566
579
|
};
|
567
580
|
modelValue: {
|
568
|
-
type: (
|
581
|
+
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
569
582
|
default: null;
|
570
583
|
};
|
571
584
|
}, {
|
@@ -576,7 +589,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
576
589
|
default: null;
|
577
590
|
};
|
578
591
|
modelValue: {
|
579
|
-
type: (
|
592
|
+
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
580
593
|
default: null;
|
581
594
|
};
|
582
595
|
}>> & {
|
@@ -584,6 +597,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
584
597
|
}>>;
|
585
598
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
586
599
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
600
|
+
selectDynamicRef: any;
|
587
601
|
isLoading: import("vue").Ref<boolean>;
|
588
602
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
589
603
|
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
@@ -599,7 +613,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
599
613
|
isMultiple: import("vue").ComputedRef<boolean>;
|
600
614
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
601
615
|
isLastPage: import("vue").ComputedRef<boolean>;
|
602
|
-
|
616
|
+
originList: import("vue").ComputedRef<any[]>;
|
617
|
+
valueCp: import("vue").ComputedRef<string | any[]>;
|
603
618
|
isInitRequest: import("vue").ComputedRef<boolean>;
|
604
619
|
setOptionActive: (selectIds: string[]) => void;
|
605
620
|
handleUpdateSelect: (value: string[] | null) => void;
|
@@ -615,8 +630,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
615
630
|
[key: string]: any;
|
616
631
|
}>;
|
617
632
|
init: () => void;
|
633
|
+
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
618
634
|
NSelect: any;
|
619
635
|
SelectDynamicOption: import("vue").DefineComponent<{
|
636
|
+
oldValue: {
|
637
|
+
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
638
|
+
default: () => never[];
|
639
|
+
};
|
620
640
|
dynamicOptionInfo: {
|
621
641
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
|
622
642
|
default: () => {};
|
@@ -652,6 +672,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
652
672
|
}, {
|
653
673
|
selectMinWidth: number;
|
654
674
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
675
|
+
oldValue: {
|
676
|
+
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
677
|
+
default: () => never[];
|
678
|
+
};
|
655
679
|
dynamicOptionInfo: {
|
656
680
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
|
657
681
|
default: () => {};
|
@@ -740,6 +764,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
740
764
|
ArrowBack: 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<{}>>, {}>;
|
741
765
|
ArrowForward: 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<{}>>, {}>;
|
742
766
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
767
|
+
oldValue: {
|
768
|
+
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
769
|
+
default: () => never[];
|
770
|
+
};
|
743
771
|
dynamicOptionInfo: {
|
744
772
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject>;
|
745
773
|
default: () => {};
|
@@ -778,6 +806,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
778
806
|
}, {
|
779
807
|
isMultiple: boolean;
|
780
808
|
loading: boolean;
|
809
|
+
oldValue: import("../../../../../shared/types").AnyObject[];
|
781
810
|
dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
|
782
811
|
fieldTitleList: import("../../../../../shared/types").AnyObject[];
|
783
812
|
optionList: import("../../../../../shared/types").AnyObject[];
|
@@ -791,13 +820,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
791
820
|
default: null;
|
792
821
|
};
|
793
822
|
modelValue: {
|
794
|
-
type: (
|
823
|
+
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
795
824
|
default: null;
|
796
825
|
};
|
797
826
|
}>> & {
|
798
827
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
799
828
|
}, {
|
800
|
-
modelValue:
|
829
|
+
modelValue: import("../../../../../shared/types").AnyObject[];
|
801
830
|
paramCfg: Record<string, any>;
|
802
831
|
}>;
|
803
832
|
InputNumberGroup: import("vue").DefineComponent<{
|
@@ -926,6 +955,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
926
955
|
allowedInvalidValue: {
|
927
956
|
type: StringConstructor;
|
928
957
|
};
|
958
|
+
to: {
|
959
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
960
|
+
default: string;
|
961
|
+
};
|
929
962
|
}, {
|
930
963
|
attrs: {
|
931
964
|
[x: string]: unknown;
|
@@ -946,6 +979,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
946
979
|
allowedInvalidValue: {
|
947
980
|
type: StringConstructor;
|
948
981
|
};
|
982
|
+
to: {
|
983
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
984
|
+
default: string;
|
985
|
+
};
|
949
986
|
}>> & {
|
950
987
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
951
988
|
}>>;
|
@@ -982,10 +1019,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
982
1019
|
allowedInvalidValue: {
|
983
1020
|
type: StringConstructor;
|
984
1021
|
};
|
1022
|
+
to: {
|
1023
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1024
|
+
default: string;
|
1025
|
+
};
|
985
1026
|
}>> & {
|
986
1027
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
987
1028
|
}, {
|
988
1029
|
updateUnchangedValue: boolean;
|
1030
|
+
to: string | false | HTMLElement;
|
989
1031
|
}>>;
|
990
1032
|
WidgetValEnums: {
|
991
1033
|
CUSTOM: string;
|
@@ -1375,6 +1417,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1375
1417
|
allowedInvalidValue: {
|
1376
1418
|
type: StringConstructor;
|
1377
1419
|
};
|
1420
|
+
to: {
|
1421
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1422
|
+
default: string;
|
1423
|
+
};
|
1378
1424
|
}, {
|
1379
1425
|
attrs: {
|
1380
1426
|
[x: string]: unknown;
|
@@ -1395,6 +1441,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1395
1441
|
allowedInvalidValue: {
|
1396
1442
|
type: StringConstructor;
|
1397
1443
|
};
|
1444
|
+
to: {
|
1445
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1446
|
+
default: string;
|
1447
|
+
};
|
1398
1448
|
}>> & {
|
1399
1449
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1400
1450
|
}>>;
|
@@ -1431,10 +1481,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1431
1481
|
allowedInvalidValue: {
|
1432
1482
|
type: StringConstructor;
|
1433
1483
|
};
|
1484
|
+
to: {
|
1485
|
+
type: import("vue").PropType<string | false | HTMLElement>;
|
1486
|
+
default: string;
|
1487
|
+
};
|
1434
1488
|
}>> & {
|
1435
1489
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1436
1490
|
}, {
|
1437
1491
|
updateUnchangedValue: boolean;
|
1492
|
+
to: string | false | HTMLElement;
|
1438
1493
|
}>>;
|
1439
1494
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1440
1495
|
componentCfg: {
|