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,113 +1,113 @@
|
|
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;
|
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, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa, _Ta, _Ua, _Va, _Wa, _Xa, _Ya, _Za, __a, _$a, _ab, _bb, _cb, _db, _eb, _fb, _gb, _hb, _ib, _jb, _kb, _lb, _mb, _nb, _ob, _pb, _qb, _rb, _sb, _tb, _ub, _vb, _wb, _xb, _yb, _zb, _Ab, _Bb, _Cb, _Db, _Eb, _Fb, _Gb, _Hb, _Ib, _Jb, _Kb, _Lb, _Mb, _Nb, _Ob, _Pb, _Qb, _Rb, _Sb, _Tb, _Ub, _Vb, _Wb, _Xb, _Yb, _Zb, __b, _$b, _ac, _bc, _cc, _dc, _ec, _fc, _gc, _hc, _ic, _jc, _kc, _lc, _mc, _nc, _oc, _pc, _qc, _rc, _sc, _tc, _uc, _vc, _wc, _xc, _yc, _zc, _Ac;
|
2
2
|
const DATE_CON_LIST = [{
|
3
3
|
name: "NULL",
|
4
|
-
text: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || "\u4E3A\u7A7A"
|
4
|
+
text: ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.338")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.338")) || "\u4E3A\u7A7A"
|
5
5
|
}, {
|
6
6
|
name: "NOT_NULL",
|
7
|
-
text: ((
|
7
|
+
text: ((_d = window.getLanguageByCode) == null ? void 0 : _d.call(window, "10010.1.339")) || ((_f = (_e = window.top) == null ? void 0 : _e.getLanguageByCode) == null ? void 0 : _f.call(_e, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A"
|
8
8
|
}, {
|
9
9
|
name: "IN",
|
10
|
-
text: ((
|
10
|
+
text: ((_g = window.getLanguageByCode) == null ? void 0 : _g.call(window, "10010.1.317")) || ((_i = (_h = window.top) == null ? void 0 : _h.getLanguageByCode) == null ? void 0 : _i.call(_h, "10010.1.317")) || "\u7B49\u4E8E"
|
11
11
|
}, {
|
12
12
|
name: "NEQ",
|
13
|
-
text: ((
|
13
|
+
text: ((_j = window.getLanguageByCode) == null ? void 0 : _j.call(window, "10010.1.318")) || ((_l = (_k = window.top) == null ? void 0 : _k.getLanguageByCode) == null ? void 0 : _l.call(_k, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
|
14
14
|
}, {
|
15
15
|
name: "BIG",
|
16
|
-
text: ((
|
16
|
+
text: ((_m = window.getLanguageByCode) == null ? void 0 : _m.call(window, "10010.1.319")) || ((_o = (_n = window.top) == null ? void 0 : _n.getLanguageByCode) == null ? void 0 : _o.call(_n, "10010.1.319")) || "\u5927\u4E8E"
|
17
17
|
}, {
|
18
18
|
name: "LESS",
|
19
|
-
text: ((
|
19
|
+
text: ((_p = window.getLanguageByCode) == null ? void 0 : _p.call(window, "10010.1.320")) || ((_r = (_q = window.top) == null ? void 0 : _q.getLanguageByCode) == null ? void 0 : _r.call(_q, "10010.1.320")) || "\u5C0F\u4E8E"
|
20
20
|
}, {
|
21
21
|
name: "BIGEQ",
|
22
|
-
text: ((
|
22
|
+
text: ((_s = window.getLanguageByCode) == null ? void 0 : _s.call(window, "10010.1.321")) || ((_u = (_t = window.top) == null ? void 0 : _t.getLanguageByCode) == null ? void 0 : _u.call(_t, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E"
|
23
23
|
}, {
|
24
24
|
name: "LESSEQ",
|
25
|
-
text: ((
|
25
|
+
text: ((_v = window.getLanguageByCode) == null ? void 0 : _v.call(window, "10010.1.322")) || ((_x = (_w = window.top) == null ? void 0 : _w.getLanguageByCode) == null ? void 0 : _x.call(_w, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E"
|
26
26
|
}, {
|
27
27
|
name: "TODAY",
|
28
|
-
text: ((
|
28
|
+
text: ((_y = window.getLanguageByCode) == null ? void 0 : _y.call(window, "10010.1.134")) || ((_A = (_z = window.top) == null ? void 0 : _z.getLanguageByCode) == null ? void 0 : _A.call(_z, "10010.1.134")) || "\u4ECA\u5929"
|
29
29
|
}, {
|
30
30
|
name: "TOMORROW",
|
31
|
-
text: ((
|
31
|
+
text: ((_B = window.getLanguageByCode) == null ? void 0 : _B.call(window, "10010.1.300")) || ((_D = (_C = window.top) == null ? void 0 : _C.getLanguageByCode) == null ? void 0 : _D.call(_C, "10010.1.300")) || "\u660E\u5929"
|
32
32
|
}, {
|
33
33
|
name: "YESTERDAY",
|
34
|
-
text: ((
|
34
|
+
text: ((_E = window.getLanguageByCode) == null ? void 0 : _E.call(window, "10010.1.132")) || ((_G = (_F = window.top) == null ? void 0 : _F.getLanguageByCode) == null ? void 0 : _G.call(_F, "10010.1.132")) || "\u6628\u5929"
|
35
35
|
}, {
|
36
36
|
name: "THIS_WEEK",
|
37
|
-
text: ((
|
37
|
+
text: ((_H = window.getLanguageByCode) == null ? void 0 : _H.call(window, "10010.1.47")) || ((_J = (_I = window.top) == null ? void 0 : _I.getLanguageByCode) == null ? void 0 : _J.call(_I, "10010.1.47")) || "\u672C\u5468"
|
38
38
|
}, {
|
39
39
|
name: "NEXT_WEEK",
|
40
|
-
text: ((
|
40
|
+
text: ((_K = window.getLanguageByCode) == null ? void 0 : _K.call(window, "10010.1.323")) || ((_M = (_L = window.top) == null ? void 0 : _L.getLanguageByCode) == null ? void 0 : _M.call(_L, "10010.1.323")) || "\u4E0B\u5468"
|
41
41
|
}, {
|
42
42
|
name: "UP_WEEK",
|
43
|
-
text: ((
|
43
|
+
text: ((_N = window.getLanguageByCode) == null ? void 0 : _N.call(window, "10010.1.324")) || ((_P = (_O = window.top) == null ? void 0 : _O.getLanguageByCode) == null ? void 0 : _P.call(_O, "10010.1.324")) || "\u4E0A\u5468"
|
44
44
|
}, {
|
45
45
|
name: "THIS_MONTH",
|
46
|
-
text: ((
|
46
|
+
text: ((_Q = window.getLanguageByCode) == null ? void 0 : _Q.call(window, "10010.1.404")) || ((_S = (_R = window.top) == null ? void 0 : _R.getLanguageByCode) == null ? void 0 : _S.call(_R, "10010.1.404")) || "\u672C\u6708"
|
47
47
|
}, {
|
48
48
|
name: "NEXT_MONTH",
|
49
|
-
text: ((
|
49
|
+
text: ((_T = window.getLanguageByCode) == null ? void 0 : _T.call(window, "10010.1.325")) || ((_V = (_U = window.top) == null ? void 0 : _U.getLanguageByCode) == null ? void 0 : _V.call(_U, "10010.1.325")) || "\u4E0B\u6708"
|
50
50
|
}, {
|
51
51
|
name: "UP_MONTH",
|
52
|
-
text: ((
|
52
|
+
text: ((_W = window.getLanguageByCode) == null ? void 0 : _W.call(window, "10010.1.326")) || ((_Y = (_X = window.top) == null ? void 0 : _X.getLanguageByCode) == null ? void 0 : _Y.call(_X, "10010.1.326")) || "\u4E0A\u6708"
|
53
53
|
}, {
|
54
54
|
name: "THIS_SEASON",
|
55
|
-
text: ((
|
55
|
+
text: ((_Z = window.getLanguageByCode) == null ? void 0 : _Z.call(window, "10010.1.327")) || ((_$ = (__ = window.top) == null ? void 0 : __.getLanguageByCode) == null ? void 0 : _$.call(__, "10010.1.327")) || "\u672C\u5B63\u5EA6"
|
56
56
|
}, {
|
57
57
|
name: "NEXT_SEASON",
|
58
|
-
text: ((
|
58
|
+
text: ((_aa = window.getLanguageByCode) == null ? void 0 : _aa.call(window, "10010.1.328")) || ((_ca = (_ba = window.top) == null ? void 0 : _ba.getLanguageByCode) == null ? void 0 : _ca.call(_ba, "10010.1.328")) || "\u4E0B\u5B63\u5EA6"
|
59
59
|
}, {
|
60
60
|
name: "UP_SEASON",
|
61
|
-
text: ((
|
61
|
+
text: ((_da = window.getLanguageByCode) == null ? void 0 : _da.call(window, "10010.1.329")) || ((_fa = (_ea = window.top) == null ? void 0 : _ea.getLanguageByCode) == null ? void 0 : _fa.call(_ea, "10010.1.329")) || "\u4E0A\u5B63\u5EA6"
|
62
62
|
}, {
|
63
63
|
name: "THIS_YEAR",
|
64
|
-
text: ((
|
64
|
+
text: ((_ga = window.getLanguageByCode) == null ? void 0 : _ga.call(window, "10010.1.330")) || ((_ia = (_ha = window.top) == null ? void 0 : _ha.getLanguageByCode) == null ? void 0 : _ia.call(_ha, "10010.1.330")) || "\u672C\u5E74"
|
65
65
|
}, {
|
66
66
|
name: "NEXT_YEAR",
|
67
|
-
text: ((
|
67
|
+
text: ((_ja = window.getLanguageByCode) == null ? void 0 : _ja.call(window, "10010.1.331")) || ((_la = (_ka = window.top) == null ? void 0 : _ka.getLanguageByCode) == null ? void 0 : _la.call(_ka, "10010.1.331")) || "\u4E0B\u5E74"
|
68
68
|
}, {
|
69
69
|
name: "UP_YEAR",
|
70
|
-
text: ((
|
70
|
+
text: ((_ma = window.getLanguageByCode) == null ? void 0 : _ma.call(window, "10010.1.358")) || ((_oa = (_na = window.top) == null ? void 0 : _na.getLanguageByCode) == null ? void 0 : _oa.call(_na, "10010.1.358")) || "\u4E0A\u5E74"
|
71
71
|
}, {
|
72
72
|
name: "L_",
|
73
|
-
text: ((
|
73
|
+
text: ((_pa = window.getLanguageByCode) == null ? void 0 : _pa.call(window, "10010.1.332")) || ((_ra = (_qa = window.top) == null ? void 0 : _qa.getLanguageByCode) == null ? void 0 : _ra.call(_qa, "10010.1.332")) || "\u4EE5\u524D"
|
74
74
|
}, {
|
75
75
|
name: "N_",
|
76
|
-
text: ((
|
76
|
+
text: ((_sa = window.getLanguageByCode) == null ? void 0 : _sa.call(window, "10010.1.333")) || ((_ua = (_ta = window.top) == null ? void 0 : _ta.getLanguageByCode) == null ? void 0 : _ua.call(_ta, "10010.1.333")) || "\u4EE5\u540E"
|
77
77
|
}, {
|
78
78
|
name: "IN_THE_PAST",
|
79
|
-
text: ((
|
79
|
+
text: ((_va = window.getLanguageByCode) == null ? void 0 : _va.call(window, "10010.1.334")) || ((_xa = (_wa = window.top) == null ? void 0 : _wa.getLanguageByCode) == null ? void 0 : _xa.call(_wa, "10010.1.334")) || "\u8FC7\u53BB\u5185"
|
80
80
|
}, {
|
81
81
|
name: "IN_THE_FUTURE",
|
82
|
-
text: ((
|
82
|
+
text: ((_ya = window.getLanguageByCode) == null ? void 0 : _ya.call(window, "10010.1.335")) || ((_Aa = (_za = window.top) == null ? void 0 : _za.getLanguageByCode) == null ? void 0 : _Aa.call(_za, "10010.1.335")) || "\u672A\u6765\u5185"
|
83
83
|
}, {
|
84
84
|
name: "IN_THE_PAST_DI",
|
85
|
-
text: ((
|
85
|
+
text: ((_Ba = window.getLanguageByCode) == null ? void 0 : _Ba.call(window, "10010.1.336")) || ((_Da = (_Ca = window.top) == null ? void 0 : _Ca.getLanguageByCode) == null ? void 0 : _Da.call(_Ca, "10010.1.336")) || "\u8FC7\u53BB\u7B2C"
|
86
86
|
}, {
|
87
87
|
name: "IN_THE_FUTURE_DI",
|
88
|
-
text: ((
|
88
|
+
text: ((_Ea = window.getLanguageByCode) == null ? void 0 : _Ea.call(window, "10010.1.337")) || ((_Ga = (_Fa = window.top) == null ? void 0 : _Fa.getLanguageByCode) == null ? void 0 : _Ga.call(_Fa, "10010.1.337")) || "\u672A\u6765\u7B2C"
|
89
89
|
}];
|
90
90
|
const TEXT_CON_LIST = [{
|
91
91
|
name: "NULL",
|
92
|
-
text: ((
|
92
|
+
text: ((_Ha = window.getLanguageByCode) == null ? void 0 : _Ha.call(window, "10010.1.338")) || ((_Ja = (_Ia = window.top) == null ? void 0 : _Ia.getLanguageByCode) == null ? void 0 : _Ja.call(_Ia, "10010.1.338")) || "\u4E3A\u7A7A"
|
93
93
|
}, {
|
94
94
|
name: "NOT_NULL",
|
95
|
-
text: ((
|
95
|
+
text: ((_Ka = window.getLanguageByCode) == null ? void 0 : _Ka.call(window, "10010.1.339")) || ((_Ma = (_La = window.top) == null ? void 0 : _La.getLanguageByCode) == null ? void 0 : _Ma.call(_La, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A"
|
96
96
|
}, {
|
97
97
|
name: "CL",
|
98
|
-
text: ((
|
98
|
+
text: ((_Na = window.getLanguageByCode) == null ? void 0 : _Na.call(window, "10010.1.340")) || ((_Pa = (_Oa = window.top) == null ? void 0 : _Oa.getLanguageByCode) == null ? void 0 : _Pa.call(_Oa, "10010.1.340")) || "\u5305\u542B"
|
99
99
|
}, {
|
100
100
|
name: "NC",
|
101
|
-
text: ((
|
101
|
+
text: ((_Qa = window.getLanguageByCode) == null ? void 0 : _Qa.call(window, "10010.1.341")) || ((_Sa = (_Ra = window.top) == null ? void 0 : _Ra.getLanguageByCode) == null ? void 0 : _Sa.call(_Ra, "10010.1.341")) || "\u4E0D\u5305\u542B"
|
102
102
|
}, {
|
103
103
|
name: "IN_ARR",
|
104
|
-
text: ((
|
104
|
+
text: ((_Ta = window.getLanguageByCode) == null ? void 0 : _Ta.call(window, "10010.1.342")) || ((_Va = (_Ua = window.top) == null ? void 0 : _Ua.getLanguageByCode) == null ? void 0 : _Va.call(_Ua, "10010.1.342")) || "\u88AB\u5305\u542B"
|
105
105
|
}, {
|
106
106
|
name: "EQ",
|
107
|
-
text: ((
|
107
|
+
text: ((_Wa = window.getLanguageByCode) == null ? void 0 : _Wa.call(window, "10010.1.317")) || ((_Ya = (_Xa = window.top) == null ? void 0 : _Xa.getLanguageByCode) == null ? void 0 : _Ya.call(_Xa, "10010.1.317")) || "\u7B49\u4E8E"
|
108
108
|
}, {
|
109
109
|
name: "NEQ",
|
110
|
-
text: ((
|
110
|
+
text: ((_Za = window.getLanguageByCode) == null ? void 0 : _Za.call(window, "10010.1.318")) || ((_$a = (__a = window.top) == null ? void 0 : __a.getLanguageByCode) == null ? void 0 : _$a.call(__a, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
|
111
111
|
}];
|
112
112
|
const FIELD_TYPE_LIST = [{
|
113
113
|
conList: DATE_CON_LIST,
|
@@ -122,10 +122,10 @@ const FIELD_TYPE_LIST = [{
|
|
122
122
|
}, {
|
123
123
|
conList: [{
|
124
124
|
name: "EQ",
|
125
|
-
text: ((
|
125
|
+
text: ((_ab = window.getLanguageByCode) == null ? void 0 : _ab.call(window, "10010.1.317")) || ((_cb = (_bb = window.top) == null ? void 0 : _bb.getLanguageByCode) == null ? void 0 : _cb.call(_bb, "10010.1.317")) || "\u7B49\u4E8E"
|
126
126
|
}, {
|
127
127
|
name: "NEQ",
|
128
|
-
text: ((
|
128
|
+
text: ((_db = window.getLanguageByCode) == null ? void 0 : _db.call(window, "10010.1.318")) || ((_fb = (_eb = window.top) == null ? void 0 : _eb.getLanguageByCode) == null ? void 0 : _fb.call(_eb, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
|
129
129
|
}],
|
130
130
|
name: "BOOLEAN",
|
131
131
|
type: "BOOLEAN"
|
@@ -141,28 +141,28 @@ const FIELD_TYPE_LIST = [{
|
|
141
141
|
}, {
|
142
142
|
conList: [{
|
143
143
|
name: "NULL",
|
144
|
-
text: ((
|
144
|
+
text: ((_gb = window.getLanguageByCode) == null ? void 0 : _gb.call(window, "10010.1.338")) || ((_ib = (_hb = window.top) == null ? void 0 : _hb.getLanguageByCode) == null ? void 0 : _ib.call(_hb, "10010.1.338")) || "\u4E3A\u7A7A"
|
145
145
|
}, {
|
146
146
|
name: "NOT_NULL",
|
147
|
-
text: ((
|
147
|
+
text: ((_jb = window.getLanguageByCode) == null ? void 0 : _jb.call(window, "10010.1.339")) || ((_lb = (_kb = window.top) == null ? void 0 : _kb.getLanguageByCode) == null ? void 0 : _lb.call(_kb, "10010.1.339")) || "\u4E0D\u4E3A\u7A7A"
|
148
148
|
}, {
|
149
149
|
name: "EQ",
|
150
|
-
text: ((
|
150
|
+
text: ((_mb = window.getLanguageByCode) == null ? void 0 : _mb.call(window, "10010.1.317")) || ((_ob = (_nb = window.top) == null ? void 0 : _nb.getLanguageByCode) == null ? void 0 : _ob.call(_nb, "10010.1.317")) || "\u7B49\u4E8E"
|
151
151
|
}, {
|
152
152
|
name: "NEQ",
|
153
|
-
text: ((
|
153
|
+
text: ((_pb = window.getLanguageByCode) == null ? void 0 : _pb.call(window, "10010.1.318")) || ((_rb = (_qb = window.top) == null ? void 0 : _qb.getLanguageByCode) == null ? void 0 : _rb.call(_qb, "10010.1.318")) || "\u4E0D\u7B49\u4E8E"
|
154
154
|
}, {
|
155
155
|
name: "BIG",
|
156
|
-
text: ((
|
156
|
+
text: ((_sb = window.getLanguageByCode) == null ? void 0 : _sb.call(window, "10010.1.319")) || ((_ub = (_tb = window.top) == null ? void 0 : _tb.getLanguageByCode) == null ? void 0 : _ub.call(_tb, "10010.1.319")) || "\u5927\u4E8E"
|
157
157
|
}, {
|
158
158
|
name: "LESS",
|
159
|
-
text: ((
|
159
|
+
text: ((_vb = window.getLanguageByCode) == null ? void 0 : _vb.call(window, "10010.1.320")) || ((_xb = (_wb = window.top) == null ? void 0 : _wb.getLanguageByCode) == null ? void 0 : _xb.call(_wb, "10010.1.320")) || "\u5C0F\u4E8E"
|
160
160
|
}, {
|
161
161
|
name: "BIGEQ",
|
162
|
-
text: ((
|
162
|
+
text: ((_yb = window.getLanguageByCode) == null ? void 0 : _yb.call(window, "10010.1.321")) || ((_Ab = (_zb = window.top) == null ? void 0 : _zb.getLanguageByCode) == null ? void 0 : _Ab.call(_zb, "10010.1.321")) || "\u5927\u4E8E\u7B49\u4E8E"
|
163
163
|
}, {
|
164
164
|
name: "LESSEQ",
|
165
|
-
text: ((
|
165
|
+
text: ((_Bb = window.getLanguageByCode) == null ? void 0 : _Bb.call(window, "10010.1.322")) || ((_Db = (_Cb = window.top) == null ? void 0 : _Cb.getLanguageByCode) == null ? void 0 : _Db.call(_Cb, "10010.1.322")) || "\u5C0F\u4E8E\u7B49\u4E8E"
|
166
166
|
}],
|
167
167
|
name: "NUMBER",
|
168
168
|
type: "number"
|
@@ -172,52 +172,52 @@ const FIELD_TYPE_LIST = [{
|
|
172
172
|
type: "jsonb"
|
173
173
|
}];
|
174
174
|
const SHOWSETTING_OPTIONS = [{
|
175
|
-
text: ((
|
175
|
+
text: ((_Eb = window.getLanguageByCode) == null ? void 0 : _Eb.call(window, "10010.1.343")) || ((_Gb = (_Fb = window.top) == null ? void 0 : _Fb.getLanguageByCode) == null ? void 0 : _Gb.call(_Fb, "10010.1.343")) || "\u5F15\u7528\u9009\u9879",
|
176
176
|
name: "CONVERT"
|
177
177
|
}];
|
178
178
|
const WORDBOOK_OPTIONS = [{
|
179
|
-
text: ((
|
179
|
+
text: ((_Hb = window.getLanguageByCode) == null ? void 0 : _Hb.call(window, "10010.1.343")) || ((_Jb = (_Ib = window.top) == null ? void 0 : _Ib.getLanguageByCode) == null ? void 0 : _Jb.call(_Ib, "10010.1.343")) || "\u5F15\u7528\u9009\u9879",
|
180
180
|
name: "QUOTE"
|
181
181
|
}, {
|
182
|
-
text: ((
|
182
|
+
text: ((_Kb = window.getLanguageByCode) == null ? void 0 : _Kb.call(window, "10010.1.344")) || ((_Mb = (_Lb = window.top) == null ? void 0 : _Lb.getLanguageByCode) == null ? void 0 : _Mb.call(_Lb, "10010.1.344")) || "\u4E0D\u5F15\u7528\u9009\u9879",
|
183
183
|
name: "QUOTE_NOT"
|
184
184
|
}];
|
185
185
|
const CUSTOM_INPUT_OPTIONS = [{
|
186
|
-
title: ((
|
186
|
+
title: ((_Nb = window.getLanguageByCode) == null ? void 0 : _Nb.call(window, "10010.1.345")) || ((_Pb = (_Ob = window.top) == null ? void 0 : _Ob.getLanguageByCode) == null ? void 0 : _Pb.call(_Ob, "10010.1.345")) || "\u81EA\u5B9A\u4E49\u8F93\u5165",
|
187
187
|
columnName: "custom"
|
188
188
|
}];
|
189
189
|
const UNIT_OPTIONS = [{
|
190
|
-
label: ((
|
190
|
+
label: ((_Qb = window.getLanguageByCode) == null ? void 0 : _Qb.call(window, "10010.1.144")) || ((_Sb = (_Rb = window.top) == null ? void 0 : _Rb.getLanguageByCode) == null ? void 0 : _Sb.call(_Rb, "10010.1.144")) || "\u5929",
|
191
191
|
value: "DAY"
|
192
192
|
}, {
|
193
|
-
label: ((
|
193
|
+
label: ((_Tb = window.getLanguageByCode) == null ? void 0 : _Tb.call(window, "10010.1.346")) || ((_Vb = (_Ub = window.top) == null ? void 0 : _Ub.getLanguageByCode) == null ? void 0 : _Vb.call(_Ub, "10010.1.346")) || "\u5468",
|
194
194
|
value: "WEEK"
|
195
195
|
}, {
|
196
|
-
label: ((
|
196
|
+
label: ((_Wb = window.getLanguageByCode) == null ? void 0 : _Wb.call(window, "10010.1.347")) || ((_Yb = (_Xb = window.top) == null ? void 0 : _Xb.getLanguageByCode) == null ? void 0 : _Yb.call(_Xb, "10010.1.347")) || "\u6708",
|
197
197
|
value: "MONTH"
|
198
198
|
}, {
|
199
|
-
label: ((_$ = window.getLanguageByCode) == null ? void 0 : _
|
199
|
+
label: ((_Zb = window.getLanguageByCode) == null ? void 0 : _Zb.call(window, "10010.1.348")) || ((_$b = (__b = window.top) == null ? void 0 : __b.getLanguageByCode) == null ? void 0 : _$b.call(__b, "10010.1.348")) || "\u5B63\u5EA6",
|
200
200
|
value: "QUARTER"
|
201
201
|
}, {
|
202
|
-
label: ((
|
202
|
+
label: ((_ac = window.getLanguageByCode) == null ? void 0 : _ac.call(window, "10010.1.349")) || ((_cc = (_bc = window.top) == null ? void 0 : _bc.getLanguageByCode) == null ? void 0 : _cc.call(_bc, "10010.1.349")) || "\u5E74",
|
203
203
|
value: "YEAR"
|
204
204
|
}, {
|
205
|
-
label: ((
|
205
|
+
label: ((_dc = window.getLanguageByCode) == null ? void 0 : _dc.call(window, "10010.1.350")) || ((_fc = (_ec = window.top) == null ? void 0 : _ec.getLanguageByCode) == null ? void 0 : _fc.call(_ec, "10010.1.350")) || "\u5C0F\u65F6",
|
206
206
|
value: "HOUR"
|
207
207
|
}];
|
208
208
|
const BOOLEAN_OPTIONS = [{
|
209
|
-
label: ((
|
209
|
+
label: ((_gc = window.getLanguageByCode) == null ? void 0 : _gc.call(window, "10010.1.351")) || ((_ic = (_hc = window.top) == null ? void 0 : _hc.getLanguageByCode) == null ? void 0 : _ic.call(_hc, "10010.1.351")) || "\u662F",
|
210
210
|
value: "true"
|
211
211
|
}, {
|
212
|
-
label: ((
|
212
|
+
label: ((_jc = window.getLanguageByCode) == null ? void 0 : _jc.call(window, "10010.1.352")) || ((_lc = (_kc = window.top) == null ? void 0 : _kc.getLanguageByCode) == null ? void 0 : _lc.call(_kc, "10010.1.352")) || "\u5426",
|
213
213
|
value: "false"
|
214
214
|
}];
|
215
215
|
const COLOR_MAP = Object.freeze({
|
216
|
-
"#FFC400": ((
|
217
|
-
"#00B145": ((
|
218
|
-
"#427BFF": ((
|
219
|
-
"#C163FF": ((
|
220
|
-
"#DB0000": ((
|
216
|
+
"#FFC400": ((_mc = window.getLanguageByCode) == null ? void 0 : _mc.call(window, "10010.1.353")) || ((_oc = (_nc = window.top) == null ? void 0 : _nc.getLanguageByCode) == null ? void 0 : _oc.call(_nc, "10010.1.353")) || "\u9EC4\u8272",
|
217
|
+
"#00B145": ((_pc = window.getLanguageByCode) == null ? void 0 : _pc.call(window, "10010.1.354")) || ((_rc = (_qc = window.top) == null ? void 0 : _qc.getLanguageByCode) == null ? void 0 : _rc.call(_qc, "10010.1.354")) || "\u7EFF\u8272",
|
218
|
+
"#427BFF": ((_sc = window.getLanguageByCode) == null ? void 0 : _sc.call(window, "10010.1.355")) || ((_uc = (_tc = window.top) == null ? void 0 : _tc.getLanguageByCode) == null ? void 0 : _uc.call(_tc, "10010.1.355")) || "\u84DD\u8272",
|
219
|
+
"#C163FF": ((_vc = window.getLanguageByCode) == null ? void 0 : _vc.call(window, "10010.1.356")) || ((_xc = (_wc = window.top) == null ? void 0 : _wc.getLanguageByCode) == null ? void 0 : _xc.call(_wc, "10010.1.356")) || "\u7D2B\u8272",
|
220
|
+
"#DB0000": ((_yc = window.getLanguageByCode) == null ? void 0 : _yc.call(window, "10010.1.357")) || ((_Ac = (_zc = window.top) == null ? void 0 : _zc.getLanguageByCode) == null ? void 0 : _Ac.call(_zc, "10010.1.357")) || "\u7EA2\u8272"
|
221
221
|
});
|
222
222
|
const InjectionFieldList = Symbol("InjectionFieldList");
|
223
223
|
const InjectionQueryWordbookData = Symbol("InjectionQueryWordbookData");
|
@@ -124,6 +124,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
124
124
|
feedbackType: "default" | "tooltip";
|
125
125
|
fixMemoLeak: boolean;
|
126
126
|
lazyRender: boolean;
|
127
|
+
dialogFn: any;
|
127
128
|
}>>>;
|
128
129
|
};
|
129
130
|
beforeMove: {
|
@@ -254,6 +255,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
254
255
|
feedbackType: "default" | "tooltip";
|
255
256
|
fixMemoLeak: boolean;
|
256
257
|
lazyRender: boolean;
|
258
|
+
dialogFn: any;
|
257
259
|
}>>>;
|
258
260
|
};
|
259
261
|
beforeMove: {
|
@@ -623,6 +625,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
623
625
|
type: BooleanConstructor;
|
624
626
|
};
|
625
627
|
lazyRender: BooleanConstructor;
|
628
|
+
dialogFn: {};
|
626
629
|
}, {
|
627
630
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
628
631
|
fieldList: {
|
@@ -826,6 +829,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
826
829
|
type: BooleanConstructor;
|
827
830
|
};
|
828
831
|
lazyRender: BooleanConstructor;
|
832
|
+
dialogFn: {};
|
829
833
|
}>> & {
|
830
834
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
831
835
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1002,6 +1006,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1002
1006
|
feedbackType: "default" | "tooltip";
|
1003
1007
|
fixMemoLeak: boolean;
|
1004
1008
|
lazyRender: boolean;
|
1009
|
+
dialogFn: any;
|
1005
1010
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
1006
1011
|
[key: symbol]: any;
|
1007
1012
|
[key: `x-${string}`]: any;
|
@@ -1389,6 +1394,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1389
1394
|
type: BooleanConstructor;
|
1390
1395
|
};
|
1391
1396
|
lazyRender: BooleanConstructor;
|
1397
|
+
dialogFn: {};
|
1392
1398
|
}>> & {
|
1393
1399
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1394
1400
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -1654,6 +1660,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1654
1660
|
feedbackType: "default" | "tooltip";
|
1655
1661
|
fixMemoLeak: boolean;
|
1656
1662
|
lazyRender: boolean;
|
1663
|
+
dialogFn: any;
|
1657
1664
|
}>>>;
|
1658
1665
|
};
|
1659
1666
|
}, {
|
@@ -1772,6 +1779,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1772
1779
|
feedbackType: "default" | "tooltip";
|
1773
1780
|
fixMemoLeak: boolean;
|
1774
1781
|
lazyRender: boolean;
|
1782
|
+
dialogFn: any;
|
1775
1783
|
}>>>;
|
1776
1784
|
};
|
1777
1785
|
}>> & {}>>;
|
@@ -1796,7 +1804,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1796
1804
|
placeholder?: string | undefined;
|
1797
1805
|
validate?: {
|
1798
1806
|
[x: string]: any;
|
1799
|
-
obj_type?: ("password" | "sex" | "age" | "email" | "
|
1807
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
1800
1808
|
vali_obj?: string | undefined;
|
1801
1809
|
max_value?: string | number | undefined;
|
1802
1810
|
min_value?: string | number | undefined;
|
@@ -1944,6 +1952,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
1944
1952
|
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
1945
1953
|
labelColor?: string | undefined;
|
1946
1954
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
1955
|
+
confirmBeforeValueChange?: boolean | undefined;
|
1956
|
+
confirmBeforeValueChangeProps?: {
|
1957
|
+
[x: string]: any;
|
1958
|
+
content: string | ((params: {
|
1959
|
+
fieldName: string;
|
1960
|
+
newValue: any;
|
1961
|
+
oldValue: any;
|
1962
|
+
}) => any);
|
1963
|
+
updateOriginValue: boolean;
|
1964
|
+
} | undefined;
|
1965
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
1947
1966
|
fieldTitleColor?: string | undefined;
|
1948
1967
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
1949
1968
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
@@ -2016,6 +2035,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2016
2035
|
requiredReminderContent?: string | undefined;
|
2017
2036
|
editableDisabled?: boolean | undefined;
|
2018
2037
|
editable?: boolean | undefined;
|
2038
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2019
2039
|
notes?: string | undefined;
|
2020
2040
|
desc?: string | undefined;
|
2021
2041
|
children?: {
|
@@ -2033,6 +2053,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2033
2053
|
requiredReminderContent?: string | undefined;
|
2034
2054
|
editableDisabled?: boolean | undefined;
|
2035
2055
|
editable?: boolean | undefined;
|
2056
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2036
2057
|
notes?: string | undefined;
|
2037
2058
|
desc?: string | undefined;
|
2038
2059
|
children?: any[] | undefined;
|
@@ -2054,7 +2075,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2054
2075
|
placeholder?: string | undefined;
|
2055
2076
|
validate?: {
|
2056
2077
|
[x: string]: any;
|
2057
|
-
obj_type?: ("password" | "sex" | "age" | "email" | "
|
2078
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2058
2079
|
vali_obj?: string | undefined;
|
2059
2080
|
max_value?: string | number | undefined;
|
2060
2081
|
min_value?: string | number | undefined;
|
@@ -2202,6 +2223,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2202
2223
|
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
2203
2224
|
labelColor?: string | undefined;
|
2204
2225
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2226
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2227
|
+
confirmBeforeValueChangeProps?: {
|
2228
|
+
[x: string]: any;
|
2229
|
+
content: string | ((params: {
|
2230
|
+
fieldName: string;
|
2231
|
+
newValue: any;
|
2232
|
+
oldValue: any;
|
2233
|
+
}) => any);
|
2234
|
+
updateOriginValue: boolean;
|
2235
|
+
} | undefined;
|
2236
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2205
2237
|
fieldTitleColor?: string | undefined;
|
2206
2238
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2207
2239
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
@@ -2285,7 +2317,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2285
2317
|
placeholder?: string | undefined;
|
2286
2318
|
validate?: {
|
2287
2319
|
[x: string]: any;
|
2288
|
-
obj_type?: ("password" | "sex" | "age" | "email" | "
|
2320
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2289
2321
|
vali_obj?: string | undefined;
|
2290
2322
|
max_value?: string | number | undefined;
|
2291
2323
|
min_value?: string | number | undefined;
|
@@ -2433,6 +2465,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2433
2465
|
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
2434
2466
|
labelColor?: string | undefined;
|
2435
2467
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2468
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2469
|
+
confirmBeforeValueChangeProps?: {
|
2470
|
+
[x: string]: any;
|
2471
|
+
content: string | ((params: {
|
2472
|
+
fieldName: string;
|
2473
|
+
newValue: any;
|
2474
|
+
oldValue: any;
|
2475
|
+
}) => any);
|
2476
|
+
updateOriginValue: boolean;
|
2477
|
+
} | undefined;
|
2478
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2436
2479
|
fieldTitleColor?: string | undefined;
|
2437
2480
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2438
2481
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
@@ -2530,7 +2573,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2530
2573
|
placeholder?: string | undefined;
|
2531
2574
|
validate?: {
|
2532
2575
|
[x: string]: any;
|
2533
|
-
obj_type?: ("password" | "sex" | "age" | "email" | "
|
2576
|
+
obj_type?: ("password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2534
2577
|
vali_obj?: string | undefined;
|
2535
2578
|
max_value?: string | number | undefined;
|
2536
2579
|
min_value?: string | number | undefined;
|
@@ -2672,6 +2715,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2672
2715
|
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
2673
2716
|
labelColor?: string | undefined;
|
2674
2717
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
2718
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2719
|
+
confirmBeforeValueChangeProps?: {
|
2720
|
+
[x: string]: any;
|
2721
|
+
content: string | ((params: {
|
2722
|
+
fieldName: string;
|
2723
|
+
newValue: any;
|
2724
|
+
oldValue: any;
|
2725
|
+
}) => any);
|
2726
|
+
updateOriginValue: boolean;
|
2727
|
+
} | undefined;
|
2728
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2675
2729
|
fieldTitleColor?: string | undefined;
|
2676
2730
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2677
2731
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
@@ -2943,6 +2997,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
2943
2997
|
type: BooleanConstructor;
|
2944
2998
|
};
|
2945
2999
|
lazyRender: BooleanConstructor;
|
3000
|
+
dialogFn: {};
|
2946
3001
|
}, {
|
2947
3002
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2948
3003
|
fieldList: {
|
@@ -3146,6 +3201,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3146
3201
|
type: BooleanConstructor;
|
3147
3202
|
};
|
3148
3203
|
lazyRender: BooleanConstructor;
|
3204
|
+
dialogFn: {};
|
3149
3205
|
}>> & {
|
3150
3206
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3151
3207
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -3322,6 +3378,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3322
3378
|
feedbackType: "default" | "tooltip";
|
3323
3379
|
fixMemoLeak: boolean;
|
3324
3380
|
lazyRender: boolean;
|
3381
|
+
dialogFn: any;
|
3325
3382
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
3326
3383
|
[key: symbol]: any;
|
3327
3384
|
[key: `x-${string}`]: any;
|
@@ -3709,6 +3766,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3709
3766
|
type: BooleanConstructor;
|
3710
3767
|
};
|
3711
3768
|
lazyRender: BooleanConstructor;
|
3769
|
+
dialogFn: {};
|
3712
3770
|
}>> & {
|
3713
3771
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3714
3772
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -3861,6 +3919,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3861
3919
|
feedbackType: "default" | "tooltip";
|
3862
3920
|
fixMemoLeak: boolean;
|
3863
3921
|
lazyRender: boolean;
|
3922
|
+
dialogFn: any;
|
3864
3923
|
}>>>;
|
3865
3924
|
};
|
3866
3925
|
}>>, {}>;
|
@@ -3960,7 +4019,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
3960
4019
|
placeholder?: string | undefined;
|
3961
4020
|
validate?: Partial<{
|
3962
4021
|
[key: string]: any;
|
3963
|
-
obj_type: "password" | "sex" | "age" | "email" | "
|
4022
|
+
obj_type: "password" | "sex" | "age" | "email" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
|
3964
4023
|
vali_obj: string;
|
3965
4024
|
max_value: string | number;
|
3966
4025
|
min_value: string | number;
|
@@ -4035,6 +4094,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4035
4094
|
linebarTextDirection?: "horizontal" | "vertical" | undefined;
|
4036
4095
|
labelColor?: string | undefined;
|
4037
4096
|
fieldTitleRed?: boolean | import("..").FormCommonState | undefined;
|
4097
|
+
confirmBeforeValueChange?: boolean | undefined;
|
4098
|
+
confirmBeforeValueChangeProps?: {
|
4099
|
+
[key: string]: any;
|
4100
|
+
content: string | ((params: {
|
4101
|
+
fieldName: string;
|
4102
|
+
newValue: any;
|
4103
|
+
oldValue: any;
|
4104
|
+
}) => any);
|
4105
|
+
updateOriginValue: boolean;
|
4106
|
+
} | undefined;
|
4107
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
4038
4108
|
fieldTitleColor?: string | undefined;
|
4039
4109
|
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
4040
4110
|
content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
|
@@ -4297,6 +4367,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4297
4367
|
type: BooleanConstructor;
|
4298
4368
|
};
|
4299
4369
|
lazyRender: BooleanConstructor;
|
4370
|
+
dialogFn: {};
|
4300
4371
|
}, {
|
4301
4372
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
4302
4373
|
fieldList: {
|
@@ -4500,6 +4571,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4500
4571
|
type: BooleanConstructor;
|
4501
4572
|
};
|
4502
4573
|
lazyRender: BooleanConstructor;
|
4574
|
+
dialogFn: {};
|
4503
4575
|
}>> & {
|
4504
4576
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
4505
4577
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -4676,6 +4748,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
4676
4748
|
feedbackType: "default" | "tooltip";
|
4677
4749
|
fixMemoLeak: boolean;
|
4678
4750
|
lazyRender: boolean;
|
4751
|
+
dialogFn: any;
|
4679
4752
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
4680
4753
|
[key: symbol]: any;
|
4681
4754
|
[key: `x-${string}`]: any;
|
@@ -5063,6 +5136,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5063
5136
|
type: BooleanConstructor;
|
5064
5137
|
};
|
5065
5138
|
lazyRender: BooleanConstructor;
|
5139
|
+
dialogFn: {};
|
5066
5140
|
}>> & {
|
5067
5141
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
5068
5142
|
onScroll?: ((...args: any[]) => any) | undefined;
|
@@ -5271,6 +5345,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
5271
5345
|
feedbackType: "default" | "tooltip";
|
5272
5346
|
fixMemoLeak: boolean;
|
5273
5347
|
lazyRender: boolean;
|
5348
|
+
dialogFn: any;
|
5274
5349
|
}>>>;
|
5275
5350
|
};
|
5276
5351
|
beforeMove: {
|