cnhis-design-vue 3.3.1-release.5 → 3.3.2-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/audio-sdk/index.d.ts +20 -0
- package/es/components/audio-sdk/src/Index.vue.d.ts +20 -0
- package/es/components/audio-sdk/src/Index.vue2.js +1 -1
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -0
- package/es/components/audio-sdk/src/audioSDK.js +11 -3
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +10 -0
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +10 -0
- package/es/components/audio-sdk/src/components/recording.vue2.js +5 -0
- package/es/components/audio-sdk/src/constants/index.d.ts +1 -0
- package/es/components/audio-sdk/src/constants/index.js +3 -0
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recordingModal.js +13 -2
- package/es/components/base-search/src/index.vue2.js +6 -6
- package/es/components/big-table/src/BigTable.vue2.js +21 -21
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
- package/es/components/big-table/src/components/edit-form/edit-input.js +2 -2
- package/es/components/big-table/src/components/edit-form/edit-select.js +2 -2
- package/es/components/big-table/src/components/edit-form/edit-time.js +4 -4
- package/es/components/big-table/src/components/input-button.vue2.js +2 -2
- package/es/components/big-table/src/hooks/useNestTable.js +4 -4
- package/es/components/big-table/src/hooks/useTableParse.js +3 -3
- package/es/components/body-select/src/index.vue2.js +4 -4
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +7 -7
- package/es/components/button-print/src/components/EditFormat.vue2.js +4 -4
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +17 -17
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +34 -34
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +11 -11
- package/es/components/button-print/src/components/Preview.vue2.js +2 -2
- package/es/components/button-print/src/utils/dialog.js +6 -6
- package/es/components/button-print/src/utils/print.js +21 -21
- package/es/components/callback/src/components/render/popupMaps.d.ts +17 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +2 -2
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +4 -4
- package/es/components/card-reader-sdk-cn/src/henan/index.js +5 -5
- package/es/components/card-render/index.d.ts +4 -4
- package/es/components/card-render/src/CardRender.vue.d.ts +4 -4
- package/es/components/card-render/src/components/index.d.ts +23 -23
- package/es/components/classification/src/components/search-filter/index.vue2.js +6 -6
- package/es/components/classification/src/components/set-classification/index.vue2.js +5 -5
- 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 +45 -45
- package/es/components/classification/src/index.vue2.js +42 -42
- package/es/components/default-page/src/constants/index.js +19 -19
- package/es/components/default-page/src/index.vue2.js +2 -2
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +10 -10
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -4
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -6
- package/es/components/expand-field/src/components/form.vue2.js +87 -87
- package/es/components/expand-field/src/index.vue2.js +16 -16
- package/es/components/expand-field/src/utils/constant.js +12 -12
- package/es/components/fabric-chart/src/components/PopupMenu.js +4 -4
- package/es/components/fabric-chart/src/constants/index.js +10 -10
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -3
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -2
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -5
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +6 -6
- package/es/components/fabric-chart/src/hooks/useCommon.js +4 -4
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +12 -6
- package/es/components/field-editor/index.d.ts +4 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +4 -0
- package/es/components/field-editor/src/fields.js +30 -30
- package/es/components/field-set/src/FieldColor.vue2.js +15 -15
- package/es/components/field-set/src/FieldFilter.vue2.js +8 -8
- package/es/components/field-set/src/FieldSet.vue2.js +37 -37
- package/es/components/field-set/src/Index.vue2.js +6 -6
- package/es/components/field-set/src/TableStyle.vue2.js +9 -9
- package/es/components/field-set/src/components/condition.vue2.js +8 -8
- package/es/components/field-set/src/components/edit-dialog.vue2.js +23 -23
- package/es/components/field-set/src/components/edit-filter.vue2.js +4 -4
- package/es/components/field-set/src/components/table-row.vue2.js +25 -25
- package/es/components/field-set/src/constants/filter.js +42 -42
- package/es/components/field-set/src/constants/index.js +64 -64
- package/es/components/form-config/index.d.ts +80 -5
- package/es/components/form-config/src/FormConfig.vue.d.ts +80 -5
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +4 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +57 -4
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +16 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +26 -26
- package/es/components/form-config/src/constants/index.d.ts +2 -1
- package/es/components/form-config/src/constants/index.js +12 -11
- package/es/components/form-config/src/hooks/useConfigurationField.js +19 -1
- package/es/components/form-config/src/hooks/useLocale.d.ts +1 -0
- package/es/components/form-config/src/hooks/useLocale.js +32 -31
- package/es/components/form-config/src/types/index.d.ts +1 -0
- package/es/components/form-render/index.d.ts +4 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +4 -0
- package/es/components/form-render/src/FormRender.vue2.js +3 -2
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +4 -0
- package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -2
- package/es/components/form-render/src/components/renderer/date.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/input.d.ts +16 -4
- package/es/components/form-render/src/components/renderer/input.js +39 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +3 -0
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +11 -10
- package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -2
- package/es/components/form-render/src/components/renderer/switch.js +4 -4
- package/es/components/form-render/src/components/renderer/text.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.d.ts +16 -1
- package/es/components/form-render/src/components/renderer/textarea.js +36 -8
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -0
- package/es/components/form-render/src/hooks/useComplexOptions.js +3 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +4 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFormField.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFormField.js +5 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -0
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +11 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.js +1 -0
- package/es/components/form-render/src/utils/schema.js +60 -15
- package/es/components/guide/src/renderer.d.ts +2 -2
- package/es/components/iho-chat/src/Index.vue2.js +2 -2
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +16 -16
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +13 -13
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +24 -24
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +10 -10
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +10 -10
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +13 -13
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +18 -18
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +25 -25
- package/es/components/iho-chat/src/components/ContextMenu.js +7 -7
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +4 -4
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +12 -12
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +10 -10
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +2 -2
- package/es/components/iho-chat/src/components/SiderList.vue2.js +12 -12
- package/es/components/iho-chat/src/components/Video.vue2.js +5 -5
- package/es/components/iho-chat/src/hooks/useVideo.js +2 -2
- package/es/components/iho-chat/src/utils/index.js +14 -14
- package/es/components/iho-table/index.d.ts +13 -1
- package/es/components/iho-table/src/IhoTable.vue.d.ts +13 -2
- package/es/components/iho-table/src/IhoTable.vue2.js +27 -20
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +9 -9
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +9 -9
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +6 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +3 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +13 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +9 -9
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +1 -2
- package/es/components/index.js +0 -3
- package/es/components/info-header/index.d.ts +13 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +13 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +5 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +4 -0
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +21 -21
- package/es/components/keyboard/src/Keyboard.vue2.js +7 -7
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +6 -6
- package/es/components/map/src/Map.vue2.js +2 -2
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +4 -4
- package/es/components/quick-search/src/index.vue2.js +21 -21
- package/es/components/recommend-search/src/components/BaseSearch.js +2 -2
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +4 -4
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +3 -3
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +6 -6
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -2
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -6
- package/es/components/scale-view/src/components/formitem/r-input.js +2 -2
- package/es/components/scale-view/src/components/formitem/r-map.js +2 -2
- package/es/components/scale-view/src/components/formitem/r-radio.js +6 -6
- package/es/components/scale-view/src/components/formitem/r-select.js +2 -2
- package/es/components/scale-view/src/components/formitem/r-sign.js +7 -7
- package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -3
- package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -5
- package/es/components/scale-view/src/hooks/scaleview-init.d.ts +1 -1
- package/es/components/scale-view/src/hooks/scaleview-init.js +2 -2
- package/es/components/scale-view/src/hooks/scaleview-methods.js +4 -4
- package/es/components/scale-view/src/hooks/scaleview-submit.js +3 -3
- package/es/components/scale-view/src/hooks/scaleview-validate.js +9 -9
- package/es/components/search-cascader/src/SearchCascader.vue2.js +2 -2
- package/es/components/select-label/src/LabelFormContent.vue2.js +7 -7
- package/es/components/select-label/src/SelectLabel.vue2.js +13 -13
- package/es/components/select-label/src/components/label-classify.vue2.js +5 -5
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +3 -3
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +3 -3
- package/es/components/select-person/src/SelectPerson.vue2.js +24 -21
- package/es/components/select-person/src/SelectPersonType.vue2.js +13 -13
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +2 -2
- package/es/components/select-person/src/index.vue2.js +3 -3
- package/es/components/shortcut-setter/index.d.ts +16 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +16 -1
- package/es/components/slider-tree/src/index.vue2.js +3 -3
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +23 -25
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +19 -19
- package/es/components/table-export-field/src/index.vue2.js +6 -6
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +5 -5
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -34
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +19 -19
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +3 -3
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +2 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +6 -6
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +3 -3
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +3 -3
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +17 -17
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +4 -4
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +6 -6
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +3 -3
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +2 -2
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +3 -3
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +3 -3
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +6 -6
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +207 -207
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +11 -11
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -3
- package/es/components/table-filter/src/tool/baseOptions.js +19 -19
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -8
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +2 -2
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +4 -4
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +7 -0
- package/es/shared/components/CancelRadio/CancelRadio.js +6 -6
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +76 -77
- package/es/components/ai-chat/index.d.ts +0 -680
- package/es/components/ai-chat/index.js +0 -10
- package/es/components/ai-chat/src/Index.vue.d.ts +0 -682
- package/es/components/ai-chat/src/Index.vue.js +0 -6
- package/es/components/ai-chat/src/Index.vue2.js +0 -175
- package/es/components/ai-chat/src/api/index.d.ts +0 -8
- package/es/components/ai-chat/src/api/index.js +0 -87
- package/es/components/ai-chat/src/components/ChatAudio.vue.d.ts +0 -38
- package/es/components/ai-chat/src/components/ChatAudio.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatAudio.vue2.js +0 -103
- package/es/components/ai-chat/src/components/ChatBI.vue.d.ts +0 -101
- package/es/components/ai-chat/src/components/ChatBI.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatBI.vue2.js +0 -73
- package/es/components/ai-chat/src/components/ChatCard.d.ts +0 -43
- package/es/components/ai-chat/src/components/ChatCard.js +0 -403
- package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +0 -203
- package/es/components/ai-chat/src/components/ChatFooter.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatFooter.vue2.js +0 -373
- package/es/components/ai-chat/src/components/ChatMain.d.ts +0 -2
- package/es/components/ai-chat/src/components/ChatMain.js +0 -350
- package/es/components/ai-chat/src/components/ChatMainDefault.d.ts +0 -2
- package/es/components/ai-chat/src/components/ChatMainDefault.js +0 -278
- package/es/components/ai-chat/src/components/ChatPatient.vue.d.ts +0 -59
- package/es/components/ai-chat/src/components/ChatPatient.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatPatient.vue2.js +0 -218
- package/es/components/ai-chat/src/components/ChatPrompt.vue.d.ts +0 -45
- package/es/components/ai-chat/src/components/ChatPrompt.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatPrompt.vue2.js +0 -143
- package/es/components/ai-chat/src/components/ChatRight.vue.d.ts +0 -57
- package/es/components/ai-chat/src/components/ChatRight.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatRight.vue2.js +0 -190
- package/es/components/ai-chat/src/components/card/JsonCard.d.ts +0 -25
- package/es/components/ai-chat/src/components/card/JsonCard.js +0 -574
- package/es/components/ai-chat/src/components/message-render/CardRender.d.ts +0 -16
- package/es/components/ai-chat/src/components/message-render/CardRender.js +0 -80
- package/es/components/ai-chat/src/components/message-render/FormRender.d.ts +0 -16
- package/es/components/ai-chat/src/components/message-render/FormRender.js +0 -173
- package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue.d.ts +0 -36
- package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue.js +0 -6
- package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue2.js +0 -96
- package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue.d.ts +0 -105
- package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue.js +0 -6
- package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue2.js +0 -260
- package/es/components/ai-chat/src/components/svgs/AddIcon.vue.js +0 -18
- package/es/components/ai-chat/src/components/svgs/AudioIcon.vue.js +0 -37
- package/es/components/ai-chat/src/components/svgs/KeyboardIcon.vue.js +0 -20
- package/es/components/ai-chat/src/components/svgs/MicroPhone.vue.js +0 -48
- package/es/components/ai-chat/src/hooks/index.d.ts +0 -2
- package/es/components/ai-chat/src/hooks/index.js +0 -2
- package/es/components/ai-chat/src/hooks/useChartAudioContext.d.ts +0 -18
- package/es/components/ai-chat/src/hooks/useChartAudioContext.js +0 -202
- package/es/components/ai-chat/src/hooks/useData.d.ts +0 -77
- package/es/components/ai-chat/src/hooks/useData.js +0 -289
- package/es/components/ai-chat/src/hooks/useFooterContext.d.ts +0 -38
- package/es/components/ai-chat/src/hooks/useFooterContext.js +0 -218
- package/es/components/ai-chat/src/hooks/useProgram.d.ts +0 -14
- package/es/components/ai-chat/src/hooks/useProgram.js +0 -306
- package/es/components/ai-chat/src/hooks/useSSE.d.ts +0 -9
- package/es/components/ai-chat/src/hooks/useSSE.js +0 -138
- package/es/components/ai-chat/src/hooks/useWebsocket.d.ts +0 -4
- package/es/components/ai-chat/src/hooks/useWebsocket.js +0 -66
- package/es/components/ai-chat/src/types/index.d.ts +0 -45
- package/es/components/ai-chat/src/types/index.js +0 -1
- package/es/components/ai-chat/src/utils/index.d.ts +0 -7
- package/es/components/ai-chat/src/utils/index.js +0 -41
- package/es/components/ai-chat/style/index.css +0 -1
- package/es/shared/assets/img/ai__avatar.png.js +0 -3
- package/es/shared/assets/img/file-emr.png.js +0 -3
- package/es/shared/assets/img/file.png.js +0 -3
- package/es/shared/assets/img/logo.png.js +0 -3
- package/es/shared/assets/img/use.png.js +0 -3
@@ -1,7 +1,7 @@
|
|
1
1
|
import { WidgetValEnums, WidgetDateOptionEnums } from './enums.js';
|
2
2
|
import { WidgetOptionEnums } from '../../../types/enums.js';
|
3
3
|
|
4
|
-
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, _Bc, _Cc, _Dc, _Ec, _Fc, _Gc, _Hc, _Ic, _Jc, _Kc, _Lc, _Mc, _Nc, _Oc, _Pc, _Qc, _Rc;
|
4
|
+
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, _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, __c, _$c, _ad, _bd, _cd, _dd, _ed, _fd, _gd, _hd, _id, _jd, _kd, _ld, _md, _nd, _od, _pd, _qd, _rd, _sd, _td, _ud, _vd, _wd, _xd, _yd, _zd, _Ad, _Bd, _Cd, _Dd, _Ed, _Fd, _Gd, _Hd, _Id, _Jd, _Kd, _Ld, _Md, _Nd, _Od, _Pd, _Qd, _Rd, _Sd, _Td, _Ud, _Vd, _Wd, _Xd, _Yd, _Zd, __d, _$d, _ae, _be, _ce, _de, _ee, _fe, _ge, _he, _ie, _je, _ke, _le, _me, _ne, _oe, _pe, _qe, _re, _se, _te, _ue, _ve, _we, _xe, _ye, _ze, _Ae, _Be, _Ce, _De, _Ee, _Fe, _Ge, _He, _Ie, _Je, _Ke, _Le, _Me, _Ne, _Oe, _Pe, _Qe, _Re, _Se, _Te, _Ue, _Ve, _We, _Xe, _Ye, _Ze, __e, _$e, _af, _bf, _cf, _df, _ef, _ff, _gf, _hf, _if, _jf, _kf, _lf, _mf, _nf, _of, _pf, _qf, _rf, _sf, _tf, _uf, _vf, _wf, _xf, _yf, _zf, _Af, _Bf, _Cf, _Df, _Ef, _Ff, _Gf, _Hf, _If, _Jf, _Kf, _Lf, _Mf, _Nf, _Of, _Pf, _Qf, _Rf, _Sf, _Tf, _Uf, _Vf, _Wf, _Xf, _Yf, _Zf, __f, _$f, _ag, _bg, _cg, _dg, _eg, _fg, _gg, _hg, _ig, _jg, _kg, _lg, _mg, _ng, _og, _pg, _qg, _rg, _sg, _tg, _ug, _vg, _wg, _xg, _yg, _zg, _Ag, _Bg, _Cg, _Dg, _Eg, _Fg, _Gg, _Hg, _Ig, _Jg, _Kg, _Lg, _Mg, _Ng, _Og, _Pg, _Qg, _Rg, _Sg, _Tg, _Ug, _Vg, _Wg, _Xg, _Yg, _Zg, __g, _$g, _ah, _bh, _ch, _dh, _eh, _fh, _gh, _hh, _ih, _jh, _kh, _lh, _mh, _nh, _oh, _ph, _qh, _rh, _sh, _th, _uh, _vh, _wh, _xh, _yh, _zh, _Ah, _Bh, _Ch, _Dh, _Eh, _Fh, _Gh, _Hh, _Ih, _Jh, _Kh, _Lh, _Mh, _Nh, _Oh, _Ph, _Qh, _Rh, _Sh, _Th, _Uh, _Vh, _Wh, _Xh, _Yh, _Zh, __h, _$h, _ai, _bi, _ci, _di, _ei, _fi, _gi, _hi, _ii, _ji, _ki, _li, _mi, _ni, _oi, _pi, _qi, _ri, _si, _ti, _ui, _vi, _wi, _xi, _yi, _zi, _Ai, _Bi, _Ci, _Di, _Ei, _Fi, _Gi, _Hi, _Ii, _Ji, _Ki, _Li, _Mi, _Ni, _Oi, _Pi, _Qi, _Ri, _Si, _Ti, _Ui, _Vi, _Wi, _Xi, _Yi, _Zi, __i, _$i, _aj, _bj, _cj, _dj, _ej, _fj, _gj, _hj, _ij, _jj, _kj, _lj, _mj, _nj, _oj, _pj, _qj, _rj, _sj, _tj, _uj, _vj, _wj, _xj, _yj, _zj, _Aj, _Bj, _Cj, _Dj, _Ej, _Fj, _Gj, _Hj, _Ij, _Jj, _Kj, _Lj, _Mj, _Nj, _Oj, _Pj, _Qj, _Rj, _Sj, _Tj, _Uj, _Vj, _Wj, _Xj, _Yj, _Zj, __j, _$j, _ak, _bk, _ck, _dk, _ek, _fk, _gk, _hk, _ik, _jk, _kk, _lk, _mk, _nk, _ok, _pk, _qk, _rk, _sk, _tk, _uk, _vk, _wk, _xk;
|
5
5
|
const DateExtraMap = {
|
6
6
|
DATE_DATETIME_WHOLE: "DATE_DATETIME_WHOLE",
|
7
7
|
DATE_DATETIME_PAST: "DATE_DATETIME_WHOLE",
|
@@ -18,83 +18,83 @@ const DateExtraMap = {
|
|
18
18
|
};
|
19
19
|
const baseDateRangeOut = {
|
20
20
|
DATE_DATETIME_WHOLE_RANGE: [{
|
21
|
-
label: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.134")) || "\u4ECA\u5929",
|
21
|
+
label: ((_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",
|
22
22
|
value: "TODAY"
|
23
23
|
}, {
|
24
|
-
label: ((
|
24
|
+
label: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.132")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.132")) || "\u6628\u5929",
|
25
25
|
value: "YESTERDAY"
|
26
26
|
}, {
|
27
|
-
label: ((
|
27
|
+
label: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.392")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.392")) || "\u8FD1\u4E00\u5468",
|
28
28
|
value: "PAST_WEEK"
|
29
29
|
}, {
|
30
|
-
label: ((
|
30
|
+
label: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.393")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.393")) || "\u8FD1\u4E00\u6708",
|
31
31
|
value: "PAST_MONTH"
|
32
32
|
}],
|
33
33
|
DATE_DATETIME_FUTURE_RANGE: [{
|
34
|
-
label: ((
|
34
|
+
label: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.134")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.134")) || "\u4ECA\u5929",
|
35
35
|
value: "TODAY"
|
36
36
|
}, {
|
37
|
-
label: ((
|
37
|
+
label: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.300")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.300")) || "\u660E\u5929",
|
38
38
|
value: "TOMORROW"
|
39
39
|
}, {
|
40
|
-
label: ((
|
40
|
+
label: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.47")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.47")) || "\u672C\u5468",
|
41
41
|
value: "THIS_WEEK"
|
42
42
|
}, {
|
43
|
-
label: ((
|
43
|
+
label: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.404")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.404")) || "\u672C\u6708",
|
44
44
|
value: "THIS_MONTH"
|
45
45
|
}]
|
46
46
|
};
|
47
47
|
const DateExtraOptions = {
|
48
48
|
DATE_DATETIME_WHOLE: [{
|
49
|
-
label: ((
|
49
|
+
label: ((_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",
|
50
50
|
value: "TODAY"
|
51
51
|
}, {
|
52
|
-
label: ((
|
52
|
+
label: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.132")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.132")) || "\u6628\u5929",
|
53
53
|
value: "YESTERDAY"
|
54
54
|
}, {
|
55
|
-
label: ((
|
55
|
+
label: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.301")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.301")) || "\u672C\u5468\u521D",
|
56
56
|
value: "THIS_WEEK_START"
|
57
57
|
}, {
|
58
|
-
label: ((
|
58
|
+
label: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.303")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.303")) || "\u672C\u6708\u521D",
|
59
59
|
value: "THIS_MONTH_START"
|
60
60
|
}],
|
61
61
|
DATE_DATETIME_FUTURE: [{
|
62
|
-
label: ((
|
62
|
+
label: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.134")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.134")) || "\u4ECA\u5929",
|
63
63
|
value: "TODAY"
|
64
64
|
}, {
|
65
|
-
label: ((
|
65
|
+
label: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.300")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.300")) || "\u660E\u5929",
|
66
66
|
value: "TOMORROW"
|
67
67
|
}, {
|
68
|
-
label: ((
|
68
|
+
label: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.302")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.302")) || "\u672C\u5468\u672B",
|
69
69
|
value: "THIS_WEEK_END"
|
70
70
|
}, {
|
71
|
-
label: ((
|
71
|
+
label: ((_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",
|
72
72
|
value: "THIS_MONTH_END"
|
73
73
|
}],
|
74
74
|
DATETIME_DATETIME_WHOLE: [{
|
75
|
-
label: ((
|
75
|
+
label: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.306")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.306")) || "\u4ECA\u5929\u521D",
|
76
76
|
value: "TODAY_START"
|
77
77
|
}, {
|
78
|
-
label: ((
|
78
|
+
label: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.308")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.308")) || "\u6628\u5929\u521D",
|
79
79
|
value: "YESTERDAY_START"
|
80
80
|
}, {
|
81
|
-
label: ((
|
81
|
+
label: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.301")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "10010.1.301")) || "\u672C\u5468\u521D",
|
82
82
|
value: "THIS_WEEK_START"
|
83
83
|
}, {
|
84
|
-
label: ((
|
84
|
+
label: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.303")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "10010.1.303")) || "\u672C\u6708\u521D",
|
85
85
|
value: "THIS_MONTH_START"
|
86
86
|
}],
|
87
87
|
DATETIME_DATETIME_FUTURE: [{
|
88
|
-
label: ((
|
88
|
+
label: ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.307")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "10010.1.307")) || "\u4ECA\u5929\u672B",
|
89
89
|
value: "TODAY_END"
|
90
90
|
}, {
|
91
|
-
label: ((
|
91
|
+
label: ((_ja = window.getLanguageByCode) == null ? void 0 : _ja.call(window, "10010.1.311")) || ((_la = (_ka = window.top) == null ? void 0 : _ka.getLanguageByCode) == null ? void 0 : _la.call(_ka, "10010.1.311")) || "\u660E\u5929\u672B",
|
92
92
|
value: "TOMORROW_END"
|
93
93
|
}, {
|
94
|
-
label: ((
|
94
|
+
label: ((_ma = window.getLanguageByCode) == null ? void 0 : _ma.call(window, "10010.1.302")) || ((_oa = (_na = window.top) == null ? void 0 : _na.getLanguageByCode) == null ? void 0 : _oa.call(_na, "10010.1.302")) || "\u672C\u5468\u672B",
|
95
95
|
value: "THIS_WEEK_END"
|
96
96
|
}, {
|
97
|
-
label: ((
|
97
|
+
label: ((_pa = window.getLanguageByCode) == null ? void 0 : _pa.call(window, "10010.1.304")) || ((_ra = (_qa = window.top) == null ? void 0 : _qa.getLanguageByCode) == null ? void 0 : _ra.call(_qa, "10010.1.304")) || "\u672C\u6708\u672B",
|
98
98
|
value: "THIS_MONTH_END"
|
99
99
|
}],
|
100
100
|
DATE_DATETIME_WHOLE_RANGE: baseDateRangeOut.DATE_DATETIME_WHOLE_RANGE,
|
@@ -104,76 +104,76 @@ const DateExtraOptions = {
|
|
104
104
|
};
|
105
105
|
const baseDateRangeInner = {
|
106
106
|
[WidgetOptionEnums.ALL]: [{
|
107
|
-
name: ((
|
108
|
-
title: ((
|
107
|
+
name: ((_sa = window.getLanguageByCode) == null ? void 0 : _sa.call(window, "10010.1.134")) || ((_ua = (_ta = window.top) == null ? void 0 : _ta.getLanguageByCode) == null ? void 0 : _ua.call(_ta, "10010.1.134")) || "\u4ECA\u5929",
|
108
|
+
title: ((_va = window.getLanguageByCode) == null ? void 0 : _va.call(window, "10010.1.134")) || ((_xa = (_wa = window.top) == null ? void 0 : _wa.getLanguageByCode) == null ? void 0 : _xa.call(_wa, "10010.1.134")) || "\u4ECA\u5929",
|
109
109
|
con: WidgetValEnums.TODAY
|
110
110
|
}, {
|
111
|
-
name: ((
|
112
|
-
title: ((
|
111
|
+
name: ((_ya = window.getLanguageByCode) == null ? void 0 : _ya.call(window, "10010.1.300")) || ((_Aa = (_za = window.top) == null ? void 0 : _za.getLanguageByCode) == null ? void 0 : _Aa.call(_za, "10010.1.300")) || "\u660E\u5929",
|
112
|
+
title: ((_Ba = window.getLanguageByCode) == null ? void 0 : _Ba.call(window, "10010.1.300")) || ((_Da = (_Ca = window.top) == null ? void 0 : _Ca.getLanguageByCode) == null ? void 0 : _Da.call(_Ca, "10010.1.300")) || "\u660E\u5929",
|
113
113
|
con: WidgetValEnums.TOMORROW
|
114
114
|
}, {
|
115
|
-
name: ((
|
116
|
-
title: ((
|
115
|
+
name: ((_Ea = window.getLanguageByCode) == null ? void 0 : _Ea.call(window, "10010.1.132")) || ((_Ga = (_Fa = window.top) == null ? void 0 : _Fa.getLanguageByCode) == null ? void 0 : _Ga.call(_Fa, "10010.1.132")) || "\u6628\u5929",
|
116
|
+
title: ((_Ha = window.getLanguageByCode) == null ? void 0 : _Ha.call(window, "10010.1.132")) || ((_Ja = (_Ia = window.top) == null ? void 0 : _Ia.getLanguageByCode) == null ? void 0 : _Ja.call(_Ia, "10010.1.132")) || "\u6628\u5929",
|
117
117
|
con: WidgetValEnums.YESTERDAY
|
118
118
|
}, {
|
119
|
-
name: ((
|
120
|
-
title: ((
|
119
|
+
name: ((_Ka = window.getLanguageByCode) == null ? void 0 : _Ka.call(window, "10010.1.47")) || ((_Ma = (_La = window.top) == null ? void 0 : _La.getLanguageByCode) == null ? void 0 : _Ma.call(_La, "10010.1.47")) || "\u672C\u5468",
|
120
|
+
title: ((_Na = window.getLanguageByCode) == null ? void 0 : _Na.call(window, "10010.1.47")) || ((_Pa = (_Oa = window.top) == null ? void 0 : _Oa.getLanguageByCode) == null ? void 0 : _Pa.call(_Oa, "10010.1.47")) || "\u672C\u5468",
|
121
121
|
con: WidgetValEnums.THIS_WEEK
|
122
122
|
}, {
|
123
|
-
name: ((
|
124
|
-
title: ((
|
123
|
+
name: ((_Qa = window.getLanguageByCode) == null ? void 0 : _Qa.call(window, "10010.1.323")) || ((_Sa = (_Ra = window.top) == null ? void 0 : _Ra.getLanguageByCode) == null ? void 0 : _Sa.call(_Ra, "10010.1.323")) || "\u4E0B\u5468",
|
124
|
+
title: ((_Ta = window.getLanguageByCode) == null ? void 0 : _Ta.call(window, "10010.1.323")) || ((_Va = (_Ua = window.top) == null ? void 0 : _Ua.getLanguageByCode) == null ? void 0 : _Va.call(_Ua, "10010.1.323")) || "\u4E0B\u5468",
|
125
125
|
con: WidgetValEnums.NEXT_WEEK
|
126
126
|
}, {
|
127
|
-
name: ((
|
128
|
-
title: ((
|
127
|
+
name: ((_Wa = window.getLanguageByCode) == null ? void 0 : _Wa.call(window, "10010.1.324")) || ((_Ya = (_Xa = window.top) == null ? void 0 : _Xa.getLanguageByCode) == null ? void 0 : _Ya.call(_Xa, "10010.1.324")) || "\u4E0A\u5468",
|
128
|
+
title: ((_Za = window.getLanguageByCode) == null ? void 0 : _Za.call(window, "10010.1.324")) || ((_$a = (__a = window.top) == null ? void 0 : __a.getLanguageByCode) == null ? void 0 : _$a.call(__a, "10010.1.324")) || "\u4E0A\u5468",
|
129
129
|
con: WidgetValEnums.LAST_WEEK
|
130
130
|
}, {
|
131
|
-
name: ((
|
132
|
-
title: ((
|
131
|
+
name: ((_ab = window.getLanguageByCode) == null ? void 0 : _ab.call(window, "10010.1.392")) || ((_cb = (_bb = window.top) == null ? void 0 : _bb.getLanguageByCode) == null ? void 0 : _cb.call(_bb, "10010.1.392")) || "\u8FD1\u4E00\u5468",
|
132
|
+
title: ((_db = window.getLanguageByCode) == null ? void 0 : _db.call(window, "10010.1.392")) || ((_fb = (_eb = window.top) == null ? void 0 : _eb.getLanguageByCode) == null ? void 0 : _fb.call(_eb, "10010.1.392")) || "\u8FD1\u4E00\u5468",
|
133
133
|
con: WidgetValEnums.PAST_WEEK
|
134
134
|
}, {
|
135
|
-
name: ((
|
136
|
-
title: ((
|
135
|
+
name: ((_gb = window.getLanguageByCode) == null ? void 0 : _gb.call(window, "10010.1.404")) || ((_ib = (_hb = window.top) == null ? void 0 : _hb.getLanguageByCode) == null ? void 0 : _ib.call(_hb, "10010.1.404")) || "\u672C\u6708",
|
136
|
+
title: ((_jb = window.getLanguageByCode) == null ? void 0 : _jb.call(window, "10010.1.404")) || ((_lb = (_kb = window.top) == null ? void 0 : _kb.getLanguageByCode) == null ? void 0 : _lb.call(_kb, "10010.1.404")) || "\u672C\u6708",
|
137
137
|
con: WidgetValEnums.THIS_MONTH
|
138
138
|
}, {
|
139
|
-
name: ((
|
140
|
-
title: ((
|
139
|
+
name: ((_mb = window.getLanguageByCode) == null ? void 0 : _mb.call(window, "10010.1.325")) || ((_ob = (_nb = window.top) == null ? void 0 : _nb.getLanguageByCode) == null ? void 0 : _ob.call(_nb, "10010.1.325")) || "\u4E0B\u6708",
|
140
|
+
title: ((_pb = window.getLanguageByCode) == null ? void 0 : _pb.call(window, "10010.1.325")) || ((_rb = (_qb = window.top) == null ? void 0 : _qb.getLanguageByCode) == null ? void 0 : _rb.call(_qb, "10010.1.325")) || "\u4E0B\u6708",
|
141
141
|
con: WidgetValEnums.NEXT_MONTH
|
142
142
|
}, {
|
143
|
-
name: ((
|
144
|
-
title: ((
|
143
|
+
name: ((_sb = window.getLanguageByCode) == null ? void 0 : _sb.call(window, "10010.1.326")) || ((_ub = (_tb = window.top) == null ? void 0 : _tb.getLanguageByCode) == null ? void 0 : _ub.call(_tb, "10010.1.326")) || "\u4E0A\u6708",
|
144
|
+
title: ((_vb = window.getLanguageByCode) == null ? void 0 : _vb.call(window, "10010.1.326")) || ((_xb = (_wb = window.top) == null ? void 0 : _wb.getLanguageByCode) == null ? void 0 : _xb.call(_wb, "10010.1.326")) || "\u4E0A\u6708",
|
145
145
|
con: WidgetValEnums.LAST_MONTH
|
146
146
|
}, {
|
147
|
-
name: ((
|
148
|
-
title: ((
|
147
|
+
name: ((_yb = window.getLanguageByCode) == null ? void 0 : _yb.call(window, "10010.1.393")) || ((_Ab = (_zb = window.top) == null ? void 0 : _zb.getLanguageByCode) == null ? void 0 : _Ab.call(_zb, "10010.1.393")) || "\u8FD1\u4E00\u6708",
|
148
|
+
title: ((_Bb = window.getLanguageByCode) == null ? void 0 : _Bb.call(window, "10010.1.393")) || ((_Db = (_Cb = window.top) == null ? void 0 : _Cb.getLanguageByCode) == null ? void 0 : _Db.call(_Cb, "10010.1.393")) || "\u8FD1\u4E00\u6708",
|
149
149
|
con: WidgetValEnums.PAST_MONTH
|
150
150
|
}, {
|
151
|
-
name: ((
|
152
|
-
title: ((
|
151
|
+
name: ((_Eb = window.getLanguageByCode) == null ? void 0 : _Eb.call(window, "10010.1.327")) || ((_Gb = (_Fb = window.top) == null ? void 0 : _Fb.getLanguageByCode) == null ? void 0 : _Gb.call(_Fb, "10010.1.327")) || "\u672C\u5B63\u5EA6",
|
152
|
+
title: ((_Hb = window.getLanguageByCode) == null ? void 0 : _Hb.call(window, "10010.1.327")) || ((_Jb = (_Ib = window.top) == null ? void 0 : _Ib.getLanguageByCode) == null ? void 0 : _Jb.call(_Ib, "10010.1.327")) || "\u672C\u5B63\u5EA6",
|
153
153
|
con: WidgetValEnums.THIS_QUARTER
|
154
154
|
}, {
|
155
|
-
name: ((
|
156
|
-
title: ((
|
155
|
+
name: ((_Kb = window.getLanguageByCode) == null ? void 0 : _Kb.call(window, "10010.1.328")) || ((_Mb = (_Lb = window.top) == null ? void 0 : _Lb.getLanguageByCode) == null ? void 0 : _Mb.call(_Lb, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
|
156
|
+
title: ((_Nb = window.getLanguageByCode) == null ? void 0 : _Nb.call(window, "10010.1.328")) || ((_Pb = (_Ob = window.top) == null ? void 0 : _Ob.getLanguageByCode) == null ? void 0 : _Pb.call(_Ob, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
|
157
157
|
con: WidgetValEnums.NEXT_QUARTER
|
158
158
|
}, {
|
159
|
-
name: ((
|
160
|
-
title: ((
|
159
|
+
name: ((_Qb = window.getLanguageByCode) == null ? void 0 : _Qb.call(window, "10010.1.329")) || ((_Sb = (_Rb = window.top) == null ? void 0 : _Rb.getLanguageByCode) == null ? void 0 : _Sb.call(_Rb, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
|
160
|
+
title: ((_Tb = window.getLanguageByCode) == null ? void 0 : _Tb.call(window, "10010.1.329")) || ((_Vb = (_Ub = window.top) == null ? void 0 : _Ub.getLanguageByCode) == null ? void 0 : _Vb.call(_Ub, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
|
161
161
|
con: WidgetValEnums.LAST_QUARTER
|
162
162
|
}, {
|
163
|
-
name: ((
|
164
|
-
title: ((_$ = window.getLanguageByCode) == null ? void 0 : _
|
163
|
+
name: ((_Wb = window.getLanguageByCode) == null ? void 0 : _Wb.call(window, "10010.1.394")) || ((_Yb = (_Xb = window.top) == null ? void 0 : _Xb.getLanguageByCode) == null ? void 0 : _Yb.call(_Xb, "10010.1.394")) || "\u4ECA\u5E74",
|
164
|
+
title: ((_Zb = window.getLanguageByCode) == null ? void 0 : _Zb.call(window, "10010.1.394")) || ((_$b = (__b = window.top) == null ? void 0 : __b.getLanguageByCode) == null ? void 0 : _$b.call(__b, "10010.1.394")) || "\u4ECA\u5E74",
|
165
165
|
con: WidgetValEnums.THIS_YEAR
|
166
166
|
}, {
|
167
|
-
name: ((
|
168
|
-
title: ((
|
167
|
+
name: ((_ac = window.getLanguageByCode) == null ? void 0 : _ac.call(window, "10010.1.395")) || ((_cc = (_bc = window.top) == null ? void 0 : _bc.getLanguageByCode) == null ? void 0 : _cc.call(_bc, "10010.1.395")) || "\u660E\u5E74",
|
168
|
+
title: ((_dc = window.getLanguageByCode) == null ? void 0 : _dc.call(window, "10010.1.395")) || ((_fc = (_ec = window.top) == null ? void 0 : _ec.getLanguageByCode) == null ? void 0 : _fc.call(_ec, "10010.1.395")) || "\u660E\u5E74",
|
169
169
|
con: WidgetValEnums.NEXT_YEAR
|
170
170
|
}, {
|
171
|
-
name: ((
|
172
|
-
title: ((
|
171
|
+
name: ((_gc = window.getLanguageByCode) == null ? void 0 : _gc.call(window, "10010.1.396")) || ((_ic = (_hc = window.top) == null ? void 0 : _hc.getLanguageByCode) == null ? void 0 : _ic.call(_hc, "10010.1.396")) || "\u53BB\u5E74",
|
172
|
+
title: ((_jc = window.getLanguageByCode) == null ? void 0 : _jc.call(window, "10010.1.396")) || ((_lc = (_kc = window.top) == null ? void 0 : _kc.getLanguageByCode) == null ? void 0 : _lc.call(_kc, "10010.1.396")) || "\u53BB\u5E74",
|
173
173
|
con: WidgetValEnums.LAST_YEAR
|
174
174
|
}, {
|
175
|
-
name: ((
|
176
|
-
title: ((
|
175
|
+
name: ((_mc = window.getLanguageByCode) == null ? void 0 : _mc.call(window, "10010.1.397")) || ((_oc = (_nc = window.top) == null ? void 0 : _nc.getLanguageByCode) == null ? void 0 : _oc.call(_nc, "10010.1.397")) || "\u8FD1\u534A\u5E74",
|
176
|
+
title: ((_pc = window.getLanguageByCode) == null ? void 0 : _pc.call(window, "10010.1.397")) || ((_rc = (_qc = window.top) == null ? void 0 : _qc.getLanguageByCode) == null ? void 0 : _rc.call(_qc, "10010.1.397")) || "\u8FD1\u534A\u5E74",
|
177
177
|
con: WidgetValEnums.PAST_HALF_YEAR
|
178
178
|
}, {
|
179
179
|
name: "\u8FD1\u4E00\u5E74",
|
@@ -181,56 +181,56 @@ const baseDateRangeInner = {
|
|
181
181
|
con: WidgetValEnums.PAST_YEAR
|
182
182
|
}],
|
183
183
|
[WidgetOptionEnums.PAST_TIME]: [{
|
184
|
-
name: ((
|
185
|
-
title: ((
|
184
|
+
name: ((_sc = window.getLanguageByCode) == null ? void 0 : _sc.call(window, "10010.1.134")) || ((_uc = (_tc = window.top) == null ? void 0 : _tc.getLanguageByCode) == null ? void 0 : _uc.call(_tc, "10010.1.134")) || "\u4ECA\u5929",
|
185
|
+
title: ((_vc = window.getLanguageByCode) == null ? void 0 : _vc.call(window, "10010.1.134")) || ((_xc = (_wc = window.top) == null ? void 0 : _wc.getLanguageByCode) == null ? void 0 : _xc.call(_wc, "10010.1.134")) || "\u4ECA\u5929",
|
186
186
|
con: WidgetValEnums.TODAY
|
187
187
|
}, {
|
188
|
-
name: ((
|
189
|
-
title: ((
|
188
|
+
name: ((_yc = window.getLanguageByCode) == null ? void 0 : _yc.call(window, "10010.1.132")) || ((_Ac = (_zc = window.top) == null ? void 0 : _zc.getLanguageByCode) == null ? void 0 : _Ac.call(_zc, "10010.1.132")) || "\u6628\u5929",
|
189
|
+
title: ((_Bc = window.getLanguageByCode) == null ? void 0 : _Bc.call(window, "10010.1.132")) || ((_Dc = (_Cc = window.top) == null ? void 0 : _Cc.getLanguageByCode) == null ? void 0 : _Dc.call(_Cc, "10010.1.132")) || "\u6628\u5929",
|
190
190
|
con: WidgetValEnums.YESTERDAY
|
191
191
|
}, {
|
192
|
-
name: ((
|
193
|
-
title: ((
|
192
|
+
name: ((_Ec = window.getLanguageByCode) == null ? void 0 : _Ec.call(window, "10010.1.47")) || ((_Gc = (_Fc = window.top) == null ? void 0 : _Fc.getLanguageByCode) == null ? void 0 : _Gc.call(_Fc, "10010.1.47")) || "\u672C\u5468",
|
193
|
+
title: ((_Hc = window.getLanguageByCode) == null ? void 0 : _Hc.call(window, "10010.1.47")) || ((_Jc = (_Ic = window.top) == null ? void 0 : _Ic.getLanguageByCode) == null ? void 0 : _Jc.call(_Ic, "10010.1.47")) || "\u672C\u5468",
|
194
194
|
con: WidgetValEnums.THIS_WEEK
|
195
195
|
}, {
|
196
|
-
name: ((
|
197
|
-
title: ((
|
196
|
+
name: ((_Kc = window.getLanguageByCode) == null ? void 0 : _Kc.call(window, "10010.1.324")) || ((_Mc = (_Lc = window.top) == null ? void 0 : _Lc.getLanguageByCode) == null ? void 0 : _Mc.call(_Lc, "10010.1.324")) || "\u4E0A\u5468",
|
197
|
+
title: ((_Nc = window.getLanguageByCode) == null ? void 0 : _Nc.call(window, "10010.1.324")) || ((_Pc = (_Oc = window.top) == null ? void 0 : _Oc.getLanguageByCode) == null ? void 0 : _Pc.call(_Oc, "10010.1.324")) || "\u4E0A\u5468",
|
198
198
|
con: WidgetValEnums.LAST_WEEK
|
199
199
|
}, {
|
200
|
-
name: ((
|
201
|
-
title: ((
|
200
|
+
name: ((_Qc = window.getLanguageByCode) == null ? void 0 : _Qc.call(window, "10010.1.392")) || ((_Sc = (_Rc = window.top) == null ? void 0 : _Rc.getLanguageByCode) == null ? void 0 : _Sc.call(_Rc, "10010.1.392")) || "\u8FD1\u4E00\u5468",
|
201
|
+
title: ((_Tc = window.getLanguageByCode) == null ? void 0 : _Tc.call(window, "10010.1.392")) || ((_Vc = (_Uc = window.top) == null ? void 0 : _Uc.getLanguageByCode) == null ? void 0 : _Vc.call(_Uc, "10010.1.392")) || "\u8FD1\u4E00\u5468",
|
202
202
|
con: WidgetValEnums.PAST_WEEK
|
203
203
|
}, {
|
204
|
-
name: ((
|
205
|
-
title: ((
|
204
|
+
name: ((_Wc = window.getLanguageByCode) == null ? void 0 : _Wc.call(window, "10010.1.404")) || ((_Yc = (_Xc = window.top) == null ? void 0 : _Xc.getLanguageByCode) == null ? void 0 : _Yc.call(_Xc, "10010.1.404")) || "\u672C\u6708",
|
205
|
+
title: ((_Zc = window.getLanguageByCode) == null ? void 0 : _Zc.call(window, "10010.1.404")) || ((_$c = (__c = window.top) == null ? void 0 : __c.getLanguageByCode) == null ? void 0 : _$c.call(__c, "10010.1.404")) || "\u672C\u6708",
|
206
206
|
con: WidgetValEnums.THIS_MONTH
|
207
207
|
}, {
|
208
|
-
name: ((
|
209
|
-
title: ((
|
208
|
+
name: ((_ad = window.getLanguageByCode) == null ? void 0 : _ad.call(window, "10010.1.326")) || ((_cd = (_bd = window.top) == null ? void 0 : _bd.getLanguageByCode) == null ? void 0 : _cd.call(_bd, "10010.1.326")) || "\u4E0A\u6708",
|
209
|
+
title: ((_dd = window.getLanguageByCode) == null ? void 0 : _dd.call(window, "10010.1.326")) || ((_fd = (_ed = window.top) == null ? void 0 : _ed.getLanguageByCode) == null ? void 0 : _fd.call(_ed, "10010.1.326")) || "\u4E0A\u6708",
|
210
210
|
con: WidgetValEnums.LAST_MONTH
|
211
211
|
}, {
|
212
|
-
name: ((
|
213
|
-
title: ((
|
212
|
+
name: ((_gd = window.getLanguageByCode) == null ? void 0 : _gd.call(window, "10010.1.393")) || ((_id = (_hd = window.top) == null ? void 0 : _hd.getLanguageByCode) == null ? void 0 : _id.call(_hd, "10010.1.393")) || "\u8FD1\u4E00\u6708",
|
213
|
+
title: ((_jd = window.getLanguageByCode) == null ? void 0 : _jd.call(window, "10010.1.393")) || ((_ld = (_kd = window.top) == null ? void 0 : _kd.getLanguageByCode) == null ? void 0 : _ld.call(_kd, "10010.1.393")) || "\u8FD1\u4E00\u6708",
|
214
214
|
con: WidgetValEnums.PAST_MONTH
|
215
215
|
}, {
|
216
|
-
name: ((
|
217
|
-
title: ((
|
216
|
+
name: ((_md = window.getLanguageByCode) == null ? void 0 : _md.call(window, "10010.1.327")) || ((_od = (_nd = window.top) == null ? void 0 : _nd.getLanguageByCode) == null ? void 0 : _od.call(_nd, "10010.1.327")) || "\u672C\u5B63\u5EA6",
|
217
|
+
title: ((_pd = window.getLanguageByCode) == null ? void 0 : _pd.call(window, "10010.1.327")) || ((_rd = (_qd = window.top) == null ? void 0 : _qd.getLanguageByCode) == null ? void 0 : _rd.call(_qd, "10010.1.327")) || "\u672C\u5B63\u5EA6",
|
218
218
|
con: WidgetValEnums.THIS_QUARTER
|
219
219
|
}, {
|
220
|
-
name: ((
|
221
|
-
title: ((
|
220
|
+
name: ((_sd = window.getLanguageByCode) == null ? void 0 : _sd.call(window, "10010.1.329")) || ((_ud = (_td = window.top) == null ? void 0 : _td.getLanguageByCode) == null ? void 0 : _ud.call(_td, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
|
221
|
+
title: ((_vd = window.getLanguageByCode) == null ? void 0 : _vd.call(window, "10010.1.329")) || ((_xd = (_wd = window.top) == null ? void 0 : _wd.getLanguageByCode) == null ? void 0 : _xd.call(_wd, "10010.1.329")) || "\u4E0A\u5B63\u5EA6",
|
222
222
|
con: WidgetValEnums.LAST_QUARTER
|
223
223
|
}, {
|
224
|
-
name: ((
|
225
|
-
title: ((
|
224
|
+
name: ((_yd = window.getLanguageByCode) == null ? void 0 : _yd.call(window, "10010.1.394")) || ((_Ad = (_zd = window.top) == null ? void 0 : _zd.getLanguageByCode) == null ? void 0 : _Ad.call(_zd, "10010.1.394")) || "\u4ECA\u5E74",
|
225
|
+
title: ((_Bd = window.getLanguageByCode) == null ? void 0 : _Bd.call(window, "10010.1.394")) || ((_Dd = (_Cd = window.top) == null ? void 0 : _Cd.getLanguageByCode) == null ? void 0 : _Dd.call(_Cd, "10010.1.394")) || "\u4ECA\u5E74",
|
226
226
|
con: WidgetValEnums.THIS_YEAR
|
227
227
|
}, {
|
228
|
-
name: ((
|
229
|
-
title: ((
|
228
|
+
name: ((_Ed = window.getLanguageByCode) == null ? void 0 : _Ed.call(window, "10010.1.396")) || ((_Gd = (_Fd = window.top) == null ? void 0 : _Fd.getLanguageByCode) == null ? void 0 : _Gd.call(_Fd, "10010.1.396")) || "\u53BB\u5E74",
|
229
|
+
title: ((_Hd = window.getLanguageByCode) == null ? void 0 : _Hd.call(window, "10010.1.396")) || ((_Jd = (_Id = window.top) == null ? void 0 : _Id.getLanguageByCode) == null ? void 0 : _Jd.call(_Id, "10010.1.396")) || "\u53BB\u5E74",
|
230
230
|
con: WidgetValEnums.LAST_YEAR
|
231
231
|
}, {
|
232
|
-
name: ((
|
233
|
-
title: ((
|
232
|
+
name: ((_Kd = window.getLanguageByCode) == null ? void 0 : _Kd.call(window, "10010.1.397")) || ((_Md = (_Ld = window.top) == null ? void 0 : _Ld.getLanguageByCode) == null ? void 0 : _Md.call(_Ld, "10010.1.397")) || "\u8FD1\u534A\u5E74",
|
233
|
+
title: ((_Nd = window.getLanguageByCode) == null ? void 0 : _Nd.call(window, "10010.1.397")) || ((_Pd = (_Od = window.top) == null ? void 0 : _Od.getLanguageByCode) == null ? void 0 : _Pd.call(_Od, "10010.1.397")) || "\u8FD1\u534A\u5E74",
|
234
234
|
con: WidgetValEnums.PAST_HALF_YEAR
|
235
235
|
}, {
|
236
236
|
name: "\u8FD1\u4E00\u5E74",
|
@@ -238,44 +238,44 @@ const baseDateRangeInner = {
|
|
238
238
|
con: WidgetValEnums.PAST_YEAR
|
239
239
|
}],
|
240
240
|
[WidgetOptionEnums.FUTURE_TIME]: [{
|
241
|
-
name: ((
|
242
|
-
title: ((
|
241
|
+
name: ((_Qd = window.getLanguageByCode) == null ? void 0 : _Qd.call(window, "10010.1.134")) || ((_Sd = (_Rd = window.top) == null ? void 0 : _Rd.getLanguageByCode) == null ? void 0 : _Sd.call(_Rd, "10010.1.134")) || "\u4ECA\u5929",
|
242
|
+
title: ((_Td = window.getLanguageByCode) == null ? void 0 : _Td.call(window, "10010.1.134")) || ((_Vd = (_Ud = window.top) == null ? void 0 : _Ud.getLanguageByCode) == null ? void 0 : _Vd.call(_Ud, "10010.1.134")) || "\u4ECA\u5929",
|
243
243
|
con: WidgetValEnums.TODAY
|
244
244
|
}, {
|
245
|
-
name: ((
|
246
|
-
title: ((
|
245
|
+
name: ((_Wd = window.getLanguageByCode) == null ? void 0 : _Wd.call(window, "10010.1.300")) || ((_Yd = (_Xd = window.top) == null ? void 0 : _Xd.getLanguageByCode) == null ? void 0 : _Yd.call(_Xd, "10010.1.300")) || "\u660E\u5929",
|
246
|
+
title: ((_Zd = window.getLanguageByCode) == null ? void 0 : _Zd.call(window, "10010.1.300")) || ((_$d = (__d = window.top) == null ? void 0 : __d.getLanguageByCode) == null ? void 0 : _$d.call(__d, "10010.1.300")) || "\u660E\u5929",
|
247
247
|
con: WidgetValEnums.TOMORROW
|
248
248
|
}, {
|
249
|
-
name: ((
|
250
|
-
title: ((
|
249
|
+
name: ((_ae = window.getLanguageByCode) == null ? void 0 : _ae.call(window, "10010.1.47")) || ((_ce = (_be = window.top) == null ? void 0 : _be.getLanguageByCode) == null ? void 0 : _ce.call(_be, "10010.1.47")) || "\u672C\u5468",
|
250
|
+
title: ((_de = window.getLanguageByCode) == null ? void 0 : _de.call(window, "10010.1.47")) || ((_fe = (_ee = window.top) == null ? void 0 : _ee.getLanguageByCode) == null ? void 0 : _fe.call(_ee, "10010.1.47")) || "\u672C\u5468",
|
251
251
|
con: WidgetValEnums.THIS_WEEK
|
252
252
|
}, {
|
253
|
-
name: ((
|
254
|
-
title: ((
|
253
|
+
name: ((_ge = window.getLanguageByCode) == null ? void 0 : _ge.call(window, "10010.1.323")) || ((_ie = (_he = window.top) == null ? void 0 : _he.getLanguageByCode) == null ? void 0 : _ie.call(_he, "10010.1.323")) || "\u4E0B\u5468",
|
254
|
+
title: ((_je = window.getLanguageByCode) == null ? void 0 : _je.call(window, "10010.1.323")) || ((_le = (_ke = window.top) == null ? void 0 : _ke.getLanguageByCode) == null ? void 0 : _le.call(_ke, "10010.1.323")) || "\u4E0B\u5468",
|
255
255
|
con: WidgetValEnums.NEXT_WEEK
|
256
256
|
}, {
|
257
|
-
name: ((
|
258
|
-
title: ((
|
257
|
+
name: ((_me = window.getLanguageByCode) == null ? void 0 : _me.call(window, "10010.1.404")) || ((_oe = (_ne = window.top) == null ? void 0 : _ne.getLanguageByCode) == null ? void 0 : _oe.call(_ne, "10010.1.404")) || "\u672C\u6708",
|
258
|
+
title: ((_pe = window.getLanguageByCode) == null ? void 0 : _pe.call(window, "10010.1.404")) || ((_re = (_qe = window.top) == null ? void 0 : _qe.getLanguageByCode) == null ? void 0 : _re.call(_qe, "10010.1.404")) || "\u672C\u6708",
|
259
259
|
con: WidgetValEnums.THIS_MONTH
|
260
260
|
}, {
|
261
|
-
name: ((
|
262
|
-
title: ((
|
261
|
+
name: ((_se = window.getLanguageByCode) == null ? void 0 : _se.call(window, "10010.1.325")) || ((_ue = (_te = window.top) == null ? void 0 : _te.getLanguageByCode) == null ? void 0 : _ue.call(_te, "10010.1.325")) || "\u4E0B\u6708",
|
262
|
+
title: ((_ve = window.getLanguageByCode) == null ? void 0 : _ve.call(window, "10010.1.325")) || ((_xe = (_we = window.top) == null ? void 0 : _we.getLanguageByCode) == null ? void 0 : _xe.call(_we, "10010.1.325")) || "\u4E0B\u6708",
|
263
263
|
con: WidgetValEnums.NEXT_MONTH
|
264
264
|
}, {
|
265
|
-
name: ((
|
266
|
-
title: ((
|
265
|
+
name: ((_ye = window.getLanguageByCode) == null ? void 0 : _ye.call(window, "10010.1.327")) || ((_Ae = (_ze = window.top) == null ? void 0 : _ze.getLanguageByCode) == null ? void 0 : _Ae.call(_ze, "10010.1.327")) || "\u672C\u5B63\u5EA6",
|
266
|
+
title: ((_Be = window.getLanguageByCode) == null ? void 0 : _Be.call(window, "10010.1.327")) || ((_De = (_Ce = window.top) == null ? void 0 : _Ce.getLanguageByCode) == null ? void 0 : _De.call(_Ce, "10010.1.327")) || "\u672C\u5B63\u5EA6",
|
267
267
|
con: WidgetValEnums.THIS_QUARTER
|
268
268
|
}, {
|
269
|
-
name: ((
|
270
|
-
title: ((
|
269
|
+
name: ((_Ee = window.getLanguageByCode) == null ? void 0 : _Ee.call(window, "10010.1.328")) || ((_Ge = (_Fe = window.top) == null ? void 0 : _Fe.getLanguageByCode) == null ? void 0 : _Ge.call(_Fe, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
|
270
|
+
title: ((_He = window.getLanguageByCode) == null ? void 0 : _He.call(window, "10010.1.328")) || ((_Je = (_Ie = window.top) == null ? void 0 : _Ie.getLanguageByCode) == null ? void 0 : _Je.call(_Ie, "10010.1.328")) || "\u4E0B\u5B63\u5EA6",
|
271
271
|
con: WidgetValEnums.NEXT_QUARTER
|
272
272
|
}, {
|
273
|
-
name: ((
|
274
|
-
title: ((
|
273
|
+
name: ((_Ke = window.getLanguageByCode) == null ? void 0 : _Ke.call(window, "10010.1.394")) || ((_Me = (_Le = window.top) == null ? void 0 : _Le.getLanguageByCode) == null ? void 0 : _Me.call(_Le, "10010.1.394")) || "\u4ECA\u5E74",
|
274
|
+
title: ((_Ne = window.getLanguageByCode) == null ? void 0 : _Ne.call(window, "10010.1.394")) || ((_Pe = (_Oe = window.top) == null ? void 0 : _Oe.getLanguageByCode) == null ? void 0 : _Pe.call(_Oe, "10010.1.394")) || "\u4ECA\u5E74",
|
275
275
|
con: WidgetValEnums.THIS_YEAR
|
276
276
|
}, {
|
277
|
-
name: ((
|
278
|
-
title: ((
|
277
|
+
name: ((_Qe = window.getLanguageByCode) == null ? void 0 : _Qe.call(window, "10010.1.395")) || ((_Se = (_Re = window.top) == null ? void 0 : _Re.getLanguageByCode) == null ? void 0 : _Se.call(_Re, "10010.1.395")) || "\u660E\u5E74",
|
278
|
+
title: ((_Te = window.getLanguageByCode) == null ? void 0 : _Te.call(window, "10010.1.395")) || ((_Ve = (_Ue = window.top) == null ? void 0 : _Ue.getLanguageByCode) == null ? void 0 : _Ve.call(_Ue, "10010.1.395")) || "\u660E\u5E74",
|
279
279
|
con: WidgetValEnums.NEXT_YEAR
|
280
280
|
}]
|
281
281
|
};
|
@@ -287,238 +287,238 @@ const widgetDateValOptions = {
|
|
287
287
|
[WidgetDateOptionEnums.DATETIME_DATETIME_PAST_RANGE]: baseDateRangeInner[WidgetOptionEnums.PAST_TIME],
|
288
288
|
[WidgetDateOptionEnums.DATETIME_DATETIME_FUTURE_RANGE]: baseDateRangeInner[WidgetOptionEnums.FUTURE_TIME],
|
289
289
|
[WidgetDateOptionEnums.DATE_DATETIME_WHOLE]: [{
|
290
|
-
name: ((
|
291
|
-
title: ((_$
|
290
|
+
name: ((_We = window.getLanguageByCode) == null ? void 0 : _We.call(window, "10010.1.134")) || ((_Ye = (_Xe = window.top) == null ? void 0 : _Xe.getLanguageByCode) == null ? void 0 : _Ye.call(_Xe, "10010.1.134")) || "\u4ECA\u5929",
|
291
|
+
title: ((_Ze = window.getLanguageByCode) == null ? void 0 : _Ze.call(window, "10010.1.134")) || ((_$e = (__e = window.top) == null ? void 0 : __e.getLanguageByCode) == null ? void 0 : _$e.call(__e, "10010.1.134")) || "\u4ECA\u5929",
|
292
292
|
con: WidgetValEnums.TODAY
|
293
293
|
}, {
|
294
|
-
name: ((
|
295
|
-
title: ((
|
294
|
+
name: ((_af = window.getLanguageByCode) == null ? void 0 : _af.call(window, "10010.1.300")) || ((_cf = (_bf = window.top) == null ? void 0 : _bf.getLanguageByCode) == null ? void 0 : _cf.call(_bf, "10010.1.300")) || "\u660E\u5929",
|
295
|
+
title: ((_df = window.getLanguageByCode) == null ? void 0 : _df.call(window, "10010.1.300")) || ((_ff = (_ef = window.top) == null ? void 0 : _ef.getLanguageByCode) == null ? void 0 : _ff.call(_ef, "10010.1.300")) || "\u660E\u5929",
|
296
296
|
con: WidgetValEnums.TOMORROW
|
297
297
|
}, {
|
298
|
-
name: ((
|
299
|
-
title: ((
|
298
|
+
name: ((_gf = window.getLanguageByCode) == null ? void 0 : _gf.call(window, "10010.1.132")) || ((_if = (_hf = window.top) == null ? void 0 : _hf.getLanguageByCode) == null ? void 0 : _if.call(_hf, "10010.1.132")) || "\u6628\u5929",
|
299
|
+
title: ((_jf = window.getLanguageByCode) == null ? void 0 : _jf.call(window, "10010.1.132")) || ((_lf = (_kf = window.top) == null ? void 0 : _kf.getLanguageByCode) == null ? void 0 : _lf.call(_kf, "10010.1.132")) || "\u6628\u5929",
|
300
300
|
con: WidgetValEnums.YESTERDAY
|
301
301
|
}, {
|
302
|
-
name: ((
|
303
|
-
title: ((
|
302
|
+
name: ((_mf = window.getLanguageByCode) == null ? void 0 : _mf.call(window, "10010.1.301")) || ((_of = (_nf = window.top) == null ? void 0 : _nf.getLanguageByCode) == null ? void 0 : _of.call(_nf, "10010.1.301")) || "\u672C\u5468\u521D",
|
303
|
+
title: ((_pf = window.getLanguageByCode) == null ? void 0 : _pf.call(window, "10010.1.301")) || ((_rf = (_qf = window.top) == null ? void 0 : _qf.getLanguageByCode) == null ? void 0 : _rf.call(_qf, "10010.1.301")) || "\u672C\u5468\u521D",
|
304
304
|
con: WidgetValEnums.WEEK_START
|
305
305
|
}, {
|
306
|
-
name: ((
|
307
|
-
title: ((
|
306
|
+
name: ((_sf = window.getLanguageByCode) == null ? void 0 : _sf.call(window, "10010.1.302")) || ((_uf = (_tf = window.top) == null ? void 0 : _tf.getLanguageByCode) == null ? void 0 : _uf.call(_tf, "10010.1.302")) || "\u672C\u5468\u672B",
|
307
|
+
title: ((_vf = window.getLanguageByCode) == null ? void 0 : _vf.call(window, "10010.1.302")) || ((_xf = (_wf = window.top) == null ? void 0 : _wf.getLanguageByCode) == null ? void 0 : _xf.call(_wf, "10010.1.302")) || "\u672C\u5468\u672B",
|
308
308
|
con: WidgetValEnums.WEEK_END
|
309
309
|
}, {
|
310
|
-
name: ((
|
311
|
-
title: ((
|
310
|
+
name: ((_yf = window.getLanguageByCode) == null ? void 0 : _yf.call(window, "10010.1.303")) || ((_Af = (_zf = window.top) == null ? void 0 : _zf.getLanguageByCode) == null ? void 0 : _Af.call(_zf, "10010.1.303")) || "\u672C\u6708\u521D",
|
311
|
+
title: ((_Bf = window.getLanguageByCode) == null ? void 0 : _Bf.call(window, "10010.1.303")) || ((_Df = (_Cf = window.top) == null ? void 0 : _Cf.getLanguageByCode) == null ? void 0 : _Df.call(_Cf, "10010.1.303")) || "\u672C\u6708\u521D",
|
312
312
|
con: WidgetValEnums.MONTH_START
|
313
313
|
}, {
|
314
|
-
name: ((
|
315
|
-
title: ((
|
314
|
+
name: ((_Ef = window.getLanguageByCode) == null ? void 0 : _Ef.call(window, "10010.1.304")) || ((_Gf = (_Ff = window.top) == null ? void 0 : _Ff.getLanguageByCode) == null ? void 0 : _Gf.call(_Ff, "10010.1.304")) || "\u672C\u6708\u672B",
|
315
|
+
title: ((_Hf = window.getLanguageByCode) == null ? void 0 : _Hf.call(window, "10010.1.304")) || ((_Jf = (_If = window.top) == null ? void 0 : _If.getLanguageByCode) == null ? void 0 : _Jf.call(_If, "10010.1.304")) || "\u672C\u6708\u672B",
|
316
316
|
con: WidgetValEnums.MONTH_END
|
317
317
|
}, {
|
318
|
-
name: ((
|
319
|
-
title: ((
|
318
|
+
name: ((_Kf = window.getLanguageByCode) == null ? void 0 : _Kf.call(window, "10010.1.398")) || ((_Mf = (_Lf = window.top) == null ? void 0 : _Lf.getLanguageByCode) == null ? void 0 : _Mf.call(_Lf, "10010.1.398")) || "\u5B63\u5EA6\u521D",
|
319
|
+
title: ((_Nf = window.getLanguageByCode) == null ? void 0 : _Nf.call(window, "10010.1.399")) || ((_Pf = (_Of = window.top) == null ? void 0 : _Of.getLanguageByCode) == null ? void 0 : _Pf.call(_Of, "10010.1.399")) || "\u672C\u5B63\u5EA6\u521D",
|
320
320
|
con: WidgetValEnums.QUARTER_START
|
321
321
|
}, {
|
322
|
-
name: ((
|
323
|
-
title: ((
|
322
|
+
name: ((_Qf = window.getLanguageByCode) == null ? void 0 : _Qf.call(window, "10010.1.400")) || ((_Sf = (_Rf = window.top) == null ? void 0 : _Rf.getLanguageByCode) == null ? void 0 : _Sf.call(_Rf, "10010.1.400")) || "\u5B63\u5EA6\u672A",
|
323
|
+
title: ((_Tf = window.getLanguageByCode) == null ? void 0 : _Tf.call(window, "10010.1.401")) || ((_Vf = (_Uf = window.top) == null ? void 0 : _Uf.getLanguageByCode) == null ? void 0 : _Vf.call(_Uf, "10010.1.401")) || "\u672C\u5B63\u5EA6\u672A",
|
324
324
|
con: WidgetValEnums.QUARTER_END
|
325
325
|
}, {
|
326
|
-
name: ((
|
327
|
-
title: ((
|
326
|
+
name: ((_Wf = window.getLanguageByCode) == null ? void 0 : _Wf.call(window, "10010.1.402")) || ((_Yf = (_Xf = window.top) == null ? void 0 : _Xf.getLanguageByCode) == null ? void 0 : _Yf.call(_Xf, "10010.1.402")) || "\u4ECA\u5E74\u521D",
|
327
|
+
title: ((_Zf = window.getLanguageByCode) == null ? void 0 : _Zf.call(window, "10010.1.402")) || ((_$f = (__f = window.top) == null ? void 0 : __f.getLanguageByCode) == null ? void 0 : _$f.call(__f, "10010.1.402")) || "\u4ECA\u5E74\u521D",
|
328
328
|
con: WidgetValEnums.YEAR_START
|
329
329
|
}, {
|
330
|
-
name: ((
|
331
|
-
title: ((
|
330
|
+
name: ((_ag = window.getLanguageByCode) == null ? void 0 : _ag.call(window, "10010.1.403")) || ((_cg = (_bg = window.top) == null ? void 0 : _bg.getLanguageByCode) == null ? void 0 : _cg.call(_bg, "10010.1.403")) || "\u4ECA\u5E74\u672A",
|
331
|
+
title: ((_dg = window.getLanguageByCode) == null ? void 0 : _dg.call(window, "10010.1.403")) || ((_fg = (_eg = window.top) == null ? void 0 : _eg.getLanguageByCode) == null ? void 0 : _fg.call(_eg, "10010.1.403")) || "\u4ECA\u5E74\u672A",
|
332
332
|
con: WidgetValEnums.YEAR_END
|
333
333
|
}],
|
334
334
|
[WidgetDateOptionEnums.DATE_DATETIME_PAST]: [{
|
335
|
-
name: ((
|
336
|
-
title: ((
|
335
|
+
name: ((_gg = window.getLanguageByCode) == null ? void 0 : _gg.call(window, "10010.1.134")) || ((_ig = (_hg = window.top) == null ? void 0 : _hg.getLanguageByCode) == null ? void 0 : _ig.call(_hg, "10010.1.134")) || "\u4ECA\u5929",
|
336
|
+
title: ((_jg = window.getLanguageByCode) == null ? void 0 : _jg.call(window, "10010.1.134")) || ((_lg = (_kg = window.top) == null ? void 0 : _kg.getLanguageByCode) == null ? void 0 : _lg.call(_kg, "10010.1.134")) || "\u4ECA\u5929",
|
337
337
|
con: WidgetValEnums.TODAY
|
338
338
|
}, {
|
339
|
-
name: ((
|
340
|
-
title: ((
|
339
|
+
name: ((_mg = window.getLanguageByCode) == null ? void 0 : _mg.call(window, "10010.1.132")) || ((_og = (_ng = window.top) == null ? void 0 : _ng.getLanguageByCode) == null ? void 0 : _og.call(_ng, "10010.1.132")) || "\u6628\u5929",
|
340
|
+
title: ((_pg = window.getLanguageByCode) == null ? void 0 : _pg.call(window, "10010.1.132")) || ((_rg = (_qg = window.top) == null ? void 0 : _qg.getLanguageByCode) == null ? void 0 : _rg.call(_qg, "10010.1.132")) || "\u6628\u5929",
|
341
341
|
con: WidgetValEnums.YESTERDAY
|
342
342
|
}, {
|
343
|
-
name: ((
|
344
|
-
title: ((
|
343
|
+
name: ((_sg = window.getLanguageByCode) == null ? void 0 : _sg.call(window, "10010.1.301")) || ((_ug = (_tg = window.top) == null ? void 0 : _tg.getLanguageByCode) == null ? void 0 : _ug.call(_tg, "10010.1.301")) || "\u672C\u5468\u521D",
|
344
|
+
title: ((_vg = window.getLanguageByCode) == null ? void 0 : _vg.call(window, "10010.1.301")) || ((_xg = (_wg = window.top) == null ? void 0 : _wg.getLanguageByCode) == null ? void 0 : _xg.call(_wg, "10010.1.301")) || "\u672C\u5468\u521D",
|
345
345
|
con: WidgetValEnums.WEEK_START
|
346
346
|
}, {
|
347
|
-
name: ((
|
348
|
-
title: ((
|
347
|
+
name: ((_yg = window.getLanguageByCode) == null ? void 0 : _yg.call(window, "10010.1.303")) || ((_Ag = (_zg = window.top) == null ? void 0 : _zg.getLanguageByCode) == null ? void 0 : _Ag.call(_zg, "10010.1.303")) || "\u672C\u6708\u521D",
|
348
|
+
title: ((_Bg = window.getLanguageByCode) == null ? void 0 : _Bg.call(window, "10010.1.303")) || ((_Dg = (_Cg = window.top) == null ? void 0 : _Cg.getLanguageByCode) == null ? void 0 : _Dg.call(_Cg, "10010.1.303")) || "\u672C\u6708\u521D",
|
349
349
|
con: WidgetValEnums.MONTH_START
|
350
350
|
}, {
|
351
|
-
name: ((
|
352
|
-
title: ((
|
351
|
+
name: ((_Eg = window.getLanguageByCode) == null ? void 0 : _Eg.call(window, "10010.1.398")) || ((_Gg = (_Fg = window.top) == null ? void 0 : _Fg.getLanguageByCode) == null ? void 0 : _Gg.call(_Fg, "10010.1.398")) || "\u5B63\u5EA6\u521D",
|
352
|
+
title: ((_Hg = window.getLanguageByCode) == null ? void 0 : _Hg.call(window, "10010.1.399")) || ((_Jg = (_Ig = window.top) == null ? void 0 : _Ig.getLanguageByCode) == null ? void 0 : _Jg.call(_Ig, "10010.1.399")) || "\u672C\u5B63\u5EA6\u521D",
|
353
353
|
con: WidgetValEnums.QUARTER_START
|
354
354
|
}, {
|
355
|
-
name: ((
|
356
|
-
title: ((
|
355
|
+
name: ((_Kg = window.getLanguageByCode) == null ? void 0 : _Kg.call(window, "10010.1.402")) || ((_Mg = (_Lg = window.top) == null ? void 0 : _Lg.getLanguageByCode) == null ? void 0 : _Mg.call(_Lg, "10010.1.402")) || "\u4ECA\u5E74\u521D",
|
356
|
+
title: ((_Ng = window.getLanguageByCode) == null ? void 0 : _Ng.call(window, "10010.1.402")) || ((_Pg = (_Og = window.top) == null ? void 0 : _Og.getLanguageByCode) == null ? void 0 : _Pg.call(_Og, "10010.1.402")) || "\u4ECA\u5E74\u521D",
|
357
357
|
con: WidgetValEnums.YEAR_START
|
358
358
|
}],
|
359
359
|
[WidgetDateOptionEnums.DATE_DATETIME_FUTURE]: [{
|
360
|
-
name: ((
|
361
|
-
title: ((
|
360
|
+
name: ((_Qg = window.getLanguageByCode) == null ? void 0 : _Qg.call(window, "10010.1.134")) || ((_Sg = (_Rg = window.top) == null ? void 0 : _Rg.getLanguageByCode) == null ? void 0 : _Sg.call(_Rg, "10010.1.134")) || "\u4ECA\u5929",
|
361
|
+
title: ((_Tg = window.getLanguageByCode) == null ? void 0 : _Tg.call(window, "10010.1.134")) || ((_Vg = (_Ug = window.top) == null ? void 0 : _Ug.getLanguageByCode) == null ? void 0 : _Vg.call(_Ug, "10010.1.134")) || "\u4ECA\u5929",
|
362
362
|
con: WidgetValEnums.TODAY
|
363
363
|
}, {
|
364
|
-
name: ((
|
365
|
-
title: ((
|
364
|
+
name: ((_Wg = window.getLanguageByCode) == null ? void 0 : _Wg.call(window, "10010.1.300")) || ((_Yg = (_Xg = window.top) == null ? void 0 : _Xg.getLanguageByCode) == null ? void 0 : _Yg.call(_Xg, "10010.1.300")) || "\u660E\u5929",
|
365
|
+
title: ((_Zg = window.getLanguageByCode) == null ? void 0 : _Zg.call(window, "10010.1.300")) || ((_$g = (__g = window.top) == null ? void 0 : __g.getLanguageByCode) == null ? void 0 : _$g.call(__g, "10010.1.300")) || "\u660E\u5929",
|
366
366
|
con: WidgetValEnums.TOMORROW
|
367
367
|
}, {
|
368
|
-
name: ((
|
369
|
-
title: ((
|
368
|
+
name: ((_ah = window.getLanguageByCode) == null ? void 0 : _ah.call(window, "10010.1.302")) || ((_ch = (_bh = window.top) == null ? void 0 : _bh.getLanguageByCode) == null ? void 0 : _ch.call(_bh, "10010.1.302")) || "\u672C\u5468\u672B",
|
369
|
+
title: ((_dh = window.getLanguageByCode) == null ? void 0 : _dh.call(window, "10010.1.302")) || ((_fh = (_eh = window.top) == null ? void 0 : _eh.getLanguageByCode) == null ? void 0 : _fh.call(_eh, "10010.1.302")) || "\u672C\u5468\u672B",
|
370
370
|
con: WidgetValEnums.WEEK_END
|
371
371
|
}, {
|
372
|
-
name: ((
|
373
|
-
title: ((
|
372
|
+
name: ((_gh = window.getLanguageByCode) == null ? void 0 : _gh.call(window, "10010.1.304")) || ((_ih = (_hh = window.top) == null ? void 0 : _hh.getLanguageByCode) == null ? void 0 : _ih.call(_hh, "10010.1.304")) || "\u672C\u6708\u672B",
|
373
|
+
title: ((_jh = window.getLanguageByCode) == null ? void 0 : _jh.call(window, "10010.1.304")) || ((_lh = (_kh = window.top) == null ? void 0 : _kh.getLanguageByCode) == null ? void 0 : _lh.call(_kh, "10010.1.304")) || "\u672C\u6708\u672B",
|
374
374
|
con: WidgetValEnums.MONTH_END
|
375
375
|
}, {
|
376
|
-
name: ((
|
377
|
-
title: ((
|
376
|
+
name: ((_mh = window.getLanguageByCode) == null ? void 0 : _mh.call(window, "10010.1.400")) || ((_oh = (_nh = window.top) == null ? void 0 : _nh.getLanguageByCode) == null ? void 0 : _oh.call(_nh, "10010.1.400")) || "\u5B63\u5EA6\u672A",
|
377
|
+
title: ((_ph = window.getLanguageByCode) == null ? void 0 : _ph.call(window, "10010.1.401")) || ((_rh = (_qh = window.top) == null ? void 0 : _qh.getLanguageByCode) == null ? void 0 : _rh.call(_qh, "10010.1.401")) || "\u672C\u5B63\u5EA6\u672A",
|
378
378
|
con: WidgetValEnums.QUARTER_END
|
379
379
|
}, {
|
380
|
-
name: ((
|
381
|
-
title: ((
|
380
|
+
name: ((_sh = window.getLanguageByCode) == null ? void 0 : _sh.call(window, "10010.1.403")) || ((_uh = (_th = window.top) == null ? void 0 : _th.getLanguageByCode) == null ? void 0 : _uh.call(_th, "10010.1.403")) || "\u4ECA\u5E74\u672A",
|
381
|
+
title: ((_vh = window.getLanguageByCode) == null ? void 0 : _vh.call(window, "10010.1.403")) || ((_xh = (_wh = window.top) == null ? void 0 : _wh.getLanguageByCode) == null ? void 0 : _xh.call(_wh, "10010.1.403")) || "\u4ECA\u5E74\u672A",
|
382
382
|
con: WidgetValEnums.YEAR_END
|
383
383
|
}],
|
384
384
|
[WidgetDateOptionEnums.DATETIME_DATETIME_WHOLE]: [
|
385
385
|
{
|
386
|
-
name: ((
|
387
|
-
title: ((
|
386
|
+
name: ((_yh = window.getLanguageByCode) == null ? void 0 : _yh.call(window, "10010.1.305")) || ((_Ah = (_zh = window.top) == null ? void 0 : _zh.getLanguageByCode) == null ? void 0 : _Ah.call(_zh, "10010.1.305")) || "\u5F53\u524D\u65F6\u95F4",
|
387
|
+
title: ((_Bh = window.getLanguageByCode) == null ? void 0 : _Bh.call(window, "10010.1.305")) || ((_Dh = (_Ch = window.top) == null ? void 0 : _Ch.getLanguageByCode) == null ? void 0 : _Dh.call(_Ch, "10010.1.305")) || "\u5F53\u524D\u65F6\u95F4",
|
388
388
|
con: WidgetValEnums.NOW
|
389
389
|
},
|
390
390
|
{
|
391
|
-
name: ((
|
392
|
-
title: ((
|
391
|
+
name: ((_Eh = window.getLanguageByCode) == null ? void 0 : _Eh.call(window, "10010.1.306")) || ((_Gh = (_Fh = window.top) == null ? void 0 : _Fh.getLanguageByCode) == null ? void 0 : _Gh.call(_Fh, "10010.1.306")) || "\u4ECA\u5929\u521D",
|
392
|
+
title: ((_Hh = window.getLanguageByCode) == null ? void 0 : _Hh.call(window, "10010.1.306")) || ((_Jh = (_Ih = window.top) == null ? void 0 : _Ih.getLanguageByCode) == null ? void 0 : _Jh.call(_Ih, "10010.1.306")) || "\u4ECA\u5929\u521D",
|
393
393
|
con: WidgetValEnums.TODAY_START
|
394
394
|
},
|
395
395
|
{
|
396
|
-
name: ((
|
397
|
-
title: ((
|
396
|
+
name: ((_Kh = window.getLanguageByCode) == null ? void 0 : _Kh.call(window, "10010.1.307")) || ((_Mh = (_Lh = window.top) == null ? void 0 : _Lh.getLanguageByCode) == null ? void 0 : _Mh.call(_Lh, "10010.1.307")) || "\u4ECA\u5929\u672B",
|
397
|
+
title: ((_Nh = window.getLanguageByCode) == null ? void 0 : _Nh.call(window, "10010.1.307")) || ((_Ph = (_Oh = window.top) == null ? void 0 : _Oh.getLanguageByCode) == null ? void 0 : _Ph.call(_Oh, "10010.1.307")) || "\u4ECA\u5929\u672B",
|
398
398
|
con: WidgetValEnums.TODAY_END
|
399
399
|
},
|
400
400
|
{
|
401
|
-
name: ((
|
402
|
-
title: ((
|
401
|
+
name: ((_Qh = window.getLanguageByCode) == null ? void 0 : _Qh.call(window, "10010.1.308")) || ((_Sh = (_Rh = window.top) == null ? void 0 : _Rh.getLanguageByCode) == null ? void 0 : _Sh.call(_Rh, "10010.1.308")) || "\u6628\u5929\u521D",
|
402
|
+
title: ((_Th = window.getLanguageByCode) == null ? void 0 : _Th.call(window, "10010.1.308")) || ((_Vh = (_Uh = window.top) == null ? void 0 : _Uh.getLanguageByCode) == null ? void 0 : _Vh.call(_Uh, "10010.1.308")) || "\u6628\u5929\u521D",
|
403
403
|
con: WidgetValEnums.YESTERDAY_START
|
404
404
|
},
|
405
405
|
{
|
406
|
-
name: ((
|
407
|
-
title: ((_$
|
406
|
+
name: ((_Wh = window.getLanguageByCode) == null ? void 0 : _Wh.call(window, "10010.1.309")) || ((_Yh = (_Xh = window.top) == null ? void 0 : _Xh.getLanguageByCode) == null ? void 0 : _Yh.call(_Xh, "10010.1.309")) || "\u6628\u5929\u672B",
|
407
|
+
title: ((_Zh = window.getLanguageByCode) == null ? void 0 : _Zh.call(window, "10010.1.309")) || ((_$h = (__h = window.top) == null ? void 0 : __h.getLanguageByCode) == null ? void 0 : _$h.call(__h, "10010.1.309")) || "\u6628\u5929\u672B",
|
408
408
|
con: WidgetValEnums.YESTERDAY_END
|
409
409
|
},
|
410
410
|
{
|
411
|
-
name: ((
|
412
|
-
title: ((
|
411
|
+
name: ((_ai = window.getLanguageByCode) == null ? void 0 : _ai.call(window, "10010.1.310")) || ((_ci = (_bi = window.top) == null ? void 0 : _bi.getLanguageByCode) == null ? void 0 : _ci.call(_bi, "10010.1.310")) || "\u660E\u5929\u521D",
|
412
|
+
title: ((_di = window.getLanguageByCode) == null ? void 0 : _di.call(window, "10010.1.310")) || ((_fi = (_ei = window.top) == null ? void 0 : _ei.getLanguageByCode) == null ? void 0 : _fi.call(_ei, "10010.1.310")) || "\u660E\u5929\u521D",
|
413
413
|
con: WidgetValEnums.TOMORROW_START
|
414
414
|
},
|
415
415
|
{
|
416
|
-
name: ((
|
417
|
-
title: ((
|
416
|
+
name: ((_gi = window.getLanguageByCode) == null ? void 0 : _gi.call(window, "10010.1.311")) || ((_ii = (_hi = window.top) == null ? void 0 : _hi.getLanguageByCode) == null ? void 0 : _ii.call(_hi, "10010.1.311")) || "\u660E\u5929\u672B",
|
417
|
+
title: ((_ji = window.getLanguageByCode) == null ? void 0 : _ji.call(window, "10010.1.311")) || ((_li = (_ki = window.top) == null ? void 0 : _ki.getLanguageByCode) == null ? void 0 : _li.call(_ki, "10010.1.311")) || "\u660E\u5929\u672B",
|
418
418
|
con: WidgetValEnums.TOMORROW_END
|
419
419
|
},
|
420
420
|
{
|
421
|
-
name: ((
|
422
|
-
title: ((
|
421
|
+
name: ((_mi = window.getLanguageByCode) == null ? void 0 : _mi.call(window, "10010.1.301")) || ((_oi = (_ni = window.top) == null ? void 0 : _ni.getLanguageByCode) == null ? void 0 : _oi.call(_ni, "10010.1.301")) || "\u672C\u5468\u521D",
|
422
|
+
title: ((_pi = window.getLanguageByCode) == null ? void 0 : _pi.call(window, "10010.1.301")) || ((_ri = (_qi = window.top) == null ? void 0 : _qi.getLanguageByCode) == null ? void 0 : _ri.call(_qi, "10010.1.301")) || "\u672C\u5468\u521D",
|
423
423
|
con: WidgetValEnums.WEEK_START
|
424
424
|
},
|
425
425
|
{
|
426
|
-
name: ((
|
427
|
-
title: ((
|
426
|
+
name: ((_si = window.getLanguageByCode) == null ? void 0 : _si.call(window, "10010.1.302")) || ((_ui = (_ti = window.top) == null ? void 0 : _ti.getLanguageByCode) == null ? void 0 : _ui.call(_ti, "10010.1.302")) || "\u672C\u5468\u672B",
|
427
|
+
title: ((_vi = window.getLanguageByCode) == null ? void 0 : _vi.call(window, "10010.1.302")) || ((_xi = (_wi = window.top) == null ? void 0 : _wi.getLanguageByCode) == null ? void 0 : _xi.call(_wi, "10010.1.302")) || "\u672C\u5468\u672B",
|
428
428
|
con: WidgetValEnums.WEEK_END
|
429
429
|
},
|
430
430
|
{
|
431
|
-
name: ((
|
432
|
-
title: ((
|
431
|
+
name: ((_yi = window.getLanguageByCode) == null ? void 0 : _yi.call(window, "10010.1.303")) || ((_Ai = (_zi = window.top) == null ? void 0 : _zi.getLanguageByCode) == null ? void 0 : _Ai.call(_zi, "10010.1.303")) || "\u672C\u6708\u521D",
|
432
|
+
title: ((_Bi = window.getLanguageByCode) == null ? void 0 : _Bi.call(window, "10010.1.303")) || ((_Di = (_Ci = window.top) == null ? void 0 : _Ci.getLanguageByCode) == null ? void 0 : _Di.call(_Ci, "10010.1.303")) || "\u672C\u6708\u521D",
|
433
433
|
con: WidgetValEnums.MONTH_START
|
434
434
|
},
|
435
435
|
{
|
436
|
-
name: ((
|
437
|
-
title: ((
|
436
|
+
name: ((_Ei = window.getLanguageByCode) == null ? void 0 : _Ei.call(window, "10010.1.304")) || ((_Gi = (_Fi = window.top) == null ? void 0 : _Fi.getLanguageByCode) == null ? void 0 : _Gi.call(_Fi, "10010.1.304")) || "\u672C\u6708\u672B",
|
437
|
+
title: ((_Hi = window.getLanguageByCode) == null ? void 0 : _Hi.call(window, "10010.1.304")) || ((_Ji = (_Ii = window.top) == null ? void 0 : _Ii.getLanguageByCode) == null ? void 0 : _Ji.call(_Ii, "10010.1.304")) || "\u672C\u6708\u672B",
|
438
438
|
con: WidgetValEnums.MONTH_END
|
439
439
|
},
|
440
440
|
{
|
441
|
-
name: ((
|
442
|
-
title: ((
|
441
|
+
name: ((_Ki = window.getLanguageByCode) == null ? void 0 : _Ki.call(window, "10010.1.402")) || ((_Mi = (_Li = window.top) == null ? void 0 : _Li.getLanguageByCode) == null ? void 0 : _Mi.call(_Li, "10010.1.402")) || "\u4ECA\u5E74\u521D",
|
442
|
+
title: ((_Ni = window.getLanguageByCode) == null ? void 0 : _Ni.call(window, "10010.1.402")) || ((_Pi = (_Oi = window.top) == null ? void 0 : _Oi.getLanguageByCode) == null ? void 0 : _Pi.call(_Oi, "10010.1.402")) || "\u4ECA\u5E74\u521D",
|
443
443
|
con: WidgetValEnums.YEAR_START
|
444
444
|
},
|
445
445
|
{
|
446
|
-
name: ((
|
447
|
-
title: ((
|
446
|
+
name: ((_Qi = window.getLanguageByCode) == null ? void 0 : _Qi.call(window, "10010.1.403")) || ((_Si = (_Ri = window.top) == null ? void 0 : _Ri.getLanguageByCode) == null ? void 0 : _Si.call(_Ri, "10010.1.403")) || "\u4ECA\u5E74\u672A",
|
447
|
+
title: ((_Ti = window.getLanguageByCode) == null ? void 0 : _Ti.call(window, "10010.1.403")) || ((_Vi = (_Ui = window.top) == null ? void 0 : _Ui.getLanguageByCode) == null ? void 0 : _Vi.call(_Ui, "10010.1.403")) || "\u4ECA\u5E74\u672A",
|
448
448
|
con: WidgetValEnums.YEAR_END
|
449
449
|
}
|
450
450
|
],
|
451
451
|
[WidgetDateOptionEnums.DATETIME_DATETIME_PAST]: [
|
452
452
|
{
|
453
|
-
name: ((
|
454
|
-
title: ((
|
453
|
+
name: ((_Wi = window.getLanguageByCode) == null ? void 0 : _Wi.call(window, "10010.1.305")) || ((_Yi = (_Xi = window.top) == null ? void 0 : _Xi.getLanguageByCode) == null ? void 0 : _Yi.call(_Xi, "10010.1.305")) || "\u5F53\u524D\u65F6\u95F4",
|
454
|
+
title: ((_Zi = window.getLanguageByCode) == null ? void 0 : _Zi.call(window, "10010.1.305")) || ((_$i = (__i = window.top) == null ? void 0 : __i.getLanguageByCode) == null ? void 0 : _$i.call(__i, "10010.1.305")) || "\u5F53\u524D\u65F6\u95F4",
|
455
455
|
con: WidgetValEnums.NOW
|
456
456
|
},
|
457
457
|
{
|
458
|
-
name: ((
|
459
|
-
title: ((
|
458
|
+
name: ((_aj = window.getLanguageByCode) == null ? void 0 : _aj.call(window, "10010.1.306")) || ((_cj = (_bj = window.top) == null ? void 0 : _bj.getLanguageByCode) == null ? void 0 : _cj.call(_bj, "10010.1.306")) || "\u4ECA\u5929\u521D",
|
459
|
+
title: ((_dj = window.getLanguageByCode) == null ? void 0 : _dj.call(window, "10010.1.306")) || ((_fj = (_ej = window.top) == null ? void 0 : _ej.getLanguageByCode) == null ? void 0 : _fj.call(_ej, "10010.1.306")) || "\u4ECA\u5929\u521D",
|
460
460
|
con: WidgetValEnums.TODAY_START
|
461
461
|
},
|
462
462
|
{
|
463
|
-
name: ((
|
464
|
-
title: ((
|
463
|
+
name: ((_gj = window.getLanguageByCode) == null ? void 0 : _gj.call(window, "10010.1.308")) || ((_ij = (_hj = window.top) == null ? void 0 : _hj.getLanguageByCode) == null ? void 0 : _ij.call(_hj, "10010.1.308")) || "\u6628\u5929\u521D",
|
464
|
+
title: ((_jj = window.getLanguageByCode) == null ? void 0 : _jj.call(window, "10010.1.308")) || ((_lj = (_kj = window.top) == null ? void 0 : _kj.getLanguageByCode) == null ? void 0 : _lj.call(_kj, "10010.1.308")) || "\u6628\u5929\u521D",
|
465
465
|
con: WidgetValEnums.YESTERDAY_START
|
466
466
|
},
|
467
467
|
{
|
468
|
-
name: ((
|
469
|
-
title: ((
|
468
|
+
name: ((_mj = window.getLanguageByCode) == null ? void 0 : _mj.call(window, "10010.1.309")) || ((_oj = (_nj = window.top) == null ? void 0 : _nj.getLanguageByCode) == null ? void 0 : _oj.call(_nj, "10010.1.309")) || "\u6628\u5929\u672B",
|
469
|
+
title: ((_pj = window.getLanguageByCode) == null ? void 0 : _pj.call(window, "10010.1.309")) || ((_rj = (_qj = window.top) == null ? void 0 : _qj.getLanguageByCode) == null ? void 0 : _rj.call(_qj, "10010.1.309")) || "\u6628\u5929\u672B",
|
470
470
|
con: WidgetValEnums.YESTERDAY_END
|
471
471
|
},
|
472
472
|
{
|
473
|
-
name: ((
|
474
|
-
title: ((
|
473
|
+
name: ((_sj = window.getLanguageByCode) == null ? void 0 : _sj.call(window, "10010.1.301")) || ((_uj = (_tj = window.top) == null ? void 0 : _tj.getLanguageByCode) == null ? void 0 : _uj.call(_tj, "10010.1.301")) || "\u672C\u5468\u521D",
|
474
|
+
title: ((_vj = window.getLanguageByCode) == null ? void 0 : _vj.call(window, "10010.1.301")) || ((_xj = (_wj = window.top) == null ? void 0 : _wj.getLanguageByCode) == null ? void 0 : _xj.call(_wj, "10010.1.301")) || "\u672C\u5468\u521D",
|
475
475
|
con: WidgetValEnums.WEEK_START
|
476
476
|
},
|
477
477
|
{
|
478
|
-
name: ((
|
479
|
-
title: ((
|
478
|
+
name: ((_yj = window.getLanguageByCode) == null ? void 0 : _yj.call(window, "10010.1.303")) || ((_Aj = (_zj = window.top) == null ? void 0 : _zj.getLanguageByCode) == null ? void 0 : _Aj.call(_zj, "10010.1.303")) || "\u672C\u6708\u521D",
|
479
|
+
title: ((_Bj = window.getLanguageByCode) == null ? void 0 : _Bj.call(window, "10010.1.303")) || ((_Dj = (_Cj = window.top) == null ? void 0 : _Cj.getLanguageByCode) == null ? void 0 : _Dj.call(_Cj, "10010.1.303")) || "\u672C\u6708\u521D",
|
480
480
|
con: WidgetValEnums.MONTH_START
|
481
481
|
},
|
482
482
|
{
|
483
|
-
name: ((
|
484
|
-
title: ((
|
483
|
+
name: ((_Ej = window.getLanguageByCode) == null ? void 0 : _Ej.call(window, "10010.1.402")) || ((_Gj = (_Fj = window.top) == null ? void 0 : _Fj.getLanguageByCode) == null ? void 0 : _Gj.call(_Fj, "10010.1.402")) || "\u4ECA\u5E74\u521D",
|
484
|
+
title: ((_Hj = window.getLanguageByCode) == null ? void 0 : _Hj.call(window, "10010.1.402")) || ((_Jj = (_Ij = window.top) == null ? void 0 : _Ij.getLanguageByCode) == null ? void 0 : _Jj.call(_Ij, "10010.1.402")) || "\u4ECA\u5E74\u521D",
|
485
485
|
con: WidgetValEnums.YEAR_START
|
486
486
|
}
|
487
487
|
],
|
488
488
|
[WidgetDateOptionEnums.DATETIME_DATETIME_FUTURE]: [
|
489
489
|
{
|
490
|
-
name: ((
|
491
|
-
title: ((
|
490
|
+
name: ((_Kj = window.getLanguageByCode) == null ? void 0 : _Kj.call(window, "10010.1.305")) || ((_Mj = (_Lj = window.top) == null ? void 0 : _Lj.getLanguageByCode) == null ? void 0 : _Mj.call(_Lj, "10010.1.305")) || "\u5F53\u524D\u65F6\u95F4",
|
491
|
+
title: ((_Nj = window.getLanguageByCode) == null ? void 0 : _Nj.call(window, "10010.1.305")) || ((_Pj = (_Oj = window.top) == null ? void 0 : _Oj.getLanguageByCode) == null ? void 0 : _Pj.call(_Oj, "10010.1.305")) || "\u5F53\u524D\u65F6\u95F4",
|
492
492
|
con: WidgetValEnums.NOW
|
493
493
|
},
|
494
494
|
{
|
495
|
-
name: ((
|
496
|
-
title: ((
|
495
|
+
name: ((_Qj = window.getLanguageByCode) == null ? void 0 : _Qj.call(window, "10010.1.307")) || ((_Sj = (_Rj = window.top) == null ? void 0 : _Rj.getLanguageByCode) == null ? void 0 : _Sj.call(_Rj, "10010.1.307")) || "\u4ECA\u5929\u672B",
|
496
|
+
title: ((_Tj = window.getLanguageByCode) == null ? void 0 : _Tj.call(window, "10010.1.307")) || ((_Vj = (_Uj = window.top) == null ? void 0 : _Uj.getLanguageByCode) == null ? void 0 : _Vj.call(_Uj, "10010.1.307")) || "\u4ECA\u5929\u672B",
|
497
497
|
con: WidgetValEnums.TODAY_END
|
498
498
|
},
|
499
499
|
{
|
500
|
-
name: ((
|
501
|
-
title: ((
|
500
|
+
name: ((_Wj = window.getLanguageByCode) == null ? void 0 : _Wj.call(window, "10010.1.310")) || ((_Yj = (_Xj = window.top) == null ? void 0 : _Xj.getLanguageByCode) == null ? void 0 : _Yj.call(_Xj, "10010.1.310")) || "\u660E\u5929\u521D",
|
501
|
+
title: ((_Zj = window.getLanguageByCode) == null ? void 0 : _Zj.call(window, "10010.1.310")) || ((_$j = (__j = window.top) == null ? void 0 : __j.getLanguageByCode) == null ? void 0 : _$j.call(__j, "10010.1.310")) || "\u660E\u5929\u521D",
|
502
502
|
con: WidgetValEnums.TOMORROW_START
|
503
503
|
},
|
504
504
|
{
|
505
|
-
name: ((
|
506
|
-
title: ((
|
505
|
+
name: ((_ak = window.getLanguageByCode) == null ? void 0 : _ak.call(window, "10010.1.311")) || ((_ck = (_bk = window.top) == null ? void 0 : _bk.getLanguageByCode) == null ? void 0 : _ck.call(_bk, "10010.1.311")) || "\u660E\u5929\u672B",
|
506
|
+
title: ((_dk = window.getLanguageByCode) == null ? void 0 : _dk.call(window, "10010.1.311")) || ((_fk = (_ek = window.top) == null ? void 0 : _ek.getLanguageByCode) == null ? void 0 : _fk.call(_ek, "10010.1.311")) || "\u660E\u5929\u672B",
|
507
507
|
con: WidgetValEnums.TOMORROW_END
|
508
508
|
},
|
509
509
|
{
|
510
|
-
name: ((
|
511
|
-
title: ((
|
510
|
+
name: ((_gk = window.getLanguageByCode) == null ? void 0 : _gk.call(window, "10010.1.302")) || ((_ik = (_hk = window.top) == null ? void 0 : _hk.getLanguageByCode) == null ? void 0 : _ik.call(_hk, "10010.1.302")) || "\u672C\u5468\u672B",
|
511
|
+
title: ((_jk = window.getLanguageByCode) == null ? void 0 : _jk.call(window, "10010.1.302")) || ((_lk = (_kk = window.top) == null ? void 0 : _kk.getLanguageByCode) == null ? void 0 : _lk.call(_kk, "10010.1.302")) || "\u672C\u5468\u672B",
|
512
512
|
con: WidgetValEnums.WEEK_END
|
513
513
|
},
|
514
514
|
{
|
515
|
-
name: ((
|
516
|
-
title: ((
|
515
|
+
name: ((_mk = window.getLanguageByCode) == null ? void 0 : _mk.call(window, "10010.1.304")) || ((_ok = (_nk = window.top) == null ? void 0 : _nk.getLanguageByCode) == null ? void 0 : _ok.call(_nk, "10010.1.304")) || "\u672C\u6708\u672B",
|
516
|
+
title: ((_pk = window.getLanguageByCode) == null ? void 0 : _pk.call(window, "10010.1.304")) || ((_rk = (_qk = window.top) == null ? void 0 : _qk.getLanguageByCode) == null ? void 0 : _rk.call(_qk, "10010.1.304")) || "\u672C\u6708\u672B",
|
517
517
|
con: WidgetValEnums.MONTH_END
|
518
518
|
},
|
519
519
|
{
|
520
|
-
name: ((
|
521
|
-
title: ((
|
520
|
+
name: ((_sk = window.getLanguageByCode) == null ? void 0 : _sk.call(window, "10010.1.403")) || ((_uk = (_tk = window.top) == null ? void 0 : _tk.getLanguageByCode) == null ? void 0 : _uk.call(_tk, "10010.1.403")) || "\u4ECA\u5E74\u672A",
|
521
|
+
title: ((_vk = window.getLanguageByCode) == null ? void 0 : _vk.call(window, "10010.1.403")) || ((_xk = (_wk = window.top) == null ? void 0 : _wk.getLanguageByCode) == null ? void 0 : _xk.call(_wk, "10010.1.403")) || "\u4ECA\u5E74\u672A",
|
522
522
|
con: WidgetValEnums.YEAR_END
|
523
523
|
}
|
524
524
|
]
|