cnhis-design-vue 3.3.3-release.8 → 3.4.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/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 +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +9 -8
- 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 +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +52 -57
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +4 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +4 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +33 -34
- 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 +5 -4
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +4 -5
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +25 -24
- 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 +29 -31
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- 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/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- package/es/components/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 +3 -4
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +270 -143
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +270 -143
- package/es/components/button-print/src/ButtonPrint.vue2.js +14 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +74 -44
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +126 -72
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +211 -90
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +108 -59
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -12
- 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 +7 -5
- package/es/components/button-print/src/utils/print.js +183 -7
- package/es/components/button-print/style/index.css +1 -1
- 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 +20 -9
- 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 +3167 -1602
- 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 +6 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +6 -4
- 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 +18 -18
- 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 +7 -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 +132 -132
- package/es/components/classification/index.d.ts +734 -404
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +595 -330
- package/es/components/classification/src/components/search-filter/index.vue2.js +8 -7
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +639 -374
- package/es/components/classification/src/components/set-classification/index.vue2.js +4 -3
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -30
- package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
- package/es/components/classification/src/index.vue.d.ts +734 -404
- package/es/components/classification/src/index.vue2.js +71 -73
- 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 +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +17 -9
- 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 +21 -22
- 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 +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -4
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -5
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +114 -122
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +29 -29
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -6
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +6 -2
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
- package/es/components/field-editor/index.d.ts +55 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +55 -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 +223 -158
- package/es/components/field-set/src/FieldColor.vue2.js +10 -9
- package/es/components/field-set/src/FieldFilter.vue.d.ts +84 -55
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
- package/es/components/field-set/src/FieldSet.vue.d.ts +86 -69
- package/es/components/field-set/src/FieldSet.vue2.js +35 -34
- 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 +25 -25
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +16 -19
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -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 +67 -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 +38 -37
- package/es/components/field-set/src/components/table-row.vue2.js +48 -31
- package/es/components/field-set/src/constants/index.js +4 -4
- package/es/components/field-set/src/types/index.d.ts +2 -1
- package/es/components/form-config/index.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue2.js +13 -12
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +63 -50
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +2 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1141 -197
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +6 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +123 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +42 -42
- 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 +31 -1
- package/es/components/form-config/src/constants/index.js +150 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
- package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
- package/es/components/form-config/src/hooks/useLocale.js +34 -0
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +12 -0
- package/es/components/form-render/index.d.ts +53 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +50 -37
- package/es/components/form-render/src/FormRender.vue2.js +7 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +53 -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/jsonCombination.d.ts +6 -6
- 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 -7
- package/es/components/form-render/src/components/renderer/date.js +12 -10
- package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -5
- package/es/components/form-render/src/components/renderer/formItem.js +10 -3
- 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/levelSearchCascader/index.js +4 -2
- 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 +9 -3
- 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/searchCascade.js +3 -0
- 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 +5 -5
- 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/constants/index.d.ts +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/useFieldListAdaptor.js +5 -2
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
- package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
- 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/useLowCodeReactions.js +2 -1
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +1 -2
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/form-render/style/index.css +1 -1
- 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 +1669 -797
- package/es/components/iho-chat/src/Index.vue.d.ts +1669 -797
- package/es/components/iho-chat/src/Index.vue2.js +18 -9
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +66 -43
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +278 -71
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +56 -46
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +121 -65
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +164 -109
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +605 -257
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +31 -30
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +400 -171
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +299 -280
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +111 -65
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +73 -79
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +58 -35
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +113 -67
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +128 -138
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +35 -28
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +122 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +306 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +84 -37
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +5 -5
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -36
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +157 -93
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +305 -186
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +37 -14
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +16 -16
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +93 -64
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +55 -37
- package/es/components/iho-chat/src/components/Video.vue2.js +92 -89
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +57 -10
- package/es/components/iho-chat/src/hooks/useData.js +2 -7
- 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 +88 -16
- package/es/components/iho-chat/src/hooks/useVideo.js +439 -43
- package/es/components/iho-chat/src/types/index.d.ts +37 -1
- package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
- package/es/components/iho-chat/src/utils/emoji.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +5 -4
- package/es/components/iho-chat/src/utils/index.js +33 -39
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +9 -8
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- 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/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 +17 -16
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- 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 +19 -16
- 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 +38 -28
- 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 +5 -5
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -2
- 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 +2 -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 +26 -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 +0 -22
- 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 +50 -47
- 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 +15 -13
- 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 +61 -29
- 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/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/index.d.ts +2 -0
- package/es/components/index.js +2 -1
- package/es/components/info-header/index.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue2.js +7 -6
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +38 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +78 -44
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +48 -65
- 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 +15 -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 +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +122 -144
- 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 +70 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +1 -2
- package/es/components/keyboard/index.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue2.js +56 -32
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +4 -3
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +49 -39
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +59 -26
- package/es/components/keyboard/src/types.d.ts +17 -0
- package/es/components/keyboard/src/types.js +1 -0
- 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 +12 -12
- 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 +9 -8
- 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 +17 -17
- 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 +6 -5
- 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 +27 -28
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
- package/es/components/scale-view/index.d.ts +120 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +79 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +18 -16
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
- 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 +44 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -26
- package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -3
- 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/scaleview-computed.js +2 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +4 -0
- 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 +11 -13
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/search-cascader/src/utils/index.d.ts +1 -1
- 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 +38 -40
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +26 -27
- 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 +41 -44
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +28 -30
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
- 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 +24 -27
- 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 +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +30 -19
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
- 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 +307 -240
- package/es/components/select-person/src/index.vue2.js +8 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- 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.js +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.js +3 -1
- package/es/components/shortcut-setter/index.d.ts +291 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +291 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +4 -3
- 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 +6 -5
- 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 +3 -4
- 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 +4 -4
- package/es/components/table-export-field/index.d.ts +82 -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 +13 -12
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +8 -7
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +6 -5
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -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 +25 -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 +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +49 -54
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +443 -192
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +47 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +104 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +251 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +144 -28
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +53 -13
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +147 -31
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +63 -25
- 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 +416 -178
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +74 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +478 -219
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +55 -49
- 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 +38 -38
- 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 +26 -26
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
- 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 +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +38 -38
- 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 +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
- 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 +11 -10
- 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 +22 -23
- 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 +10 -9
- 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 +282 -276
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +38 -2
- 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 +269 -263
- package/es/components/table-filter/src/hooks/useAdvanced.js +5 -4
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/tool/baseOptions.js +8 -1
- package/es/components/table-filter/src/types/enums.d.ts +5 -0
- package/es/components/table-filter/src/types/enums.js +6 -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 +41 -9
- package/es/components/time-picker/src/TimePicker.vue.d.ts +41 -9
- package/es/components/time-picker/src/TimePicker.vue2.js +100 -14
- 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 +12 -11
- package/es/components/vertify/index.d.ts +1 -0
- package/es/components/vertify/index.js +1 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +86 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +257 -0
- package/es/components/vertify/src/utils/dialog.d.ts +7 -0
- package/es/components/vertify/src/utils/dialog.js +73 -0
- package/es/components/vertify/src/utils/index.d.ts +11 -0
- package/es/components/vertify/src/utils/index.js +24 -0
- package/es/components/vod-chunk-upload/index.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +37 -20
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +143 -115
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +20 -3
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +6 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +69 -65
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/components/vod-chunk-upload/style/index.css +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- 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/VueDraggable/src/vuedraggable.d.ts +86 -0
- 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/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +2 -2
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +6 -6
@@ -4,7 +4,7 @@ import { useFormConfigLocale } from '../../../components/form-config/src/hooks/u
|
|
4
4
|
import { PropType, Ref } from 'vue';
|
5
5
|
import { FormConfigItem, FormConfigTextFormatter, FormConfigVisitor } from '../../../components/form-config/src/types';
|
6
6
|
import { FormRenderExpose } from '../../../components/form-render';
|
7
|
-
declare const _default: import("vue").DefineComponent<{
|
7
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
8
8
|
maxHeight: {
|
9
9
|
type: StringConstructor;
|
10
10
|
};
|
@@ -86,7 +86,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
86
86
|
"x-read-pretty"?: boolean | undefined;
|
87
87
|
"x-compile-omitted"?: string[] | undefined;
|
88
88
|
}>;
|
89
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
89
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
90
90
|
scope: import("../../../shared/types").AnyObject;
|
91
91
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
92
92
|
annotationShortcuts: (string | {
|
@@ -121,12 +121,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
121
121
|
selectMode: boolean;
|
122
122
|
selectedFields: string[];
|
123
123
|
linebarWidth: string | number;
|
124
|
-
linebarDirection: "
|
125
|
-
linebarTextDirection: "
|
124
|
+
linebarDirection: "vertical" | "horizontal";
|
125
|
+
linebarTextDirection: "vertical" | "horizontal";
|
126
126
|
autoWidth: number | boolean;
|
127
127
|
feedbackType: "default" | "tooltip";
|
128
128
|
fixMemoLeak: boolean;
|
129
129
|
lazyRender: boolean;
|
130
|
+
linebreaksToTitle: boolean;
|
130
131
|
dialogFn: any;
|
131
132
|
}>>>;
|
132
133
|
};
|
@@ -134,8 +135,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
134
135
|
type: PropType<((payload: import("../../../components/form-config/src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
135
136
|
};
|
136
137
|
showLowCodeReactions: BooleanConstructor;
|
137
|
-
}
|
138
|
-
props:
|
138
|
+
}>, {
|
139
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
139
140
|
maxHeight: {
|
140
141
|
type: StringConstructor;
|
141
142
|
};
|
@@ -217,7 +218,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
217
218
|
"x-read-pretty"?: boolean | undefined;
|
218
219
|
"x-compile-omitted"?: string[] | undefined;
|
219
220
|
}>;
|
220
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
221
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
221
222
|
scope: import("../../../shared/types").AnyObject;
|
222
223
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
223
224
|
annotationShortcuts: (string | {
|
@@ -252,12 +253,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
252
253
|
selectMode: boolean;
|
253
254
|
selectedFields: string[];
|
254
255
|
linebarWidth: string | number;
|
255
|
-
linebarDirection: "
|
256
|
-
linebarTextDirection: "
|
256
|
+
linebarDirection: "vertical" | "horizontal";
|
257
|
+
linebarTextDirection: "vertical" | "horizontal";
|
257
258
|
autoWidth: number | boolean;
|
258
259
|
feedbackType: "default" | "tooltip";
|
259
260
|
fixMemoLeak: boolean;
|
260
261
|
lazyRender: boolean;
|
262
|
+
linebreaksToTitle: boolean;
|
261
263
|
dialogFn: any;
|
262
264
|
}>>>;
|
263
265
|
};
|
@@ -265,16 +267,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
265
267
|
type: PropType<((payload: import("../../../components/form-config/src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
266
268
|
};
|
267
269
|
showLowCodeReactions: BooleanConstructor;
|
268
|
-
}>> & {
|
270
|
+
}>> & Readonly<{
|
269
271
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
270
272
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
271
273
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
272
|
-
}
|
274
|
+
}> & {}>;
|
273
275
|
emit: (event: "addItem" | "removeItem" | "reactionsValidateFailure", ...args: any[]) => void;
|
274
276
|
uuid: string;
|
275
277
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
276
|
-
fieldListRef: Ref<FormConfigItem[]>;
|
277
|
-
materialListRef: Ref<FormConfigItem[]>;
|
278
|
+
fieldListRef: Ref<FormConfigItem[], FormConfigItem[]>;
|
279
|
+
materialListRef: Ref<FormConfigItem[], FormConfigItem[]>;
|
278
280
|
lowCodeReactionsRef: Ref<{
|
279
281
|
conObj: {
|
280
282
|
con: LowCodeTypes.VALUE_RELATION;
|
@@ -307,6 +309,38 @@ declare const _default: import("vue").DefineComponent<{
|
|
307
309
|
}[] | undefined;
|
308
310
|
__oppositeBindField?: any | undefined;
|
309
311
|
__oppositeTargetField?: any | undefined;
|
312
|
+
}[], LowCodeTypes.reactionConfig[] | {
|
313
|
+
conObj: {
|
314
|
+
con: LowCodeTypes.VALUE_RELATION;
|
315
|
+
field_key: string;
|
316
|
+
value: unknown;
|
317
|
+
}[];
|
318
|
+
compareMap?: {
|
319
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
320
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
321
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
322
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
323
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
324
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
325
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
326
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
327
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
328
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
329
|
+
} | undefined;
|
330
|
+
isRestoreDefault?: boolean | undefined;
|
331
|
+
sqlExpression?: string | undefined;
|
332
|
+
showField?: string[] | undefined;
|
333
|
+
hideField?: string[] | undefined;
|
334
|
+
requiredField?: string[] | undefined;
|
335
|
+
notRequiredField?: string[] | undefined;
|
336
|
+
enabledField?: string[] | undefined;
|
337
|
+
disabledField?: string[] | undefined;
|
338
|
+
setValueField?: {
|
339
|
+
field?: string | undefined;
|
340
|
+
value?: unknown;
|
341
|
+
}[] | undefined;
|
342
|
+
__oppositeBindField?: any | undefined;
|
343
|
+
__oppositeTargetField?: any | undefined;
|
310
344
|
}[]>;
|
311
345
|
getSortOption: () => {
|
312
346
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
@@ -320,19 +354,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
320
354
|
};
|
321
355
|
addItem: (formConfigItem: FormConfigItem) => void;
|
322
356
|
parsedTextFormatter: FormConfigTextFormatter;
|
323
|
-
currentEditField: Ref<FormConfigItem | undefined>;
|
357
|
+
currentEditField: Ref<FormConfigItem | undefined, FormConfigItem | undefined>;
|
324
358
|
formConfigEditRef: Ref<{
|
325
359
|
validate: AnyFn;
|
360
|
+
} | undefined, {
|
361
|
+
validate: AnyFn;
|
326
362
|
} | undefined>;
|
327
363
|
transform: (fieldList: FormConfigItem[]) => FormConfigItem[];
|
328
364
|
inverseTransform: (fieldList: FormConfigItem[], withOriginalSetting: boolean, otherConfig?: Partial<FormConfigItem> | undefined) => FormConfigItem[];
|
329
|
-
extraValueRef: import("vue").WritableComputedRef<any>;
|
330
|
-
_extraOptions: Ref<FormConfigItem[]>;
|
365
|
+
extraValueRef: import("vue").WritableComputedRef<any, any>;
|
366
|
+
_extraOptions: Ref<FormConfigItem[], FormConfigItem[]>;
|
331
367
|
extraOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
332
368
|
onFocus: () => Promise<void>;
|
333
|
-
useVersion: typeof useVersion;
|
334
|
-
useFormConfigLocale: typeof useFormConfigLocale;
|
335
|
-
Draggable: import("vue").DefineComponent<{
|
369
|
+
readonly useVersion: typeof useVersion;
|
370
|
+
readonly useFormConfigLocale: typeof useFormConfigLocale;
|
371
|
+
readonly Draggable: import("vue").DefineComponent<{
|
336
372
|
list: {
|
337
373
|
type: ArrayConstructor;
|
338
374
|
required: boolean;
|
@@ -404,29 +440,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
404
440
|
list: unknown[];
|
405
441
|
modelValue: unknown[];
|
406
442
|
componentData: Record<string, any>;
|
407
|
-
}>;
|
443
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
408
444
|
FormConfigCreator: import("vue").DefineComponent<{}, {
|
409
445
|
linebarField: import("../../../components/form-render").FieldItem[];
|
410
|
-
linebarFormRef: Ref<FormRenderExpose | undefined>;
|
411
|
-
lineBreakFormRef: Ref<FormRenderExpose | undefined>;
|
446
|
+
linebarFormRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
447
|
+
lineBreakFormRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
412
448
|
initialData: Partial<FormConfigItem>;
|
413
449
|
emit: (event: "submit", payload: FormConfigItem) => void;
|
414
450
|
submit: (type: string, props?: import("../../../shared/types").AnyObject | undefined, formRef?: FormRenderExpose | undefined) => Promise<void>;
|
415
|
-
pick: {
|
451
|
+
readonly pick: {
|
416
452
|
<T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
|
417
453
|
<T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
|
418
454
|
};
|
419
|
-
NButton: any;
|
420
|
-
NButtonGroup: any;
|
421
|
-
NPopconfirm: any;
|
422
|
-
useFormConfigLocale: typeof useFormConfigLocale;
|
423
|
-
CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
424
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
425
|
-
key: Ref<number>;
|
455
|
+
readonly NButton: any;
|
456
|
+
readonly NButtonGroup: any;
|
457
|
+
readonly NPopconfirm: any;
|
458
|
+
readonly useFormConfigLocale: typeof useFormConfigLocale;
|
459
|
+
readonly CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
460
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
461
|
+
key: Ref<number, number>;
|
426
462
|
reload: () => Promise<void>;
|
427
463
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
428
464
|
exposed: Partial<FormRenderExpose>;
|
429
|
-
FormRender: import("vue").DefineComponent<{
|
465
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
430
466
|
fieldList: {
|
431
467
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
432
468
|
};
|
@@ -520,7 +556,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
520
556
|
}>>;
|
521
557
|
};
|
522
558
|
components: {
|
523
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
559
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
524
560
|
default: () => {};
|
525
561
|
};
|
526
562
|
scope: {
|
@@ -605,11 +641,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
605
641
|
type: PropType<string[]>;
|
606
642
|
};
|
607
643
|
linebarDirection: {
|
608
|
-
type: PropType<"
|
644
|
+
type: PropType<"vertical" | "horizontal">;
|
609
645
|
default: string;
|
610
646
|
};
|
611
647
|
linebarTextDirection: {
|
612
|
-
type: PropType<"
|
648
|
+
type: PropType<"vertical" | "horizontal">;
|
613
649
|
default: string;
|
614
650
|
};
|
615
651
|
linebarWidth: {
|
@@ -632,9 +668,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
632
668
|
type: BooleanConstructor;
|
633
669
|
};
|
634
670
|
lazyRender: BooleanConstructor;
|
671
|
+
linebreaksToTitle: BooleanConstructor;
|
635
672
|
dialogFn: {};
|
636
|
-
}
|
637
|
-
props:
|
673
|
+
}>, {
|
674
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
638
675
|
fieldList: {
|
639
676
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
640
677
|
};
|
@@ -728,7 +765,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
728
765
|
}>>;
|
729
766
|
};
|
730
767
|
components: {
|
731
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
768
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
732
769
|
default: () => {};
|
733
770
|
};
|
734
771
|
scope: {
|
@@ -813,11 +850,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
813
850
|
type: PropType<string[]>;
|
814
851
|
};
|
815
852
|
linebarDirection: {
|
816
|
-
type: PropType<"
|
853
|
+
type: PropType<"vertical" | "horizontal">;
|
817
854
|
default: string;
|
818
855
|
};
|
819
856
|
linebarTextDirection: {
|
820
|
-
type: PropType<"
|
857
|
+
type: PropType<"vertical" | "horizontal">;
|
821
858
|
default: string;
|
822
859
|
};
|
823
860
|
linebarWidth: {
|
@@ -840,20 +877,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
840
877
|
type: BooleanConstructor;
|
841
878
|
};
|
842
879
|
lazyRender: BooleanConstructor;
|
880
|
+
linebreaksToTitle: BooleanConstructor;
|
843
881
|
dialogFn: {};
|
844
|
-
}>> & {
|
882
|
+
}>> & Readonly<{
|
845
883
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
846
884
|
onScroll?: ((...args: any[]) => any) | undefined;
|
847
885
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
848
886
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
849
887
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
850
888
|
onReady?: ((...args: any[]) => any) | undefined;
|
851
|
-
}
|
889
|
+
}> & {}>;
|
852
890
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
853
891
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
854
892
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
855
|
-
formRenderRef: Ref<HTMLElement | undefined>;
|
856
|
-
formWidth: Ref<number>;
|
893
|
+
formRenderRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
894
|
+
formWidth: Ref<number, number>;
|
857
895
|
formHeight: import("vue").ComputedRef<string>;
|
858
896
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
859
897
|
businessCollector: import("../../../components/form-render").BusinessCollector;
|
@@ -866,13 +904,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
866
904
|
formUUID: string;
|
867
905
|
anchorBarRef: Ref<{
|
868
906
|
syncBarPosition: AnyFn;
|
907
|
+
} | undefined, {
|
908
|
+
syncBarPosition: AnyFn;
|
869
909
|
} | undefined>;
|
870
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
910
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
871
911
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
872
912
|
anchorIdList: Ref<{
|
873
913
|
name: string;
|
874
914
|
title: string;
|
875
915
|
index: number;
|
916
|
+
}[], (Record<"name" | "title", string> & {
|
917
|
+
index: number;
|
918
|
+
})[] | {
|
919
|
+
name: string;
|
920
|
+
title: string;
|
921
|
+
index: number;
|
876
922
|
}[]>;
|
877
923
|
onScroll: (scrollEvent: Event) => void;
|
878
924
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -899,7 +945,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
899
945
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
900
946
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
901
947
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
902
|
-
emitFormChange: Ref<boolean>;
|
948
|
+
emitFormChange: Ref<boolean, boolean>;
|
903
949
|
formModel: import("@formily/core").Form<{
|
904
950
|
[x: string]: any;
|
905
951
|
}>;
|
@@ -976,7 +1022,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
976
1022
|
"x-read-pretty"?: boolean | undefined;
|
977
1023
|
"x-compile-omitted"?: string[] | undefined;
|
978
1024
|
}>;
|
979
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1025
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
980
1026
|
scope: import("../../../shared/types").AnyObject;
|
981
1027
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
982
1028
|
annotationShortcuts: (string | {
|
@@ -1011,12 +1057,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1011
1057
|
selectMode: boolean;
|
1012
1058
|
selectedFields: string[];
|
1013
1059
|
linebarWidth: string | number;
|
1014
|
-
linebarDirection: "
|
1015
|
-
linebarTextDirection: "
|
1060
|
+
linebarDirection: "vertical" | "horizontal";
|
1061
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1016
1062
|
autoWidth: number | boolean;
|
1017
1063
|
feedbackType: "default" | "tooltip";
|
1018
1064
|
fixMemoLeak: boolean;
|
1019
1065
|
lazyRender: boolean;
|
1066
|
+
linebreaksToTitle: boolean;
|
1020
1067
|
dialogFn: any;
|
1021
1068
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
1022
1069
|
[key: symbol]: any;
|
@@ -1194,16 +1241,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1194
1241
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
1195
1242
|
clearSpan: (uuid: string) => void;
|
1196
1243
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
1197
|
-
useVersion: typeof useVersion;
|
1198
|
-
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<{}>>, {}>;
|
1199
|
-
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>>>, {
|
1244
|
+
readonly useVersion: typeof useVersion;
|
1245
|
+
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>;
|
1246
|
+
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>>>, {
|
1200
1247
|
form: any;
|
1201
|
-
}>;
|
1202
|
-
NConfigProvider: any;
|
1203
|
-
NForm: any;
|
1204
|
-
NTabPane: any;
|
1205
|
-
NTabs: any;
|
1206
|
-
},
|
1248
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1249
|
+
readonly NConfigProvider: any;
|
1250
|
+
readonly NForm: any;
|
1251
|
+
readonly NTabPane: any;
|
1252
|
+
readonly NTabs: any;
|
1253
|
+
}, {}, {}, {}, 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<{
|
1207
1254
|
fieldList: {
|
1208
1255
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
1209
1256
|
};
|
@@ -1297,7 +1344,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1297
1344
|
}>>;
|
1298
1345
|
};
|
1299
1346
|
components: {
|
1300
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
1347
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
1301
1348
|
default: () => {};
|
1302
1349
|
};
|
1303
1350
|
scope: {
|
@@ -1382,11 +1429,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1382
1429
|
type: PropType<string[]>;
|
1383
1430
|
};
|
1384
1431
|
linebarDirection: {
|
1385
|
-
type: PropType<"
|
1432
|
+
type: PropType<"vertical" | "horizontal">;
|
1386
1433
|
default: string;
|
1387
1434
|
};
|
1388
1435
|
linebarTextDirection: {
|
1389
|
-
type: PropType<"
|
1436
|
+
type: PropType<"vertical" | "horizontal">;
|
1390
1437
|
default: string;
|
1391
1438
|
};
|
1392
1439
|
linebarWidth: {
|
@@ -1409,19 +1456,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
1409
1456
|
type: BooleanConstructor;
|
1410
1457
|
};
|
1411
1458
|
lazyRender: BooleanConstructor;
|
1459
|
+
linebreaksToTitle: BooleanConstructor;
|
1412
1460
|
dialogFn: {};
|
1413
|
-
}>> & {
|
1461
|
+
}>> & Readonly<{
|
1414
1462
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
1415
1463
|
onScroll?: ((...args: any[]) => any) | undefined;
|
1416
1464
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
1417
1465
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
1418
1466
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
1419
1467
|
onReady?: ((...args: any[]) => any) | undefined;
|
1420
|
-
}
|
1468
|
+
}>, {
|
1469
|
+
maxHeight: string | number;
|
1421
1470
|
anchor: boolean;
|
1422
1471
|
column: number;
|
1423
|
-
|
1424
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1472
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1425
1473
|
initialData: import("../../../shared/types").AnyObject;
|
1426
1474
|
parallelism: number;
|
1427
1475
|
scope: import("../../../shared/types").AnyObject;
|
@@ -1437,23 +1485,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
1437
1485
|
wordSplitFilter: boolean;
|
1438
1486
|
selectMode: boolean;
|
1439
1487
|
linebarWidth: string | number;
|
1440
|
-
linebarDirection: "
|
1441
|
-
linebarTextDirection: "
|
1488
|
+
linebarDirection: "vertical" | "horizontal";
|
1489
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1442
1490
|
autoWidth: number | boolean;
|
1443
1491
|
feedbackType: "default" | "tooltip";
|
1444
1492
|
fixMemoLeak: boolean;
|
1445
1493
|
lazyRender: boolean;
|
1494
|
+
linebreaksToTitle: boolean;
|
1446
1495
|
nominalAge: boolean;
|
1447
1496
|
operationalFormInit: boolean;
|
1448
1497
|
incrementalRender: boolean;
|
1449
|
-
}>;
|
1450
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
1498
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1499
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1451
1500
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
1452
1501
|
submit: (payload: FormConfigItem) => FormConfigItem;
|
1453
|
-
}, string, import("vue").
|
1502
|
+
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
1454
1503
|
onSubmit?: ((payload: FormConfigItem) => any) | undefined;
|
1455
|
-
}, {}>;
|
1456
|
-
FormConfigDragDisplay: import("vue").DefineComponent<{
|
1504
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1505
|
+
FormConfigDragDisplay: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1457
1506
|
formConfigItem: {
|
1458
1507
|
type: PropType<FormConfigItem>;
|
1459
1508
|
};
|
@@ -1461,13 +1510,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1461
1510
|
type: PropType<FormConfigTextFormatter>;
|
1462
1511
|
required: true;
|
1463
1512
|
};
|
1464
|
-
}
|
1513
|
+
}>, {
|
1465
1514
|
globProps: import("../../../shared/types").AnyObject | undefined;
|
1466
1515
|
getItemColumnStyle: (formConfigItem?: FormConfigItem | undefined) => {
|
1467
1516
|
'--item-column': number;
|
1468
1517
|
};
|
1469
|
-
fieldList: Ref<FormConfigItem[]> | undefined;
|
1470
|
-
materialList: Ref<FormConfigItem[]> | undefined;
|
1518
|
+
fieldList: Ref<FormConfigItem[], FormConfigItem[]> | undefined;
|
1519
|
+
materialList: Ref<FormConfigItem[], FormConfigItem[]> | undefined;
|
1471
1520
|
getSortOption: (formConfigItem?: FormConfigItem | undefined) => {
|
1472
1521
|
move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
|
1473
1522
|
onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
|
@@ -1478,8 +1527,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1478
1527
|
'item-key': string;
|
1479
1528
|
group: string;
|
1480
1529
|
};
|
1481
|
-
getRenderer: (formConfigItem: FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}>;
|
1482
|
-
Draggable: import("vue").DefineComponent<{
|
1530
|
+
getRenderer: (formConfigItem: FormConfigItem) => import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>;
|
1531
|
+
readonly Draggable: import("vue").DefineComponent<{
|
1483
1532
|
list: {
|
1484
1533
|
type: ArrayConstructor;
|
1485
1534
|
required: boolean;
|
@@ -1551,8 +1600,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1551
1600
|
list: unknown[];
|
1552
1601
|
modelValue: unknown[];
|
1553
1602
|
componentData: Record<string, any>;
|
1554
|
-
}>;
|
1555
|
-
},
|
1603
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1604
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1556
1605
|
formConfigItem: {
|
1557
1606
|
type: PropType<FormConfigItem>;
|
1558
1607
|
};
|
@@ -1560,8 +1609,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1560
1609
|
type: PropType<FormConfigTextFormatter>;
|
1561
1610
|
required: true;
|
1562
1611
|
};
|
1563
|
-
}
|
1564
|
-
FormConfigEdit: import("vue").DefineComponent<{
|
1612
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1613
|
+
FormConfigEdit: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1565
1614
|
uuid: {
|
1566
1615
|
type: StringConstructor;
|
1567
1616
|
required: true;
|
@@ -1635,7 +1684,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1635
1684
|
"x-read-pretty"?: boolean | undefined;
|
1636
1685
|
"x-compile-omitted"?: string[] | undefined;
|
1637
1686
|
}>;
|
1638
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1687
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1639
1688
|
scope: import("../../../shared/types").AnyObject;
|
1640
1689
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
1641
1690
|
annotationShortcuts: (string | {
|
@@ -1670,17 +1719,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1670
1719
|
selectMode: boolean;
|
1671
1720
|
selectedFields: string[];
|
1672
1721
|
linebarWidth: string | number;
|
1673
|
-
linebarDirection: "
|
1674
|
-
linebarTextDirection: "
|
1722
|
+
linebarDirection: "vertical" | "horizontal";
|
1723
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1675
1724
|
autoWidth: number | boolean;
|
1676
1725
|
feedbackType: "default" | "tooltip";
|
1677
1726
|
fixMemoLeak: boolean;
|
1678
1727
|
lazyRender: boolean;
|
1728
|
+
linebreaksToTitle: boolean;
|
1679
1729
|
dialogFn: any;
|
1680
1730
|
}>>>;
|
1681
1731
|
};
|
1682
|
-
}
|
1683
|
-
props:
|
1732
|
+
}>, {
|
1733
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1684
1734
|
uuid: {
|
1685
1735
|
type: StringConstructor;
|
1686
1736
|
required: true;
|
@@ -1754,7 +1804,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1754
1804
|
"x-read-pretty"?: boolean | undefined;
|
1755
1805
|
"x-compile-omitted"?: string[] | undefined;
|
1756
1806
|
}>;
|
1757
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
1807
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
1758
1808
|
scope: import("../../../shared/types").AnyObject;
|
1759
1809
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
1760
1810
|
annotationShortcuts: (string | {
|
@@ -1789,23 +1839,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
1789
1839
|
selectMode: boolean;
|
1790
1840
|
selectedFields: string[];
|
1791
1841
|
linebarWidth: string | number;
|
1792
|
-
linebarDirection: "
|
1793
|
-
linebarTextDirection: "
|
1842
|
+
linebarDirection: "vertical" | "horizontal";
|
1843
|
+
linebarTextDirection: "vertical" | "horizontal";
|
1794
1844
|
autoWidth: number | boolean;
|
1795
1845
|
feedbackType: "default" | "tooltip";
|
1796
1846
|
fixMemoLeak: boolean;
|
1797
1847
|
lazyRender: boolean;
|
1848
|
+
linebreaksToTitle: boolean;
|
1798
1849
|
dialogFn: any;
|
1799
1850
|
}>>>;
|
1800
1851
|
};
|
1801
|
-
}>> & {}
|
1852
|
+
}>> & Readonly<{}> & {}>;
|
1802
1853
|
wrapperSelector: import("vue").ComputedRef<string>;
|
1803
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
1804
|
-
currentActiveField: Ref<import("../../../shared/types").UndefinedAble<FormConfigItem>>;
|
1854
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
1855
|
+
currentActiveField: Ref<import("../../../shared/types").UndefinedAble<FormConfigItem>, import("../../../shared/types").UndefinedAble<FormConfigItem>>;
|
1805
1856
|
fieldList: Ref<{
|
1806
1857
|
[x: string]: any;
|
1807
1858
|
val_key: string;
|
1808
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
1859
|
+
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";
|
1809
1860
|
annotation?: boolean | undefined;
|
1810
1861
|
val_key_unit?: string | undefined;
|
1811
1862
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -1820,7 +1871,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1820
1871
|
placeholder?: string | undefined;
|
1821
1872
|
validate?: {
|
1822
1873
|
[x: string]: any;
|
1823
|
-
obj_type?: ("
|
1874
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
1824
1875
|
vali_obj?: string | undefined;
|
1825
1876
|
max_value?: string | number | undefined;
|
1826
1877
|
min_value?: string | number | undefined;
|
@@ -1829,28 +1880,225 @@ declare const _default: import("vue").DefineComponent<{
|
|
1829
1880
|
min_length?: string | number | undefined;
|
1830
1881
|
max_length?: string | number | undefined;
|
1831
1882
|
decimal_length?: string | number | undefined;
|
1832
|
-
regular_expression?: string |
|
1833
|
-
|
1834
|
-
|
1835
|
-
|
1836
|
-
|
1837
|
-
|
1838
|
-
|
1839
|
-
|
1840
|
-
|
1841
|
-
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1845
|
-
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
|
1883
|
+
regular_expression?: string | RegExp | undefined;
|
1884
|
+
regular_error_tip?: string | undefined;
|
1885
|
+
message?: string | undefined;
|
1886
|
+
} | undefined;
|
1887
|
+
option?: {
|
1888
|
+
[x: string]: any;
|
1889
|
+
keyword?: string | undefined;
|
1890
|
+
disabled?: boolean | undefined;
|
1891
|
+
children?: any[] | undefined;
|
1892
|
+
childrenFields?: any[] | undefined;
|
1893
|
+
}[] | undefined;
|
1894
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
1895
|
+
multi_select_value?: string | number | undefined;
|
1896
|
+
wordbook?: {
|
1897
|
+
level_num?: number | undefined;
|
1898
|
+
id?: string | undefined;
|
1899
|
+
name?: string | undefined;
|
1900
|
+
render_key?: string[] | undefined;
|
1901
|
+
search_key?: string[] | undefined;
|
1902
|
+
value_key?: string | undefined;
|
1903
|
+
queryParams?: string[] | undefined;
|
1904
|
+
primary_key?: string | undefined;
|
1905
|
+
type?: string | undefined;
|
1906
|
+
level_key?: string | undefined;
|
1907
|
+
link_key?: string | undefined;
|
1908
|
+
link_key_split?: string | undefined;
|
1909
|
+
show_key?: string | string[] | undefined;
|
1910
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
1911
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
1912
|
+
setting?: {
|
1913
|
+
cascading?: {
|
1914
|
+
'form.name': string;
|
1915
|
+
value: string;
|
1916
|
+
}[] | undefined;
|
1917
|
+
} | undefined;
|
1918
|
+
} | undefined;
|
1919
|
+
open?: {
|
1920
|
+
value?: any;
|
1921
|
+
describe?: string | undefined;
|
1922
|
+
} | undefined;
|
1923
|
+
close?: {
|
1924
|
+
value?: any;
|
1925
|
+
describe?: string | undefined;
|
1926
|
+
} | undefined;
|
1927
|
+
requiredReminderContent?: string | undefined;
|
1928
|
+
date_format?: string | undefined;
|
1929
|
+
step_length?: string | number | undefined;
|
1930
|
+
urlConfig?: {
|
1931
|
+
[x: string]: any;
|
1932
|
+
url: string;
|
1933
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
1934
|
+
nameKey?: string | undefined;
|
1935
|
+
valueKey?: string | undefined;
|
1936
|
+
showKey?: string | undefined;
|
1937
|
+
searchKey?: string[] | undefined;
|
1938
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
1939
|
+
dependKey?: string | Record<string, string> | (string | {
|
1940
|
+
paramName: string;
|
1941
|
+
paramValue?: string | undefined;
|
1942
|
+
required?: boolean | undefined;
|
1943
|
+
keepValue?: boolean | undefined;
|
1944
|
+
})[] | undefined;
|
1945
|
+
} | undefined;
|
1946
|
+
suffixConfig?: any | any[] | undefined;
|
1947
|
+
prefixConfig?: any | any[] | undefined;
|
1948
|
+
autograph?: string | undefined;
|
1949
|
+
defined_error_msg?: string | undefined;
|
1950
|
+
extendKey?: string | undefined;
|
1951
|
+
is_not_fold?: string | undefined;
|
1952
|
+
remark?: string | undefined;
|
1953
|
+
remarkTo?: string | HTMLElement | undefined;
|
1954
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
1955
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
1956
|
+
initialize_high?: number | undefined;
|
1957
|
+
bindEventSetting?: {
|
1958
|
+
[x: string]: unknown;
|
1959
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
1960
|
+
event_field?: string | undefined;
|
1961
|
+
params?: {
|
1962
|
+
p_value?: string | undefined;
|
1963
|
+
p_name: string;
|
1964
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
1965
|
+
}[] | undefined;
|
1966
|
+
results?: {
|
1967
|
+
p_value: string;
|
1968
|
+
p_name: string;
|
1969
|
+
}[] | undefined;
|
1970
|
+
compareMap?: {
|
1971
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1972
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1973
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
1974
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
1975
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1976
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1977
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
1978
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
1979
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
1980
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
1981
|
+
} | undefined;
|
1982
|
+
}[] | undefined;
|
1983
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
1984
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
1985
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
1986
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
1987
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
1988
|
+
allowSlash?: string | boolean | undefined;
|
1989
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
1990
|
+
show_key?: string | undefined;
|
1991
|
+
whiteList?: string[] | undefined;
|
1992
|
+
bordered?: string | boolean | undefined;
|
1993
|
+
displayMode?: "form" | "table" | undefined;
|
1994
|
+
editor_title?: string | undefined;
|
1995
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
1996
|
+
linebarWidth?: string | undefined;
|
1997
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
1998
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
1999
|
+
labelColor?: string | undefined;
|
2000
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2001
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2002
|
+
confirmBeforeValueChangeProps?: {
|
2003
|
+
[x: string]: any;
|
2004
|
+
content: string | ((params: {
|
2005
|
+
fieldName: string;
|
2006
|
+
newValue: any;
|
2007
|
+
oldValue: any;
|
2008
|
+
}) => any);
|
2009
|
+
updateOriginValue: boolean;
|
2010
|
+
} | undefined;
|
2011
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2012
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2013
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2014
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2015
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2016
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2017
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2018
|
+
fieldTitleColor?: string | undefined;
|
2019
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2020
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
2021
|
+
lazyRequest?: boolean | undefined;
|
2022
|
+
requestCache?: boolean | undefined;
|
2023
|
+
maxGroupNum?: number | undefined;
|
2024
|
+
minGroupNum?: number | undefined;
|
2025
|
+
jsonCombination?: boolean | undefined;
|
2026
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
2027
|
+
children?: any[] | undefined;
|
2028
|
+
properties?: any[] | undefined;
|
2029
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
2030
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
2031
|
+
noDecorator?: {
|
2032
|
+
valueOf: () => boolean;
|
2033
|
+
} | undefined;
|
2034
|
+
display?: "flex" | "grid" | undefined;
|
2035
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2036
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2037
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2038
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2039
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2040
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2041
|
+
form: import("@formily/core").Form<any>;
|
2042
|
+
value: unknown;
|
2043
|
+
validator: AnyFn;
|
2044
|
+
}) => string | void) | undefined;
|
2045
|
+
reactions?: {
|
2046
|
+
[x: string]: any;
|
2047
|
+
dependencies?: string[] | undefined;
|
2048
|
+
target?: string | undefined;
|
2049
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2050
|
+
when?: string | boolean | undefined;
|
2051
|
+
fulfill?: {
|
2052
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2053
|
+
run?: string | undefined;
|
2054
|
+
} | undefined;
|
2055
|
+
otherwise?: {
|
2056
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2057
|
+
run?: string | undefined;
|
2058
|
+
} | undefined;
|
2059
|
+
} | {
|
2060
|
+
[x: string]: any;
|
2061
|
+
dependencies?: string[] | undefined;
|
2062
|
+
target?: string | undefined;
|
2063
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2064
|
+
when?: string | boolean | undefined;
|
2065
|
+
fulfill?: {
|
2066
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2067
|
+
run?: string | undefined;
|
2068
|
+
} | undefined;
|
2069
|
+
otherwise?: {
|
2070
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2071
|
+
run?: string | undefined;
|
1853
2072
|
} | undefined;
|
2073
|
+
}[] | undefined;
|
2074
|
+
}[], import("../../../components/form-render").FieldItem[] | {
|
2075
|
+
[x: string]: any;
|
2076
|
+
val_key: string;
|
2077
|
+
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";
|
2078
|
+
annotation?: boolean | undefined;
|
2079
|
+
val_key_unit?: string | undefined;
|
2080
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
2081
|
+
elem_width?: string | number | undefined;
|
2082
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
2083
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
2084
|
+
name?: string | undefined;
|
2085
|
+
alias?: string | undefined;
|
2086
|
+
default_val?: any;
|
2087
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
2088
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
2089
|
+
placeholder?: string | undefined;
|
2090
|
+
validate?: {
|
2091
|
+
[x: string]: any;
|
2092
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2093
|
+
vali_obj?: string | undefined;
|
2094
|
+
max_value?: string | number | undefined;
|
2095
|
+
min_value?: string | number | undefined;
|
2096
|
+
min_date?: string | undefined;
|
2097
|
+
max_date?: string | undefined;
|
2098
|
+
min_length?: string | number | undefined;
|
2099
|
+
max_length?: string | number | undefined;
|
2100
|
+
decimal_length?: string | number | undefined;
|
2101
|
+
regular_expression?: string | RegExp | undefined;
|
1854
2102
|
regular_error_tip?: string | undefined;
|
1855
2103
|
message?: string | undefined;
|
1856
2104
|
} | undefined;
|
@@ -1964,8 +2212,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1964
2212
|
editor_title?: string | undefined;
|
1965
2213
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
1966
2214
|
linebarWidth?: string | undefined;
|
1967
|
-
linebarDirection?: "
|
1968
|
-
linebarTextDirection?: "
|
2215
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2216
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
1969
2217
|
labelColor?: string | undefined;
|
1970
2218
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
1971
2219
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -1979,10 +2227,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1979
2227
|
updateOriginValue: boolean;
|
1980
2228
|
} | undefined;
|
1981
2229
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
1982
|
-
unit?: ("
|
2230
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
1983
2231
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1984
|
-
max_date_unit?: ("
|
1985
|
-
min_date_unit?: ("
|
2232
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2233
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
1986
2234
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1987
2235
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
1988
2236
|
fieldTitleColor?: string | undefined;
|
@@ -2005,7 +2253,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2005
2253
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2006
2254
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2007
2255
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2008
|
-
childWidthMode?: "
|
2256
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2009
2257
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2010
2258
|
field: import("@formily/core").Field<any, any, any, any>;
|
2011
2259
|
form: import("@formily/core").Form<any>;
|
@@ -2084,7 +2332,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2084
2332
|
originalSetting?: {
|
2085
2333
|
[x: string]: any;
|
2086
2334
|
val_key: string;
|
2087
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
2335
|
+
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";
|
2088
2336
|
annotation?: boolean | undefined;
|
2089
2337
|
val_key_unit?: string | undefined;
|
2090
2338
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -2099,7 +2347,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2099
2347
|
placeholder?: string | undefined;
|
2100
2348
|
validate?: {
|
2101
2349
|
[x: string]: any;
|
2102
|
-
obj_type?: ("
|
2350
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2103
2351
|
vali_obj?: string | undefined;
|
2104
2352
|
max_value?: string | number | undefined;
|
2105
2353
|
min_value?: string | number | undefined;
|
@@ -2108,28 +2356,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2108
2356
|
min_length?: string | number | undefined;
|
2109
2357
|
max_length?: string | number | undefined;
|
2110
2358
|
decimal_length?: string | number | undefined;
|
2111
|
-
regular_expression?: string |
|
2112
|
-
exec: (string: string) => RegExpExecArray | null;
|
2113
|
-
test: (string: string) => boolean;
|
2114
|
-
readonly source: string;
|
2115
|
-
readonly global: boolean;
|
2116
|
-
readonly ignoreCase: boolean;
|
2117
|
-
readonly multiline: boolean;
|
2118
|
-
lastIndex: number;
|
2119
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2120
|
-
readonly flags: string;
|
2121
|
-
readonly sticky: boolean;
|
2122
|
-
readonly unicode: boolean;
|
2123
|
-
readonly dotAll: boolean;
|
2124
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2125
|
-
[Symbol.replace]: {
|
2126
|
-
(string: string, replaceValue: string): string;
|
2127
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2128
|
-
};
|
2129
|
-
[Symbol.search]: (string: string) => number;
|
2130
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2131
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2132
|
-
} | undefined;
|
2359
|
+
regular_expression?: string | RegExp | undefined;
|
2133
2360
|
regular_error_tip?: string | undefined;
|
2134
2361
|
message?: string | undefined;
|
2135
2362
|
} | undefined;
|
@@ -2192,147 +2419,964 @@ declare const _default: import("vue").DefineComponent<{
|
|
2192
2419
|
keepValue?: boolean | undefined;
|
2193
2420
|
})[] | undefined;
|
2194
2421
|
} | undefined;
|
2195
|
-
suffixConfig?: any | any[] | undefined;
|
2196
|
-
prefixConfig?: any | any[] | undefined;
|
2197
|
-
autograph?: string | undefined;
|
2198
|
-
defined_error_msg?: string | undefined;
|
2199
|
-
extendKey?: string | undefined;
|
2200
|
-
is_not_fold?: string | undefined;
|
2201
|
-
remark?: string | undefined;
|
2202
|
-
remarkTo?: string | HTMLElement | undefined;
|
2203
|
-
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2204
|
-
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2205
|
-
initialize_high?: number | undefined;
|
2206
|
-
bindEventSetting?: {
|
2207
|
-
[x: string]: unknown;
|
2208
|
-
event_type: LowCodeTypes.EVENT_TYPE;
|
2209
|
-
event_field?: string | undefined;
|
2210
|
-
params?: {
|
2211
|
-
p_value?: string | undefined;
|
2212
|
-
p_name: string;
|
2213
|
-
p_select: LowCodeTypes.VALUE_RELATION;
|
2214
|
-
}[] | undefined;
|
2215
|
-
results?: {
|
2216
|
-
p_value: string;
|
2217
|
-
p_name: string;
|
2218
|
-
}[] | undefined;
|
2219
|
-
compareMap?: {
|
2220
|
-
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2221
|
-
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2222
|
-
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2223
|
-
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2224
|
-
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2225
|
-
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2226
|
-
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2227
|
-
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2228
|
-
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2229
|
-
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2230
|
-
} | undefined;
|
2231
|
-
}[] | undefined;
|
2232
|
-
show_mode?: LowCodeTypes.showModeType | undefined;
|
2233
|
-
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
2234
|
-
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2235
|
-
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2236
|
-
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2237
|
-
allowSlash?: string | boolean | undefined;
|
2238
|
-
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
2239
|
-
show_key?: string | undefined;
|
2240
|
-
whiteList?: string[] | undefined;
|
2241
|
-
bordered?: string | boolean | undefined;
|
2242
|
-
displayMode?: "form" | "table" | undefined;
|
2243
|
-
editor_title?: string | undefined;
|
2244
|
-
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2245
|
-
linebarWidth?: string | undefined;
|
2246
|
-
linebarDirection?: "
|
2247
|
-
linebarTextDirection?: "
|
2248
|
-
labelColor?: string | undefined;
|
2249
|
-
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2250
|
-
confirmBeforeValueChange?: boolean | undefined;
|
2251
|
-
confirmBeforeValueChangeProps?: {
|
2252
|
-
[x: string]: any;
|
2253
|
-
content: string | ((params: {
|
2254
|
-
fieldName: string;
|
2255
|
-
newValue: any;
|
2256
|
-
oldValue: any;
|
2257
|
-
}) => any);
|
2258
|
-
updateOriginValue: boolean;
|
2422
|
+
suffixConfig?: any | any[] | undefined;
|
2423
|
+
prefixConfig?: any | any[] | undefined;
|
2424
|
+
autograph?: string | undefined;
|
2425
|
+
defined_error_msg?: string | undefined;
|
2426
|
+
extendKey?: string | undefined;
|
2427
|
+
is_not_fold?: string | undefined;
|
2428
|
+
remark?: string | undefined;
|
2429
|
+
remarkTo?: string | HTMLElement | undefined;
|
2430
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2431
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2432
|
+
initialize_high?: number | undefined;
|
2433
|
+
bindEventSetting?: {
|
2434
|
+
[x: string]: unknown;
|
2435
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
2436
|
+
event_field?: string | undefined;
|
2437
|
+
params?: {
|
2438
|
+
p_value?: string | undefined;
|
2439
|
+
p_name: string;
|
2440
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
2441
|
+
}[] | undefined;
|
2442
|
+
results?: {
|
2443
|
+
p_value: string;
|
2444
|
+
p_name: string;
|
2445
|
+
}[] | undefined;
|
2446
|
+
compareMap?: {
|
2447
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2448
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2449
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2450
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2451
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2452
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2453
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2454
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2455
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2456
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2457
|
+
} | undefined;
|
2458
|
+
}[] | undefined;
|
2459
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
2460
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
2461
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2462
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2463
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2464
|
+
allowSlash?: string | boolean | undefined;
|
2465
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
2466
|
+
show_key?: string | undefined;
|
2467
|
+
whiteList?: string[] | undefined;
|
2468
|
+
bordered?: string | boolean | undefined;
|
2469
|
+
displayMode?: "form" | "table" | undefined;
|
2470
|
+
editor_title?: string | undefined;
|
2471
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2472
|
+
linebarWidth?: string | undefined;
|
2473
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2474
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2475
|
+
labelColor?: string | undefined;
|
2476
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2477
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2478
|
+
confirmBeforeValueChangeProps?: {
|
2479
|
+
[x: string]: any;
|
2480
|
+
content: string | ((params: {
|
2481
|
+
fieldName: string;
|
2482
|
+
newValue: any;
|
2483
|
+
oldValue: any;
|
2484
|
+
}) => any);
|
2485
|
+
updateOriginValue: boolean;
|
2486
|
+
} | undefined;
|
2487
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2488
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2489
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2490
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2491
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2492
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2493
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2494
|
+
fieldTitleColor?: string | undefined;
|
2495
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2496
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
2497
|
+
lazyRequest?: boolean | undefined;
|
2498
|
+
requestCache?: boolean | undefined;
|
2499
|
+
maxGroupNum?: number | undefined;
|
2500
|
+
minGroupNum?: number | undefined;
|
2501
|
+
jsonCombination?: boolean | undefined;
|
2502
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
2503
|
+
children?: any[] | undefined;
|
2504
|
+
properties?: any[] | undefined;
|
2505
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
2506
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
2507
|
+
noDecorator?: {
|
2508
|
+
valueOf: () => boolean;
|
2509
|
+
} | undefined;
|
2510
|
+
display?: "flex" | "grid" | undefined;
|
2511
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2512
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2513
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2514
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2515
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2516
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2517
|
+
form: import("@formily/core").Form<any>;
|
2518
|
+
value: unknown;
|
2519
|
+
validator: AnyFn;
|
2520
|
+
}) => string | void) | undefined;
|
2521
|
+
reactions?: {
|
2522
|
+
[x: string]: any;
|
2523
|
+
dependencies?: string[] | undefined;
|
2524
|
+
target?: string | undefined;
|
2525
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2526
|
+
when?: string | boolean | undefined;
|
2527
|
+
fulfill?: {
|
2528
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2529
|
+
run?: string | undefined;
|
2530
|
+
} | undefined;
|
2531
|
+
otherwise?: {
|
2532
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2533
|
+
run?: string | undefined;
|
2534
|
+
} | undefined;
|
2535
|
+
} | {
|
2536
|
+
[x: string]: any;
|
2537
|
+
dependencies?: string[] | undefined;
|
2538
|
+
target?: string | undefined;
|
2539
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2540
|
+
when?: string | boolean | undefined;
|
2541
|
+
fulfill?: {
|
2542
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2543
|
+
run?: string | undefined;
|
2544
|
+
} | undefined;
|
2545
|
+
otherwise?: {
|
2546
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2547
|
+
run?: string | undefined;
|
2548
|
+
} | undefined;
|
2549
|
+
}[] | undefined;
|
2550
|
+
} | undefined;
|
2551
|
+
optionAliasList?: {
|
2552
|
+
text: string;
|
2553
|
+
value: string;
|
2554
|
+
}[] | undefined;
|
2555
|
+
elementExtraSetting?: {
|
2556
|
+
allowPartial?: boolean | undefined;
|
2557
|
+
partialLevel?: number | undefined;
|
2558
|
+
maxLevel?: number | undefined;
|
2559
|
+
dateFormat?: string | undefined;
|
2560
|
+
defaultValue?: {
|
2561
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2562
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2563
|
+
value: string;
|
2564
|
+
} | undefined;
|
2565
|
+
minValue?: {
|
2566
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2567
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2568
|
+
value: string;
|
2569
|
+
} | undefined;
|
2570
|
+
maxValue?: {
|
2571
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2572
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2573
|
+
value: string;
|
2574
|
+
} | undefined;
|
2575
|
+
} | undefined;
|
2576
|
+
__new?: boolean | undefined;
|
2577
|
+
__isCombinationChild?: boolean | undefined;
|
2578
|
+
__extra?: boolean | undefined;
|
2579
|
+
}[] | undefined;
|
2580
|
+
originalSetting?: {
|
2581
|
+
[x: string]: any;
|
2582
|
+
val_key: string;
|
2583
|
+
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";
|
2584
|
+
annotation?: boolean | undefined;
|
2585
|
+
val_key_unit?: string | undefined;
|
2586
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
2587
|
+
elem_width?: string | number | undefined;
|
2588
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
2589
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
2590
|
+
name?: string | undefined;
|
2591
|
+
alias?: string | undefined;
|
2592
|
+
default_val?: any;
|
2593
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
2594
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
2595
|
+
placeholder?: string | undefined;
|
2596
|
+
validate?: {
|
2597
|
+
[x: string]: any;
|
2598
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2599
|
+
vali_obj?: string | undefined;
|
2600
|
+
max_value?: string | number | undefined;
|
2601
|
+
min_value?: string | number | undefined;
|
2602
|
+
min_date?: string | undefined;
|
2603
|
+
max_date?: string | undefined;
|
2604
|
+
min_length?: string | number | undefined;
|
2605
|
+
max_length?: string | number | undefined;
|
2606
|
+
decimal_length?: string | number | undefined;
|
2607
|
+
regular_expression?: string | RegExp | undefined;
|
2608
|
+
regular_error_tip?: string | undefined;
|
2609
|
+
message?: string | undefined;
|
2610
|
+
} | undefined;
|
2611
|
+
option?: {
|
2612
|
+
[x: string]: any;
|
2613
|
+
keyword?: string | undefined;
|
2614
|
+
disabled?: boolean | undefined;
|
2615
|
+
children?: any[] | undefined;
|
2616
|
+
childrenFields?: any[] | undefined;
|
2617
|
+
}[] | undefined;
|
2618
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
2619
|
+
multi_select_value?: string | number | undefined;
|
2620
|
+
wordbook?: {
|
2621
|
+
level_num?: number | undefined;
|
2622
|
+
id?: string | undefined;
|
2623
|
+
name?: string | undefined;
|
2624
|
+
render_key?: string[] | undefined;
|
2625
|
+
search_key?: string[] | undefined;
|
2626
|
+
value_key?: string | undefined;
|
2627
|
+
queryParams?: string[] | undefined;
|
2628
|
+
primary_key?: string | undefined;
|
2629
|
+
type?: string | undefined;
|
2630
|
+
level_key?: string | undefined;
|
2631
|
+
link_key?: string | undefined;
|
2632
|
+
link_key_split?: string | undefined;
|
2633
|
+
show_key?: string | string[] | undefined;
|
2634
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
2635
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
2636
|
+
setting?: {
|
2637
|
+
cascading?: {
|
2638
|
+
'form.name': string;
|
2639
|
+
value: string;
|
2640
|
+
}[] | undefined;
|
2641
|
+
} | undefined;
|
2642
|
+
} | undefined;
|
2643
|
+
open?: {
|
2644
|
+
value?: any;
|
2645
|
+
describe?: string | undefined;
|
2646
|
+
} | undefined;
|
2647
|
+
close?: {
|
2648
|
+
value?: any;
|
2649
|
+
describe?: string | undefined;
|
2650
|
+
} | undefined;
|
2651
|
+
requiredReminderContent?: string | undefined;
|
2652
|
+
date_format?: string | undefined;
|
2653
|
+
step_length?: string | number | undefined;
|
2654
|
+
urlConfig?: {
|
2655
|
+
[x: string]: any;
|
2656
|
+
url: string;
|
2657
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2658
|
+
nameKey?: string | undefined;
|
2659
|
+
valueKey?: string | undefined;
|
2660
|
+
showKey?: string | undefined;
|
2661
|
+
searchKey?: string[] | undefined;
|
2662
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
2663
|
+
dependKey?: string | Record<string, string> | (string | {
|
2664
|
+
paramName: string;
|
2665
|
+
paramValue?: string | undefined;
|
2666
|
+
required?: boolean | undefined;
|
2667
|
+
keepValue?: boolean | undefined;
|
2668
|
+
})[] | undefined;
|
2669
|
+
} | undefined;
|
2670
|
+
suffixConfig?: any | any[] | undefined;
|
2671
|
+
prefixConfig?: any | any[] | undefined;
|
2672
|
+
autograph?: string | undefined;
|
2673
|
+
defined_error_msg?: string | undefined;
|
2674
|
+
extendKey?: string | undefined;
|
2675
|
+
is_not_fold?: string | undefined;
|
2676
|
+
remark?: string | undefined;
|
2677
|
+
remarkTo?: string | HTMLElement | undefined;
|
2678
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2679
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2680
|
+
initialize_high?: number | undefined;
|
2681
|
+
bindEventSetting?: {
|
2682
|
+
[x: string]: unknown;
|
2683
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
2684
|
+
event_field?: string | undefined;
|
2685
|
+
params?: {
|
2686
|
+
p_value?: string | undefined;
|
2687
|
+
p_name: string;
|
2688
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
2689
|
+
}[] | undefined;
|
2690
|
+
results?: {
|
2691
|
+
p_value: string;
|
2692
|
+
p_name: string;
|
2693
|
+
}[] | undefined;
|
2694
|
+
compareMap?: {
|
2695
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2696
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2697
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2698
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2699
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2700
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2701
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2702
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2703
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2704
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2705
|
+
} | undefined;
|
2706
|
+
}[] | undefined;
|
2707
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
2708
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
2709
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2710
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2711
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2712
|
+
allowSlash?: string | boolean | undefined;
|
2713
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
2714
|
+
show_key?: string | undefined;
|
2715
|
+
whiteList?: string[] | undefined;
|
2716
|
+
bordered?: string | boolean | undefined;
|
2717
|
+
displayMode?: "form" | "table" | undefined;
|
2718
|
+
editor_title?: string | undefined;
|
2719
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2720
|
+
linebarWidth?: string | undefined;
|
2721
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
2722
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2723
|
+
labelColor?: string | undefined;
|
2724
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2725
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2726
|
+
confirmBeforeValueChangeProps?: {
|
2727
|
+
[x: string]: any;
|
2728
|
+
content: string | ((params: {
|
2729
|
+
fieldName: string;
|
2730
|
+
newValue: any;
|
2731
|
+
oldValue: any;
|
2732
|
+
}) => any);
|
2733
|
+
updateOriginValue: boolean;
|
2734
|
+
} | undefined;
|
2735
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2736
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2737
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2738
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2739
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2740
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2741
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2742
|
+
fieldTitleColor?: string | undefined;
|
2743
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
2744
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
2745
|
+
lazyRequest?: boolean | undefined;
|
2746
|
+
requestCache?: boolean | undefined;
|
2747
|
+
maxGroupNum?: number | undefined;
|
2748
|
+
minGroupNum?: number | undefined;
|
2749
|
+
jsonCombination?: boolean | undefined;
|
2750
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
2751
|
+
children?: any[] | undefined;
|
2752
|
+
properties?: any[] | undefined;
|
2753
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
2754
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
2755
|
+
noDecorator?: {
|
2756
|
+
valueOf: () => boolean;
|
2757
|
+
} | undefined;
|
2758
|
+
display?: "flex" | "grid" | undefined;
|
2759
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2760
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
2761
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
2762
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2763
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2764
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
2765
|
+
form: import("@formily/core").Form<any>;
|
2766
|
+
value: unknown;
|
2767
|
+
validator: AnyFn;
|
2768
|
+
}) => string | void) | undefined;
|
2769
|
+
reactions?: {
|
2770
|
+
[x: string]: any;
|
2771
|
+
dependencies?: string[] | undefined;
|
2772
|
+
target?: string | undefined;
|
2773
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2774
|
+
when?: string | boolean | undefined;
|
2775
|
+
fulfill?: {
|
2776
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2777
|
+
run?: string | undefined;
|
2778
|
+
} | undefined;
|
2779
|
+
otherwise?: {
|
2780
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2781
|
+
run?: string | undefined;
|
2782
|
+
} | undefined;
|
2783
|
+
} | {
|
2784
|
+
[x: string]: any;
|
2785
|
+
dependencies?: string[] | undefined;
|
2786
|
+
target?: string | undefined;
|
2787
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2788
|
+
when?: string | boolean | undefined;
|
2789
|
+
fulfill?: {
|
2790
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2791
|
+
run?: string | undefined;
|
2792
|
+
} | undefined;
|
2793
|
+
otherwise?: {
|
2794
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
2795
|
+
run?: string | undefined;
|
2796
|
+
} | undefined;
|
2797
|
+
}[] | undefined;
|
2798
|
+
} | undefined;
|
2799
|
+
optionAliasList?: {
|
2800
|
+
text: string;
|
2801
|
+
value: string;
|
2802
|
+
}[] | undefined;
|
2803
|
+
elementExtraSetting?: {
|
2804
|
+
allowPartial?: boolean | undefined;
|
2805
|
+
partialLevel?: number | undefined;
|
2806
|
+
maxLevel?: number | undefined;
|
2807
|
+
dateFormat?: string | undefined;
|
2808
|
+
defaultValue?: {
|
2809
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2810
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2811
|
+
value: string;
|
2812
|
+
} | undefined;
|
2813
|
+
minValue?: {
|
2814
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2815
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2816
|
+
value: string;
|
2817
|
+
} | undefined;
|
2818
|
+
maxValue?: {
|
2819
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
2820
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
2821
|
+
value: string;
|
2822
|
+
} | undefined;
|
2823
|
+
} | undefined;
|
2824
|
+
__new?: boolean | undefined;
|
2825
|
+
__isCombinationChild?: boolean | undefined;
|
2826
|
+
__extra?: boolean | undefined;
|
2827
|
+
}, Partial<FormConfigItem> | {
|
2828
|
+
key?: string | undefined;
|
2829
|
+
layoutWidthEnum?: import("../../../components/form-config/src/types").FormConfigWidth | undefined;
|
2830
|
+
type?: string | undefined;
|
2831
|
+
name?: string | undefined;
|
2832
|
+
alias?: string | undefined;
|
2833
|
+
show?: boolean | undefined;
|
2834
|
+
defaultValue?: any;
|
2835
|
+
defaultExpand?: boolean | undefined;
|
2836
|
+
fold?: boolean | undefined;
|
2837
|
+
required?: boolean | undefined;
|
2838
|
+
requiredDisabled?: boolean | undefined;
|
2839
|
+
requiredReminderContent?: string | undefined;
|
2840
|
+
editableDisabled?: boolean | undefined;
|
2841
|
+
editable?: boolean | undefined;
|
2842
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2843
|
+
fieldTitleRed?: boolean | undefined;
|
2844
|
+
notes?: string | undefined;
|
2845
|
+
desc?: string | undefined;
|
2846
|
+
children?: {
|
2847
|
+
key: string;
|
2848
|
+
layoutWidthEnum: import("../../../components/form-config/src/types").FormConfigWidth;
|
2849
|
+
type: string;
|
2850
|
+
name: string;
|
2851
|
+
alias?: string | undefined;
|
2852
|
+
show?: boolean | undefined;
|
2853
|
+
defaultValue?: any;
|
2854
|
+
defaultExpand?: boolean | undefined;
|
2855
|
+
fold?: boolean | undefined;
|
2856
|
+
required?: boolean | undefined;
|
2857
|
+
requiredDisabled?: boolean | undefined;
|
2858
|
+
requiredReminderContent?: string | undefined;
|
2859
|
+
editableDisabled?: boolean | undefined;
|
2860
|
+
editable?: boolean | undefined;
|
2861
|
+
confirmBeforeValueChange?: boolean | undefined;
|
2862
|
+
fieldTitleRed?: boolean | undefined;
|
2863
|
+
notes?: string | undefined;
|
2864
|
+
desc?: string | undefined;
|
2865
|
+
children?: any[] | undefined;
|
2866
|
+
originalSetting?: {
|
2867
|
+
[x: string]: any;
|
2868
|
+
val_key: string;
|
2869
|
+
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";
|
2870
|
+
annotation?: boolean | undefined;
|
2871
|
+
val_key_unit?: string | undefined;
|
2872
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
2873
|
+
elem_width?: string | number | undefined;
|
2874
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
2875
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
2876
|
+
name?: string | undefined;
|
2877
|
+
alias?: string | undefined;
|
2878
|
+
default_val?: any;
|
2879
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
2880
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
2881
|
+
placeholder?: string | undefined;
|
2882
|
+
validate?: {
|
2883
|
+
[x: string]: any;
|
2884
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2885
|
+
vali_obj?: string | undefined;
|
2886
|
+
max_value?: string | number | undefined;
|
2887
|
+
min_value?: string | number | undefined;
|
2888
|
+
min_date?: string | undefined;
|
2889
|
+
max_date?: string | undefined;
|
2890
|
+
min_length?: string | number | undefined;
|
2891
|
+
max_length?: string | number | undefined;
|
2892
|
+
decimal_length?: string | number | undefined;
|
2893
|
+
regular_expression?: string | RegExp | undefined;
|
2894
|
+
regular_error_tip?: string | undefined;
|
2895
|
+
message?: string | undefined;
|
2896
|
+
} | undefined;
|
2897
|
+
option?: {
|
2898
|
+
[x: string]: any;
|
2899
|
+
keyword?: string | undefined;
|
2900
|
+
disabled?: boolean | undefined;
|
2901
|
+
children?: any[] | undefined;
|
2902
|
+
childrenFields?: any[] | undefined;
|
2903
|
+
}[] | undefined;
|
2904
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
2905
|
+
multi_select_value?: string | number | undefined;
|
2906
|
+
wordbook?: {
|
2907
|
+
level_num?: number | undefined;
|
2908
|
+
id?: string | undefined;
|
2909
|
+
name?: string | undefined;
|
2910
|
+
render_key?: string[] | undefined;
|
2911
|
+
search_key?: string[] | undefined;
|
2912
|
+
value_key?: string | undefined;
|
2913
|
+
queryParams?: string[] | undefined;
|
2914
|
+
primary_key?: string | undefined;
|
2915
|
+
type?: string | undefined;
|
2916
|
+
level_key?: string | undefined;
|
2917
|
+
link_key?: string | undefined;
|
2918
|
+
link_key_split?: string | undefined;
|
2919
|
+
show_key?: string | string[] | undefined;
|
2920
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
2921
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
2922
|
+
setting?: {
|
2923
|
+
cascading?: {
|
2924
|
+
'form.name': string;
|
2925
|
+
value: string;
|
2926
|
+
}[] | undefined;
|
2927
|
+
} | undefined;
|
2928
|
+
} | undefined;
|
2929
|
+
open?: {
|
2930
|
+
value?: any;
|
2931
|
+
describe?: string | undefined;
|
2932
|
+
} | undefined;
|
2933
|
+
close?: {
|
2934
|
+
value?: any;
|
2935
|
+
describe?: string | undefined;
|
2936
|
+
} | undefined;
|
2937
|
+
requiredReminderContent?: string | undefined;
|
2938
|
+
date_format?: string | undefined;
|
2939
|
+
step_length?: string | number | undefined;
|
2940
|
+
urlConfig?: {
|
2941
|
+
[x: string]: any;
|
2942
|
+
url: string;
|
2943
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
2944
|
+
nameKey?: string | undefined;
|
2945
|
+
valueKey?: string | undefined;
|
2946
|
+
showKey?: string | undefined;
|
2947
|
+
searchKey?: string[] | undefined;
|
2948
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
2949
|
+
dependKey?: string | Record<string, string> | (string | {
|
2950
|
+
paramName: string;
|
2951
|
+
paramValue?: string | undefined;
|
2952
|
+
required?: boolean | undefined;
|
2953
|
+
keepValue?: boolean | undefined;
|
2954
|
+
})[] | undefined;
|
2955
|
+
} | undefined;
|
2956
|
+
suffixConfig?: any | any[] | undefined;
|
2957
|
+
prefixConfig?: any | any[] | undefined;
|
2958
|
+
autograph?: string | undefined;
|
2959
|
+
defined_error_msg?: string | undefined;
|
2960
|
+
extendKey?: string | undefined;
|
2961
|
+
is_not_fold?: string | undefined;
|
2962
|
+
remark?: string | undefined;
|
2963
|
+
remarkTo?: string | HTMLElement | undefined;
|
2964
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2965
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
2966
|
+
initialize_high?: number | undefined;
|
2967
|
+
bindEventSetting?: {
|
2968
|
+
[x: string]: unknown;
|
2969
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
2970
|
+
event_field?: string | undefined;
|
2971
|
+
params?: {
|
2972
|
+
p_value?: string | undefined;
|
2973
|
+
p_name: string;
|
2974
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
2975
|
+
}[] | undefined;
|
2976
|
+
results?: {
|
2977
|
+
p_value: string;
|
2978
|
+
p_name: string;
|
2979
|
+
}[] | undefined;
|
2980
|
+
compareMap?: {
|
2981
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2982
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2983
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
2984
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
2985
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2986
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2987
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
2988
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
2989
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
2990
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
2991
|
+
} | undefined;
|
2992
|
+
}[] | undefined;
|
2993
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
2994
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
2995
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
2996
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2997
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
2998
|
+
allowSlash?: string | boolean | undefined;
|
2999
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
3000
|
+
show_key?: string | undefined;
|
3001
|
+
whiteList?: string[] | undefined;
|
3002
|
+
bordered?: string | boolean | undefined;
|
3003
|
+
displayMode?: "form" | "table" | undefined;
|
3004
|
+
editor_title?: string | undefined;
|
3005
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3006
|
+
linebarWidth?: string | undefined;
|
3007
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3008
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
3009
|
+
labelColor?: string | undefined;
|
3010
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
3011
|
+
confirmBeforeValueChange?: boolean | undefined;
|
3012
|
+
confirmBeforeValueChangeProps?: {
|
3013
|
+
[x: string]: any;
|
3014
|
+
content: string | ((params: {
|
3015
|
+
fieldName: string;
|
3016
|
+
newValue: any;
|
3017
|
+
oldValue: any;
|
3018
|
+
}) => any);
|
3019
|
+
updateOriginValue: boolean;
|
3020
|
+
} | undefined;
|
3021
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3022
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3023
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3024
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3025
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3026
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3027
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3028
|
+
fieldTitleColor?: string | undefined;
|
3029
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
3030
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
3031
|
+
lazyRequest?: boolean | undefined;
|
3032
|
+
requestCache?: boolean | undefined;
|
3033
|
+
maxGroupNum?: number | undefined;
|
3034
|
+
minGroupNum?: number | undefined;
|
3035
|
+
jsonCombination?: boolean | undefined;
|
3036
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
3037
|
+
children?: any[] | undefined;
|
3038
|
+
properties?: any[] | undefined;
|
3039
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
3040
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
3041
|
+
noDecorator?: {
|
3042
|
+
valueOf: () => boolean;
|
3043
|
+
} | undefined;
|
3044
|
+
display?: "flex" | "grid" | undefined;
|
3045
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3046
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
3047
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
3048
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
3049
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
3050
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
3051
|
+
form: import("@formily/core").Form<any>;
|
3052
|
+
value: unknown;
|
3053
|
+
validator: AnyFn;
|
3054
|
+
}) => string | void) | undefined;
|
3055
|
+
reactions?: {
|
3056
|
+
[x: string]: any;
|
3057
|
+
dependencies?: string[] | undefined;
|
3058
|
+
target?: string | undefined;
|
3059
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3060
|
+
when?: string | boolean | undefined;
|
3061
|
+
fulfill?: {
|
3062
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3063
|
+
run?: string | undefined;
|
3064
|
+
} | undefined;
|
3065
|
+
otherwise?: {
|
3066
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3067
|
+
run?: string | undefined;
|
3068
|
+
} | undefined;
|
3069
|
+
} | {
|
3070
|
+
[x: string]: any;
|
3071
|
+
dependencies?: string[] | undefined;
|
3072
|
+
target?: string | undefined;
|
3073
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3074
|
+
when?: string | boolean | undefined;
|
3075
|
+
fulfill?: {
|
3076
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3077
|
+
run?: string | undefined;
|
3078
|
+
} | undefined;
|
3079
|
+
otherwise?: {
|
3080
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3081
|
+
run?: string | undefined;
|
3082
|
+
} | undefined;
|
3083
|
+
}[] | undefined;
|
3084
|
+
} | undefined;
|
3085
|
+
optionAliasList?: {
|
3086
|
+
text: string;
|
3087
|
+
value: string;
|
3088
|
+
}[] | undefined;
|
3089
|
+
elementExtraSetting?: {
|
3090
|
+
allowPartial?: boolean | undefined;
|
3091
|
+
partialLevel?: number | undefined;
|
3092
|
+
maxLevel?: number | undefined;
|
3093
|
+
dateFormat?: string | undefined;
|
3094
|
+
defaultValue?: {
|
3095
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3096
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3097
|
+
value: string;
|
3098
|
+
} | undefined;
|
3099
|
+
minValue?: {
|
3100
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3101
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3102
|
+
value: string;
|
3103
|
+
} | undefined;
|
3104
|
+
maxValue?: {
|
3105
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3106
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3107
|
+
value: string;
|
3108
|
+
} | undefined;
|
3109
|
+
} | undefined;
|
3110
|
+
__new?: boolean | undefined;
|
3111
|
+
__isCombinationChild?: boolean | undefined;
|
3112
|
+
__extra?: boolean | undefined;
|
3113
|
+
}[] | undefined;
|
3114
|
+
originalSetting?: {
|
3115
|
+
[x: string]: any;
|
3116
|
+
val_key: string;
|
3117
|
+
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";
|
3118
|
+
annotation?: boolean | undefined;
|
3119
|
+
val_key_unit?: string | undefined;
|
3120
|
+
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
3121
|
+
elem_width?: string | number | undefined;
|
3122
|
+
is_show?: import("../../../components/form-render").FormCommonState | undefined;
|
3123
|
+
is_null?: import("../../../components/form-render").FormCommonState | undefined;
|
3124
|
+
name?: string | undefined;
|
3125
|
+
alias?: string | undefined;
|
3126
|
+
default_val?: any;
|
3127
|
+
is_empty?: import("../../../components/form-render").FormCommonState | undefined;
|
3128
|
+
hide_title?: import("../../../components/form-render").FormCommonState | undefined;
|
3129
|
+
placeholder?: string | undefined;
|
3130
|
+
validate?: {
|
3131
|
+
[x: string]: any;
|
3132
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
3133
|
+
vali_obj?: string | undefined;
|
3134
|
+
max_value?: string | number | undefined;
|
3135
|
+
min_value?: string | number | undefined;
|
3136
|
+
min_date?: string | undefined;
|
3137
|
+
max_date?: string | undefined;
|
3138
|
+
min_length?: string | number | undefined;
|
3139
|
+
max_length?: string | number | undefined;
|
3140
|
+
decimal_length?: string | number | undefined;
|
3141
|
+
regular_expression?: string | RegExp | undefined;
|
3142
|
+
regular_error_tip?: string | undefined;
|
3143
|
+
message?: string | undefined;
|
3144
|
+
} | undefined;
|
3145
|
+
option?: {
|
3146
|
+
[x: string]: any;
|
3147
|
+
keyword?: string | undefined;
|
3148
|
+
disabled?: boolean | undefined;
|
3149
|
+
children?: any[] | undefined;
|
3150
|
+
childrenFields?: any[] | undefined;
|
3151
|
+
}[] | undefined;
|
3152
|
+
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
3153
|
+
multi_select_value?: string | number | undefined;
|
3154
|
+
wordbook?: {
|
3155
|
+
level_num?: number | undefined;
|
3156
|
+
id?: string | undefined;
|
3157
|
+
name?: string | undefined;
|
3158
|
+
render_key?: string[] | undefined;
|
3159
|
+
search_key?: string[] | undefined;
|
3160
|
+
value_key?: string | undefined;
|
3161
|
+
queryParams?: string[] | undefined;
|
3162
|
+
primary_key?: string | undefined;
|
3163
|
+
type?: string | undefined;
|
3164
|
+
level_key?: string | undefined;
|
3165
|
+
link_key?: string | undefined;
|
3166
|
+
link_key_split?: string | undefined;
|
3167
|
+
show_key?: string | string[] | undefined;
|
3168
|
+
conObj?: import("../../../shared/types").AnyObject[] | undefined;
|
3169
|
+
conObjFirstLevel?: import("../../../shared/types").AnyObject[] | undefined;
|
3170
|
+
setting?: {
|
3171
|
+
cascading?: {
|
3172
|
+
'form.name': string;
|
3173
|
+
value: string;
|
3174
|
+
}[] | undefined;
|
3175
|
+
} | undefined;
|
3176
|
+
} | undefined;
|
3177
|
+
open?: {
|
3178
|
+
value?: any;
|
3179
|
+
describe?: string | undefined;
|
3180
|
+
} | undefined;
|
3181
|
+
close?: {
|
3182
|
+
value?: any;
|
3183
|
+
describe?: string | undefined;
|
3184
|
+
} | undefined;
|
3185
|
+
requiredReminderContent?: string | undefined;
|
3186
|
+
date_format?: string | undefined;
|
3187
|
+
step_length?: string | number | undefined;
|
3188
|
+
urlConfig?: {
|
3189
|
+
[x: string]: any;
|
3190
|
+
url: string;
|
3191
|
+
method?: import("../../../shared/hooks").FormRequestDefine.RequestType | undefined;
|
3192
|
+
nameKey?: string | undefined;
|
3193
|
+
valueKey?: string | undefined;
|
3194
|
+
showKey?: string | undefined;
|
3195
|
+
searchKey?: string[] | undefined;
|
3196
|
+
params?: import("../../../shared/types").AnyObject | undefined;
|
3197
|
+
dependKey?: string | Record<string, string> | (string | {
|
3198
|
+
paramName: string;
|
3199
|
+
paramValue?: string | undefined;
|
3200
|
+
required?: boolean | undefined;
|
3201
|
+
keepValue?: boolean | undefined;
|
3202
|
+
})[] | undefined;
|
3203
|
+
} | undefined;
|
3204
|
+
suffixConfig?: any | any[] | undefined;
|
3205
|
+
prefixConfig?: any | any[] | undefined;
|
3206
|
+
autograph?: string | undefined;
|
3207
|
+
defined_error_msg?: string | undefined;
|
3208
|
+
extendKey?: string | undefined;
|
3209
|
+
is_not_fold?: string | undefined;
|
3210
|
+
remark?: string | undefined;
|
3211
|
+
remarkTo?: string | HTMLElement | undefined;
|
3212
|
+
free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
3213
|
+
save_free_entry?: import("../../../components/form-render").FormCommonState | undefined;
|
3214
|
+
initialize_high?: number | undefined;
|
3215
|
+
bindEventSetting?: {
|
3216
|
+
[x: string]: unknown;
|
3217
|
+
event_type: LowCodeTypes.EVENT_TYPE;
|
3218
|
+
event_field?: string | undefined;
|
3219
|
+
params?: {
|
3220
|
+
p_value?: string | undefined;
|
3221
|
+
p_name: string;
|
3222
|
+
p_select: LowCodeTypes.VALUE_RELATION;
|
3223
|
+
}[] | undefined;
|
3224
|
+
results?: {
|
3225
|
+
p_value: string;
|
3226
|
+
p_name: string;
|
3227
|
+
}[] | undefined;
|
3228
|
+
compareMap?: {
|
3229
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3230
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3231
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
3232
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
3233
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3234
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3235
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
3236
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
3237
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
3238
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
3239
|
+
} | undefined;
|
3240
|
+
}[] | undefined;
|
3241
|
+
show_mode?: LowCodeTypes.showModeType | undefined;
|
3242
|
+
is_allow_check_mid?: import("../../../components/form-render").FormCommonState | undefined;
|
3243
|
+
allow_check_mid_level?: "1" | "2" | "3" | "4" | undefined;
|
3244
|
+
prefix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
3245
|
+
suffix?: string | import("../../../shared/types").AnyObject | (() => any) | undefined;
|
3246
|
+
allowSlash?: string | boolean | undefined;
|
3247
|
+
allowModify?: import("../../../components/form-render").FormCommonState | undefined;
|
3248
|
+
show_key?: string | undefined;
|
3249
|
+
whiteList?: string[] | undefined;
|
3250
|
+
bordered?: string | boolean | undefined;
|
3251
|
+
displayMode?: "form" | "table" | undefined;
|
3252
|
+
editor_title?: string | undefined;
|
3253
|
+
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
3254
|
+
linebarWidth?: string | undefined;
|
3255
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3256
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
3257
|
+
labelColor?: string | undefined;
|
3258
|
+
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
3259
|
+
confirmBeforeValueChange?: boolean | undefined;
|
3260
|
+
confirmBeforeValueChangeProps?: {
|
3261
|
+
[x: string]: any;
|
3262
|
+
content: string | ((params: {
|
3263
|
+
fieldName: string;
|
3264
|
+
newValue: any;
|
3265
|
+
oldValue: any;
|
3266
|
+
}) => any);
|
3267
|
+
updateOriginValue: boolean;
|
3268
|
+
} | undefined;
|
3269
|
+
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
3270
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3271
|
+
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3272
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3273
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3274
|
+
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3275
|
+
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
3276
|
+
fieldTitleColor?: string | undefined;
|
3277
|
+
fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
|
3278
|
+
content?: string | import("../../../components/form-render").FormRenderer | Record<string, import("../../../components/form-render").FormRenderer> | undefined;
|
3279
|
+
lazyRequest?: boolean | undefined;
|
3280
|
+
requestCache?: boolean | undefined;
|
3281
|
+
maxGroupNum?: number | undefined;
|
3282
|
+
minGroupNum?: number | undefined;
|
3283
|
+
jsonCombination?: boolean | undefined;
|
3284
|
+
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
3285
|
+
children?: any[] | undefined;
|
3286
|
+
properties?: any[] | undefined;
|
3287
|
+
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
3288
|
+
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
3289
|
+
noDecorator?: {
|
3290
|
+
valueOf: () => boolean;
|
3291
|
+
} | undefined;
|
3292
|
+
display?: "flex" | "grid" | undefined;
|
3293
|
+
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
3294
|
+
wrapperStyle?: Record<string, string | number> | undefined;
|
3295
|
+
childFieldStrategy?: "checked" | "all" | undefined;
|
3296
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
3297
|
+
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
3298
|
+
field: import("@formily/core").Field<any, any, any, any>;
|
3299
|
+
form: import("@formily/core").Form<any>;
|
3300
|
+
value: unknown;
|
3301
|
+
validator: AnyFn;
|
3302
|
+
}) => string | void) | undefined;
|
3303
|
+
reactions?: {
|
3304
|
+
[x: string]: any;
|
3305
|
+
dependencies?: string[] | undefined;
|
3306
|
+
target?: string | undefined;
|
3307
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3308
|
+
when?: string | boolean | undefined;
|
3309
|
+
fulfill?: {
|
3310
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3311
|
+
run?: string | undefined;
|
3312
|
+
} | undefined;
|
3313
|
+
otherwise?: {
|
3314
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3315
|
+
run?: string | undefined;
|
2259
3316
|
} | undefined;
|
2260
|
-
|
2261
|
-
|
2262
|
-
|
2263
|
-
|
2264
|
-
|
2265
|
-
|
2266
|
-
|
2267
|
-
|
2268
|
-
|
2269
|
-
|
2270
|
-
|
2271
|
-
|
2272
|
-
|
2273
|
-
minGroupNum?: number | undefined;
|
2274
|
-
jsonCombination?: boolean | undefined;
|
2275
|
-
combinationItemDeletable?: boolean | import("../../../components/form-render").CombinationItemDeletableFn | undefined;
|
2276
|
-
children?: any[] | undefined;
|
2277
|
-
properties?: any[] | undefined;
|
2278
|
-
componentProps?: import("../../../shared/types").AnyObject | undefined;
|
2279
|
-
decoratorProps?: import("../../../shared/types").AnyObject | undefined;
|
2280
|
-
noDecorator?: {
|
2281
|
-
valueOf: () => boolean;
|
3317
|
+
} | {
|
3318
|
+
[x: string]: any;
|
3319
|
+
dependencies?: string[] | undefined;
|
3320
|
+
target?: string | undefined;
|
3321
|
+
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
3322
|
+
when?: string | boolean | undefined;
|
3323
|
+
fulfill?: {
|
3324
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3325
|
+
run?: string | undefined;
|
3326
|
+
} | undefined;
|
3327
|
+
otherwise?: {
|
3328
|
+
state?: import("../../../shared/types").AnyObject | undefined;
|
3329
|
+
run?: string | undefined;
|
2282
3330
|
} | undefined;
|
2283
|
-
display?: "flex" | "grid" | undefined;
|
2284
|
-
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2285
|
-
wrapperStyle?: Record<string, string | number> | undefined;
|
2286
|
-
childFieldStrategy?: "checked" | "all" | undefined;
|
2287
|
-
childWidthMode?: "inner" | "outer" | undefined;
|
2288
|
-
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2289
|
-
field: import("@formily/core").Field<any, any, any, any>;
|
2290
|
-
form: import("@formily/core").Form<any>;
|
2291
|
-
value: unknown;
|
2292
|
-
validator: AnyFn;
|
2293
|
-
}) => string | void) | undefined;
|
2294
|
-
reactions?: {
|
2295
|
-
[x: string]: any;
|
2296
|
-
dependencies?: string[] | undefined;
|
2297
|
-
target?: string | undefined;
|
2298
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2299
|
-
when?: string | boolean | undefined;
|
2300
|
-
fulfill?: {
|
2301
|
-
state?: import("../../../shared/types").AnyObject | undefined;
|
2302
|
-
run?: string | undefined;
|
2303
|
-
} | undefined;
|
2304
|
-
otherwise?: {
|
2305
|
-
state?: import("../../../shared/types").AnyObject | undefined;
|
2306
|
-
run?: string | undefined;
|
2307
|
-
} | undefined;
|
2308
|
-
} | {
|
2309
|
-
[x: string]: any;
|
2310
|
-
dependencies?: string[] | undefined;
|
2311
|
-
target?: string | undefined;
|
2312
|
-
effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
|
2313
|
-
when?: string | boolean | undefined;
|
2314
|
-
fulfill?: {
|
2315
|
-
state?: import("../../../shared/types").AnyObject | undefined;
|
2316
|
-
run?: string | undefined;
|
2317
|
-
} | undefined;
|
2318
|
-
otherwise?: {
|
2319
|
-
state?: import("../../../shared/types").AnyObject | undefined;
|
2320
|
-
run?: string | undefined;
|
2321
|
-
} | undefined;
|
2322
|
-
}[] | undefined;
|
2323
|
-
} | undefined;
|
2324
|
-
optionAliasList?: {
|
2325
|
-
text: string;
|
2326
|
-
value: string;
|
2327
3331
|
}[] | undefined;
|
2328
|
-
|
2329
|
-
|
2330
|
-
|
3332
|
+
} | undefined;
|
3333
|
+
optionAliasList?: {
|
3334
|
+
text: string;
|
3335
|
+
value: string;
|
2331
3336
|
}[] | undefined;
|
2332
|
-
|
3337
|
+
elementExtraSetting?: {
|
3338
|
+
allowPartial?: boolean | undefined;
|
3339
|
+
partialLevel?: number | undefined;
|
3340
|
+
maxLevel?: number | undefined;
|
3341
|
+
dateFormat?: string | undefined;
|
3342
|
+
defaultValue?: {
|
3343
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3344
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3345
|
+
value: string;
|
3346
|
+
} | undefined;
|
3347
|
+
minValue?: {
|
3348
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3349
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3350
|
+
value: string;
|
3351
|
+
} | undefined;
|
3352
|
+
maxValue?: {
|
3353
|
+
condition: "0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME";
|
3354
|
+
unit: "" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR";
|
3355
|
+
value: string;
|
3356
|
+
} | undefined;
|
3357
|
+
} | undefined;
|
3358
|
+
__new?: boolean | undefined;
|
3359
|
+
__isCombinationChild?: boolean | undefined;
|
3360
|
+
__extra?: boolean | undefined;
|
3361
|
+
}>;
|
3362
|
+
generateFieldListByFormConfigItem: (formConfigItem: FormConfigItem, fieldItem?: import("../../../components/form-render").FieldItem | undefined) => import("../../../components/form-render").FieldItem[];
|
3363
|
+
prevOldField: import("../../../shared/types").Nullable<FormConfigItem>;
|
3364
|
+
onFormChange: ({ fieldKey, value }: import("../../../components/form-render").FormChangePayload) => void;
|
3365
|
+
createLabelRender: (originOptions?: import("../../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
3366
|
+
[key: string]: any;
|
3367
|
+
}>;
|
3368
|
+
applyOptionAlias: (options?: import("../../../shared/types").AnyObject[] | undefined) => import("../../../shared/types").AnyObject[] | undefined;
|
3369
|
+
visitor: import("../../../components/form-render").FieldVisitor;
|
3370
|
+
showOptionModal: Ref<boolean, boolean>;
|
3371
|
+
editOptions: Ref<{
|
3372
|
+
[x: string]: any;
|
3373
|
+
keyword?: string | undefined;
|
3374
|
+
disabled?: boolean | undefined;
|
3375
|
+
children?: any[] | undefined;
|
3376
|
+
childrenFields?: {
|
2333
3377
|
[x: string]: any;
|
2334
3378
|
val_key: string;
|
2335
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
3379
|
+
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";
|
2336
3380
|
annotation?: boolean | undefined;
|
2337
3381
|
val_key_unit?: string | undefined;
|
2338
3382
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -2347,7 +3391,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2347
3391
|
placeholder?: string | undefined;
|
2348
3392
|
validate?: {
|
2349
3393
|
[x: string]: any;
|
2350
|
-
obj_type?: ("
|
3394
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2351
3395
|
vali_obj?: string | undefined;
|
2352
3396
|
max_value?: string | number | undefined;
|
2353
3397
|
min_value?: string | number | undefined;
|
@@ -2356,38 +3400,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2356
3400
|
min_length?: string | number | undefined;
|
2357
3401
|
max_length?: string | number | undefined;
|
2358
3402
|
decimal_length?: string | number | undefined;
|
2359
|
-
regular_expression?: string |
|
2360
|
-
exec: (string: string) => RegExpExecArray | null;
|
2361
|
-
test: (string: string) => boolean;
|
2362
|
-
readonly source: string;
|
2363
|
-
readonly global: boolean;
|
2364
|
-
readonly ignoreCase: boolean;
|
2365
|
-
readonly multiline: boolean;
|
2366
|
-
lastIndex: number;
|
2367
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2368
|
-
readonly flags: string;
|
2369
|
-
readonly sticky: boolean;
|
2370
|
-
readonly unicode: boolean;
|
2371
|
-
readonly dotAll: boolean;
|
2372
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2373
|
-
[Symbol.replace]: {
|
2374
|
-
(string: string, replaceValue: string): string;
|
2375
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2376
|
-
};
|
2377
|
-
[Symbol.search]: (string: string) => number;
|
2378
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2379
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2380
|
-
} | undefined;
|
3403
|
+
regular_expression?: string | RegExp | undefined;
|
2381
3404
|
regular_error_tip?: string | undefined;
|
2382
3405
|
message?: string | undefined;
|
2383
3406
|
} | undefined;
|
2384
|
-
option?:
|
2385
|
-
[x: string]: any;
|
2386
|
-
keyword?: string | undefined;
|
2387
|
-
disabled?: boolean | undefined;
|
2388
|
-
children?: any[] | undefined;
|
2389
|
-
childrenFields?: any[] | undefined;
|
2390
|
-
}[] | undefined;
|
3407
|
+
option?: any[] | undefined;
|
2391
3408
|
multi_select?: import("../../../components/form-render").FormCommonState | undefined;
|
2392
3409
|
multi_select_value?: string | number | undefined;
|
2393
3410
|
wordbook?: {
|
@@ -2491,8 +3508,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2491
3508
|
editor_title?: string | undefined;
|
2492
3509
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2493
3510
|
linebarWidth?: string | undefined;
|
2494
|
-
linebarDirection?: "
|
2495
|
-
linebarTextDirection?: "
|
3511
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3512
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2496
3513
|
labelColor?: string | undefined;
|
2497
3514
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2498
3515
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2506,10 +3523,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2506
3523
|
updateOriginValue: boolean;
|
2507
3524
|
} | undefined;
|
2508
3525
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2509
|
-
unit?: ("
|
3526
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2510
3527
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2511
|
-
max_date_unit?: ("
|
2512
|
-
min_date_unit?: ("
|
3528
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3529
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2513
3530
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2514
3531
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2515
3532
|
fieldTitleColor?: string | undefined;
|
@@ -2532,7 +3549,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2532
3549
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2533
3550
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2534
3551
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2535
|
-
childWidthMode?: "
|
3552
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2536
3553
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2537
3554
|
field: import("@formily/core").Field<any, any, any, any>;
|
2538
3555
|
form: import("@formily/core").Form<any>;
|
@@ -2568,25 +3585,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2568
3585
|
run?: string | undefined;
|
2569
3586
|
} | undefined;
|
2570
3587
|
}[] | undefined;
|
2571
|
-
} | undefined;
|
2572
|
-
optionAliasList?: {
|
2573
|
-
text: string;
|
2574
|
-
value: string;
|
2575
3588
|
}[] | undefined;
|
2576
|
-
|
2577
|
-
__isCombinationChild?: boolean | undefined;
|
2578
|
-
__extra?: boolean | undefined;
|
2579
|
-
}>;
|
2580
|
-
generateFieldListByFormConfigItem: (formConfigItem: FormConfigItem, fieldItem?: import("../../../components/form-render").FieldItem | undefined) => import("../../../components/form-render").FieldItem[];
|
2581
|
-
prevOldField: null;
|
2582
|
-
onFormChange: ({ fieldKey, value }: import("../../../components/form-render").FormChangePayload) => void;
|
2583
|
-
createLabelRender: (originOptions?: import("../../../shared/types").AnyObject[] | undefined) => (label: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
2584
|
-
[key: string]: any;
|
2585
|
-
}>;
|
2586
|
-
applyOptionAlias: (options?: import("../../../shared/types").AnyObject[] | undefined) => import("../../../shared/types").AnyObject[] | undefined;
|
2587
|
-
visitor: import("../../../components/form-render").FieldVisitor;
|
2588
|
-
showOptionModal: Ref<boolean>;
|
2589
|
-
editOptions: Ref<{
|
3589
|
+
}[], import("../../../components/form-render").FormOptionItem[] | {
|
2590
3590
|
[x: string]: any;
|
2591
3591
|
keyword?: string | undefined;
|
2592
3592
|
disabled?: boolean | undefined;
|
@@ -2594,7 +3594,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2594
3594
|
childrenFields?: {
|
2595
3595
|
[x: string]: any;
|
2596
3596
|
val_key: string;
|
2597
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
3597
|
+
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";
|
2598
3598
|
annotation?: boolean | undefined;
|
2599
3599
|
val_key_unit?: string | undefined;
|
2600
3600
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -2609,7 +3609,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2609
3609
|
placeholder?: string | undefined;
|
2610
3610
|
validate?: {
|
2611
3611
|
[x: string]: any;
|
2612
|
-
obj_type?: ("
|
3612
|
+
obj_type?: ("sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
|
2613
3613
|
vali_obj?: string | undefined;
|
2614
3614
|
max_value?: string | number | undefined;
|
2615
3615
|
min_value?: string | number | undefined;
|
@@ -2618,28 +3618,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2618
3618
|
min_length?: string | number | undefined;
|
2619
3619
|
max_length?: string | number | undefined;
|
2620
3620
|
decimal_length?: string | number | undefined;
|
2621
|
-
regular_expression?: string |
|
2622
|
-
exec: (string: string) => RegExpExecArray | null;
|
2623
|
-
test: (string: string) => boolean;
|
2624
|
-
readonly source: string;
|
2625
|
-
readonly global: boolean;
|
2626
|
-
readonly ignoreCase: boolean;
|
2627
|
-
readonly multiline: boolean;
|
2628
|
-
lastIndex: number;
|
2629
|
-
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
2630
|
-
readonly flags: string;
|
2631
|
-
readonly sticky: boolean;
|
2632
|
-
readonly unicode: boolean;
|
2633
|
-
readonly dotAll: boolean;
|
2634
|
-
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
2635
|
-
[Symbol.replace]: {
|
2636
|
-
(string: string, replaceValue: string): string;
|
2637
|
-
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
2638
|
-
};
|
2639
|
-
[Symbol.search]: (string: string) => number;
|
2640
|
-
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
2641
|
-
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
2642
|
-
} | undefined;
|
3621
|
+
regular_expression?: string | RegExp | undefined;
|
2643
3622
|
regular_error_tip?: string | undefined;
|
2644
3623
|
message?: string | undefined;
|
2645
3624
|
} | undefined;
|
@@ -2747,8 +3726,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2747
3726
|
editor_title?: string | undefined;
|
2748
3727
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
2749
3728
|
linebarWidth?: string | undefined;
|
2750
|
-
linebarDirection?: "
|
2751
|
-
linebarTextDirection?: "
|
3729
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
3730
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
2752
3731
|
labelColor?: string | undefined;
|
2753
3732
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
2754
3733
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -2762,10 +3741,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2762
3741
|
updateOriginValue: boolean;
|
2763
3742
|
} | undefined;
|
2764
3743
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
2765
|
-
unit?: ("
|
3744
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2766
3745
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2767
|
-
max_date_unit?: ("
|
2768
|
-
min_date_unit?: ("
|
3746
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
3747
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
2769
3748
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2770
3749
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
2771
3750
|
fieldTitleColor?: string | undefined;
|
@@ -2788,7 +3767,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2788
3767
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
2789
3768
|
wrapperStyle?: Record<string, string | number> | undefined;
|
2790
3769
|
childFieldStrategy?: "checked" | "all" | undefined;
|
2791
|
-
childWidthMode?: "
|
3770
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
2792
3771
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
2793
3772
|
field: import("@formily/core").Field<any, any, any, any>;
|
2794
3773
|
form: import("@formily/core").Form<any>;
|
@@ -2828,16 +3807,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
2828
3807
|
}[]>;
|
2829
3808
|
onOptionModalCancel: () => void;
|
2830
3809
|
onOptionModalConfirm: () => void;
|
2831
|
-
useFormConfigLocale: typeof useFormConfigLocale;
|
2832
|
-
NModal: any;
|
2833
|
-
NInput: any;
|
2834
|
-
CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
2835
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
2836
|
-
key: Ref<number>;
|
3810
|
+
readonly useFormConfigLocale: typeof useFormConfigLocale;
|
3811
|
+
readonly NModal: any;
|
3812
|
+
readonly NInput: any;
|
3813
|
+
readonly CFormRender: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
3814
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
3815
|
+
key: Ref<number, number>;
|
2837
3816
|
reload: () => Promise<void>;
|
2838
3817
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
2839
3818
|
exposed: Partial<FormRenderExpose>;
|
2840
|
-
FormRender: import("vue").DefineComponent<{
|
3819
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2841
3820
|
fieldList: {
|
2842
3821
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
2843
3822
|
};
|
@@ -2931,7 +3910,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2931
3910
|
}>>;
|
2932
3911
|
};
|
2933
3912
|
components: {
|
2934
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
3913
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
2935
3914
|
default: () => {};
|
2936
3915
|
};
|
2937
3916
|
scope: {
|
@@ -3016,11 +3995,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
3016
3995
|
type: PropType<string[]>;
|
3017
3996
|
};
|
3018
3997
|
linebarDirection: {
|
3019
|
-
type: PropType<"
|
3998
|
+
type: PropType<"vertical" | "horizontal">;
|
3020
3999
|
default: string;
|
3021
4000
|
};
|
3022
4001
|
linebarTextDirection: {
|
3023
|
-
type: PropType<"
|
4002
|
+
type: PropType<"vertical" | "horizontal">;
|
3024
4003
|
default: string;
|
3025
4004
|
};
|
3026
4005
|
linebarWidth: {
|
@@ -3043,9 +4022,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
3043
4022
|
type: BooleanConstructor;
|
3044
4023
|
};
|
3045
4024
|
lazyRender: BooleanConstructor;
|
4025
|
+
linebreaksToTitle: BooleanConstructor;
|
3046
4026
|
dialogFn: {};
|
3047
|
-
}
|
3048
|
-
props:
|
4027
|
+
}>, {
|
4028
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
3049
4029
|
fieldList: {
|
3050
4030
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
3051
4031
|
};
|
@@ -3139,7 +4119,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3139
4119
|
}>>;
|
3140
4120
|
};
|
3141
4121
|
components: {
|
3142
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4122
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
3143
4123
|
default: () => {};
|
3144
4124
|
};
|
3145
4125
|
scope: {
|
@@ -3224,11 +4204,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
3224
4204
|
type: PropType<string[]>;
|
3225
4205
|
};
|
3226
4206
|
linebarDirection: {
|
3227
|
-
type: PropType<"
|
4207
|
+
type: PropType<"vertical" | "horizontal">;
|
3228
4208
|
default: string;
|
3229
4209
|
};
|
3230
4210
|
linebarTextDirection: {
|
3231
|
-
type: PropType<"
|
4211
|
+
type: PropType<"vertical" | "horizontal">;
|
3232
4212
|
default: string;
|
3233
4213
|
};
|
3234
4214
|
linebarWidth: {
|
@@ -3251,20 +4231,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
3251
4231
|
type: BooleanConstructor;
|
3252
4232
|
};
|
3253
4233
|
lazyRender: BooleanConstructor;
|
4234
|
+
linebreaksToTitle: BooleanConstructor;
|
3254
4235
|
dialogFn: {};
|
3255
|
-
}>> & {
|
4236
|
+
}>> & Readonly<{
|
3256
4237
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3257
4238
|
onScroll?: ((...args: any[]) => any) | undefined;
|
3258
4239
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
3259
4240
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
3260
4241
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
3261
4242
|
onReady?: ((...args: any[]) => any) | undefined;
|
3262
|
-
}
|
4243
|
+
}> & {}>;
|
3263
4244
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
3264
4245
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
3265
4246
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
3266
|
-
formRenderRef: Ref<HTMLElement | undefined>;
|
3267
|
-
formWidth: Ref<number>;
|
4247
|
+
formRenderRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4248
|
+
formWidth: Ref<number, number>;
|
3268
4249
|
formHeight: import("vue").ComputedRef<string>;
|
3269
4250
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
3270
4251
|
businessCollector: import("../../../components/form-render").BusinessCollector;
|
@@ -3277,13 +4258,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
3277
4258
|
formUUID: string;
|
3278
4259
|
anchorBarRef: Ref<{
|
3279
4260
|
syncBarPosition: AnyFn;
|
4261
|
+
} | undefined, {
|
4262
|
+
syncBarPosition: AnyFn;
|
3280
4263
|
} | undefined>;
|
3281
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
4264
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
3282
4265
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
3283
4266
|
anchorIdList: Ref<{
|
3284
4267
|
name: string;
|
3285
4268
|
title: string;
|
3286
4269
|
index: number;
|
4270
|
+
}[], (Record<"name" | "title", string> & {
|
4271
|
+
index: number;
|
4272
|
+
})[] | {
|
4273
|
+
name: string;
|
4274
|
+
title: string;
|
4275
|
+
index: number;
|
3287
4276
|
}[]>;
|
3288
4277
|
onScroll: (scrollEvent: Event) => void;
|
3289
4278
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -3310,7 +4299,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3310
4299
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
3311
4300
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
3312
4301
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
3313
|
-
emitFormChange: Ref<boolean>;
|
4302
|
+
emitFormChange: Ref<boolean, boolean>;
|
3314
4303
|
formModel: import("@formily/core").Form<{
|
3315
4304
|
[x: string]: any;
|
3316
4305
|
}>;
|
@@ -3387,7 +4376,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3387
4376
|
"x-read-pretty"?: boolean | undefined;
|
3388
4377
|
"x-compile-omitted"?: string[] | undefined;
|
3389
4378
|
}>;
|
3390
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4379
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3391
4380
|
scope: import("../../../shared/types").AnyObject;
|
3392
4381
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
3393
4382
|
annotationShortcuts: (string | {
|
@@ -3422,12 +4411,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
3422
4411
|
selectMode: boolean;
|
3423
4412
|
selectedFields: string[];
|
3424
4413
|
linebarWidth: string | number;
|
3425
|
-
linebarDirection: "
|
3426
|
-
linebarTextDirection: "
|
4414
|
+
linebarDirection: "vertical" | "horizontal";
|
4415
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3427
4416
|
autoWidth: number | boolean;
|
3428
4417
|
feedbackType: "default" | "tooltip";
|
3429
4418
|
fixMemoLeak: boolean;
|
3430
4419
|
lazyRender: boolean;
|
4420
|
+
linebreaksToTitle: boolean;
|
3431
4421
|
dialogFn: any;
|
3432
4422
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
3433
4423
|
[key: symbol]: any;
|
@@ -3605,16 +4595,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
3605
4595
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
3606
4596
|
clearSpan: (uuid: string) => void;
|
3607
4597
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
3608
|
-
useVersion: typeof useVersion;
|
3609
|
-
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<{}>>, {}>;
|
3610
|
-
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>>>, {
|
4598
|
+
readonly useVersion: typeof useVersion;
|
4599
|
+
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>;
|
4600
|
+
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>>>, {
|
3611
4601
|
form: any;
|
3612
|
-
}>;
|
3613
|
-
NConfigProvider: any;
|
3614
|
-
NForm: any;
|
3615
|
-
NTabPane: any;
|
3616
|
-
NTabs: any;
|
3617
|
-
},
|
4602
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4603
|
+
readonly NConfigProvider: any;
|
4604
|
+
readonly NForm: any;
|
4605
|
+
readonly NTabPane: any;
|
4606
|
+
readonly NTabs: any;
|
4607
|
+
}, {}, {}, {}, 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<{
|
3618
4608
|
fieldList: {
|
3619
4609
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
3620
4610
|
};
|
@@ -3708,7 +4698,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3708
4698
|
}>>;
|
3709
4699
|
};
|
3710
4700
|
components: {
|
3711
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
4701
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
3712
4702
|
default: () => {};
|
3713
4703
|
};
|
3714
4704
|
scope: {
|
@@ -3793,11 +4783,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
3793
4783
|
type: PropType<string[]>;
|
3794
4784
|
};
|
3795
4785
|
linebarDirection: {
|
3796
|
-
type: PropType<"
|
4786
|
+
type: PropType<"vertical" | "horizontal">;
|
3797
4787
|
default: string;
|
3798
4788
|
};
|
3799
4789
|
linebarTextDirection: {
|
3800
|
-
type: PropType<"
|
4790
|
+
type: PropType<"vertical" | "horizontal">;
|
3801
4791
|
default: string;
|
3802
4792
|
};
|
3803
4793
|
linebarWidth: {
|
@@ -3820,19 +4810,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
3820
4810
|
type: BooleanConstructor;
|
3821
4811
|
};
|
3822
4812
|
lazyRender: BooleanConstructor;
|
4813
|
+
linebreaksToTitle: BooleanConstructor;
|
3823
4814
|
dialogFn: {};
|
3824
|
-
}>> & {
|
4815
|
+
}>> & Readonly<{
|
3825
4816
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
3826
4817
|
onScroll?: ((...args: any[]) => any) | undefined;
|
3827
4818
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
3828
4819
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
3829
4820
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
3830
4821
|
onReady?: ((...args: any[]) => any) | undefined;
|
3831
|
-
}
|
4822
|
+
}>, {
|
4823
|
+
maxHeight: string | number;
|
3832
4824
|
anchor: boolean;
|
3833
4825
|
column: number;
|
3834
|
-
|
3835
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4826
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3836
4827
|
initialData: import("../../../shared/types").AnyObject;
|
3837
4828
|
parallelism: number;
|
3838
4829
|
scope: import("../../../shared/types").AnyObject;
|
@@ -3848,18 +4839,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
3848
4839
|
wordSplitFilter: boolean;
|
3849
4840
|
selectMode: boolean;
|
3850
4841
|
linebarWidth: string | number;
|
3851
|
-
linebarDirection: "
|
3852
|
-
linebarTextDirection: "
|
4842
|
+
linebarDirection: "vertical" | "horizontal";
|
4843
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3853
4844
|
autoWidth: number | boolean;
|
3854
4845
|
feedbackType: "default" | "tooltip";
|
3855
4846
|
fixMemoLeak: boolean;
|
3856
4847
|
lazyRender: boolean;
|
4848
|
+
linebreaksToTitle: boolean;
|
3857
4849
|
nominalAge: boolean;
|
3858
4850
|
operationalFormInit: boolean;
|
3859
4851
|
incrementalRender: boolean;
|
3860
|
-
}>;
|
3861
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
3862
|
-
},
|
4852
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4853
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
4854
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
3863
4855
|
uuid: {
|
3864
4856
|
type: StringConstructor;
|
3865
4857
|
required: true;
|
@@ -3933,7 +4925,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
3933
4925
|
"x-read-pretty"?: boolean | undefined;
|
3934
4926
|
"x-compile-omitted"?: string[] | undefined;
|
3935
4927
|
}>;
|
3936
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
4928
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
3937
4929
|
scope: import("../../../shared/types").AnyObject;
|
3938
4930
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
3939
4931
|
annotationShortcuts: (string | {
|
@@ -3968,17 +4960,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
3968
4960
|
selectMode: boolean;
|
3969
4961
|
selectedFields: string[];
|
3970
4962
|
linebarWidth: string | number;
|
3971
|
-
linebarDirection: "
|
3972
|
-
linebarTextDirection: "
|
4963
|
+
linebarDirection: "vertical" | "horizontal";
|
4964
|
+
linebarTextDirection: "vertical" | "horizontal";
|
3973
4965
|
autoWidth: number | boolean;
|
3974
4966
|
feedbackType: "default" | "tooltip";
|
3975
4967
|
fixMemoLeak: boolean;
|
3976
4968
|
lazyRender: boolean;
|
4969
|
+
linebreaksToTitle: boolean;
|
3977
4970
|
dialogFn: any;
|
3978
4971
|
}>>>;
|
3979
4972
|
};
|
3980
|
-
}
|
3981
|
-
FormConfigEventSetting: import("vue").DefineComponent<{
|
4973
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
4974
|
+
FormConfigEventSetting: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3982
4975
|
modelValue: {
|
3983
4976
|
type: ArrayConstructor;
|
3984
4977
|
required: true;
|
@@ -3988,11 +4981,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
3988
4981
|
type: null;
|
3989
4982
|
required: true;
|
3990
4983
|
};
|
3991
|
-
}
|
3992
|
-
props:
|
3993
|
-
modelValue: LowCodeTypes.reactionConfig[];
|
3994
|
-
bindFormRenderRef: FormRenderExpose;
|
3995
|
-
};
|
4984
|
+
}>, {
|
4985
|
+
props: any;
|
3996
4986
|
emit: (event: "update:modelValue" | "validateFailure", ...args: any[]) => void;
|
3997
4987
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
3998
4988
|
valueRef: Ref<{
|
@@ -4027,8 +5017,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
4027
5017
|
}[] | undefined;
|
4028
5018
|
__oppositeBindField?: any | undefined;
|
4029
5019
|
__oppositeTargetField?: any | undefined;
|
5020
|
+
}[], LowCodeTypes.reactionConfig[] | {
|
5021
|
+
conObj: {
|
5022
|
+
con: LowCodeTypes.VALUE_RELATION;
|
5023
|
+
field_key: string;
|
5024
|
+
value: unknown;
|
5025
|
+
}[];
|
5026
|
+
compareMap?: {
|
5027
|
+
NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5028
|
+
EQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5029
|
+
BIG?: ((v1: any, v2: any) => boolean) | undefined;
|
5030
|
+
LESS?: ((v1: any, v2: any) => boolean) | undefined;
|
5031
|
+
BIGEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5032
|
+
LESSEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5033
|
+
CL?: ((v1: any, v2: any) => boolean) | undefined;
|
5034
|
+
NC?: ((v1: any, v2: any) => boolean) | undefined;
|
5035
|
+
NEQ?: ((v1: any, v2: any) => boolean) | undefined;
|
5036
|
+
NOT_NULL?: ((v1: any, v2: any) => boolean) | undefined;
|
5037
|
+
} | undefined;
|
5038
|
+
isRestoreDefault?: boolean | undefined;
|
5039
|
+
sqlExpression?: string | undefined;
|
5040
|
+
showField?: string[] | undefined;
|
5041
|
+
hideField?: string[] | undefined;
|
5042
|
+
requiredField?: string[] | undefined;
|
5043
|
+
notRequiredField?: string[] | undefined;
|
5044
|
+
enabledField?: string[] | undefined;
|
5045
|
+
disabledField?: string[] | undefined;
|
5046
|
+
setValueField?: {
|
5047
|
+
field?: string | undefined;
|
5048
|
+
value?: unknown;
|
5049
|
+
}[] | undefined;
|
5050
|
+
__oppositeBindField?: any | undefined;
|
5051
|
+
__oppositeTargetField?: any | undefined;
|
4030
5052
|
}[]>;
|
4031
|
-
expandedName: Ref<string>;
|
5053
|
+
expandedName: Ref<string, string>;
|
4032
5054
|
addConnection: () => void;
|
4033
5055
|
removeConnection: (index: number) => void;
|
4034
5056
|
getOppositeBtnText: (item: LowCodeTypes.reactionConfig) => string | undefined;
|
@@ -4042,14 +5064,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
4042
5064
|
addCondition: (config: LowCodeTypes.reactionConfig) => void;
|
4043
5065
|
removeCondition: (config: LowCodeTypes.reactionConfig, index: number) => void;
|
4044
5066
|
onUpdateConditionType: (condition: LowCodeTypes.reactionsConObj, type: LowCodeTypes.VALUE_RELATION) => void;
|
4045
|
-
showRef: Ref<boolean>;
|
5067
|
+
showRef: Ref<boolean, boolean>;
|
4046
5068
|
addSetValueField: (item: LowCodeTypes.reactionConfig) => void;
|
4047
|
-
fieldListRef: Ref<FormConfigItem[]>;
|
5069
|
+
fieldListRef: Ref<FormConfigItem[], FormConfigItem[]>;
|
4048
5070
|
fieldOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
4049
5071
|
setValueTypes: string[];
|
4050
5072
|
setValueFieldOptions: import("vue").ComputedRef<FormConfigItem[]>;
|
4051
|
-
currentTypeList: string[]
|
4052
|
-
dialog: import("naive-ui").DialogApi;
|
5073
|
+
currentTypeList: import("vue").Reactive<string[]>;
|
5074
|
+
dialog: import("naive-ui/es/dialog").DialogApi;
|
4053
5075
|
onNegativeClick: () => Promise<void>;
|
4054
5076
|
onPositiveClick: () => Promise<void>;
|
4055
5077
|
configValidate: () => Promise<void>;
|
@@ -4060,7 +5082,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4060
5082
|
decoratorProps: {
|
4061
5083
|
showFeedback: boolean;
|
4062
5084
|
};
|
4063
|
-
html_type: "LINEBAR" | ({} & string) | "INPUT" | "
|
5085
|
+
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";
|
4064
5086
|
annotation?: boolean | undefined;
|
4065
5087
|
val_key_unit?: string | undefined;
|
4066
5088
|
is_edit?: import("../../../components/form-render").FormCommonState | undefined;
|
@@ -4074,7 +5096,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4074
5096
|
placeholder?: string | undefined;
|
4075
5097
|
validate?: Partial<{
|
4076
5098
|
[key: string]: any;
|
4077
|
-
obj_type: "
|
5099
|
+
obj_type: "sex" | "age" | "email" | "password" | "birthday" | "id_card" | "age_unit" | "mobile" | "telephone" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name";
|
4078
5100
|
vali_obj: string;
|
4079
5101
|
max_value: string | number;
|
4080
5102
|
min_value: string | number;
|
@@ -4145,8 +5167,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4145
5167
|
editor_title?: string | undefined;
|
4146
5168
|
editor_title_mode?: "EMBEDDED_FORM" | "HOVER_TOOLTIP" | "POPUP_ALERT" | undefined;
|
4147
5169
|
linebarWidth?: string | undefined;
|
4148
|
-
linebarDirection?: "
|
4149
|
-
linebarTextDirection?: "
|
5170
|
+
linebarDirection?: "vertical" | "horizontal" | undefined;
|
5171
|
+
linebarTextDirection?: "vertical" | "horizontal" | undefined;
|
4150
5172
|
labelColor?: string | undefined;
|
4151
5173
|
fieldTitleRed?: boolean | import("../../../components/form-render").FormCommonState | undefined;
|
4152
5174
|
confirmBeforeValueChange?: boolean | undefined;
|
@@ -4160,10 +5182,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
4160
5182
|
updateOriginValue: boolean;
|
4161
5183
|
} | undefined;
|
4162
5184
|
selected_style?: "RADIO_MARK" | "CHECK_MARK" | undefined;
|
4163
|
-
unit?: ("
|
5185
|
+
unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
4164
5186
|
condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4165
|
-
max_date_unit?: ("
|
4166
|
-
min_date_unit?: ("
|
5187
|
+
max_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
5188
|
+
min_date_unit?: ("DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" | "HOUR") | undefined;
|
4167
5189
|
max_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4168
5190
|
min_date_condition?: ("0" | "IN_THE_PAST" | "IN_THE_FUTURE" | "CURRENT_TIME") | undefined;
|
4169
5191
|
fieldTitleColor?: string | undefined;
|
@@ -4183,7 +5205,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4183
5205
|
slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
|
4184
5206
|
wrapperStyle?: Record<string, string | number> | undefined;
|
4185
5207
|
childFieldStrategy?: "checked" | "all" | undefined;
|
4186
|
-
childWidthMode?: "
|
5208
|
+
childWidthMode?: "outer" | "inner" | undefined;
|
4187
5209
|
validator?: ((value: unknown, fieldItem: import("../../../components/form-render").FieldItem, context: {
|
4188
5210
|
field: import("@formily/core").Field<any, any, any, any>;
|
4189
5211
|
form: import("@formily/core").Form<any>;
|
@@ -4197,36 +5219,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
4197
5219
|
field: string;
|
4198
5220
|
value: string;
|
4199
5221
|
}) => void;
|
4200
|
-
HelpCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
4201
|
-
NButton: any;
|
4202
|
-
NCollapse: any;
|
4203
|
-
NCollapseItem: any;
|
4204
|
-
NEllipsis: any;
|
4205
|
-
NEmpty: any;
|
4206
|
-
NIcon: any;
|
4207
|
-
NInput: any;
|
4208
|
-
NInputGroup: any;
|
4209
|
-
NModal: any;
|
4210
|
-
NScrollbar: any;
|
4211
|
-
NSelect: any;
|
4212
|
-
NSpace: any;
|
4213
|
-
NThing: any;
|
4214
|
-
NTooltip: any;
|
4215
|
-
conditionTypeOptions: {
|
5222
|
+
readonly HelpCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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>;
|
5223
|
+
readonly NButton: any;
|
5224
|
+
readonly NCollapse: any;
|
5225
|
+
readonly NCollapseItem: any;
|
5226
|
+
readonly NEllipsis: any;
|
5227
|
+
readonly NEmpty: any;
|
5228
|
+
readonly NIcon: any;
|
5229
|
+
readonly NInput: any;
|
5230
|
+
readonly NInputGroup: any;
|
5231
|
+
readonly NModal: any;
|
5232
|
+
readonly NScrollbar: any;
|
5233
|
+
readonly NSelect: any;
|
5234
|
+
readonly NSpace: any;
|
5235
|
+
readonly NThing: any;
|
5236
|
+
readonly NTooltip: any;
|
5237
|
+
readonly conditionTypeOptions: {
|
4216
5238
|
value: LowCodeTypes.VALUE_RELATION;
|
4217
5239
|
label: string;
|
4218
5240
|
}[];
|
4219
|
-
connectionTypeOptions: {
|
5241
|
+
readonly connectionTypeOptions: {
|
4220
5242
|
value: string;
|
4221
5243
|
label: string;
|
4222
5244
|
}[];
|
4223
|
-
CForm: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
4224
|
-
formRenderRef: Ref<FormRenderExpose | undefined>;
|
4225
|
-
key: Ref<number>;
|
5245
|
+
readonly CForm: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
|
5246
|
+
formRenderRef: Ref<FormRenderExpose | undefined, FormRenderExpose | undefined>;
|
5247
|
+
key: Ref<number, number>;
|
4226
5248
|
reload: () => Promise<void>;
|
4227
5249
|
formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList", "applySelectedSetting", "getTextFormValues", "optionInited", "updateAnchor"];
|
4228
5250
|
exposed: Partial<FormRenderExpose>;
|
4229
|
-
FormRender: import("vue").DefineComponent<{
|
5251
|
+
FormRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4230
5252
|
fieldList: {
|
4231
5253
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
4232
5254
|
};
|
@@ -4320,7 +5342,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4320
5342
|
}>>;
|
4321
5343
|
};
|
4322
5344
|
components: {
|
4323
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5345
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
4324
5346
|
default: () => {};
|
4325
5347
|
};
|
4326
5348
|
scope: {
|
@@ -4405,11 +5427,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
4405
5427
|
type: PropType<string[]>;
|
4406
5428
|
};
|
4407
5429
|
linebarDirection: {
|
4408
|
-
type: PropType<"
|
5430
|
+
type: PropType<"vertical" | "horizontal">;
|
4409
5431
|
default: string;
|
4410
5432
|
};
|
4411
5433
|
linebarTextDirection: {
|
4412
|
-
type: PropType<"
|
5434
|
+
type: PropType<"vertical" | "horizontal">;
|
4413
5435
|
default: string;
|
4414
5436
|
};
|
4415
5437
|
linebarWidth: {
|
@@ -4432,9 +5454,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
4432
5454
|
type: BooleanConstructor;
|
4433
5455
|
};
|
4434
5456
|
lazyRender: BooleanConstructor;
|
5457
|
+
linebreaksToTitle: BooleanConstructor;
|
4435
5458
|
dialogFn: {};
|
4436
|
-
}
|
4437
|
-
props:
|
5459
|
+
}>, {
|
5460
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
4438
5461
|
fieldList: {
|
4439
5462
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
4440
5463
|
};
|
@@ -4528,7 +5551,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4528
5551
|
}>>;
|
4529
5552
|
};
|
4530
5553
|
components: {
|
4531
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
5554
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
4532
5555
|
default: () => {};
|
4533
5556
|
};
|
4534
5557
|
scope: {
|
@@ -4613,11 +5636,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
4613
5636
|
type: PropType<string[]>;
|
4614
5637
|
};
|
4615
5638
|
linebarDirection: {
|
4616
|
-
type: PropType<"
|
5639
|
+
type: PropType<"vertical" | "horizontal">;
|
4617
5640
|
default: string;
|
4618
5641
|
};
|
4619
5642
|
linebarTextDirection: {
|
4620
|
-
type: PropType<"
|
5643
|
+
type: PropType<"vertical" | "horizontal">;
|
4621
5644
|
default: string;
|
4622
5645
|
};
|
4623
5646
|
linebarWidth: {
|
@@ -4640,20 +5663,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
4640
5663
|
type: BooleanConstructor;
|
4641
5664
|
};
|
4642
5665
|
lazyRender: BooleanConstructor;
|
5666
|
+
linebreaksToTitle: BooleanConstructor;
|
4643
5667
|
dialogFn: {};
|
4644
|
-
}>> & {
|
5668
|
+
}>> & Readonly<{
|
4645
5669
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
4646
5670
|
onScroll?: ((...args: any[]) => any) | undefined;
|
4647
5671
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
4648
5672
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
4649
5673
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
4650
5674
|
onReady?: ((...args: any[]) => any) | undefined;
|
4651
|
-
}
|
5675
|
+
}> & {}>;
|
4652
5676
|
emit: (event: "scroll" | "formChange" | "annotationChange" | "update:selectedFields" | "linebarChange" | "ready", ...args: any[]) => void;
|
4653
5677
|
cssVars: import("vue").ComputedRef<import("../../../shared/types").AnyObject>;
|
4654
5678
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
4655
|
-
formRenderRef: Ref<HTMLElement | undefined>;
|
4656
|
-
formWidth: Ref<number>;
|
5679
|
+
formRenderRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
5680
|
+
formWidth: Ref<number, number>;
|
4657
5681
|
formHeight: import("vue").ComputedRef<string>;
|
4658
5682
|
SchemaField: import("vue").DefineComponent<import("@formily/vue").ISchemaFieldProps>;
|
4659
5683
|
businessCollector: import("../../../components/form-render").BusinessCollector;
|
@@ -4666,13 +5690,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
4666
5690
|
formUUID: string;
|
4667
5691
|
anchorBarRef: Ref<{
|
4668
5692
|
syncBarPosition: AnyFn;
|
5693
|
+
} | undefined, {
|
5694
|
+
syncBarPosition: AnyFn;
|
4669
5695
|
} | undefined>;
|
4670
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
5696
|
+
currentAnchor: import("vue").WritableComputedRef<string, string>;
|
4671
5697
|
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
4672
5698
|
anchorIdList: Ref<{
|
4673
5699
|
name: string;
|
4674
5700
|
title: string;
|
4675
5701
|
index: number;
|
5702
|
+
}[], (Record<"name" | "title", string> & {
|
5703
|
+
index: number;
|
5704
|
+
})[] | {
|
5705
|
+
name: string;
|
5706
|
+
title: string;
|
5707
|
+
index: number;
|
4676
5708
|
}[]>;
|
4677
5709
|
onScroll: (scrollEvent: Event) => void;
|
4678
5710
|
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
@@ -4699,7 +5731,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4699
5731
|
setGraph: (field: import("@formily/core").GeneralField) => void;
|
4700
5732
|
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
4701
5733
|
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
4702
|
-
emitFormChange: Ref<boolean>;
|
5734
|
+
emitFormChange: Ref<boolean, boolean>;
|
4703
5735
|
formModel: import("@formily/core").Form<{
|
4704
5736
|
[x: string]: any;
|
4705
5737
|
}>;
|
@@ -4776,7 +5808,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
4776
5808
|
"x-read-pretty"?: boolean | undefined;
|
4777
5809
|
"x-compile-omitted"?: string[] | undefined;
|
4778
5810
|
}>;
|
4779
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
5811
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
4780
5812
|
scope: import("../../../shared/types").AnyObject;
|
4781
5813
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
4782
5814
|
annotationShortcuts: (string | {
|
@@ -4811,12 +5843,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
4811
5843
|
selectMode: boolean;
|
4812
5844
|
selectedFields: string[];
|
4813
5845
|
linebarWidth: string | number;
|
4814
|
-
linebarDirection: "
|
4815
|
-
linebarTextDirection: "
|
5846
|
+
linebarDirection: "vertical" | "horizontal";
|
5847
|
+
linebarTextDirection: "vertical" | "horizontal";
|
4816
5848
|
autoWidth: number | boolean;
|
4817
5849
|
feedbackType: "default" | "tooltip";
|
4818
5850
|
fixMemoLeak: boolean;
|
4819
5851
|
lazyRender: boolean;
|
5852
|
+
linebreaksToTitle: boolean;
|
4820
5853
|
dialogFn: any;
|
4821
5854
|
}>) => Record<string, import("@formily/json-schema").Stringify<{
|
4822
5855
|
[key: symbol]: any;
|
@@ -4994,16 +6027,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
4994
6027
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
4995
6028
|
clearSpan: (uuid: string) => void;
|
4996
6029
|
exposeEvent: Omit<FormRenderExpose, "updateAnchor" | "getFieldList" | "optionInited" | "formModel" | "reload">;
|
4997
|
-
useVersion: typeof useVersion;
|
4998
|
-
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<{}>>, {}>;
|
4999
|
-
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>>>, {
|
6030
|
+
readonly useVersion: typeof useVersion;
|
6031
|
+
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>;
|
6032
|
+
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>>>, {
|
5000
6033
|
form: any;
|
5001
|
-
}>;
|
5002
|
-
NConfigProvider: any;
|
5003
|
-
NForm: any;
|
5004
|
-
NTabPane: any;
|
5005
|
-
NTabs: any;
|
5006
|
-
},
|
6034
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6035
|
+
readonly NConfigProvider: any;
|
6036
|
+
readonly NForm: any;
|
6037
|
+
readonly NTabPane: any;
|
6038
|
+
readonly NTabs: any;
|
6039
|
+
}, {}, {}, {}, 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<{
|
5007
6040
|
fieldList: {
|
5008
6041
|
type: PropType<import("../../../components/form-render").FieldItem[]>;
|
5009
6042
|
};
|
@@ -5097,7 +6130,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
5097
6130
|
}>>;
|
5098
6131
|
};
|
5099
6132
|
components: {
|
5100
|
-
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>>;
|
6133
|
+
type: PropType<Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>>;
|
5101
6134
|
default: () => {};
|
5102
6135
|
};
|
5103
6136
|
scope: {
|
@@ -5182,11 +6215,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
5182
6215
|
type: PropType<string[]>;
|
5183
6216
|
};
|
5184
6217
|
linebarDirection: {
|
5185
|
-
type: PropType<"
|
6218
|
+
type: PropType<"vertical" | "horizontal">;
|
5186
6219
|
default: string;
|
5187
6220
|
};
|
5188
6221
|
linebarTextDirection: {
|
5189
|
-
type: PropType<"
|
6222
|
+
type: PropType<"vertical" | "horizontal">;
|
5190
6223
|
default: string;
|
5191
6224
|
};
|
5192
6225
|
linebarWidth: {
|
@@ -5209,19 +6242,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
5209
6242
|
type: BooleanConstructor;
|
5210
6243
|
};
|
5211
6244
|
lazyRender: BooleanConstructor;
|
6245
|
+
linebreaksToTitle: BooleanConstructor;
|
5212
6246
|
dialogFn: {};
|
5213
|
-
}>> & {
|
6247
|
+
}>> & Readonly<{
|
5214
6248
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
5215
6249
|
onScroll?: ((...args: any[]) => any) | undefined;
|
5216
6250
|
onAnnotationChange?: ((...args: any[]) => any) | undefined;
|
5217
6251
|
"onUpdate:selectedFields"?: ((...args: any[]) => any) | undefined;
|
5218
6252
|
onLinebarChange?: ((...args: any[]) => any) | undefined;
|
5219
6253
|
onReady?: ((...args: any[]) => any) | undefined;
|
5220
|
-
}
|
6254
|
+
}>, {
|
6255
|
+
maxHeight: string | number;
|
5221
6256
|
anchor: boolean;
|
5222
6257
|
column: number;
|
5223
|
-
|
5224
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6258
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
5225
6259
|
initialData: import("../../../shared/types").AnyObject;
|
5226
6260
|
parallelism: number;
|
5227
6261
|
scope: import("../../../shared/types").AnyObject;
|
@@ -5237,18 +6271,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
5237
6271
|
wordSplitFilter: boolean;
|
5238
6272
|
selectMode: boolean;
|
5239
6273
|
linebarWidth: string | number;
|
5240
|
-
linebarDirection: "
|
5241
|
-
linebarTextDirection: "
|
6274
|
+
linebarDirection: "vertical" | "horizontal";
|
6275
|
+
linebarTextDirection: "vertical" | "horizontal";
|
5242
6276
|
autoWidth: number | boolean;
|
5243
6277
|
feedbackType: "default" | "tooltip";
|
5244
6278
|
fixMemoLeak: boolean;
|
5245
6279
|
lazyRender: boolean;
|
6280
|
+
linebreaksToTitle: boolean;
|
5246
6281
|
nominalAge: boolean;
|
5247
6282
|
operationalFormInit: boolean;
|
5248
6283
|
incrementalRender: boolean;
|
5249
|
-
}>;
|
5250
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
5251
|
-
},
|
6284
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6285
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
6286
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "validateFailure")[], "update:modelValue" | "validateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5252
6287
|
modelValue: {
|
5253
6288
|
type: ArrayConstructor;
|
5254
6289
|
required: true;
|
@@ -5258,13 +6293,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
5258
6293
|
type: null;
|
5259
6294
|
required: true;
|
5260
6295
|
};
|
5261
|
-
}>> & {
|
6296
|
+
}>> & Readonly<{
|
5262
6297
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
5263
6298
|
onValidateFailure?: ((...args: any[]) => any) | undefined;
|
5264
|
-
}
|
6299
|
+
}>, {
|
5265
6300
|
modelValue: unknown[];
|
5266
|
-
}>;
|
5267
|
-
FormConfigMaterialItem: import("vue").DefineComponent<{
|
6301
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6302
|
+
readonly FormConfigMaterialItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
5268
6303
|
formConfigItem: {
|
5269
6304
|
type: PropType<FormConfigItem>;
|
5270
6305
|
required: true;
|
@@ -5277,7 +6312,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
5277
6312
|
type: PropType<FormConfigItem[]>;
|
5278
6313
|
default: () => never[];
|
5279
6314
|
};
|
5280
|
-
}
|
6315
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5281
6316
|
formConfigItem: {
|
5282
6317
|
type: PropType<FormConfigItem>;
|
5283
6318
|
required: true;
|
@@ -5290,13 +6325,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
5290
6325
|
type: PropType<FormConfigItem[]>;
|
5291
6326
|
default: () => never[];
|
5292
6327
|
};
|
5293
|
-
}
|
6328
|
+
}>> & Readonly<{}>, {
|
5294
6329
|
materialList: FormConfigItem[];
|
5295
|
-
}>;
|
5296
|
-
FORM_CONFIG_GROUP: string;
|
5297
|
-
NSelect: any;
|
5298
|
-
NSpace: any;
|
5299
|
-
},
|
6330
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
6331
|
+
readonly FORM_CONFIG_GROUP: string;
|
6332
|
+
readonly NSelect: any;
|
6333
|
+
readonly NSpace: any;
|
6334
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addItem" | "removeItem" | "reactionsValidateFailure")[], "addItem" | "removeItem" | "reactionsValidateFailure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
5300
6335
|
maxHeight: {
|
5301
6336
|
type: StringConstructor;
|
5302
6337
|
};
|
@@ -5378,7 +6413,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
5378
6413
|
"x-read-pretty"?: boolean | undefined;
|
5379
6414
|
"x-compile-omitted"?: string[] | undefined;
|
5380
6415
|
}>;
|
5381
|
-
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}>>;
|
6416
|
+
components: Record<string, import("vue").Component | import("vue").FunctionalComponent<{}, {}, any, {}>>;
|
5382
6417
|
scope: import("../../../shared/types").AnyObject;
|
5383
6418
|
annotation: Record<string, import("../../annotation-edit/src/type").AnnotationItem>;
|
5384
6419
|
annotationShortcuts: (string | {
|
@@ -5413,12 +6448,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
5413
6448
|
selectMode: boolean;
|
5414
6449
|
selectedFields: string[];
|
5415
6450
|
linebarWidth: string | number;
|
5416
|
-
linebarDirection: "
|
5417
|
-
linebarTextDirection: "
|
6451
|
+
linebarDirection: "vertical" | "horizontal";
|
6452
|
+
linebarTextDirection: "vertical" | "horizontal";
|
5418
6453
|
autoWidth: number | boolean;
|
5419
6454
|
feedbackType: "default" | "tooltip";
|
5420
6455
|
fixMemoLeak: boolean;
|
5421
6456
|
lazyRender: boolean;
|
6457
|
+
linebreaksToTitle: boolean;
|
5422
6458
|
dialogFn: any;
|
5423
6459
|
}>>>;
|
5424
6460
|
};
|
@@ -5426,11 +6462,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
5426
6462
|
type: PropType<((payload: import("../../../components/form-config/src/types").FormConfigBeforeMovePayload) => boolean | void) | undefined>;
|
5427
6463
|
};
|
5428
6464
|
showLowCodeReactions: BooleanConstructor;
|
5429
|
-
}>> & {
|
6465
|
+
}>> & Readonly<{
|
5430
6466
|
onAddItem?: ((...args: any[]) => any) | undefined;
|
5431
6467
|
onRemoveItem?: ((...args: any[]) => any) | undefined;
|
5432
6468
|
onReactionsValidateFailure?: ((...args: any[]) => any) | undefined;
|
5433
|
-
}
|
6469
|
+
}>, {
|
5434
6470
|
showLowCodeReactions: boolean;
|
5435
|
-
}>;
|
6471
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
5436
6472
|
export default _default;
|