cnhis-design-vue 3.3.3-release.0 → 3.3.3-release.12
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/audio-sdk/index.d.ts +18 -16
- package/es/components/audio-sdk/src/Index.vue.d.ts +18 -16
- package/es/components/audio-sdk/src/Index.vue2.js +47 -12
- package/es/components/audio-sdk/src/audioSDK.js +1 -1
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +6 -6
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +6 -6
- package/es/components/audio-sdk/src/components/recording.vue2.js +17 -3
- package/es/components/base-search/index.d.ts +3 -0
- package/es/components/base-search/src/index.vue.d.ts +3 -0
- package/es/components/big-table/src/components/NoData.vue2.js +8 -1
- package/es/components/big-table/src/hooks/useTableParse.js +8 -1
- package/es/components/button-print/index.d.ts +9 -3
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +9 -3
- package/es/components/button-print/src/ButtonPrint.vue2.js +6 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +11 -4
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +113 -16
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +9 -3
- package/es/components/button-print/src/utils/print.d.ts +3 -3
- package/es/components/button-print/src/utils/print.js +36 -23
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +18 -0
- package/es/components/card-reader-sdk-cn/src/henan/index.js +8 -1
- package/es/components/classification/index.d.ts +56 -6
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +56 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +56 -6
- package/es/components/classification/src/index.vue.d.ts +56 -6
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -1
- package/es/components/expand-field/index.d.ts +792 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +792 -1
- package/es/components/expand-field/src/components/form.vue2.js +8 -1
- package/es/components/expand-field/src/index.vue.d.ts +792 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -1
- package/es/components/field-editor/index.d.ts +18 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +18 -0
- package/es/components/field-editor/src/FieldEditor.vue2.js +2 -1
- package/es/components/field-editor/src/fields.d.ts +1 -0
- package/es/components/field-editor/src/fields.js +6 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +10 -5
- package/es/components/field-set/src/FieldFilter.vue.d.ts +10 -5
- package/es/components/field-set/src/FieldSet.vue.d.ts +43 -6
- package/es/components/field-set/src/FieldSet.vue2.js +118 -69
- package/es/components/field-set/src/Index.vue2.js +8 -3
- package/es/components/field-set/src/TableStyle.vue2.js +2 -2
- package/es/components/field-set/src/components/table-row.vue.d.ts +6 -5
- package/es/components/field-set/src/components/table-row.vue2.js +21 -6
- package/es/components/field-set/src/constants/index.d.ts +1 -1
- package/es/components/field-set/src/types/index.d.ts +2 -0
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +102 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +102 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +18 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +63 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +4 -4
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +18 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +9 -2
- 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 +18 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +18 -0
- package/es/components/form-render/src/FormRender.vue2.js +5 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/formItem.d.ts +2 -0
- package/es/components/form-render/src/components/renderer/formItem.js +17 -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/searchCascade.js +3 -0
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +12 -3
- package/es/components/form-render/src/hooks/useBusinessBinding.js +7 -7
- 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/useFormContext.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +8 -1
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +2 -1
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/business.d.ts +3 -1
- package/es/components/form-render/src/utils/business.js +7 -1
- package/es/components/iho-chat/index.d.ts +861 -49
- package/es/components/iho-chat/src/Index.vue.d.ts +861 -49
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +181 -8
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +51 -41
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -6
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +154 -57
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +329 -15
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +21 -19
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +235 -20
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +298 -279
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +51 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +3 -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 +34 -27
- 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 +53 -6
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +3 -3
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -2
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +112 -53
- 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 +24 -1
- package/es/components/iho-chat/src/hooks/index.d.ts +1 -0
- package/es/components/iho-chat/src/hooks/index.js +1 -0
- package/es/components/iho-chat/src/hooks/useData.d.ts +51 -4
- package/es/components/iho-chat/src/hooks/useData.js +2 -7
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +25 -0
- package/es/components/iho-chat/src/hooks/useDraggable.js +160 -0
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +24 -1
- 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 +3 -3
- package/es/components/iho-chat/src/utils/index.js +27 -39
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +8 -1
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -2
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +41 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +41 -0
- 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 +1 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +19 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +18 -0
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -2
- package/es/components/quick-search/index.d.ts +2 -0
- package/es/components/quick-search/src/index.vue.d.ts +2 -0
- package/es/components/scale-view/index.d.ts +67 -17
- package/es/components/scale-view/src/ScaleView.vue.d.ts +70 -19
- package/es/components/scale-view/src/ScaleView.vue2.js +84 -10
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +5 -0
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +74 -8
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +10 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +28 -4
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -7
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +29 -8
- package/es/components/scale-view/src/components/NoData.vue2.js +9 -3
- package/es/components/scale-view/src/components/ScaleScore.d.ts +1 -1
- package/es/components/scale-view/src/components/ScaleScore.js +47 -4
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +20 -2
- package/es/components/scale-view/src/components/formitem/r-radio.js +2 -0
- package/es/components/scale-view/src/components/formitem/r-sign.js +32 -4
- package/es/components/scale-view/src/components/formitem/r-upload.js +65 -7
- package/es/components/scale-view/src/components/formitem/sign-com.js +8 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +20 -5
- package/es/components/scale-view/src/hooks/scaleview-init.js +24 -3
- package/es/components/scale-view/src/hooks/scaleview-methods.js +40 -5
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +8 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +8 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +2 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +64 -8
- package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +1 -1
- package/es/components/scale-view/src/hooks/scaleview-validate.js +157 -24
- package/es/components/scale-view/src/hooks/use-evaluate.js +16 -2
- package/es/components/scale-view/src/hooks/use-noData.js +33 -5
- package/es/components/scale-view/src/utils/judge-types.d.ts +2 -1
- package/es/components/scale-view/src/utils/judge-types.js +10 -10
- package/es/components/scale-view/src/utils/watch-form-change.d.ts +13 -0
- package/es/components/scale-view/src/utils/watch-form-change.js +71 -0
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/select-person/index.d.ts +792 -1
- package/es/components/select-person/src/SelectPerson.vue.d.ts +434 -341
- package/es/components/select-person/src/SelectPerson.vue2.js +521 -675
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +630 -0
- package/es/components/select-person/src/SelectPersonRole.vue.js +6 -0
- package/es/components/select-person/src/SelectPersonRole.vue2.js +942 -0
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +19 -0
- package/es/components/select-person/src/components/GroupItem.vue.js +6 -0
- package/es/components/select-person/src/components/GroupItem.vue2.js +37 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +214 -0
- package/es/components/select-person/src/components/SearchGroupList.vue.js +6 -0
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +145 -0
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +1 -1
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +21 -12
- package/es/components/select-person/src/components/TagItem.vue.d.ts +43 -0
- package/es/components/select-person/src/components/TagItem.vue.js +6 -0
- package/es/components/select-person/src/components/TagItem.vue2.js +40 -0
- package/es/components/select-person/src/index.vue.d.ts +793 -1
- package/es/components/select-person/src/index.vue2.js +21 -4
- package/es/components/select-person/src/types/index.d.ts +35 -0
- package/es/components/select-person/src/types/index.js +1 -0
- package/es/components/select-person/src/utils/index.d.ts +3 -0
- package/es/components/select-person/src/utils/index.js +29 -8
- package/es/components/select-person/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +18 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +18 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +54 -6
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +26 -10
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +17 -2
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +37 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +18 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +44 -1
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +36 -4
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +2 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +55 -6
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +6 -3
- 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.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +25 -6
- 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/DateRangeOut.vue2.js +12 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +2 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +2 -2
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +20 -3
- package/es/components/table-filter/src/hooks/useRenderWidget.js +4 -0
- package/es/components/table-filter/src/tool/date.d.ts +3 -0
- package/es/components/table-filter/src/tool/date.js +139 -0
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
- package/es/components/table-filter/src/tool/transformData.js +11 -8
- package/es/components/table-filter/src/types/enums.d.ts +1 -0
- package/es/components/table-filter/src/types/enums.js +2 -1
- package/es/components/table-filter/src/types/index.d.ts +12 -0
- package/es/components/vod-chunk-upload/index.d.ts +3 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +1 -29
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +109 -11
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +15 -1
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +72 -9
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +3 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +75 -9
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +1 -1
- package/package.json +4 -3
@@ -461,7 +461,7 @@ class Print {
|
|
461
461
|
}
|
462
462
|
_handleResult(data, errorCallbackFn, cancelCallbackFn) {
|
463
463
|
if (!data) {
|
464
|
-
const
|
464
|
+
const message2 = function() {
|
465
465
|
var _a, _b, _c;
|
466
466
|
try {
|
467
467
|
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.497")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.497")) || "\u6253\u5370\u547D\u4EE4\u8FD4\u56DE\u7A7A\u6570\u636E";
|
@@ -472,34 +472,34 @@ class Print {
|
|
472
472
|
this._handleMonitorNotify("");
|
473
473
|
errorCallbackFn == null ? void 0 : errorCallbackFn({
|
474
474
|
type: "printError",
|
475
|
-
message,
|
475
|
+
message: message2,
|
476
476
|
result: "error",
|
477
|
-
errinfo:
|
477
|
+
errinfo: message2
|
478
478
|
});
|
479
479
|
return false;
|
480
480
|
}
|
481
|
-
if (data.result
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
481
|
+
if (data.result === "success" || data.returncode === "1") {
|
482
|
+
data.message = data.message || data.returnmsg;
|
483
|
+
return data;
|
484
|
+
}
|
485
|
+
const message = data.message || data.Message;
|
486
|
+
this._handleMonitorNotify(message);
|
487
|
+
const errorMsgObj = {
|
488
|
+
type: "printError",
|
489
|
+
message,
|
490
|
+
result: data.result,
|
491
|
+
errinfo: data.errinfo
|
492
|
+
};
|
493
|
+
if (data.result == "cancel") {
|
494
|
+
cancelCallbackFn && cancelCallbackFn({
|
495
|
+
type: "printCancel",
|
486
496
|
message,
|
487
497
|
result: data.result,
|
488
498
|
errinfo: data.errinfo
|
489
|
-
};
|
490
|
-
if (data.result == "cancel") {
|
491
|
-
cancelCallbackFn && cancelCallbackFn({
|
492
|
-
type: "printCancel",
|
493
|
-
message,
|
494
|
-
result: data.result,
|
495
|
-
errinfo: data.errinfo
|
496
|
-
});
|
497
|
-
return false;
|
498
|
-
}
|
499
|
-
errorCallbackFn == null ? void 0 : errorCallbackFn(errorMsgObj);
|
499
|
+
});
|
500
500
|
return false;
|
501
501
|
}
|
502
|
-
|
502
|
+
errorCallbackFn == null ? void 0 : errorCallbackFn(errorMsgObj);
|
503
503
|
}
|
504
504
|
_handleResultTest(result, errorCallbackFn) {
|
505
505
|
if (!result) {
|
@@ -753,6 +753,7 @@ class Print {
|
|
753
753
|
templateId,
|
754
754
|
number,
|
755
755
|
formatId: originFormatId,
|
756
|
+
formatItem,
|
756
757
|
params = "",
|
757
758
|
paramsArr,
|
758
759
|
authorizationKey,
|
@@ -785,6 +786,8 @@ class Print {
|
|
785
786
|
if (!this._handleResultTest(testResult, errorCallbackFn))
|
786
787
|
return false;
|
787
788
|
try {
|
789
|
+
const hideButtonsValue = hideButtons ? hideButtons : (formatItem == null ? void 0 : formatItem.previewCanExport) === void 0 || (formatItem == null ? void 0 : formatItem.previewCanExport) ? void 0 : "Export";
|
790
|
+
const btnprintValue = btnprint != "1" ? btnprint : (formatItem == null ? void 0 : formatItem.previewCanPrint) === false ? "0" : "1";
|
788
791
|
const result = await this._handleEventDirect({
|
789
792
|
templateId,
|
790
793
|
number,
|
@@ -793,8 +796,8 @@ class Print {
|
|
793
796
|
paramsArr,
|
794
797
|
cmdid: this.isRemote ? PRINT_CMD_ID : PREVIEW_CMD_ID,
|
795
798
|
signature,
|
796
|
-
btnprint,
|
797
|
-
hideButtons,
|
799
|
+
btnprint: btnprintValue,
|
800
|
+
hideButtons: hideButtonsValue,
|
798
801
|
messageTimeout
|
799
802
|
});
|
800
803
|
const handledResult = this._handleResult(result, errorCallbackFn);
|
@@ -905,6 +908,7 @@ class Print {
|
|
905
908
|
templateId,
|
906
909
|
number,
|
907
910
|
formatId: originFormatId,
|
911
|
+
formatItem,
|
908
912
|
params = "",
|
909
913
|
paramsArr,
|
910
914
|
authorizationKey,
|
@@ -917,6 +921,7 @@ class Print {
|
|
917
921
|
isDownloadFile = true,
|
918
922
|
messageTimeout = 0
|
919
923
|
}, successCallbackFn, errorCallbackFn, cancelCallbackFn, mode = "printDirect") {
|
924
|
+
const isObject = (o) => Object.prototype.toString.call(o) === "[object Object]";
|
920
925
|
const iReportStatus = isIReport(originFormatId);
|
921
926
|
const formatId = this.getIReportFormatId(iReportStatus, originFormatId);
|
922
927
|
if (iReportStatus && (isDomestic || iReportExecuteMode == 2)) {
|
@@ -974,6 +979,14 @@ class Print {
|
|
974
979
|
if (!this._handleResultTest(testResult, errorCallbackFn))
|
975
980
|
return false;
|
976
981
|
try {
|
982
|
+
if (formatItem == null ? void 0 : formatItem.queuePrint) {
|
983
|
+
const printParams = isObject(params) ? cloneDeep(params) : params;
|
984
|
+
paramsArr = [{
|
985
|
+
params: printParams
|
986
|
+
}];
|
987
|
+
params = "";
|
988
|
+
}
|
989
|
+
const printdlgshowValue = printdlgshow != "0" ? printdlgshow : (formatItem == null ? void 0 : formatItem.showPrintDialog) ? "1" : "0";
|
977
990
|
const result = await this._handleEventDirect({
|
978
991
|
templateId,
|
979
992
|
number,
|
@@ -983,7 +996,7 @@ class Print {
|
|
983
996
|
cmdid: PRINT_CMD_ID,
|
984
997
|
print,
|
985
998
|
signature,
|
986
|
-
printdlgshow,
|
999
|
+
printdlgshow: printdlgshowValue,
|
987
1000
|
nobillnode,
|
988
1001
|
copies,
|
989
1002
|
svrUpdateIp,
|
@@ -1 +1 @@
|
|
1
|
-
.dropdown-button{border-color:#d5d5d5!important;color:#212121;padding-right:0}.dropdown-button .n-button__content{height:100%}.dropdown-button .n-button__content .n-icon{align-items:center;display:flex;height:100%;justify-content:center;padding-right:10px;width:30px}.c-dropdown .n-dropdown-menu-wrapper span.active{color:#5585f5}.login-form-button{border-radius:24px;color:#fff;font-size:16px;height:50px;width:100%}.login-form-button-print{padding-top:15px}.login-form-button-print .n-input{border-radius:6px;color:#757575;font-size:14px;height:50px;line-height:50px}.c-button-print-modal .n-form-item-feedback-wrapper{display:none}.c-button-preview-modal{max-width:none!important}.c-button-preview-modal .n-dialog__content{height:98%}.newprint-button-component .icon-select{padding:0 8px!important}.newprint-button-poperOver{border-radius:3px;overflow-y:auto}.newprint-button-poperOver .bold{font-weight:700}.newprint-button-poperOver .isDisabled{color:#999;cursor:default}.newprint-button-poperOver .print-li{overflow:hidden}.newprint-button-poperOver .print-li .n-divider{margin-bottom:6px;margin-top:6px}.newprint-button-poperOver .print-li .print-lite{align-items:center;border-radius:3px;cursor:pointer;display:flex;height:32px;justify-content:space-between;margin:3px 0}.newprint-button-poperOver .print-li .print-lite .label{padding:0 8px;white-space:nowrap}.newprint-button-poperOver .print-li .print-lite .n-icon{align-items:center;border-radius:0 3px 3px 0;display:flex;height:100%;justify-content:center;width:30px}.newprint-button-poperOver .print-li .print-lite .n-checkbox{white-space:nowrap}.newprint-button-poperOver .print-li.active{color:#2563f4}.newprint-button-poperOver .print-li.active .print-lite{background:rgba(37,99,244,.1)}.newprint-button-poperOver .print-li.active .
|
1
|
+
.dropdown-button{border-color:#d5d5d5!important;color:#212121;padding-right:0}.dropdown-button .n-button__content{height:100%}.dropdown-button .n-button__content .n-icon{align-items:center;display:flex;height:100%;justify-content:center;padding-right:10px;width:30px}.c-dropdown .n-dropdown-menu-wrapper span.active{color:#5585f5}.login-form-button{border-radius:24px;color:#fff;font-size:16px;height:50px;width:100%}.login-form-button-print{padding-top:15px}.login-form-button-print .n-input{border-radius:6px;color:#757575;font-size:14px;height:50px;line-height:50px}.c-button-print-modal .n-form-item-feedback-wrapper{display:none}.c-button-preview-modal{max-width:none!important}.c-button-preview-modal .n-dialog__content{height:98%}.newprint-button-component .icon-select{padding:0 8px!important}.newprint-button-poperOver{border-radius:3px;overflow-y:auto}.newprint-button-poperOver .bold{font-weight:700}.newprint-button-poperOver .isDisabled{color:#999;cursor:default}.newprint-button-poperOver .print-li{overflow:hidden}.newprint-button-poperOver .print-li .n-divider{margin-bottom:6px;margin-top:6px}.newprint-button-poperOver .print-li .print-lite{align-items:center;border-radius:3px;cursor:pointer;display:flex;height:32px;justify-content:space-between;margin:3px 0;white-space:nowrap}.newprint-button-poperOver .print-li .print-lite .label{padding:0 8px;white-space:nowrap}.newprint-button-poperOver .print-li .print-lite .n-icon{align-items:center;border-radius:0 3px 3px 0;display:flex;height:100%;justify-content:center;width:30px}.newprint-button-poperOver .print-li .print-lite .n-checkbox{white-space:nowrap}.newprint-button-poperOver .print-li.active{color:#2563f4}.newprint-button-poperOver .print-li.active .print-lite{background:rgba(37,99,244,.1)}.newprint-button-poperOver .print-li.active .print-li-icon{background:rgba(37,99,244,.15)}.newprint-button-poperOver .print-li .print-preview-item:hover{color:#2563f4}.newprint-button-outer{align-items:center;display:flex;overflow-x:auto}.newprint-button-outer .outButtonGroup .isPrintDisabled .n-button__border{border-right-width:0!important}.newprint-button-outer .outButtonGroup .n-button.n-button--disabled+.n-button.n-button--default-type:not(.n-button--disabled) .n-button__border{border-left-width:1px!important}.newprint-button-outer .outerLastButton .n-button__border{border-bottom-right-radius:0;border-right:none;border-top-right-radius:0}.newprint-button-outer .outerLastButton:hover .n-button__state-border{border-bottom-right-radius:0;border-top-right-radius:0}.newprint-button-outer .printAllLeftCls .n-button__border,.newprint-button-outer .printAllLeftCls:hover .n-button__state-border{border-bottom-left-radius:0;border-top-left-radius:0}.newprint-button-outer__shortcut{color:#76797f}
|
@@ -35,6 +35,10 @@ export declare const CallbackMaps: Map<string, {
|
|
35
35
|
businessFormatter: {
|
36
36
|
type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
|
37
37
|
};
|
38
|
+
nominalAge: {
|
39
|
+
type: BooleanConstructor;
|
40
|
+
default: boolean;
|
41
|
+
};
|
38
42
|
schema: {
|
39
43
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
40
44
|
[key: symbol]: any;
|
@@ -207,6 +211,7 @@ export declare const CallbackMaps: Map<string, {
|
|
207
211
|
type: BooleanConstructor;
|
208
212
|
};
|
209
213
|
lazyRender: BooleanConstructor;
|
214
|
+
linebreaksToTitle: BooleanConstructor;
|
210
215
|
dialogFn: {};
|
211
216
|
}, {
|
212
217
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -239,6 +244,10 @@ export declare const CallbackMaps: Map<string, {
|
|
239
244
|
businessFormatter: {
|
240
245
|
type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
|
241
246
|
};
|
247
|
+
nominalAge: {
|
248
|
+
type: BooleanConstructor;
|
249
|
+
default: boolean;
|
250
|
+
};
|
242
251
|
schema: {
|
243
252
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
244
253
|
[key: symbol]: any;
|
@@ -411,6 +420,7 @@ export declare const CallbackMaps: Map<string, {
|
|
411
420
|
type: BooleanConstructor;
|
412
421
|
};
|
413
422
|
lazyRender: BooleanConstructor;
|
423
|
+
linebreaksToTitle: BooleanConstructor;
|
414
424
|
dialogFn: {};
|
415
425
|
}>> & {
|
416
426
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
@@ -588,6 +598,7 @@ export declare const CallbackMaps: Map<string, {
|
|
588
598
|
feedbackType: "default" | "tooltip";
|
589
599
|
fixMemoLeak: boolean;
|
590
600
|
lazyRender: boolean;
|
601
|
+
linebreaksToTitle: boolean;
|
591
602
|
dialogFn: any;
|
592
603
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
593
604
|
[key: symbol]: any;
|
@@ -804,6 +815,10 @@ export declare const CallbackMaps: Map<string, {
|
|
804
815
|
businessFormatter: {
|
805
816
|
type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
|
806
817
|
};
|
818
|
+
nominalAge: {
|
819
|
+
type: BooleanConstructor;
|
820
|
+
default: boolean;
|
821
|
+
};
|
807
822
|
schema: {
|
808
823
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
809
824
|
[key: symbol]: any;
|
@@ -976,6 +991,7 @@ export declare const CallbackMaps: Map<string, {
|
|
976
991
|
type: BooleanConstructor;
|
977
992
|
};
|
978
993
|
lazyRender: BooleanConstructor;
|
994
|
+
linebreaksToTitle: BooleanConstructor;
|
979
995
|
dialogFn: {};
|
980
996
|
}>> & {
|
981
997
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
@@ -1010,6 +1026,8 @@ export declare const CallbackMaps: Map<string, {
|
|
1010
1026
|
feedbackType: "default" | "tooltip";
|
1011
1027
|
fixMemoLeak: boolean;
|
1012
1028
|
lazyRender: boolean;
|
1029
|
+
linebreaksToTitle: boolean;
|
1030
|
+
nominalAge: boolean;
|
1013
1031
|
operationalFormInit: boolean;
|
1014
1032
|
incrementalRender: boolean;
|
1015
1033
|
}>;
|
@@ -208,7 +208,14 @@ const ageCodeMap = {
|
|
208
208
|
return "\u5468";
|
209
209
|
}
|
210
210
|
}(),
|
211
|
-
N:
|
211
|
+
N: function() {
|
212
|
+
var _a, _b, _c;
|
213
|
+
try {
|
214
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.638")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.638")) || "\u5206\u949F";
|
215
|
+
} catch (e) {
|
216
|
+
return "\u5206\u949F";
|
217
|
+
}
|
218
|
+
}()
|
212
219
|
};
|
213
220
|
function birthdayToAge(birthday) {
|
214
221
|
const {
|
@@ -668,6 +668,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
668
668
|
value: string;
|
669
669
|
isAccurateSearch?: boolean | undefined;
|
670
670
|
accurateSearchKey?: string | undefined;
|
671
|
+
customDate?: string | undefined;
|
671
672
|
}[];
|
672
673
|
};
|
673
674
|
loading: import("vue").Ref<boolean>;
|
@@ -733,6 +734,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
733
734
|
isAccurate: {
|
734
735
|
type: BooleanConstructor;
|
735
736
|
};
|
737
|
+
customDate: {
|
738
|
+
type: StringConstructor;
|
739
|
+
default: null;
|
740
|
+
};
|
736
741
|
}, {
|
737
742
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
738
743
|
paramCfg: {
|
@@ -750,15 +755,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
750
755
|
isAccurate: {
|
751
756
|
type: BooleanConstructor;
|
752
757
|
};
|
758
|
+
customDate: {
|
759
|
+
type: StringConstructor;
|
760
|
+
default: null;
|
761
|
+
};
|
753
762
|
}>> & {
|
754
763
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
755
764
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
756
765
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
766
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
757
767
|
}>>;
|
758
|
-
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
|
768
|
+
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
759
769
|
valueCp: import("vue").WritableComputedRef<any>;
|
760
770
|
presetValCp: import("vue").WritableComputedRef<string>;
|
761
771
|
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
772
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
762
773
|
widgetType: import("vue").ComputedRef<any>;
|
763
774
|
Date: import("vue").DefineComponent<{
|
764
775
|
componentCfg: {
|
@@ -776,6 +787,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
776
787
|
type: StringConstructor;
|
777
788
|
default: null;
|
778
789
|
};
|
790
|
+
customDate: {
|
791
|
+
type: StringConstructor;
|
792
|
+
default: null;
|
793
|
+
};
|
779
794
|
}, {
|
780
795
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
781
796
|
componentCfg: {
|
@@ -793,11 +808,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
793
808
|
type: StringConstructor;
|
794
809
|
default: null;
|
795
810
|
};
|
811
|
+
customDate: {
|
812
|
+
type: StringConstructor;
|
813
|
+
default: null;
|
814
|
+
};
|
796
815
|
}>> & {
|
797
816
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
798
817
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
818
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
799
819
|
}>>;
|
800
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
820
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
801
821
|
valueCp: import("vue").WritableComputedRef<any>;
|
802
822
|
presetValCp: import("vue").WritableComputedRef<string>;
|
803
823
|
dateType: any;
|
@@ -975,7 +995,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
975
995
|
NEXT_YEAR: string;
|
976
996
|
LAST_YEAR: string;
|
977
997
|
};
|
978
|
-
}, 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<{
|
998
|
+
}, 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<{
|
979
999
|
componentCfg: {
|
980
1000
|
type: ObjectConstructor;
|
981
1001
|
};
|
@@ -991,13 +1011,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
991
1011
|
type: StringConstructor;
|
992
1012
|
default: null;
|
993
1013
|
};
|
1014
|
+
customDate: {
|
1015
|
+
type: StringConstructor;
|
1016
|
+
default: null;
|
1017
|
+
};
|
994
1018
|
}>> & {
|
995
1019
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
996
1020
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1021
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
997
1022
|
}, {
|
998
1023
|
modelValue: string | number | unknown[];
|
999
1024
|
paramCfg: Record<string, any>;
|
1000
1025
|
presetVal: string;
|
1026
|
+
customDate: string;
|
1001
1027
|
}>;
|
1002
1028
|
InputFilter: import("vue").DefineComponent<{
|
1003
1029
|
paramCfg: {
|
@@ -1127,6 +1153,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1127
1153
|
SELECT_TIME: string;
|
1128
1154
|
PAST_TIME: string;
|
1129
1155
|
FUTURE_TIME: string;
|
1156
|
+
CUSTOM_TIME: string;
|
1130
1157
|
};
|
1131
1158
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1132
1159
|
paramCfg: {
|
@@ -1461,6 +1488,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1461
1488
|
type: StringConstructor;
|
1462
1489
|
default: null;
|
1463
1490
|
};
|
1491
|
+
customDate: {
|
1492
|
+
type: StringConstructor;
|
1493
|
+
default: null;
|
1494
|
+
};
|
1464
1495
|
}, {
|
1465
1496
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1466
1497
|
paramCfg: {
|
@@ -1475,11 +1506,16 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1475
1506
|
type: StringConstructor;
|
1476
1507
|
default: null;
|
1477
1508
|
};
|
1509
|
+
customDate: {
|
1510
|
+
type: StringConstructor;
|
1511
|
+
default: null;
|
1512
|
+
};
|
1478
1513
|
}>> & {
|
1479
1514
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1480
1515
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1516
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1481
1517
|
}>>;
|
1482
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1518
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1483
1519
|
startDate: import("vue").Ref<any>;
|
1484
1520
|
endDate: import("vue").Ref<any>;
|
1485
1521
|
valueFormat: import("vue").ComputedRef<string>;
|
@@ -1500,6 +1536,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1500
1536
|
value: string;
|
1501
1537
|
}[]>;
|
1502
1538
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1539
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
1503
1540
|
handleChange: (val: any, type: "start" | "end") => void;
|
1504
1541
|
isStartDateDisabled: (ts: number) => boolean;
|
1505
1542
|
timeStartDisabled: (ts: number) => {
|
@@ -1675,7 +1712,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1675
1712
|
NEXT_YEAR: string;
|
1676
1713
|
LAST_YEAR: string;
|
1677
1714
|
};
|
1678
|
-
}, 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<{
|
1715
|
+
}, 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<{
|
1679
1716
|
paramCfg: {
|
1680
1717
|
type: ObjectConstructor;
|
1681
1718
|
default: null;
|
@@ -1688,13 +1725,19 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1688
1725
|
type: StringConstructor;
|
1689
1726
|
default: null;
|
1690
1727
|
};
|
1728
|
+
customDate: {
|
1729
|
+
type: StringConstructor;
|
1730
|
+
default: null;
|
1731
|
+
};
|
1691
1732
|
}>> & {
|
1692
1733
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1693
1734
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1735
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1694
1736
|
}, {
|
1695
1737
|
modelValue: string | number | unknown[];
|
1696
1738
|
paramCfg: Record<string, any>;
|
1697
1739
|
presetVal: string;
|
1740
|
+
customDate: string;
|
1698
1741
|
}>;
|
1699
1742
|
SelectLabel: import("vue").DefineComponent<{
|
1700
1743
|
paramCfg: {
|
@@ -1821,7 +1864,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1821
1864
|
SELECTTREE: string;
|
1822
1865
|
SELECTTREEDYNAMIC: string;
|
1823
1866
|
};
|
1824
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1867
|
+
}, 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<{
|
1825
1868
|
paramCfg: {
|
1826
1869
|
type: ObjectConstructor;
|
1827
1870
|
default: null;
|
@@ -1837,15 +1880,21 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
1837
1880
|
isAccurate: {
|
1838
1881
|
type: BooleanConstructor;
|
1839
1882
|
};
|
1883
|
+
customDate: {
|
1884
|
+
type: StringConstructor;
|
1885
|
+
default: null;
|
1886
|
+
};
|
1840
1887
|
}>> & {
|
1841
1888
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1842
1889
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1843
1890
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1891
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1844
1892
|
}, {
|
1845
1893
|
modelValue: string | number | unknown[];
|
1846
1894
|
paramCfg: Record<string, any>;
|
1847
1895
|
presetVal: string;
|
1848
1896
|
isAccurate: boolean;
|
1897
|
+
customDate: string;
|
1849
1898
|
}>;
|
1850
1899
|
ConditionEnums: {
|
1851
1900
|
NULL: string;
|
@@ -2325,6 +2374,7 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
2325
2374
|
SELECT_TIME: string;
|
2326
2375
|
PAST_TIME: string;
|
2327
2376
|
FUTURE_TIME: string;
|
2377
|
+
CUSTOM_TIME: string;
|
2328
2378
|
};
|
2329
2379
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2330
2380
|
paramCfg: {
|
@@ -131,6 +131,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
131
131
|
value: string;
|
132
132
|
isAccurateSearch?: boolean | undefined;
|
133
133
|
accurateSearchKey?: string | undefined;
|
134
|
+
customDate?: string | undefined;
|
134
135
|
}[];
|
135
136
|
};
|
136
137
|
loading: import("vue").Ref<boolean>;
|
@@ -196,6 +197,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
196
197
|
isAccurate: {
|
197
198
|
type: BooleanConstructor;
|
198
199
|
};
|
200
|
+
customDate: {
|
201
|
+
type: StringConstructor;
|
202
|
+
default: null;
|
203
|
+
};
|
199
204
|
}, {
|
200
205
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
201
206
|
paramCfg: {
|
@@ -213,15 +218,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
213
218
|
isAccurate: {
|
214
219
|
type: BooleanConstructor;
|
215
220
|
};
|
221
|
+
customDate: {
|
222
|
+
type: StringConstructor;
|
223
|
+
default: null;
|
224
|
+
};
|
216
225
|
}>> & {
|
217
226
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
218
227
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
219
228
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
229
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
220
230
|
}>>;
|
221
|
-
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal", ...args: any[]) => void;
|
231
|
+
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
222
232
|
valueCp: import("vue").WritableComputedRef<any>;
|
223
233
|
presetValCp: import("vue").WritableComputedRef<string>;
|
224
234
|
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
235
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
225
236
|
widgetType: import("vue").ComputedRef<any>;
|
226
237
|
Date: import("vue").DefineComponent<{
|
227
238
|
componentCfg: {
|
@@ -239,6 +250,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
239
250
|
type: StringConstructor;
|
240
251
|
default: null;
|
241
252
|
};
|
253
|
+
customDate: {
|
254
|
+
type: StringConstructor;
|
255
|
+
default: null;
|
256
|
+
};
|
242
257
|
}, {
|
243
258
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
244
259
|
componentCfg: {
|
@@ -256,11 +271,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
256
271
|
type: StringConstructor;
|
257
272
|
default: null;
|
258
273
|
};
|
274
|
+
customDate: {
|
275
|
+
type: StringConstructor;
|
276
|
+
default: null;
|
277
|
+
};
|
259
278
|
}>> & {
|
260
279
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
261
280
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
281
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
262
282
|
}>>;
|
263
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
283
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
264
284
|
valueCp: import("vue").WritableComputedRef<any>;
|
265
285
|
presetValCp: import("vue").WritableComputedRef<string>;
|
266
286
|
dateType: any;
|
@@ -438,7 +458,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
438
458
|
NEXT_YEAR: string;
|
439
459
|
LAST_YEAR: string;
|
440
460
|
};
|
441
|
-
}, 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<{
|
461
|
+
}, 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<{
|
442
462
|
componentCfg: {
|
443
463
|
type: ObjectConstructor;
|
444
464
|
};
|
@@ -454,13 +474,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
454
474
|
type: StringConstructor;
|
455
475
|
default: null;
|
456
476
|
};
|
477
|
+
customDate: {
|
478
|
+
type: StringConstructor;
|
479
|
+
default: null;
|
480
|
+
};
|
457
481
|
}>> & {
|
458
482
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
459
483
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
484
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
460
485
|
}, {
|
461
486
|
modelValue: string | number | unknown[];
|
462
487
|
paramCfg: Record<string, any>;
|
463
488
|
presetVal: string;
|
489
|
+
customDate: string;
|
464
490
|
}>;
|
465
491
|
InputFilter: import("vue").DefineComponent<{
|
466
492
|
paramCfg: {
|
@@ -590,6 +616,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
590
616
|
SELECT_TIME: string;
|
591
617
|
PAST_TIME: string;
|
592
618
|
FUTURE_TIME: string;
|
619
|
+
CUSTOM_TIME: string;
|
593
620
|
};
|
594
621
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
595
622
|
paramCfg: {
|
@@ -924,6 +951,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
924
951
|
type: StringConstructor;
|
925
952
|
default: null;
|
926
953
|
};
|
954
|
+
customDate: {
|
955
|
+
type: StringConstructor;
|
956
|
+
default: null;
|
957
|
+
};
|
927
958
|
}, {
|
928
959
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
929
960
|
paramCfg: {
|
@@ -938,11 +969,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
938
969
|
type: StringConstructor;
|
939
970
|
default: null;
|
940
971
|
};
|
972
|
+
customDate: {
|
973
|
+
type: StringConstructor;
|
974
|
+
default: null;
|
975
|
+
};
|
941
976
|
}>> & {
|
942
977
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
943
978
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
979
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
944
980
|
}>>;
|
945
|
-
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
981
|
+
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
946
982
|
startDate: import("vue").Ref<any>;
|
947
983
|
endDate: import("vue").Ref<any>;
|
948
984
|
valueFormat: import("vue").ComputedRef<string>;
|
@@ -963,6 +999,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
963
999
|
value: string;
|
964
1000
|
}[]>;
|
965
1001
|
presetValCp: import("vue").WritableComputedRef<string>;
|
1002
|
+
customDateCp: import("vue").WritableComputedRef<string>;
|
966
1003
|
handleChange: (val: any, type: "start" | "end") => void;
|
967
1004
|
isStartDateDisabled: (ts: number) => boolean;
|
968
1005
|
timeStartDisabled: (ts: number) => {
|
@@ -1138,7 +1175,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1138
1175
|
NEXT_YEAR: string;
|
1139
1176
|
LAST_YEAR: string;
|
1140
1177
|
};
|
1141
|
-
}, 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<{
|
1178
|
+
}, 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<{
|
1142
1179
|
paramCfg: {
|
1143
1180
|
type: ObjectConstructor;
|
1144
1181
|
default: null;
|
@@ -1151,13 +1188,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
1151
1188
|
type: StringConstructor;
|
1152
1189
|
default: null;
|
1153
1190
|
};
|
1191
|
+
customDate: {
|
1192
|
+
type: StringConstructor;
|
1193
|
+
default: null;
|
1194
|
+
};
|
1154
1195
|
}>> & {
|
1155
1196
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1156
1197
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1198
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1157
1199
|
}, {
|
1158
1200
|
modelValue: string | number | unknown[];
|
1159
1201
|
paramCfg: Record<string, any>;
|
1160
1202
|
presetVal: string;
|
1203
|
+
customDate: string;
|
1161
1204
|
}>;
|
1162
1205
|
SelectLabel: import("vue").DefineComponent<{
|
1163
1206
|
paramCfg: {
|
@@ -1284,7 +1327,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1284
1327
|
SELECTTREE: string;
|
1285
1328
|
SELECTTREEDYNAMIC: string;
|
1286
1329
|
};
|
1287
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal")[], "update:modelValue" | "update:isAccurate" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1330
|
+
}, 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<{
|
1288
1331
|
paramCfg: {
|
1289
1332
|
type: ObjectConstructor;
|
1290
1333
|
default: null;
|
@@ -1300,15 +1343,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1300
1343
|
isAccurate: {
|
1301
1344
|
type: BooleanConstructor;
|
1302
1345
|
};
|
1346
|
+
customDate: {
|
1347
|
+
type: StringConstructor;
|
1348
|
+
default: null;
|
1349
|
+
};
|
1303
1350
|
}>> & {
|
1304
1351
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1305
1352
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1306
1353
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1354
|
+
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1307
1355
|
}, {
|
1308
1356
|
modelValue: string | number | unknown[];
|
1309
1357
|
paramCfg: Record<string, any>;
|
1310
1358
|
presetVal: string;
|
1311
1359
|
isAccurate: boolean;
|
1360
|
+
customDate: string;
|
1312
1361
|
}>;
|
1313
1362
|
ConditionEnums: {
|
1314
1363
|
NULL: string;
|
@@ -1788,6 +1837,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1788
1837
|
SELECT_TIME: string;
|
1789
1838
|
PAST_TIME: string;
|
1790
1839
|
FUTURE_TIME: string;
|
1840
|
+
CUSTOM_TIME: string;
|
1791
1841
|
};
|
1792
1842
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1793
1843
|
paramCfg: {
|