cnhis-design-vue 3.3.1-release.5 → 3.3.2-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/audio-sdk/index.d.ts +20 -0
- package/es/components/audio-sdk/src/Index.vue.d.ts +20 -0
- package/es/components/audio-sdk/src/Index.vue2.js +1 -1
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -0
- package/es/components/audio-sdk/src/audioSDK.js +11 -3
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +10 -0
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +10 -0
- package/es/components/audio-sdk/src/components/recording.vue2.js +5 -0
- package/es/components/audio-sdk/src/constants/index.d.ts +1 -0
- package/es/components/audio-sdk/src/constants/index.js +3 -0
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recordingModal.js +13 -2
- package/es/components/base-search/src/index.vue2.js +6 -6
- package/es/components/big-table/src/BigTable.vue2.js +21 -21
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
- package/es/components/big-table/src/components/edit-form/edit-input.js +2 -2
- package/es/components/big-table/src/components/edit-form/edit-select.js +2 -2
- package/es/components/big-table/src/components/edit-form/edit-time.js +4 -4
- package/es/components/big-table/src/components/input-button.vue2.js +2 -2
- package/es/components/big-table/src/hooks/useNestTable.js +4 -4
- package/es/components/big-table/src/hooks/useTableParse.js +3 -3
- package/es/components/body-select/src/index.vue2.js +4 -4
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +7 -7
- package/es/components/button-print/src/components/EditFormat.vue2.js +4 -4
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +17 -17
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +34 -34
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +11 -11
- package/es/components/button-print/src/components/Preview.vue2.js +2 -2
- package/es/components/button-print/src/utils/dialog.js +6 -6
- package/es/components/button-print/src/utils/print.js +21 -21
- package/es/components/callback/src/components/render/popupMaps.d.ts +17 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +2 -2
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +4 -4
- package/es/components/card-reader-sdk-cn/src/henan/index.js +5 -5
- package/es/components/card-render/index.d.ts +4 -4
- package/es/components/card-render/src/CardRender.vue.d.ts +4 -4
- package/es/components/card-render/src/components/index.d.ts +23 -23
- package/es/components/classification/src/components/search-filter/index.vue2.js +6 -6
- package/es/components/classification/src/components/set-classification/index.vue2.js +5 -5
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +0 -3
- package/es/components/classification/src/components/table-modal/index.vue2.js +45 -45
- package/es/components/classification/src/index.vue2.js +42 -42
- package/es/components/default-page/src/constants/index.js +19 -19
- package/es/components/default-page/src/index.vue2.js +2 -2
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +10 -10
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -4
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -6
- package/es/components/expand-field/src/components/form.vue2.js +87 -87
- package/es/components/expand-field/src/index.vue2.js +16 -16
- package/es/components/expand-field/src/utils/constant.js +12 -12
- package/es/components/fabric-chart/src/components/PopupMenu.js +4 -4
- package/es/components/fabric-chart/src/constants/index.js +10 -10
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -3
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -2
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -5
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -2
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +6 -6
- package/es/components/fabric-chart/src/hooks/useCommon.js +4 -4
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +12 -6
- package/es/components/field-editor/index.d.ts +4 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +4 -0
- package/es/components/field-editor/src/fields.js +30 -30
- package/es/components/field-set/src/FieldColor.vue2.js +15 -15
- package/es/components/field-set/src/FieldFilter.vue2.js +8 -8
- package/es/components/field-set/src/FieldSet.vue2.js +37 -37
- package/es/components/field-set/src/Index.vue2.js +6 -6
- package/es/components/field-set/src/TableStyle.vue2.js +9 -9
- package/es/components/field-set/src/components/condition.vue2.js +8 -8
- package/es/components/field-set/src/components/edit-dialog.vue2.js +23 -23
- package/es/components/field-set/src/components/edit-filter.vue2.js +4 -4
- package/es/components/field-set/src/components/table-row.vue2.js +25 -25
- package/es/components/field-set/src/constants/filter.js +42 -42
- package/es/components/field-set/src/constants/index.js +64 -64
- package/es/components/form-config/index.d.ts +80 -5
- package/es/components/form-config/src/FormConfig.vue.d.ts +80 -5
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +4 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +57 -4
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +16 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +26 -26
- package/es/components/form-config/src/constants/index.d.ts +2 -1
- package/es/components/form-config/src/constants/index.js +12 -11
- package/es/components/form-config/src/hooks/useConfigurationField.js +19 -1
- package/es/components/form-config/src/hooks/useLocale.d.ts +1 -0
- package/es/components/form-config/src/hooks/useLocale.js +32 -31
- package/es/components/form-config/src/types/index.d.ts +1 -0
- package/es/components/form-render/index.d.ts +4 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +4 -0
- package/es/components/form-render/src/FormRender.vue2.js +3 -2
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +4 -0
- package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -2
- package/es/components/form-render/src/components/renderer/date.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/input.d.ts +16 -4
- package/es/components/form-render/src/components/renderer/input.js +39 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +3 -0
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +11 -10
- package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -2
- package/es/components/form-render/src/components/renderer/switch.js +4 -4
- package/es/components/form-render/src/components/renderer/text.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.d.ts +16 -1
- package/es/components/form-render/src/components/renderer/textarea.js +36 -8
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -0
- package/es/components/form-render/src/hooks/useComplexOptions.js +3 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +4 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFormField.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFormField.js +5 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -0
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +11 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.js +1 -0
- package/es/components/form-render/src/utils/schema.js +60 -15
- package/es/components/guide/src/renderer.d.ts +2 -2
- package/es/components/iho-chat/src/Index.vue2.js +2 -2
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +16 -16
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +13 -13
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +24 -24
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +10 -10
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +10 -10
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +13 -13
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +18 -18
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +25 -25
- package/es/components/iho-chat/src/components/ContextMenu.js +7 -7
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +4 -4
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +12 -12
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +10 -10
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +2 -2
- package/es/components/iho-chat/src/components/SiderList.vue2.js +12 -12
- package/es/components/iho-chat/src/components/Video.vue2.js +5 -5
- package/es/components/iho-chat/src/hooks/useVideo.js +2 -2
- package/es/components/iho-chat/src/utils/index.js +14 -14
- package/es/components/iho-table/index.d.ts +13 -1
- package/es/components/iho-table/src/IhoTable.vue.d.ts +13 -2
- package/es/components/iho-table/src/IhoTable.vue2.js +27 -20
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +9 -9
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +9 -9
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +6 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +3 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +13 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +9 -9
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +1 -2
- package/es/components/index.js +0 -3
- package/es/components/info-header/index.d.ts +13 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +13 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +5 -0
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +4 -0
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +21 -21
- package/es/components/keyboard/src/Keyboard.vue2.js +7 -7
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +6 -6
- package/es/components/map/src/Map.vue2.js +2 -2
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +4 -4
- package/es/components/quick-search/src/index.vue2.js +21 -21
- package/es/components/recommend-search/src/components/BaseSearch.js +2 -2
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +4 -4
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +3 -3
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +6 -6
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -2
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -6
- package/es/components/scale-view/src/components/formitem/r-input.js +2 -2
- package/es/components/scale-view/src/components/formitem/r-map.js +2 -2
- package/es/components/scale-view/src/components/formitem/r-radio.js +6 -6
- package/es/components/scale-view/src/components/formitem/r-select.js +2 -2
- package/es/components/scale-view/src/components/formitem/r-sign.js +7 -7
- package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -3
- package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -5
- package/es/components/scale-view/src/hooks/scaleview-init.d.ts +1 -1
- package/es/components/scale-view/src/hooks/scaleview-init.js +2 -2
- package/es/components/scale-view/src/hooks/scaleview-methods.js +4 -4
- package/es/components/scale-view/src/hooks/scaleview-submit.js +3 -3
- package/es/components/scale-view/src/hooks/scaleview-validate.js +9 -9
- package/es/components/search-cascader/src/SearchCascader.vue2.js +2 -2
- package/es/components/select-label/src/LabelFormContent.vue2.js +7 -7
- package/es/components/select-label/src/SelectLabel.vue2.js +13 -13
- package/es/components/select-label/src/components/label-classify.vue2.js +5 -5
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +3 -3
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +3 -3
- package/es/components/select-person/src/SelectPerson.vue2.js +24 -21
- package/es/components/select-person/src/SelectPersonType.vue2.js +13 -13
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +2 -2
- package/es/components/select-person/src/index.vue2.js +3 -3
- package/es/components/shortcut-setter/index.d.ts +16 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +16 -1
- package/es/components/slider-tree/src/index.vue2.js +3 -3
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +23 -25
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +19 -19
- package/es/components/table-export-field/src/index.vue2.js +6 -6
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +5 -5
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -34
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +19 -19
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +3 -3
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +2 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +6 -6
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +3 -3
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +3 -3
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +17 -17
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +4 -4
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +6 -6
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +3 -3
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +2 -2
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +3 -3
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +3 -3
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +6 -6
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +207 -207
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +11 -11
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -3
- package/es/components/table-filter/src/tool/baseOptions.js +19 -19
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -8
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +2 -2
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +4 -4
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +7 -0
- package/es/shared/components/CancelRadio/CancelRadio.js +6 -6
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +76 -77
- package/es/components/ai-chat/index.d.ts +0 -680
- package/es/components/ai-chat/index.js +0 -10
- package/es/components/ai-chat/src/Index.vue.d.ts +0 -682
- package/es/components/ai-chat/src/Index.vue.js +0 -6
- package/es/components/ai-chat/src/Index.vue2.js +0 -175
- package/es/components/ai-chat/src/api/index.d.ts +0 -8
- package/es/components/ai-chat/src/api/index.js +0 -87
- package/es/components/ai-chat/src/components/ChatAudio.vue.d.ts +0 -38
- package/es/components/ai-chat/src/components/ChatAudio.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatAudio.vue2.js +0 -103
- package/es/components/ai-chat/src/components/ChatBI.vue.d.ts +0 -101
- package/es/components/ai-chat/src/components/ChatBI.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatBI.vue2.js +0 -73
- package/es/components/ai-chat/src/components/ChatCard.d.ts +0 -43
- package/es/components/ai-chat/src/components/ChatCard.js +0 -403
- package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +0 -203
- package/es/components/ai-chat/src/components/ChatFooter.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatFooter.vue2.js +0 -373
- package/es/components/ai-chat/src/components/ChatMain.d.ts +0 -2
- package/es/components/ai-chat/src/components/ChatMain.js +0 -350
- package/es/components/ai-chat/src/components/ChatMainDefault.d.ts +0 -2
- package/es/components/ai-chat/src/components/ChatMainDefault.js +0 -278
- package/es/components/ai-chat/src/components/ChatPatient.vue.d.ts +0 -59
- package/es/components/ai-chat/src/components/ChatPatient.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatPatient.vue2.js +0 -218
- package/es/components/ai-chat/src/components/ChatPrompt.vue.d.ts +0 -45
- package/es/components/ai-chat/src/components/ChatPrompt.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatPrompt.vue2.js +0 -143
- package/es/components/ai-chat/src/components/ChatRight.vue.d.ts +0 -57
- package/es/components/ai-chat/src/components/ChatRight.vue.js +0 -6
- package/es/components/ai-chat/src/components/ChatRight.vue2.js +0 -190
- package/es/components/ai-chat/src/components/card/JsonCard.d.ts +0 -25
- package/es/components/ai-chat/src/components/card/JsonCard.js +0 -574
- package/es/components/ai-chat/src/components/message-render/CardRender.d.ts +0 -16
- package/es/components/ai-chat/src/components/message-render/CardRender.js +0 -80
- package/es/components/ai-chat/src/components/message-render/FormRender.d.ts +0 -16
- package/es/components/ai-chat/src/components/message-render/FormRender.js +0 -173
- package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue.d.ts +0 -36
- package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue.js +0 -6
- package/es/components/ai-chat/src/components/mobile/MobileChatAudio.vue2.js +0 -96
- package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue.d.ts +0 -105
- package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue.js +0 -6
- package/es/components/ai-chat/src/components/mobile/MobileChatFooter.vue2.js +0 -260
- package/es/components/ai-chat/src/components/svgs/AddIcon.vue.js +0 -18
- package/es/components/ai-chat/src/components/svgs/AudioIcon.vue.js +0 -37
- package/es/components/ai-chat/src/components/svgs/KeyboardIcon.vue.js +0 -20
- package/es/components/ai-chat/src/components/svgs/MicroPhone.vue.js +0 -48
- package/es/components/ai-chat/src/hooks/index.d.ts +0 -2
- package/es/components/ai-chat/src/hooks/index.js +0 -2
- package/es/components/ai-chat/src/hooks/useChartAudioContext.d.ts +0 -18
- package/es/components/ai-chat/src/hooks/useChartAudioContext.js +0 -202
- package/es/components/ai-chat/src/hooks/useData.d.ts +0 -77
- package/es/components/ai-chat/src/hooks/useData.js +0 -289
- package/es/components/ai-chat/src/hooks/useFooterContext.d.ts +0 -38
- package/es/components/ai-chat/src/hooks/useFooterContext.js +0 -218
- package/es/components/ai-chat/src/hooks/useProgram.d.ts +0 -14
- package/es/components/ai-chat/src/hooks/useProgram.js +0 -306
- package/es/components/ai-chat/src/hooks/useSSE.d.ts +0 -9
- package/es/components/ai-chat/src/hooks/useSSE.js +0 -138
- package/es/components/ai-chat/src/hooks/useWebsocket.d.ts +0 -4
- package/es/components/ai-chat/src/hooks/useWebsocket.js +0 -66
- package/es/components/ai-chat/src/types/index.d.ts +0 -45
- package/es/components/ai-chat/src/types/index.js +0 -1
- package/es/components/ai-chat/src/utils/index.d.ts +0 -7
- package/es/components/ai-chat/src/utils/index.js +0 -41
- package/es/components/ai-chat/style/index.css +0 -1
- package/es/shared/assets/img/ai__avatar.png.js +0 -3
- package/es/shared/assets/img/file-emr.png.js +0 -3
- package/es/shared/assets/img/file.png.js +0 -3
- package/es/shared/assets/img/logo.png.js +0 -3
- package/es/shared/assets/img/use.png.js +0 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C;
|
1
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga;
|
2
2
|
var HtmlType = /* @__PURE__ */ ((HtmlType2) => {
|
3
3
|
HtmlType2["INPUT"] = "INPUT";
|
4
4
|
HtmlType2["TEXTAREA"] = "TEXTAREA";
|
@@ -15,43 +15,43 @@ var HtmlType = /* @__PURE__ */ ((HtmlType2) => {
|
|
15
15
|
const SWITCH_OPTION = {
|
16
16
|
default_val: 1,
|
17
17
|
open: {
|
18
|
-
describe: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.351")) || "\u662F",
|
18
|
+
describe: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.351")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.351")) || "\u662F",
|
19
19
|
value: 0
|
20
20
|
},
|
21
21
|
close: {
|
22
|
-
describe: ((
|
22
|
+
describe: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.352")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.352")) || "\u5426",
|
23
23
|
value: 1
|
24
24
|
}
|
25
25
|
};
|
26
26
|
const HTML_TYPE_OPTIONS = [{
|
27
|
-
text: ((
|
27
|
+
text: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.293")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.293")) || "\u6587\u672C\u6846",
|
28
28
|
value: "INPUT" /* INPUT */
|
29
29
|
}, {
|
30
|
-
text: ((
|
30
|
+
text: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.564")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.564")) || "\u6587\u672C\u57DF",
|
31
31
|
value: "TEXTAREA" /* TEXTAREA */
|
32
32
|
}, {
|
33
|
-
text: ((
|
33
|
+
text: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.292")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.292")) || "\u6570\u5B57\u6846",
|
34
34
|
value: "DIGITAL" /* DIGITAL */
|
35
35
|
}, {
|
36
|
-
text: ((
|
36
|
+
text: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.74")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.74")) || "\u65E5\u671F",
|
37
37
|
value: "DATE" /* DATE */
|
38
38
|
}, {
|
39
|
-
text: ((
|
39
|
+
text: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.565")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.565")) || "\u6A2A\u5411\u5355\u9009",
|
40
40
|
value: "RADIO" /* RADIO */
|
41
41
|
}, {
|
42
|
-
text: ((
|
42
|
+
text: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.566")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.566")) || "\u7EB5\u5411\u5355\u9009",
|
43
43
|
value: "RADIO_BLOCK" /* RADIO_BLOCK */
|
44
44
|
}, {
|
45
|
-
text: ((
|
45
|
+
text: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.567")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.567")) || "\u6A2A\u5411\u591A\u9009",
|
46
46
|
value: "CHECKBOX" /* CHECKBOX */
|
47
47
|
}, {
|
48
|
-
text: ((
|
48
|
+
text: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.568")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.568")) || "\u7EB5\u5411\u591A\u9009",
|
49
49
|
value: "CHECKBOX_BLOCK" /* CHECKBOX_BLOCK */
|
50
50
|
}, {
|
51
|
-
text: ((
|
51
|
+
text: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.294")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.294")) || "\u4E0B\u62C9\u6846",
|
52
52
|
value: "SELECT" /* SELECT */
|
53
53
|
}, {
|
54
|
-
text: ((
|
54
|
+
text: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.569")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.569")) || "\u4E0B\u62C9\u591A\u9009\u6846",
|
55
55
|
value: "MULTI_SELECT" /* MULTI_SELECT */
|
56
56
|
}];
|
57
57
|
const ELEMENT_WIDTH_OPTIONS = [{
|
@@ -79,39 +79,39 @@ const ELEMENT_WIDTH_OPTIONS = [{
|
|
79
79
|
text: "7/8",
|
80
80
|
value: "10.5"
|
81
81
|
}, {
|
82
|
-
text: ((
|
82
|
+
text: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.30")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.30")) || "\u534A\u884C",
|
83
83
|
value: "6"
|
84
84
|
}, {
|
85
|
-
text: ((
|
85
|
+
text: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.29")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.29")) || "\u6574\u884C",
|
86
86
|
value: "12"
|
87
87
|
}];
|
88
88
|
const DATE_FORMAT_OPTIONS = [{
|
89
|
-
text: ((
|
89
|
+
text: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.548")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.548")) || "\u5E74-\u6708-\u65E5 \u65F6:\u5206:\u79D2",
|
90
90
|
value: "yyyy-MM-dd HH:mm:ss"
|
91
91
|
}, {
|
92
|
-
text: ((
|
92
|
+
text: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.549")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.549")) || "\u5E74-\u6708-\u65E5 \u65F6:\u5206",
|
93
93
|
value: "yyyy-MM-dd HH:mm"
|
94
94
|
}, {
|
95
|
-
text: ((
|
95
|
+
text: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.550")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.550")) || "\u5E74-\u6708-\u65E5",
|
96
96
|
value: "yyyy-MM-dd"
|
97
97
|
}, {
|
98
|
-
text: ((
|
98
|
+
text: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.551")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.551")) || "\u5E74-\u6708",
|
99
99
|
value: "yyyy-MM"
|
100
100
|
}, {
|
101
101
|
text: "\u6708-\u65E5 \u65F6-\u5206",
|
102
102
|
value: "MM-dd HH:mm"
|
103
103
|
}, {
|
104
|
-
text: ((
|
104
|
+
text: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.553")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "10010.1.553")) || "\u6708-\u65E5",
|
105
105
|
value: "MM-dd"
|
106
106
|
}, {
|
107
|
-
text: ((
|
107
|
+
text: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.554")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "10010.1.554")) || "\u65F6:\u5206:\u79D2",
|
108
108
|
value: "HH:mm:ss"
|
109
109
|
}, {
|
110
|
-
text: ((
|
110
|
+
text: ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.555")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "10010.1.555")) || "\u65F6:\u5206",
|
111
111
|
value: "HH:mm"
|
112
112
|
}];
|
113
113
|
const DATE_FORMAT_FIELD = {
|
114
|
-
alias: ((
|
114
|
+
alias: ((_ja = window.getLanguageByCode) == null ? void 0 : _ja.call(window, "10010.1.541")) || ((_la = (_ka = window.top) == null ? void 0 : _ka.getLanguageByCode) == null ? void 0 : _la.call(_ka, "10010.1.541")) || "\u65E5\u671F\u683C\u5F0F",
|
115
115
|
val_key: "date_format",
|
116
116
|
html_type: "SELECT",
|
117
117
|
is_null: "0",
|
@@ -139,7 +139,7 @@ const OPTION_FIELD = {
|
|
139
139
|
is_null: "0"
|
140
140
|
}, {
|
141
141
|
elem_width: 6,
|
142
|
-
alias: ((
|
142
|
+
alias: ((_ma = window.getLanguageByCode) == null ? void 0 : _ma.call(window, "10010.1.22")) || ((_oa = (_na = window.top) == null ? void 0 : _na.getLanguageByCode) == null ? void 0 : _oa.call(_na, "10010.1.22")) || "\u503C",
|
143
143
|
val_key: "value",
|
144
144
|
html_type: "INPUT",
|
145
145
|
is_null: "0"
|
@@ -155,22 +155,22 @@ const DEFAULT_FIELD_LIST = [{
|
|
155
155
|
}
|
156
156
|
}
|
157
157
|
}, {
|
158
|
-
alias: ((
|
158
|
+
alias: ((_pa = window.getLanguageByCode) == null ? void 0 : _pa.call(window, "10010.1.530")) || ((_ra = (_qa = window.top) == null ? void 0 : _qa.getLanguageByCode) == null ? void 0 : _ra.call(_qa, "10010.1.530")) || "\u5B57\u6BB5\u952E\u540D",
|
159
159
|
val_key: "key",
|
160
160
|
html_type: "INPUT",
|
161
161
|
remark: "\u6570\u636E\u5E93\u5B57\u6BB5\u952E\u540D,\u4E0D\u586B\u5199\u65F6\u7531\u7CFB\u7EDF\u751F\u6210,\u586B\u5199\u5219\u4EE5\u586B\u5199\u4E3A\u51C6"
|
162
162
|
}, {
|
163
|
-
alias: ((
|
163
|
+
alias: ((_sa = window.getLanguageByCode) == null ? void 0 : _sa.call(window, "10010.1.16")) || ((_ua = (_ta = window.top) == null ? void 0 : _ta.getLanguageByCode) == null ? void 0 : _ua.call(_ta, "10010.1.16")) || "\u662F\u5426\u5FC5\u586B",
|
164
164
|
val_key: "is_null",
|
165
165
|
html_type: "SWITCH",
|
166
166
|
...SWITCH_OPTION
|
167
167
|
}, {
|
168
|
-
alias: ((
|
168
|
+
alias: ((_va = window.getLanguageByCode) == null ? void 0 : _va.call(window, "10010.1.529")) || ((_xa = (_wa = window.top) == null ? void 0 : _wa.getLanguageByCode) == null ? void 0 : _xa.call(_wa, "10010.1.529")) || "\u5B57\u6BB5\u6807\u9898",
|
169
169
|
val_key: "name",
|
170
170
|
html_type: "INPUT",
|
171
171
|
default_val: ""
|
172
172
|
}, {
|
173
|
-
alias: ((
|
173
|
+
alias: ((_ya = window.getLanguageByCode) == null ? void 0 : _ya.call(window, "10010.1.532")) || ((_Aa = (_za = window.top) == null ? void 0 : _za.getLanguageByCode) == null ? void 0 : _Aa.call(_za, "10010.1.532")) || "\u5B57\u6BB5\u7C7B\u578B",
|
174
174
|
val_key: "html_type",
|
175
175
|
html_type: "SELECT",
|
176
176
|
option: HTML_TYPE_OPTIONS,
|
@@ -180,12 +180,12 @@ const DEFAULT_FIELD_LIST = [{
|
|
180
180
|
val_key: "default_val",
|
181
181
|
html_type: "INPUT"
|
182
182
|
}, {
|
183
|
-
alias: ((
|
183
|
+
alias: ((_Ba = window.getLanguageByCode) == null ? void 0 : _Ba.call(window, "10010.1.534")) || ((_Da = (_Ca = window.top) == null ? void 0 : _Ca.getLanguageByCode) == null ? void 0 : _Da.call(_Ca, "10010.1.534")) || "\u5B57\u6BB5\u95EE\u53F7\u63D0\u793A",
|
184
184
|
val_key: "remark",
|
185
185
|
html_type: "INPUT",
|
186
186
|
default_val: ""
|
187
187
|
}, {
|
188
|
-
alias: ((
|
188
|
+
alias: ((_Ea = window.getLanguageByCode) == null ? void 0 : _Ea.call(window, "10010.1.13")) || ((_Ga = (_Fa = window.top) == null ? void 0 : _Fa.getLanguageByCode) == null ? void 0 : _Ga.call(_Fa, "10010.1.13")) || "\u5BBD\u5EA6",
|
189
189
|
val_key: "elem_width",
|
190
190
|
html_type: "SELECT",
|
191
191
|
option: ELEMENT_WIDTH_OPTIONS
|
@@ -50,7 +50,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
50
50
|
expose,
|
51
51
|
emit
|
52
52
|
}) {
|
53
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
53
|
+
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;
|
54
54
|
const props = __props;
|
55
55
|
const visible = ref(false);
|
56
56
|
const currentRow = ref(null);
|
@@ -58,39 +58,39 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
58
58
|
const readonly = ref(false);
|
59
59
|
const isAdd = ref(false);
|
60
60
|
const columns = ref([{
|
61
|
-
title: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.10")) || "\u540D\u79F0",
|
61
|
+
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",
|
62
62
|
type: "text",
|
63
63
|
field: "name"
|
64
64
|
}, {
|
65
|
-
title: ((
|
65
|
+
title: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.9")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.9")) || "\u5B57\u6BB5",
|
66
66
|
type: "text",
|
67
67
|
field: "title"
|
68
68
|
}, {
|
69
|
-
title: ((
|
69
|
+
title: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.236")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.236")) || "\u521B\u5EFA\u65F6\u95F4",
|
70
70
|
type: "text",
|
71
71
|
field: "createDate"
|
72
72
|
}, {
|
73
|
-
title: ((
|
73
|
+
title: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.237")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.237")) || "\u6548\u679C",
|
74
74
|
type: "text",
|
75
75
|
field: "result"
|
76
76
|
}, {
|
77
|
-
title: ((
|
77
|
+
title: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.238")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.238")) || "\u989C\u8272",
|
78
78
|
type: "color",
|
79
79
|
field: "color"
|
80
80
|
}, {
|
81
|
-
title: ((
|
81
|
+
title: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.239")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.239")) || "\u989C\u8272\u5E94\u7528\u4E8E",
|
82
82
|
type: "select",
|
83
83
|
checkedAll: false,
|
84
84
|
disabledAll: false,
|
85
85
|
field: "colorScope"
|
86
86
|
}, {
|
87
|
-
title: ((
|
87
|
+
title: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.240")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.240")) || "\u663E\u793A",
|
88
88
|
type: "checkbox",
|
89
89
|
checkedAll: false,
|
90
90
|
disabledAll: false,
|
91
91
|
field: "status"
|
92
92
|
}, {
|
93
|
-
title: ((
|
93
|
+
title: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.241")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.241")) || "\u64CD\u4F5C",
|
94
94
|
type: "custom",
|
95
95
|
field: "opt"
|
96
96
|
}]);
|
@@ -199,8 +199,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
199
199
|
onClick: onCancle
|
200
200
|
}, {
|
201
201
|
default: withCtx(() => {
|
202
|
-
var _a2;
|
203
|
-
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.28")) || "\u53D6\u6D88")];
|
202
|
+
var _a2, _b2, _c2;
|
203
|
+
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")];
|
204
204
|
}),
|
205
205
|
_: 1
|
206
206
|
}), createVNode(unref(NButton), {
|
@@ -210,8 +210,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
210
210
|
onClick: onAdd
|
211
211
|
}, {
|
212
212
|
default: withCtx(() => {
|
213
|
-
var _a2;
|
214
|
-
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.279")) || "\u65B0\u589E")];
|
213
|
+
var _a2, _b2, _c2;
|
214
|
+
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.279")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.279")) || "\u65B0\u589E")];
|
215
215
|
}),
|
216
216
|
_: 1
|
217
217
|
}), createVNode(unref(NButton), {
|
@@ -219,8 +219,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
219
219
|
onClick: handleFieldSave
|
220
220
|
}, {
|
221
221
|
default: withCtx(() => {
|
222
|
-
var _a2;
|
223
|
-
return [createTextVNode(((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
|
222
|
+
var _a2, _b2, _c2;
|
223
|
+
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")];
|
224
224
|
}),
|
225
225
|
_: 1
|
226
226
|
})])])) : createCommentVNode("v-if", true), visible.value ? (openBlock(), createBlock(EditDialog, {
|
@@ -264,14 +264,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
264
264
|
}
|
265
265
|
}, {
|
266
266
|
default: withCtx(() => {
|
267
|
-
var _a;
|
268
|
-
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.242")) || "\u6062\u590D\u9ED8\u8BA4\u8BBE\u7F6E")];
|
267
|
+
var _a, _b, _c;
|
268
|
+
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.242")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.242")) || "\u6062\u590D\u9ED8\u8BA4\u8BBE\u7F6E")];
|
269
269
|
}),
|
270
270
|
_: 1
|
271
271
|
})]),
|
272
272
|
default: withCtx(() => {
|
273
|
-
var _a;
|
274
|
-
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.243")) || "\u786E\u8BA4\u8981\u6062\u590D\u7CFB\u7EDF\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F")];
|
273
|
+
var _a, _b, _c;
|
274
|
+
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.243")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.243")) || "\u786E\u8BA4\u8981\u6062\u590D\u7CFB\u7EDF\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F")];
|
275
275
|
}),
|
276
276
|
_: 1
|
277
277
|
}), createVNode(unref(NButton), {
|
@@ -281,8 +281,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
281
281
|
onClick: onCancle
|
282
282
|
}, {
|
283
283
|
default: withCtx(() => {
|
284
|
-
var _a;
|
285
|
-
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.28")) || "\u53D6\u6D88")];
|
284
|
+
var _a, _b, _c;
|
285
|
+
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.28")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.28")) || "\u53D6\u6D88")];
|
286
286
|
}),
|
287
287
|
_: 1
|
288
288
|
}), createVNode(unref(NButton), {
|
@@ -290,8 +290,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
290
290
|
onClick: handleFieldSave
|
291
291
|
}, {
|
292
292
|
default: withCtx(() => {
|
293
|
-
var _a;
|
294
|
-
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
|
293
|
+
var _a, _b, _c;
|
294
|
+
return [createTextVNode(((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.244")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.244")) || "\u4FDD\u5B58")];
|
295
295
|
}),
|
296
296
|
_: 1
|
297
297
|
})])])) : createCommentVNode("v-if", true)]);
|
@@ -7,14 +7,14 @@ import { isDisable, setStyle, isDraggableItem, isDraggable, getGroupTree } from
|
|
7
7
|
import { uuidGenerator } from '../../../shared/utils/index.js';
|
8
8
|
import { HelpCircleSharp } from '@vicons/ionicons5';
|
9
9
|
|
10
|
-
var _a;
|
10
|
+
var _a, _b, _c;
|
11
11
|
const _hoisted_1 = {
|
12
12
|
class: "main-wrapper"
|
13
13
|
};
|
14
14
|
const _hoisted_2 = {
|
15
15
|
class: "main-wrapper__table-header"
|
16
16
|
};
|
17
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.246")) || "\u6570\u503C\u8D8A\u5C0F\uFF0C\u4F18\u5148\u7EA7\u8D8A\u9AD8", -1);
|
17
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.246")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.246")) || "\u6570\u503C\u8D8A\u5C0F\uFF0C\u4F18\u5148\u7EA7\u8D8A\u9AD8", -1);
|
18
18
|
const _hoisted_4 = ["tabindex"];
|
19
19
|
const _hoisted_5 = {
|
20
20
|
key: 1,
|
@@ -102,7 +102,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
102
102
|
expose,
|
103
103
|
emit
|
104
104
|
}) {
|
105
|
-
var _a2,
|
105
|
+
var _a2, _b2, _c2, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V;
|
106
106
|
const props = __props;
|
107
107
|
const fieldsMapping = {
|
108
108
|
sid: "id",
|
@@ -118,85 +118,85 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
118
118
|
const tableRef = ref();
|
119
119
|
const newFields = ref([]);
|
120
120
|
const defaultColumns = [{
|
121
|
-
title: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.247")) || "\u6240\u6709\u5B57\u6BB5",
|
121
|
+
title: ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.247")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.247")) || "\u6240\u6709\u5B57\u6BB5",
|
122
122
|
type: "text",
|
123
123
|
field: "title"
|
124
124
|
}, {
|
125
|
-
title: ((
|
125
|
+
title: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.240")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.240")) || "\u663E\u793A",
|
126
126
|
type: "checkbox",
|
127
127
|
checkedAll: false,
|
128
128
|
disabledAll: !!props.fieldShowMaxValue,
|
129
129
|
field: "show",
|
130
130
|
fieldShowMaxValue: props.fieldShowMaxValue
|
131
131
|
}, {
|
132
|
-
title: ((
|
132
|
+
title: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.284")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.284")) || "\u7F16\u8F91",
|
133
133
|
type: "checkbox",
|
134
134
|
checkedAll: false,
|
135
135
|
disabledAll: false,
|
136
136
|
field: "editable"
|
137
137
|
}, {
|
138
|
-
title: ((
|
138
|
+
title: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.248")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.248")) || "\u5FC5\u586B",
|
139
139
|
type: "checkbox",
|
140
140
|
checkedAll: false,
|
141
141
|
disabledAll: false,
|
142
142
|
field: "required"
|
143
143
|
}, {
|
144
|
-
title: ((
|
144
|
+
title: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.249")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.249")) || "\u6392\u5E8F",
|
145
145
|
type: "checkbox",
|
146
146
|
checkedAll: false,
|
147
147
|
disabledAll: false,
|
148
148
|
field: "sort"
|
149
149
|
}, {
|
150
|
-
title: ((
|
150
|
+
title: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.250")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.250")) || "\u52A0\u7C97",
|
151
151
|
type: "checkbox",
|
152
152
|
checkedAll: false,
|
153
153
|
disabledAll: false,
|
154
154
|
field: "bold"
|
155
155
|
}, {
|
156
|
-
title: ((
|
156
|
+
title: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.251")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.251")) || "\u9ED8\u8BA4\u6392\u5E8F",
|
157
157
|
type: "select",
|
158
158
|
field: "sortDirection"
|
159
159
|
}, {
|
160
|
-
title: ((
|
160
|
+
title: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.252")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.252")) || "\u6392\u5E8F\u4F18\u5148\u7EA7",
|
161
161
|
type: "select",
|
162
162
|
field: "sortPriority"
|
163
163
|
}, {
|
164
|
-
title: ((
|
164
|
+
title: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.253")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.253")) || "\u56FA\u5B9A",
|
165
165
|
type: "select",
|
166
166
|
field: "fixedWay"
|
167
167
|
}, {
|
168
|
-
title: ((
|
168
|
+
title: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.254")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.254")) || "\u81EA\u5B9A\u4E49\u6807\u9898",
|
169
169
|
type: "input",
|
170
170
|
field: "alias"
|
171
171
|
}, {
|
172
|
-
title: ((
|
172
|
+
title: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.255")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.255")) || "\u5217\u5BBD",
|
173
173
|
type: "inputNumber",
|
174
174
|
field: "columnWidth"
|
175
175
|
}, {
|
176
|
-
title: ((
|
176
|
+
title: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.256")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.256")) || "\u8868\u5934\u7B5B\u9009",
|
177
177
|
type: "checkbox",
|
178
178
|
isHeadCheckHide: true,
|
179
179
|
field: "isShowHeaderFilter"
|
180
180
|
}, {
|
181
|
-
title: ((
|
181
|
+
title: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.36")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.36")) || "\u641C\u7D22",
|
182
182
|
type: "checkbox",
|
183
183
|
isHeadCheckHide: true,
|
184
184
|
field: "isSearch",
|
185
185
|
hide: true
|
186
186
|
}, {
|
187
|
-
title: ((
|
187
|
+
title: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.257")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.257")) || "\u6C42\u548C",
|
188
188
|
type: "checkbox",
|
189
189
|
isHeadCheckHide: true,
|
190
190
|
field: "isSum",
|
191
191
|
hide: true
|
192
192
|
}, {
|
193
|
-
title: ((
|
193
|
+
title: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.258")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.258")) || "\u5E73\u5747\u503C",
|
194
194
|
type: "checkbox",
|
195
195
|
isHeadCheckHide: true,
|
196
196
|
field: "isAvg",
|
197
197
|
hide: true
|
198
198
|
}, {
|
199
|
-
title: ((
|
199
|
+
title: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.259")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.259")) || "\u8131\u654F\u914D\u7F6E",
|
200
200
|
type: "select",
|
201
201
|
field: "hideExpression",
|
202
202
|
hide: true
|
@@ -241,10 +241,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
241
241
|
emit("reset");
|
242
242
|
}
|
243
243
|
function getShowColumn(column) {
|
244
|
-
var _a3,
|
244
|
+
var _a3, _b3;
|
245
245
|
if (!((_a3 = props.showColumnNames) == null ? void 0 : _a3.length)) {
|
246
246
|
const isEdit = ["editable", "required"].includes(column.field);
|
247
|
-
if (isEdit && !props.isEdit || column.field === "sortPriority" && !props.showSortPriority || column.field === "isShowHeaderFilter" && !props.showHeadFilter || column.field === "hideExpression" && !((
|
247
|
+
if (isEdit && !props.isEdit || column.field === "sortPriority" && !props.showSortPriority || column.field === "isShowHeaderFilter" && !props.showHeadFilter || column.field === "hideExpression" && !((_b3 = props.hideExpressionConfig) == null ? void 0 : _b3.show))
|
248
248
|
return false;
|
249
249
|
return !column.hide;
|
250
250
|
}
|
@@ -372,15 +372,15 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
372
372
|
column.checkedAll = !noAllCheck;
|
373
373
|
}
|
374
374
|
function initColumns() {
|
375
|
-
var _a3,
|
375
|
+
var _a3, _b3, _c3, _d2, _e2, _f2, _g2, _h2;
|
376
376
|
columns.value = cloneDeep(defaultColumns);
|
377
377
|
if ((_a3 = props.showColumnNames) == null ? void 0 : _a3.length) {
|
378
378
|
columns.value = defaultColumns.filter((column) => {
|
379
|
-
var _a4,
|
380
|
-
return column.field === "title" || ((
|
379
|
+
var _a4, _b4;
|
380
|
+
return column.field === "title" || ((_b4 = (_a4 = props.showColumnNames) == null ? void 0 : _a4.includes) == null ? void 0 : _b4.call(_a4, column.field));
|
381
381
|
});
|
382
382
|
}
|
383
|
-
if ((
|
383
|
+
if ((_b3 = props.customColumns) == null ? void 0 : _b3.length) {
|
384
384
|
props.customColumns.forEach((column) => {
|
385
385
|
const {
|
386
386
|
positionField
|
@@ -395,14 +395,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
395
395
|
}
|
396
396
|
if (props.fieldDescribeMode === "column" && hasFieldDescribe.value) {
|
397
397
|
columns.value.push({
|
398
|
-
title: ((
|
398
|
+
title: ((_c3 = window.getLanguageByCode) == null ? void 0 : _c3.call(window, "10010.1.260")) || ((_e2 = (_d2 = window.top) == null ? void 0 : _d2.getLanguageByCode) == null ? void 0 : _e2.call(_d2, "10010.1.260")) || "\u5B57\u6BB5\u63CF\u8FF0",
|
399
399
|
type: "text",
|
400
400
|
field: "feildDescribe"
|
401
401
|
});
|
402
402
|
}
|
403
403
|
if (props.showSeq) {
|
404
404
|
columns.value.splice(1, 0, {
|
405
|
-
title: ((
|
405
|
+
title: ((_f2 = window.getLanguageByCode) == null ? void 0 : _f2.call(window, "10010.1.249")) || ((_h2 = (_g2 = window.top) == null ? void 0 : _g2.getLanguageByCode) == null ? void 0 : _h2.call(_g2, "10010.1.249")) || "\u6392\u5E8F",
|
406
406
|
type: "text",
|
407
407
|
field: "seq"
|
408
408
|
});
|
@@ -439,7 +439,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
439
439
|
getTableFields
|
440
440
|
});
|
441
441
|
return (_ctx, _cache) => {
|
442
|
-
var _a3;
|
442
|
+
var _a3, _b3, _c3;
|
443
443
|
return openBlock(), createElementBlock("div", _hoisted_1, [__props.showSearch ? (openBlock(), createBlock(unref(NInput), {
|
444
444
|
key: 0,
|
445
445
|
class: "main-wrapper__search-wrapper",
|
@@ -448,7 +448,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
448
448
|
valueModifiers: {
|
449
449
|
trim: true
|
450
450
|
},
|
451
|
-
placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.245")) || "\u8BF7\u8F93\u5165\u5B57\u6BB5\u6807\u9898",
|
451
|
+
placeholder: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.245")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.245")) || "\u8BF7\u8F93\u5165\u5B57\u6BB5\u6807\u9898",
|
452
452
|
onKeydown: withKeys(withModifiers(handleSearch, ["prevent"]), ["enter"])
|
453
453
|
}, null, 8, ["value", "onKeydown"])) : createCommentVNode("v-if", true), createElementVNode("div", {
|
454
454
|
class: "main-wrapper__table",
|
@@ -535,14 +535,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
535
535
|
}
|
536
536
|
}, {
|
537
537
|
default: withCtx(() => {
|
538
|
-
var _a4;
|
539
|
-
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.242")) || "\u6062\u590D\u9ED8\u8BA4\u8BBE\u7F6E")];
|
538
|
+
var _a4, _b4, _c4;
|
539
|
+
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.242")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.242")) || "\u6062\u590D\u9ED8\u8BA4\u8BBE\u7F6E")];
|
540
540
|
}),
|
541
541
|
_: 1
|
542
542
|
})]),
|
543
543
|
default: withCtx(() => {
|
544
|
-
var _a4;
|
545
|
-
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.243")) || "\u786E\u8BA4\u8981\u6062\u590D\u7CFB\u7EDF\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F")];
|
544
|
+
var _a4, _b4, _c4;
|
545
|
+
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.243")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.243")) || "\u786E\u8BA4\u8981\u6062\u590D\u7CFB\u7EDF\u9ED8\u8BA4\u8BBE\u7F6E\u5417\uFF1F")];
|
546
546
|
}),
|
547
547
|
_: 1
|
548
548
|
}), createVNode(unref(NButton), {
|
@@ -552,8 +552,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
552
552
|
onClick: onCancle
|
553
553
|
}, {
|
554
554
|
default: withCtx(() => {
|
555
|
-
var _a4;
|
556
|
-
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.28")) || "\u53D6\u6D88")];
|
555
|
+
var _a4, _b4, _c4;
|
556
|
+
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.28")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.28")) || "\u53D6\u6D88")];
|
557
557
|
}),
|
558
558
|
_: 1
|
559
559
|
}), createVNode(unref(NButton), {
|
@@ -561,8 +561,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
561
561
|
onClick: handleFieldSave
|
562
562
|
}, {
|
563
563
|
default: withCtx(() => {
|
564
|
-
var _a4;
|
565
|
-
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
|
564
|
+
var _a4, _b4, _c4;
|
565
|
+
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.244")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.244")) || "\u4FDD\u5B58")];
|
566
566
|
}),
|
567
567
|
_: 1
|
568
568
|
})])])) : createCommentVNode("v-if", true)]);
|
@@ -76,32 +76,32 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
76
76
|
return rest;
|
77
77
|
});
|
78
78
|
const tabList = computed(() => {
|
79
|
-
var _a, _b, _c, _d, _e;
|
79
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o;
|
80
80
|
const list = [{
|
81
81
|
name: "field",
|
82
|
-
tab: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.261")) || "\u5B57\u6BB5\u8BBE\u7F6E",
|
82
|
+
tab: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.261")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.261")) || "\u5B57\u6BB5\u8BBE\u7F6E",
|
83
83
|
render: () => h(FieldSet)
|
84
84
|
}, {
|
85
85
|
name: "fieldColor",
|
86
|
-
tab: ((
|
86
|
+
tab: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.262")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.262")) || "\u5B57\u6BB5\u989C\u8272",
|
87
87
|
render: () => h(FieldColor, {
|
88
88
|
isFieldColor: true,
|
89
89
|
defaultList: props.fieldColorList
|
90
90
|
})
|
91
91
|
}, {
|
92
92
|
name: "highlightRow",
|
93
|
-
tab: ((
|
93
|
+
tab: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.263")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.263")) || "\u9AD8\u4EAE\u884C",
|
94
94
|
render: () => h(FieldColor, {
|
95
95
|
isFieldColor: false,
|
96
96
|
defaultList: props.highlightRowColorList
|
97
97
|
})
|
98
98
|
}, {
|
99
99
|
name: "tableStyle",
|
100
|
-
tab: ((
|
100
|
+
tab: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.264")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.264")) || "\u8868\u683C\u6837\u5F0F",
|
101
101
|
render: () => h(TableStyle)
|
102
102
|
}, {
|
103
103
|
name: "fieldFilter",
|
104
|
-
tab: ((
|
104
|
+
tab: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.265")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.265")) || "\u9AD8\u7EA7\u7B5B\u9009",
|
105
105
|
render: () => h(FieldFilter, {
|
106
106
|
defaultList: props.fieldFilterList,
|
107
107
|
showFilterColumnNames: props.showFilterColumnNames
|