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
@@ -29,15 +29,15 @@ declare const CardRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
29
29
|
type: import("vue").PropType<Record<string, () => import("vue").VNodeChild>>;
|
30
30
|
};
|
31
31
|
}>> & {
|
32
|
-
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
33
32
|
"onModule-click"?: ((...args: any[]) => any) | undefined;
|
33
|
+
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
34
34
|
}>>;
|
35
35
|
cssVars: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
36
|
-
emit: (event: "
|
36
|
+
emit: (event: "module-click" | "button-click", ...args: any[]) => void;
|
37
37
|
style: import("vue").ComputedRef<any>;
|
38
38
|
componentsFieldList: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
39
39
|
getComponent: typeof import("./src/components").getComponent;
|
40
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
40
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("module-click" | "button-click")[], "module-click" | "button-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
41
41
|
config: {
|
42
42
|
type: import("vue").PropType<{
|
43
43
|
templateStyle?: import("vue").CSSProperties | undefined;
|
@@ -52,8 +52,8 @@ declare const CardRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
52
52
|
type: import("vue").PropType<Record<string, () => import("vue").VNodeChild>>;
|
53
53
|
};
|
54
54
|
}>> & {
|
55
|
-
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
56
55
|
"onModule-click"?: ((...args: any[]) => any) | undefined;
|
56
|
+
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
57
57
|
}, {
|
58
58
|
data: import("../../shared/types").AnyObject;
|
59
59
|
}>>;
|
@@ -31,15 +31,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
31
31
|
type: PropType<Record<string, () => VNodeChild>>;
|
32
32
|
};
|
33
33
|
}>> & {
|
34
|
-
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
35
34
|
"onModule-click"?: ((...args: any[]) => any) | undefined;
|
35
|
+
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
36
36
|
}>>;
|
37
37
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
38
|
-
emit: (event: "
|
38
|
+
emit: (event: "module-click" | "button-click", ...args: any[]) => void;
|
39
39
|
style: import("vue").ComputedRef<any>;
|
40
40
|
componentsFieldList: import("vue").ComputedRef<AnyObject[]>;
|
41
41
|
getComponent: typeof getComponent;
|
42
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
42
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("module-click" | "button-click")[], "module-click" | "button-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
43
43
|
config: {
|
44
44
|
type: PropType<{
|
45
45
|
templateStyle?: CSSProperties | undefined;
|
@@ -54,8 +54,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
54
54
|
type: PropType<Record<string, () => VNodeChild>>;
|
55
55
|
};
|
56
56
|
}>> & {
|
57
|
-
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
58
57
|
"onModule-click"?: ((...args: any[]) => any) | undefined;
|
58
|
+
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
59
59
|
}, {
|
60
60
|
data: AnyObject;
|
61
61
|
}>;
|
@@ -143,6 +143,29 @@ declare function getComponent(type: COMPONENT_TYPE): import("vue").DefineCompone
|
|
143
143
|
default: () => {};
|
144
144
|
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
145
145
|
};
|
146
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "button-click"[], "button-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
147
|
+
config: {
|
148
|
+
default: () => {};
|
149
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
150
|
+
};
|
151
|
+
data: {
|
152
|
+
default: () => {};
|
153
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
154
|
+
};
|
155
|
+
}>> & {
|
156
|
+
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
157
|
+
}, {
|
158
|
+
data: import("../../../../shared/types").AnyObject;
|
159
|
+
config: import("../../../../shared/types").AnyObject;
|
160
|
+
}> | import("vue").DefineComponent<{
|
161
|
+
config: {
|
162
|
+
default: () => {};
|
163
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
164
|
+
};
|
165
|
+
data: {
|
166
|
+
default: () => {};
|
167
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
168
|
+
};
|
146
169
|
}, {
|
147
170
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
148
171
|
config: {
|
@@ -468,29 +491,6 @@ declare function getComponent(type: COMPONENT_TYPE): import("vue").DefineCompone
|
|
468
491
|
default: () => {};
|
469
492
|
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
470
493
|
};
|
471
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "button-click"[], "button-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
472
|
-
config: {
|
473
|
-
default: () => {};
|
474
|
-
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
475
|
-
};
|
476
|
-
data: {
|
477
|
-
default: () => {};
|
478
|
-
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
479
|
-
};
|
480
|
-
}>> & {
|
481
|
-
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
482
|
-
}, {
|
483
|
-
data: import("../../../../shared/types").AnyObject;
|
484
|
-
config: import("../../../../shared/types").AnyObject;
|
485
|
-
}> | import("vue").DefineComponent<{
|
486
|
-
config: {
|
487
|
-
default: () => {};
|
488
|
-
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
489
|
-
};
|
490
|
-
data: {
|
491
|
-
default: () => {};
|
492
|
-
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
493
|
-
};
|
494
494
|
}, {
|
495
495
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
496
496
|
config: {
|
@@ -4,7 +4,7 @@ import { InjectionClassifyfilterType } from '../../../../table-filter/src/consta
|
|
4
4
|
import ClassifyFilterConditionByApi from '../../../../table-filter/src/components/classify-filter/index.vue.js';
|
5
5
|
import BiFilterConditionByApi from '../../../../table-filter/src/components/bi-filter/index.vue.js';
|
6
6
|
|
7
|
-
var _a;
|
7
|
+
var _a, _b, _c;
|
8
8
|
const _hoisted_1 = {
|
9
9
|
class: "svg-wrap"
|
10
10
|
};
|
@@ -20,7 +20,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
20
20
|
},
|
21
21
|
modalTitle: {
|
22
22
|
type: String,
|
23
|
-
default: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.281")) || "\u8BBE\u7F6E\u5206\u7C7B"
|
23
|
+
default: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.281")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.281")) || "\u8BBE\u7F6E\u5206\u7C7B"
|
24
24
|
},
|
25
25
|
conditionList: {
|
26
26
|
type: Array,
|
@@ -142,8 +142,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
142
142
|
onClick: cancelSaveAdd
|
143
143
|
}, {
|
144
144
|
default: withCtx(() => {
|
145
|
-
var _a2;
|
146
|
-
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.28")) || "\u53D6\u6D88")];
|
145
|
+
var _a2, _b2, _c2;
|
146
|
+
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.28")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.28")) || "\u53D6\u6D88")];
|
147
147
|
}),
|
148
148
|
_: 1
|
149
149
|
}), createVNode(unref(NButton), {
|
@@ -151,8 +151,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
151
151
|
onClick: saveAdd
|
152
152
|
}, {
|
153
153
|
default: withCtx(() => {
|
154
|
-
var _a2;
|
155
|
-
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
|
154
|
+
var _a2, _b2, _c2;
|
155
|
+
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.244")) || "\u4FDD\u5B58")];
|
156
156
|
}),
|
157
157
|
_: 1
|
158
158
|
})])]),
|
@@ -104,9 +104,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
104
104
|
actionList_prop.value = {};
|
105
105
|
}
|
106
106
|
async function delItem(checkedItemVal) {
|
107
|
-
var _a, _b;
|
107
|
+
var _a, _b, _c, _d, _e, _f;
|
108
108
|
if (!checkedItemVal) {
|
109
|
-
$message.info(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.410")) || "\u8BF7\u9009\u62E9\u884C");
|
109
|
+
$message.info(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.410")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.410")) || "\u8BF7\u9009\u62E9\u884C");
|
110
110
|
return;
|
111
111
|
}
|
112
112
|
try {
|
@@ -116,7 +116,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
116
116
|
let res = await handleGetConfigApi(params, "requestDeleteTableCondiTion", {}, filterApiConfig);
|
117
117
|
if (!res)
|
118
118
|
return;
|
119
|
-
$message.success(((
|
119
|
+
$message.success(((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.411")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.411")) || "\u5220\u9664\u6210\u529F");
|
120
120
|
emit("saveGetTableCondiTionList", {
|
121
121
|
type: "delete",
|
122
122
|
item: checkedItemVal
|
@@ -185,8 +185,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
185
185
|
onClick: hanleAdd
|
186
186
|
}, {
|
187
187
|
default: withCtx(() => {
|
188
|
-
var _a;
|
189
|
-
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.279")) || "\u65B0\u589E")];
|
188
|
+
var _a, _b, _c;
|
189
|
+
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.279")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.279")) || "\u65B0\u589E")];
|
190
190
|
}),
|
191
191
|
_: 1
|
192
192
|
})]),
|
@@ -5,7 +5,7 @@ import draggableComponent from '../../../../../shared/components/VueDraggable/sr
|
|
5
5
|
import { root_isShowResetButton } from '../../const/index.js';
|
6
6
|
import { cloneDeep } from 'lodash-es';
|
7
7
|
|
8
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
|
8
|
+
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;
|
9
9
|
const _hoisted_1 = {
|
10
10
|
class: "svg-wrap"
|
11
11
|
};
|
@@ -24,20 +24,20 @@ const _hoisted_4 = /* @__PURE__ */ createElementVNode("div", {
|
|
24
24
|
}
|
25
25
|
}), /* @__PURE__ */ createElementVNode("span", {
|
26
26
|
class: "list-title-item",
|
27
|
-
title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.10")) || "\u540D\u79F0"
|
28
|
-
}, ((
|
27
|
+
title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.10")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.10")) || "\u540D\u79F0"
|
28
|
+
}, ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.10")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.10")) || "\u540D\u79F0"), /* @__PURE__ */ createElementVNode("span", {
|
29
29
|
class: "list-title-item",
|
30
|
-
title: ((
|
31
|
-
}, ((
|
30
|
+
title: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.361")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.361")) || "\u7236\u7C7B\u540D\u79F0"
|
31
|
+
}, ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.361")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.361")) || "\u7236\u7C7B\u540D\u79F0"), /* @__PURE__ */ createElementVNode("span", {
|
32
32
|
class: "list-title-item",
|
33
|
-
title: ((
|
34
|
-
}, ((
|
33
|
+
title: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.20")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.20")) || "\u662F\u5426\u663E\u793A"
|
34
|
+
}, ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.20")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.20")) || "\u662F\u5426\u663E\u793A"), /* @__PURE__ */ createElementVNode("span", {
|
35
35
|
class: "list-title-item",
|
36
|
-
title: ((
|
37
|
-
}, ((
|
36
|
+
title: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.412")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.412")) || "\u8BBE\u7F6E\u4E3A\u9ED8\u8BA4"
|
37
|
+
}, ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.412")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.412")) || "\u8BBE\u7F6E\u4E3A\u9ED8\u8BA4"), /* @__PURE__ */ createElementVNode("span", {
|
38
38
|
class: "list-title-item",
|
39
|
-
title: ((
|
40
|
-
}, ((
|
39
|
+
title: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.241")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.241")) || "\u64CD\u4F5C"
|
40
|
+
}, ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.241")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.241")) || "\u64CD\u4F5C")], -1);
|
41
41
|
const _hoisted_5 = ["onClick"];
|
42
42
|
const _hoisted_6 = {
|
43
43
|
class: "list-content-item",
|
@@ -220,7 +220,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
220
220
|
deep: true
|
221
221
|
});
|
222
222
|
return (_ctx, _cache) => {
|
223
|
-
var _a2, _b2;
|
223
|
+
var _a2, _b2, _c2, _d2, _e2, _f2;
|
224
224
|
return openBlock(), createBlock(unref(NModal), {
|
225
225
|
show: visible.value,
|
226
226
|
bodyStyle: {
|
@@ -236,20 +236,20 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
236
236
|
centered: "",
|
237
237
|
transitionName: __props.transitionName,
|
238
238
|
getContainer: __props.getContainer,
|
239
|
-
"positive-text": ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || "\u4FDD\u5B58",
|
240
|
-
"negative-text": ((
|
239
|
+
"positive-text": ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.244")) || "\u4FDD\u5B58",
|
240
|
+
"negative-text": ((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.28")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.28")) || "\u53D6\u6D88",
|
241
241
|
onPositiveClick: handleOk,
|
242
242
|
onNegativeClick: close
|
243
243
|
}, {
|
244
244
|
default: withCtx(() => {
|
245
|
-
var _a3;
|
245
|
+
var _a3, _b3, _c3;
|
246
246
|
return [createVNode(unref(NCard), {
|
247
247
|
style: normalizeStyle({
|
248
248
|
width: modalWidth.value,
|
249
249
|
height: modalHeight.value,
|
250
250
|
overflowY: "auto"
|
251
251
|
}),
|
252
|
-
title: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.281")) || "\u8BBE\u7F6E\u5206\u7C7B",
|
252
|
+
title: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.281")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.281")) || "\u8BBE\u7F6E\u5206\u7C7B",
|
253
253
|
bordered: false,
|
254
254
|
size: "huge",
|
255
255
|
role: "dialog",
|
@@ -272,7 +272,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
272
272
|
item: withCtx(({
|
273
273
|
element
|
274
274
|
}) => {
|
275
|
-
var _a4,
|
275
|
+
var _a4, _b4, _c4, _d3, _e3, _f3, _g2, _h2, _i2;
|
276
276
|
return [withDirectives(createElementVNode("li", {
|
277
277
|
class: normalizeClass({
|
278
278
|
checked: element.checked
|
@@ -286,8 +286,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
286
286
|
size: "24"
|
287
287
|
}, null, 8, ["component"])]),
|
288
288
|
default: withCtx(() => {
|
289
|
-
var _a5;
|
290
|
-
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.282")) || "\u62D6\u62FD\u8C03\u6574\u987A\u5E8F")];
|
289
|
+
var _a5, _b5, _c5;
|
290
|
+
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.282")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.282")) || "\u62D6\u62FD\u8C03\u6574\u987A\u5E8F")];
|
291
291
|
}),
|
292
292
|
_: 1
|
293
293
|
})]), createElementVNode("span", {
|
@@ -304,36 +304,36 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
304
304
|
"onUpdate:value": ($event) => clickChecked(element),
|
305
305
|
size: "small",
|
306
306
|
value: element.isDefault
|
307
|
-
}, null, 8, ["onUpdate:value", "value"])]), createElementVNode("span", _hoisted_11, [createCommentVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.284")) || "\u7F16\u8F91"), withDirectives(createElementVNode("span", null, [createVNode(unref(NTooltip), null, {
|
307
|
+
}, null, 8, ["onUpdate:value", "value"])]), createElementVNode("span", _hoisted_11, [createCommentVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.284")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.284")) || "\u7F16\u8F91"), withDirectives(createElementVNode("span", null, [createVNode(unref(NTooltip), null, {
|
308
308
|
trigger: withCtx(() => [createVNode(unref(NIcon), {
|
309
309
|
component: unref(Brush),
|
310
310
|
onClick: withModifiers(($event) => {
|
311
|
-
var _a5;
|
312
|
-
return handleOperationItem("edit", element, ((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.284")) || "\u7F16\u8F91");
|
311
|
+
var _a5, _b5, _c5;
|
312
|
+
return handleOperationItem("edit", element, ((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.284")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.284")) || "\u7F16\u8F91");
|
313
313
|
}, ["prevent", "stop"])
|
314
314
|
}, null, 8, ["component", "onClick"])]),
|
315
315
|
default: withCtx(() => {
|
316
|
-
var _a5;
|
317
|
-
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.284")) || "\u7F16\u8F91")];
|
316
|
+
var _a5, _b5, _c5;
|
317
|
+
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.284")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.284")) || "\u7F16\u8F91")];
|
318
318
|
}),
|
319
319
|
_: 2
|
320
|
-
}, 1024)], 512), [[vShow, __props.type == "other" || __props.type == "search" && element.isEdit]]), createCommentVNode(((
|
320
|
+
}, 1024)], 512), [[vShow, __props.type == "other" || __props.type == "search" && element.isEdit]]), createCommentVNode(((_d3 = window.getLanguageByCode) == null ? void 0 : _d3.call(window, "10010.1.97")) || ((_f3 = (_e3 = window.top) == null ? void 0 : _e3.getLanguageByCode) == null ? void 0 : _f3.call(_e3, "10010.1.97")) || "\u590D\u5236"), withDirectives(createElementVNode("span", null, [createVNode(unref(NTooltip), null, {
|
321
321
|
trigger: withCtx(() => [createVNode(unref(NIcon), {
|
322
322
|
component: unref(DocumentOutline),
|
323
323
|
onClick: withModifiers(($event) => {
|
324
|
-
var _a5;
|
325
|
-
return handleOperationItem("copy", element, ((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.97")) || "\u590D\u5236");
|
324
|
+
var _a5, _b5, _c5;
|
325
|
+
return handleOperationItem("copy", element, ((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.97")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.97")) || "\u590D\u5236");
|
326
326
|
}, ["prevent", "stop"])
|
327
327
|
}, null, 8, ["component", "onClick"])]),
|
328
328
|
default: withCtx(() => {
|
329
|
-
var _a5;
|
330
|
-
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.97")) || "\u590D\u5236")];
|
329
|
+
var _a5, _b5, _c5;
|
330
|
+
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.97")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.97")) || "\u590D\u5236")];
|
331
331
|
}),
|
332
332
|
_: 2
|
333
|
-
}, 1024)], 512), [[vShow, __props.type == "search" || __props.type == "other"]]), createCommentVNode(((
|
333
|
+
}, 1024)], 512), [[vShow, __props.type == "search" || __props.type == "other"]]), createCommentVNode(((_g2 = window.getLanguageByCode) == null ? void 0 : _g2.call(window, "10010.1.215")) || ((_i2 = (_h2 = window.top) == null ? void 0 : _h2.getLanguageByCode) == null ? void 0 : _i2.call(_h2, "10010.1.215")) || "\u5220\u9664"), element.isEdit ? (openBlock(), createElementBlock("span", _hoisted_12, [createVNode(unref(NPopconfirm), {
|
334
334
|
onPositiveClick: ($event) => {
|
335
|
-
var _a5;
|
336
|
-
return handleOperationItem("delItem", element, ((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.215")) || "\u5220\u9664");
|
335
|
+
var _a5, _b5, _c5;
|
336
|
+
return handleOperationItem("delItem", element, ((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.215")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.215")) || "\u5220\u9664");
|
337
337
|
}
|
338
338
|
}, {
|
339
339
|
trigger: withCtx(() => [createVNode(unref(NIcon), null, {
|
@@ -341,8 +341,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
341
341
|
_: 1
|
342
342
|
})]),
|
343
343
|
default: withCtx(() => {
|
344
|
-
var _a5;
|
345
|
-
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F")];
|
344
|
+
var _a5, _b5, _c5;
|
345
|
+
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.285")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.285")) || "\u662F\u5426\u786E\u8BA4\u5220\u9664\uFF1F")];
|
346
346
|
}),
|
347
347
|
_: 2
|
348
348
|
}, 1032, ["onPositiveClick"])])) : createCommentVNode("v-if", true)])], 10, _hoisted_5), [[vShow, element.type != "line"]])];
|
@@ -353,32 +353,32 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
353
353
|
}, [__props.type == "search" ? {
|
354
354
|
name: "footer",
|
355
355
|
fn: withCtx(() => {
|
356
|
-
var _a4,
|
356
|
+
var _a4, _b4, _c4, _d3, _e3, _f3;
|
357
357
|
return [createElementVNode("div", _hoisted_2, [createElementVNode("div", null, [unref(isShowResetButton) ? (openBlock(), createBlock(unref(NPopconfirm), {
|
358
358
|
key: 0,
|
359
359
|
placement: "top-start",
|
360
|
-
"positive-text": ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.428")) || "\u786E\u8BA4",
|
361
|
-
"negative-text": ((
|
360
|
+
"positive-text": ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.428")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.428")) || "\u786E\u8BA4",
|
361
|
+
"negative-text": ((_d3 = window.getLanguageByCode) == null ? void 0 : _d3.call(window, "10010.1.28")) || ((_f3 = (_e3 = window.top) == null ? void 0 : _e3.getLanguageByCode) == null ? void 0 : _f3.call(_e3, "10010.1.28")) || "\u53D6\u6D88",
|
362
362
|
onPositiveClick: popconfirm
|
363
363
|
}, {
|
364
364
|
trigger: withCtx(() => [createVNode(unref(NButton), null, {
|
365
365
|
default: withCtx(() => {
|
366
|
-
var _a5;
|
367
|
-
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.242")) || "\u6062\u590D\u9ED8\u8BA4\u8BBE\u7F6E")];
|
366
|
+
var _a5, _b5, _c5;
|
367
|
+
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.242")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.242")) || "\u6062\u590D\u9ED8\u8BA4\u8BBE\u7F6E")];
|
368
368
|
}),
|
369
369
|
_: 1
|
370
370
|
})]),
|
371
371
|
default: withCtx(() => {
|
372
|
-
var _a5;
|
373
|
-
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.243")) || "\u786E\u8BA4\u8981\u6062\u590D\u7CFB\u7EDF\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F")];
|
372
|
+
var _a5, _b5, _c5;
|
373
|
+
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.243")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.243")) || "\u786E\u8BA4\u8981\u6062\u590D\u7CFB\u7EDF\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F")];
|
374
374
|
}),
|
375
375
|
_: 1
|
376
376
|
})) : createCommentVNode("v-if", true)]), createElementVNode("div", null, [createVNode(unref(NButton), {
|
377
377
|
onClick: close
|
378
378
|
}, {
|
379
379
|
default: withCtx(() => {
|
380
|
-
var _a5;
|
381
|
-
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.28")) || "\u53D6\u6D88")];
|
380
|
+
var _a5, _b5, _c5;
|
381
|
+
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.28")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.28")) || "\u53D6\u6D88")];
|
382
382
|
}),
|
383
383
|
_: 1
|
384
384
|
}), renderSlot(_ctx.$slots, "add"), createVNode(unref(NButton), {
|
@@ -386,8 +386,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
386
386
|
onClick: handleOk
|
387
387
|
}, {
|
388
388
|
default: withCtx(() => {
|
389
|
-
var _a5;
|
390
|
-
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
|
389
|
+
var _a5, _b5, _c5;
|
390
|
+
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.244")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.244")) || "\u4FDD\u5B58")];
|
391
391
|
}),
|
392
392
|
_: 1
|
393
393
|
})])])];
|