cnhis-design-vue 3.4.0-beta.7 → 3.4.0-beta.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_virtual/_virtual_i18n-methods.js +5 -1
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +57 -55
- package/es/components/audio-sdk/src/Index.vue.d.ts +57 -55
- package/es/components/audio-sdk/src/Index.vue2.js +8 -7
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +52 -50
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +44 -42
- package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +95 -19
- package/es/components/base-search/src/index.vue.d.ts +95 -19
- package/es/components/base-search/src/index.vue2.js +39 -32
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +4 -3
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +3 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +8 -10
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +233 -145
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +233 -145
- package/es/components/button-print/src/ButtonPrint.vue2.js +12 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +105 -75
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +156 -125
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +99 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/button-print/src/utils/print.d.ts +2 -1
- package/es/components/button-print/src/utils/print.js +13 -8
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +3240 -1792
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +21 -21
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +632 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +493 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +537 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
- package/es/components/classification/src/index.vue.d.ts +632 -432
- package/es/components/classification/src/index.vue2.js +68 -63
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +56 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +56 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +42 -11
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +14 -15
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +509 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +335 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +315 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +489 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +510 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -5
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +10 -10
- package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
- package/es/components/fabric-chart/src/constants/index.js +26 -11
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +60 -32
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +11 -11
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +84 -120
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +12 -12
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/interface.d.ts +15 -1
- package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
- package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -10
- package/es/components/fabric-chart/style/index.css +1 -1
- package/es/components/field-editor/index.d.ts +51 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +51 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +297 -153
- package/es/components/field-set/src/FieldColor.vue2.js +9 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
- package/es/components/field-set/src/FieldSet.vue2.js +28 -24
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +88 -32
- package/es/components/field-set/src/components/condition.vue2.js +8 -11
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +231 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +108 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +17 -14
- package/es/components/form-config/index.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -49
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1119 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +52 -29
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/constants/index.d.ts +2 -0
- package/es/components/form-config/src/constants/index.js +2 -0
- package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +49 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +46 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +4 -4
- package/es/components/form-render/src/utils/index.js +5 -2
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +914 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +914 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +76 -70
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +347 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +31 -13
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +102 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +24 -21
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +41 -46
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +2 -2
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +110 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useData.js +1 -1
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +3179 -1740
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3180 -1741
- package/es/components/iho-table/src/IhoTable.vue2.js +31 -21
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +0 -21
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +64 -25
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +67 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +52 -49
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +17 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +76 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +26 -25
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +83 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +34 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +26 -7
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +149 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +66 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +11 -11
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +15 -15
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +108 -88
- package/es/components/scale-view/src/ScaleView.vue.d.ts +67 -64
- package/es/components/scale-view/src/ScaleView.vue2.js +24 -16
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/scale-view/src/hooks/use-event.js +56 -22
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +288 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +138 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +55 -22
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +338 -240
- package/es/components/select-person/src/index.vue2.js +12 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/select-person/src/utils/index.js +11 -9
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
- package/es/components/shortcut-setter/index.d.ts +289 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +289 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
- package/es/components/table-export-field/index.d.ts +88 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +11 -9
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +53 -21
- package/es/components/table-export-field/src/index.vue.d.ts +88 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- package/es/components/table-export-field/src/types/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +112 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +66 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +100 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +135 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +312 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +85 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +88 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +298 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +335 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +80 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -3
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +80 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -3
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +453 -279
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +440 -266
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +4 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
- package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
- package/es/shared/components/Ellipsis/index.d.ts +2 -0
- package/es/shared/components/Ellipsis/index.js +2 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +20 -5
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +3 -2
- package/es/shared/utils/business.js +16 -0
- package/es/shared/utils/ho-edge.d.ts +12 -0
- package/es/shared/utils/ho-edge.js +58 -0
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AnyObject } from '../../../../shared/types';
|
|
1
|
+
import { AnyObject, Nullable } from '../../../../shared/types';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
import { FieldItem, FieldVisitor, FormChangePayload, FormRenderExpose } from '../../../../components/form-render';
|
|
4
4
|
import { FormConfigItem } from '../../../../components/index';
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
uuid: {
|
|
7
7
|
type: StringConstructor;
|
|
8
8
|
required: true;
|
|
@@ -76,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
76
76
|
"x-read-pretty"?: boolean | undefined;
|
|
77
77
|
"x-compile-omitted"?: string[] | undefined;
|
|
78
78
|
}>;
|
|
79
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
79
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
80
80
|
scope: AnyObject;
|
|
81
81
|
annotation: Record<string, import("../../../annotation-edit/src/type").AnnotationItem>;
|
|
82
82
|
annotationShortcuts: (string | {
|
|
@@ -100,6 +100,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
100
100
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
101
101
|
autoExpand: boolean;
|
|
102
102
|
lowCodeReactions: import("../../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
103
|
+
newLowCodeReactions: import("../../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
103
104
|
linebarAutoHidden: boolean;
|
|
104
105
|
labelPlacementOverwrite: boolean;
|
|
105
106
|
bordered: string | boolean;
|
|
@@ -111,8 +112,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
112
|
selectMode: boolean;
|
|
112
113
|
selectedFields: string[];
|
|
113
114
|
linebarWidth: string | number;
|
|
114
|
-
linebarDirection: "
|
|
115
|
-
linebarTextDirection: "
|
|
115
|
+
linebarDirection: "vertical" | "horizontal";
|
|
116
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
116
117
|
autoWidth: number | boolean;
|
|
117
118
|
feedbackType: "default" | "tooltip";
|
|
118
119
|
fixMemoLeak: boolean;
|
|
@@ -121,8 +122,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
122
|
dialogFn: any;
|
|
122
123
|
}>>>;
|
|
123
124
|
};
|
|
124
|
-
}
|
|
125
|
-
props:
|
|
125
|
+
}>, {
|
|
126
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
126
127
|
uuid: {
|
|
127
128
|
type: StringConstructor;
|
|
128
129
|
required: true;
|
|
@@ -196,7 +197,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
196
197
|
"x-read-pretty"?: boolean | undefined;
|
|
197
198
|
"x-compile-omitted"?: string[] | undefined;
|
|
198
199
|
}>;
|
|
199
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
200
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
200
201
|
scope: AnyObject;
|
|
201
202
|
annotation: Record<string, import("../../../annotation-edit/src/type").AnnotationItem>;
|
|
202
203
|
annotationShortcuts: (string | {
|
|
@@ -220,6 +221,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
221
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
221
222
|
autoExpand: boolean;
|
|
222
223
|
lowCodeReactions: import("../../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
224
|
+
newLowCodeReactions: import("../../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
223
225
|
linebarAutoHidden: boolean;
|
|
224
226
|
labelPlacementOverwrite: boolean;
|
|
225
227
|
bordered: string | boolean;
|
|
@@ -231,8 +233,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
231
233
|
selectMode: boolean;
|
|
232
234
|
selectedFields: string[];
|
|
233
235
|
linebarWidth: string | number;
|
|
234
|
-
linebarDirection: "
|
|
235
|
-
linebarTextDirection: "
|
|
236
|
+
linebarDirection: "vertical" | "horizontal";
|
|
237
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
236
238
|
autoWidth: number | boolean;
|
|
237
239
|
feedbackType: "default" | "tooltip";
|
|
238
240
|
fixMemoLeak: boolean;
|
|
@@ -241,14 +243,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
241
243
|
dialogFn: any;
|
|
242
244
|
}>>>;
|
|
243
245
|
};
|
|
244
|
-
}>> & {}
|
|
246
|
+
}>> & Readonly<{}> & {}>;
|
|
245
247
|
wrapperSelector: import("vue").ComputedRef<string>;
|
|
246
|
-
formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
|
|
247
|
-
currentActiveField: import("vue").Ref<import("../../../../shared/types").UndefinedAble<FormConfigItem>>;
|
|
248
|
+
formRenderRef: import("vue").Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
|
249
|
+
currentActiveField: import("vue").Ref<import("../../../../shared/types").UndefinedAble<FormConfigItem>, import("../../../../shared/types").UndefinedAble<FormConfigItem>>;
|
|
248
250
|
fieldList: import("vue").Ref<{
|
|
249
251
|
[x: string]: any;
|
|
250
252
|
val_key: string;
|
|
251
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
|
253
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
252
254
|
annotation?: boolean | undefined;
|
|
253
255
|
val_key_unit?: string | undefined;
|
|
254
256
|
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
@@ -264,7 +266,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
264
266
|
placeholder?: string | undefined;
|
|
265
267
|
validate?: {
|
|
266
268
|
[x: string]: any;
|
|
267
|
-
obj_type?: ("
|
|
269
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
268
270
|
vali_obj?: string | undefined;
|
|
269
271
|
max_value?: string | number | undefined;
|
|
270
272
|
min_value?: string | number | undefined;
|
|
@@ -273,28 +275,226 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
273
275
|
min_length?: string | number | undefined;
|
|
274
276
|
max_length?: string | number | undefined;
|
|
275
277
|
decimal_length?: string | number | undefined;
|
|
276
|
-
regular_expression?: string |
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
278
|
+
regular_expression?: string | RegExp | undefined;
|
|
279
|
+
regular_error_tip?: string | undefined;
|
|
280
|
+
message?: string | undefined;
|
|
281
|
+
} | undefined;
|
|
282
|
+
option?: {
|
|
283
|
+
[x: string]: any;
|
|
284
|
+
keyword?: string | undefined;
|
|
285
|
+
disabled?: boolean | undefined;
|
|
286
|
+
children?: any[] | undefined;
|
|
287
|
+
childrenFields?: any[] | undefined;
|
|
288
|
+
}[] | undefined;
|
|
289
|
+
multi_select?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
290
|
+
multi_select_value?: string | number | undefined;
|
|
291
|
+
wordbook?: {
|
|
292
|
+
level_num?: number | undefined;
|
|
293
|
+
id?: string | undefined;
|
|
294
|
+
name?: string | undefined;
|
|
295
|
+
render_key?: string[] | undefined;
|
|
296
|
+
search_key?: string[] | undefined;
|
|
297
|
+
value_key?: string | undefined;
|
|
298
|
+
queryParams?: string[] | undefined;
|
|
299
|
+
primary_key?: string | undefined;
|
|
300
|
+
type?: string | undefined;
|
|
301
|
+
level_key?: string | undefined;
|
|
302
|
+
link_key?: string | undefined;
|
|
303
|
+
link_key_split?: string | undefined;
|
|
304
|
+
show_key?: string | string[] | undefined;
|
|
305
|
+
conObj?: AnyObject[] | undefined;
|
|
306
|
+
conObjFirstLevel?: AnyObject[] | undefined;
|
|
307
|
+
setting?: {
|
|
308
|
+
cascading?: {
|
|
309
|
+
'form.name': string;
|
|
310
|
+
value: string;
|
|
311
|
+
}[] | undefined;
|
|
312
|
+
} | undefined;
|
|
313
|
+
} | undefined;
|
|
314
|
+
open?: {
|
|
315
|
+
value?: any;
|
|
316
|
+
describe?: string | undefined;
|
|
317
|
+
} | undefined;
|
|
318
|
+
close?: {
|
|
319
|
+
value?: any;
|
|
320
|
+
describe?: string | undefined;
|
|
321
|
+
} | undefined;
|
|
322
|
+
requiredReminderContent?: string | undefined;
|
|
323
|
+
date_format?: string | undefined;
|
|
324
|
+
step_length?: string | number | undefined;
|
|
325
|
+
urlConfig?: {
|
|
326
|
+
[x: string]: any;
|
|
327
|
+
url: string;
|
|
328
|
+
method?: import("../../../../components/index").FormRequestDefine.RequestType | undefined;
|
|
329
|
+
nameKey?: string | undefined;
|
|
330
|
+
valueKey?: string | undefined;
|
|
331
|
+
showKey?: string | undefined;
|
|
332
|
+
searchKey?: string[] | undefined;
|
|
333
|
+
params?: AnyObject | undefined;
|
|
334
|
+
dependKey?: string | Record<string, string> | (string | {
|
|
335
|
+
paramName: string;
|
|
336
|
+
paramValue?: string | undefined;
|
|
337
|
+
required?: boolean | undefined;
|
|
338
|
+
keepValue?: boolean | undefined;
|
|
339
|
+
})[] | undefined;
|
|
340
|
+
} | undefined;
|
|
341
|
+
suffixConfig?: any | any[] | undefined;
|
|
342
|
+
prefixConfig?: any | any[] | undefined;
|
|
343
|
+
autograph?: string | undefined;
|
|
344
|
+
defined_error_msg?: string | undefined;
|
|
345
|
+
extendKey?: string | undefined;
|
|
346
|
+
is_not_fold?: string | undefined;
|
|
347
|
+
remark?: string | undefined;
|
|
348
|
+
remarkTo?: string | HTMLElement | undefined;
|
|
349
|
+
free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
350
|
+
save_free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
351
|
+
initialize_high?: number | undefined;
|
|
352
|
+
bindEventSetting?: {
|
|
353
|
+
[x: string]: unknown;
|
|
354
|
+
event_type: import("../../../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
355
|
+
event_field?: string | undefined;
|
|
356
|
+
params?: {
|
|
357
|
+
p_value?: string | undefined;
|
|
358
|
+
p_name: string;
|
|
359
|
+
p_select: import("../../../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
360
|
+
}[] | undefined;
|
|
361
|
+
results?: {
|
|
362
|
+
p_value: string;
|
|
363
|
+
p_name: string;
|
|
364
|
+
}[] | undefined;
|
|
365
|
+
compareMap?: {
|
|
366
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
367
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
368
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
369
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
370
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
371
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
372
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
373
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
374
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
375
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
376
|
+
} | undefined;
|
|
377
|
+
}[] | undefined;
|
|
378
|
+
show_mode?: import("../../../../shared/types").LowCodeTypes.showModeType | undefined;
|
|
379
|
+
is_allow_check_mid?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
380
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
381
|
+
prefix?: string | AnyObject | (() => any) | undefined;
|
|
382
|
+
suffix?: string | AnyObject | (() => any) | undefined;
|
|
383
|
+
allowSlash?: string | boolean | undefined;
|
|
384
|
+
allowModify?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
385
|
+
show_key?: string | undefined;
|
|
386
|
+
whiteList?: string[] | undefined;
|
|
387
|
+
bordered?: string | boolean | undefined;
|
|
388
|
+
displayMode?: "form" | "table" | undefined;
|
|
389
|
+
editor_title?: string | undefined;
|
|
390
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
391
|
+
linebarWidth?: string | undefined;
|
|
392
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
393
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
394
|
+
labelColor?: string | undefined;
|
|
395
|
+
fieldTitleRed?: boolean | import("../../../../components/form-render").FormCommonState | undefined;
|
|
396
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
397
|
+
confirmBeforeValueChangeProps?: {
|
|
398
|
+
[x: string]: any;
|
|
399
|
+
content: string | ((params: {
|
|
400
|
+
fieldName: string;
|
|
401
|
+
newValue: any;
|
|
402
|
+
oldValue: any;
|
|
403
|
+
}) => any);
|
|
404
|
+
updateOriginValue: boolean;
|
|
405
|
+
} | undefined;
|
|
406
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
407
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
408
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
409
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
410
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
411
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
412
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
413
|
+
fieldTitleColor?: string | undefined;
|
|
414
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
415
|
+
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
416
|
+
lazyRequest?: boolean | undefined;
|
|
417
|
+
requestCache?: boolean | undefined;
|
|
418
|
+
maxGroupNum?: number | undefined;
|
|
419
|
+
minGroupNum?: number | undefined;
|
|
420
|
+
jsonCombination?: boolean | undefined;
|
|
421
|
+
combinationItemDeletable?: boolean | import("../../../../components/form-render").CombinationItemDeletableFn | undefined;
|
|
422
|
+
children?: any[] | undefined;
|
|
423
|
+
properties?: any[] | undefined;
|
|
424
|
+
componentProps?: AnyObject | undefined;
|
|
425
|
+
decoratorProps?: AnyObject | undefined;
|
|
426
|
+
noDecorator?: {
|
|
427
|
+
valueOf: () => boolean;
|
|
428
|
+
} | undefined;
|
|
429
|
+
display?: "flex" | "grid" | undefined;
|
|
430
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
431
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
|
432
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
|
433
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
434
|
+
validator?: ((value: unknown, fieldItem: FieldItem, context: {
|
|
435
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
|
436
|
+
form: import("@formily/core").Form<any>;
|
|
437
|
+
value: unknown;
|
|
438
|
+
validator: import("../../../../shared/types").AnyFn;
|
|
439
|
+
}) => string | void) | undefined;
|
|
440
|
+
reactions?: {
|
|
441
|
+
[x: string]: any;
|
|
442
|
+
dependencies?: string[] | undefined;
|
|
443
|
+
target?: string | undefined;
|
|
444
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
445
|
+
when?: string | boolean | undefined;
|
|
446
|
+
fulfill?: {
|
|
447
|
+
state?: AnyObject | undefined;
|
|
448
|
+
run?: string | undefined;
|
|
449
|
+
} | undefined;
|
|
450
|
+
otherwise?: {
|
|
451
|
+
state?: AnyObject | undefined;
|
|
452
|
+
run?: string | undefined;
|
|
453
|
+
} | undefined;
|
|
454
|
+
} | {
|
|
455
|
+
[x: string]: any;
|
|
456
|
+
dependencies?: string[] | undefined;
|
|
457
|
+
target?: string | undefined;
|
|
458
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
459
|
+
when?: string | boolean | undefined;
|
|
460
|
+
fulfill?: {
|
|
461
|
+
state?: AnyObject | undefined;
|
|
462
|
+
run?: string | undefined;
|
|
463
|
+
} | undefined;
|
|
464
|
+
otherwise?: {
|
|
465
|
+
state?: AnyObject | undefined;
|
|
466
|
+
run?: string | undefined;
|
|
297
467
|
} | undefined;
|
|
468
|
+
}[] | undefined;
|
|
469
|
+
}[], FieldItem[] | {
|
|
470
|
+
[x: string]: any;
|
|
471
|
+
val_key: string;
|
|
472
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
473
|
+
annotation?: boolean | undefined;
|
|
474
|
+
val_key_unit?: string | undefined;
|
|
475
|
+
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
476
|
+
elem_width?: string | number | undefined;
|
|
477
|
+
is_show?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
478
|
+
is_null?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
479
|
+
name?: string | undefined;
|
|
480
|
+
nameAbbr?: string | undefined;
|
|
481
|
+
alias?: string | undefined;
|
|
482
|
+
default_val?: any;
|
|
483
|
+
is_empty?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
484
|
+
hide_title?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
485
|
+
placeholder?: string | undefined;
|
|
486
|
+
validate?: {
|
|
487
|
+
[x: string]: any;
|
|
488
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
489
|
+
vali_obj?: string | undefined;
|
|
490
|
+
max_value?: string | number | undefined;
|
|
491
|
+
min_value?: string | number | undefined;
|
|
492
|
+
min_date?: string | undefined;
|
|
493
|
+
max_date?: string | undefined;
|
|
494
|
+
min_length?: string | number | undefined;
|
|
495
|
+
max_length?: string | number | undefined;
|
|
496
|
+
decimal_length?: string | number | undefined;
|
|
497
|
+
regular_expression?: string | RegExp | undefined;
|
|
298
498
|
regular_error_tip?: string | undefined;
|
|
299
499
|
message?: string | undefined;
|
|
300
500
|
} | undefined;
|
|
@@ -408,8 +608,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
408
608
|
editor_title?: string | undefined;
|
|
409
609
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
410
610
|
linebarWidth?: string | undefined;
|
|
411
|
-
linebarDirection?: "
|
|
412
|
-
linebarTextDirection?: "
|
|
611
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
612
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
413
613
|
labelColor?: string | undefined;
|
|
414
614
|
fieldTitleRed?: boolean | import("../../../../components/form-render").FormCommonState | undefined;
|
|
415
615
|
confirmBeforeValueChange?: boolean | undefined;
|
|
@@ -423,10 +623,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
423
623
|
updateOriginValue: boolean;
|
|
424
624
|
} | undefined;
|
|
425
625
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
426
|
-
unit?: ("
|
|
626
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
427
627
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
428
|
-
max_date_unit?: ("
|
|
429
|
-
min_date_unit?: ("
|
|
628
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
629
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
430
630
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
431
631
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
432
632
|
fieldTitleColor?: string | undefined;
|
|
@@ -449,7 +649,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
449
649
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
450
650
|
wrapperStyle?: Record<string, string | number> | undefined;
|
|
451
651
|
childFieldStrategy?: "checked" | "all" | undefined;
|
|
452
|
-
childWidthMode?: "
|
|
652
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
453
653
|
validator?: ((value: unknown, fieldItem: FieldItem, context: {
|
|
454
654
|
field: import("@formily/core").Field<any, any, any, any>;
|
|
455
655
|
form: import("@formily/core").Form<any>;
|
|
@@ -470,23 +670,559 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
470
670
|
state?: AnyObject | undefined;
|
|
471
671
|
run?: string | undefined;
|
|
472
672
|
} | undefined;
|
|
473
|
-
} | {
|
|
474
|
-
[x: string]: any;
|
|
475
|
-
dependencies?: string[] | undefined;
|
|
476
|
-
target?: string | undefined;
|
|
477
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
478
|
-
when?: string | boolean | undefined;
|
|
479
|
-
fulfill?: {
|
|
480
|
-
state?: AnyObject | undefined;
|
|
481
|
-
run?: string | undefined;
|
|
673
|
+
} | {
|
|
674
|
+
[x: string]: any;
|
|
675
|
+
dependencies?: string[] | undefined;
|
|
676
|
+
target?: string | undefined;
|
|
677
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
678
|
+
when?: string | boolean | undefined;
|
|
679
|
+
fulfill?: {
|
|
680
|
+
state?: AnyObject | undefined;
|
|
681
|
+
run?: string | undefined;
|
|
682
|
+
} | undefined;
|
|
683
|
+
otherwise?: {
|
|
684
|
+
state?: AnyObject | undefined;
|
|
685
|
+
run?: string | undefined;
|
|
686
|
+
} | undefined;
|
|
687
|
+
}[] | undefined;
|
|
688
|
+
}[]>;
|
|
689
|
+
initialData: import("vue").Ref<{
|
|
690
|
+
key?: string | undefined;
|
|
691
|
+
layoutWidthEnum?: import("../../../../components/index").FormConfigWidth | undefined;
|
|
692
|
+
type?: string | undefined;
|
|
693
|
+
name?: string | undefined;
|
|
694
|
+
alias?: string | undefined;
|
|
695
|
+
show?: boolean | undefined;
|
|
696
|
+
defaultValue?: any;
|
|
697
|
+
defaultExpand?: boolean | undefined;
|
|
698
|
+
fold?: boolean | undefined;
|
|
699
|
+
required?: boolean | undefined;
|
|
700
|
+
requiredDisabled?: boolean | undefined;
|
|
701
|
+
requiredReminderContent?: string | undefined;
|
|
702
|
+
editableDisabled?: boolean | undefined;
|
|
703
|
+
editable?: boolean | undefined;
|
|
704
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
705
|
+
fieldTitleRed?: boolean | undefined;
|
|
706
|
+
notes?: string | undefined;
|
|
707
|
+
desc?: string | undefined;
|
|
708
|
+
children?: {
|
|
709
|
+
key: string;
|
|
710
|
+
layoutWidthEnum: import("../../../../components/index").FormConfigWidth;
|
|
711
|
+
type: string;
|
|
712
|
+
name: string;
|
|
713
|
+
alias?: string | undefined;
|
|
714
|
+
show?: boolean | undefined;
|
|
715
|
+
defaultValue?: any;
|
|
716
|
+
defaultExpand?: boolean | undefined;
|
|
717
|
+
fold?: boolean | undefined;
|
|
718
|
+
required?: boolean | undefined;
|
|
719
|
+
requiredDisabled?: boolean | undefined;
|
|
720
|
+
requiredReminderContent?: string | undefined;
|
|
721
|
+
editableDisabled?: boolean | undefined;
|
|
722
|
+
editable?: boolean | undefined;
|
|
723
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
724
|
+
fieldTitleRed?: boolean | undefined;
|
|
725
|
+
notes?: string | undefined;
|
|
726
|
+
desc?: string | undefined;
|
|
727
|
+
children?: any[] | undefined;
|
|
728
|
+
originalSetting?: {
|
|
729
|
+
[x: string]: any;
|
|
730
|
+
val_key: string;
|
|
731
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
732
|
+
annotation?: boolean | undefined;
|
|
733
|
+
val_key_unit?: string | undefined;
|
|
734
|
+
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
735
|
+
elem_width?: string | number | undefined;
|
|
736
|
+
is_show?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
737
|
+
is_null?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
738
|
+
name?: string | undefined;
|
|
739
|
+
nameAbbr?: string | undefined;
|
|
740
|
+
alias?: string | undefined;
|
|
741
|
+
default_val?: any;
|
|
742
|
+
is_empty?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
743
|
+
hide_title?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
744
|
+
placeholder?: string | undefined;
|
|
745
|
+
validate?: {
|
|
746
|
+
[x: string]: any;
|
|
747
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
748
|
+
vali_obj?: string | undefined;
|
|
749
|
+
max_value?: string | number | undefined;
|
|
750
|
+
min_value?: string | number | undefined;
|
|
751
|
+
min_date?: string | undefined;
|
|
752
|
+
max_date?: string | undefined;
|
|
753
|
+
min_length?: string | number | undefined;
|
|
754
|
+
max_length?: string | number | undefined;
|
|
755
|
+
decimal_length?: string | number | undefined;
|
|
756
|
+
regular_expression?: string | RegExp | undefined;
|
|
757
|
+
regular_error_tip?: string | undefined;
|
|
758
|
+
message?: string | undefined;
|
|
759
|
+
} | undefined;
|
|
760
|
+
option?: {
|
|
761
|
+
[x: string]: any;
|
|
762
|
+
keyword?: string | undefined;
|
|
763
|
+
disabled?: boolean | undefined;
|
|
764
|
+
children?: any[] | undefined;
|
|
765
|
+
childrenFields?: any[] | undefined;
|
|
766
|
+
}[] | undefined;
|
|
767
|
+
multi_select?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
768
|
+
multi_select_value?: string | number | undefined;
|
|
769
|
+
wordbook?: {
|
|
770
|
+
level_num?: number | undefined;
|
|
771
|
+
id?: string | undefined;
|
|
772
|
+
name?: string | undefined;
|
|
773
|
+
render_key?: string[] | undefined;
|
|
774
|
+
search_key?: string[] | undefined;
|
|
775
|
+
value_key?: string | undefined;
|
|
776
|
+
queryParams?: string[] | undefined;
|
|
777
|
+
primary_key?: string | undefined;
|
|
778
|
+
type?: string | undefined;
|
|
779
|
+
level_key?: string | undefined;
|
|
780
|
+
link_key?: string | undefined;
|
|
781
|
+
link_key_split?: string | undefined;
|
|
782
|
+
show_key?: string | string[] | undefined;
|
|
783
|
+
conObj?: AnyObject[] | undefined;
|
|
784
|
+
conObjFirstLevel?: AnyObject[] | undefined;
|
|
785
|
+
setting?: {
|
|
786
|
+
cascading?: {
|
|
787
|
+
'form.name': string;
|
|
788
|
+
value: string;
|
|
789
|
+
}[] | undefined;
|
|
790
|
+
} | undefined;
|
|
791
|
+
} | undefined;
|
|
792
|
+
open?: {
|
|
793
|
+
value?: any;
|
|
794
|
+
describe?: string | undefined;
|
|
795
|
+
} | undefined;
|
|
796
|
+
close?: {
|
|
797
|
+
value?: any;
|
|
798
|
+
describe?: string | undefined;
|
|
799
|
+
} | undefined;
|
|
800
|
+
requiredReminderContent?: string | undefined;
|
|
801
|
+
date_format?: string | undefined;
|
|
802
|
+
step_length?: string | number | undefined;
|
|
803
|
+
urlConfig?: {
|
|
804
|
+
[x: string]: any;
|
|
805
|
+
url: string;
|
|
806
|
+
method?: import("../../../../components/index").FormRequestDefine.RequestType | undefined;
|
|
807
|
+
nameKey?: string | undefined;
|
|
808
|
+
valueKey?: string | undefined;
|
|
809
|
+
showKey?: string | undefined;
|
|
810
|
+
searchKey?: string[] | undefined;
|
|
811
|
+
params?: AnyObject | undefined;
|
|
812
|
+
dependKey?: string | Record<string, string> | (string | {
|
|
813
|
+
paramName: string;
|
|
814
|
+
paramValue?: string | undefined;
|
|
815
|
+
required?: boolean | undefined;
|
|
816
|
+
keepValue?: boolean | undefined;
|
|
817
|
+
})[] | undefined;
|
|
818
|
+
} | undefined;
|
|
819
|
+
suffixConfig?: any | any[] | undefined;
|
|
820
|
+
prefixConfig?: any | any[] | undefined;
|
|
821
|
+
autograph?: string | undefined;
|
|
822
|
+
defined_error_msg?: string | undefined;
|
|
823
|
+
extendKey?: string | undefined;
|
|
824
|
+
is_not_fold?: string | undefined;
|
|
825
|
+
remark?: string | undefined;
|
|
826
|
+
remarkTo?: string | HTMLElement | undefined;
|
|
827
|
+
free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
828
|
+
save_free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
829
|
+
initialize_high?: number | undefined;
|
|
830
|
+
bindEventSetting?: {
|
|
831
|
+
[x: string]: unknown;
|
|
832
|
+
event_type: import("../../../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
833
|
+
event_field?: string | undefined;
|
|
834
|
+
params?: {
|
|
835
|
+
p_value?: string | undefined;
|
|
836
|
+
p_name: string;
|
|
837
|
+
p_select: import("../../../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
838
|
+
}[] | undefined;
|
|
839
|
+
results?: {
|
|
840
|
+
p_value: string;
|
|
841
|
+
p_name: string;
|
|
842
|
+
}[] | undefined;
|
|
843
|
+
compareMap?: {
|
|
844
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
845
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
846
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
847
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
848
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
849
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
850
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
851
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
852
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
853
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
854
|
+
} | undefined;
|
|
855
|
+
}[] | undefined;
|
|
856
|
+
show_mode?: import("../../../../shared/types").LowCodeTypes.showModeType | undefined;
|
|
857
|
+
is_allow_check_mid?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
858
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
859
|
+
prefix?: string | AnyObject | (() => any) | undefined;
|
|
860
|
+
suffix?: string | AnyObject | (() => any) | undefined;
|
|
861
|
+
allowSlash?: string | boolean | undefined;
|
|
862
|
+
allowModify?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
863
|
+
show_key?: string | undefined;
|
|
864
|
+
whiteList?: string[] | undefined;
|
|
865
|
+
bordered?: string | boolean | undefined;
|
|
866
|
+
displayMode?: "form" | "table" | undefined;
|
|
867
|
+
editor_title?: string | undefined;
|
|
868
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
869
|
+
linebarWidth?: string | undefined;
|
|
870
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
871
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
872
|
+
labelColor?: string | undefined;
|
|
873
|
+
fieldTitleRed?: boolean | import("../../../../components/form-render").FormCommonState | undefined;
|
|
874
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
875
|
+
confirmBeforeValueChangeProps?: {
|
|
876
|
+
[x: string]: any;
|
|
877
|
+
content: string | ((params: {
|
|
878
|
+
fieldName: string;
|
|
879
|
+
newValue: any;
|
|
880
|
+
oldValue: any;
|
|
881
|
+
}) => any);
|
|
882
|
+
updateOriginValue: boolean;
|
|
883
|
+
} | undefined;
|
|
884
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
885
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
886
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
887
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
888
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
889
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
890
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
891
|
+
fieldTitleColor?: string | undefined;
|
|
892
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
893
|
+
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
894
|
+
lazyRequest?: boolean | undefined;
|
|
895
|
+
requestCache?: boolean | undefined;
|
|
896
|
+
maxGroupNum?: number | undefined;
|
|
897
|
+
minGroupNum?: number | undefined;
|
|
898
|
+
jsonCombination?: boolean | undefined;
|
|
899
|
+
combinationItemDeletable?: boolean | import("../../../../components/form-render").CombinationItemDeletableFn | undefined;
|
|
900
|
+
children?: any[] | undefined;
|
|
901
|
+
properties?: any[] | undefined;
|
|
902
|
+
componentProps?: AnyObject | undefined;
|
|
903
|
+
decoratorProps?: AnyObject | undefined;
|
|
904
|
+
noDecorator?: {
|
|
905
|
+
valueOf: () => boolean;
|
|
906
|
+
} | undefined;
|
|
907
|
+
display?: "flex" | "grid" | undefined;
|
|
908
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
909
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
|
910
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
|
911
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
912
|
+
validator?: ((value: unknown, fieldItem: FieldItem, context: {
|
|
913
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
|
914
|
+
form: import("@formily/core").Form<any>;
|
|
915
|
+
value: unknown;
|
|
916
|
+
validator: import("../../../../shared/types").AnyFn;
|
|
917
|
+
}) => string | void) | undefined;
|
|
918
|
+
reactions?: {
|
|
919
|
+
[x: string]: any;
|
|
920
|
+
dependencies?: string[] | undefined;
|
|
921
|
+
target?: string | undefined;
|
|
922
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
923
|
+
when?: string | boolean | undefined;
|
|
924
|
+
fulfill?: {
|
|
925
|
+
state?: AnyObject | undefined;
|
|
926
|
+
run?: string | undefined;
|
|
927
|
+
} | undefined;
|
|
928
|
+
otherwise?: {
|
|
929
|
+
state?: AnyObject | undefined;
|
|
930
|
+
run?: string | undefined;
|
|
931
|
+
} | undefined;
|
|
932
|
+
} | {
|
|
933
|
+
[x: string]: any;
|
|
934
|
+
dependencies?: string[] | undefined;
|
|
935
|
+
target?: string | undefined;
|
|
936
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
937
|
+
when?: string | boolean | undefined;
|
|
938
|
+
fulfill?: {
|
|
939
|
+
state?: AnyObject | undefined;
|
|
940
|
+
run?: string | undefined;
|
|
941
|
+
} | undefined;
|
|
942
|
+
otherwise?: {
|
|
943
|
+
state?: AnyObject | undefined;
|
|
944
|
+
run?: string | undefined;
|
|
945
|
+
} | undefined;
|
|
946
|
+
}[] | undefined;
|
|
947
|
+
} | undefined;
|
|
948
|
+
optionAliasList?: {
|
|
949
|
+
text: string;
|
|
950
|
+
value: string;
|
|
951
|
+
}[] | undefined;
|
|
952
|
+
elementExtraSetting?: {
|
|
953
|
+
allowPartial?: boolean | undefined;
|
|
954
|
+
partialLevel?: number | undefined;
|
|
955
|
+
maxLevel?: number | undefined;
|
|
956
|
+
dateFormat?: string | undefined;
|
|
957
|
+
defaultValue?: {
|
|
958
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
959
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
960
|
+
value: string;
|
|
961
|
+
} | undefined;
|
|
962
|
+
minValue?: {
|
|
963
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
964
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
965
|
+
value: string;
|
|
966
|
+
} | undefined;
|
|
967
|
+
maxValue?: {
|
|
968
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
969
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
970
|
+
value: string;
|
|
971
|
+
} | undefined;
|
|
972
|
+
} | undefined;
|
|
973
|
+
__new?: boolean | undefined;
|
|
974
|
+
__isCombinationChild?: boolean | undefined;
|
|
975
|
+
__extra?: boolean | undefined;
|
|
976
|
+
}[] | undefined;
|
|
977
|
+
originalSetting?: {
|
|
978
|
+
[x: string]: any;
|
|
979
|
+
val_key: string;
|
|
980
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
981
|
+
annotation?: boolean | undefined;
|
|
982
|
+
val_key_unit?: string | undefined;
|
|
983
|
+
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
984
|
+
elem_width?: string | number | undefined;
|
|
985
|
+
is_show?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
986
|
+
is_null?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
987
|
+
name?: string | undefined;
|
|
988
|
+
nameAbbr?: string | undefined;
|
|
989
|
+
alias?: string | undefined;
|
|
990
|
+
default_val?: any;
|
|
991
|
+
is_empty?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
992
|
+
hide_title?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
993
|
+
placeholder?: string | undefined;
|
|
994
|
+
validate?: {
|
|
995
|
+
[x: string]: any;
|
|
996
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
997
|
+
vali_obj?: string | undefined;
|
|
998
|
+
max_value?: string | number | undefined;
|
|
999
|
+
min_value?: string | number | undefined;
|
|
1000
|
+
min_date?: string | undefined;
|
|
1001
|
+
max_date?: string | undefined;
|
|
1002
|
+
min_length?: string | number | undefined;
|
|
1003
|
+
max_length?: string | number | undefined;
|
|
1004
|
+
decimal_length?: string | number | undefined;
|
|
1005
|
+
regular_expression?: string | RegExp | undefined;
|
|
1006
|
+
regular_error_tip?: string | undefined;
|
|
1007
|
+
message?: string | undefined;
|
|
1008
|
+
} | undefined;
|
|
1009
|
+
option?: {
|
|
1010
|
+
[x: string]: any;
|
|
1011
|
+
keyword?: string | undefined;
|
|
1012
|
+
disabled?: boolean | undefined;
|
|
1013
|
+
children?: any[] | undefined;
|
|
1014
|
+
childrenFields?: any[] | undefined;
|
|
1015
|
+
}[] | undefined;
|
|
1016
|
+
multi_select?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1017
|
+
multi_select_value?: string | number | undefined;
|
|
1018
|
+
wordbook?: {
|
|
1019
|
+
level_num?: number | undefined;
|
|
1020
|
+
id?: string | undefined;
|
|
1021
|
+
name?: string | undefined;
|
|
1022
|
+
render_key?: string[] | undefined;
|
|
1023
|
+
search_key?: string[] | undefined;
|
|
1024
|
+
value_key?: string | undefined;
|
|
1025
|
+
queryParams?: string[] | undefined;
|
|
1026
|
+
primary_key?: string | undefined;
|
|
1027
|
+
type?: string | undefined;
|
|
1028
|
+
level_key?: string | undefined;
|
|
1029
|
+
link_key?: string | undefined;
|
|
1030
|
+
link_key_split?: string | undefined;
|
|
1031
|
+
show_key?: string | string[] | undefined;
|
|
1032
|
+
conObj?: AnyObject[] | undefined;
|
|
1033
|
+
conObjFirstLevel?: AnyObject[] | undefined;
|
|
1034
|
+
setting?: {
|
|
1035
|
+
cascading?: {
|
|
1036
|
+
'form.name': string;
|
|
1037
|
+
value: string;
|
|
1038
|
+
}[] | undefined;
|
|
1039
|
+
} | undefined;
|
|
1040
|
+
} | undefined;
|
|
1041
|
+
open?: {
|
|
1042
|
+
value?: any;
|
|
1043
|
+
describe?: string | undefined;
|
|
1044
|
+
} | undefined;
|
|
1045
|
+
close?: {
|
|
1046
|
+
value?: any;
|
|
1047
|
+
describe?: string | undefined;
|
|
1048
|
+
} | undefined;
|
|
1049
|
+
requiredReminderContent?: string | undefined;
|
|
1050
|
+
date_format?: string | undefined;
|
|
1051
|
+
step_length?: string | number | undefined;
|
|
1052
|
+
urlConfig?: {
|
|
1053
|
+
[x: string]: any;
|
|
1054
|
+
url: string;
|
|
1055
|
+
method?: import("../../../../components/index").FormRequestDefine.RequestType | undefined;
|
|
1056
|
+
nameKey?: string | undefined;
|
|
1057
|
+
valueKey?: string | undefined;
|
|
1058
|
+
showKey?: string | undefined;
|
|
1059
|
+
searchKey?: string[] | undefined;
|
|
1060
|
+
params?: AnyObject | undefined;
|
|
1061
|
+
dependKey?: string | Record<string, string> | (string | {
|
|
1062
|
+
paramName: string;
|
|
1063
|
+
paramValue?: string | undefined;
|
|
1064
|
+
required?: boolean | undefined;
|
|
1065
|
+
keepValue?: boolean | undefined;
|
|
1066
|
+
})[] | undefined;
|
|
1067
|
+
} | undefined;
|
|
1068
|
+
suffixConfig?: any | any[] | undefined;
|
|
1069
|
+
prefixConfig?: any | any[] | undefined;
|
|
1070
|
+
autograph?: string | undefined;
|
|
1071
|
+
defined_error_msg?: string | undefined;
|
|
1072
|
+
extendKey?: string | undefined;
|
|
1073
|
+
is_not_fold?: string | undefined;
|
|
1074
|
+
remark?: string | undefined;
|
|
1075
|
+
remarkTo?: string | HTMLElement | undefined;
|
|
1076
|
+
free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1077
|
+
save_free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1078
|
+
initialize_high?: number | undefined;
|
|
1079
|
+
bindEventSetting?: {
|
|
1080
|
+
[x: string]: unknown;
|
|
1081
|
+
event_type: import("../../../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
1082
|
+
event_field?: string | undefined;
|
|
1083
|
+
params?: {
|
|
1084
|
+
p_value?: string | undefined;
|
|
1085
|
+
p_name: string;
|
|
1086
|
+
p_select: import("../../../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
1087
|
+
}[] | undefined;
|
|
1088
|
+
results?: {
|
|
1089
|
+
p_value: string;
|
|
1090
|
+
p_name: string;
|
|
1091
|
+
}[] | undefined;
|
|
1092
|
+
compareMap?: {
|
|
1093
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1094
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1095
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1096
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1097
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1098
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1099
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1100
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1101
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1102
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1103
|
+
} | undefined;
|
|
1104
|
+
}[] | undefined;
|
|
1105
|
+
show_mode?: import("../../../../shared/types").LowCodeTypes.showModeType | undefined;
|
|
1106
|
+
is_allow_check_mid?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1107
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
1108
|
+
prefix?: string | AnyObject | (() => any) | undefined;
|
|
1109
|
+
suffix?: string | AnyObject | (() => any) | undefined;
|
|
1110
|
+
allowSlash?: string | boolean | undefined;
|
|
1111
|
+
allowModify?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1112
|
+
show_key?: string | undefined;
|
|
1113
|
+
whiteList?: string[] | undefined;
|
|
1114
|
+
bordered?: string | boolean | undefined;
|
|
1115
|
+
displayMode?: "form" | "table" | undefined;
|
|
1116
|
+
editor_title?: string | undefined;
|
|
1117
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
1118
|
+
linebarWidth?: string | undefined;
|
|
1119
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
1120
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
1121
|
+
labelColor?: string | undefined;
|
|
1122
|
+
fieldTitleRed?: boolean | import("../../../../components/form-render").FormCommonState | undefined;
|
|
1123
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
1124
|
+
confirmBeforeValueChangeProps?: {
|
|
1125
|
+
[x: string]: any;
|
|
1126
|
+
content: string | ((params: {
|
|
1127
|
+
fieldName: string;
|
|
1128
|
+
newValue: any;
|
|
1129
|
+
oldValue: any;
|
|
1130
|
+
}) => any);
|
|
1131
|
+
updateOriginValue: boolean;
|
|
1132
|
+
} | undefined;
|
|
1133
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
1134
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1135
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1136
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1137
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1138
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1139
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1140
|
+
fieldTitleColor?: string | undefined;
|
|
1141
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
1142
|
+
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
1143
|
+
lazyRequest?: boolean | undefined;
|
|
1144
|
+
requestCache?: boolean | undefined;
|
|
1145
|
+
maxGroupNum?: number | undefined;
|
|
1146
|
+
minGroupNum?: number | undefined;
|
|
1147
|
+
jsonCombination?: boolean | undefined;
|
|
1148
|
+
combinationItemDeletable?: boolean | import("../../../../components/form-render").CombinationItemDeletableFn | undefined;
|
|
1149
|
+
children?: any[] | undefined;
|
|
1150
|
+
properties?: any[] | undefined;
|
|
1151
|
+
componentProps?: AnyObject | undefined;
|
|
1152
|
+
decoratorProps?: AnyObject | undefined;
|
|
1153
|
+
noDecorator?: {
|
|
1154
|
+
valueOf: () => boolean;
|
|
1155
|
+
} | undefined;
|
|
1156
|
+
display?: "flex" | "grid" | undefined;
|
|
1157
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
1158
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
|
1159
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
|
1160
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
1161
|
+
validator?: ((value: unknown, fieldItem: FieldItem, context: {
|
|
1162
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
|
1163
|
+
form: import("@formily/core").Form<any>;
|
|
1164
|
+
value: unknown;
|
|
1165
|
+
validator: import("../../../../shared/types").AnyFn;
|
|
1166
|
+
}) => string | void) | undefined;
|
|
1167
|
+
reactions?: {
|
|
1168
|
+
[x: string]: any;
|
|
1169
|
+
dependencies?: string[] | undefined;
|
|
1170
|
+
target?: string | undefined;
|
|
1171
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1172
|
+
when?: string | boolean | undefined;
|
|
1173
|
+
fulfill?: {
|
|
1174
|
+
state?: AnyObject | undefined;
|
|
1175
|
+
run?: string | undefined;
|
|
1176
|
+
} | undefined;
|
|
1177
|
+
otherwise?: {
|
|
1178
|
+
state?: AnyObject | undefined;
|
|
1179
|
+
run?: string | undefined;
|
|
1180
|
+
} | undefined;
|
|
1181
|
+
} | {
|
|
1182
|
+
[x: string]: any;
|
|
1183
|
+
dependencies?: string[] | undefined;
|
|
1184
|
+
target?: string | undefined;
|
|
1185
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1186
|
+
when?: string | boolean | undefined;
|
|
1187
|
+
fulfill?: {
|
|
1188
|
+
state?: AnyObject | undefined;
|
|
1189
|
+
run?: string | undefined;
|
|
1190
|
+
} | undefined;
|
|
1191
|
+
otherwise?: {
|
|
1192
|
+
state?: AnyObject | undefined;
|
|
1193
|
+
run?: string | undefined;
|
|
1194
|
+
} | undefined;
|
|
1195
|
+
}[] | undefined;
|
|
1196
|
+
} | undefined;
|
|
1197
|
+
optionAliasList?: {
|
|
1198
|
+
text: string;
|
|
1199
|
+
value: string;
|
|
1200
|
+
}[] | undefined;
|
|
1201
|
+
elementExtraSetting?: {
|
|
1202
|
+
allowPartial?: boolean | undefined;
|
|
1203
|
+
partialLevel?: number | undefined;
|
|
1204
|
+
maxLevel?: number | undefined;
|
|
1205
|
+
dateFormat?: string | undefined;
|
|
1206
|
+
defaultValue?: {
|
|
1207
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
1208
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
1209
|
+
value: string;
|
|
1210
|
+
} | undefined;
|
|
1211
|
+
minValue?: {
|
|
1212
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
1213
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
1214
|
+
value: string;
|
|
482
1215
|
} | undefined;
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
1216
|
+
maxValue?: {
|
|
1217
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
1218
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
1219
|
+
value: string;
|
|
486
1220
|
} | undefined;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
|
|
1221
|
+
} | undefined;
|
|
1222
|
+
__new?: boolean | undefined;
|
|
1223
|
+
__isCombinationChild?: boolean | undefined;
|
|
1224
|
+
__extra?: boolean | undefined;
|
|
1225
|
+
}, Partial<FormConfigItem> | {
|
|
490
1226
|
key?: string | undefined;
|
|
491
1227
|
layoutWidthEnum?: import("../../../../components/index").FormConfigWidth | undefined;
|
|
492
1228
|
type?: string | undefined;
|
|
@@ -528,7 +1264,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
528
1264
|
originalSetting?: {
|
|
529
1265
|
[x: string]: any;
|
|
530
1266
|
val_key: string;
|
|
531
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
|
1267
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
532
1268
|
annotation?: boolean | undefined;
|
|
533
1269
|
val_key_unit?: string | undefined;
|
|
534
1270
|
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
@@ -544,7 +1280,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
544
1280
|
placeholder?: string | undefined;
|
|
545
1281
|
validate?: {
|
|
546
1282
|
[x: string]: any;
|
|
547
|
-
obj_type?: ("
|
|
1283
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
548
1284
|
vali_obj?: string | undefined;
|
|
549
1285
|
max_value?: string | number | undefined;
|
|
550
1286
|
min_value?: string | number | undefined;
|
|
@@ -553,28 +1289,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
553
1289
|
min_length?: string | number | undefined;
|
|
554
1290
|
max_length?: string | number | undefined;
|
|
555
1291
|
decimal_length?: string | number | undefined;
|
|
556
|
-
regular_expression?: string |
|
|
557
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
558
|
-
test: (string: string) => boolean;
|
|
559
|
-
readonly source: string;
|
|
560
|
-
readonly global: boolean;
|
|
561
|
-
readonly ignoreCase: boolean;
|
|
562
|
-
readonly multiline: boolean;
|
|
563
|
-
lastIndex: number;
|
|
564
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
565
|
-
readonly flags: string;
|
|
566
|
-
readonly sticky: boolean;
|
|
567
|
-
readonly unicode: boolean;
|
|
568
|
-
readonly dotAll: boolean;
|
|
569
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
570
|
-
[Symbol.replace]: {
|
|
571
|
-
(string: string, replaceValue: string): string;
|
|
572
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
573
|
-
};
|
|
574
|
-
[Symbol.search]: (string: string) => number;
|
|
575
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
576
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
577
|
-
} | undefined;
|
|
1292
|
+
regular_expression?: string | RegExp | undefined;
|
|
578
1293
|
regular_error_tip?: string | undefined;
|
|
579
1294
|
message?: string | undefined;
|
|
580
1295
|
} | undefined;
|
|
@@ -688,8 +1403,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
688
1403
|
editor_title?: string | undefined;
|
|
689
1404
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
690
1405
|
linebarWidth?: string | undefined;
|
|
691
|
-
linebarDirection?: "
|
|
692
|
-
linebarTextDirection?: "
|
|
1406
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
1407
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
693
1408
|
labelColor?: string | undefined;
|
|
694
1409
|
fieldTitleRed?: boolean | import("../../../../components/form-render").FormCommonState | undefined;
|
|
695
1410
|
confirmBeforeValueChange?: boolean | undefined;
|
|
@@ -703,10 +1418,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
703
1418
|
updateOriginValue: boolean;
|
|
704
1419
|
} | undefined;
|
|
705
1420
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
706
|
-
unit?: ("
|
|
1421
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
707
1422
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
708
|
-
max_date_unit?: ("
|
|
709
|
-
min_date_unit?: ("
|
|
1423
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1424
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
710
1425
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
711
1426
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
712
1427
|
fieldTitleColor?: string | undefined;
|
|
@@ -729,7 +1444,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
729
1444
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
730
1445
|
wrapperStyle?: Record<string, string | number> | undefined;
|
|
731
1446
|
childFieldStrategy?: "checked" | "all" | undefined;
|
|
732
|
-
childWidthMode?: "
|
|
1447
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
733
1448
|
validator?: ((value: unknown, fieldItem: FieldItem, context: {
|
|
734
1449
|
field: import("@formily/core").Field<any, any, any, any>;
|
|
735
1450
|
form: import("@formily/core").Form<any>;
|
|
@@ -777,17 +1492,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
777
1492
|
dateFormat?: string | undefined;
|
|
778
1493
|
defaultValue?: {
|
|
779
1494
|
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
780
|
-
unit: "" | "
|
|
1495
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
781
1496
|
value: string;
|
|
782
1497
|
} | undefined;
|
|
783
1498
|
minValue?: {
|
|
784
1499
|
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
785
|
-
unit: "" | "
|
|
1500
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
786
1501
|
value: string;
|
|
787
1502
|
} | undefined;
|
|
788
1503
|
maxValue?: {
|
|
789
1504
|
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
790
|
-
unit: "" | "
|
|
1505
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
791
1506
|
value: string;
|
|
792
1507
|
} | undefined;
|
|
793
1508
|
} | undefined;
|
|
@@ -798,7 +1513,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
798
1513
|
originalSetting?: {
|
|
799
1514
|
[x: string]: any;
|
|
800
1515
|
val_key: string;
|
|
801
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
|
1516
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
802
1517
|
annotation?: boolean | undefined;
|
|
803
1518
|
val_key_unit?: string | undefined;
|
|
804
1519
|
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
@@ -814,7 +1529,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
814
1529
|
placeholder?: string | undefined;
|
|
815
1530
|
validate?: {
|
|
816
1531
|
[x: string]: any;
|
|
817
|
-
obj_type?: ("
|
|
1532
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
818
1533
|
vali_obj?: string | undefined;
|
|
819
1534
|
max_value?: string | number | undefined;
|
|
820
1535
|
min_value?: string | number | undefined;
|
|
@@ -823,28 +1538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
823
1538
|
min_length?: string | number | undefined;
|
|
824
1539
|
max_length?: string | number | undefined;
|
|
825
1540
|
decimal_length?: string | number | undefined;
|
|
826
|
-
regular_expression?: string |
|
|
827
|
-
exec: (string: string) => RegExpExecArray | null;
|
|
828
|
-
test: (string: string) => boolean;
|
|
829
|
-
readonly source: string;
|
|
830
|
-
readonly global: boolean;
|
|
831
|
-
readonly ignoreCase: boolean;
|
|
832
|
-
readonly multiline: boolean;
|
|
833
|
-
lastIndex: number;
|
|
834
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
835
|
-
readonly flags: string;
|
|
836
|
-
readonly sticky: boolean;
|
|
837
|
-
readonly unicode: boolean;
|
|
838
|
-
readonly dotAll: boolean;
|
|
839
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
840
|
-
[Symbol.replace]: {
|
|
841
|
-
(string: string, replaceValue: string): string;
|
|
842
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
843
|
-
};
|
|
844
|
-
[Symbol.search]: (string: string) => number;
|
|
845
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
846
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
847
|
-
} | undefined;
|
|
1541
|
+
regular_expression?: string | RegExp | undefined;
|
|
848
1542
|
regular_error_tip?: string | undefined;
|
|
849
1543
|
message?: string | undefined;
|
|
850
1544
|
} | undefined;
|
|
@@ -958,8 +1652,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
958
1652
|
editor_title?: string | undefined;
|
|
959
1653
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
960
1654
|
linebarWidth?: string | undefined;
|
|
961
|
-
linebarDirection?: "
|
|
962
|
-
linebarTextDirection?: "
|
|
1655
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
1656
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
963
1657
|
labelColor?: string | undefined;
|
|
964
1658
|
fieldTitleRed?: boolean | import("../../../../components/form-render").FormCommonState | undefined;
|
|
965
1659
|
confirmBeforeValueChange?: boolean | undefined;
|
|
@@ -973,10 +1667,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
973
1667
|
updateOriginValue: boolean;
|
|
974
1668
|
} | undefined;
|
|
975
1669
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
976
|
-
unit?: ("
|
|
1670
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
977
1671
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
978
|
-
max_date_unit?: ("
|
|
979
|
-
min_date_unit?: ("
|
|
1672
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1673
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
980
1674
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
981
1675
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
982
1676
|
fieldTitleColor?: string | undefined;
|
|
@@ -999,7 +1693,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
999
1693
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
1000
1694
|
wrapperStyle?: Record<string, string | number> | undefined;
|
|
1001
1695
|
childFieldStrategy?: "checked" | "all" | undefined;
|
|
1002
|
-
childWidthMode?: "
|
|
1696
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
1003
1697
|
validator?: ((value: unknown, fieldItem: FieldItem, context: {
|
|
1004
1698
|
field: import("@formily/core").Field<any, any, any, any>;
|
|
1005
1699
|
form: import("@formily/core").Form<any>;
|
|
@@ -1047,17 +1741,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1047
1741
|
dateFormat?: string | undefined;
|
|
1048
1742
|
defaultValue?: {
|
|
1049
1743
|
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
1050
|
-
unit: "" | "
|
|
1744
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
1051
1745
|
value: string;
|
|
1052
1746
|
} | undefined;
|
|
1053
1747
|
minValue?: {
|
|
1054
1748
|
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
1055
|
-
unit: "" | "
|
|
1749
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
1056
1750
|
value: string;
|
|
1057
1751
|
} | undefined;
|
|
1058
1752
|
maxValue?: {
|
|
1059
1753
|
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
|
1060
|
-
unit: "" | "
|
|
1754
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
|
1061
1755
|
value: string;
|
|
1062
1756
|
} | undefined;
|
|
1063
1757
|
} | undefined;
|
|
@@ -1066,14 +1760,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1066
1760
|
__extra?: boolean | undefined;
|
|
1067
1761
|
}>;
|
|
1068
1762
|
generateFieldListByFormConfigItem: (formConfigItem: FormConfigItem, fieldItem?: FieldItem | undefined) => FieldItem[];
|
|
1069
|
-
prevOldField:
|
|
1763
|
+
prevOldField: Nullable<FormConfigItem>;
|
|
1070
1764
|
onFormChange: ({ fieldKey, value }: FormChangePayload) => void;
|
|
1071
1765
|
createLabelRender: (originOptions?: AnyObject[]) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1072
1766
|
[key: string]: any;
|
|
1073
1767
|
}>;
|
|
1074
1768
|
applyOptionAlias: (options?: AnyObject[]) => AnyObject[] | undefined;
|
|
1075
1769
|
visitor: FieldVisitor;
|
|
1076
|
-
showOptionModal: import("vue").Ref<boolean>;
|
|
1770
|
+
showOptionModal: import("vue").Ref<boolean, boolean>;
|
|
1077
1771
|
editOptions: import("vue").Ref<{
|
|
1078
1772
|
[x: string]: any;
|
|
1079
1773
|
keyword?: string | undefined;
|
|
@@ -1082,7 +1776,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1082
1776
|
childrenFields?: {
|
|
1083
1777
|
[x: string]: any;
|
|
1084
1778
|
val_key: string;
|
|
1085
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
|
1779
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
1086
1780
|
annotation?: boolean | undefined;
|
|
1087
1781
|
val_key_unit?: string | undefined;
|
|
1088
1782
|
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
@@ -1098,7 +1792,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1098
1792
|
placeholder?: string | undefined;
|
|
1099
1793
|
validate?: {
|
|
1100
1794
|
[x: string]: any;
|
|
1101
|
-
obj_type?: ("
|
|
1795
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
1102
1796
|
vali_obj?: string | undefined;
|
|
1103
1797
|
max_value?: string | number | undefined;
|
|
1104
1798
|
min_value?: string | number | undefined;
|
|
@@ -1107,28 +1801,226 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1107
1801
|
min_length?: string | number | undefined;
|
|
1108
1802
|
max_length?: string | number | undefined;
|
|
1109
1803
|
decimal_length?: string | number | undefined;
|
|
1110
|
-
regular_expression?: string |
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1804
|
+
regular_expression?: string | RegExp | undefined;
|
|
1805
|
+
regular_error_tip?: string | undefined;
|
|
1806
|
+
message?: string | undefined;
|
|
1807
|
+
} | undefined;
|
|
1808
|
+
option?: any[] | undefined;
|
|
1809
|
+
multi_select?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1810
|
+
multi_select_value?: string | number | undefined;
|
|
1811
|
+
wordbook?: {
|
|
1812
|
+
level_num?: number | undefined;
|
|
1813
|
+
id?: string | undefined;
|
|
1814
|
+
name?: string | undefined;
|
|
1815
|
+
render_key?: string[] | undefined;
|
|
1816
|
+
search_key?: string[] | undefined;
|
|
1817
|
+
value_key?: string | undefined;
|
|
1818
|
+
queryParams?: string[] | undefined;
|
|
1819
|
+
primary_key?: string | undefined;
|
|
1820
|
+
type?: string | undefined;
|
|
1821
|
+
level_key?: string | undefined;
|
|
1822
|
+
link_key?: string | undefined;
|
|
1823
|
+
link_key_split?: string | undefined;
|
|
1824
|
+
show_key?: string | string[] | undefined;
|
|
1825
|
+
conObj?: AnyObject[] | undefined;
|
|
1826
|
+
conObjFirstLevel?: AnyObject[] | undefined;
|
|
1827
|
+
setting?: {
|
|
1828
|
+
cascading?: {
|
|
1829
|
+
'form.name': string;
|
|
1830
|
+
value: string;
|
|
1831
|
+
}[] | undefined;
|
|
1832
|
+
} | undefined;
|
|
1833
|
+
} | undefined;
|
|
1834
|
+
open?: {
|
|
1835
|
+
value?: any;
|
|
1836
|
+
describe?: string | undefined;
|
|
1837
|
+
} | undefined;
|
|
1838
|
+
close?: {
|
|
1839
|
+
value?: any;
|
|
1840
|
+
describe?: string | undefined;
|
|
1841
|
+
} | undefined;
|
|
1842
|
+
requiredReminderContent?: string | undefined;
|
|
1843
|
+
date_format?: string | undefined;
|
|
1844
|
+
step_length?: string | number | undefined;
|
|
1845
|
+
urlConfig?: {
|
|
1846
|
+
[x: string]: any;
|
|
1847
|
+
url: string;
|
|
1848
|
+
method?: import("../../../../components/index").FormRequestDefine.RequestType | undefined;
|
|
1849
|
+
nameKey?: string | undefined;
|
|
1850
|
+
valueKey?: string | undefined;
|
|
1851
|
+
showKey?: string | undefined;
|
|
1852
|
+
searchKey?: string[] | undefined;
|
|
1853
|
+
params?: AnyObject | undefined;
|
|
1854
|
+
dependKey?: string | Record<string, string> | (string | {
|
|
1855
|
+
paramName: string;
|
|
1856
|
+
paramValue?: string | undefined;
|
|
1857
|
+
required?: boolean | undefined;
|
|
1858
|
+
keepValue?: boolean | undefined;
|
|
1859
|
+
})[] | undefined;
|
|
1860
|
+
} | undefined;
|
|
1861
|
+
suffixConfig?: any | any[] | undefined;
|
|
1862
|
+
prefixConfig?: any | any[] | undefined;
|
|
1863
|
+
autograph?: string | undefined;
|
|
1864
|
+
defined_error_msg?: string | undefined;
|
|
1865
|
+
extendKey?: string | undefined;
|
|
1866
|
+
is_not_fold?: string | undefined;
|
|
1867
|
+
remark?: string | undefined;
|
|
1868
|
+
remarkTo?: string | HTMLElement | undefined;
|
|
1869
|
+
free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1870
|
+
save_free_entry?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1871
|
+
initialize_high?: number | undefined;
|
|
1872
|
+
bindEventSetting?: {
|
|
1873
|
+
[x: string]: unknown;
|
|
1874
|
+
event_type: import("../../../../shared/types").LowCodeTypes.EVENT_TYPE;
|
|
1875
|
+
event_field?: string | undefined;
|
|
1876
|
+
params?: {
|
|
1877
|
+
p_value?: string | undefined;
|
|
1878
|
+
p_name: string;
|
|
1879
|
+
p_select: import("../../../../shared/types").LowCodeTypes.VALUE_RELATION;
|
|
1880
|
+
}[] | undefined;
|
|
1881
|
+
results?: {
|
|
1882
|
+
p_value: string;
|
|
1883
|
+
p_name: string;
|
|
1884
|
+
}[] | undefined;
|
|
1885
|
+
compareMap?: {
|
|
1886
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1887
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1888
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1889
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1890
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1891
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1892
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1893
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1894
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1895
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
|
1896
|
+
} | undefined;
|
|
1897
|
+
}[] | undefined;
|
|
1898
|
+
show_mode?: import("../../../../shared/types").LowCodeTypes.showModeType | undefined;
|
|
1899
|
+
is_allow_check_mid?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1900
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
|
1901
|
+
prefix?: string | AnyObject | (() => any) | undefined;
|
|
1902
|
+
suffix?: string | AnyObject | (() => any) | undefined;
|
|
1903
|
+
allowSlash?: string | boolean | undefined;
|
|
1904
|
+
allowModify?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
1905
|
+
show_key?: string | undefined;
|
|
1906
|
+
whiteList?: string[] | undefined;
|
|
1907
|
+
bordered?: string | boolean | undefined;
|
|
1908
|
+
displayMode?: "form" | "table" | undefined;
|
|
1909
|
+
editor_title?: string | undefined;
|
|
1910
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
1911
|
+
linebarWidth?: string | undefined;
|
|
1912
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
1913
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
1914
|
+
labelColor?: string | undefined;
|
|
1915
|
+
fieldTitleRed?: boolean | import("../../../../components/form-render").FormCommonState | undefined;
|
|
1916
|
+
confirmBeforeValueChange?: boolean | undefined;
|
|
1917
|
+
confirmBeforeValueChangeProps?: {
|
|
1918
|
+
[x: string]: any;
|
|
1919
|
+
content: string | ((params: {
|
|
1920
|
+
fieldName: string;
|
|
1921
|
+
newValue: any;
|
|
1922
|
+
oldValue: any;
|
|
1923
|
+
}) => any);
|
|
1924
|
+
updateOriginValue: boolean;
|
|
1925
|
+
} | undefined;
|
|
1926
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
1927
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1928
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1929
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1930
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1931
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1932
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1933
|
+
fieldTitleColor?: string | undefined;
|
|
1934
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
1935
|
+
content?: string | import("../../../../components/form-render").FormRenderer | Record<string, import("../../../../components/form-render").FormRenderer> | undefined;
|
|
1936
|
+
lazyRequest?: boolean | undefined;
|
|
1937
|
+
requestCache?: boolean | undefined;
|
|
1938
|
+
maxGroupNum?: number | undefined;
|
|
1939
|
+
minGroupNum?: number | undefined;
|
|
1940
|
+
jsonCombination?: boolean | undefined;
|
|
1941
|
+
combinationItemDeletable?: boolean | import("../../../../components/form-render").CombinationItemDeletableFn | undefined;
|
|
1942
|
+
children?: any[] | undefined;
|
|
1943
|
+
properties?: any[] | undefined;
|
|
1944
|
+
componentProps?: AnyObject | undefined;
|
|
1945
|
+
decoratorProps?: AnyObject | undefined;
|
|
1946
|
+
noDecorator?: {
|
|
1947
|
+
valueOf: () => boolean;
|
|
1948
|
+
} | undefined;
|
|
1949
|
+
display?: "flex" | "grid" | undefined;
|
|
1950
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
1951
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
|
1952
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
|
1953
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
1954
|
+
validator?: ((value: unknown, fieldItem: FieldItem, context: {
|
|
1955
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
|
1956
|
+
form: import("@formily/core").Form<any>;
|
|
1957
|
+
value: unknown;
|
|
1958
|
+
validator: import("../../../../shared/types").AnyFn;
|
|
1959
|
+
}) => string | void) | undefined;
|
|
1960
|
+
reactions?: {
|
|
1961
|
+
[x: string]: any;
|
|
1962
|
+
dependencies?: string[] | undefined;
|
|
1963
|
+
target?: string | undefined;
|
|
1964
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1965
|
+
when?: string | boolean | undefined;
|
|
1966
|
+
fulfill?: {
|
|
1967
|
+
state?: AnyObject | undefined;
|
|
1968
|
+
run?: string | undefined;
|
|
1969
|
+
} | undefined;
|
|
1970
|
+
otherwise?: {
|
|
1971
|
+
state?: AnyObject | undefined;
|
|
1972
|
+
run?: string | undefined;
|
|
1973
|
+
} | undefined;
|
|
1974
|
+
} | {
|
|
1975
|
+
[x: string]: any;
|
|
1976
|
+
dependencies?: string[] | undefined;
|
|
1977
|
+
target?: string | undefined;
|
|
1978
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
|
1979
|
+
when?: string | boolean | undefined;
|
|
1980
|
+
fulfill?: {
|
|
1981
|
+
state?: AnyObject | undefined;
|
|
1982
|
+
run?: string | undefined;
|
|
1983
|
+
} | undefined;
|
|
1984
|
+
otherwise?: {
|
|
1985
|
+
state?: AnyObject | undefined;
|
|
1986
|
+
run?: string | undefined;
|
|
1131
1987
|
} | undefined;
|
|
1988
|
+
}[] | undefined;
|
|
1989
|
+
}[] | undefined;
|
|
1990
|
+
}[], import("../../../../components/form-render").FormOptionItem[] | {
|
|
1991
|
+
[x: string]: any;
|
|
1992
|
+
keyword?: string | undefined;
|
|
1993
|
+
disabled?: boolean | undefined;
|
|
1994
|
+
children?: any[] | undefined;
|
|
1995
|
+
childrenFields?: {
|
|
1996
|
+
[x: string]: any;
|
|
1997
|
+
val_key: string;
|
|
1998
|
+
html_type: "LINEBAR" | "SELECT" | "DATE" | ({} & string) | "INPUT" | "SEARCH" | "REMOTE_SEARCH" | "DIGITAL" | "TEXTAREA" | "LINE_BREAKS" | "INPUT_NUMBER" | "LEVEL_SEARCH_CASCADER" | "SEARCH_CASCADER" | "COMBINATION" | "RADIO" | "CHECKBOX" | "SWITCH" | "SLIDER" | "COMPLEX" | "PHONE_TYPE" | "IDCARD_TYPE" | "SEARCH_MORE" | "CHECKBOX_BLOCK" | "RADIO_BLOCK" | "DATE-INPUT" | "DATETIME-INPUT" | "SWITCH_COMPONENT" | "SLIDER_COMPONENT" | "LEVEL_SEARCH_CASCADE" | "SEARCH_CASCADE";
|
|
1999
|
+
annotation?: boolean | undefined;
|
|
2000
|
+
val_key_unit?: string | undefined;
|
|
2001
|
+
is_edit?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2002
|
+
elem_width?: string | number | undefined;
|
|
2003
|
+
is_show?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2004
|
+
is_null?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2005
|
+
name?: string | undefined;
|
|
2006
|
+
nameAbbr?: string | undefined;
|
|
2007
|
+
alias?: string | undefined;
|
|
2008
|
+
default_val?: any;
|
|
2009
|
+
is_empty?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2010
|
+
hide_title?: import("../../../../components/form-render").FormCommonState | undefined;
|
|
2011
|
+
placeholder?: string | undefined;
|
|
2012
|
+
validate?: {
|
|
2013
|
+
[x: string]: any;
|
|
2014
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
|
2015
|
+
vali_obj?: string | undefined;
|
|
2016
|
+
max_value?: string | number | undefined;
|
|
2017
|
+
min_value?: string | number | undefined;
|
|
2018
|
+
min_date?: string | undefined;
|
|
2019
|
+
max_date?: string | undefined;
|
|
2020
|
+
min_length?: string | number | undefined;
|
|
2021
|
+
max_length?: string | number | undefined;
|
|
2022
|
+
decimal_length?: string | number | undefined;
|
|
2023
|
+
regular_expression?: string | RegExp | undefined;
|
|
1132
2024
|
regular_error_tip?: string | undefined;
|
|
1133
2025
|
message?: string | undefined;
|
|
1134
2026
|
} | undefined;
|
|
@@ -1236,8 +2128,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1236
2128
|
editor_title?: string | undefined;
|
|
1237
2129
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
|
1238
2130
|
linebarWidth?: string | undefined;
|
|
1239
|
-
linebarDirection?: "
|
|
1240
|
-
linebarTextDirection?: "
|
|
2131
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
|
2132
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
|
1241
2133
|
labelColor?: string | undefined;
|
|
1242
2134
|
fieldTitleRed?: boolean | import("../../../../components/form-render").FormCommonState | undefined;
|
|
1243
2135
|
confirmBeforeValueChange?: boolean | undefined;
|
|
@@ -1251,10 +2143,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1251
2143
|
updateOriginValue: boolean;
|
|
1252
2144
|
} | undefined;
|
|
1253
2145
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
|
1254
|
-
unit?: ("
|
|
2146
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1255
2147
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1256
|
-
max_date_unit?: ("
|
|
1257
|
-
min_date_unit?: ("
|
|
2148
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
2149
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
|
1258
2150
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1259
2151
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
|
1260
2152
|
fieldTitleColor?: string | undefined;
|
|
@@ -1277,7 +2169,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1277
2169
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
|
1278
2170
|
wrapperStyle?: Record<string, string | number> | undefined;
|
|
1279
2171
|
childFieldStrategy?: "checked" | "all" | undefined;
|
|
1280
|
-
childWidthMode?: "
|
|
2172
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
|
1281
2173
|
validator?: ((value: unknown, fieldItem: FieldItem, context: {
|
|
1282
2174
|
field: import("@formily/core").Field<any, any, any, any>;
|
|
1283
2175
|
form: import("@formily/core").Form<any>;
|
|
@@ -1317,15 +2209,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1317
2209
|
}[]>;
|
|
1318
2210
|
onOptionModalCancel: () => void;
|
|
1319
2211
|
onOptionModalConfirm: () => void;
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
2212
|
+
ColorPicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2213
|
+
value: {
|
|
2214
|
+
type: StringConstructor;
|
|
2215
|
+
required: true;
|
|
2216
|
+
};
|
|
2217
|
+
onChange: {};
|
|
2218
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2219
|
+
[key: string]: any;
|
|
2220
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2221
|
+
value: {
|
|
2222
|
+
type: StringConstructor;
|
|
2223
|
+
required: true;
|
|
2224
|
+
};
|
|
2225
|
+
onChange: {};
|
|
2226
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2227
|
+
readonly NModal: any;
|
|
2228
|
+
readonly NInput: any;
|
|
2229
|
+
readonly CFormRender: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
2230
|
+
formRenderRef: import("vue").Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
|
2231
|
+
key: import("vue").Ref<number, number>;
|
|
1325
2232
|
reload: () => Promise<void>;
|
|
1326
2233
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
|
1327
2234
|
exposed: Partial<FormRenderExpose>;
|
|
1328
|
-
FormRender: import("vue").DefineComponent<{
|
|
2235
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1329
2236
|
fieldList: {
|
|
1330
2237
|
type: PropType<FieldItem[]>;
|
|
1331
2238
|
};
|
|
@@ -1419,7 +2326,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1419
2326
|
}>>;
|
|
1420
2327
|
};
|
|
1421
2328
|
components: {
|
|
1422
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
2329
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
1423
2330
|
default: () => {};
|
|
1424
2331
|
};
|
|
1425
2332
|
scope: {
|
|
@@ -1504,11 +2411,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1504
2411
|
type: PropType<string[]>;
|
|
1505
2412
|
};
|
|
1506
2413
|
linebarDirection: {
|
|
1507
|
-
type: PropType<"
|
|
2414
|
+
type: PropType<"vertical" | "horizontal">;
|
|
1508
2415
|
default: string;
|
|
1509
2416
|
};
|
|
1510
2417
|
linebarTextDirection: {
|
|
1511
|
-
type: PropType<"
|
|
2418
|
+
type: PropType<"vertical" | "horizontal">;
|
|
1512
2419
|
default: string;
|
|
1513
2420
|
};
|
|
1514
2421
|
linebarWidth: {
|
|
@@ -1533,8 +2440,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1533
2440
|
lazyRender: BooleanConstructor;
|
|
1534
2441
|
linebreaksToTitle: BooleanConstructor;
|
|
1535
2442
|
dialogFn: {};
|
|
1536
|
-
}
|
|
1537
|
-
props:
|
|
2443
|
+
}>, {
|
|
2444
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1538
2445
|
fieldList: {
|
|
1539
2446
|
type: PropType<FieldItem[]>;
|
|
1540
2447
|
};
|
|
@@ -1628,7 +2535,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1628
2535
|
}>>;
|
|
1629
2536
|
};
|
|
1630
2537
|
components: {
|
|
1631
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
2538
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
1632
2539
|
default: () => {};
|
|
1633
2540
|
};
|
|
1634
2541
|
scope: {
|
|
@@ -1713,11 +2620,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1713
2620
|
type: PropType<string[]>;
|
|
1714
2621
|
};
|
|
1715
2622
|
linebarDirection: {
|
|
1716
|
-
type: PropType<"
|
|
2623
|
+
type: PropType<"vertical" | "horizontal">;
|
|
1717
2624
|
default: string;
|
|
1718
2625
|
};
|
|
1719
2626
|
linebarTextDirection: {
|
|
1720
|
-
type: PropType<"
|
|
2627
|
+
type: PropType<"vertical" | "horizontal">;
|
|
1721
2628
|
default: string;
|
|
1722
2629
|
};
|
|
1723
2630
|
linebarWidth: {
|
|
@@ -1742,19 +2649,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1742
2649
|
lazyRender: BooleanConstructor;
|
|
1743
2650
|
linebreaksToTitle: BooleanConstructor;
|
|
1744
2651
|
dialogFn: {};
|
|
1745
|
-
}>> & {
|
|
2652
|
+
}>> & Readonly<{
|
|
1746
2653
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
1747
2654
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
1748
2655
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
1749
2656
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
|
1750
2657
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
|
1751
2658
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
1752
|
-
}
|
|
2659
|
+
}> & {}>;
|
|
1753
2660
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
|
1754
2661
|
cssVars: import("vue").ComputedRef<AnyObject>;
|
|
1755
2662
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
1756
|
-
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1757
|
-
formWidth: import("vue").Ref<number>;
|
|
2663
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2664
|
+
formWidth: import("vue").Ref<number, number>;
|
|
1758
2665
|
formHeight: import("vue").ComputedRef<string>;
|
|
1759
2666
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
|
1760
2667
|
businessCollector: import("../../../../components/form-render").BusinessCollector;
|
|
@@ -1767,13 +2674,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1767
2674
|
formUUID: string;
|
|
1768
2675
|
anchorBarRef: import("vue").Ref<{
|
|
1769
2676
|
syncBarPosition: import("../../../../shared/types").AnyFn;
|
|
2677
|
+
} | undefined, {
|
|
2678
|
+
syncBarPosition: import("../../../../shared/types").AnyFn;
|
|
1770
2679
|
} | undefined>;
|
|
1771
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
2680
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
|
1772
2681
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
1773
2682
|
anchorIdList: import("vue").Ref<{
|
|
1774
2683
|
name: string;
|
|
1775
2684
|
title: string;
|
|
1776
2685
|
index: number;
|
|
2686
|
+
}[], (Record<"name" | "title", string> & {
|
|
2687
|
+
index: number;
|
|
2688
|
+
})[] | {
|
|
2689
|
+
name: string;
|
|
2690
|
+
title: string;
|
|
2691
|
+
index: number;
|
|
1777
2692
|
}[]>;
|
|
1778
2693
|
onScroll: (scrollEvent: Event) => void;
|
|
1779
2694
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
|
@@ -1800,7 +2715,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1800
2715
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
|
1801
2716
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
|
1802
2717
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
|
1803
|
-
emitFormChange: import("vue").Ref<boolean>;
|
|
2718
|
+
emitFormChange: import("vue").Ref<boolean, boolean>;
|
|
1804
2719
|
formModel: import("@formily/core").Form<{
|
|
1805
2720
|
[x: string]: any;
|
|
1806
2721
|
}>;
|
|
@@ -1877,7 +2792,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1877
2792
|
"x-read-pretty"?: boolean | undefined;
|
|
1878
2793
|
"x-compile-omitted"?: string[] | undefined;
|
|
1879
2794
|
}>;
|
|
1880
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
2795
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
1881
2796
|
scope: AnyObject;
|
|
1882
2797
|
annotation: Record<string, import("../../../annotation-edit/src/type").AnnotationItem>;
|
|
1883
2798
|
annotationShortcuts: (string | {
|
|
@@ -1901,6 +2816,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1901
2816
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
1902
2817
|
autoExpand: boolean;
|
|
1903
2818
|
lowCodeReactions: import("../../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
2819
|
+
newLowCodeReactions: import("../../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
1904
2820
|
linebarAutoHidden: boolean;
|
|
1905
2821
|
labelPlacementOverwrite: boolean;
|
|
1906
2822
|
bordered: string | boolean;
|
|
@@ -1912,8 +2828,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1912
2828
|
selectMode: boolean;
|
|
1913
2829
|
selectedFields: string[];
|
|
1914
2830
|
linebarWidth: string | number;
|
|
1915
|
-
linebarDirection: "
|
|
1916
|
-
linebarTextDirection: "
|
|
2831
|
+
linebarDirection: "vertical" | "horizontal";
|
|
2832
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
1917
2833
|
autoWidth: number | boolean;
|
|
1918
2834
|
feedbackType: "default" | "tooltip";
|
|
1919
2835
|
fixMemoLeak: boolean;
|
|
@@ -2096,16 +3012,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2096
3012
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
2097
3013
|
clearSpan: (uuid: string) => void;
|
|
2098
3014
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
|
2099
|
-
useVersion: typeof import("../../../../components/index").useVersion;
|
|
2100
|
-
FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2101
|
-
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
|
3015
|
+
readonly useVersion: typeof import("../../../../components/index").useVersion;
|
|
3016
|
+
readonly FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3017
|
+
readonly FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
|
2102
3018
|
form: any;
|
|
2103
|
-
}>;
|
|
2104
|
-
NConfigProvider: any;
|
|
2105
|
-
NForm: any;
|
|
2106
|
-
NTabPane: any;
|
|
2107
|
-
NTabs: any;
|
|
2108
|
-
},
|
|
3019
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3020
|
+
readonly NConfigProvider: any;
|
|
3021
|
+
readonly NForm: any;
|
|
3022
|
+
readonly NTabPane: any;
|
|
3023
|
+
readonly NTabs: any;
|
|
3024
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready")[], "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2109
3025
|
fieldList: {
|
|
2110
3026
|
type: PropType<FieldItem[]>;
|
|
2111
3027
|
};
|
|
@@ -2199,7 +3115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2199
3115
|
}>>;
|
|
2200
3116
|
};
|
|
2201
3117
|
components: {
|
|
2202
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
|
3118
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
|
2203
3119
|
default: () => {};
|
|
2204
3120
|
};
|
|
2205
3121
|
scope: {
|
|
@@ -2284,11 +3200,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2284
3200
|
type: PropType<string[]>;
|
|
2285
3201
|
};
|
|
2286
3202
|
linebarDirection: {
|
|
2287
|
-
type: PropType<"
|
|
3203
|
+
type: PropType<"vertical" | "horizontal">;
|
|
2288
3204
|
default: string;
|
|
2289
3205
|
};
|
|
2290
3206
|
linebarTextDirection: {
|
|
2291
|
-
type: PropType<"
|
|
3207
|
+
type: PropType<"vertical" | "horizontal">;
|
|
2292
3208
|
default: string;
|
|
2293
3209
|
};
|
|
2294
3210
|
linebarWidth: {
|
|
@@ -2313,18 +3229,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2313
3229
|
lazyRender: BooleanConstructor;
|
|
2314
3230
|
linebreaksToTitle: BooleanConstructor;
|
|
2315
3231
|
dialogFn: {};
|
|
2316
|
-
}>> & {
|
|
3232
|
+
}>> & Readonly<{
|
|
2317
3233
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
2318
3234
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
2319
3235
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
|
2320
3236
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
|
2321
3237
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
|
2322
3238
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
2323
|
-
}
|
|
3239
|
+
}>, {
|
|
3240
|
+
maxHeight: string | number;
|
|
2324
3241
|
anchor: boolean;
|
|
2325
3242
|
column: number;
|
|
2326
|
-
|
|
2327
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
3243
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
2328
3244
|
initialData: AnyObject;
|
|
2329
3245
|
parallelism: number;
|
|
2330
3246
|
scope: AnyObject;
|
|
@@ -2340,8 +3256,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2340
3256
|
wordSplitFilter: boolean;
|
|
2341
3257
|
selectMode: boolean;
|
|
2342
3258
|
linebarWidth: string | number;
|
|
2343
|
-
linebarDirection: "
|
|
2344
|
-
linebarTextDirection: "
|
|
3259
|
+
linebarDirection: "vertical" | "horizontal";
|
|
3260
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
2345
3261
|
autoWidth: number | boolean;
|
|
2346
3262
|
feedbackType: "default" | "tooltip";
|
|
2347
3263
|
fixMemoLeak: boolean;
|
|
@@ -2350,9 +3266,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2350
3266
|
nominalAge: boolean;
|
|
2351
3267
|
operationalFormInit: boolean;
|
|
2352
3268
|
incrementalRender: boolean;
|
|
2353
|
-
}>;
|
|
2354
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
2355
|
-
},
|
|
3269
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3270
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
3271
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2356
3272
|
uuid: {
|
|
2357
3273
|
type: StringConstructor;
|
|
2358
3274
|
required: true;
|
|
@@ -2426,7 +3342,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2426
3342
|
"x-read-pretty"?: boolean | undefined;
|
|
2427
3343
|
"x-compile-omitted"?: string[] | undefined;
|
|
2428
3344
|
}>;
|
|
2429
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
|
3345
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
|
2430
3346
|
scope: AnyObject;
|
|
2431
3347
|
annotation: Record<string, import("../../../annotation-edit/src/type").AnnotationItem>;
|
|
2432
3348
|
annotationShortcuts: (string | {
|
|
@@ -2450,6 +3366,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2450
3366
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
2451
3367
|
autoExpand: boolean;
|
|
2452
3368
|
lowCodeReactions: import("../../../../shared/types").LowCodeTypes.reactionConfig[];
|
|
3369
|
+
newLowCodeReactions: import("../../../../shared/types").LowCodeTypes.newReactionConfig[];
|
|
2453
3370
|
linebarAutoHidden: boolean;
|
|
2454
3371
|
labelPlacementOverwrite: boolean;
|
|
2455
3372
|
bordered: string | boolean;
|
|
@@ -2461,8 +3378,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2461
3378
|
selectMode: boolean;
|
|
2462
3379
|
selectedFields: string[];
|
|
2463
3380
|
linebarWidth: string | number;
|
|
2464
|
-
linebarDirection: "
|
|
2465
|
-
linebarTextDirection: "
|
|
3381
|
+
linebarDirection: "vertical" | "horizontal";
|
|
3382
|
+
linebarTextDirection: "vertical" | "horizontal";
|
|
2466
3383
|
autoWidth: number | boolean;
|
|
2467
3384
|
feedbackType: "default" | "tooltip";
|
|
2468
3385
|
fixMemoLeak: boolean;
|
|
@@ -2471,5 +3388,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2471
3388
|
dialogFn: any;
|
|
2472
3389
|
}>>>;
|
|
2473
3390
|
};
|
|
2474
|
-
}
|
|
3391
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2475
3392
|
export default _default;
|