cnhis-design-vue 3.3.3-beta.3 → 3.3.3-beta.30
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/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/src/components/NewPrintComponent.vue2.js +3 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +13 -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/components/table-modal/index.vue.d.ts +3 -0
- 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/field-editor/index.d.ts +13 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +13 -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 +2 -0
- package/es/components/field-set/src/FieldFilter.vue.d.ts +2 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +34 -0
- 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/constants/index.d.ts +1 -1
- package/es/components/field-set/src/types/index.d.ts +1 -0
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-config/index.d.ts +39 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +39 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +13 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +9 -2
- package/es/components/form-render/index.d.ts +13 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +13 -0
- package/es/components/form-render/src/FormRender.vue2.js +4 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +13 -0
- package/es/components/form-render/src/components/renderer/formItem.js +8 -1
- 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/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/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 +25 -5
- package/es/components/iho-chat/src/Index.vue.d.ts +25 -5
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -15
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +5 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +53 -14
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +3 -2
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +3 -3
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +7 -15
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +3 -3
- package/es/components/iho-chat/src/components/ContextMenu.js +3 -11
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +2 -2
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +3 -3
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +16 -0
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +112 -53
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -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.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/utils/index.d.ts +2 -3
- package/es/components/iho-chat/src/utils/index.js +20 -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/index.css +1 -1
- package/es/components/info-header/index.d.ts +26 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +26 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +13 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +13 -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 +53 -3
- package/es/components/scale-view/src/ScaleView.vue.d.ts +56 -5
- package/es/components/scale-view/src/ScaleView.vue2.js +79 -4
- 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 +3 -0
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +26 -2
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +3 -0
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -6
- 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 +45 -3
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +16 -2
- 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 +18 -3
- 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/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 +13 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +13 -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/env.d.ts +25 -25
- package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +3 -3
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
38
38
|
type: PropType<AnyFn>;
|
39
39
|
};
|
40
40
|
recorderStatus: {
|
41
|
-
type:
|
41
|
+
type: StringConstructor;
|
42
42
|
default: string;
|
43
43
|
};
|
44
44
|
}, {
|
@@ -80,7 +80,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
80
80
|
type: PropType<AnyFn>;
|
81
81
|
};
|
82
82
|
recorderStatus: {
|
83
|
-
type:
|
83
|
+
type: StringConstructor;
|
84
84
|
default: string;
|
85
85
|
};
|
86
86
|
}>> & {
|
@@ -98,12 +98,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
98
98
|
data: string;
|
99
99
|
}>;
|
100
100
|
wsConnected: import("vue").Ref<boolean>;
|
101
|
-
recorderStatus: import("vue").Ref<
|
101
|
+
recorderStatus: import("vue").Ref<string>;
|
102
102
|
audioChartRef: import("vue").Ref<HTMLDivElement | undefined>;
|
103
103
|
audioChartSamllRef: import("vue").Ref<HTMLDivElement | undefined>;
|
104
104
|
contentScrollRef: import("vue").Ref<HTMLDivElement | undefined>;
|
105
|
-
isActive: import("vue").Ref<boolean>;
|
106
105
|
isWarning: import("vue").Ref<boolean>;
|
106
|
+
isActive: import("vue").Ref<boolean>;
|
107
107
|
formattedTime: import("vue").ComputedRef<string>;
|
108
108
|
isCountFinished: import("vue").Ref<boolean>;
|
109
109
|
isCountActive: import("vue").Ref<boolean>;
|
@@ -214,7 +214,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
214
214
|
type: PropType<AnyFn>;
|
215
215
|
};
|
216
216
|
recorderStatus: {
|
217
|
-
type:
|
217
|
+
type: StringConstructor;
|
218
218
|
default: string;
|
219
219
|
};
|
220
220
|
}>> & {
|
@@ -234,6 +234,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
234
234
|
showBtn: boolean;
|
235
235
|
wsConnected: boolean;
|
236
236
|
fromSdk: boolean;
|
237
|
-
recorderStatus:
|
237
|
+
recorderStatus: string;
|
238
238
|
}>;
|
239
239
|
export default _default;
|
@@ -24,7 +24,14 @@ const _hoisted_3 = {
|
|
24
24
|
const _hoisted_4 = {
|
25
25
|
class: "tip-small"
|
26
26
|
};
|
27
|
-
const _hoisted_5 = /* @__PURE__ */ createElementVNode("span", null,
|
27
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("span", null, function() {
|
28
|
+
var _a, _b, _c;
|
29
|
+
try {
|
30
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.630")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.630")) || "\u6682\u505C";
|
31
|
+
} catch (e) {
|
32
|
+
return "\u6682\u505C";
|
33
|
+
}
|
34
|
+
}(), -1);
|
28
35
|
const _hoisted_6 = /* @__PURE__ */ createElementVNode("span", null, "\u7EE7\u7EED", -1);
|
29
36
|
const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", null, function() {
|
30
37
|
var _a, _b, _c;
|
@@ -120,9 +127,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
120
127
|
const audioChartRef = ref();
|
121
128
|
const audioChartSamllRef = ref();
|
122
129
|
const contentScrollRef = ref();
|
130
|
+
const isWarning = ref(false);
|
123
131
|
const {
|
124
132
|
isActive,
|
125
|
-
isWarning,
|
126
133
|
formattedTime,
|
127
134
|
isCountFinished,
|
128
135
|
isCountActive,
|
@@ -322,7 +329,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
322
329
|
disabled: unref(btnDisabled),
|
323
330
|
onClick: unref(onPause)
|
324
331
|
}, {
|
325
|
-
default: withCtx(() => [createTextVNode(
|
332
|
+
default: withCtx(() => [createTextVNode(function() {
|
333
|
+
var _a, _b, _c;
|
334
|
+
try {
|
335
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.630")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.630")) || "\u6682\u505C";
|
336
|
+
} catch (e) {
|
337
|
+
return "\u6682\u505C";
|
338
|
+
}
|
339
|
+
}())]),
|
326
340
|
_: 1
|
327
341
|
}, 8, ["disabled", "onClick"]), [[vShow, unref(isActive)]]), withDirectives(createVNode(unref(NButton), {
|
328
342
|
size: "large",
|
@@ -53,6 +53,7 @@ declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
53
53
|
defaultValue: any;
|
54
54
|
defValueUnit: any;
|
55
55
|
optionSetting: string | undefined;
|
56
|
+
dateShortcuts: any[] | undefined;
|
56
57
|
multiple: boolean;
|
57
58
|
manualMapping: boolean | null | undefined;
|
58
59
|
showWholeOption: boolean | undefined;
|
@@ -76,6 +77,7 @@ declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
76
77
|
accurateSearch: any;
|
77
78
|
extendKey: string;
|
78
79
|
extendType: string;
|
80
|
+
dateShortcuts: any[];
|
79
81
|
}[];
|
80
82
|
transformParams: (paramsList: any[]) => any;
|
81
83
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -120,6 +122,7 @@ declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
120
122
|
unit: "custom" | null;
|
121
123
|
widgetType?: string | undefined;
|
122
124
|
dynamicBaseList?: any[] | undefined;
|
125
|
+
dateShortcuts?: any[] | undefined;
|
123
126
|
isAccurateSearch?: boolean | undefined;
|
124
127
|
accurateSearchKey?: string | undefined;
|
125
128
|
}[]>;
|
@@ -54,6 +54,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
54
54
|
defaultValue: any;
|
55
55
|
defValueUnit: any;
|
56
56
|
optionSetting: string | undefined;
|
57
|
+
dateShortcuts: any[] | undefined;
|
57
58
|
multiple: boolean;
|
58
59
|
manualMapping: boolean | null | undefined;
|
59
60
|
showWholeOption: boolean | undefined;
|
@@ -77,6 +78,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
77
78
|
accurateSearch: any;
|
78
79
|
extendKey: string;
|
79
80
|
extendType: string;
|
81
|
+
dateShortcuts: any[];
|
80
82
|
}[];
|
81
83
|
transformParams: (paramsList: any[]) => any;
|
82
84
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
@@ -121,6 +123,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
121
123
|
unit: "custom" | null;
|
122
124
|
widgetType?: string | undefined;
|
123
125
|
dynamicBaseList?: any[] | undefined;
|
126
|
+
dateShortcuts?: any[] | undefined;
|
124
127
|
isAccurateSearch?: boolean | undefined;
|
125
128
|
accurateSearchKey?: string | undefined;
|
126
129
|
}[]>;
|
@@ -58,7 +58,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
58
58
|
let res = "";
|
59
59
|
switch (props.noDataImg) {
|
60
60
|
case "no-permission":
|
61
|
-
res =
|
61
|
+
res = function() {
|
62
|
+
var _a, _b, _c;
|
63
|
+
try {
|
64
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.622")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.622")) || "\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458";
|
65
|
+
} catch (e) {
|
66
|
+
return "\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458";
|
67
|
+
}
|
68
|
+
}();
|
62
69
|
break;
|
63
70
|
case "failure":
|
64
71
|
res = function() {
|
@@ -25,7 +25,14 @@ const useTableParse = (formatData) => {
|
|
25
25
|
const du = hu * 24;
|
26
26
|
if (value < du) {
|
27
27
|
const v2 = Math.floor(value / 60) % 60;
|
28
|
-
return `${Math.floor(value / hu)}\u5C0F\u65F6${v2 ? v2 +
|
28
|
+
return `${Math.floor(value / hu)}\u5C0F\u65F6${v2 ? v2 + function() {
|
29
|
+
var _a, _b, _c;
|
30
|
+
try {
|
31
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.611")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.611")) || "\u5206";
|
32
|
+
} catch (e) {
|
33
|
+
return "\u5206";
|
34
|
+
}
|
35
|
+
}() : ""}`;
|
29
36
|
}
|
30
37
|
const MU = du * 30;
|
31
38
|
if (value < MU) {
|
@@ -1159,6 +1159,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1159
1159
|
immediate: true
|
1160
1160
|
});
|
1161
1161
|
async function directPrint() {
|
1162
|
+
encapBrowserLog({
|
1163
|
+
type: "\u4E3B\u52A8\u8C03\u7528\u6253\u5370\u65B9\u6CD5"
|
1164
|
+
}, "PRINT-SDK");
|
1162
1165
|
await handleClickBtn(false);
|
1163
1166
|
handleClickPrintAll();
|
1164
1167
|
}
|
@@ -438,7 +438,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
438
438
|
params,
|
439
439
|
signature: props.signature
|
440
440
|
};
|
441
|
-
printInstance.downloadPDF(queryParams, (res) => callLocalServicesSuccessCb(res, "
|
441
|
+
printInstance.downloadPDF(queryParams, (res) => callLocalServicesSuccessCb(res, "download"), callLocalServicesErrorCb);
|
442
442
|
}).catch(() => {
|
443
443
|
prevFnError("download");
|
444
444
|
state.spinning = false;
|
@@ -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;
|
@@ -239,6 +243,10 @@ export declare const CallbackMaps: Map<string, {
|
|
239
243
|
businessFormatter: {
|
240
244
|
type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
|
241
245
|
};
|
246
|
+
nominalAge: {
|
247
|
+
type: BooleanConstructor;
|
248
|
+
default: boolean;
|
249
|
+
};
|
242
250
|
schema: {
|
243
251
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
244
252
|
[key: symbol]: any;
|
@@ -804,6 +812,10 @@ export declare const CallbackMaps: Map<string, {
|
|
804
812
|
businessFormatter: {
|
805
813
|
type: import("vue").PropType<import("../../../../../components/form-render").FormBusinessFormatter>;
|
806
814
|
};
|
815
|
+
nominalAge: {
|
816
|
+
type: BooleanConstructor;
|
817
|
+
default: boolean;
|
818
|
+
};
|
807
819
|
schema: {
|
808
820
|
type: import("vue").PropType<import("@formily/json-schema").Stringify<{
|
809
821
|
[key: symbol]: any;
|
@@ -1010,6 +1022,7 @@ export declare const CallbackMaps: Map<string, {
|
|
1010
1022
|
feedbackType: "default" | "tooltip";
|
1011
1023
|
fixMemoLeak: boolean;
|
1012
1024
|
lazyRender: boolean;
|
1025
|
+
nominalAge: boolean;
|
1013
1026
|
operationalFormInit: boolean;
|
1014
1027
|
incrementalRender: boolean;
|
1015
1028
|
}>;
|
@@ -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: {
|