cnhis-design-vue 3.3.3-release.9 → 3.4.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/src/hooks/useBatchEditing.js +25 -24
- package/es/components/button-print/index.d.ts +98 -8
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +98 -8
- package/es/components/button-print/src/ButtonPrint.vue2.js +12 -1
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +11 -2
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +3 -2
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +44 -6
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +194 -41
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +29 -2
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +34 -5
- package/es/components/button-print/src/utils/print.d.ts +7 -5
- package/es/components/button-print/src/utils/print.js +183 -7
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/calendar/src/Calendar.vue2.js +15 -5
- package/es/components/callback/src/components/render/popupMaps.d.ts +5 -0
- package/es/components/card-render/src/components/index.d.ts +23 -23
- package/es/components/classification/index.d.ts +258 -5
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +258 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +258 -5
- package/es/components/classification/src/index.vue.d.ts +258 -5
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +6 -2
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
- package/es/components/field-editor/index.d.ts +5 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +5 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +4 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +4 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +4 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +2 -1
- package/es/components/field-set/src/components/table-row.vue2.js +21 -6
- package/es/components/field-set/src/constants/index.js +4 -4
- package/es/components/field-set/src/types/index.d.ts +2 -1
- package/es/components/form-config/index.d.ts +63 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +63 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +5 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +50 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +4 -4
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +5 -0
- package/es/components/form-config/src/constants/index.d.ts +31 -1
- package/es/components/form-config/src/constants/index.js +150 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
- package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
- package/es/components/form-config/src/hooks/useLocale.js +34 -0
- package/es/components/form-config/src/types/index.d.ts +12 -0
- package/es/components/form-render/index.d.ts +5 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +5 -0
- package/es/components/form-render/src/FormRender.vue2.js +1 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +5 -0
- package/es/components/form-render/src/components/renderer/date.d.ts +3 -1
- package/es/components/form-render/src/components/renderer/date.js +12 -10
- package/es/components/form-render/src/components/renderer/formItem.d.ts +2 -0
- package/es/components/form-render/src/components/renderer/formItem.js +10 -3
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +4 -2
- 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/renderer/radio_checkbox.js +9 -3
- package/es/components/form-render/src/constants/index.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +5 -2
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +1 -2
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-chat/index.d.ts +897 -97
- package/es/components/iho-chat/src/Index.vue.d.ts +897 -97
- package/es/components/iho-chat/src/Index.vue2.js +14 -6
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +179 -6
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +48 -28
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +61 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +106 -44
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +327 -13
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +18 -17
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +232 -17
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +299 -272
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +49 -3
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +48 -2
- package/es/components/iho-chat/src/components/ContextMenu.js +33 -18
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +104 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +307 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +51 -4
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +77 -31
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +223 -98
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +44 -26
- package/es/components/iho-chat/src/components/Video.vue2.js +56 -49
- package/es/components/iho-chat/src/hooks/useData.d.ts +51 -4
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +83 -16
- package/es/components/iho-chat/src/hooks/useVideo.js +439 -43
- package/es/components/iho-chat/src/types/index.d.ts +37 -1
- package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
- package/es/components/iho-chat/src/utils/emoji.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +2 -0
- package/es/components/iho-chat/src/utils/index.js +14 -1
- package/es/components/iho-chat/style/index.css +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.js +0 -22
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.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/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +36 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +2 -1
- package/es/components/info-header/index.d.ts +24 -17
- package/es/components/info-header/src/InfoHeader.vue.d.ts +24 -17
- package/es/components/info-header/src/InfoHeader.vue2.js +2 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +56 -22
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +4 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +1 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +15 -17
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +5 -0
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +1 -2
- package/es/components/keyboard/index.d.ts +9 -0
- package/es/components/keyboard/src/Keyboard.vue.d.ts +9 -0
- package/es/components/keyboard/src/Keyboard.vue2.js +33 -9
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +4 -0
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +50 -17
- package/es/components/keyboard/src/types.d.ts +17 -0
- package/es/components/keyboard/src/types.js +1 -0
- package/es/components/scale-view/index.d.ts +13 -0
- package/es/components/scale-view/src/ScaleView.vue.d.ts +13 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.js +2 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +4 -0
- package/es/components/search-cascader/src/utils/index.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +8 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.js +3 -1
- package/es/components/shortcut-setter/index.d.ts +5 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +5 -0
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +246 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +8 -2
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +104 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +250 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +116 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +43 -4
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +117 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +45 -8
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +233 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +74 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +258 -5
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +15 -6
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +3 -3
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +38 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +3 -3
- package/es/components/table-filter/src/hooks/useAdvanced.js +5 -4
- package/es/components/table-filter/src/tool/baseOptions.js +8 -1
- package/es/components/table-filter/src/types/enums.d.ts +5 -0
- package/es/components/table-filter/src/types/enums.js +6 -1
- package/es/components/time-picker/index.d.ts +36 -4
- package/es/components/time-picker/src/TimePicker.vue.d.ts +36 -4
- package/es/components/time-picker/src/TimePicker.vue2.js +98 -13
- package/es/components/vertify/index.d.ts +1 -0
- package/es/components/vertify/index.js +1 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +89 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +256 -0
- package/es/components/vertify/src/utils/dialog.d.ts +7 -0
- package/es/components/vertify/src/utils/dialog.js +73 -0
- package/es/components/vertify/src/utils/index.d.ts +11 -0
- package/es/components/vertify/src/utils/index.js +24 -0
- package/es/components/vod-chunk-upload/index.d.ts +13 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +19 -2
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +104 -75
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +20 -3
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +6 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +13 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +6 -1
- package/es/components/vod-chunk-upload/style/index.css +1 -1
- 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/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/hooks/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +2 -2
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/package.json +5 -5
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +0 -4
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -625,6 +625,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
625
625
|
menuProps: {
|
626
626
|
class: string;
|
627
627
|
};
|
628
|
+
specialDateRange: string[];
|
629
|
+
specialCustomDateRange: string[];
|
628
630
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
629
631
|
actionList_prop: {
|
630
632
|
type: import("vue").PropType<import("..").IClassifyListType>;
|
@@ -699,6 +701,11 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
699
701
|
getParamCfg: (key: string) => any;
|
700
702
|
initFilterConditions: (tableId: string, rawConditions: import("..").ISearchConfigType) => Promise<void>;
|
701
703
|
getRawFilterConditions: () => any[];
|
704
|
+
dateTypeList: string[];
|
705
|
+
getOptions: (key: string) => {
|
706
|
+
label: string;
|
707
|
+
value: string;
|
708
|
+
}[];
|
702
709
|
handleEditDisplayCategory: (item: import("..").ICategoryItemType) => void;
|
703
710
|
handleDisplayCategoryAddState: () => void;
|
704
711
|
findConditionByDisplayCategory: (sid: string) => unknown;
|
@@ -719,6 +726,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
719
726
|
AddCircleSharp: 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<{}>>, {}>;
|
720
727
|
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
721
728
|
ValueCfg: import("vue").DefineComponent<{
|
729
|
+
item: {
|
730
|
+
type: ObjectConstructor;
|
731
|
+
default: null;
|
732
|
+
};
|
722
733
|
paramCfg: {
|
723
734
|
type: ObjectConstructor;
|
724
735
|
default: null;
|
@@ -740,6 +751,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
740
751
|
};
|
741
752
|
}, {
|
742
753
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
754
|
+
item: {
|
755
|
+
type: ObjectConstructor;
|
756
|
+
default: null;
|
757
|
+
};
|
743
758
|
paramCfg: {
|
744
759
|
type: ObjectConstructor;
|
745
760
|
default: null;
|
@@ -775,6 +790,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
775
790
|
componentCfg: {
|
776
791
|
type: ObjectConstructor;
|
777
792
|
};
|
793
|
+
item: {
|
794
|
+
type: ObjectConstructor;
|
795
|
+
required: true;
|
796
|
+
};
|
778
797
|
paramCfg: {
|
779
798
|
type: ObjectConstructor;
|
780
799
|
default: null;
|
@@ -796,6 +815,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
796
815
|
componentCfg: {
|
797
816
|
type: ObjectConstructor;
|
798
817
|
};
|
818
|
+
item: {
|
819
|
+
type: ObjectConstructor;
|
820
|
+
required: true;
|
821
|
+
};
|
799
822
|
paramCfg: {
|
800
823
|
type: ObjectConstructor;
|
801
824
|
default: null;
|
@@ -818,6 +841,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
818
841
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
819
842
|
}>>;
|
820
843
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
844
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
821
845
|
valueCp: import("vue").WritableComputedRef<any>;
|
822
846
|
presetValCp: import("vue").WritableComputedRef<string>;
|
823
847
|
dateType: any;
|
@@ -964,6 +988,109 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
964
988
|
holidays: Date[];
|
965
989
|
}>>;
|
966
990
|
NSelect: any;
|
991
|
+
DateOption: import("vue").DefineComponent<{
|
992
|
+
filterType: {
|
993
|
+
type: StringConstructor;
|
994
|
+
required: true;
|
995
|
+
};
|
996
|
+
modelValue: {
|
997
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
998
|
+
default: null;
|
999
|
+
};
|
1000
|
+
presetVal: {
|
1001
|
+
type: StringConstructor;
|
1002
|
+
default: null;
|
1003
|
+
};
|
1004
|
+
dateType: {
|
1005
|
+
type: StringConstructor;
|
1006
|
+
};
|
1007
|
+
isDateDisabled: {
|
1008
|
+
type: FunctionConstructor;
|
1009
|
+
};
|
1010
|
+
timeDisabled: {
|
1011
|
+
type: FunctionConstructor;
|
1012
|
+
};
|
1013
|
+
valueFormat: {
|
1014
|
+
type: StringConstructor;
|
1015
|
+
};
|
1016
|
+
}, {
|
1017
|
+
widgetOptions: {
|
1018
|
+
label: string;
|
1019
|
+
value: string;
|
1020
|
+
}[];
|
1021
|
+
widgetRangeOptions: {
|
1022
|
+
label: string;
|
1023
|
+
value: string;
|
1024
|
+
}[];
|
1025
|
+
startDateNum: import("vue").Ref<any>;
|
1026
|
+
endDateNum: import("vue").Ref<any>;
|
1027
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1028
|
+
filterType: {
|
1029
|
+
type: StringConstructor;
|
1030
|
+
required: true;
|
1031
|
+
};
|
1032
|
+
modelValue: {
|
1033
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1034
|
+
default: null;
|
1035
|
+
};
|
1036
|
+
presetVal: {
|
1037
|
+
type: StringConstructor;
|
1038
|
+
default: null;
|
1039
|
+
};
|
1040
|
+
dateType: {
|
1041
|
+
type: StringConstructor;
|
1042
|
+
};
|
1043
|
+
isDateDisabled: {
|
1044
|
+
type: FunctionConstructor;
|
1045
|
+
};
|
1046
|
+
timeDisabled: {
|
1047
|
+
type: FunctionConstructor;
|
1048
|
+
};
|
1049
|
+
valueFormat: {
|
1050
|
+
type: StringConstructor;
|
1051
|
+
};
|
1052
|
+
}>> & {
|
1053
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1054
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1055
|
+
}>>;
|
1056
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1057
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
1058
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
1059
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
1060
|
+
NSelect: any;
|
1061
|
+
NInputNumber: any;
|
1062
|
+
}, 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<{
|
1063
|
+
filterType: {
|
1064
|
+
type: StringConstructor;
|
1065
|
+
required: true;
|
1066
|
+
};
|
1067
|
+
modelValue: {
|
1068
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1069
|
+
default: null;
|
1070
|
+
};
|
1071
|
+
presetVal: {
|
1072
|
+
type: StringConstructor;
|
1073
|
+
default: null;
|
1074
|
+
};
|
1075
|
+
dateType: {
|
1076
|
+
type: StringConstructor;
|
1077
|
+
};
|
1078
|
+
isDateDisabled: {
|
1079
|
+
type: FunctionConstructor;
|
1080
|
+
};
|
1081
|
+
timeDisabled: {
|
1082
|
+
type: FunctionConstructor;
|
1083
|
+
};
|
1084
|
+
valueFormat: {
|
1085
|
+
type: StringConstructor;
|
1086
|
+
};
|
1087
|
+
}>> & {
|
1088
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1089
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1090
|
+
}, {
|
1091
|
+
modelValue: string | number | unknown[];
|
1092
|
+
presetVal: string;
|
1093
|
+
}>;
|
967
1094
|
WidgetValEnums: {
|
968
1095
|
CUSTOM: string;
|
969
1096
|
FIRST_VAL: string;
|
@@ -999,6 +1126,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
999
1126
|
componentCfg: {
|
1000
1127
|
type: ObjectConstructor;
|
1001
1128
|
};
|
1129
|
+
item: {
|
1130
|
+
type: ObjectConstructor;
|
1131
|
+
required: true;
|
1132
|
+
};
|
1002
1133
|
paramCfg: {
|
1003
1134
|
type: ObjectConstructor;
|
1004
1135
|
default: null;
|
@@ -1476,6 +1607,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1476
1607
|
paramCfg: Record<string, any>;
|
1477
1608
|
}>;
|
1478
1609
|
DateRange: import("vue").DefineComponent<{
|
1610
|
+
item: {
|
1611
|
+
type: ObjectConstructor;
|
1612
|
+
required: true;
|
1613
|
+
};
|
1479
1614
|
paramCfg: {
|
1480
1615
|
type: ObjectConstructor;
|
1481
1616
|
default: null;
|
@@ -1494,6 +1629,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1494
1629
|
};
|
1495
1630
|
}, {
|
1496
1631
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1632
|
+
item: {
|
1633
|
+
type: ObjectConstructor;
|
1634
|
+
required: true;
|
1635
|
+
};
|
1497
1636
|
paramCfg: {
|
1498
1637
|
type: ObjectConstructor;
|
1499
1638
|
default: null;
|
@@ -1518,6 +1657,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1518
1657
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1519
1658
|
startDate: import("vue").Ref<any>;
|
1520
1659
|
endDate: import("vue").Ref<any>;
|
1660
|
+
filterType: import("vue").ComputedRef<"1" | "2" | "3">;
|
1521
1661
|
valueFormat: import("vue").ComputedRef<string>;
|
1522
1662
|
dateFormat: import("vue").ComputedRef<string>;
|
1523
1663
|
compType: import("vue").ComputedRef<any>;
|
@@ -1536,7 +1676,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1536
1676
|
value: string;
|
1537
1677
|
}[]>;
|
1538
1678
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1539
|
-
|
1679
|
+
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
1540
1680
|
handleChange: (val: any, type: "start" | "end") => void;
|
1541
1681
|
isStartDateDisabled: (ts: number) => boolean;
|
1542
1682
|
timeStartDisabled: (ts: number) => {
|
@@ -1681,6 +1821,109 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1681
1821
|
to: string | false | HTMLElement;
|
1682
1822
|
holidays: Date[];
|
1683
1823
|
}>>;
|
1824
|
+
DateOption: import("vue").DefineComponent<{
|
1825
|
+
filterType: {
|
1826
|
+
type: StringConstructor;
|
1827
|
+
required: true;
|
1828
|
+
};
|
1829
|
+
modelValue: {
|
1830
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1831
|
+
default: null;
|
1832
|
+
};
|
1833
|
+
presetVal: {
|
1834
|
+
type: StringConstructor;
|
1835
|
+
default: null;
|
1836
|
+
};
|
1837
|
+
dateType: {
|
1838
|
+
type: StringConstructor;
|
1839
|
+
};
|
1840
|
+
isDateDisabled: {
|
1841
|
+
type: FunctionConstructor;
|
1842
|
+
};
|
1843
|
+
timeDisabled: {
|
1844
|
+
type: FunctionConstructor;
|
1845
|
+
};
|
1846
|
+
valueFormat: {
|
1847
|
+
type: StringConstructor;
|
1848
|
+
};
|
1849
|
+
}, {
|
1850
|
+
widgetOptions: {
|
1851
|
+
label: string;
|
1852
|
+
value: string;
|
1853
|
+
}[];
|
1854
|
+
widgetRangeOptions: {
|
1855
|
+
label: string;
|
1856
|
+
value: string;
|
1857
|
+
}[];
|
1858
|
+
startDateNum: import("vue").Ref<any>;
|
1859
|
+
endDateNum: import("vue").Ref<any>;
|
1860
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1861
|
+
filterType: {
|
1862
|
+
type: StringConstructor;
|
1863
|
+
required: true;
|
1864
|
+
};
|
1865
|
+
modelValue: {
|
1866
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1867
|
+
default: null;
|
1868
|
+
};
|
1869
|
+
presetVal: {
|
1870
|
+
type: StringConstructor;
|
1871
|
+
default: null;
|
1872
|
+
};
|
1873
|
+
dateType: {
|
1874
|
+
type: StringConstructor;
|
1875
|
+
};
|
1876
|
+
isDateDisabled: {
|
1877
|
+
type: FunctionConstructor;
|
1878
|
+
};
|
1879
|
+
timeDisabled: {
|
1880
|
+
type: FunctionConstructor;
|
1881
|
+
};
|
1882
|
+
valueFormat: {
|
1883
|
+
type: StringConstructor;
|
1884
|
+
};
|
1885
|
+
}>> & {
|
1886
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1887
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1888
|
+
}>>;
|
1889
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1890
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
1891
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
1892
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
1893
|
+
NSelect: any;
|
1894
|
+
NInputNumber: any;
|
1895
|
+
}, 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<{
|
1896
|
+
filterType: {
|
1897
|
+
type: StringConstructor;
|
1898
|
+
required: true;
|
1899
|
+
};
|
1900
|
+
modelValue: {
|
1901
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1902
|
+
default: null;
|
1903
|
+
};
|
1904
|
+
presetVal: {
|
1905
|
+
type: StringConstructor;
|
1906
|
+
default: null;
|
1907
|
+
};
|
1908
|
+
dateType: {
|
1909
|
+
type: StringConstructor;
|
1910
|
+
};
|
1911
|
+
isDateDisabled: {
|
1912
|
+
type: FunctionConstructor;
|
1913
|
+
};
|
1914
|
+
timeDisabled: {
|
1915
|
+
type: FunctionConstructor;
|
1916
|
+
};
|
1917
|
+
valueFormat: {
|
1918
|
+
type: StringConstructor;
|
1919
|
+
};
|
1920
|
+
}>> & {
|
1921
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1922
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1923
|
+
}, {
|
1924
|
+
modelValue: string | number | unknown[];
|
1925
|
+
presetVal: string;
|
1926
|
+
}>;
|
1684
1927
|
WidgetValEnums: {
|
1685
1928
|
CUSTOM: string;
|
1686
1929
|
FIRST_VAL: string;
|
@@ -1713,6 +1956,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1713
1956
|
LAST_YEAR: string;
|
1714
1957
|
};
|
1715
1958
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1959
|
+
item: {
|
1960
|
+
type: ObjectConstructor;
|
1961
|
+
required: true;
|
1962
|
+
};
|
1716
1963
|
paramCfg: {
|
1717
1964
|
type: ObjectConstructor;
|
1718
1965
|
default: null;
|
@@ -1865,6 +2112,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1865
2112
|
SELECTTREEDYNAMIC: string;
|
1866
2113
|
};
|
1867
2114
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2115
|
+
item: {
|
2116
|
+
type: ObjectConstructor;
|
2117
|
+
default: null;
|
2118
|
+
};
|
1868
2119
|
paramCfg: {
|
1869
2120
|
type: ObjectConstructor;
|
1870
2121
|
default: null;
|
@@ -1891,6 +2142,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1891
2142
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1892
2143
|
}, {
|
1893
2144
|
modelValue: string | number | unknown[];
|
2145
|
+
item: Record<string, any>;
|
1894
2146
|
paramCfg: Record<string, any>;
|
1895
2147
|
presetVal: string;
|
1896
2148
|
isAccurate: boolean;
|
@@ -1899,11 +2151,12 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1899
2151
|
ConditionEnums: {
|
1900
2152
|
NULL: string;
|
1901
2153
|
EQUAL: string;
|
2154
|
+
CUSTOM_RANGE: string;
|
2155
|
+
IN_THE_PAST: string;
|
2156
|
+
IN_THE_FUTURE: string;
|
2157
|
+
IN_THE_PAST_DI: string;
|
2158
|
+
IN_THE_FUTURE_DI: string;
|
1902
2159
|
};
|
1903
|
-
conditionOptions: {
|
1904
|
-
label: string;
|
1905
|
-
value: string;
|
1906
|
-
}[];
|
1907
2160
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1908
2161
|
actionList_prop: {
|
1909
2162
|
type: import("vue").PropType<import("..").IClassifyListType>;
|