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
@@ -9,7 +9,7 @@ import { isJSON, isValidDate } from '../utils/tool.js';
|
|
9
9
|
import FormBatchOptionsModal from './FormBatchOptionsModal.vue.js';
|
10
10
|
import FormItemPerson from './FormItemPerson.vue.js';
|
11
11
|
|
12
|
-
var _a, _b, _c, _d, _e;
|
12
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o;
|
13
13
|
const _hoisted_1 = {
|
14
14
|
class: "svg-wrap"
|
15
15
|
};
|
@@ -19,21 +19,21 @@ const _hoisted_2 = {
|
|
19
19
|
const _hoisted_3 = {
|
20
20
|
class: "options-title"
|
21
21
|
};
|
22
|
-
const _hoisted_4 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.530")) || "\u5B57\u6BB5\u952E\u540D", -1);
|
22
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("span", null, ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.530")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.530")) || "\u5B57\u6BB5\u952E\u540D", -1);
|
23
23
|
const _hoisted_5 = /* @__PURE__ */ createElementVNode("i", {
|
24
24
|
class: "iconfont-expand-field icon-expand-field-help"
|
25
25
|
}, null, -1);
|
26
26
|
const _hoisted_6 = {
|
27
27
|
class: "options-title"
|
28
28
|
};
|
29
|
-
const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", null, ((
|
29
|
+
const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", null, ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.534")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.534")) || "\u5B57\u6BB5\u95EE\u53F7\u63D0\u793A", -1);
|
30
30
|
const _hoisted_8 = /* @__PURE__ */ createElementVNode("i", {
|
31
31
|
class: "iconfont-expand-field icon-expand-field-help"
|
32
32
|
}, null, -1);
|
33
33
|
const _hoisted_9 = {
|
34
34
|
class: "options-title"
|
35
35
|
};
|
36
|
-
const _hoisted_10 = /* @__PURE__ */ createElementVNode("span", null, ((
|
36
|
+
const _hoisted_10 = /* @__PURE__ */ createElementVNode("span", null, ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.536")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.536")) || "\u9009\u9879\u503C", -1);
|
37
37
|
const _hoisted_11 = /* @__PURE__ */ createElementVNode("svg", {
|
38
38
|
xmlns: "http://www.w3.org/2000/svg",
|
39
39
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
@@ -54,7 +54,7 @@ const _hoisted_11 = /* @__PURE__ */ createElementVNode("svg", {
|
|
54
54
|
const _hoisted_12 = {
|
55
55
|
class: "options-title"
|
56
56
|
};
|
57
|
-
const _hoisted_13 = /* @__PURE__ */ createElementVNode("span", null, ((
|
57
|
+
const _hoisted_13 = /* @__PURE__ */ createElementVNode("span", null, ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.12")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.12")) || "\u9ED8\u8BA4\u503C", -1);
|
58
58
|
const _hoisted_14 = /* @__PURE__ */ createElementVNode("i", {
|
59
59
|
class: "iconfont-expand-field icon-expand-field-help"
|
60
60
|
}, null, -1);
|
@@ -64,7 +64,7 @@ const _hoisted_15 = {
|
|
64
64
|
"align-items": "center"
|
65
65
|
}
|
66
66
|
};
|
67
|
-
const _hoisted_16 = /* @__PURE__ */ createElementVNode("span", null, ((
|
67
|
+
const _hoisted_16 = /* @__PURE__ */ createElementVNode("span", null, ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.543")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.543")) || "\u9009\u62E9", -1);
|
68
68
|
const _hoisted_17 = {
|
69
69
|
style: {
|
70
70
|
"width": "100%"
|
@@ -110,77 +110,77 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
110
110
|
setup(__props, {
|
111
111
|
emit: emits
|
112
112
|
}) {
|
113
|
-
var _a2, _b2, _c2, _d2, _e2,
|
113
|
+
var _a2, _b2, _c2, _d2, _e2, _f2, _g2, _h2, _i2, _j2, _k2, _l2, _m2, _n2, _o2, _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;
|
114
114
|
const props = __props;
|
115
115
|
const $message = useMessage();
|
116
|
-
const defaultPlaceholder = ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.544")) || "\u8BF7\u8F93\u5165\u9ED8\u8BA4\u503C";
|
116
|
+
const defaultPlaceholder = ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.544")) || ((_c2 = (_b2 = window.top) == null ? void 0 : _b2.getLanguageByCode) == null ? void 0 : _c2.call(_b2, "10010.1.544")) || "\u8BF7\u8F93\u5165\u9ED8\u8BA4\u503C";
|
117
117
|
const rules = {
|
118
118
|
name: [{
|
119
119
|
required: true,
|
120
|
-
message: ((
|
120
|
+
message: ((_d2 = window.getLanguageByCode) == null ? void 0 : _d2.call(window, "10010.1.245")) || ((_f2 = (_e2 = window.top) == null ? void 0 : _e2.getLanguageByCode) == null ? void 0 : _f2.call(_e2, "10010.1.245")) || "\u8BF7\u8F93\u5165\u5B57\u6BB5\u6807\u9898",
|
121
121
|
trigger: ["input", "blur"]
|
122
122
|
}],
|
123
123
|
html_type: [{
|
124
124
|
required: true,
|
125
|
-
message: ((
|
125
|
+
message: ((_g2 = window.getLanguageByCode) == null ? void 0 : _g2.call(window, "10010.1.533")) || ((_i2 = (_h2 = window.top) == null ? void 0 : _h2.getLanguageByCode) == null ? void 0 : _i2.call(_h2, "10010.1.533")) || "\u8BF7\u9009\u62E9\u5B57\u6BB5\u7C7B\u578B",
|
126
126
|
trigger: ["input", "blur"]
|
127
127
|
}]
|
128
128
|
};
|
129
129
|
const dateList = [{
|
130
130
|
value: "yyyy-MM-dd HH:mm:ss",
|
131
|
-
label: ((
|
131
|
+
label: ((_j2 = window.getLanguageByCode) == null ? void 0 : _j2.call(window, "10010.1.548")) || ((_l2 = (_k2 = window.top) == null ? void 0 : _k2.getLanguageByCode) == null ? void 0 : _l2.call(_k2, "10010.1.548")) || "\u5E74-\u6708-\u65E5 \u65F6:\u5206:\u79D2"
|
132
132
|
}, {
|
133
133
|
value: "yyyy-MM-dd HH:mm",
|
134
|
-
label: ((
|
134
|
+
label: ((_m2 = window.getLanguageByCode) == null ? void 0 : _m2.call(window, "10010.1.549")) || ((_o2 = (_n2 = window.top) == null ? void 0 : _n2.getLanguageByCode) == null ? void 0 : _o2.call(_n2, "10010.1.549")) || "\u5E74-\u6708-\u65E5 \u65F6:\u5206"
|
135
135
|
}, {
|
136
136
|
value: "yyyy-MM-dd",
|
137
|
-
label: ((
|
137
|
+
label: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.550")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.550")) || "\u5E74-\u6708-\u65E5"
|
138
138
|
}, {
|
139
139
|
value: "yyyy-MM",
|
140
|
-
label: ((
|
140
|
+
label: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.551")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.551")) || "\u5E74-\u6708"
|
141
141
|
}, {
|
142
142
|
value: "MM-dd HH:mm",
|
143
|
-
label: ((
|
143
|
+
label: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.552")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.552")) || "\u6708-\u65E5 \u65F6:\u5206"
|
144
144
|
}, {
|
145
145
|
value: "MM-dd",
|
146
|
-
label: ((
|
146
|
+
label: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.553")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.553")) || "\u6708-\u65E5"
|
147
147
|
}, {
|
148
148
|
value: "HH:mm:ss",
|
149
|
-
label: ((
|
149
|
+
label: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.554")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.554")) || "\u65F6:\u5206:\u79D2"
|
150
150
|
}, {
|
151
151
|
value: "HH:mm",
|
152
|
-
label: ((
|
152
|
+
label: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.555")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.555")) || "\u65F6:\u5206"
|
153
153
|
}];
|
154
154
|
const widthList = [{
|
155
155
|
value: "12",
|
156
|
-
label: ((
|
156
|
+
label: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.29")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.29")) || "\u6574\u884C"
|
157
157
|
}, {
|
158
158
|
value: "6",
|
159
|
-
label: ((
|
159
|
+
label: ((_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"
|
160
160
|
}, {
|
161
161
|
value: "4",
|
162
|
-
label: "1/3" + (((
|
162
|
+
label: "1/3" + (((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.556")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.556")) || "\u884C")
|
163
163
|
}, {
|
164
164
|
value: "8",
|
165
|
-
label: "2/3" + (((
|
165
|
+
label: "2/3" + (((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.556")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.556")) || "\u884C")
|
166
166
|
}, {
|
167
167
|
value: "3",
|
168
|
-
label: "1/4" + (((
|
168
|
+
label: "1/4" + (((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.556")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.556")) || "\u884C")
|
169
169
|
}, {
|
170
170
|
value: "9",
|
171
|
-
label: "3/4" + (((
|
171
|
+
label: "3/4" + (((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.556")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.556")) || "\u884C")
|
172
172
|
}, {
|
173
173
|
value: "2",
|
174
|
-
label: "1/6" + (((
|
174
|
+
label: "1/6" + (((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.556")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.556")) || "\u884C")
|
175
175
|
}, {
|
176
176
|
value: "10",
|
177
|
-
label: "5/6" + (((
|
177
|
+
label: "5/6" + (((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.556")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "10010.1.556")) || "\u884C")
|
178
178
|
}, {
|
179
179
|
value: "1.5",
|
180
|
-
label: "1/8" + (((
|
180
|
+
label: "1/8" + (((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.556")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "10010.1.556")) || "\u884C")
|
181
181
|
}, {
|
182
182
|
value: "10.5",
|
183
|
-
label: "7/8" + (((
|
183
|
+
label: "7/8" + (((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.556")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "10010.1.556")) || "\u884C")
|
184
184
|
}];
|
185
185
|
const isChangeWindow = ref(false);
|
186
186
|
const modalWidth = ref("860px");
|
@@ -528,10 +528,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
528
528
|
};
|
529
529
|
}
|
530
530
|
function validateOptions() {
|
531
|
-
var _a3, _b3;
|
531
|
+
var _a3, _b3, _c3, _d3, _e3, _f3;
|
532
532
|
let res = {
|
533
533
|
validate: false,
|
534
|
-
message: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.557")) || "\u8BF7\u5B8C\u5584\u9009\u9879\u914D\u7F6E"
|
534
|
+
message: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.557")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.557")) || "\u8BF7\u5B8C\u5584\u9009\u9879\u914D\u7F6E"
|
535
535
|
};
|
536
536
|
if (!optionList.value || !optionList.value.length)
|
537
537
|
return res;
|
@@ -549,7 +549,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
549
549
|
}
|
550
550
|
let valList = [...new Set(optionList.value.map((v) => v.value))];
|
551
551
|
if (valList.length !== optionList.value.length) {
|
552
|
-
res.message = ((
|
552
|
+
res.message = ((_d3 = window.getLanguageByCode) == null ? void 0 : _d3.call(window, "10010.1.558")) || ((_f3 = (_e3 = window.top) == null ? void 0 : _e3.getLanguageByCode) == null ? void 0 : _f3.call(_e3, "10010.1.558")) || "\u9009\u9879\u503C\u4E0D\u80FD\u91CD\u590D";
|
553
553
|
return res;
|
554
554
|
}
|
555
555
|
!flag && (res.validate = true);
|
@@ -594,7 +594,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
594
594
|
});
|
595
595
|
}
|
596
596
|
function isCandidateVariable(str, saveOjb) {
|
597
|
-
var _a3, _b3;
|
597
|
+
var _a3, _b3, _c3, _d3, _e3, _f3;
|
598
598
|
if (!str)
|
599
599
|
return;
|
600
600
|
if (typeof str !== "string")
|
@@ -603,13 +603,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
603
603
|
if (!str)
|
604
604
|
return true;
|
605
605
|
if (!str.startsWith("${")) {
|
606
|
-
setCandidateError(saveOjb, ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.559")) || "\u8BF7\u8F93\u5165\u6709\u6548\u7CFB\u7EDF\u53D8\u91CF");
|
606
|
+
setCandidateError(saveOjb, ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.559")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.559")) || "\u8BF7\u8F93\u5165\u6709\u6548\u7CFB\u7EDF\u53D8\u91CF");
|
607
607
|
return "error";
|
608
608
|
}
|
609
609
|
let reg = /\${sys.(.*?)\}/g;
|
610
610
|
let res = reg.exec(str);
|
611
611
|
if (!res || !res[1]) {
|
612
|
-
setCandidateError(saveOjb, ((
|
612
|
+
setCandidateError(saveOjb, ((_d3 = window.getLanguageByCode) == null ? void 0 : _d3.call(window, "10010.1.559")) || ((_f3 = (_e3 = window.top) == null ? void 0 : _e3.getLanguageByCode) == null ? void 0 : _f3.call(_e3, "10010.1.559")) || "\u8BF7\u8F93\u5165\u6709\u6548\u7CFB\u7EDF\u53D8\u91CF");
|
613
613
|
return "error";
|
614
614
|
}
|
615
615
|
return true;
|
@@ -618,7 +618,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
618
618
|
selectPersonStr.value = message;
|
619
619
|
}
|
620
620
|
function validateCandidate(saveOjb) {
|
621
|
-
var _a3;
|
621
|
+
var _a3, _b3, _c3;
|
622
622
|
let {
|
623
623
|
default_val
|
624
624
|
} = saveOjb;
|
@@ -634,19 +634,19 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
634
634
|
console.log("default_val?.length>>>", default_val == null ? void 0 : default_val.length);
|
635
635
|
if (saveOjb.isMultiSelect === "0" && (default_val == null ? void 0 : default_val.length) > 1) {
|
636
636
|
console.log("\u8FDB\u5165\u5230\u5224\u65AD\u91CC\u9762\u4E86>>>>>");
|
637
|
-
setCandidateError(saveOjb, ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.560")) || "\u9009\u4EBA\u7EC4\u4EF6\u4E3A\u5355\u9009");
|
637
|
+
setCandidateError(saveOjb, ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.560")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.560")) || "\u9009\u4EBA\u7EC4\u4EF6\u4E3A\u5355\u9009");
|
638
638
|
return false;
|
639
639
|
}
|
640
640
|
return true;
|
641
641
|
}
|
642
642
|
async function handleSubmit(params = {}) {
|
643
|
-
var _a3;
|
643
|
+
var _a3, _b3, _c3;
|
644
644
|
loading.value = true;
|
645
645
|
try {
|
646
646
|
const res = await saveOrUpdateExtendField(params, expandFieldApiConfig);
|
647
647
|
loading.value = false;
|
648
648
|
if ((res == null ? void 0 : res.result) !== "SUCCESS") {
|
649
|
-
$message.error((res == null ? void 0 : res.resultMsg) || ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.561")) || "\u4FDD\u5B58\u5931\u8D25");
|
649
|
+
$message.error((res == null ? void 0 : res.resultMsg) || ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.561")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.561")) || "\u4FDD\u5B58\u5931\u8D25");
|
650
650
|
return;
|
651
651
|
}
|
652
652
|
handleCancel();
|
@@ -695,8 +695,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
695
695
|
onClick: handleCancel
|
696
696
|
}, {
|
697
697
|
default: withCtx(() => {
|
698
|
-
var _a3;
|
699
|
-
return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.28")) || "\u53D6\u6D88")];
|
698
|
+
var _a3, _b3, _c3;
|
699
|
+
return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.28")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.28")) || "\u53D6\u6D88")];
|
700
700
|
}),
|
701
701
|
_: 1
|
702
702
|
}), createVNode(unref(NButton), {
|
@@ -704,8 +704,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
704
704
|
onClick: handleSave
|
705
705
|
}, {
|
706
706
|
default: withCtx(() => {
|
707
|
-
var _a3;
|
708
|
-
return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.244")) || "\u4FDD\u5B58")];
|
707
|
+
var _a3, _b3, _c3;
|
708
|
+
return [createTextVNode(((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.244")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.244")) || "\u4FDD\u5B58")];
|
709
709
|
}),
|
710
710
|
_: 1
|
711
711
|
})])]),
|
@@ -716,20 +716,20 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
716
716
|
rules
|
717
717
|
}, {
|
718
718
|
default: withCtx(() => {
|
719
|
-
var _a3, _b3, _c3, _d3, _e3,
|
719
|
+
var _a3, _b3, _c3, _d3, _e3, _f3, _g3, _h3, _i3, _j3, _k3, _l3, _m3, _n3, _o3, _p2, _q2, _r2, _s2, _t2, _u2, _v2, _w2, _x2, _y2, _z2, _A2;
|
720
720
|
return [createVNode(unref(NFormItem), {
|
721
721
|
path: "name",
|
722
|
-
label: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.529")) || "\u5B57\u6BB5\u6807\u9898",
|
722
|
+
label: ((_a3 = window.getLanguageByCode) == null ? void 0 : _a3.call(window, "10010.1.529")) || ((_c3 = (_b3 = window.top) == null ? void 0 : _b3.getLanguageByCode) == null ? void 0 : _c3.call(_b3, "10010.1.529")) || "\u5B57\u6BB5\u6807\u9898",
|
723
723
|
"require-mark-placement": "left"
|
724
724
|
}, {
|
725
725
|
default: withCtx(() => {
|
726
|
-
var _a4;
|
726
|
+
var _a4, _b4, _c4;
|
727
727
|
return [createVNode(unref(NInput), {
|
728
728
|
value: defaultData.value.name,
|
729
729
|
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => defaultData.value.name = $event),
|
730
730
|
maxlength: 100,
|
731
731
|
clearable: "",
|
732
|
-
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.383")) || "\u8BF7\u8F93\u5165"
|
732
|
+
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.383")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.383")) || "\u8BF7\u8F93\u5165"
|
733
733
|
}, null, 8, ["value"])];
|
734
734
|
}),
|
735
735
|
_: 1
|
@@ -741,34 +741,34 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
741
741
|
}, {
|
742
742
|
trigger: withCtx(() => [_hoisted_5]),
|
743
743
|
default: withCtx(() => {
|
744
|
-
var _a4;
|
745
|
-
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.531")) || "\u6570\u636E\u5E93\u5B57\u6BB5\u952E\u540D\uFF0C\u4E0D\u586B\u5199\u65F6\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u586B\u5199\u5219\u4EE5\u586B\u5199\u4E3A\u51C6")];
|
744
|
+
var _a4, _b4, _c4;
|
745
|
+
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.531")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.531")) || "\u6570\u636E\u5E93\u5B57\u6BB5\u952E\u540D\uFF0C\u4E0D\u586B\u5199\u65F6\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u586B\u5199\u5219\u4EE5\u586B\u5199\u4E3A\u51C6")];
|
746
746
|
}),
|
747
747
|
_: 1
|
748
748
|
})])]),
|
749
749
|
default: withCtx(() => {
|
750
|
-
var _a4;
|
750
|
+
var _a4, _b4, _c4;
|
751
751
|
return [createVNode(unref(NInput), {
|
752
752
|
value: defaultData.value.key,
|
753
753
|
"onUpdate:value": _cache[1] || (_cache[1] = ($event) => defaultData.value.key = $event),
|
754
754
|
maxlength: 32,
|
755
755
|
disabled: unref(isDis),
|
756
756
|
clearable: "",
|
757
|
-
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.531")) || "\u6570\u636E\u5E93\u5B57\u6BB5\u952E\u540D\uFF0C\u4E0D\u586B\u5199\u65F6\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u586B\u5199\u5219\u4EE5\u586B\u5199\u4E3A\u51C6"
|
757
|
+
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.531")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.531")) || "\u6570\u636E\u5E93\u5B57\u6BB5\u952E\u540D\uFF0C\u4E0D\u586B\u5199\u65F6\u7531\u7CFB\u7EDF\u751F\u6210\uFF0C\u586B\u5199\u5219\u4EE5\u586B\u5199\u4E3A\u51C6"
|
758
758
|
}, null, 8, ["value", "disabled"])];
|
759
759
|
}),
|
760
760
|
_: 1
|
761
761
|
}), createVNode(unref(NFormItem), {
|
762
762
|
path: "html_type",
|
763
|
-
label: ((
|
763
|
+
label: ((_d3 = window.getLanguageByCode) == null ? void 0 : _d3.call(window, "10010.1.532")) || ((_f3 = (_e3 = window.top) == null ? void 0 : _e3.getLanguageByCode) == null ? void 0 : _f3.call(_e3, "10010.1.532")) || "\u5B57\u6BB5\u7C7B\u578B",
|
764
764
|
"require-mark-placement": "left"
|
765
765
|
}, {
|
766
766
|
default: withCtx(() => {
|
767
|
-
var _a4;
|
767
|
+
var _a4, _b4, _c4;
|
768
768
|
return [createVNode(unref(NSelect), {
|
769
769
|
value: defaultData.value.html_type,
|
770
770
|
"onUpdate:value": [_cache[2] || (_cache[2] = ($event) => defaultData.value.html_type = $event), htmlTypeOnChange],
|
771
|
-
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.533")) || "\u8BF7\u9009\u62E9\u5B57\u6BB5\u7C7B\u578B",
|
771
|
+
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.533")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.533")) || "\u8BF7\u9009\u62E9\u5B57\u6BB5\u7C7B\u578B",
|
772
772
|
clearable: "",
|
773
773
|
filterable: "",
|
774
774
|
options: unref(HtmlTypeList)
|
@@ -777,24 +777,24 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
777
777
|
_: 1
|
778
778
|
}), createVNode(unref(NFormItem), {
|
779
779
|
path: "remark",
|
780
|
-
label: ((
|
780
|
+
label: ((_g3 = window.getLanguageByCode) == null ? void 0 : _g3.call(window, "10010.1.534")) || ((_i3 = (_h3 = window.top) == null ? void 0 : _h3.getLanguageByCode) == null ? void 0 : _i3.call(_h3, "10010.1.534")) || "\u5B57\u6BB5\u95EE\u53F7\u63D0\u793A"
|
781
781
|
}, {
|
782
782
|
label: withCtx(() => [createElementVNode("div", _hoisted_6, [_hoisted_7, createVNode(unref(NTooltip), {
|
783
783
|
duration: 0
|
784
784
|
}, {
|
785
785
|
trigger: withCtx(() => [_hoisted_8]),
|
786
786
|
default: withCtx(() => {
|
787
|
-
var _a4;
|
788
|
-
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.535")) || "\u8BBE\u7F6E\u540E\u8BE5\u5B57\u6BB5\u65C1\u4F1A\u6709\u95EE\u53F7\u56FE\u6807\uFF0C\u9F20\u6807\u60AC\u6D6E\u5C55\u793A\u201C\u95EE\u53F7\u63D0\u793A\u201D\u5185\u5BB9\uFF0C\u5E38\u7528\u4E8E\u544A\u8BC9\u7528\u6237\u8BE5\u5B57\u6BB5\u7684\u542B\u4E49")];
|
787
|
+
var _a4, _b4, _c4;
|
788
|
+
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.535")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.535")) || "\u8BBE\u7F6E\u540E\u8BE5\u5B57\u6BB5\u65C1\u4F1A\u6709\u95EE\u53F7\u56FE\u6807\uFF0C\u9F20\u6807\u60AC\u6D6E\u5C55\u793A\u201C\u95EE\u53F7\u63D0\u793A\u201D\u5185\u5BB9\uFF0C\u5E38\u7528\u4E8E\u544A\u8BC9\u7528\u6237\u8BE5\u5B57\u6BB5\u7684\u542B\u4E49")];
|
789
789
|
}),
|
790
790
|
_: 1
|
791
791
|
})])]),
|
792
792
|
default: withCtx(() => {
|
793
|
-
var _a4;
|
793
|
+
var _a4, _b4, _c4;
|
794
794
|
return [createVNode(unref(NInput), {
|
795
795
|
value: defaultData.value.remark,
|
796
796
|
"onUpdate:value": _cache[3] || (_cache[3] = ($event) => defaultData.value.remark = $event),
|
797
|
-
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.383")) || "\u8BF7\u8F93\u5165",
|
797
|
+
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.383")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.383")) || "\u8BF7\u8F93\u5165",
|
798
798
|
type: "textarea",
|
799
799
|
clearable: "",
|
800
800
|
maxlength: 255,
|
@@ -806,14 +806,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
806
806
|
key: 0
|
807
807
|
}, {
|
808
808
|
label: withCtx(() => {
|
809
|
-
var _a4, _b4;
|
809
|
+
var _a4, _b4, _c4, _d4, _e4, _f4;
|
810
810
|
return [createElementVNode("div", _hoisted_9, [_hoisted_10, createElementVNode("span", {
|
811
811
|
class: "batch-span",
|
812
812
|
onClick: handleAddOptions
|
813
|
-
}, ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.537")) || "\u6DFB\u52A0\u9009\u9879"), createElementVNode("span", {
|
813
|
+
}, ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.537")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.537")) || "\u6DFB\u52A0\u9009\u9879"), createElementVNode("span", {
|
814
814
|
class: "batch-span",
|
815
815
|
onClick: _cache[4] || (_cache[4] = () => triggerBatch(true))
|
816
|
-
}, ((
|
816
|
+
}, ((_d4 = window.getLanguageByCode) == null ? void 0 : _d4.call(window, "10010.1.538")) || ((_f4 = (_e4 = window.top) == null ? void 0 : _e4.getLanguageByCode) == null ? void 0 : _f4.call(_e4, "10010.1.538")) || "\u6279\u91CF\u7F16\u8F91")])];
|
817
817
|
}),
|
818
818
|
default: withCtx(() => [createElementVNode("div", {
|
819
819
|
class: normalizeClass(["options-item", {
|
@@ -831,13 +831,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
831
831
|
span: 11
|
832
832
|
}, {
|
833
833
|
default: withCtx(() => {
|
834
|
-
var _a4;
|
834
|
+
var _a4, _b4, _c4;
|
835
835
|
return [createVNode(unref(NInput), {
|
836
836
|
value: item.value,
|
837
837
|
"onUpdate:value": ($event) => item.value = $event,
|
838
838
|
maxLength: 100,
|
839
839
|
allowClear: "",
|
840
|
-
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.536")) || "\u9009\u9879\u503C"
|
840
|
+
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.536")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.536")) || "\u9009\u9879\u503C"
|
841
841
|
}, null, 8, ["value", "onUpdate:value"])];
|
842
842
|
}),
|
843
843
|
_: 2
|
@@ -845,13 +845,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
845
845
|
span: 11
|
846
846
|
}, {
|
847
847
|
default: withCtx(() => {
|
848
|
-
var _a4;
|
848
|
+
var _a4, _b4, _c4;
|
849
849
|
return [createVNode(unref(NInput), {
|
850
850
|
value: item.text,
|
851
851
|
"onUpdate:value": ($event) => item.text = $event,
|
852
852
|
maxLength: 100,
|
853
853
|
allowClear: "",
|
854
|
-
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.539")) || "\u9009\u9879\u6587\u672C"
|
854
|
+
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.539")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.539")) || "\u9009\u9879\u6587\u672C"
|
855
855
|
}, null, 8, ["value", "onUpdate:value"])];
|
856
856
|
}),
|
857
857
|
_: 2
|
@@ -875,17 +875,17 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
875
875
|
})) : createCommentVNode("v-if", true), unref(isNumber)(unref(currentType)) ? (openBlock(), createBlock(unref(NFormItem), {
|
876
876
|
key: 1,
|
877
877
|
path: "decimal_length",
|
878
|
-
label: ((
|
878
|
+
label: ((_j3 = window.getLanguageByCode) == null ? void 0 : _j3.call(window, "10010.1.540")) || ((_l3 = (_k3 = window.top) == null ? void 0 : _k3.getLanguageByCode) == null ? void 0 : _l3.call(_k3, "10010.1.540")) || "\u5C0F\u6570\u4F4D"
|
879
879
|
}, {
|
880
880
|
default: withCtx(() => {
|
881
|
-
var _a4;
|
881
|
+
var _a4, _b4, _c4;
|
882
882
|
return [createVNode(unref(NInputNumber), {
|
883
883
|
style: {
|
884
884
|
"width": "100%"
|
885
885
|
},
|
886
886
|
min: 0,
|
887
887
|
max: 5,
|
888
|
-
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.383")) || "\u8BF7\u8F93\u5165",
|
888
|
+
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.383")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.383")) || "\u8BF7\u8F93\u5165",
|
889
889
|
precision: 0,
|
890
890
|
clearable: "",
|
891
891
|
value: defaultData.value.decimal_length,
|
@@ -896,24 +896,24 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
896
896
|
})) : createCommentVNode("v-if", true), unref(isDate)(unref(currentType)) ? (openBlock(), createBlock(unref(NFormItem), {
|
897
897
|
key: 2,
|
898
898
|
path: "date_format",
|
899
|
-
label: ((
|
899
|
+
label: ((_m3 = window.getLanguageByCode) == null ? void 0 : _m3.call(window, "10010.1.541")) || ((_o3 = (_n3 = window.top) == null ? void 0 : _n3.getLanguageByCode) == null ? void 0 : _o3.call(_n3, "10010.1.541")) || "\u65E5\u671F\u683C\u5F0F"
|
900
900
|
}, {
|
901
901
|
default: withCtx(() => {
|
902
|
-
var _a4;
|
902
|
+
var _a4, _b4, _c4;
|
903
903
|
return [createVNode(unref(NSelect), {
|
904
904
|
style: {
|
905
905
|
"width": "100%"
|
906
906
|
},
|
907
907
|
value: defaultData.value.date_format,
|
908
908
|
"onUpdate:value": [_cache[6] || (_cache[6] = ($event) => defaultData.value.date_format = $event), changeDateFormat],
|
909
|
-
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.147")) || "\u8BF7\u9009\u62E9",
|
909
|
+
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.147")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.147")) || "\u8BF7\u9009\u62E9",
|
910
910
|
options: dateList
|
911
911
|
}, null, 8, ["value"])];
|
912
912
|
}),
|
913
913
|
_: 1
|
914
914
|
})) : createCommentVNode("v-if", true), createCommentVNode(" \u9ED8\u8BA4\u503C>>>>>\u7C7B\u578B\u5BF9\u5E94\u5173\u7CFB "), createVNode(unref(NFormItem), {
|
915
915
|
path: "default_val",
|
916
|
-
label: ((
|
916
|
+
label: ((_p2 = window.getLanguageByCode) == null ? void 0 : _p2.call(window, "10010.1.12")) || ((_r2 = (_q2 = window.top) == null ? void 0 : _q2.getLanguageByCode) == null ? void 0 : _r2.call(_q2, "10010.1.12")) || "\u9ED8\u8BA4\u503C"
|
917
917
|
}, {
|
918
918
|
label: withCtx(() => [createElementVNode("div", _hoisted_12, [_hoisted_13, unref(isCandidate)(unref(currentType)) ? (openBlock(), createBlock(unref(NTooltip), {
|
919
919
|
key: 0,
|
@@ -921,13 +921,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
921
921
|
}, {
|
922
922
|
trigger: withCtx(() => [_hoisted_14]),
|
923
923
|
default: withCtx(() => {
|
924
|
-
var _a4;
|
925
|
-
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.542")) || "\u652F\u6301\u8F93\u5165\u7CFB\u7EDF\u53D8\u91CF\u5F53\u524D\u64CD\u4F5C\u4EBA${sys.userId}\uFF0C\u4E5F\u652F\u6301\u9009\u62E9\u4E00\u4E2A\u4EBA")];
|
924
|
+
var _a4, _b4, _c4;
|
925
|
+
return [createTextVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.542")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.542")) || "\u652F\u6301\u8F93\u5165\u7CFB\u7EDF\u53D8\u91CF\u5F53\u524D\u64CD\u4F5C\u4EBA${sys.userId}\uFF0C\u4E5F\u652F\u6301\u9009\u62E9\u4E00\u4E2A\u4EBA")];
|
926
926
|
}),
|
927
927
|
_: 1
|
928
928
|
})) : createCommentVNode("v-if", true)])]),
|
929
929
|
default: withCtx(() => {
|
930
|
-
var _a4, _b4, _c4;
|
930
|
+
var _a4, _b4, _c4, _d4, _e4, _f4, _g4, _h4, _i4;
|
931
931
|
return [unref(isTextarea)(unref(currentType)) ? (openBlock(), createBlock(unref(NInput), {
|
932
932
|
key: 0,
|
933
933
|
value: defaultData.value.default_val,
|
@@ -939,7 +939,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
939
939
|
rows: 3
|
940
940
|
}, null, 8, ["value"])) : unref(isNumber)(unref(currentType)) ? (openBlock(), createElementBlock(Fragment, {
|
941
941
|
key: 1
|
942
|
-
}, [createCommentVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.292")) || "\u6570\u5B57\u6846"), createVNode(unref(NInputNumber), {
|
942
|
+
}, [createCommentVNode(((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.292")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.292")) || "\u6570\u5B57\u6846"), createVNode(unref(NInputNumber), {
|
943
943
|
style: {
|
944
944
|
"width": "100%"
|
945
945
|
},
|
@@ -963,7 +963,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
963
963
|
options: unref(useOptions)
|
964
964
|
}, null, 8, ["multiple", "value", "options"])], 2112)) : unref(isDate)(unref(currentType)) ? (openBlock(), createElementBlock(Fragment, {
|
965
965
|
key: 3
|
966
|
-
}, [createCommentVNode(((
|
966
|
+
}, [createCommentVNode(((_d4 = window.getLanguageByCode) == null ? void 0 : _d4.call(window, "10010.1.74")) || ((_f4 = (_e4 = window.top) == null ? void 0 : _e4.getLanguageByCode) == null ? void 0 : _f4.call(_e4, "10010.1.74")) || "\u65E5\u671F"), createElementVNode("div", _hoisted_15, [createVNode(unref(NInput), {
|
967
967
|
clearable: "",
|
968
968
|
maxLength: 255,
|
969
969
|
value: defaultData.value.default_val,
|
@@ -981,8 +981,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
981
981
|
onClick: handleMenu
|
982
982
|
}, {
|
983
983
|
default: withCtx(() => {
|
984
|
-
var _a5;
|
985
|
-
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.543")) || "\u9009\u62E9")];
|
984
|
+
var _a5, _b5, _c5;
|
985
|
+
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.543")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.543")) || "\u9009\u62E9")];
|
986
986
|
}),
|
987
987
|
_: 1
|
988
988
|
})]),
|
@@ -1006,8 +1006,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1006
1006
|
onClick: handleMenu
|
1007
1007
|
}, {
|
1008
1008
|
default: withCtx(() => {
|
1009
|
-
var _a5;
|
1010
|
-
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.543")) || "\u9009\u62E9")];
|
1009
|
+
var _a5, _b5, _c5;
|
1010
|
+
return [createTextVNode(((_a5 = window.getLanguageByCode) == null ? void 0 : _a5.call(window, "10010.1.543")) || ((_c5 = (_b5 = window.top) == null ? void 0 : _b5.getLanguageByCode) == null ? void 0 : _c5.call(_b5, "10010.1.543")) || "\u9009\u62E9")];
|
1011
1011
|
}),
|
1012
1012
|
_: 1
|
1013
1013
|
})]),
|
@@ -1057,27 +1057,27 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1057
1057
|
"onUpdate:value": _cache[16] || (_cache[16] = ($event) => defaultData.value.default_val = $event),
|
1058
1058
|
onKeydown: _cache[17] || (_cache[17] = withKeys(withModifiers(() => {
|
1059
1059
|
}, ["prevent"]), ["enter"])),
|
1060
|
-
placeholder: ((
|
1060
|
+
placeholder: ((_g4 = window.getLanguageByCode) == null ? void 0 : _g4.call(window, "10010.1.544")) || ((_i4 = (_h4 = window.top) == null ? void 0 : _h4.getLanguageByCode) == null ? void 0 : _i4.call(_h4, "10010.1.544")) || "\u8BF7\u8F93\u5165\u9ED8\u8BA4\u503C"
|
1061
1061
|
}, null, 8, ["value"])], 2112))];
|
1062
1062
|
}),
|
1063
1063
|
_: 1
|
1064
1064
|
}), createVNode(unref(NFormItem), {
|
1065
1065
|
path: "elem_width",
|
1066
|
-
label: ((
|
1066
|
+
label: ((_s2 = window.getLanguageByCode) == null ? void 0 : _s2.call(window, "10010.1.13")) || ((_u2 = (_t2 = window.top) == null ? void 0 : _t2.getLanguageByCode) == null ? void 0 : _u2.call(_t2, "10010.1.13")) || "\u5BBD\u5EA6"
|
1067
1067
|
}, {
|
1068
1068
|
default: withCtx(() => {
|
1069
|
-
var _a4;
|
1069
|
+
var _a4, _b4, _c4;
|
1070
1070
|
return [createVNode(unref(NSelect), {
|
1071
1071
|
value: defaultData.value.elem_width,
|
1072
1072
|
"onUpdate:value": _cache[18] || (_cache[18] = ($event) => defaultData.value.elem_width = $event),
|
1073
|
-
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.545")) || "\u8BF7\u9009\u62E9\u5BBD\u5EA6",
|
1073
|
+
placeholder: ((_a4 = window.getLanguageByCode) == null ? void 0 : _a4.call(window, "10010.1.545")) || ((_c4 = (_b4 = window.top) == null ? void 0 : _b4.getLanguageByCode) == null ? void 0 : _c4.call(_b4, "10010.1.545")) || "\u8BF7\u9009\u62E9\u5BBD\u5EA6",
|
1074
1074
|
options: widthList
|
1075
1075
|
}, null, 8, ["value"])];
|
1076
1076
|
}),
|
1077
1077
|
_: 1
|
1078
1078
|
}), createVNode(unref(NFormItem), {
|
1079
1079
|
path: "isNull",
|
1080
|
-
label: ((
|
1080
|
+
label: ((_v2 = window.getLanguageByCode) == null ? void 0 : _v2.call(window, "10010.1.16")) || ((_x2 = (_w2 = window.top) == null ? void 0 : _w2.getLanguageByCode) == null ? void 0 : _x2.call(_w2, "10010.1.16")) || "\u662F\u5426\u5FC5\u586B",
|
1081
1081
|
"label-placement": "left"
|
1082
1082
|
}, {
|
1083
1083
|
default: withCtx(() => [createVNode(unref(NSwitch), {
|
@@ -1089,7 +1089,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1089
1089
|
key: 3,
|
1090
1090
|
"label-placement": "left",
|
1091
1091
|
path: "isMultiSelect",
|
1092
|
-
label: ((
|
1092
|
+
label: ((_y2 = window.getLanguageByCode) == null ? void 0 : _y2.call(window, "10010.1.546")) || ((_A2 = (_z2 = window.top) == null ? void 0 : _z2.getLanguageByCode) == null ? void 0 : _A2.call(_z2, "10010.1.546")) || "\u662F\u5426\u591A\u9009"
|
1093
1093
|
}, {
|
1094
1094
|
default: withCtx(() => [createVNode(unref(NSwitch), {
|
1095
1095
|
value: isMultiSelect.value,
|