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,364 +1,113 @@
|
|
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, _pb, _qb, _rb, _sb, _tb, _ub, _vb, _wb, _xb, _yb, _zb, _Ab, _Bb, _Cb, _Db, _Eb, _Fb, _Gb, _Hb, _Ib, _Jb, _Kb, _Lb, _Mb, _Nb, _Ob, _Pb, _Qb, _Rb, _Sb, _Tb, _Ub, _Vb, _Wb, _Xb, _Yb, _Zb, __b, _$b, _ac, _bc, _cc, _dc, _ec, _fc, _gc, _hc, _ic, _jc, _kc, _lc, _mc, _nc, _oc, _pc, _qc, _rc, _sc, _tc, _uc, _vc, _wc, _xc, _yc, _zc, _Ac;
|
1
2
|
const DATE_CON_LIST = [{
|
2
3
|
name: "NULL",
|
3
|
-
text:
|
4
|
-
var _a, _b, _c;
|
5
|
-
try {
|
6
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.338")) || "\u4E3A\u7A7A";
|
7
|
-
} catch (e) {
|
8
|
-
return "\u4E3A\u7A7A";
|
9
|
-
}
|
10
|
-
}()
|
4
|
+
text: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.338")) || "\u4E3A\u7A7A"
|
11
5
|
}, {
|
12
6
|
name: "NOT_NULL",
|
13
|
-
text:
|
14
|
-
var _a, _b, _c;
|
15
|
-
try {
|
16
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.339")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A";
|
17
|
-
} catch (e) {
|
18
|
-
return "\u4E0D\u4E3A\u7A7A";
|
19
|
-
}
|
20
|
-
}()
|
7
|
+
text: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.339")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A"
|
21
8
|
}, {
|
22
9
|
name: "IN",
|
23
|
-
text:
|
24
|
-
var _a, _b, _c;
|
25
|
-
try {
|
26
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.317")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.317")) || "\u7B49\u4E8E";
|
27
|
-
} catch (e) {
|
28
|
-
return "\u7B49\u4E8E";
|
29
|
-
}
|
30
|
-
}()
|
10
|
+
text: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.317")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.317")) || "\u7B49\u4E8E"
|
31
11
|
}, {
|
32
12
|
name: "NEQ",
|
33
|
-
text:
|
34
|
-
var _a, _b, _c;
|
35
|
-
try {
|
36
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.318")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.318")) || "\u4E0D\u7B49\u4E8E";
|
37
|
-
} catch (e) {
|
38
|
-
return "\u4E0D\u7B49\u4E8E";
|
39
|
-
}
|
40
|
-
}()
|
13
|
+
text: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.318")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
|
41
14
|
}, {
|
42
15
|
name: "BIG",
|
43
|
-
text:
|
44
|
-
var _a, _b, _c;
|
45
|
-
try {
|
46
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.319")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.319")) || "\u5927\u4E8E";
|
47
|
-
} catch (e) {
|
48
|
-
return "\u5927\u4E8E";
|
49
|
-
}
|
50
|
-
}()
|
16
|
+
text: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.319")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.319")) || "\u5927\u4E8E"
|
51
17
|
}, {
|
52
18
|
name: "LESS",
|
53
|
-
text:
|
54
|
-
var _a, _b, _c;
|
55
|
-
try {
|
56
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.320")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.320")) || "\u5C0F\u4E8E";
|
57
|
-
} catch (e) {
|
58
|
-
return "\u5C0F\u4E8E";
|
59
|
-
}
|
60
|
-
}()
|
19
|
+
text: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.320")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.320")) || "\u5C0F\u4E8E"
|
61
20
|
}, {
|
62
21
|
name: "BIGEQ",
|
63
|
-
text:
|
64
|
-
var _a, _b, _c;
|
65
|
-
try {
|
66
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.321")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E";
|
67
|
-
} catch (e) {
|
68
|
-
return "\u5927\u4E8E\u7B49\u4E8E";
|
69
|
-
}
|
70
|
-
}()
|
22
|
+
text: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.321")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E"
|
71
23
|
}, {
|
72
24
|
name: "LESSEQ",
|
73
|
-
text:
|
74
|
-
var _a, _b, _c;
|
75
|
-
try {
|
76
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.322")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E";
|
77
|
-
} catch (e) {
|
78
|
-
return "\u5C0F\u4E8E\u7B49\u4E8E";
|
79
|
-
}
|
80
|
-
}()
|
25
|
+
text: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.322")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E"
|
81
26
|
}, {
|
82
27
|
name: "TODAY",
|
83
|
-
text:
|
84
|
-
var _a, _b, _c;
|
85
|
-
try {
|
86
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.134")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.134")) || "\u4ECA\u5929";
|
87
|
-
} catch (e) {
|
88
|
-
return "\u4ECA\u5929";
|
89
|
-
}
|
90
|
-
}()
|
28
|
+
text: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.134")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.134")) || "\u4ECA\u5929"
|
91
29
|
}, {
|
92
30
|
name: "TOMORROW",
|
93
|
-
text:
|
94
|
-
var _a, _b, _c;
|
95
|
-
try {
|
96
|
-
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";
|
97
|
-
} catch (e) {
|
98
|
-
return "\u660E\u5929";
|
99
|
-
}
|
100
|
-
}()
|
31
|
+
text: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.300")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.300")) || "\u660E\u5929"
|
101
32
|
}, {
|
102
33
|
name: "YESTERDAY",
|
103
|
-
text:
|
104
|
-
var _a, _b, _c;
|
105
|
-
try {
|
106
|
-
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";
|
107
|
-
} catch (e) {
|
108
|
-
return "\u6628\u5929";
|
109
|
-
}
|
110
|
-
}()
|
34
|
+
text: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.132")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.132")) || "\u6628\u5929"
|
111
35
|
}, {
|
112
36
|
name: "THIS_WEEK",
|
113
|
-
text:
|
114
|
-
var _a, _b, _c;
|
115
|
-
try {
|
116
|
-
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";
|
117
|
-
} catch (e) {
|
118
|
-
return "\u672C\u5468";
|
119
|
-
}
|
120
|
-
}()
|
37
|
+
text: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.47")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.47")) || "\u672C\u5468"
|
121
38
|
}, {
|
122
39
|
name: "NEXT_WEEK",
|
123
|
-
text:
|
124
|
-
var _a, _b, _c;
|
125
|
-
try {
|
126
|
-
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";
|
127
|
-
} catch (e) {
|
128
|
-
return "\u4E0B\u5468";
|
129
|
-
}
|
130
|
-
}()
|
40
|
+
text: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.323")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.323")) || "\u4E0B\u5468"
|
131
41
|
}, {
|
132
42
|
name: "UP_WEEK",
|
133
|
-
text:
|
134
|
-
var _a, _b, _c;
|
135
|
-
try {
|
136
|
-
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";
|
137
|
-
} catch (e) {
|
138
|
-
return "\u4E0A\u5468";
|
139
|
-
}
|
140
|
-
}()
|
43
|
+
text: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.324")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.324")) || "\u4E0A\u5468"
|
141
44
|
}, {
|
142
45
|
name: "THIS_MONTH",
|
143
|
-
text:
|
144
|
-
var _a, _b, _c;
|
145
|
-
try {
|
146
|
-
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";
|
147
|
-
} catch (e) {
|
148
|
-
return "\u672C\u6708";
|
149
|
-
}
|
150
|
-
}()
|
46
|
+
text: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.404")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.404")) || "\u672C\u6708"
|
151
47
|
}, {
|
152
48
|
name: "NEXT_MONTH",
|
153
|
-
text:
|
154
|
-
var _a, _b, _c;
|
155
|
-
try {
|
156
|
-
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";
|
157
|
-
} catch (e) {
|
158
|
-
return "\u4E0B\u6708";
|
159
|
-
}
|
160
|
-
}()
|
49
|
+
text: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.325")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.325")) || "\u4E0B\u6708"
|
161
50
|
}, {
|
162
51
|
name: "UP_MONTH",
|
163
|
-
text:
|
164
|
-
var _a, _b, _c;
|
165
|
-
try {
|
166
|
-
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";
|
167
|
-
} catch (e) {
|
168
|
-
return "\u4E0A\u6708";
|
169
|
-
}
|
170
|
-
}()
|
52
|
+
text: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.326")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.326")) || "\u4E0A\u6708"
|
171
53
|
}, {
|
172
54
|
name: "THIS_SEASON",
|
173
|
-
text:
|
174
|
-
var _a, _b, _c;
|
175
|
-
try {
|
176
|
-
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";
|
177
|
-
} catch (e) {
|
178
|
-
return "\u672C\u5B63\u5EA6";
|
179
|
-
}
|
180
|
-
}()
|
55
|
+
text: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.327")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.327")) || "\u672C\u5B63\u5EA6"
|
181
56
|
}, {
|
182
57
|
name: "NEXT_SEASON",
|
183
|
-
text:
|
184
|
-
var _a, _b, _c;
|
185
|
-
try {
|
186
|
-
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";
|
187
|
-
} catch (e) {
|
188
|
-
return "\u4E0B\u5B63\u5EA6";
|
189
|
-
}
|
190
|
-
}()
|
58
|
+
text: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.328")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "10010.1.328")) || "\u4E0B\u5B63\u5EA6"
|
191
59
|
}, {
|
192
60
|
name: "UP_SEASON",
|
193
|
-
text:
|
194
|
-
var _a, _b, _c;
|
195
|
-
try {
|
196
|
-
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";
|
197
|
-
} catch (e) {
|
198
|
-
return "\u4E0A\u5B63\u5EA6";
|
199
|
-
}
|
200
|
-
}()
|
61
|
+
text: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.329")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "10010.1.329")) || "\u4E0A\u5B63\u5EA6"
|
201
62
|
}, {
|
202
63
|
name: "THIS_YEAR",
|
203
|
-
text:
|
204
|
-
var _a, _b, _c;
|
205
|
-
try {
|
206
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.330")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.330")) || "\u672C\u5E74";
|
207
|
-
} catch (e) {
|
208
|
-
return "\u672C\u5E74";
|
209
|
-
}
|
210
|
-
}()
|
64
|
+
text: ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.330")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "10010.1.330")) || "\u672C\u5E74"
|
211
65
|
}, {
|
212
66
|
name: "NEXT_YEAR",
|
213
|
-
text:
|
214
|
-
var _a, _b, _c;
|
215
|
-
try {
|
216
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.331")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.331")) || "\u4E0B\u5E74";
|
217
|
-
} catch (e) {
|
218
|
-
return "\u4E0B\u5E74";
|
219
|
-
}
|
220
|
-
}()
|
67
|
+
text: ((_ja = window.getLanguageByCode) == null ? void 0 : _ja.call(window, "10010.1.331")) || ((_la = (_ka = window.top) == null ? void 0 : _ka.getLanguageByCode) == null ? void 0 : _la.call(_ka, "10010.1.331")) || "\u4E0B\u5E74"
|
221
68
|
}, {
|
222
69
|
name: "UP_YEAR",
|
223
|
-
text:
|
224
|
-
var _a, _b, _c;
|
225
|
-
try {
|
226
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.358")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.358")) || "\u4E0A\u5E74";
|
227
|
-
} catch (e) {
|
228
|
-
return "\u4E0A\u5E74";
|
229
|
-
}
|
230
|
-
}()
|
70
|
+
text: ((_ma = window.getLanguageByCode) == null ? void 0 : _ma.call(window, "10010.1.358")) || ((_oa = (_na = window.top) == null ? void 0 : _na.getLanguageByCode) == null ? void 0 : _oa.call(_na, "10010.1.358")) || "\u4E0A\u5E74"
|
231
71
|
}, {
|
232
72
|
name: "L_",
|
233
|
-
text:
|
234
|
-
var _a, _b, _c;
|
235
|
-
try {
|
236
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.332")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.332")) || "\u4EE5\u524D";
|
237
|
-
} catch (e) {
|
238
|
-
return "\u4EE5\u524D";
|
239
|
-
}
|
240
|
-
}()
|
73
|
+
text: ((_pa = window.getLanguageByCode) == null ? void 0 : _pa.call(window, "10010.1.332")) || ((_ra = (_qa = window.top) == null ? void 0 : _qa.getLanguageByCode) == null ? void 0 : _ra.call(_qa, "10010.1.332")) || "\u4EE5\u524D"
|
241
74
|
}, {
|
242
75
|
name: "N_",
|
243
|
-
text:
|
244
|
-
var _a, _b, _c;
|
245
|
-
try {
|
246
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.333")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.333")) || "\u4EE5\u540E";
|
247
|
-
} catch (e) {
|
248
|
-
return "\u4EE5\u540E";
|
249
|
-
}
|
250
|
-
}()
|
76
|
+
text: ((_sa = window.getLanguageByCode) == null ? void 0 : _sa.call(window, "10010.1.333")) || ((_ua = (_ta = window.top) == null ? void 0 : _ta.getLanguageByCode) == null ? void 0 : _ua.call(_ta, "10010.1.333")) || "\u4EE5\u540E"
|
251
77
|
}, {
|
252
78
|
name: "IN_THE_PAST",
|
253
|
-
text:
|
254
|
-
var _a, _b, _c;
|
255
|
-
try {
|
256
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.334")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.334")) || "\u8FC7\u53BB\u5185";
|
257
|
-
} catch (e) {
|
258
|
-
return "\u8FC7\u53BB\u5185";
|
259
|
-
}
|
260
|
-
}()
|
79
|
+
text: ((_va = window.getLanguageByCode) == null ? void 0 : _va.call(window, "10010.1.334")) || ((_xa = (_wa = window.top) == null ? void 0 : _wa.getLanguageByCode) == null ? void 0 : _xa.call(_wa, "10010.1.334")) || "\u8FC7\u53BB\u5185"
|
261
80
|
}, {
|
262
81
|
name: "IN_THE_FUTURE",
|
263
|
-
text:
|
264
|
-
var _a, _b, _c;
|
265
|
-
try {
|
266
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.335")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.335")) || "\u672A\u6765\u5185";
|
267
|
-
} catch (e) {
|
268
|
-
return "\u672A\u6765\u5185";
|
269
|
-
}
|
270
|
-
}()
|
82
|
+
text: ((_ya = window.getLanguageByCode) == null ? void 0 : _ya.call(window, "10010.1.335")) || ((_Aa = (_za = window.top) == null ? void 0 : _za.getLanguageByCode) == null ? void 0 : _Aa.call(_za, "10010.1.335")) || "\u672A\u6765\u5185"
|
271
83
|
}, {
|
272
84
|
name: "IN_THE_PAST_DI",
|
273
|
-
text:
|
274
|
-
var _a, _b, _c;
|
275
|
-
try {
|
276
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.336")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.336")) || "\u8FC7\u53BB\u7B2C";
|
277
|
-
} catch (e) {
|
278
|
-
return "\u8FC7\u53BB\u7B2C";
|
279
|
-
}
|
280
|
-
}()
|
85
|
+
text: ((_Ba = window.getLanguageByCode) == null ? void 0 : _Ba.call(window, "10010.1.336")) || ((_Da = (_Ca = window.top) == null ? void 0 : _Ca.getLanguageByCode) == null ? void 0 : _Da.call(_Ca, "10010.1.336")) || "\u8FC7\u53BB\u7B2C"
|
281
86
|
}, {
|
282
87
|
name: "IN_THE_FUTURE_DI",
|
283
|
-
text:
|
284
|
-
var _a, _b, _c;
|
285
|
-
try {
|
286
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.337")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.337")) || "\u672A\u6765\u7B2C";
|
287
|
-
} catch (e) {
|
288
|
-
return "\u672A\u6765\u7B2C";
|
289
|
-
}
|
290
|
-
}()
|
88
|
+
text: ((_Ea = window.getLanguageByCode) == null ? void 0 : _Ea.call(window, "10010.1.337")) || ((_Ga = (_Fa = window.top) == null ? void 0 : _Fa.getLanguageByCode) == null ? void 0 : _Ga.call(_Fa, "10010.1.337")) || "\u672A\u6765\u7B2C"
|
291
89
|
}];
|
292
90
|
const TEXT_CON_LIST = [{
|
293
91
|
name: "NULL",
|
294
|
-
text:
|
295
|
-
var _a, _b, _c;
|
296
|
-
try {
|
297
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.338")) || "\u4E3A\u7A7A";
|
298
|
-
} catch (e) {
|
299
|
-
return "\u4E3A\u7A7A";
|
300
|
-
}
|
301
|
-
}()
|
92
|
+
text: ((_Ha = window.getLanguageByCode) == null ? void 0 : _Ha.call(window, "10010.1.338")) || ((_Ja = (_Ia = window.top) == null ? void 0 : _Ia.getLanguageByCode) == null ? void 0 : _Ja.call(_Ia, "10010.1.338")) || "\u4E3A\u7A7A"
|
302
93
|
}, {
|
303
94
|
name: "NOT_NULL",
|
304
|
-
text:
|
305
|
-
var _a, _b, _c;
|
306
|
-
try {
|
307
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.339")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A";
|
308
|
-
} catch (e) {
|
309
|
-
return "\u4E0D\u4E3A\u7A7A";
|
310
|
-
}
|
311
|
-
}()
|
95
|
+
text: ((_Ka = window.getLanguageByCode) == null ? void 0 : _Ka.call(window, "10010.1.339")) || ((_Ma = (_La = window.top) == null ? void 0 : _La.getLanguageByCode) == null ? void 0 : _Ma.call(_La, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A"
|
312
96
|
}, {
|
313
97
|
name: "CL",
|
314
|
-
text:
|
315
|
-
var _a, _b, _c;
|
316
|
-
try {
|
317
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.340")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.340")) || "\u5305\u542B";
|
318
|
-
} catch (e) {
|
319
|
-
return "\u5305\u542B";
|
320
|
-
}
|
321
|
-
}()
|
98
|
+
text: ((_Na = window.getLanguageByCode) == null ? void 0 : _Na.call(window, "10010.1.340")) || ((_Pa = (_Oa = window.top) == null ? void 0 : _Oa.getLanguageByCode) == null ? void 0 : _Pa.call(_Oa, "10010.1.340")) || "\u5305\u542B"
|
322
99
|
}, {
|
323
100
|
name: "NC",
|
324
|
-
text:
|
325
|
-
var _a, _b, _c;
|
326
|
-
try {
|
327
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.341")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.341")) || "\u4E0D\u5305\u542B";
|
328
|
-
} catch (e) {
|
329
|
-
return "\u4E0D\u5305\u542B";
|
330
|
-
}
|
331
|
-
}()
|
101
|
+
text: ((_Qa = window.getLanguageByCode) == null ? void 0 : _Qa.call(window, "10010.1.341")) || ((_Sa = (_Ra = window.top) == null ? void 0 : _Ra.getLanguageByCode) == null ? void 0 : _Sa.call(_Ra, "10010.1.341")) || "\u4E0D\u5305\u542B"
|
332
102
|
}, {
|
333
103
|
name: "IN_ARR",
|
334
|
-
text:
|
335
|
-
var _a, _b, _c;
|
336
|
-
try {
|
337
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.342")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.342")) || "\u88AB\u5305\u542B";
|
338
|
-
} catch (e) {
|
339
|
-
return "\u88AB\u5305\u542B";
|
340
|
-
}
|
341
|
-
}()
|
104
|
+
text: ((_Ta = window.getLanguageByCode) == null ? void 0 : _Ta.call(window, "10010.1.342")) || ((_Va = (_Ua = window.top) == null ? void 0 : _Ua.getLanguageByCode) == null ? void 0 : _Va.call(_Ua, "10010.1.342")) || "\u88AB\u5305\u542B"
|
342
105
|
}, {
|
343
106
|
name: "EQ",
|
344
|
-
text:
|
345
|
-
var _a, _b, _c;
|
346
|
-
try {
|
347
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.317")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.317")) || "\u7B49\u4E8E";
|
348
|
-
} catch (e) {
|
349
|
-
return "\u7B49\u4E8E";
|
350
|
-
}
|
351
|
-
}()
|
107
|
+
text: ((_Wa = window.getLanguageByCode) == null ? void 0 : _Wa.call(window, "10010.1.317")) || ((_Ya = (_Xa = window.top) == null ? void 0 : _Xa.getLanguageByCode) == null ? void 0 : _Ya.call(_Xa, "10010.1.317")) || "\u7B49\u4E8E"
|
352
108
|
}, {
|
353
109
|
name: "NEQ",
|
354
|
-
text:
|
355
|
-
var _a, _b, _c;
|
356
|
-
try {
|
357
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.318")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.318")) || "\u4E0D\u7B49\u4E8E";
|
358
|
-
} catch (e) {
|
359
|
-
return "\u4E0D\u7B49\u4E8E";
|
360
|
-
}
|
361
|
-
}()
|
110
|
+
text: ((_Za = window.getLanguageByCode) == null ? void 0 : _Za.call(window, "10010.1.318")) || ((_$a = (__a = window.top) == null ? void 0 : __a.getLanguageByCode) == null ? void 0 : _$a.call(__a, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
|
362
111
|
}];
|
363
112
|
const FIELD_TYPE_LIST = [{
|
364
113
|
conList: DATE_CON_LIST,
|
@@ -373,24 +122,10 @@ const FIELD_TYPE_LIST = [{
|
|
373
122
|
}, {
|
374
123
|
conList: [{
|
375
124
|
name: "EQ",
|
376
|
-
text:
|
377
|
-
var _a, _b, _c;
|
378
|
-
try {
|
379
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.317")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.317")) || "\u7B49\u4E8E";
|
380
|
-
} catch (e) {
|
381
|
-
return "\u7B49\u4E8E";
|
382
|
-
}
|
383
|
-
}()
|
125
|
+
text: ((_ab = window.getLanguageByCode) == null ? void 0 : _ab.call(window, "10010.1.317")) || ((_cb = (_bb = window.top) == null ? void 0 : _bb.getLanguageByCode) == null ? void 0 : _cb.call(_bb, "10010.1.317")) || "\u7B49\u4E8E"
|
384
126
|
}, {
|
385
127
|
name: "NEQ",
|
386
|
-
text:
|
387
|
-
var _a, _b, _c;
|
388
|
-
try {
|
389
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.318")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.318")) || "\u4E0D\u7B49\u4E8E";
|
390
|
-
} catch (e) {
|
391
|
-
return "\u4E0D\u7B49\u4E8E";
|
392
|
-
}
|
393
|
-
}()
|
128
|
+
text: ((_db = window.getLanguageByCode) == null ? void 0 : _db.call(window, "10010.1.318")) || ((_fb = (_eb = window.top) == null ? void 0 : _eb.getLanguageByCode) == null ? void 0 : _fb.call(_eb, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
|
394
129
|
}],
|
395
130
|
name: "BOOLEAN",
|
396
131
|
type: "BOOLEAN"
|
@@ -406,84 +141,28 @@ const FIELD_TYPE_LIST = [{
|
|
406
141
|
}, {
|
407
142
|
conList: [{
|
408
143
|
name: "NULL",
|
409
|
-
text:
|
410
|
-
var _a, _b, _c;
|
411
|
-
try {
|
412
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.338")) || "\u4E3A\u7A7A";
|
413
|
-
} catch (e) {
|
414
|
-
return "\u4E3A\u7A7A";
|
415
|
-
}
|
416
|
-
}()
|
144
|
+
text: ((_gb = window.getLanguageByCode) == null ? void 0 : _gb.call(window, "10010.1.338")) || ((_ib = (_hb = window.top) == null ? void 0 : _hb.getLanguageByCode) == null ? void 0 : _ib.call(_hb, "10010.1.338")) || "\u4E3A\u7A7A"
|
417
145
|
}, {
|
418
146
|
name: "NOT_NULL",
|
419
|
-
text:
|
420
|
-
var _a, _b, _c;
|
421
|
-
try {
|
422
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.339")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A";
|
423
|
-
} catch (e) {
|
424
|
-
return "\u4E0D\u4E3A\u7A7A";
|
425
|
-
}
|
426
|
-
}()
|
147
|
+
text: ((_jb = window.getLanguageByCode) == null ? void 0 : _jb.call(window, "10010.1.339")) || ((_lb = (_kb = window.top) == null ? void 0 : _kb.getLanguageByCode) == null ? void 0 : _lb.call(_kb, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A"
|
427
148
|
}, {
|
428
149
|
name: "EQ",
|
429
|
-
text:
|
430
|
-
var _a, _b, _c;
|
431
|
-
try {
|
432
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.317")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.317")) || "\u7B49\u4E8E";
|
433
|
-
} catch (e) {
|
434
|
-
return "\u7B49\u4E8E";
|
435
|
-
}
|
436
|
-
}()
|
150
|
+
text: ((_mb = window.getLanguageByCode) == null ? void 0 : _mb.call(window, "10010.1.317")) || ((_ob = (_nb = window.top) == null ? void 0 : _nb.getLanguageByCode) == null ? void 0 : _ob.call(_nb, "10010.1.317")) || "\u7B49\u4E8E"
|
437
151
|
}, {
|
438
152
|
name: "NEQ",
|
439
|
-
text:
|
440
|
-
var _a, _b, _c;
|
441
|
-
try {
|
442
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.318")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.318")) || "\u4E0D\u7B49\u4E8E";
|
443
|
-
} catch (e) {
|
444
|
-
return "\u4E0D\u7B49\u4E8E";
|
445
|
-
}
|
446
|
-
}()
|
153
|
+
text: ((_pb = window.getLanguageByCode) == null ? void 0 : _pb.call(window, "10010.1.318")) || ((_rb = (_qb = window.top) == null ? void 0 : _qb.getLanguageByCode) == null ? void 0 : _rb.call(_qb, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
|
447
154
|
}, {
|
448
155
|
name: "BIG",
|
449
|
-
text:
|
450
|
-
var _a, _b, _c;
|
451
|
-
try {
|
452
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.319")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.319")) || "\u5927\u4E8E";
|
453
|
-
} catch (e) {
|
454
|
-
return "\u5927\u4E8E";
|
455
|
-
}
|
456
|
-
}()
|
156
|
+
text: ((_sb = window.getLanguageByCode) == null ? void 0 : _sb.call(window, "10010.1.319")) || ((_ub = (_tb = window.top) == null ? void 0 : _tb.getLanguageByCode) == null ? void 0 : _ub.call(_tb, "10010.1.319")) || "\u5927\u4E8E"
|
457
157
|
}, {
|
458
158
|
name: "LESS",
|
459
|
-
text:
|
460
|
-
var _a, _b, _c;
|
461
|
-
try {
|
462
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.320")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.320")) || "\u5C0F\u4E8E";
|
463
|
-
} catch (e) {
|
464
|
-
return "\u5C0F\u4E8E";
|
465
|
-
}
|
466
|
-
}()
|
159
|
+
text: ((_vb = window.getLanguageByCode) == null ? void 0 : _vb.call(window, "10010.1.320")) || ((_xb = (_wb = window.top) == null ? void 0 : _wb.getLanguageByCode) == null ? void 0 : _xb.call(_wb, "10010.1.320")) || "\u5C0F\u4E8E"
|
467
160
|
}, {
|
468
161
|
name: "BIGEQ",
|
469
|
-
text:
|
470
|
-
var _a, _b, _c;
|
471
|
-
try {
|
472
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.321")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E";
|
473
|
-
} catch (e) {
|
474
|
-
return "\u5927\u4E8E\u7B49\u4E8E";
|
475
|
-
}
|
476
|
-
}()
|
162
|
+
text: ((_yb = window.getLanguageByCode) == null ? void 0 : _yb.call(window, "10010.1.321")) || ((_Ab = (_zb = window.top) == null ? void 0 : _zb.getLanguageByCode) == null ? void 0 : _Ab.call(_zb, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E"
|
477
163
|
}, {
|
478
164
|
name: "LESSEQ",
|
479
|
-
text:
|
480
|
-
var _a, _b, _c;
|
481
|
-
try {
|
482
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.322")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E";
|
483
|
-
} catch (e) {
|
484
|
-
return "\u5C0F\u4E8E\u7B49\u4E8E";
|
485
|
-
}
|
486
|
-
}()
|
165
|
+
text: ((_Bb = window.getLanguageByCode) == null ? void 0 : _Bb.call(window, "10010.1.322")) || ((_Db = (_Cb = window.top) == null ? void 0 : _Cb.getLanguageByCode) == null ? void 0 : _Db.call(_Cb, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E"
|
487
166
|
}],
|
488
167
|
name: "NUMBER",
|
489
168
|
type: "number"
|
@@ -493,171 +172,52 @@ const FIELD_TYPE_LIST = [{
|
|
493
172
|
type: "jsonb"
|
494
173
|
}];
|
495
174
|
const SHOWSETTING_OPTIONS = [{
|
496
|
-
text:
|
497
|
-
var _a, _b, _c;
|
498
|
-
try {
|
499
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.343")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.343")) || "\u5F15\u7528\u9009\u9879";
|
500
|
-
} catch (e) {
|
501
|
-
return "\u5F15\u7528\u9009\u9879";
|
502
|
-
}
|
503
|
-
}(),
|
175
|
+
text: ((_Eb = window.getLanguageByCode) == null ? void 0 : _Eb.call(window, "10010.1.343")) || ((_Gb = (_Fb = window.top) == null ? void 0 : _Fb.getLanguageByCode) == null ? void 0 : _Gb.call(_Fb, "10010.1.343")) || "\u5F15\u7528\u9009\u9879",
|
504
176
|
name: "CONVERT"
|
505
177
|
}];
|
506
178
|
const WORDBOOK_OPTIONS = [{
|
507
|
-
text:
|
508
|
-
var _a, _b, _c;
|
509
|
-
try {
|
510
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.343")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.343")) || "\u5F15\u7528\u9009\u9879";
|
511
|
-
} catch (e) {
|
512
|
-
return "\u5F15\u7528\u9009\u9879";
|
513
|
-
}
|
514
|
-
}(),
|
179
|
+
text: ((_Hb = window.getLanguageByCode) == null ? void 0 : _Hb.call(window, "10010.1.343")) || ((_Jb = (_Ib = window.top) == null ? void 0 : _Ib.getLanguageByCode) == null ? void 0 : _Jb.call(_Ib, "10010.1.343")) || "\u5F15\u7528\u9009\u9879",
|
515
180
|
name: "QUOTE"
|
516
181
|
}, {
|
517
|
-
text:
|
518
|
-
var _a, _b, _c;
|
519
|
-
try {
|
520
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.344")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.344")) || "\u4E0D\u5F15\u7528\u9009\u9879";
|
521
|
-
} catch (e) {
|
522
|
-
return "\u4E0D\u5F15\u7528\u9009\u9879";
|
523
|
-
}
|
524
|
-
}(),
|
182
|
+
text: ((_Kb = window.getLanguageByCode) == null ? void 0 : _Kb.call(window, "10010.1.344")) || ((_Mb = (_Lb = window.top) == null ? void 0 : _Lb.getLanguageByCode) == null ? void 0 : _Mb.call(_Lb, "10010.1.344")) || "\u4E0D\u5F15\u7528\u9009\u9879",
|
525
183
|
name: "QUOTE_NOT"
|
526
184
|
}];
|
527
185
|
const CUSTOM_INPUT_OPTIONS = [{
|
528
|
-
title:
|
529
|
-
var _a, _b, _c;
|
530
|
-
try {
|
531
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.345")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.345")) || "\u81EA\u5B9A\u4E49\u8F93\u5165";
|
532
|
-
} catch (e) {
|
533
|
-
return "\u81EA\u5B9A\u4E49\u8F93\u5165";
|
534
|
-
}
|
535
|
-
}(),
|
186
|
+
title: ((_Nb = window.getLanguageByCode) == null ? void 0 : _Nb.call(window, "10010.1.345")) || ((_Pb = (_Ob = window.top) == null ? void 0 : _Ob.getLanguageByCode) == null ? void 0 : _Pb.call(_Ob, "10010.1.345")) || "\u81EA\u5B9A\u4E49\u8F93\u5165",
|
536
187
|
columnName: "custom"
|
537
188
|
}];
|
538
189
|
const UNIT_OPTIONS = [{
|
539
|
-
label:
|
540
|
-
var _a, _b, _c;
|
541
|
-
try {
|
542
|
-
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";
|
543
|
-
} catch (e) {
|
544
|
-
return "\u5929";
|
545
|
-
}
|
546
|
-
}(),
|
190
|
+
label: ((_Qb = window.getLanguageByCode) == null ? void 0 : _Qb.call(window, "10010.1.144")) || ((_Sb = (_Rb = window.top) == null ? void 0 : _Rb.getLanguageByCode) == null ? void 0 : _Sb.call(_Rb, "10010.1.144")) || "\u5929",
|
547
191
|
value: "DAY"
|
548
192
|
}, {
|
549
|
-
label:
|
550
|
-
var _a, _b, _c;
|
551
|
-
try {
|
552
|
-
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";
|
553
|
-
} catch (e) {
|
554
|
-
return "\u5468";
|
555
|
-
}
|
556
|
-
}(),
|
193
|
+
label: ((_Tb = window.getLanguageByCode) == null ? void 0 : _Tb.call(window, "10010.1.346")) || ((_Vb = (_Ub = window.top) == null ? void 0 : _Ub.getLanguageByCode) == null ? void 0 : _Vb.call(_Ub, "10010.1.346")) || "\u5468",
|
557
194
|
value: "WEEK"
|
558
195
|
}, {
|
559
|
-
label:
|
560
|
-
var _a, _b, _c;
|
561
|
-
try {
|
562
|
-
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";
|
563
|
-
} catch (e) {
|
564
|
-
return "\u6708";
|
565
|
-
}
|
566
|
-
}(),
|
196
|
+
label: ((_Wb = window.getLanguageByCode) == null ? void 0 : _Wb.call(window, "10010.1.347")) || ((_Yb = (_Xb = window.top) == null ? void 0 : _Xb.getLanguageByCode) == null ? void 0 : _Yb.call(_Xb, "10010.1.347")) || "\u6708",
|
567
197
|
value: "MONTH"
|
568
198
|
}, {
|
569
|
-
label:
|
570
|
-
var _a, _b, _c;
|
571
|
-
try {
|
572
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.348")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.348")) || "\u5B63\u5EA6";
|
573
|
-
} catch (e) {
|
574
|
-
return "\u5B63\u5EA6";
|
575
|
-
}
|
576
|
-
}(),
|
199
|
+
label: ((_Zb = window.getLanguageByCode) == null ? void 0 : _Zb.call(window, "10010.1.348")) || ((_$b = (__b = window.top) == null ? void 0 : __b.getLanguageByCode) == null ? void 0 : _$b.call(__b, "10010.1.348")) || "\u5B63\u5EA6",
|
577
200
|
value: "QUARTER"
|
578
201
|
}, {
|
579
|
-
label:
|
580
|
-
var _a, _b, _c;
|
581
|
-
try {
|
582
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.349")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.349")) || "\u5E74";
|
583
|
-
} catch (e) {
|
584
|
-
return "\u5E74";
|
585
|
-
}
|
586
|
-
}(),
|
202
|
+
label: ((_ac = window.getLanguageByCode) == null ? void 0 : _ac.call(window, "10010.1.349")) || ((_cc = (_bc = window.top) == null ? void 0 : _bc.getLanguageByCode) == null ? void 0 : _cc.call(_bc, "10010.1.349")) || "\u5E74",
|
587
203
|
value: "YEAR"
|
588
204
|
}, {
|
589
|
-
label:
|
590
|
-
var _a, _b, _c;
|
591
|
-
try {
|
592
|
-
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";
|
593
|
-
} catch (e) {
|
594
|
-
return "\u5C0F\u65F6";
|
595
|
-
}
|
596
|
-
}(),
|
205
|
+
label: ((_dc = window.getLanguageByCode) == null ? void 0 : _dc.call(window, "10010.1.350")) || ((_fc = (_ec = window.top) == null ? void 0 : _ec.getLanguageByCode) == null ? void 0 : _fc.call(_ec, "10010.1.350")) || "\u5C0F\u65F6",
|
597
206
|
value: "HOUR"
|
598
207
|
}];
|
599
208
|
const BOOLEAN_OPTIONS = [{
|
600
|
-
label:
|
601
|
-
var _a, _b, _c;
|
602
|
-
try {
|
603
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.351")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.351")) || "\u662F";
|
604
|
-
} catch (e) {
|
605
|
-
return "\u662F";
|
606
|
-
}
|
607
|
-
}(),
|
209
|
+
label: ((_gc = window.getLanguageByCode) == null ? void 0 : _gc.call(window, "10010.1.351")) || ((_ic = (_hc = window.top) == null ? void 0 : _hc.getLanguageByCode) == null ? void 0 : _ic.call(_hc, "10010.1.351")) || "\u662F",
|
608
210
|
value: "true"
|
609
211
|
}, {
|
610
|
-
label:
|
611
|
-
var _a, _b, _c;
|
612
|
-
try {
|
613
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.352")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.352")) || "\u5426";
|
614
|
-
} catch (e) {
|
615
|
-
return "\u5426";
|
616
|
-
}
|
617
|
-
}(),
|
212
|
+
label: ((_jc = window.getLanguageByCode) == null ? void 0 : _jc.call(window, "10010.1.352")) || ((_lc = (_kc = window.top) == null ? void 0 : _kc.getLanguageByCode) == null ? void 0 : _lc.call(_kc, "10010.1.352")) || "\u5426",
|
618
213
|
value: "false"
|
619
214
|
}];
|
620
215
|
const COLOR_MAP = Object.freeze({
|
621
|
-
"#FFC400":
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
return "\u9EC4\u8272";
|
627
|
-
}
|
628
|
-
}(),
|
629
|
-
"#00B145": function() {
|
630
|
-
var _a, _b, _c;
|
631
|
-
try {
|
632
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.354")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.354")) || "\u7EFF\u8272";
|
633
|
-
} catch (e) {
|
634
|
-
return "\u7EFF\u8272";
|
635
|
-
}
|
636
|
-
}(),
|
637
|
-
"#427BFF": function() {
|
638
|
-
var _a, _b, _c;
|
639
|
-
try {
|
640
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.355")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.355")) || "\u84DD\u8272";
|
641
|
-
} catch (e) {
|
642
|
-
return "\u84DD\u8272";
|
643
|
-
}
|
644
|
-
}(),
|
645
|
-
"#C163FF": function() {
|
646
|
-
var _a, _b, _c;
|
647
|
-
try {
|
648
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.356")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.356")) || "\u7D2B\u8272";
|
649
|
-
} catch (e) {
|
650
|
-
return "\u7D2B\u8272";
|
651
|
-
}
|
652
|
-
}(),
|
653
|
-
"#DB0000": function() {
|
654
|
-
var _a, _b, _c;
|
655
|
-
try {
|
656
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.357")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.357")) || "\u7EA2\u8272";
|
657
|
-
} catch (e) {
|
658
|
-
return "\u7EA2\u8272";
|
659
|
-
}
|
660
|
-
}()
|
216
|
+
"#FFC400": ((_mc = window.getLanguageByCode) == null ? void 0 : _mc.call(window, "10010.1.353")) || ((_oc = (_nc = window.top) == null ? void 0 : _nc.getLanguageByCode) == null ? void 0 : _oc.call(_nc, "10010.1.353")) || "\u9EC4\u8272",
|
217
|
+
"#00B145": ((_pc = window.getLanguageByCode) == null ? void 0 : _pc.call(window, "10010.1.354")) || ((_rc = (_qc = window.top) == null ? void 0 : _qc.getLanguageByCode) == null ? void 0 : _rc.call(_qc, "10010.1.354")) || "\u7EFF\u8272",
|
218
|
+
"#427BFF": ((_sc = window.getLanguageByCode) == null ? void 0 : _sc.call(window, "10010.1.355")) || ((_uc = (_tc = window.top) == null ? void 0 : _tc.getLanguageByCode) == null ? void 0 : _uc.call(_tc, "10010.1.355")) || "\u84DD\u8272",
|
219
|
+
"#C163FF": ((_vc = window.getLanguageByCode) == null ? void 0 : _vc.call(window, "10010.1.356")) || ((_xc = (_wc = window.top) == null ? void 0 : _wc.getLanguageByCode) == null ? void 0 : _xc.call(_wc, "10010.1.356")) || "\u7D2B\u8272",
|
220
|
+
"#DB0000": ((_yc = window.getLanguageByCode) == null ? void 0 : _yc.call(window, "10010.1.357")) || ((_Ac = (_zc = window.top) == null ? void 0 : _zc.getLanguageByCode) == null ? void 0 : _Ac.call(_zc, "10010.1.357")) || "\u7EA2\u8272"
|
661
221
|
});
|
662
222
|
const InjectionFieldList = Symbol("InjectionFieldList");
|
663
223
|
const InjectionQueryWordbookData = Symbol("InjectionQueryWordbookData");
|