cnhis-design-vue 3.3.2-beta.12 → 3.3.2-beta.6
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/src/Index.vue2.js +1 -1
- package/es/components/audio-sdk/style/index.css +1 -1
- package/es/components/base-search/src/index.vue2.js +15 -27
- package/es/components/big-table/src/BigTable.vue2.js +131 -189
- package/es/components/big-table/src/components/NoData.vue2.js +4 -16
- package/es/components/big-table/src/components/edit-form/edit-date.js +6 -12
- package/es/components/big-table/src/components/edit-form/edit-input.js +2 -8
- package/es/components/big-table/src/components/edit-form/edit-select.js +17 -21
- package/es/components/big-table/src/components/edit-form/edit-time.js +4 -11
- package/es/components/big-table/src/components/input-button.vue2.js +3 -7
- package/es/components/big-table/src/hooks/useNestTable.js +4 -18
- package/es/components/big-table/src/hooks/useTableParse.js +3 -16
- package/es/components/body-select/src/index.vue2.js +4 -24
- package/es/components/button-print/index.d.ts +0 -1
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +0 -1
- package/es/components/button-print/src/ButtonPrint.vue2.js +11 -52
- package/es/components/button-print/src/components/EditFormat.vue2.js +6 -14
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +43 -94
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +94 -229
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +0 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +32 -92
- package/es/components/button-print/src/components/Preview.vue2.js +2 -8
- package/es/components/button-print/src/utils/dialog.js +6 -24
- package/es/components/button-print/src/utils/print.d.ts +5 -5
- package/es/components/button-print/src/utils/print.js +21 -108
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +2 -8
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +4 -16
- package/es/components/card-reader-sdk-cn/src/henan/index.js +11 -38
- package/es/components/classification/src/components/search-filter/index.vue2.js +10 -24
- package/es/components/classification/src/components/set-classification/index.vue2.js +6 -23
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/components/table-modal/index.vue2.js +165 -324
- package/es/components/classification/src/index.vue2.js +69 -261
- package/es/components/default-page/src/constants/index.js +19 -144
- package/es/components/default-page/src/index.vue2.js +2 -8
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +51 -75
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +38 -46
- package/es/components/expand-field/src/components/PersonModal.vue2.js +50 -62
- package/es/components/expand-field/src/components/form.vue2.js +412 -783
- package/es/components/expand-field/src/index.vue2.js +22 -88
- package/es/components/expand-field/src/utils/constant.js +12 -88
- package/es/components/fabric-chart/src/components/PopupMenu.js +15 -32
- package/es/components/fabric-chart/src/constants/index.js +10 -72
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -16
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -8
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -32
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -8
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +41 -63
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -5
- package/es/components/fabric-chart/src/hooks/useCommon.js +4 -24
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -2
- package/es/components/field-editor/src/fields.js +30 -232
- package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldColor.vue2.js +21 -88
- package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -28
- package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldSet.vue2.js +57 -210
- package/es/components/field-set/src/Index.vue2.js +6 -40
- package/es/components/field-set/src/TableStyle.vue2.js +13 -48
- package/es/components/field-set/src/components/condition.vue2.js +11 -27
- package/es/components/field-set/src/components/edit-dialog.vue2.js +69 -149
- package/es/components/field-set/src/components/edit-filter.vue2.js +4 -24
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/field-set/src/components/table-row.vue2.js +42 -123
- package/es/components/field-set/src/constants/filter.js +42 -328
- package/es/components/field-set/src/constants/index.js +64 -504
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +46 -91
- package/es/components/form-config/src/constants/index.js +11 -80
- package/es/components/form-config/src/hooks/useLocale.js +31 -240
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +3 -7
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +3 -7
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -8
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -7
- package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -8
- package/es/components/form-render/src/components/renderer/switch.js +4 -24
- package/es/components/form-render/src/utils/schema.js +6 -26
- package/es/components/iho-chat/src/Index.vue2.js +38 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +33 -108
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +90 -132
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +48 -110
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +15 -35
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +22 -54
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +45 -77
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +208 -256
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +211 -309
- package/es/components/iho-chat/src/components/ContextMenu.js +9 -50
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +4 -16
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +2 -8
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +18 -104
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +12 -67
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +43 -47
- package/es/components/iho-chat/src/components/SiderList.vue2.js +40 -70
- package/es/components/iho-chat/src/components/Video.vue2.js +11 -38
- package/es/components/iho-chat/src/hooks/useVideo.js +4 -15
- package/es/components/iho-chat/src/utils/index.js +14 -79
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -8
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +15 -40
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +15 -40
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +20 -50
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +6 -14
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +3 -10
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +18 -45
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +14 -20
- package/es/components/index.css +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +23 -142
- package/es/components/keyboard/src/Keyboard.vue2.js +9 -21
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +35 -49
- package/es/components/map/src/Map.vue2.js +3 -7
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +6 -14
- package/es/components/quick-search/src/index.vue2.js +132 -177
- package/es/components/recommend-search/src/components/BaseSearch.js +8 -14
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +8 -28
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +5 -18
- package/es/components/scale-view/src/ScaleView.vue2.js +7 -15
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -16
- package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -24
- package/es/components/scale-view/src/components/formitem/r-input.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-map.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-radio.js +6 -24
- package/es/components/scale-view/src/components/formitem/r-select.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-sign.js +9 -30
- package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -16
- package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -24
- package/es/components/scale-view/src/hooks/scaleview-methods.js +4 -16
- package/es/components/scale-view/src/hooks/scaleview-submit.js +3 -16
- package/es/components/scale-view/src/hooks/scaleview-validate.js +9 -40
- package/es/components/search-cascader/src/SearchCascader.vue2.js +14 -20
- package/es/components/select-label/src/LabelFormContent.vue2.js +21 -53
- package/es/components/select-label/src/SelectLabel.vue2.js +55 -85
- package/es/components/select-label/src/components/label-classify.vue2.js +11 -28
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +5 -18
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +8 -34
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +5 -18
- package/es/components/select-person/src/SelectPerson.vue2.js +141 -214
- package/es/components/select-person/src/SelectPersonType.vue2.js +105 -130
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +2 -9
- package/es/components/select-person/src/index.vue2.js +7 -20
- package/es/components/slider-tree/src/index.vue2.js +3 -16
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +112 -186
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +88 -147
- package/es/components/table-export-field/src/index.vue2.js +12 -28
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +5 -32
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -264
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +135 -214
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +3 -16
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +2 -9
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +6 -39
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +5 -18
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +18 -29
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +3 -16
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -8
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +130 -195
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +7 -26
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +7 -13
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +8 -34
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +8 -21
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +3 -7
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +6 -19
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +3 -16
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -24
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +207 -1648
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -8
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -16
- package/es/components/table-filter/src/tool/baseOptions.js +19 -144
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -28
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -22
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +3 -7
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +6 -14
- package/es/env.d.ts +25 -25
- package/es/shared/hooks/selectHooks/useSelectAllowModify.js +2 -2
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
@@ -59,85 +59,30 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
59
59
|
}
|
60
60
|
const show = ref(false);
|
61
61
|
const fieldList = computed(() => {
|
62
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V;
|
62
63
|
if (!props.patientEditable)
|
63
64
|
return [];
|
64
65
|
return [{
|
65
66
|
val_key: "name",
|
66
67
|
is_null: "0",
|
67
68
|
is_empty: "0",
|
68
|
-
alias:
|
69
|
-
var _a, _b, _c;
|
70
|
-
try {
|
71
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.116")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.116")) || "\u59D3\u540D";
|
72
|
-
} catch (e) {
|
73
|
-
return "\u59D3\u540D";
|
74
|
-
}
|
75
|
-
}(),
|
69
|
+
alias: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.116")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.116")) || "\u59D3\u540D",
|
76
70
|
html_type: "INPUT",
|
77
71
|
...props.patientInfo.nameProps
|
78
72
|
}, {
|
79
73
|
val_key: "sex",
|
80
|
-
alias:
|
81
|
-
var _a, _b, _c;
|
82
|
-
try {
|
83
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.122")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.122")) || "\u6027\u522B";
|
84
|
-
} catch (e) {
|
85
|
-
return "\u6027\u522B";
|
86
|
-
}
|
87
|
-
}(),
|
74
|
+
alias: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.122")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.122")) || "\u6027\u522B",
|
88
75
|
html_type: "SELECT",
|
89
76
|
is_null: "0",
|
90
77
|
option: [{
|
91
|
-
text:
|
92
|
-
|
93
|
-
try {
|
94
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.205")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.205")) || "\u672A\u77E5";
|
95
|
-
} catch (e) {
|
96
|
-
return "\u672A\u77E5";
|
97
|
-
}
|
98
|
-
}(),
|
99
|
-
value: function() {
|
100
|
-
var _a, _b, _c;
|
101
|
-
try {
|
102
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.205")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.205")) || "\u672A\u77E5";
|
103
|
-
} catch (e) {
|
104
|
-
return "\u672A\u77E5";
|
105
|
-
}
|
106
|
-
}()
|
78
|
+
text: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.205")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.205")) || "\u672A\u77E5",
|
79
|
+
value: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.205")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.205")) || "\u672A\u77E5"
|
107
80
|
}, {
|
108
|
-
text:
|
109
|
-
|
110
|
-
try {
|
111
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.203")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.203")) || "\u7537";
|
112
|
-
} catch (e) {
|
113
|
-
return "\u7537";
|
114
|
-
}
|
115
|
-
}(),
|
116
|
-
value: function() {
|
117
|
-
var _a, _b, _c;
|
118
|
-
try {
|
119
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.203")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.203")) || "\u7537";
|
120
|
-
} catch (e) {
|
121
|
-
return "\u7537";
|
122
|
-
}
|
123
|
-
}()
|
81
|
+
text: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.203")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.203")) || "\u7537",
|
82
|
+
value: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.203")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.203")) || "\u7537"
|
124
83
|
}, {
|
125
|
-
text:
|
126
|
-
|
127
|
-
try {
|
128
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.204")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.204")) || "\u5973";
|
129
|
-
} catch (e) {
|
130
|
-
return "\u5973";
|
131
|
-
}
|
132
|
-
}(),
|
133
|
-
value: function() {
|
134
|
-
var _a, _b, _c;
|
135
|
-
try {
|
136
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.204")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.204")) || "\u5973";
|
137
|
-
} catch (e) {
|
138
|
-
return "\u5973";
|
139
|
-
}
|
140
|
-
}()
|
84
|
+
text: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.204")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.204")) || "\u5973",
|
85
|
+
value: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.204")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.204")) || "\u5973"
|
141
86
|
}],
|
142
87
|
...props.patientInfo.sexProps
|
143
88
|
}, {
|
@@ -163,79 +108,23 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
163
108
|
}
|
164
109
|
},
|
165
110
|
option: [{
|
166
|
-
value:
|
167
|
-
|
168
|
-
try {
|
169
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.144")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.144")) || "\u5929";
|
170
|
-
} catch (e) {
|
171
|
-
return "\u5929";
|
172
|
-
}
|
173
|
-
}(),
|
174
|
-
text: function() {
|
175
|
-
var _a, _b, _c;
|
176
|
-
try {
|
177
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.144")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.144")) || "\u5929";
|
178
|
-
} catch (e) {
|
179
|
-
return "\u5929";
|
180
|
-
}
|
181
|
-
}()
|
111
|
+
value: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.144")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.144")) || "\u5929",
|
112
|
+
text: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.144")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.144")) || "\u5929"
|
182
113
|
}, {
|
183
|
-
value:
|
184
|
-
|
185
|
-
try {
|
186
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.347")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.347")) || "\u6708";
|
187
|
-
} catch (e) {
|
188
|
-
return "\u6708";
|
189
|
-
}
|
190
|
-
}(),
|
191
|
-
text: function() {
|
192
|
-
var _a, _b, _c;
|
193
|
-
try {
|
194
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.347")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.347")) || "\u6708";
|
195
|
-
} catch (e) {
|
196
|
-
return "\u6708";
|
197
|
-
}
|
198
|
-
}()
|
114
|
+
value: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.347")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.347")) || "\u6708",
|
115
|
+
text: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.347")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.347")) || "\u6708"
|
199
116
|
}, {
|
200
117
|
value: "\u5C81",
|
201
118
|
text: "\u5C81"
|
202
119
|
}, {
|
203
|
-
value:
|
204
|
-
|
205
|
-
try {
|
206
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.350")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.350")) || "\u5C0F\u65F6";
|
207
|
-
} catch (e) {
|
208
|
-
return "\u5C0F\u65F6";
|
209
|
-
}
|
210
|
-
}(),
|
211
|
-
text: function() {
|
212
|
-
var _a, _b, _c;
|
213
|
-
try {
|
214
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.350")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.350")) || "\u5C0F\u65F6";
|
215
|
-
} catch (e) {
|
216
|
-
return "\u5C0F\u65F6";
|
217
|
-
}
|
218
|
-
}()
|
120
|
+
value: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.350")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.350")) || "\u5C0F\u65F6",
|
121
|
+
text: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.350")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.350")) || "\u5C0F\u65F6"
|
219
122
|
}, {
|
220
123
|
value: "\u5206",
|
221
124
|
text: "\u5206"
|
222
125
|
}, {
|
223
|
-
value:
|
224
|
-
|
225
|
-
try {
|
226
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.346")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.346")) || "\u5468";
|
227
|
-
} catch (e) {
|
228
|
-
return "\u5468";
|
229
|
-
}
|
230
|
-
}(),
|
231
|
-
text: function() {
|
232
|
-
var _a, _b, _c;
|
233
|
-
try {
|
234
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.346")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.346")) || "\u5468";
|
235
|
-
} catch (e) {
|
236
|
-
return "\u5468";
|
237
|
-
}
|
238
|
-
}()
|
126
|
+
value: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.346")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.346")) || "\u5468",
|
127
|
+
text: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.346")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.346")) || "\u5468"
|
239
128
|
}],
|
240
129
|
...props.patientInfo.ageUnitProps
|
241
130
|
}
|
@@ -310,28 +199,20 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
310
199
|
size: "small",
|
311
200
|
onClick: _cache[1] || (_cache[1] = ($event) => show.value = false)
|
312
201
|
}, {
|
313
|
-
default: withCtx(() =>
|
202
|
+
default: withCtx(() => {
|
314
203
|
var _a, _b, _c;
|
315
|
-
|
316
|
-
|
317
|
-
} catch (e) {
|
318
|
-
return "\u53D6\u6D88";
|
319
|
-
}
|
320
|
-
}())]),
|
204
|
+
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.28")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.28")) || "\u53D6\u6D88")];
|
205
|
+
}),
|
321
206
|
_: 1
|
322
207
|
}), createVNode(unref(NButton), {
|
323
208
|
size: "small",
|
324
209
|
type: "info",
|
325
210
|
onClick: confirm
|
326
211
|
}, {
|
327
|
-
default: withCtx(() =>
|
212
|
+
default: withCtx(() => {
|
328
213
|
var _a, _b, _c;
|
329
|
-
|
330
|
-
|
331
|
-
} catch (e) {
|
332
|
-
return "\u786E\u8BA4";
|
333
|
-
}
|
334
|
-
}())]),
|
214
|
+
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.428")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.428")) || "\u786E\u8BA4")];
|
215
|
+
}),
|
335
216
|
_: 1
|
336
217
|
})]),
|
337
218
|
_: 1
|
@@ -13,14 +13,8 @@ import '../../../shared/hooks/selectHooks/useSearchContent.js';
|
|
13
13
|
import '../../../shared/hooks/useScrollLoading.js';
|
14
14
|
import { defaultCssVars } from './constants/index.js';
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
try {
|
19
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.142")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.142")) || "\u952E\u76D8";
|
20
|
-
} catch (e) {
|
21
|
-
return "\u952E\u76D8";
|
22
|
-
}
|
23
|
-
}(), -1);
|
16
|
+
var _a, _b, _c;
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.142")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.142")) || "\u952E\u76D8", -1);
|
24
18
|
const _hoisted_2 = {
|
25
19
|
class: "keys"
|
26
20
|
};
|
@@ -110,9 +104,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
110
104
|
preventDefault: true,
|
111
105
|
handle: keyboardDragRef,
|
112
106
|
onMove: (position, event) => {
|
113
|
-
var
|
114
|
-
position.x += (
|
115
|
-
position.y += (_d = (
|
107
|
+
var _a2, _b2, _c2, _d;
|
108
|
+
position.x += (_b2 = (_a2 = props.moveOffset) == null ? void 0 : _a2.x) != null ? _b2 : 0;
|
109
|
+
position.y += (_d = (_c2 = props.moveOffset) == null ? void 0 : _c2.y) != null ? _d : 0;
|
116
110
|
}
|
117
111
|
});
|
118
112
|
return style2;
|
@@ -126,8 +120,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
126
120
|
}
|
127
121
|
}
|
128
122
|
function onChange(value) {
|
129
|
-
var
|
130
|
-
(
|
123
|
+
var _a2;
|
124
|
+
(_a2 = popoverRef.value) == null ? void 0 : _a2.setShow(false);
|
131
125
|
currentValue.value = value;
|
132
126
|
emit("change", value);
|
133
127
|
}
|
@@ -189,6 +183,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
189
183
|
}, null, 8, ["component"])]),
|
190
184
|
_: 1
|
191
185
|
}, 8, ["style"]), createElementVNode("div", _hoisted_2, [(openBlock(true), createElementBlock(Fragment, null, renderList(englishKeys.value, (key, index) => {
|
186
|
+
var _a2, _b2, _c2;
|
192
187
|
return openBlock(), createElementBlock("span", {
|
193
188
|
key,
|
194
189
|
class: normalizeClass(["key" + index]),
|
@@ -199,14 +194,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
199
194
|
}, null, 8, ["component"])) : createCommentVNode("v-if", true), key === "Undo" ? (openBlock(), createBlock(unref(NIcon), {
|
200
195
|
key: 1,
|
201
196
|
component: unref(ArrowUndoSharp)
|
202
|
-
}, null, 8, ["component"])) : createCommentVNode("v-if", true), createTextVNode(" " + toDisplayString(!ENGLISHOTHERKEY.includes(key) || key === "Enter" ? key : key === "" ?
|
203
|
-
var _a, _b, _c;
|
204
|
-
try {
|
205
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.143")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.143")) || "\u7A7A\u683C";
|
206
|
-
} catch (e) {
|
207
|
-
return "\u7A7A\u683C";
|
208
|
-
}
|
209
|
-
}() : ""), 1)], 10, _hoisted_3);
|
197
|
+
}, null, 8, ["component"])) : createCommentVNode("v-if", true), createTextVNode(" " + toDisplayString(!ENGLISHOTHERKEY.includes(key) || key === "Enter" ? key : key === "" ? ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.143")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.143")) || "\u7A7A\u683C" : ""), 1)], 10, _hoisted_3);
|
210
198
|
}), 128))])], 6));
|
211
199
|
};
|
212
200
|
}
|
@@ -250,22 +250,18 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
250
250
|
class: "margin-offset",
|
251
251
|
"wrap-item": false
|
252
252
|
}, {
|
253
|
-
default: withCtx(() =>
|
254
|
-
class: "opt",
|
255
|
-
onClick: _cache[2] || (_cache[2] = ($event) => keydown("Undo"))
|
256
|
-
}, [createVNode(unref(NIcon), {
|
257
|
-
component: unref(ArrowUndoSharp)
|
258
|
-
}, null, 8, ["component"])]), createElementVNode("span", {
|
259
|
-
class: "opt",
|
260
|
-
onClick: _cache[3] || (_cache[3] = ($event) => keydown("Enter"))
|
261
|
-
}, function() {
|
253
|
+
default: withCtx(() => {
|
262
254
|
var _a, _b, _c;
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
255
|
+
return [createElementVNode("span", {
|
256
|
+
class: "opt",
|
257
|
+
onClick: _cache[2] || (_cache[2] = ($event) => keydown("Undo"))
|
258
|
+
}, [createVNode(unref(NIcon), {
|
259
|
+
component: unref(ArrowUndoSharp)
|
260
|
+
}, null, 8, ["component"])]), createElementVNode("span", {
|
261
|
+
class: "opt",
|
262
|
+
onClick: _cache[3] || (_cache[3] = ($event) => keydown("Enter"))
|
263
|
+
}, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.27")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.27")) || "\u786E\u5B9A")];
|
264
|
+
}),
|
269
265
|
_: 1
|
270
266
|
})])], 2), unref(isDay) ? (openBlock(), createBlock(unref(NSpace), {
|
271
267
|
key: 0,
|
@@ -275,18 +271,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
275
271
|
vertical: ""
|
276
272
|
}, {
|
277
273
|
default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(days.value, (day) => {
|
274
|
+
var _a, _b, _c;
|
278
275
|
return openBlock(), createElementBlock("span", {
|
279
276
|
class: "btn",
|
280
277
|
key: day,
|
281
278
|
onClick: ($event) => keydown(day)
|
282
|
-
}, toDisplayString(day) +
|
283
|
-
var _a, _b, _c;
|
284
|
-
try {
|
285
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.144")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.144")) || "\u5929";
|
286
|
-
} catch (e) {
|
287
|
-
return "\u5929";
|
288
|
-
}
|
289
|
-
}(), 9, _hoisted_3);
|
279
|
+
}, toDisplayString(day) + (((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.144")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.144")) || "\u5929"), 9, _hoisted_3);
|
290
280
|
}), 128))]),
|
291
281
|
_: 1
|
292
282
|
})) : createCommentVNode("v-if", true), unref(isDose) ? (openBlock(), createBlock(unref(NSpace), {
|
@@ -305,33 +295,29 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
305
295
|
vertical: "",
|
306
296
|
"wrap-item": false
|
307
297
|
}, {
|
308
|
-
default: withCtx(() =>
|
309
|
-
integer: "",
|
310
|
-
modelValue: integerValue.value,
|
311
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => integerValue.value = $event)
|
312
|
-
}, null, 8, ["modelValue"]), createElementVNode("div", _hoisted_7, [createVNode(InputNumber, {
|
313
|
-
integer: "",
|
314
|
-
modelValue: numeratorValue.value,
|
315
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => numeratorValue.value = $event),
|
316
|
-
status: numeratorValueStatus.value,
|
317
|
-
"onUpdate:status": _cache[6] || (_cache[6] = ($event) => numeratorValueStatus.value = $event)
|
318
|
-
}, null, 8, ["modelValue", "status"]), _hoisted_8, createVNode(InputNumber, {
|
319
|
-
integer: "",
|
320
|
-
modelValue: denominatorValue.value,
|
321
|
-
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => denominatorValue.value = $event),
|
322
|
-
status: denominatorValueStatus.value,
|
323
|
-
"onUpdate:status": _cache[8] || (_cache[8] = ($event) => denominatorValueStatus.value = $event)
|
324
|
-
}, null, 8, ["modelValue", "status"])])]), createElementVNode("span", {
|
325
|
-
class: "btn",
|
326
|
-
onClick: calculateFraction
|
327
|
-
}, function() {
|
298
|
+
default: withCtx(() => {
|
328
299
|
var _a, _b, _c;
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
}
|
334
|
-
|
300
|
+
return [createElementVNode("div", _hoisted_6, [createVNode(InputNumber, {
|
301
|
+
integer: "",
|
302
|
+
modelValue: integerValue.value,
|
303
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => integerValue.value = $event)
|
304
|
+
}, null, 8, ["modelValue"]), createElementVNode("div", _hoisted_7, [createVNode(InputNumber, {
|
305
|
+
integer: "",
|
306
|
+
modelValue: numeratorValue.value,
|
307
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => numeratorValue.value = $event),
|
308
|
+
status: numeratorValueStatus.value,
|
309
|
+
"onUpdate:status": _cache[6] || (_cache[6] = ($event) => numeratorValueStatus.value = $event)
|
310
|
+
}, null, 8, ["modelValue", "status"]), _hoisted_8, createVNode(InputNumber, {
|
311
|
+
integer: "",
|
312
|
+
modelValue: denominatorValue.value,
|
313
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => denominatorValue.value = $event),
|
314
|
+
status: denominatorValueStatus.value,
|
315
|
+
"onUpdate:status": _cache[8] || (_cache[8] = ($event) => denominatorValueStatus.value = $event)
|
316
|
+
}, null, 8, ["modelValue", "status"])])]), createElementVNode("span", {
|
317
|
+
class: "btn",
|
318
|
+
onClick: calculateFraction
|
319
|
+
}, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.145")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.145")) || "\u5206\u5B50\u5F0F\u5242\u91CF")];
|
320
|
+
}),
|
335
321
|
_: 1
|
336
322
|
})]),
|
337
323
|
_: 1
|
@@ -340,14 +340,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
340
340
|
size: "small",
|
341
341
|
onClick: _cache[1] || (_cache[1] = ($event) => selectLocation(state.addressList[0]))
|
342
342
|
}, {
|
343
|
-
default: withCtx(() =>
|
343
|
+
default: withCtx(() => {
|
344
344
|
var _a, _b, _c;
|
345
|
-
|
346
|
-
|
347
|
-
} catch (e) {
|
348
|
-
return "\u786E\u5B9A";
|
349
|
-
}
|
350
|
-
}())]),
|
345
|
+
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.27")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.27")) || "\u786E\u5B9A")];
|
346
|
+
}),
|
351
347
|
_: 1
|
352
348
|
})]), (openBlock(true), createElementBlock(Fragment, null, renderList(state.addressList, (item, index) => {
|
353
349
|
return openBlock(), createElementBlock("li", {
|
@@ -210,27 +210,19 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
210
210
|
type: "primary",
|
211
211
|
onClick: preview
|
212
212
|
}, {
|
213
|
-
default: withCtx(() =>
|
213
|
+
default: withCtx(() => {
|
214
214
|
var _a, _b, _c;
|
215
|
-
|
216
|
-
|
217
|
-
} catch (e) {
|
218
|
-
return "\u9884\u89C8";
|
219
|
-
}
|
220
|
-
}())]),
|
215
|
+
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.490")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.490")) || "\u9884\u89C8")];
|
216
|
+
}),
|
221
217
|
_: 1
|
222
218
|
}), createVNode(unref(NButton), {
|
223
219
|
type: "primary",
|
224
220
|
onClick: save
|
225
221
|
}, {
|
226
|
-
default: withCtx(() =>
|
222
|
+
default: withCtx(() => {
|
227
223
|
var _a, _b, _c;
|
228
|
-
|
229
|
-
|
230
|
-
} catch (e) {
|
231
|
-
return "\u4FDD\u5B58";
|
232
|
-
}
|
233
|
-
}())]),
|
224
|
+
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.244")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.244")) || "\u4FDD\u5B58")];
|
225
|
+
}),
|
234
226
|
_: 1
|
235
227
|
})])])]);
|
236
228
|
};
|