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
@@ -1,3 +1,4 @@
|
|
1
|
+
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, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa, _Ta, _Ua, _Va, _Wa, _Xa, _Ya, _Za, __a, _$a, _ab, _bb, _cb, _db, _eb, _fb, _gb, _hb, _ib, _jb, _kb, _lb, _mb, _nb, _ob;
|
1
2
|
var WIDGET_TYPE = /* @__PURE__ */ ((WIDGET_TYPE2) => {
|
2
3
|
WIDGET_TYPE2["NUMBER"] = "NUMBER";
|
3
4
|
WIDGET_TYPE2["TEXT"] = "TEXT";
|
@@ -8,54 +9,12 @@ var WIDGET_TYPE = /* @__PURE__ */ ((WIDGET_TYPE2) => {
|
|
8
9
|
return WIDGET_TYPE2;
|
9
10
|
})(WIDGET_TYPE || {});
|
10
11
|
const WIDGET_MAP = Object.freeze({
|
11
|
-
["NUMBER" /* NUMBER */]:
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
}
|
18
|
-
}(),
|
19
|
-
["TEXT" /* TEXT */]: function() {
|
20
|
-
var _a, _b, _c;
|
21
|
-
try {
|
22
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.293")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.293")) || "\u6587\u672C\u6846";
|
23
|
-
} catch (e) {
|
24
|
-
return "\u6587\u672C\u6846";
|
25
|
-
}
|
26
|
-
}(),
|
27
|
-
["SELECT" /* SELECT */]: function() {
|
28
|
-
var _a, _b, _c;
|
29
|
-
try {
|
30
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.294")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.294")) || "\u4E0B\u62C9\u6846";
|
31
|
-
} catch (e) {
|
32
|
-
return "\u4E0B\u62C9\u6846";
|
33
|
-
}
|
34
|
-
}(),
|
35
|
-
["DATE" /* DATE */]: function() {
|
36
|
-
var _a, _b, _c;
|
37
|
-
try {
|
38
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.295")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.295")) || "\u65E5\u671F\u6846";
|
39
|
-
} catch (e) {
|
40
|
-
return "\u65E5\u671F\u6846";
|
41
|
-
}
|
42
|
-
}(),
|
43
|
-
["DATETIME" /* DATETIME */]: function() {
|
44
|
-
var _a, _b, _c;
|
45
|
-
try {
|
46
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.296")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.296")) || "\u65E5\u671F\u65F6\u95F4\u6846";
|
47
|
-
} catch (e) {
|
48
|
-
return "\u65E5\u671F\u65F6\u95F4\u6846";
|
49
|
-
}
|
50
|
-
}(),
|
51
|
-
["LABEL" /* LABEL */]: function() {
|
52
|
-
var _a, _b, _c;
|
53
|
-
try {
|
54
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.297")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.297")) || "\u6807\u7B7E";
|
55
|
-
} catch (e) {
|
56
|
-
return "\u6807\u7B7E";
|
57
|
-
}
|
58
|
-
}()
|
12
|
+
["NUMBER" /* NUMBER */]: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.292")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.292")) || "\u6570\u5B57\u6846",
|
13
|
+
["TEXT" /* TEXT */]: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.293")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.293")) || "\u6587\u672C\u6846",
|
14
|
+
["SELECT" /* SELECT */]: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.294")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.294")) || "\u4E0B\u62C9\u6846",
|
15
|
+
["DATE" /* DATE */]: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.295")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.295")) || "\u65E5\u671F\u6846",
|
16
|
+
["DATETIME" /* DATETIME */]: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.296")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.296")) || "\u65E5\u671F\u65F6\u95F4\u6846",
|
17
|
+
["LABEL" /* LABEL */]: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.297")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.297")) || "\u6807\u7B7E"
|
59
18
|
});
|
60
19
|
var SELECT_TYPE = /* @__PURE__ */ ((SELECT_TYPE2) => {
|
61
20
|
SELECT_TYPE2["SELECT_SINGLE"] = "SELECT_SINGLE";
|
@@ -63,36 +22,15 @@ var SELECT_TYPE = /* @__PURE__ */ ((SELECT_TYPE2) => {
|
|
63
22
|
return SELECT_TYPE2;
|
64
23
|
})(SELECT_TYPE || {});
|
65
24
|
const SELECT_MAP = Object.freeze({
|
66
|
-
["SELECT_SINGLE" /* SELECT_SINGLE */]:
|
67
|
-
|
68
|
-
try {
|
69
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.298")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.298")) || "\u5355\u9009";
|
70
|
-
} catch (e) {
|
71
|
-
return "\u5355\u9009";
|
72
|
-
}
|
73
|
-
}(),
|
74
|
-
["SELECT_MULTIPLE" /* SELECT_MULTIPLE */]: function() {
|
75
|
-
var _a, _b, _c;
|
76
|
-
try {
|
77
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.100")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.100")) || "\u591A\u9009";
|
78
|
-
} catch (e) {
|
79
|
-
return "\u591A\u9009";
|
80
|
-
}
|
81
|
-
}()
|
25
|
+
["SELECT_SINGLE" /* SELECT_SINGLE */]: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.298")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.298")) || "\u5355\u9009",
|
26
|
+
["SELECT_MULTIPLE" /* SELECT_MULTIPLE */]: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.100")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.100")) || "\u591A\u9009"
|
82
27
|
});
|
83
28
|
var SELECT_DEFAULT_VALUE = /* @__PURE__ */ ((SELECT_DEFAULT_VALUE2) => {
|
84
29
|
SELECT_DEFAULT_VALUE2["FIRST"] = "FIRST";
|
85
30
|
return SELECT_DEFAULT_VALUE2;
|
86
31
|
})(SELECT_DEFAULT_VALUE || {});
|
87
32
|
const SELECT_DEFAULT_MAP = {
|
88
|
-
["FIRST" /* FIRST */]:
|
89
|
-
var _a, _b, _c;
|
90
|
-
try {
|
91
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.299")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.299")) || "\u9ED8\u8BA4\u9009\u4E2D\u7B2C\u4E00\u9879";
|
92
|
-
} catch (e) {
|
93
|
-
return "\u9ED8\u8BA4\u9009\u4E2D\u7B2C\u4E00\u9879";
|
94
|
-
}
|
95
|
-
}()
|
33
|
+
["FIRST" /* FIRST */]: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.299")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.299")) || "\u9ED8\u8BA4\u9009\u4E2D\u7B2C\u4E00\u9879"
|
96
34
|
};
|
97
35
|
var DATE_TYPE = /* @__PURE__ */ ((DATE_TYPE2) => {
|
98
36
|
DATE_TYPE2["CUSTOM"] = "CUSTOM";
|
@@ -128,267 +66,43 @@ var DATE_TYPE = /* @__PURE__ */ ((DATE_TYPE2) => {
|
|
128
66
|
return DATE_TYPE2;
|
129
67
|
})(DATE_TYPE || {});
|
130
68
|
const DATE_MAP = Object.freeze({
|
131
|
-
["TODAY" /* TODAY */]:
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
}(),
|
139
|
-
["TOMORROW" /* TOMORROW */]: function() {
|
140
|
-
var _a, _b, _c;
|
141
|
-
try {
|
142
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.300")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.300")) || "\u660E\u5929";
|
143
|
-
} catch (e) {
|
144
|
-
return "\u660E\u5929";
|
145
|
-
}
|
146
|
-
}(),
|
147
|
-
["YESTERDAY" /* YESTERDAY */]: function() {
|
148
|
-
var _a, _b, _c;
|
149
|
-
try {
|
150
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.132")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.132")) || "\u6628\u5929";
|
151
|
-
} catch (e) {
|
152
|
-
return "\u6628\u5929";
|
153
|
-
}
|
154
|
-
}(),
|
155
|
-
["THIS_WEEK_START" /* THIS_WEEK_START */]: function() {
|
156
|
-
var _a, _b, _c;
|
157
|
-
try {
|
158
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.301")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.301")) || "\u672C\u5468\u521D";
|
159
|
-
} catch (e) {
|
160
|
-
return "\u672C\u5468\u521D";
|
161
|
-
}
|
162
|
-
}(),
|
163
|
-
["THIS_WEEK_END" /* THIS_WEEK_END */]: function() {
|
164
|
-
var _a, _b, _c;
|
165
|
-
try {
|
166
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.302")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.302")) || "\u672C\u5468\u672B";
|
167
|
-
} catch (e) {
|
168
|
-
return "\u672C\u5468\u672B";
|
169
|
-
}
|
170
|
-
}(),
|
171
|
-
["THIS_MONTH_START" /* THIS_MONTH_START */]: function() {
|
172
|
-
var _a, _b, _c;
|
173
|
-
try {
|
174
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.303")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.303")) || "\u672C\u6708\u521D";
|
175
|
-
} catch (e) {
|
176
|
-
return "\u672C\u6708\u521D";
|
177
|
-
}
|
178
|
-
}(),
|
179
|
-
["THIS_MONTH_END" /* THIS_MONTH_END */]: function() {
|
180
|
-
var _a, _b, _c;
|
181
|
-
try {
|
182
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.304")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.304")) || "\u672C\u6708\u672B";
|
183
|
-
} catch (e) {
|
184
|
-
return "\u672C\u6708\u672B";
|
185
|
-
}
|
186
|
-
}()
|
69
|
+
["TODAY" /* TODAY */]: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.134")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.134")) || "\u4ECA\u5929",
|
70
|
+
["TOMORROW" /* TOMORROW */]: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.300")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.300")) || "\u660E\u5929",
|
71
|
+
["YESTERDAY" /* YESTERDAY */]: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.132")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.132")) || "\u6628\u5929",
|
72
|
+
["THIS_WEEK_START" /* THIS_WEEK_START */]: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.301")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.301")) || "\u672C\u5468\u521D",
|
73
|
+
["THIS_WEEK_END" /* THIS_WEEK_END */]: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.302")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.302")) || "\u672C\u5468\u672B",
|
74
|
+
["THIS_MONTH_START" /* THIS_MONTH_START */]: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.303")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.303")) || "\u672C\u6708\u521D",
|
75
|
+
["THIS_MONTH_END" /* THIS_MONTH_END */]: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.304")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.304")) || "\u672C\u6708\u672B"
|
187
76
|
});
|
188
77
|
const DATETIME_MAP = Object.freeze({
|
189
|
-
["TODAY" /* TODAY */]:
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
["
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
["
|
206
|
-
|
207
|
-
try {
|
208
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.132")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.132")) || "\u6628\u5929";
|
209
|
-
} catch (e) {
|
210
|
-
return "\u6628\u5929";
|
211
|
-
}
|
212
|
-
}(),
|
213
|
-
["THIS_WEEK" /* THIS_WEEK */]: function() {
|
214
|
-
var _a, _b, _c;
|
215
|
-
try {
|
216
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.47")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.47")) || "\u672C\u5468";
|
217
|
-
} catch (e) {
|
218
|
-
return "\u672C\u5468";
|
219
|
-
}
|
220
|
-
}(),
|
221
|
-
["NEXT_WEEK" /* NEXT_WEEK */]: function() {
|
222
|
-
var _a, _b, _c;
|
223
|
-
try {
|
224
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.323")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.323")) || "\u4E0B\u5468";
|
225
|
-
} catch (e) {
|
226
|
-
return "\u4E0B\u5468";
|
227
|
-
}
|
228
|
-
}(),
|
229
|
-
["LAST_WEEK" /* LAST_WEEK */]: function() {
|
230
|
-
var _a, _b, _c;
|
231
|
-
try {
|
232
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.324")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.324")) || "\u4E0A\u5468";
|
233
|
-
} catch (e) {
|
234
|
-
return "\u4E0A\u5468";
|
235
|
-
}
|
236
|
-
}(),
|
237
|
-
["TOMORROW_END" /* TOMORROW_END */]: function() {
|
238
|
-
var _a, _b, _c;
|
239
|
-
try {
|
240
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.392")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.392")) || "\u8FD1\u4E00\u5468";
|
241
|
-
} catch (e) {
|
242
|
-
return "\u8FD1\u4E00\u5468";
|
243
|
-
}
|
244
|
-
}(),
|
245
|
-
["THIS_MONTH" /* THIS_MONTH */]: function() {
|
246
|
-
var _a, _b, _c;
|
247
|
-
try {
|
248
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.404")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.404")) || "\u672C\u6708";
|
249
|
-
} catch (e) {
|
250
|
-
return "\u672C\u6708";
|
251
|
-
}
|
252
|
-
}(),
|
253
|
-
["NEXT_MONTH" /* NEXT_MONTH */]: function() {
|
254
|
-
var _a, _b, _c;
|
255
|
-
try {
|
256
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.325")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.325")) || "\u4E0B\u6708";
|
257
|
-
} catch (e) {
|
258
|
-
return "\u4E0B\u6708";
|
259
|
-
}
|
260
|
-
}(),
|
261
|
-
["LAST_MONTH" /* LAST_MONTH */]: function() {
|
262
|
-
var _a, _b, _c;
|
263
|
-
try {
|
264
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.326")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.326")) || "\u4E0A\u6708";
|
265
|
-
} catch (e) {
|
266
|
-
return "\u4E0A\u6708";
|
267
|
-
}
|
268
|
-
}(),
|
269
|
-
["PAST_MONTH" /* PAST_MONTH */]: function() {
|
270
|
-
var _a, _b, _c;
|
271
|
-
try {
|
272
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.393")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.393")) || "\u8FD1\u4E00\u6708";
|
273
|
-
} catch (e) {
|
274
|
-
return "\u8FD1\u4E00\u6708";
|
275
|
-
}
|
276
|
-
}(),
|
277
|
-
["THIS_QUARTER" /* THIS_QUARTER */]: function() {
|
278
|
-
var _a, _b, _c;
|
279
|
-
try {
|
280
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.327")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.327")) || "\u672C\u5B63\u5EA6";
|
281
|
-
} catch (e) {
|
282
|
-
return "\u672C\u5B63\u5EA6";
|
283
|
-
}
|
284
|
-
}(),
|
285
|
-
["NEXT_QUARTER" /* NEXT_QUARTER */]: function() {
|
286
|
-
var _a, _b, _c;
|
287
|
-
try {
|
288
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.328")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.328")) || "\u4E0B\u5B63\u5EA6";
|
289
|
-
} catch (e) {
|
290
|
-
return "\u4E0B\u5B63\u5EA6";
|
291
|
-
}
|
292
|
-
}(),
|
293
|
-
["LAST_QUARTER" /* LAST_QUARTER */]: function() {
|
294
|
-
var _a, _b, _c;
|
295
|
-
try {
|
296
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.329")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.329")) || "\u4E0A\u5B63\u5EA6";
|
297
|
-
} catch (e) {
|
298
|
-
return "\u4E0A\u5B63\u5EA6";
|
299
|
-
}
|
300
|
-
}(),
|
301
|
-
["THIS_YEAR" /* THIS_YEAR */]: function() {
|
302
|
-
var _a, _b, _c;
|
303
|
-
try {
|
304
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.394")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.394")) || "\u4ECA\u5E74";
|
305
|
-
} catch (e) {
|
306
|
-
return "\u4ECA\u5E74";
|
307
|
-
}
|
308
|
-
}(),
|
309
|
-
["NEXT_YEAR" /* NEXT_YEAR */]: function() {
|
310
|
-
var _a, _b, _c;
|
311
|
-
try {
|
312
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.395")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.395")) || "\u660E\u5E74";
|
313
|
-
} catch (e) {
|
314
|
-
return "\u660E\u5E74";
|
315
|
-
}
|
316
|
-
}(),
|
317
|
-
["LAST_YEAR" /* LAST_YEAR */]: function() {
|
318
|
-
var _a, _b, _c;
|
319
|
-
try {
|
320
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.396")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.396")) || "\u53BB\u5E74";
|
321
|
-
} catch (e) {
|
322
|
-
return "\u53BB\u5E74";
|
323
|
-
}
|
324
|
-
}(),
|
325
|
-
["PAST_HALF_YEAR" /* PAST_HALF_YEAR */]: function() {
|
326
|
-
var _a, _b, _c;
|
327
|
-
try {
|
328
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.397")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.397")) || "\u8FD1\u534A\u5E74";
|
329
|
-
} catch (e) {
|
330
|
-
return "\u8FD1\u534A\u5E74";
|
331
|
-
}
|
332
|
-
}()
|
78
|
+
["TODAY" /* TODAY */]: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.134")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.134")) || "\u4ECA\u5929",
|
79
|
+
["TOMORROW" /* TOMORROW */]: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.300")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.300")) || "\u660E\u5929",
|
80
|
+
["YESTERDAY" /* YESTERDAY */]: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.132")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "10010.1.132")) || "\u6628\u5929",
|
81
|
+
["THIS_WEEK" /* THIS_WEEK */]: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.47")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "10010.1.47")) || "\u672C\u5468",
|
82
|
+
["NEXT_WEEK" /* NEXT_WEEK */]: ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.323")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "10010.1.323")) || "\u4E0B\u5468",
|
83
|
+
["LAST_WEEK" /* LAST_WEEK */]: ((_ja = window.getLanguageByCode) == null ? void 0 : _ja.call(window, "10010.1.324")) || ((_la = (_ka = window.top) == null ? void 0 : _ka.getLanguageByCode) == null ? void 0 : _la.call(_ka, "10010.1.324")) || "\u4E0A\u5468",
|
84
|
+
["TOMORROW_END" /* TOMORROW_END */]: ((_ma = window.getLanguageByCode) == null ? void 0 : _ma.call(window, "10010.1.392")) || ((_oa = (_na = window.top) == null ? void 0 : _na.getLanguageByCode) == null ? void 0 : _oa.call(_na, "10010.1.392")) || "\u8FD1\u4E00\u5468",
|
85
|
+
["THIS_MONTH" /* THIS_MONTH */]: ((_pa = window.getLanguageByCode) == null ? void 0 : _pa.call(window, "10010.1.404")) || ((_ra = (_qa = window.top) == null ? void 0 : _qa.getLanguageByCode) == null ? void 0 : _ra.call(_qa, "10010.1.404")) || "\u672C\u6708",
|
86
|
+
["NEXT_MONTH" /* NEXT_MONTH */]: ((_sa = window.getLanguageByCode) == null ? void 0 : _sa.call(window, "10010.1.325")) || ((_ua = (_ta = window.top) == null ? void 0 : _ta.getLanguageByCode) == null ? void 0 : _ua.call(_ta, "10010.1.325")) || "\u4E0B\u6708",
|
87
|
+
["LAST_MONTH" /* LAST_MONTH */]: ((_va = window.getLanguageByCode) == null ? void 0 : _va.call(window, "10010.1.326")) || ((_xa = (_wa = window.top) == null ? void 0 : _wa.getLanguageByCode) == null ? void 0 : _xa.call(_wa, "10010.1.326")) || "\u4E0A\u6708",
|
88
|
+
["PAST_MONTH" /* PAST_MONTH */]: ((_ya = window.getLanguageByCode) == null ? void 0 : _ya.call(window, "10010.1.393")) || ((_Aa = (_za = window.top) == null ? void 0 : _za.getLanguageByCode) == null ? void 0 : _Aa.call(_za, "10010.1.393")) || "\u8FD1\u4E00\u6708",
|
89
|
+
["THIS_QUARTER" /* THIS_QUARTER */]: ((_Ba = window.getLanguageByCode) == null ? void 0 : _Ba.call(window, "10010.1.327")) || ((_Da = (_Ca = window.top) == null ? void 0 : _Ca.getLanguageByCode) == null ? void 0 : _Da.call(_Ca, "10010.1.327")) || "\u672C\u5B63\u5EA6",
|
90
|
+
["NEXT_QUARTER" /* NEXT_QUARTER */]: ((_Ea = window.getLanguageByCode) == null ? void 0 : _Ea.call(window, "10010.1.328")) || ((_Ga = (_Fa = window.top) == null ? void 0 : _Fa.getLanguageByCode) == null ? void 0 : _Ga.call(_Fa, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
|
91
|
+
["LAST_QUARTER" /* LAST_QUARTER */]: ((_Ha = window.getLanguageByCode) == null ? void 0 : _Ha.call(window, "10010.1.329")) || ((_Ja = (_Ia = window.top) == null ? void 0 : _Ia.getLanguageByCode) == null ? void 0 : _Ja.call(_Ia, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
|
92
|
+
["THIS_YEAR" /* THIS_YEAR */]: ((_Ka = window.getLanguageByCode) == null ? void 0 : _Ka.call(window, "10010.1.394")) || ((_Ma = (_La = window.top) == null ? void 0 : _La.getLanguageByCode) == null ? void 0 : _Ma.call(_La, "10010.1.394")) || "\u4ECA\u5E74",
|
93
|
+
["NEXT_YEAR" /* NEXT_YEAR */]: ((_Na = window.getLanguageByCode) == null ? void 0 : _Na.call(window, "10010.1.395")) || ((_Pa = (_Oa = window.top) == null ? void 0 : _Oa.getLanguageByCode) == null ? void 0 : _Pa.call(_Oa, "10010.1.395")) || "\u660E\u5E74",
|
94
|
+
["LAST_YEAR" /* LAST_YEAR */]: ((_Qa = window.getLanguageByCode) == null ? void 0 : _Qa.call(window, "10010.1.396")) || ((_Sa = (_Ra = window.top) == null ? void 0 : _Ra.getLanguageByCode) == null ? void 0 : _Sa.call(_Ra, "10010.1.396")) || "\u53BB\u5E74",
|
95
|
+
["PAST_HALF_YEAR" /* PAST_HALF_YEAR */]: ((_Ta = window.getLanguageByCode) == null ? void 0 : _Ta.call(window, "10010.1.397")) || ((_Va = (_Ua = window.top) == null ? void 0 : _Ua.getLanguageByCode) == null ? void 0 : _Va.call(_Ua, "10010.1.397")) || "\u8FD1\u534A\u5E74"
|
333
96
|
});
|
334
97
|
const COLUMNLIST_MAP = Object.freeze({
|
335
98
|
title: "\u6807\u9898",
|
336
|
-
type:
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
}(),
|
344
|
-
optionType: function() {
|
345
|
-
var _a, _b, _c;
|
346
|
-
try {
|
347
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.313")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.313")) || "\u9009\u9879\u8BBE\u7F6E";
|
348
|
-
} catch (e) {
|
349
|
-
return "\u9009\u9879\u8BBE\u7F6E";
|
350
|
-
}
|
351
|
-
}(),
|
352
|
-
isShowSearch: function() {
|
353
|
-
var _a, _b, _c;
|
354
|
-
try {
|
355
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.278")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.278")) || "\u7B5B\u9009";
|
356
|
-
} catch (e) {
|
357
|
-
return "\u7B5B\u9009";
|
358
|
-
}
|
359
|
-
}(),
|
360
|
-
filterExplicit: function() {
|
361
|
-
var _a, _b, _c;
|
362
|
-
try {
|
363
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.314")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.314")) || "\u7B5B\u9009\u5916\u663E";
|
364
|
-
} catch (e) {
|
365
|
-
return "\u7B5B\u9009\u5916\u663E";
|
366
|
-
}
|
367
|
-
}(),
|
368
|
-
explicitRequired: function() {
|
369
|
-
var _a, _b, _c;
|
370
|
-
try {
|
371
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.315")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.315")) || "\u5916\u663E\u5FC5\u586B";
|
372
|
-
} catch (e) {
|
373
|
-
return "\u5916\u663E\u5FC5\u586B";
|
374
|
-
}
|
375
|
-
}(),
|
376
|
-
defaultValue: function() {
|
377
|
-
var _a, _b, _c;
|
378
|
-
try {
|
379
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.316")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.316")) || "\u5916\u663E\u9ED8\u8BA4\u503C";
|
380
|
-
} catch (e) {
|
381
|
-
return "\u5916\u663E\u9ED8\u8BA4\u503C";
|
382
|
-
}
|
383
|
-
}(),
|
384
|
-
customTitle: function() {
|
385
|
-
var _a, _b, _c;
|
386
|
-
try {
|
387
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.254")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.254")) || "\u81EA\u5B9A\u4E49\u6807\u9898";
|
388
|
-
} catch (e) {
|
389
|
-
return "\u81EA\u5B9A\u4E49\u6807\u9898";
|
390
|
-
}
|
391
|
-
}(),
|
99
|
+
type: ((_Wa = window.getLanguageByCode) == null ? void 0 : _Wa.call(window, "10010.1.312")) || ((_Ya = (_Xa = window.top) == null ? void 0 : _Xa.getLanguageByCode) == null ? void 0 : _Ya.call(_Xa, "10010.1.312")) || "\u7C7B\u578B",
|
100
|
+
optionType: ((_Za = window.getLanguageByCode) == null ? void 0 : _Za.call(window, "10010.1.313")) || ((_$a = (__a = window.top) == null ? void 0 : __a.getLanguageByCode) == null ? void 0 : _$a.call(__a, "10010.1.313")) || "\u9009\u9879\u8BBE\u7F6E",
|
101
|
+
isShowSearch: ((_ab = window.getLanguageByCode) == null ? void 0 : _ab.call(window, "10010.1.278")) || ((_cb = (_bb = window.top) == null ? void 0 : _bb.getLanguageByCode) == null ? void 0 : _cb.call(_bb, "10010.1.278")) || "\u7B5B\u9009",
|
102
|
+
filterExplicit: ((_db = window.getLanguageByCode) == null ? void 0 : _db.call(window, "10010.1.314")) || ((_fb = (_eb = window.top) == null ? void 0 : _eb.getLanguageByCode) == null ? void 0 : _fb.call(_eb, "10010.1.314")) || "\u7B5B\u9009\u5916\u663E",
|
103
|
+
explicitRequired: ((_gb = window.getLanguageByCode) == null ? void 0 : _gb.call(window, "10010.1.315")) || ((_ib = (_hb = window.top) == null ? void 0 : _hb.getLanguageByCode) == null ? void 0 : _ib.call(_hb, "10010.1.315")) || "\u5916\u663E\u5FC5\u586B",
|
104
|
+
defaultValue: ((_jb = window.getLanguageByCode) == null ? void 0 : _jb.call(window, "10010.1.316")) || ((_lb = (_kb = window.top) == null ? void 0 : _kb.getLanguageByCode) == null ? void 0 : _lb.call(_kb, "10010.1.316")) || "\u5916\u663E\u9ED8\u8BA4\u503C",
|
105
|
+
customTitle: ((_mb = window.getLanguageByCode) == null ? void 0 : _mb.call(window, "10010.1.254")) || ((_ob = (_nb = window.top) == null ? void 0 : _nb.getLanguageByCode) == null ? void 0 : _ob.call(_nb, "10010.1.254")) || "\u81EA\u5B9A\u4E49\u6807\u9898",
|
392
106
|
width: "\u5BBD\u5EA6(px)"
|
393
107
|
});
|
394
108
|
|