cnhis-design-vue 3.3.2-release.0 → 3.3.2-release.2
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/es/components/audio-sdk/index.d.ts +173 -146
- package/es/components/audio-sdk/src/Index.vue.d.ts +174 -147
- package/es/components/audio-sdk/src/Index.vue2.js +131 -53
- package/es/components/audio-sdk/src/audioSDK.d.ts +29 -26
- package/es/components/audio-sdk/src/audioSDK.js +123 -42
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +31 -0
- package/es/components/audio-sdk/src/components/readyCountdown.vue.js +6 -0
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +46 -0
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +138 -10
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +139 -11
- package/es/components/audio-sdk/src/components/recording.vue2.js +318 -74
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +24 -0
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.js +176 -0
- package/es/components/audio-sdk/src/svgs/Close.vue.js +26 -0
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +20 -0
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +20 -0
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +20 -0
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +20 -0
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +27 -0
- package/es/components/audio-sdk/src/types/index.d.ts +42 -0
- package/es/components/audio-sdk/src/types/index.js +10 -0
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +9 -3
- package/es/components/audio-sdk/src/utils/recordingModal.js +57 -32
- package/es/components/audio-sdk/style/index.css +1 -1
- package/es/components/base-search/src/index.vue2.js +30 -18
- package/es/components/big-table/src/BigTable.vue2.js +191 -133
- package/es/components/big-table/src/components/NoData.vue2.js +16 -4
- package/es/components/big-table/src/components/edit-form/edit-date.js +12 -6
- package/es/components/big-table/src/components/edit-form/edit-input.js +8 -2
- package/es/components/big-table/src/components/edit-form/edit-select.js +21 -17
- package/es/components/big-table/src/components/edit-form/edit-time.js +11 -4
- package/es/components/big-table/src/components/input-button.vue2.js +8 -4
- package/es/components/big-table/src/hooks/useNestTable.js +18 -4
- package/es/components/big-table/src/hooks/useTableParse.js +16 -3
- package/es/components/body-select/src/index.vue2.js +24 -4
- package/es/components/button-print/index.d.ts +12 -4
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +12 -4
- package/es/components/button-print/src/ButtonPrint.vue2.js +52 -11
- package/es/components/button-print/src/components/EditFormat.vue2.js +16 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -2
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +104 -49
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +7 -2
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +244 -95
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +5 -2
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +92 -32
- package/es/components/button-print/src/components/Preview.vue.d.ts +5 -2
- package/es/components/button-print/src/components/Preview.vue2.js +14 -4
- package/es/components/button-print/src/utils/dialog.js +26 -8
- package/es/components/button-print/src/utils/print.d.ts +5 -5
- package/es/components/button-print/src/utils/print.js +108 -21
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +8 -2
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +16 -4
- package/es/components/card-reader-sdk-cn/src/henan/index.js +38 -11
- package/es/components/card-render/src/components/index.d.ts +23 -23
- package/es/components/classification/src/components/search-filter/index.vue2.js +24 -10
- package/es/components/classification/src/components/set-classification/index.vue2.js +24 -7
- package/es/components/classification/src/components/table-modal/index.vue2.js +324 -165
- package/es/components/classification/src/index.vue2.js +261 -69
- package/es/components/default-page/src/constants/index.js +144 -19
- package/es/components/default-page/src/index.vue2.js +8 -2
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +75 -51
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +46 -38
- package/es/components/expand-field/src/components/PersonModal.vue2.js +62 -50
- package/es/components/expand-field/src/components/form.vue2.js +783 -412
- package/es/components/expand-field/src/index.vue2.js +88 -22
- package/es/components/expand-field/src/utils/constant.js +88 -12
- package/es/components/fabric-chart/src/components/PopupMenu.js +32 -15
- package/es/components/fabric-chart/src/constants/index.js +72 -10
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +18 -4
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +8 -2
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +32 -5
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -2
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +63 -41
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +5 -1
- package/es/components/fabric-chart/src/hooks/useCommon.js +24 -4
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +4 -1
- package/es/components/fabric-chart/src/hooks/useDraw.js +19 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -2
- package/es/components/field-editor/src/fields.js +232 -30
- package/es/components/field-set/src/FieldColor.vue.d.ts +2 -2
- package/es/components/field-set/src/FieldColor.vue2.js +88 -21
- package/es/components/field-set/src/FieldFilter.vue.d.ts +2 -2
- package/es/components/field-set/src/FieldFilter.vue2.js +32 -16
- package/es/components/field-set/src/FieldSet.vue.d.ts +2 -2
- package/es/components/field-set/src/FieldSet.vue2.js +210 -57
- package/es/components/field-set/src/Index.vue2.js +40 -6
- package/es/components/field-set/src/TableStyle.vue2.js +48 -13
- package/es/components/field-set/src/components/condition.vue2.js +26 -10
- package/es/components/field-set/src/components/edit-dialog.vue2.js +148 -68
- package/es/components/field-set/src/components/edit-filter.vue2.js +24 -4
- package/es/components/field-set/src/components/table-row.vue.d.ts +2 -2
- package/es/components/field-set/src/components/table-row.vue2.js +123 -42
- package/es/components/field-set/src/constants/filter.js +328 -42
- package/es/components/field-set/src/constants/index.js +504 -64
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +91 -46
- package/es/components/form-config/src/constants/index.js +80 -11
- package/es/components/form-config/src/hooks/useLocale.js +240 -31
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +8 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +8 -4
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +8 -2
- package/es/components/form-render/src/components/renderer/input.js +3 -2
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +8 -4
- package/es/components/form-render/src/components/renderer/remoteSearch.js +8 -2
- package/es/components/form-render/src/components/renderer/switch.js +24 -4
- package/es/components/form-render/src/components/renderer/textarea.js +5 -4
- package/es/components/form-render/src/utils/schema.js +26 -6
- package/es/components/iho-chat/src/Index.vue2.js +42 -38
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +108 -33
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +132 -90
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +110 -48
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +40 -20
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +55 -23
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +77 -45
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +256 -208
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +306 -208
- package/es/components/iho-chat/src/components/ContextMenu.js +50 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +16 -4
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +8 -2
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +104 -18
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +66 -11
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +47 -43
- package/es/components/iho-chat/src/components/SiderList.vue2.js +68 -38
- package/es/components/iho-chat/src/components/Video.vue2.js +38 -11
- package/es/components/iho-chat/src/hooks/useVideo.js +15 -4
- package/es/components/iho-chat/src/utils/index.js +79 -14
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +8 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +40 -15
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +40 -15
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +50 -20
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +16 -8
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +10 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +42 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +18 -12
- package/es/components/index.css +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +144 -25
- package/es/components/keyboard/src/Keyboard.vue2.js +20 -8
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +51 -37
- package/es/components/map/src/Map.vue2.js +8 -4
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +16 -8
- package/es/components/quick-search/src/index.vue2.js +176 -131
- package/es/components/recommend-search/src/components/BaseSearch.js +14 -8
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +28 -8
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +18 -5
- package/es/components/scale-view/src/ScaleView.vue2.js +16 -8
- package/es/components/scale-view/src/components/NoData.vue2.js +16 -4
- package/es/components/scale-view/src/components/formitem/r-cascader.js +8 -2
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +24 -6
- package/es/components/scale-view/src/components/formitem/r-input.js +8 -2
- package/es/components/scale-view/src/components/formitem/r-map.js +8 -2
- package/es/components/scale-view/src/components/formitem/r-radio.js +24 -6
- package/es/components/scale-view/src/components/formitem/r-select.js +8 -2
- package/es/components/scale-view/src/components/formitem/r-sign.js +32 -11
- package/es/components/scale-view/src/components/formitem/standard-modal.js +16 -3
- package/es/components/scale-view/src/hooks/scaleview-computed.js +24 -5
- package/es/components/scale-view/src/hooks/scaleview-methods.js +16 -4
- package/es/components/scale-view/src/hooks/scaleview-submit.js +16 -3
- package/es/components/scale-view/src/hooks/scaleview-validate.js +40 -9
- package/es/components/search-cascader/src/SearchCascader.vue2.js +20 -14
- package/es/components/select-label/src/LabelFormContent.vue2.js +53 -21
- package/es/components/select-label/src/SelectLabel.vue2.js +81 -51
- package/es/components/select-label/src/components/label-classify.vue2.js +28 -11
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +18 -5
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +34 -8
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +18 -5
- package/es/components/select-person/src/SelectPerson.vue2.js +214 -141
- package/es/components/select-person/src/SelectPersonType.vue2.js +127 -102
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +9 -2
- package/es/components/select-person/src/index.vue2.js +20 -7
- package/es/components/slider-tree/src/index.vue2.js +16 -3
- package/es/components/table-export-field/index.d.ts +1 -0
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +1 -0
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +187 -113
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +147 -88
- package/es/components/table-export-field/src/index.vue.d.ts +1 -0
- package/es/components/table-export-field/src/index.vue2.js +28 -12
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +32 -5
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +264 -34
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +214 -135
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +16 -3
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +9 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +39 -6
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +18 -5
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +29 -18
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +16 -3
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +8 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +195 -130
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +26 -7
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -6
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +34 -8
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +21 -8
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +8 -4
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +19 -6
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +16 -3
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +24 -10
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1648 -207
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +8 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +16 -3
- package/es/components/table-filter/src/tool/baseOptions.js +144 -19
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +32 -16
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +22 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +8 -4
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +16 -8
- 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/hooks/selectHooks/useSelectAllowModify.js +2 -2
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/audio-sdk/src/components/recording-modal.vue.js +0 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue2.js +0 -40
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +0 -4
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -0,0 +1,20 @@
|
|
1
|
+
import { openBlock, createElementBlock, createStaticVNode } from 'vue';
|
2
|
+
import _export_sfc from '../../../../_virtual/_plugin-vue_export-helper.js';
|
3
|
+
|
4
|
+
const _sfc_main = {};
|
5
|
+
const _hoisted_1 = {
|
6
|
+
width: "26.4px",
|
7
|
+
height: "26.4px",
|
8
|
+
viewBox: "0 0 26.4 26.4",
|
9
|
+
version: "1.1",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
12
|
+
};
|
13
|
+
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<g id="\u7535\u5B50\u75C5\u5386" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="\u753B\u677F" transform="translate(-768, -730)" fill="#000000"><g id="\u7F16\u7EC4-10" transform="translate(111, 186)"><g id="\u7F16\u7EC4-6\u5907\u4EFD-21" transform="translate(368, 532)"><g id="\u653E\u5927" transform="translate(289, 12)"><rect id="\u77E9\u5F62" fill-rule="nonzero" opacity="0" x="0" y="0" width="26.4" height="26.4"></rect><path d="M19.991132,14.5233918 L19.992132,18.092075 L16.9507105,15.1164739 L15.5658776,16.5316198 L18.573132,19.473075 L15.041132,19.4733918 L15.041132,21.4533918 L21.971132,21.4533918 L21.971132,14.5233918 L19.991132,14.5233918 Z M4.94435721,4.54007504 L4.94435721,11.470075 L6.92435721,11.470075 L6.92613196,7.90807504 L10.388525,11.3209329 L11.778228,9.91056926 L8.33813196,6.51907504 L11.8743572,6.52007504 L11.8743572,4.54007504 L4.94435721,4.54007504 Z" id="\u5F62\u72B6\u7ED3\u5408" fill-opacity="0.6"></path></g></g></g></g></g>', 1);
|
14
|
+
const _hoisted_3 = [_hoisted_2];
|
15
|
+
function _sfc_render(_ctx, _cache) {
|
16
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
17
|
+
}
|
18
|
+
var EnlargeSvg = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "Enlarge.vue"]]);
|
19
|
+
|
20
|
+
export { EnlargeSvg as default };
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { openBlock, createElementBlock, createStaticVNode } from 'vue';
|
2
|
+
import _export_sfc from '../../../../_virtual/_plugin-vue_export-helper.js';
|
3
|
+
|
4
|
+
const _sfc_main = {};
|
5
|
+
const _hoisted_1 = {
|
6
|
+
width: "32px",
|
7
|
+
height: "32.3232323px",
|
8
|
+
viewBox: "0 0 32 32.3232323",
|
9
|
+
version: "1.1",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
12
|
+
};
|
13
|
+
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<g id="\u7535\u5B50\u75C5\u5386" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="\u753B\u677F" transform="translate(-1061, -727)"><g id="\u7F16\u7EC4-10" transform="translate(111, 186)"><g id="\u7F16\u7EC4-7" transform="translate(767, 532)"><g id="\u6682\u505C\u5F55\u97F3" transform="translate(183, 9)"><ellipse id="\u692D\u5706\u5F62" fill-opacity="0.08" fill="#5F58E0" cx="16" cy="16.1616162" rx="16" ry="16.1616162"></ellipse><rect id="\u77E9\u5F62" fill="#464646" x="9.94285714" y="9.23520924" width="4.57142857" height="13.8528139" rx="0.916666667"></rect><rect id="\u77E9\u5F62\u5907\u4EFD-7" fill="#464646" x="17.4857143" y="9.23520924" width="4.57142857" height="13.8528139" rx="0.916666667"></rect></g></g></g></g></g>', 1);
|
14
|
+
const _hoisted_3 = [_hoisted_2];
|
15
|
+
function _sfc_render(_ctx, _cache) {
|
16
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
17
|
+
}
|
18
|
+
var PauseSvg = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "Pause.vue"]]);
|
19
|
+
|
20
|
+
export { PauseSvg as default };
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { openBlock, createElementBlock, createStaticVNode } from 'vue';
|
2
|
+
import _export_sfc from '../../../../_virtual/_plugin-vue_export-helper.js';
|
3
|
+
|
4
|
+
const _sfc_main = {};
|
5
|
+
const _hoisted_1 = {
|
6
|
+
width: "32px",
|
7
|
+
height: "6.46464646px",
|
8
|
+
viewBox: "0 0 32 6.46464646",
|
9
|
+
version: "1.1",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
12
|
+
};
|
13
|
+
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<g id="\u7535\u5B50\u75C5\u5386" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="\u753B\u677F" transform="translate(-895, -740)"><g id="\u7F16\u7EC4-10" transform="translate(111, 186)"><g id="\u7F16\u7EC4-7" transform="translate(767, 532)"><g id="\u7F16\u7EC4\u5907\u4EFD-6" transform="translate(17, 22)"><rect id="\u77E9\u5F62" fill="#2474FF" x="0" y="0" width="6.4" height="6.46464646" rx="3.2"></rect><rect id="\u77E9\u5F62\u5907\u4EFD" fill="#2474FF" x="12.8" y="0" width="6.4" height="6.46464646" rx="3.2"></rect><rect id="\u77E9\u5F62\u5907\u4EFD-2" fill="#5F58E0" x="25.6" y="0" width="6.4" height="6.46464646" rx="3.2"></rect></g></g></g></g></g>', 1);
|
14
|
+
const _hoisted_3 = [_hoisted_2];
|
15
|
+
function _sfc_render(_ctx, _cache) {
|
16
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
17
|
+
}
|
18
|
+
var WaveView = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "WaveView.vue"]]);
|
19
|
+
|
20
|
+
export { WaveView as default };
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from 'vue';
|
2
|
+
import _export_sfc from '../../../../_virtual/_plugin-vue_export-helper.js';
|
3
|
+
|
4
|
+
const _sfc_main = {};
|
5
|
+
const _hoisted_1 = {
|
6
|
+
t: "1709014288728",
|
7
|
+
class: "icon",
|
8
|
+
viewBox: "0 0 1024 1024",
|
9
|
+
version: "1.1",
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
11
|
+
"p-id": "33128",
|
12
|
+
id: "mx_n_1709014288728",
|
13
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
14
|
+
width: "32",
|
15
|
+
height: "32"
|
16
|
+
};
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
18
|
+
d: "M928 0A96 96 0 0 1 1024 96v832a96 96 0 0 1-96 96h-832A96 96 0 0 1 0 928v-832A96 96 0 0 1 96 0h832z m0 64h-832a32 32 0 0 0-31.488 26.24L64 96v832a32 32 0 0 0 26.24 31.488L96 960h832a32 32 0 0 0 31.488-26.24L960 928v-832a32 32 0 0 0-26.24-31.488L928 64zM455.232 560a8 8 0 0 1 8.896 8.96l-23.488 189.056a7.936 7.936 0 0 1-13.504 4.736l-54.656-54.72-153.6 153.6a8 8 0 0 1-11.264 0l-45.184-44.992a8 8 0 0 1 0-11.328l153.6-153.6-54.656-54.72a7.936 7.936 0 0 1 4.672-13.44z m350.08-397.696a8 8 0 0 1 11.2 0l45.12 45.12a8 8 0 0 1 0 11.264l-153.472 153.536 54.656 54.72a7.936 7.936 0 0 1-4.672 13.44l-189.248 23.488a7.552 7.552 0 0 1-6.656-2.176 7.872 7.872 0 0 1-2.176-6.72l23.424-189.056a7.872 7.872 0 0 1 13.44-4.736l54.72 54.72z",
|
19
|
+
"p-id": "33129"
|
20
|
+
}, null, -1);
|
21
|
+
const _hoisted_3 = [_hoisted_2];
|
22
|
+
function _sfc_render(_ctx, _cache) {
|
23
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
24
|
+
}
|
25
|
+
var ZoomSvg = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "Zoom.vue"]]);
|
26
|
+
|
27
|
+
export { ZoomSvg as default };
|
@@ -0,0 +1,42 @@
|
|
1
|
+
export declare namespace AudioTypes {
|
2
|
+
type MessageHandler = {
|
3
|
+
resolve: (value: SpeechResult) => void;
|
4
|
+
reject: (reason?: SpeechError) => void;
|
5
|
+
};
|
6
|
+
interface SpeechResult {
|
7
|
+
result: 'success';
|
8
|
+
data?: string;
|
9
|
+
timeout?: boolean;
|
10
|
+
}
|
11
|
+
interface SpeechError {
|
12
|
+
result: 'fail';
|
13
|
+
msg?: string;
|
14
|
+
wsTimeout?: boolean;
|
15
|
+
isUserNotAllow?: boolean;
|
16
|
+
}
|
17
|
+
enum ConnectionState {
|
18
|
+
DISCONNECTED = 0,
|
19
|
+
CONNECTING = 1,
|
20
|
+
CONNECTED = 2
|
21
|
+
}
|
22
|
+
type WaveViewOptions = {
|
23
|
+
waveSelector?: any;
|
24
|
+
waveProps?: any;
|
25
|
+
};
|
26
|
+
type AudioOptions = Partial<{
|
27
|
+
timed: number;
|
28
|
+
showModal: boolean;
|
29
|
+
instance: any;
|
30
|
+
token: string;
|
31
|
+
origin: string;
|
32
|
+
wsType: 'whole' | 'chunk';
|
33
|
+
type: 'http' | 'websocket';
|
34
|
+
wsOrigin: string;
|
35
|
+
wsSendInterval: number;
|
36
|
+
uploadOrigin: string;
|
37
|
+
recognizeOrigin: string;
|
38
|
+
allowPunctuationMark: boolean;
|
39
|
+
lastChunkTimeout: number;
|
40
|
+
wsTimeout: number;
|
41
|
+
}>;
|
42
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
var AudioTypes;
|
2
|
+
((AudioTypes2) => {
|
3
|
+
((ConnectionState2) => {
|
4
|
+
ConnectionState2[ConnectionState2["DISCONNECTED"] = 0] = "DISCONNECTED";
|
5
|
+
ConnectionState2[ConnectionState2["CONNECTING"] = 1] = "CONNECTING";
|
6
|
+
ConnectionState2[ConnectionState2["CONNECTED"] = 2] = "CONNECTED";
|
7
|
+
})(AudioTypes2.ConnectionState || (AudioTypes2.ConnectionState = {}));
|
8
|
+
})(AudioTypes || (AudioTypes = {}));
|
9
|
+
|
10
|
+
export { AudioTypes };
|
@@ -1,14 +1,20 @@
|
|
1
1
|
import { ComponentInternalInstance } from 'vue';
|
2
|
-
import { AnyObject } from '../../../../shared/types';
|
2
|
+
import { AnyObject, AnyFn } from '../../../../shared/types';
|
3
3
|
export declare class RecordingModal {
|
4
4
|
rendered: boolean;
|
5
5
|
target: HTMLElement | null;
|
6
6
|
modalType: string;
|
7
|
-
|
7
|
+
visible: import("vue").Ref<boolean>;
|
8
|
+
loading: import("vue").Ref<boolean>;
|
9
|
+
show({ instance, modalType, onClose, startWaveViewMethod, pause, resume, props }: {
|
8
10
|
instance?: ComponentInternalInstance;
|
9
|
-
onClose: () => void
|
11
|
+
onClose: (obj?: AnyObject) => Promise<void>;
|
12
|
+
startWaveViewMethod: AnyFn;
|
13
|
+
pause: AnyFn;
|
14
|
+
resume: AnyFn;
|
10
15
|
modalType?: string;
|
11
16
|
props: AnyObject;
|
12
17
|
}): void;
|
18
|
+
setLoading(): void;
|
13
19
|
hide(): void;
|
14
20
|
}
|
@@ -1,67 +1,92 @@
|
|
1
|
-
import { ref,
|
1
|
+
import { ref, render, createVNode, nextTick } from 'vue';
|
2
2
|
import { createProviderWrapper } from '../../../../shared/utils/index.js';
|
3
|
-
import
|
3
|
+
import CRecording from '../components/recording.vue.js';
|
4
|
+
import { NModal } from 'naive-ui';
|
4
5
|
|
5
6
|
class RecordingModal {
|
6
7
|
constructor() {
|
7
8
|
this.rendered = false;
|
8
9
|
this.target = null;
|
9
10
|
this.modalType = "recording";
|
11
|
+
this.visible = ref(false);
|
12
|
+
this.loading = ref(false);
|
10
13
|
}
|
11
14
|
show({
|
12
15
|
instance,
|
13
16
|
modalType,
|
14
17
|
onClose,
|
18
|
+
startWaveViewMethod,
|
19
|
+
pause,
|
20
|
+
resume,
|
15
21
|
props
|
16
22
|
}) {
|
17
23
|
this.modalType = modalType || "recording";
|
18
|
-
if (this.rendered)
|
19
|
-
return;
|
20
|
-
this.rendered = true;
|
21
24
|
const container = document.createElement("div");
|
22
|
-
const visible = ref(false);
|
23
|
-
const loading = ref(true);
|
24
25
|
const ProviderWrapper = createProviderWrapper(instance);
|
25
26
|
const that = this;
|
26
|
-
|
27
|
-
|
28
|
-
|
27
|
+
this.loading.value = false;
|
28
|
+
this.visible.value = false;
|
29
|
+
const handleClose = async (obj = {}) => {
|
30
|
+
try {
|
31
|
+
this.loading.value = true;
|
32
|
+
await onClose(obj);
|
33
|
+
this.visible.value = false;
|
34
|
+
this.loading.value = false;
|
35
|
+
} catch (error) {
|
36
|
+
console.error(error);
|
37
|
+
this.loading.value = false;
|
29
38
|
}
|
30
|
-
}
|
31
|
-
immediate: true
|
32
|
-
});
|
33
|
-
function getBaseProps() {
|
34
|
-
return {
|
35
|
-
fromSdk: true,
|
36
|
-
to: container,
|
37
|
-
onClose,
|
38
|
-
onAfterLeave: onClose
|
39
|
-
};
|
40
|
-
}
|
39
|
+
};
|
41
40
|
render(createVNode(ProviderWrapper, null, {
|
42
|
-
default:
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
|
48
|
-
|
49
|
-
|
41
|
+
default: () => [createVNode(NModal, {
|
42
|
+
"close-on-esc": false,
|
43
|
+
"mask-closable": false,
|
44
|
+
"show": this.visible.value,
|
45
|
+
"on-update:show": (val) => this.visible.value = val,
|
46
|
+
"class": "c-sdk-recording-modal"
|
47
|
+
}, {
|
48
|
+
default: () => createVNode(CRecording, {
|
49
|
+
"loading": this.loading.value,
|
50
|
+
"onUpdate:loading": ($event) => this.loading.value = $event,
|
51
|
+
"fromSdk": true,
|
52
|
+
"show": this.visible.value,
|
53
|
+
"content": props.contentRef.value,
|
54
|
+
"wsConnected": props.wsConnected.value,
|
55
|
+
"recorderStatus": props.recorderStatus.value,
|
56
|
+
"startWaveViewMethod": startWaveViewMethod,
|
57
|
+
"onClose": handleClose,
|
58
|
+
"onPause": pause,
|
59
|
+
"onResume": resume
|
60
|
+
}, null)
|
61
|
+
})]
|
50
62
|
}), container);
|
51
63
|
mount(container);
|
52
|
-
nextTick(() => visible.value = true);
|
64
|
+
nextTick(() => this.visible.value = true);
|
53
65
|
function mount(target) {
|
54
66
|
document.body.appendChild(target);
|
55
67
|
that.target = target;
|
56
68
|
}
|
57
69
|
}
|
70
|
+
setLoading() {
|
71
|
+
if (this.loading.value)
|
72
|
+
return;
|
73
|
+
this.loading.value = true;
|
74
|
+
}
|
58
75
|
hide() {
|
59
76
|
var _a;
|
60
77
|
if (!((_a = this.target) == null ? void 0 : _a.parentElement))
|
61
78
|
return;
|
79
|
+
this.loading.value = false;
|
80
|
+
this.visible.value = false;
|
62
81
|
this.rendered = false;
|
63
|
-
|
64
|
-
|
82
|
+
nextTick(() => {
|
83
|
+
var _a2;
|
84
|
+
if (!this.target)
|
85
|
+
return;
|
86
|
+
render(null, this.target);
|
87
|
+
(_a2 = this.target.parentElement) == null ? void 0 : _a2.removeChild(this.target);
|
88
|
+
this.target = null;
|
89
|
+
});
|
65
90
|
}
|
66
91
|
}
|
67
92
|
|
@@ -1 +1 @@
|
|
1
|
-
.c-recording-wrapper{align-items:center;background-color:#fff;border-radius:
|
1
|
+
.c-recording-wrapper{align-items:center;background-color:#fff;border:2px solid #cbd4e4;border-radius:16px;box-sizing:border-box;display:flex;flex-flow:column nowrap;justify-content:center;width:330px}.c-recording-wrapper .n-spin-container,.c-recording-wrapper .n-spin-content{border-radius:16px;height:100%;width:100%}.c-recording-wrapper .n-spin-content{background-color:#fff}.c-recording-wrapper .c-recording-top-wrap{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;padding:18px 24px 24px;width:100%}.c-recording-wrapper .c-recording-top-wrap .c-recording-header{width:100%}.c-recording-wrapper .c-recording-top-wrap .c-recording-header .n-space .n-icon{cursor:pointer}.c-recording-wrapper .c-recording-top-wrap .c-recording-container{align-items:center;display:flex;flex-direction:column;justify-content:space-between;width:100%}.c-recording-wrapper .c-recording-top-wrap .c-recording-container .c-recording-status-section{box-sizing:border-box;height:174px;padding:24px 0;width:100%}.c-recording-wrapper .c-recording-top-wrap .c-recording-container .c-recording-status-section>.n-space{height:100%;width:100%}.c-recording-wrapper .c-recording-top-wrap .c-recording-container .c-recording-status-section .c-recording-chart-box{height:54px;width:280px}.c-recording-wrapper .c-recording-top-wrap .c-recording-container .c-recording-ready{text-align:center;width:100%}.c-recording-wrapper .c-recording-top-wrap .c-recording-container .c-recording-ready .c-recording-countdown-box{background:rgba(255,0,0,.1);border-radius:50%;height:80px;margin:0 auto;position:relative;width:80px}.c-recording-wrapper .c-recording-top-wrap .c-recording-container .c-recording-ready .c-recording-countdown-box>span{bottom:0;color:red;font-size:52px;left:0;position:absolute;right:0;top:0}.c-recording-wrapper .c-recording-top-wrap .c-recording-container .c-recording-ready h4{color:#000;font-size:16px;margin:8px 0}.c-recording-wrapper .c-recording-top-wrap .c-recording-container .c-recording-ready .c-recording-ready-desc{color:#a5a5a5}.c-recording-wrapper .c-recording-top-wrap .c-recording-container .c-recording-btn-section .n-button{font-size:16px;height:48px;line-height:45;padding:0 44px}.c-recording-wrapper .c-recording-top-wrap .c-recording-container .c-recording-btn-section .n-button:not(:last-child){--n-border:2px solid #cbd4e4!important;color:#000}.c-recording-wrapper .c-recording-top-wrap .tip{color:rgba(0,0,0,.8);font-size:16px;margin:0}.c-recording-wrapper .c-recording-top-wrap h3{font-size:32px;margin:0}.c-recording-wrapper .c-recording-content-wrap{border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-sizing:border-box;color:#000;mask-image:linear-gradient(180deg,transparent 0,#000 20%);max-height:150px;overflow-y:auto;padding:16px;position:relative;text-align:left;white-space:pre-wrap;width:100%}.c-recording-wrapper .c-recording-content-wrap::-webkit-scrollbar{background-color:transparent;height:10px;width:10px}.c-recording-wrapper .c-recording-content-wrap::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#b2b2b2;border:3px dashed transparent;border-radius:5px}.c-recording-wrapper .c-recording-content-wrap::-webkit-scrollbar-thumb:hover{background:#b2b2b2}.c-recording-wrapper .c-recording-content-wrap .content{line-height:20px;margin:0}.c-recording-wrapper .c-recording-small{align-items:center;box-sizing:border-box;color:rgba(0,0,0,.8);display:flex;flex-wrap:nowrap;font-size:16px;justify-content:space-between;padding:12px 14px 12px 16px;width:100%}.c-recording-wrapper .c-recording-small .c-recording-chart-box-small,.c-recording-wrapper .c-recording-small .c-recording-chart-box-small-wrap{box-sizing:border-box;height:30px;width:40px}.c-recording-wrapper .c-recording-small .n-icon{cursor:pointer;font-size:30px}.c-recording-wrapper .c-recording-small .tip-small{flex-shrink:0;width:64px}.c-recording-wrapper .c-recording-small .c-recording-wave-view-svg{cursor:default}.c-recording-wrapper .c-recording-small .split-line{border-left:1px solid #cbd4e4;display:inline-block;height:24px;width:1px}.c-recording-wrapper .c-recording-small .c-recording-zoom-svg{font-size:28px}.c-recording-wrapper.c-recording-wrapper-warning{border-color:red}.c-recording-wrapper.c-recording-wrapper-warning .n-spin-content{background-color:hsla(0,94%,75%,.1)}.c-recording-wrapper.c-recording-wrapper-warning .c-recording-top-wrap .tip{color:red}.c-recording-wrapper.c-recording-wrapper-warning .c-recording-content-wrap{border-color:red}.c-recording-wrapper.c-recording-wrapper-warning .c-recording-chart-box-wrap{opacity:0;position:absolute;visibility:hidden;z-index:9999}.c-recording-wrapper.c-recording-wrapper-warning .c-recording-small .tip-small{color:red}.c-recording-wrapper.c-recording-wrapper-warning .c-recording-small .c-recording-chart-box-small-wrap{padding:0 5px}.c-recording-wrapper.c-recording-wrapper-warning .c-recording-small .c-recording-chart-box-small{opacity:0;position:absolute;visibility:hidden;z-index:9999}.c-recording-wrapper.c-recording-wrapper-pause .c-recording-formatted-time{color:red}.c-recording-wrapper.c-recording-wrapper-pause .c-recording-chart-box-wrap{opacity:0;position:absolute;visibility:hidden;z-index:9999}.c-recording-wrapper.c-recording-wrapper-pause .c-recording-small .c-recording-chart-box-small-wrap{padding:0 5px}.c-recording-wrapper.c-recording-wrapper-pause .c-recording-small .c-recording-chart-box-small{opacity:0;position:absolute;visibility:hidden;z-index:9999}.c-recording-wrapper.c-recording-wrapper-disabled .c-recording-small .n-icon:not(.c-recording-zoom-svg){cursor:not-allowed}.c-recording-wrapper.c-recording-wrapper-show_content .c-recording-small,.c-recording-wrapper.c-recording-wrapper-show_content .c-recording-top-wrap{border-bottom:2px solid #cbd4e4}.c-recording-wrapper.c-recording-wrapper-show_content.c-recording-wrapper-warning .c-recording-small,.c-recording-wrapper.c-recording-wrapper-show_content.c-recording-wrapper-warning .c-recording-top-wrap{border-color:red}.c-recording-sdk-wrapper{display:flex;flex-flow:column nowrap}.c-recording-sdk-wrapper .n-scrollbar{flex:1}.c-recording-sdk-wrapper.c-recording-sdk-wrapper-iframe .c-recording-wrapper .c-recording-content-wrap{height:150px}.c-sdk-recording-modal{box-shadow:0 11px 20px 0 rgba(173,198,236,.2);padding:0}
|
@@ -276,10 +276,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
276
276
|
type: "default",
|
277
277
|
onClick: foldQuickSearch
|
278
278
|
}, {
|
279
|
-
default: withCtx(() => {
|
280
|
-
var _a;
|
281
|
-
|
282
|
-
|
279
|
+
default: withCtx(() => [_hoisted_6, createTextVNode(function() {
|
280
|
+
var _a, _b, _c;
|
281
|
+
try {
|
282
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.278")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.278")) || "\u7B5B\u9009";
|
283
|
+
} catch (e) {
|
284
|
+
return "\u7B5B\u9009";
|
285
|
+
}
|
286
|
+
}()), __props.qqConObjCount ? (openBlock(), createElementBlock("span", _hoisted_7, "(" + toDisplayString(__props.qqConObjCount) + ")", 1)) : createCommentVNode("v-if", true)]),
|
283
287
|
_: 1
|
284
288
|
})])) : createCommentVNode("v-if", true), createCommentVNode(" start--\u7B5B\u9009\u5916\u663E--start "), (openBlock(true), createElementBlock(Fragment, null, renderList(outSearchFieldList.value, (item) => {
|
285
289
|
return openBlock(), createElementBlock(Fragment, null, [item.isRender ? (openBlock(), createElementBlock("li", {
|
@@ -298,24 +302,32 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
298
302
|
type: "primary",
|
299
303
|
onClick: outFilterChange
|
300
304
|
}, {
|
301
|
-
default: withCtx(() => {
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
305
|
+
default: withCtx(() => [createVNode(unref(NIcon), {
|
306
|
+
component: unref(Search),
|
307
|
+
size: "16",
|
308
|
+
style: {
|
309
|
+
"margin-right": "6px"
|
310
|
+
}
|
311
|
+
}, null, 8, ["component"]), createTextVNode(function() {
|
312
|
+
var _a, _b, _c;
|
313
|
+
try {
|
314
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.405")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.405")) || "\u67E5\u8BE2";
|
315
|
+
} catch (e) {
|
316
|
+
return "\u67E5\u8BE2";
|
317
|
+
}
|
318
|
+
}())]),
|
311
319
|
_: 1
|
312
320
|
})])) : createCommentVNode("v-if", true), createCommentVNode(" \u91CD\u7F6E\u6309\u94AE "), showResetFilterBtn.value ? (openBlock(), createElementBlock("li", _hoisted_12, [createVNode(unref(NButton), {
|
313
321
|
onClick: handleReset
|
314
322
|
}, {
|
315
|
-
default: withCtx(() => {
|
316
|
-
var _a;
|
317
|
-
|
318
|
-
|
323
|
+
default: withCtx(() => [_hoisted_13, createTextVNode(function() {
|
324
|
+
var _a, _b, _c;
|
325
|
+
try {
|
326
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.406")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.406")) || "\u91CD\u7F6E";
|
327
|
+
} catch (e) {
|
328
|
+
return "\u91CD\u7F6E";
|
329
|
+
}
|
330
|
+
}())]),
|
319
331
|
_: 1
|
320
332
|
})])) : createCommentVNode("v-if", true), createCommentVNode(" \u4E1A\u52A1\u6309\u94AE\u63D2\u69FD "), renderSlot(_ctx.$slots, "buttons")])])])]);
|
321
333
|
};
|