cnhis-design-vue 3.4.0-beta.7 → 3.4.0-beta.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_virtual/_virtual_i18n-methods.js +5 -1
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +57 -55
- package/es/components/audio-sdk/src/Index.vue.d.ts +57 -55
- package/es/components/audio-sdk/src/Index.vue2.js +8 -7
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +52 -50
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +44 -42
- package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +95 -19
- package/es/components/base-search/src/index.vue.d.ts +95 -19
- package/es/components/base-search/src/index.vue2.js +39 -32
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +4 -3
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +3 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +8 -10
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +233 -145
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +233 -145
- package/es/components/button-print/src/ButtonPrint.vue2.js +12 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +105 -75
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +156 -125
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +99 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/button-print/src/utils/print.d.ts +2 -1
- package/es/components/button-print/src/utils/print.js +13 -8
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +3240 -1792
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +21 -21
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +632 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +493 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +537 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +65 -66
- package/es/components/classification/src/index.vue.d.ts +632 -432
- package/es/components/classification/src/index.vue2.js +68 -63
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +56 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +56 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +42 -11
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +14 -15
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +509 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +335 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +315 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +489 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +510 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -5
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +10 -10
- package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
- package/es/components/fabric-chart/src/constants/index.js +26 -11
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +60 -32
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +11 -11
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +84 -120
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +12 -12
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/interface.d.ts +15 -1
- package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
- package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -10
- package/es/components/fabric-chart/style/index.css +1 -1
- package/es/components/field-editor/index.d.ts +51 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +51 -42
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +297 -153
- package/es/components/field-set/src/FieldColor.vue2.js +9 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
- package/es/components/field-set/src/FieldSet.vue2.js +28 -24
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +88 -32
- package/es/components/field-set/src/components/condition.vue2.js +8 -11
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +231 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +108 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +17 -14
- package/es/components/form-config/index.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -49
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1119 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +52 -29
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/constants/index.d.ts +2 -0
- package/es/components/form-config/src/constants/index.js +2 -0
- package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +49 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +46 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +4 -4
- package/es/components/form-render/src/utils/index.js +5 -2
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +914 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +914 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +76 -70
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +347 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +31 -13
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +102 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +57 -63
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +40 -15
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +24 -21
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +41 -46
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +2 -2
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +110 -63
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +8 -12
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useData.js +1 -1
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +3179 -1740
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3180 -1741
- package/es/components/iho-table/src/IhoTable.vue2.js +31 -21
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +0 -21
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +64 -25
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +14 -11
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +26 -23
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +67 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +52 -49
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +17 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +76 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +26 -25
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +83 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +34 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +26 -7
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +149 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +66 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +11 -11
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -6
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +15 -15
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -4
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +13 -14
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +108 -88
- package/es/components/scale-view/src/ScaleView.vue.d.ts +67 -64
- package/es/components/scale-view/src/ScaleView.vue2.js +24 -16
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/scale-view/src/hooks/use-event.js +56 -22
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +288 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +138 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +55 -22
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +338 -240
- package/es/components/select-person/src/index.vue2.js +12 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/select-person/src/utils/index.js +11 -9
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
- package/es/components/shortcut-setter/index.d.ts +289 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +289 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +5 -4
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +1 -2
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +3 -3
- package/es/components/table-export-field/index.d.ts +88 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +11 -9
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +53 -21
- package/es/components/table-export-field/src/index.vue.d.ts +88 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- package/es/components/table-export-field/src/types/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +112 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +66 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +100 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +135 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +33 -38
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +312 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +85 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +19 -18
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +88 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +27 -26
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +298 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +335 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +80 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -3
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +80 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -3
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +8 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +8 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +453 -279
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +440 -266
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +4 -1
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +5 -4
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -7
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +24 -25
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
- package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
- package/es/shared/components/Ellipsis/index.d.ts +2 -0
- package/es/shared/components/Ellipsis/index.js +2 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +20 -5
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +3 -2
- package/es/shared/utils/business.js +16 -0
- package/es/shared/utils/ho-edge.d.ts +12 -0
- package/es/shared/utils/ho-edge.js +58 -0
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { ref } from 'vue';
|
|
2
|
-
import { FormRules } from 'naive-ui';
|
|
3
1
|
import { isTextarea, isNumber, isDate, isShowOptions, isCandidate } from '../utils';
|
|
4
2
|
import { AnyObject } from '../../../../shared/types';
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
4
|
visible: {
|
|
7
5
|
type: BooleanConstructor;
|
|
8
6
|
default: boolean;
|
|
@@ -31,10 +29,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
29
|
type: ArrayConstructor;
|
|
32
30
|
default: () => never[];
|
|
33
31
|
};
|
|
34
|
-
}
|
|
35
|
-
$message: import("naive-ui").MessageApi;
|
|
32
|
+
}>, {
|
|
33
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
36
34
|
defaultPlaceholder: string;
|
|
37
|
-
rules: FormRules;
|
|
35
|
+
rules: import("naive-ui/es/form").FormRules;
|
|
38
36
|
dateList: {
|
|
39
37
|
value: string;
|
|
40
38
|
label: string;
|
|
@@ -43,7 +41,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
41
|
value: string;
|
|
44
42
|
label: string;
|
|
45
43
|
}[];
|
|
46
|
-
props:
|
|
44
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
47
45
|
visible: {
|
|
48
46
|
type: BooleanConstructor;
|
|
49
47
|
default: boolean;
|
|
@@ -72,19 +70,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
70
|
type: ArrayConstructor;
|
|
73
71
|
default: () => never[];
|
|
74
72
|
};
|
|
75
|
-
}>> & {
|
|
73
|
+
}>> & Readonly<{
|
|
76
74
|
onCancelModal?: ((...args: any[]) => any) | undefined;
|
|
77
|
-
}
|
|
75
|
+
}> & {}>;
|
|
78
76
|
emits: (event: "cancelModal", ...args: any[]) => void;
|
|
79
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
|
80
|
-
modalWidth: import("vue").Ref<string>;
|
|
77
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
|
78
|
+
modalWidth: import("vue").Ref<string, string>;
|
|
81
79
|
bodyStyle: import("vue").Ref<{
|
|
82
80
|
maxHeight: string;
|
|
83
81
|
height: string;
|
|
82
|
+
}, {
|
|
83
|
+
maxHeight: string;
|
|
84
|
+
height: string;
|
|
85
|
+
} | {
|
|
86
|
+
maxHeight: string;
|
|
87
|
+
height: string;
|
|
84
88
|
}>;
|
|
85
89
|
saveOrUpdateExtendField: (params: any, filterApiConfig: any) => Promise<any>;
|
|
86
90
|
expandFieldApiConfig: AnyObject;
|
|
87
|
-
formRef: import("vue").Ref<null>;
|
|
91
|
+
formRef: import("vue").Ref<null, null>;
|
|
88
92
|
defaultData: import("vue").Ref<{
|
|
89
93
|
name: undefined;
|
|
90
94
|
remark: undefined;
|
|
@@ -102,12 +106,52 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
102
106
|
isMultiSelect: string;
|
|
103
107
|
decimal_length: undefined;
|
|
104
108
|
date_format: string;
|
|
109
|
+
}, {
|
|
110
|
+
name: undefined;
|
|
111
|
+
remark: undefined;
|
|
112
|
+
is_edit: string;
|
|
113
|
+
is_null: string;
|
|
114
|
+
is_show: string;
|
|
115
|
+
key: string;
|
|
116
|
+
val_key: undefined;
|
|
117
|
+
validate: {};
|
|
118
|
+
html_type: string;
|
|
119
|
+
name_i18n: undefined;
|
|
120
|
+
elem_width: string;
|
|
121
|
+
default_val: undefined;
|
|
122
|
+
label_type: undefined;
|
|
123
|
+
isMultiSelect: string;
|
|
124
|
+
decimal_length: undefined;
|
|
125
|
+
date_format: string;
|
|
126
|
+
} | {
|
|
127
|
+
name: undefined;
|
|
128
|
+
remark: undefined;
|
|
129
|
+
is_edit: string;
|
|
130
|
+
is_null: string;
|
|
131
|
+
is_show: string;
|
|
132
|
+
key: string;
|
|
133
|
+
val_key: undefined;
|
|
134
|
+
validate: {};
|
|
135
|
+
html_type: string;
|
|
136
|
+
name_i18n: undefined;
|
|
137
|
+
elem_width: string;
|
|
138
|
+
default_val: undefined;
|
|
139
|
+
label_type: undefined;
|
|
140
|
+
isMultiSelect: string;
|
|
141
|
+
decimal_length: undefined;
|
|
142
|
+
date_format: string;
|
|
105
143
|
}>;
|
|
106
144
|
optionList: import("vue").Ref<{
|
|
107
145
|
text: undefined;
|
|
108
146
|
value: undefined;
|
|
147
|
+
}[], {
|
|
148
|
+
text: undefined;
|
|
149
|
+
value: undefined;
|
|
150
|
+
}[] | {
|
|
151
|
+
text: undefined;
|
|
152
|
+
value: undefined;
|
|
109
153
|
}[]>;
|
|
110
|
-
dateInfo: any
|
|
154
|
+
dateInfo: import("vue").Ref<any, any>;
|
|
111
155
|
validate: import("vue").Ref<{
|
|
112
156
|
obj_type: string;
|
|
113
157
|
vali_obj: string;
|
|
@@ -116,6 +160,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
160
|
min_length: string;
|
|
117
161
|
min_value: string;
|
|
118
162
|
max_value: string;
|
|
163
|
+
}, {
|
|
164
|
+
obj_type: string;
|
|
165
|
+
vali_obj: string;
|
|
166
|
+
event_obj: string;
|
|
167
|
+
max_length: string;
|
|
168
|
+
min_length: string;
|
|
169
|
+
min_value: string;
|
|
170
|
+
max_value: string;
|
|
171
|
+
} | {
|
|
172
|
+
obj_type: string;
|
|
173
|
+
vali_obj: string;
|
|
174
|
+
event_obj: string;
|
|
175
|
+
max_length: string;
|
|
176
|
+
min_length: string;
|
|
177
|
+
min_value: string;
|
|
178
|
+
max_value: string;
|
|
119
179
|
}>;
|
|
120
180
|
wordbook: import("vue").Ref<{
|
|
121
181
|
value_key: string;
|
|
@@ -134,15 +194,49 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
194
|
setting: {
|
|
135
195
|
cascading: never[];
|
|
136
196
|
};
|
|
197
|
+
}, {
|
|
198
|
+
value_key: string;
|
|
199
|
+
levelSetting: never[];
|
|
200
|
+
search_key: never[];
|
|
201
|
+
level_num: undefined;
|
|
202
|
+
render_key: never[];
|
|
203
|
+
name: string;
|
|
204
|
+
level_key: string;
|
|
205
|
+
id: string;
|
|
206
|
+
type: string;
|
|
207
|
+
primary_key: string;
|
|
208
|
+
sqlExpression: string;
|
|
209
|
+
conObj: string;
|
|
210
|
+
add_btn: string;
|
|
211
|
+
setting: {
|
|
212
|
+
cascading: never[];
|
|
213
|
+
};
|
|
214
|
+
} | {
|
|
215
|
+
value_key: string;
|
|
216
|
+
levelSetting: never[];
|
|
217
|
+
search_key: never[];
|
|
218
|
+
level_num: undefined;
|
|
219
|
+
render_key: never[];
|
|
220
|
+
name: string;
|
|
221
|
+
level_key: string;
|
|
222
|
+
id: string;
|
|
223
|
+
type: string;
|
|
224
|
+
primary_key: string;
|
|
225
|
+
sqlExpression: string;
|
|
226
|
+
conObj: string;
|
|
227
|
+
add_btn: string;
|
|
228
|
+
setting: {
|
|
229
|
+
cascading: never[];
|
|
230
|
+
};
|
|
137
231
|
}>;
|
|
138
|
-
isNull: import("vue").Ref<boolean>;
|
|
139
|
-
isMultiSelect: import("vue").Ref<boolean>;
|
|
140
|
-
curPrecision: import("vue").Ref<undefined>;
|
|
141
|
-
isOpErr: import("vue").Ref<boolean>;
|
|
142
|
-
loading: import("vue").Ref<boolean>;
|
|
143
|
-
isDatePopup: import("vue").Ref<boolean>;
|
|
144
|
-
formBatchVisible: import("vue").Ref<boolean>;
|
|
145
|
-
selectPersonStr: import("vue").Ref<string>;
|
|
232
|
+
isNull: import("vue").Ref<boolean, boolean>;
|
|
233
|
+
isMultiSelect: import("vue").Ref<boolean, boolean>;
|
|
234
|
+
curPrecision: import("vue").Ref<undefined, undefined>;
|
|
235
|
+
isOpErr: import("vue").Ref<boolean, boolean>;
|
|
236
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
237
|
+
isDatePopup: import("vue").Ref<boolean, boolean>;
|
|
238
|
+
formBatchVisible: import("vue").Ref<boolean, boolean>;
|
|
239
|
+
selectPersonStr: import("vue").Ref<string, string>;
|
|
146
240
|
isDis: import("vue").ComputedRef<boolean>;
|
|
147
241
|
currentType: import("vue").ComputedRef<string>;
|
|
148
242
|
defMax: import("vue").ComputedRef<1000 | 255>;
|
|
@@ -191,32 +285,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
191
285
|
setCandidateError: (saveOjb: any, message: string) => void;
|
|
192
286
|
validateCandidate: (saveOjb: any) => boolean;
|
|
193
287
|
handleSubmit: (params?: {}) => Promise<void>;
|
|
194
|
-
NModal: any;
|
|
195
|
-
NCard: any;
|
|
196
|
-
NButton: any;
|
|
197
|
-
NForm: any;
|
|
198
|
-
NFormItem: any;
|
|
199
|
-
NInput: any;
|
|
200
|
-
NSelect: any;
|
|
201
|
-
NSwitch: any;
|
|
202
|
-
NInputNumber: any;
|
|
203
|
-
NPopover: any;
|
|
204
|
-
NDatePicker: any;
|
|
205
|
-
NTimePicker: any;
|
|
206
|
-
NGrid: any;
|
|
207
|
-
NGridItem: any;
|
|
208
|
-
NIcon: any;
|
|
209
|
-
NTooltip: any;
|
|
210
|
-
isTextarea: typeof isTextarea;
|
|
211
|
-
isNumber: typeof isNumber;
|
|
212
|
-
isDate: typeof isDate;
|
|
213
|
-
isShowOptions: typeof isShowOptions;
|
|
214
|
-
isCandidate: typeof isCandidate;
|
|
215
|
-
HtmlTypeList: {
|
|
288
|
+
readonly NModal: any;
|
|
289
|
+
readonly NCard: any;
|
|
290
|
+
readonly NButton: any;
|
|
291
|
+
readonly NForm: any;
|
|
292
|
+
readonly NFormItem: any;
|
|
293
|
+
readonly NInput: any;
|
|
294
|
+
readonly NSelect: any;
|
|
295
|
+
readonly NSwitch: any;
|
|
296
|
+
readonly NInputNumber: any;
|
|
297
|
+
readonly NPopover: any;
|
|
298
|
+
readonly NDatePicker: any;
|
|
299
|
+
readonly NTimePicker: any;
|
|
300
|
+
readonly NGrid: any;
|
|
301
|
+
readonly NGridItem: any;
|
|
302
|
+
readonly NIcon: any;
|
|
303
|
+
readonly NTooltip: any;
|
|
304
|
+
readonly isTextarea: typeof isTextarea;
|
|
305
|
+
readonly isNumber: typeof isNumber;
|
|
306
|
+
readonly isDate: typeof isDate;
|
|
307
|
+
readonly isShowOptions: typeof isShowOptions;
|
|
308
|
+
readonly isCandidate: typeof isCandidate;
|
|
309
|
+
readonly HtmlTypeList: {
|
|
216
310
|
value: string;
|
|
217
311
|
label: string;
|
|
218
312
|
}[];
|
|
219
|
-
FormBatchOptionsModal: import("vue").DefineComponent<{
|
|
313
|
+
FormBatchOptionsModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
220
314
|
visible: {
|
|
221
315
|
type: BooleanConstructor;
|
|
222
316
|
default: boolean;
|
|
@@ -225,9 +319,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
225
319
|
type: ArrayConstructor;
|
|
226
320
|
default: () => never[];
|
|
227
321
|
};
|
|
228
|
-
}
|
|
322
|
+
}>, {
|
|
229
323
|
placeholder: string;
|
|
230
|
-
props:
|
|
324
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
231
325
|
visible: {
|
|
232
326
|
type: BooleanConstructor;
|
|
233
327
|
default: boolean;
|
|
@@ -236,12 +330,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
236
330
|
type: ArrayConstructor;
|
|
237
331
|
default: () => never[];
|
|
238
332
|
};
|
|
239
|
-
}>> & {
|
|
333
|
+
}>> & Readonly<{
|
|
240
334
|
onHandleSaveBatch?: ((...args: any[]) => any) | undefined;
|
|
241
335
|
onTriggerBatch?: ((...args: any[]) => any) | undefined;
|
|
242
|
-
}
|
|
336
|
+
}> & {}>;
|
|
243
337
|
emits: (event: "handleSaveBatch" | "triggerBatch", ...args: any[]) => void;
|
|
244
|
-
editOptionstr: import("vue").Ref<string>;
|
|
338
|
+
editOptionstr: import("vue").Ref<string, string>;
|
|
245
339
|
init: () => void;
|
|
246
340
|
getSaveParams: () => {
|
|
247
341
|
value: any;
|
|
@@ -249,11 +343,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
249
343
|
}[];
|
|
250
344
|
handleSave: () => void;
|
|
251
345
|
cancelEdit: () => void;
|
|
252
|
-
NModal: any;
|
|
253
|
-
NCard: any;
|
|
254
|
-
NButton: any;
|
|
255
|
-
NInput: any;
|
|
256
|
-
},
|
|
346
|
+
readonly NModal: any;
|
|
347
|
+
readonly NCard: any;
|
|
348
|
+
readonly NButton: any;
|
|
349
|
+
readonly NInput: any;
|
|
350
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("handleSaveBatch" | "triggerBatch")[], "handleSaveBatch" | "triggerBatch", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
257
351
|
visible: {
|
|
258
352
|
type: BooleanConstructor;
|
|
259
353
|
default: boolean;
|
|
@@ -262,14 +356,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
262
356
|
type: ArrayConstructor;
|
|
263
357
|
default: () => never[];
|
|
264
358
|
};
|
|
265
|
-
}>> & {
|
|
359
|
+
}>> & Readonly<{
|
|
266
360
|
onHandleSaveBatch?: ((...args: any[]) => any) | undefined;
|
|
267
361
|
onTriggerBatch?: ((...args: any[]) => any) | undefined;
|
|
268
|
-
}
|
|
362
|
+
}>, {
|
|
269
363
|
options: unknown[];
|
|
270
364
|
visible: boolean;
|
|
271
|
-
}>;
|
|
272
|
-
FormItemPerson: import("vue").DefineComponent<{
|
|
365
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
366
|
+
FormItemPerson: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
273
367
|
defaultValue: {
|
|
274
368
|
type: (ArrayConstructor | StringConstructor)[];
|
|
275
369
|
};
|
|
@@ -277,10 +371,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
277
371
|
type: StringConstructor;
|
|
278
372
|
default: string;
|
|
279
373
|
};
|
|
280
|
-
}
|
|
374
|
+
}>, {
|
|
281
375
|
findAllDeptEmpByOrg: (params: any, filterApiConfig: any) => Promise<any>;
|
|
282
376
|
expandFieldApiConfig: AnyObject;
|
|
283
|
-
props:
|
|
377
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
284
378
|
defaultValue: {
|
|
285
379
|
type: (ArrayConstructor | StringConstructor)[];
|
|
286
380
|
};
|
|
@@ -288,16 +382,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
288
382
|
type: StringConstructor;
|
|
289
383
|
default: string;
|
|
290
384
|
};
|
|
291
|
-
}>> & {
|
|
385
|
+
}>> & Readonly<{
|
|
292
386
|
onCheckPerson?: ((...args: any[]) => any) | undefined;
|
|
293
|
-
}
|
|
387
|
+
}> & {}>;
|
|
294
388
|
emits: (event: "checkPerson", ...args: any[]) => void;
|
|
295
|
-
personSelect: import("vue").Ref<any[]>;
|
|
296
|
-
personDefaultList: import("vue").Ref<any[]>;
|
|
297
|
-
treeData: import("vue").Ref<any[]>;
|
|
298
|
-
personStr: import("vue").Ref<any>;
|
|
299
|
-
personModalRef: import("vue").Ref<null>;
|
|
300
|
-
personModalVisible: import("vue").Ref<boolean>;
|
|
389
|
+
personSelect: import("vue").Ref<any[], any[]>;
|
|
390
|
+
personDefaultList: import("vue").Ref<any[], any[]>;
|
|
391
|
+
treeData: import("vue").Ref<any[], any[]>;
|
|
392
|
+
personStr: import("vue").Ref<any, any>;
|
|
393
|
+
personModalRef: import("vue").Ref<null, null>;
|
|
394
|
+
personModalVisible: import("vue").Ref<boolean, boolean>;
|
|
301
395
|
inputChange: (value: string) => void;
|
|
302
396
|
openChoice: () => void;
|
|
303
397
|
clearAllTags: () => void;
|
|
@@ -306,12 +400,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
306
400
|
findAllDeptEmpByOrgFunc: () => Promise<void>;
|
|
307
401
|
handleInit: () => never[] | undefined;
|
|
308
402
|
init: () => Promise<void>;
|
|
309
|
-
NInputGroup: any;
|
|
310
|
-
NButton: any;
|
|
311
|
-
NInput: any;
|
|
312
|
-
NTooltip: any;
|
|
313
|
-
NTag: any;
|
|
314
|
-
PersonModal: import("vue").DefineComponent<{
|
|
403
|
+
readonly NInputGroup: any;
|
|
404
|
+
readonly NButton: any;
|
|
405
|
+
readonly NInput: any;
|
|
406
|
+
readonly NTooltip: any;
|
|
407
|
+
readonly NTag: any;
|
|
408
|
+
PersonModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
315
409
|
visible: {
|
|
316
410
|
type: BooleanConstructor;
|
|
317
411
|
default: boolean;
|
|
@@ -324,8 +418,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
324
418
|
type: import("vue").PropType<AnyObject[]>;
|
|
325
419
|
default: () => never[];
|
|
326
420
|
};
|
|
327
|
-
}
|
|
328
|
-
props:
|
|
421
|
+
}>, {
|
|
422
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
329
423
|
visible: {
|
|
330
424
|
type: BooleanConstructor;
|
|
331
425
|
default: boolean;
|
|
@@ -338,10 +432,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
338
432
|
type: import("vue").PropType<AnyObject[]>;
|
|
339
433
|
default: () => never[];
|
|
340
434
|
};
|
|
341
|
-
}>> & {
|
|
435
|
+
}>> & Readonly<{
|
|
342
436
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
343
437
|
onChangeModalVisible?: ((...args: any[]) => any) | undefined;
|
|
344
|
-
}
|
|
438
|
+
}> & {}>;
|
|
345
439
|
emits: (event: "check" | "changeModalVisible", ...args: any[]) => void;
|
|
346
440
|
wordbook: import("vue").Ref<{
|
|
347
441
|
parent_id_obj: string;
|
|
@@ -349,6 +443,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
349
443
|
parent_name_obj: string;
|
|
350
444
|
parent_name_obj_key: string;
|
|
351
445
|
user_count_obj: string;
|
|
446
|
+
}, {
|
|
447
|
+
parent_id_obj: string;
|
|
448
|
+
parent_id_obj_key: string;
|
|
449
|
+
parent_name_obj: string;
|
|
450
|
+
parent_name_obj_key: string;
|
|
451
|
+
user_count_obj: string;
|
|
452
|
+
} | {
|
|
453
|
+
parent_id_obj: string;
|
|
454
|
+
parent_id_obj_key: string;
|
|
455
|
+
parent_name_obj: string;
|
|
456
|
+
parent_name_obj_key: string;
|
|
457
|
+
user_count_obj: string;
|
|
352
458
|
}>;
|
|
353
459
|
wordbookChild: {
|
|
354
460
|
user_id_obj: string;
|
|
@@ -356,15 +462,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
356
462
|
user_name_obj: string;
|
|
357
463
|
user_name_obj_key: string;
|
|
358
464
|
};
|
|
359
|
-
personList: import("vue").Ref<never[]>;
|
|
360
|
-
checkedTreeItem: import("vue").Ref<any[]>;
|
|
465
|
+
personList: import("vue").Ref<never[], never[]>;
|
|
466
|
+
checkedTreeItem: import("vue").Ref<any[], any[]>;
|
|
361
467
|
modalSave: () => void;
|
|
362
468
|
modalCancel: () => void;
|
|
363
469
|
checkWithLevel: (checkedItem: any[]) => void;
|
|
364
|
-
NModal: any;
|
|
365
|
-
NCard: any;
|
|
366
|
-
NButton: any;
|
|
367
|
-
CSelectPerson: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
470
|
+
readonly NModal: any;
|
|
471
|
+
readonly NCard: any;
|
|
472
|
+
readonly NButton: any;
|
|
473
|
+
readonly CSelectPerson: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
368
474
|
defaultList: {
|
|
369
475
|
type: import("vue").PropType<((string | number) | {
|
|
370
476
|
[key: string]: any;
|
|
@@ -479,6 +585,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
479
585
|
type: BooleanConstructor;
|
|
480
586
|
default: boolean;
|
|
481
587
|
};
|
|
588
|
+
onlyCheckChildNode: {
|
|
589
|
+
type: BooleanConstructor;
|
|
590
|
+
default: boolean;
|
|
591
|
+
};
|
|
482
592
|
itemKey: {
|
|
483
593
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
|
|
484
594
|
default: undefined;
|
|
@@ -487,11 +597,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
487
597
|
type: BooleanConstructor;
|
|
488
598
|
default: boolean;
|
|
489
599
|
};
|
|
490
|
-
}
|
|
600
|
+
}>, {
|
|
491
601
|
$attrs: {
|
|
492
602
|
[x: string]: unknown;
|
|
493
603
|
};
|
|
494
|
-
props:
|
|
604
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
495
605
|
defaultList: {
|
|
496
606
|
type: import("vue").PropType<((string | number) | {
|
|
497
607
|
[key: string]: any;
|
|
@@ -606,6 +716,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
606
716
|
type: BooleanConstructor;
|
|
607
717
|
default: boolean;
|
|
608
718
|
};
|
|
719
|
+
onlyCheckChildNode: {
|
|
720
|
+
type: BooleanConstructor;
|
|
721
|
+
default: boolean;
|
|
722
|
+
};
|
|
609
723
|
itemKey: {
|
|
610
724
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
|
|
611
725
|
default: undefined;
|
|
@@ -614,13 +728,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
614
728
|
type: BooleanConstructor;
|
|
615
729
|
default: boolean;
|
|
616
730
|
};
|
|
617
|
-
}>> & {
|
|
731
|
+
}>> & Readonly<{
|
|
618
732
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
619
733
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
|
620
|
-
}
|
|
734
|
+
}> & {}>;
|
|
621
735
|
__emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
|
622
|
-
selectPersonRef: import("vue").Ref<any>;
|
|
623
|
-
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
|
|
736
|
+
selectPersonRef: import("vue").Ref<any, any>;
|
|
737
|
+
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
624
738
|
defaultList: {
|
|
625
739
|
type: import("vue").PropType<((string | number) | {
|
|
626
740
|
[key: string]: any;
|
|
@@ -705,8 +819,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
705
819
|
forceShowSelectAll: {
|
|
706
820
|
type: BooleanConstructor;
|
|
707
821
|
};
|
|
708
|
-
}
|
|
709
|
-
props:
|
|
822
|
+
}>, {
|
|
823
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
710
824
|
defaultList: {
|
|
711
825
|
type: import("vue").PropType<((string | number) | {
|
|
712
826
|
[key: string]: any;
|
|
@@ -791,12 +905,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
791
905
|
forceShowSelectAll: {
|
|
792
906
|
type: BooleanConstructor;
|
|
793
907
|
};
|
|
794
|
-
}>> & {}
|
|
908
|
+
}>> & Readonly<{}> & {}>;
|
|
795
909
|
emit: any;
|
|
796
|
-
keyword: import("vue").Ref<string>;
|
|
797
|
-
checkedAll: import("vue").Ref<boolean>;
|
|
798
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
|
799
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
|
910
|
+
keyword: import("vue").Ref<string, string>;
|
|
911
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
|
912
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
913
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
800
914
|
treeData: import("vue").Ref<{
|
|
801
915
|
[x: string]: unknown;
|
|
802
916
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
@@ -807,12 +921,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
807
921
|
children?: any[] | undefined;
|
|
808
922
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
809
923
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
924
|
+
}[], import("naive-ui").TreeOption[] | {
|
|
925
|
+
[x: string]: unknown;
|
|
926
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
927
|
+
label?: string | undefined;
|
|
928
|
+
checkboxDisabled?: boolean | undefined;
|
|
929
|
+
disabled?: boolean | undefined;
|
|
930
|
+
isLeaf?: boolean | undefined;
|
|
931
|
+
children?: any[] | undefined;
|
|
932
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
933
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
810
934
|
}[]>;
|
|
811
|
-
isSearch: import("vue").Ref<boolean>;
|
|
812
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
|
813
|
-
curSelectKey: any
|
|
814
|
-
treeDataMiddle: any
|
|
815
|
-
checkedTagsMiddle: import("vue").Ref<any[]>;
|
|
935
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
|
936
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
937
|
+
curSelectKey: import("vue").Ref<any, any>;
|
|
938
|
+
treeDataMiddle: import("vue").Ref<any, any>;
|
|
939
|
+
checkedTagsMiddle: import("vue").Ref<any[], any[]>;
|
|
816
940
|
allCheckedKeysMiddle: any;
|
|
817
941
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
|
818
942
|
keyStr: import("vue").ComputedRef<string | number>;
|
|
@@ -827,7 +951,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
827
951
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
|
828
952
|
renderLabel: ({ option }: {
|
|
829
953
|
option: import("naive-ui").TreeOption;
|
|
830
|
-
}) =>
|
|
954
|
+
}) => any;
|
|
831
955
|
getLabelName: (curProps: any, option: import("naive-ui").TreeOption) => {};
|
|
832
956
|
loopTrees: (treeObjs: any) => any;
|
|
833
957
|
transformData: (key: string, trees: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => import("naive-ui").TreeOption[];
|
|
@@ -847,19 +971,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
847
971
|
}) => void;
|
|
848
972
|
notifySearchClear: () => void;
|
|
849
973
|
getCheckWithLevel: () => any[];
|
|
850
|
-
NButton: any;
|
|
851
|
-
NInput: any;
|
|
852
|
-
NInputGroup: any;
|
|
853
|
-
NCheckbox: any;
|
|
854
|
-
NTree: any;
|
|
855
|
-
NTag: any;
|
|
856
|
-
NIcon: any;
|
|
857
|
-
NSpace: any;
|
|
858
|
-
NGrid: any;
|
|
859
|
-
NGi: any;
|
|
860
|
-
NEmpty: any;
|
|
861
|
-
CloseCircleSharp: 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<{}>>, {}>;
|
|
862
|
-
},
|
|
974
|
+
readonly NButton: any;
|
|
975
|
+
readonly NInput: any;
|
|
976
|
+
readonly NInputGroup: any;
|
|
977
|
+
readonly NCheckbox: any;
|
|
978
|
+
readonly NTree: any;
|
|
979
|
+
readonly NTag: any;
|
|
980
|
+
readonly NIcon: any;
|
|
981
|
+
readonly NSpace: any;
|
|
982
|
+
readonly NGrid: any;
|
|
983
|
+
readonly NGi: any;
|
|
984
|
+
readonly NEmpty: any;
|
|
985
|
+
readonly CloseCircleSharp: 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>;
|
|
986
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
863
987
|
defaultList: {
|
|
864
988
|
type: import("vue").PropType<((string | number) | {
|
|
865
989
|
[key: string]: any;
|
|
@@ -944,7 +1068,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
944
1068
|
forceShowSelectAll: {
|
|
945
1069
|
type: BooleanConstructor;
|
|
946
1070
|
};
|
|
947
|
-
}
|
|
1071
|
+
}>> & Readonly<{}>, {
|
|
948
1072
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
|
949
1073
|
defaultList: ((string | number) | {
|
|
950
1074
|
[key: string]: any;
|
|
@@ -976,7 +1100,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
976
1100
|
switchTypeData: AnyObject;
|
|
977
1101
|
tagProps: AnyObject;
|
|
978
1102
|
forceShowSelectAll: boolean;
|
|
979
|
-
}> | import("vue").DefineComponent<{
|
|
1103
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
980
1104
|
defaultList: {
|
|
981
1105
|
type: import("vue").PropType<((string | number) | {
|
|
982
1106
|
[key: string]: any;
|
|
@@ -1071,7 +1195,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1071
1195
|
onlyForwardCascade: {
|
|
1072
1196
|
type: BooleanConstructor;
|
|
1073
1197
|
};
|
|
1074
|
-
}
|
|
1198
|
+
}>, {
|
|
1075
1199
|
searchFilterBase: {
|
|
1076
1200
|
isOpen: boolean;
|
|
1077
1201
|
multiple: boolean;
|
|
@@ -1083,7 +1207,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1083
1207
|
label: string;
|
|
1084
1208
|
}[];
|
|
1085
1209
|
labelListName: any;
|
|
1086
|
-
props:
|
|
1210
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1087
1211
|
defaultList: {
|
|
1088
1212
|
type: import("vue").PropType<((string | number) | {
|
|
1089
1213
|
[key: string]: any;
|
|
@@ -1178,12 +1302,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1178
1302
|
onlyForwardCascade: {
|
|
1179
1303
|
type: BooleanConstructor;
|
|
1180
1304
|
};
|
|
1181
|
-
}>> & {}
|
|
1305
|
+
}>> & Readonly<{}> & {}>;
|
|
1182
1306
|
emit: any;
|
|
1183
|
-
keyword: import("vue").Ref<string>;
|
|
1184
|
-
checkedAll: import("vue").Ref<boolean>;
|
|
1185
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
|
1186
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
|
1307
|
+
keyword: import("vue").Ref<string, string>;
|
|
1308
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
|
1309
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1310
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1187
1311
|
treeData: import("vue").Ref<{
|
|
1188
1312
|
[x: string]: unknown;
|
|
1189
1313
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
@@ -1194,21 +1318,43 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1194
1318
|
children?: any[] | undefined;
|
|
1195
1319
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
1196
1320
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
1321
|
+
}[], import("naive-ui").TreeOption[] | {
|
|
1322
|
+
[x: string]: unknown;
|
|
1323
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
1324
|
+
label?: string | undefined;
|
|
1325
|
+
checkboxDisabled?: boolean | undefined;
|
|
1326
|
+
disabled?: boolean | undefined;
|
|
1327
|
+
isLeaf?: boolean | undefined;
|
|
1328
|
+
children?: any[] | undefined;
|
|
1329
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
1330
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
1197
1331
|
}[]>;
|
|
1198
1332
|
tagData: import("vue").Ref<{
|
|
1199
1333
|
[x: string]: any;
|
|
1200
1334
|
key: string | number;
|
|
1335
|
+
}[], {
|
|
1336
|
+
[key: string]: any;
|
|
1337
|
+
key: string | number;
|
|
1338
|
+
}[] | {
|
|
1339
|
+
[x: string]: any;
|
|
1340
|
+
key: string | number;
|
|
1201
1341
|
}[]>;
|
|
1202
1342
|
initTagData: import("vue").Ref<{
|
|
1203
1343
|
[x: string]: any;
|
|
1204
1344
|
key: string | number;
|
|
1345
|
+
}[], {
|
|
1346
|
+
[key: string]: any;
|
|
1347
|
+
key: string | number;
|
|
1348
|
+
}[] | {
|
|
1349
|
+
[x: string]: any;
|
|
1350
|
+
key: string | number;
|
|
1205
1351
|
}[]>;
|
|
1206
|
-
isSearch: import("vue").Ref<boolean>;
|
|
1207
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
|
1352
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
|
1353
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1208
1354
|
isRemote: import("vue").ComputedRef<boolean>;
|
|
1209
1355
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
|
1210
1356
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
|
1211
|
-
curSelectKey: import("vue").Ref<string>;
|
|
1357
|
+
curSelectKey: import("vue").Ref<string, string>;
|
|
1212
1358
|
mergeSearchFilter: import("vue").ComputedRef<{
|
|
1213
1359
|
isOpen: boolean;
|
|
1214
1360
|
multiple: boolean;
|
|
@@ -1242,7 +1388,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1242
1388
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
|
1243
1389
|
renderLabel: ({ option }: {
|
|
1244
1390
|
option: import("naive-ui").TreeOption;
|
|
1245
|
-
}) =>
|
|
1391
|
+
}) => any;
|
|
1246
1392
|
getLabelName: (option: import("naive-ui").TreeOption) => {};
|
|
1247
1393
|
transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
|
1248
1394
|
calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
|
@@ -1277,19 +1423,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1277
1423
|
notifySearchClear: () => void;
|
|
1278
1424
|
getCheckWithLevel: () => any;
|
|
1279
1425
|
resetParams: () => void;
|
|
1280
|
-
NButton: any;
|
|
1281
|
-
NInput: any;
|
|
1282
|
-
NInputGroup: any;
|
|
1283
|
-
NCheckbox: any;
|
|
1284
|
-
NTree: any;
|
|
1285
|
-
NTag: any;
|
|
1286
|
-
NIcon: any;
|
|
1287
|
-
NSpace: any;
|
|
1288
|
-
NGrid: any;
|
|
1289
|
-
NGi: any;
|
|
1290
|
-
NEmpty: any;
|
|
1291
|
-
CloseCircleSharp: 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<{}>>, {}>;
|
|
1292
|
-
SearchMultiple: import("vue").DefineComponent<{
|
|
1426
|
+
readonly NButton: any;
|
|
1427
|
+
readonly NInput: any;
|
|
1428
|
+
readonly NInputGroup: any;
|
|
1429
|
+
readonly NCheckbox: any;
|
|
1430
|
+
readonly NTree: any;
|
|
1431
|
+
readonly NTag: any;
|
|
1432
|
+
readonly NIcon: any;
|
|
1433
|
+
readonly NSpace: any;
|
|
1434
|
+
readonly NGrid: any;
|
|
1435
|
+
readonly NGi: any;
|
|
1436
|
+
readonly NEmpty: any;
|
|
1437
|
+
readonly CloseCircleSharp: 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>;
|
|
1438
|
+
SearchMultiple: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1293
1439
|
treeData: {
|
|
1294
1440
|
type: import("vue").PropType<any[]>;
|
|
1295
1441
|
default: () => never[];
|
|
@@ -1298,8 +1444,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1298
1444
|
type: import("vue").PropType<(string | number)[]>;
|
|
1299
1445
|
default: () => never[];
|
|
1300
1446
|
};
|
|
1301
|
-
}
|
|
1302
|
-
props:
|
|
1447
|
+
}>, {
|
|
1448
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1303
1449
|
treeData: {
|
|
1304
1450
|
type: import("vue").PropType<any[]>;
|
|
1305
1451
|
default: () => never[];
|
|
@@ -1308,14 +1454,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1308
1454
|
type: import("vue").PropType<(string | number)[]>;
|
|
1309
1455
|
default: () => never[];
|
|
1310
1456
|
};
|
|
1311
|
-
}>> & {
|
|
1457
|
+
}>> & Readonly<{
|
|
1312
1458
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
1313
|
-
}
|
|
1459
|
+
}> & {}>;
|
|
1314
1460
|
emit: (event: "notifyCheck", ...args: any[]) => void;
|
|
1315
1461
|
optionsRef: import("vue").ComputedRef<any[]>;
|
|
1316
|
-
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1462
|
+
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1317
1463
|
containerProps: {
|
|
1318
|
-
ref: import("vue").Ref<any>;
|
|
1464
|
+
ref: import("vue").Ref<any, any>;
|
|
1319
1465
|
onScroll: () => void;
|
|
1320
1466
|
style: Partial<CSSStyleDeclaration>;
|
|
1321
1467
|
};
|
|
@@ -1327,8 +1473,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1327
1473
|
};
|
|
1328
1474
|
}>;
|
|
1329
1475
|
containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1330
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
|
1331
|
-
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
|
1476
|
+
searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1477
|
+
showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1332
1478
|
checkedChange: (checkList: (string | number)[], meta: {
|
|
1333
1479
|
actionType: "check" | "uncheck";
|
|
1334
1480
|
value: string | number;
|
|
@@ -1363,10 +1509,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1363
1509
|
children: any[];
|
|
1364
1510
|
parentNode: any;
|
|
1365
1511
|
}, baseKey: string | number) => false | undefined;
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1512
|
+
readonly NCheckboxGroup: any;
|
|
1513
|
+
readonly NCheckbox: any;
|
|
1514
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1370
1515
|
treeData: {
|
|
1371
1516
|
type: import("vue").PropType<any[]>;
|
|
1372
1517
|
default: () => never[];
|
|
@@ -1375,13 +1520,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1375
1520
|
type: import("vue").PropType<(string | number)[]>;
|
|
1376
1521
|
default: () => never[];
|
|
1377
1522
|
};
|
|
1378
|
-
}>> & {
|
|
1523
|
+
}>> & Readonly<{
|
|
1379
1524
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
1380
|
-
}
|
|
1381
|
-
treeData: any[];
|
|
1525
|
+
}>, {
|
|
1382
1526
|
checkedKeys: (string | number)[];
|
|
1383
|
-
|
|
1384
|
-
|
|
1527
|
+
treeData: any[];
|
|
1528
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1529
|
+
SearchOrgAndStaff: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1385
1530
|
treeData: {
|
|
1386
1531
|
type: import("vue").PropType<any[]>;
|
|
1387
1532
|
default: () => never[];
|
|
@@ -1398,10 +1543,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1398
1543
|
type: BooleanConstructor;
|
|
1399
1544
|
default: boolean;
|
|
1400
1545
|
};
|
|
1401
|
-
}
|
|
1402
|
-
$message: import("naive-ui").MessageApi;
|
|
1546
|
+
}>, {
|
|
1547
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
1403
1548
|
virtualItemHeight: number;
|
|
1404
|
-
props:
|
|
1549
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1405
1550
|
treeData: {
|
|
1406
1551
|
type: import("vue").PropType<any[]>;
|
|
1407
1552
|
default: () => never[];
|
|
@@ -1418,17 +1563,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1418
1563
|
type: BooleanConstructor;
|
|
1419
1564
|
default: boolean;
|
|
1420
1565
|
};
|
|
1421
|
-
}>> & {
|
|
1566
|
+
}>> & Readonly<{
|
|
1422
1567
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
1423
1568
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
|
1424
|
-
}
|
|
1569
|
+
}> & {}>;
|
|
1425
1570
|
emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
|
|
1426
1571
|
moduleHeight: import("vue").ComputedRef<any>;
|
|
1427
1572
|
showNums: import("vue").ComputedRef<number>;
|
|
1428
1573
|
staffDataRef: import("vue").ComputedRef<any[]>;
|
|
1429
|
-
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1574
|
+
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1430
1575
|
staffContainerProps: {
|
|
1431
|
-
ref: import("vue").Ref<any>;
|
|
1576
|
+
ref: import("vue").Ref<any, any>;
|
|
1432
1577
|
onScroll: () => void;
|
|
1433
1578
|
style: Partial<CSSStyleDeclaration>;
|
|
1434
1579
|
};
|
|
@@ -1441,9 +1586,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1441
1586
|
}>;
|
|
1442
1587
|
staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1443
1588
|
orgDataRef: import("vue").ComputedRef<any[]>;
|
|
1444
|
-
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1589
|
+
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1445
1590
|
orgContainerProps: {
|
|
1446
|
-
ref: import("vue").Ref<any>;
|
|
1591
|
+
ref: import("vue").Ref<any, any>;
|
|
1447
1592
|
onScroll: () => void;
|
|
1448
1593
|
style: Partial<CSSStyleDeclaration>;
|
|
1449
1594
|
};
|
|
@@ -1455,8 +1600,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1455
1600
|
};
|
|
1456
1601
|
}>;
|
|
1457
1602
|
orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1458
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
|
1459
|
-
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
|
1603
|
+
searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1604
|
+
showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1460
1605
|
handleClick: (tree: any) => void;
|
|
1461
1606
|
handleStaffClick: (baseKeys: (string | number)[], currentTree: {
|
|
1462
1607
|
[key: string]: any;
|
|
@@ -1488,9 +1633,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1488
1633
|
children: any[];
|
|
1489
1634
|
parentNode: any;
|
|
1490
1635
|
}, baseKey: string | number) => false | undefined;
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1636
|
+
readonly NEmpty: any;
|
|
1637
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1494
1638
|
treeData: {
|
|
1495
1639
|
type: import("vue").PropType<any[]>;
|
|
1496
1640
|
default: () => never[];
|
|
@@ -1507,16 +1651,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1507
1651
|
type: BooleanConstructor;
|
|
1508
1652
|
default: boolean;
|
|
1509
1653
|
};
|
|
1510
|
-
}>> & {
|
|
1654
|
+
}>> & Readonly<{
|
|
1511
1655
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
1512
1656
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
|
1513
|
-
}
|
|
1657
|
+
}>, {
|
|
1514
1658
|
searchFilter: Record<string, any>;
|
|
1515
|
-
treeData: any[];
|
|
1516
1659
|
checkedKeys: (string | number)[];
|
|
1660
|
+
treeData: any[];
|
|
1517
1661
|
isMultiple: boolean;
|
|
1518
|
-
}>;
|
|
1519
|
-
},
|
|
1662
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1663
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1520
1664
|
defaultList: {
|
|
1521
1665
|
type: import("vue").PropType<((string | number) | {
|
|
1522
1666
|
[key: string]: any;
|
|
@@ -1611,7 +1755,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1611
1755
|
onlyForwardCascade: {
|
|
1612
1756
|
type: BooleanConstructor;
|
|
1613
1757
|
};
|
|
1614
|
-
}
|
|
1758
|
+
}>> & Readonly<{}>, {
|
|
1615
1759
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
|
1616
1760
|
defaultList: ((string | number) | {
|
|
1617
1761
|
[key: string]: any;
|
|
@@ -1644,7 +1788,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1644
1788
|
roleFields: Record<string, any>;
|
|
1645
1789
|
forceShowSelectAll: boolean;
|
|
1646
1790
|
onlyForwardCascade: boolean;
|
|
1647
|
-
}> | import("vue").DefineComponent<{
|
|
1791
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1648
1792
|
defaultList: {
|
|
1649
1793
|
type: import("vue").PropType<((string | number) | {
|
|
1650
1794
|
[key: string]: any;
|
|
@@ -1720,6 +1864,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1720
1864
|
type: BooleanConstructor;
|
|
1721
1865
|
default: boolean;
|
|
1722
1866
|
};
|
|
1867
|
+
onlyCheckChildNode: {
|
|
1868
|
+
type: BooleanConstructor;
|
|
1869
|
+
};
|
|
1723
1870
|
itemKey: {
|
|
1724
1871
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
|
|
1725
1872
|
default: undefined;
|
|
@@ -1728,9 +1875,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1728
1875
|
type: BooleanConstructor;
|
|
1729
1876
|
default: boolean;
|
|
1730
1877
|
};
|
|
1731
|
-
}
|
|
1732
|
-
$message: import("naive-ui").MessageApi;
|
|
1733
|
-
props:
|
|
1878
|
+
}>, {
|
|
1879
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
1880
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1734
1881
|
defaultList: {
|
|
1735
1882
|
type: import("vue").PropType<((string | number) | {
|
|
1736
1883
|
[key: string]: any;
|
|
@@ -1806,6 +1953,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1806
1953
|
type: BooleanConstructor;
|
|
1807
1954
|
default: boolean;
|
|
1808
1955
|
};
|
|
1956
|
+
onlyCheckChildNode: {
|
|
1957
|
+
type: BooleanConstructor;
|
|
1958
|
+
};
|
|
1809
1959
|
itemKey: {
|
|
1810
1960
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
|
|
1811
1961
|
default: undefined;
|
|
@@ -1814,13 +1964,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1814
1964
|
type: BooleanConstructor;
|
|
1815
1965
|
default: boolean;
|
|
1816
1966
|
};
|
|
1817
|
-
}>> & {}
|
|
1967
|
+
}>> & Readonly<{}> & {}>;
|
|
1818
1968
|
emit: any;
|
|
1819
|
-
keyword: import("vue").Ref<string>;
|
|
1820
|
-
checkedAll: import("vue").Ref<boolean>;
|
|
1821
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
|
1822
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
|
1823
|
-
treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
|
|
1969
|
+
keyword: import("vue").Ref<string, string>;
|
|
1970
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
|
1971
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1972
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1973
|
+
treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[], import("../../../select-person/src/types").PTreeOption[]>;
|
|
1824
1974
|
treeAsyncData: import("vue").Ref<{
|
|
1825
1975
|
[x: string]: any;
|
|
1826
1976
|
key: string | number;
|
|
@@ -1855,15 +2005,52 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1855
2005
|
};
|
|
1856
2006
|
disabled?: boolean | undefined;
|
|
1857
2007
|
count?: number | undefined;
|
|
2008
|
+
}[], import("../../../select-person/src/types").PTreeOption[] | {
|
|
2009
|
+
[x: string]: any;
|
|
2010
|
+
key: string | number;
|
|
2011
|
+
label: string;
|
|
2012
|
+
name: string;
|
|
2013
|
+
labelExpand: string;
|
|
2014
|
+
parentKey?: (string | number) | undefined;
|
|
2015
|
+
parentName: string;
|
|
2016
|
+
innerItemsNum: number;
|
|
2017
|
+
children: any[] | undefined;
|
|
2018
|
+
leaf: boolean;
|
|
2019
|
+
originItem: {
|
|
2020
|
+
[x: string]: any;
|
|
2021
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
2022
|
+
label?: string | undefined;
|
|
2023
|
+
checkboxDisabled?: boolean | undefined;
|
|
2024
|
+
disabled?: boolean | undefined;
|
|
2025
|
+
isLeaf?: boolean | undefined;
|
|
2026
|
+
children?: {
|
|
2027
|
+
[x: string]: unknown;
|
|
2028
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
2029
|
+
label?: string | undefined;
|
|
2030
|
+
checkboxDisabled?: boolean | undefined;
|
|
2031
|
+
disabled?: boolean | undefined;
|
|
2032
|
+
isLeaf?: boolean | undefined;
|
|
2033
|
+
children?: any[] | undefined;
|
|
2034
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
2035
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
2036
|
+
}[] | undefined;
|
|
2037
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
2038
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
2039
|
+
};
|
|
2040
|
+
disabled?: boolean | undefined;
|
|
2041
|
+
count?: number | undefined;
|
|
1858
2042
|
}[]>;
|
|
1859
|
-
searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
|
|
2043
|
+
searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[], import("../../../select-person/src/types").PTreeOption[]>;
|
|
1860
2044
|
searchData: import("vue").ShallowRef<{
|
|
1861
2045
|
title: string;
|
|
1862
2046
|
data: import("../../../select-person/src/types").PTreeOption[];
|
|
2047
|
+
}[], {
|
|
2048
|
+
title: string;
|
|
2049
|
+
data: import("../../../select-person/src/types").PTreeOption[];
|
|
1863
2050
|
}[]>;
|
|
1864
2051
|
treeMap: Map<string | number, import("../../../select-person/src/types").PTreeOption>;
|
|
1865
|
-
isSearch: import("vue").Ref<boolean>;
|
|
1866
|
-
remoteDefaultList: import("vue").Ref<AnyObject[]>;
|
|
2052
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
|
2053
|
+
remoteDefaultList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
|
1867
2054
|
isRemote: import("vue").ComputedRef<boolean>;
|
|
1868
2055
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
|
1869
2056
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
|
@@ -1909,7 +2096,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1909
2096
|
queryLoadChildNode: (node: import("../../../select-person/src/types").PTreeOption) => Promise<AnyObject>;
|
|
1910
2097
|
renderLabel: ({ option }: {
|
|
1911
2098
|
option: import("naive-ui").TreeOption;
|
|
1912
|
-
}) =>
|
|
2099
|
+
}) => any;
|
|
1913
2100
|
getChildren: (tag: import("../../../select-person/src/types").PTreeOption) => AnyObject[];
|
|
1914
2101
|
transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[], parentNode: import("../../../select-person/src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("../../../select-person/src/types").PTreeOption) => unknown>> | undefined) => {
|
|
1915
2102
|
treeItems: import("../../../select-person/src/types").PTreeOption[];
|
|
@@ -1925,6 +2112,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1925
2112
|
node: import("naive-ui").TreeOption | null;
|
|
1926
2113
|
action: "check" | "uncheck";
|
|
1927
2114
|
}) => void;
|
|
2115
|
+
updateTreeSelected: (keys: (string | number)[], _: any, meta: {
|
|
2116
|
+
node: import("naive-ui").TreeOption | null;
|
|
2117
|
+
action: "check" | "uncheck";
|
|
2118
|
+
}) => void;
|
|
1928
2119
|
clearAll: () => void;
|
|
1929
2120
|
updateChecked: (key: string | number, checked: boolean) => void;
|
|
1930
2121
|
notifyCheck: (key: string | number, isChecked?: boolean) => void;
|
|
@@ -1945,16 +2136,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1945
2136
|
count?: number | undefined;
|
|
1946
2137
|
}[];
|
|
1947
2138
|
resetParams: () => void;
|
|
1948
|
-
NButton: any;
|
|
1949
|
-
NInput: any;
|
|
1950
|
-
NInputGroup: any;
|
|
1951
|
-
NCheckbox: any;
|
|
1952
|
-
NTree: any;
|
|
1953
|
-
NSpace: any;
|
|
1954
|
-
NGrid: any;
|
|
1955
|
-
NGi: any;
|
|
1956
|
-
NPopover: any;
|
|
1957
|
-
SearchGroupList: import("vue").DefineComponent<{
|
|
2139
|
+
readonly NButton: any;
|
|
2140
|
+
readonly NInput: any;
|
|
2141
|
+
readonly NInputGroup: any;
|
|
2142
|
+
readonly NCheckbox: any;
|
|
2143
|
+
readonly NTree: any;
|
|
2144
|
+
readonly NSpace: any;
|
|
2145
|
+
readonly NGrid: any;
|
|
2146
|
+
readonly NGi: any;
|
|
2147
|
+
readonly NPopover: any;
|
|
2148
|
+
SearchGroupList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1958
2149
|
data: {
|
|
1959
2150
|
type: import("vue").PropType<{
|
|
1960
2151
|
title: string;
|
|
@@ -1979,9 +2170,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1979
2170
|
type: StringConstructor;
|
|
1980
2171
|
default: string;
|
|
1981
2172
|
};
|
|
1982
|
-
}
|
|
2173
|
+
}>, {
|
|
1983
2174
|
emit: (event: "checked", ...args: any[]) => void;
|
|
1984
|
-
props:
|
|
2175
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1985
2176
|
data: {
|
|
1986
2177
|
type: import("vue").PropType<{
|
|
1987
2178
|
title: string;
|
|
@@ -2006,9 +2197,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2006
2197
|
type: StringConstructor;
|
|
2007
2198
|
default: string;
|
|
2008
2199
|
};
|
|
2009
|
-
}>> & {
|
|
2200
|
+
}>> & Readonly<{
|
|
2010
2201
|
onChecked?: ((...args: any[]) => any) | undefined;
|
|
2011
|
-
}
|
|
2202
|
+
}> & {}>;
|
|
2012
2203
|
renderData: import("vue").ComputedRef<{
|
|
2013
2204
|
title: string;
|
|
2014
2205
|
data: {
|
|
@@ -2020,10 +2211,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2020
2211
|
}[]>;
|
|
2021
2212
|
handleClick: (item: AnyObject) => void;
|
|
2022
2213
|
handleChange: (item: AnyObject, checked: boolean) => void;
|
|
2023
|
-
NVirtualList: any;
|
|
2024
|
-
NCheckbox: any;
|
|
2025
|
-
NPopover: any;
|
|
2026
|
-
CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
2214
|
+
readonly NVirtualList: any;
|
|
2215
|
+
readonly NCheckbox: any;
|
|
2216
|
+
readonly NPopover: any;
|
|
2217
|
+
readonly CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2027
2218
|
type: {
|
|
2028
2219
|
type: StringConstructor;
|
|
2029
2220
|
default: string;
|
|
@@ -2035,8 +2226,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2035
2226
|
content: string;
|
|
2036
2227
|
};
|
|
2037
2228
|
};
|
|
2038
|
-
}
|
|
2039
|
-
props:
|
|
2229
|
+
}>, {
|
|
2230
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2040
2231
|
type: {
|
|
2041
2232
|
type: StringConstructor;
|
|
2042
2233
|
default: string;
|
|
@@ -2048,9 +2239,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2048
2239
|
content: string;
|
|
2049
2240
|
};
|
|
2050
2241
|
};
|
|
2051
|
-
}>> & {
|
|
2242
|
+
}>> & Readonly<{
|
|
2052
2243
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
2053
|
-
}
|
|
2244
|
+
}> & {}>;
|
|
2054
2245
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
|
2055
2246
|
configResult: import("vue").ComputedRef<{
|
|
2056
2247
|
title: string;
|
|
@@ -2058,9 +2249,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2058
2249
|
img: string;
|
|
2059
2250
|
}>;
|
|
2060
2251
|
reloadPage: () => void;
|
|
2061
|
-
NIcon: any;
|
|
2062
|
-
Refresh: 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<{}>>, {}>;
|
|
2063
|
-
},
|
|
2252
|
+
readonly NIcon: any;
|
|
2253
|
+
readonly Refresh: 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>;
|
|
2254
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2064
2255
|
type: {
|
|
2065
2256
|
type: StringConstructor;
|
|
2066
2257
|
default: string;
|
|
@@ -2072,29 +2263,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2072
2263
|
content: string;
|
|
2073
2264
|
};
|
|
2074
2265
|
};
|
|
2075
|
-
}>> & {
|
|
2266
|
+
}>> & Readonly<{
|
|
2076
2267
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
2077
|
-
}
|
|
2268
|
+
}>, {
|
|
2078
2269
|
type: string;
|
|
2079
2270
|
config: AnyObject;
|
|
2080
|
-
}>>;
|
|
2081
|
-
GroupItem: import("vue").DefineComponent<{
|
|
2271
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2272
|
+
GroupItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2082
2273
|
item: {
|
|
2083
2274
|
type: import("vue").PropType<AnyObject>;
|
|
2084
2275
|
required: true;
|
|
2085
2276
|
};
|
|
2086
|
-
}
|
|
2277
|
+
}>, {
|
|
2087
2278
|
emit: (event: "checked", ...args: any[]) => void;
|
|
2088
2279
|
handleClick: (item: AnyObject) => void;
|
|
2089
|
-
},
|
|
2280
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2090
2281
|
item: {
|
|
2091
2282
|
type: import("vue").PropType<AnyObject>;
|
|
2092
2283
|
required: true;
|
|
2093
2284
|
};
|
|
2094
|
-
}>> & {
|
|
2285
|
+
}>> & Readonly<{
|
|
2095
2286
|
onChecked?: ((...args: any[]) => any) | undefined;
|
|
2096
|
-
}, {}>;
|
|
2097
|
-
TagItem: import("vue").DefineComponent<{
|
|
2287
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2288
|
+
TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2098
2289
|
tag: {
|
|
2099
2290
|
type: import("vue").PropType<AnyObject>;
|
|
2100
2291
|
required: true;
|
|
@@ -2103,8 +2294,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2103
2294
|
type: BooleanConstructor;
|
|
2104
2295
|
default: boolean;
|
|
2105
2296
|
};
|
|
2106
|
-
}
|
|
2107
|
-
props:
|
|
2297
|
+
}>, {
|
|
2298
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2108
2299
|
tag: {
|
|
2109
2300
|
type: import("vue").PropType<AnyObject>;
|
|
2110
2301
|
required: true;
|
|
@@ -2113,14 +2304,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2113
2304
|
type: BooleanConstructor;
|
|
2114
2305
|
default: boolean;
|
|
2115
2306
|
};
|
|
2116
|
-
}>> & {
|
|
2307
|
+
}>> & Readonly<{
|
|
2117
2308
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
2118
|
-
}
|
|
2309
|
+
}> & {}>;
|
|
2119
2310
|
emit: (event: "unchecked", ...args: any[]) => void;
|
|
2120
2311
|
updateChecked: (key: string, checked: boolean) => void;
|
|
2121
|
-
NIcon: any;
|
|
2122
|
-
CloseCircleSharp: 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<{}>>, {}>;
|
|
2123
|
-
},
|
|
2312
|
+
readonly NIcon: any;
|
|
2313
|
+
readonly CloseCircleSharp: 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>;
|
|
2314
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2124
2315
|
tag: {
|
|
2125
2316
|
type: import("vue").PropType<AnyObject>;
|
|
2126
2317
|
required: true;
|
|
@@ -2129,12 +2320,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2129
2320
|
type: BooleanConstructor;
|
|
2130
2321
|
default: boolean;
|
|
2131
2322
|
};
|
|
2132
|
-
}>> & {
|
|
2323
|
+
}>> & Readonly<{
|
|
2133
2324
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
2134
|
-
}
|
|
2325
|
+
}>, {
|
|
2135
2326
|
showClose: boolean;
|
|
2136
|
-
}>;
|
|
2137
|
-
},
|
|
2327
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2328
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2138
2329
|
data: {
|
|
2139
2330
|
type: import("vue").PropType<{
|
|
2140
2331
|
title: string;
|
|
@@ -2159,13 +2350,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2159
2350
|
type: StringConstructor;
|
|
2160
2351
|
default: string;
|
|
2161
2352
|
};
|
|
2162
|
-
}>> & {
|
|
2353
|
+
}>> & Readonly<{
|
|
2163
2354
|
onChecked?: ((...args: any[]) => any) | undefined;
|
|
2164
|
-
}
|
|
2355
|
+
}>, {
|
|
2165
2356
|
type: string;
|
|
2166
2357
|
showTagHover: boolean;
|
|
2167
|
-
}>;
|
|
2168
|
-
TagItem: import("vue").DefineComponent<{
|
|
2358
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2359
|
+
TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2169
2360
|
tag: {
|
|
2170
2361
|
type: import("vue").PropType<AnyObject>;
|
|
2171
2362
|
required: true;
|
|
@@ -2174,8 +2365,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2174
2365
|
type: BooleanConstructor;
|
|
2175
2366
|
default: boolean;
|
|
2176
2367
|
};
|
|
2177
|
-
}
|
|
2178
|
-
props:
|
|
2368
|
+
}>, {
|
|
2369
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2179
2370
|
tag: {
|
|
2180
2371
|
type: import("vue").PropType<AnyObject>;
|
|
2181
2372
|
required: true;
|
|
@@ -2184,14 +2375,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2184
2375
|
type: BooleanConstructor;
|
|
2185
2376
|
default: boolean;
|
|
2186
2377
|
};
|
|
2187
|
-
}>> & {
|
|
2378
|
+
}>> & Readonly<{
|
|
2188
2379
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
2189
|
-
}
|
|
2380
|
+
}> & {}>;
|
|
2190
2381
|
emit: (event: "unchecked", ...args: any[]) => void;
|
|
2191
2382
|
updateChecked: (key: string, checked: boolean) => void;
|
|
2192
|
-
NIcon: any;
|
|
2193
|
-
CloseCircleSharp: 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<{}>>, {}>;
|
|
2194
|
-
},
|
|
2383
|
+
readonly NIcon: any;
|
|
2384
|
+
readonly CloseCircleSharp: 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>;
|
|
2385
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2195
2386
|
tag: {
|
|
2196
2387
|
type: import("vue").PropType<AnyObject>;
|
|
2197
2388
|
required: true;
|
|
@@ -2200,12 +2391,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2200
2391
|
type: BooleanConstructor;
|
|
2201
2392
|
default: boolean;
|
|
2202
2393
|
};
|
|
2203
|
-
}>> & {
|
|
2394
|
+
}>> & Readonly<{
|
|
2204
2395
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
2205
|
-
}
|
|
2396
|
+
}>, {
|
|
2206
2397
|
showClose: boolean;
|
|
2207
|
-
}>;
|
|
2208
|
-
CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
2398
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2399
|
+
readonly CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2209
2400
|
type: {
|
|
2210
2401
|
type: StringConstructor;
|
|
2211
2402
|
default: string;
|
|
@@ -2217,8 +2408,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2217
2408
|
content: string;
|
|
2218
2409
|
};
|
|
2219
2410
|
};
|
|
2220
|
-
}
|
|
2221
|
-
props:
|
|
2411
|
+
}>, {
|
|
2412
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2222
2413
|
type: {
|
|
2223
2414
|
type: StringConstructor;
|
|
2224
2415
|
default: string;
|
|
@@ -2230,9 +2421,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2230
2421
|
content: string;
|
|
2231
2422
|
};
|
|
2232
2423
|
};
|
|
2233
|
-
}>> & {
|
|
2424
|
+
}>> & Readonly<{
|
|
2234
2425
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
2235
|
-
}
|
|
2426
|
+
}> & {}>;
|
|
2236
2427
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
|
2237
2428
|
configResult: import("vue").ComputedRef<{
|
|
2238
2429
|
title: string;
|
|
@@ -2240,9 +2431,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2240
2431
|
img: string;
|
|
2241
2432
|
}>;
|
|
2242
2433
|
reloadPage: () => void;
|
|
2243
|
-
NIcon: any;
|
|
2244
|
-
Refresh: 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<{}>>, {}>;
|
|
2245
|
-
},
|
|
2434
|
+
readonly NIcon: any;
|
|
2435
|
+
readonly Refresh: 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>;
|
|
2436
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2246
2437
|
type: {
|
|
2247
2438
|
type: StringConstructor;
|
|
2248
2439
|
default: string;
|
|
@@ -2254,13 +2445,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2254
2445
|
content: string;
|
|
2255
2446
|
};
|
|
2256
2447
|
};
|
|
2257
|
-
}>> & {
|
|
2448
|
+
}>> & Readonly<{
|
|
2258
2449
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
2259
|
-
}
|
|
2450
|
+
}>, {
|
|
2260
2451
|
type: string;
|
|
2261
2452
|
config: AnyObject;
|
|
2262
|
-
}>>;
|
|
2263
|
-
},
|
|
2453
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2454
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2264
2455
|
defaultList: {
|
|
2265
2456
|
type: import("vue").PropType<((string | number) | {
|
|
2266
2457
|
[key: string]: any;
|
|
@@ -2336,6 +2527,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2336
2527
|
type: BooleanConstructor;
|
|
2337
2528
|
default: boolean;
|
|
2338
2529
|
};
|
|
2530
|
+
onlyCheckChildNode: {
|
|
2531
|
+
type: BooleanConstructor;
|
|
2532
|
+
};
|
|
2339
2533
|
itemKey: {
|
|
2340
2534
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
|
|
2341
2535
|
default: undefined;
|
|
@@ -2344,7 +2538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2344
2538
|
type: BooleanConstructor;
|
|
2345
2539
|
default: boolean;
|
|
2346
2540
|
};
|
|
2347
|
-
}
|
|
2541
|
+
}>> & Readonly<{}>, {
|
|
2348
2542
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
|
2349
2543
|
defaultList: ((string | number) | {
|
|
2350
2544
|
[key: string]: any;
|
|
@@ -2365,10 +2559,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2365
2559
|
forceShowSelectAll: boolean;
|
|
2366
2560
|
onlyForwardCascade: boolean;
|
|
2367
2561
|
hideLeaf: boolean;
|
|
2562
|
+
onlyCheckChildNode: boolean;
|
|
2368
2563
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
|
|
2369
2564
|
showTagHover: boolean;
|
|
2370
|
-
}>>;
|
|
2371
|
-
getProps: import("vue").ComputedRef<
|
|
2565
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2566
|
+
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2372
2567
|
defaultList: {
|
|
2373
2568
|
type: import("vue").PropType<((string | number) | {
|
|
2374
2569
|
[key: string]: any;
|
|
@@ -2483,6 +2678,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2483
2678
|
type: BooleanConstructor;
|
|
2484
2679
|
default: boolean;
|
|
2485
2680
|
};
|
|
2681
|
+
onlyCheckChildNode: {
|
|
2682
|
+
type: BooleanConstructor;
|
|
2683
|
+
default: boolean;
|
|
2684
|
+
};
|
|
2486
2685
|
itemKey: {
|
|
2487
2686
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
|
|
2488
2687
|
default: undefined;
|
|
@@ -2491,15 +2690,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2491
2690
|
type: BooleanConstructor;
|
|
2492
2691
|
default: boolean;
|
|
2493
2692
|
};
|
|
2494
|
-
}>> & {
|
|
2693
|
+
}>> & Readonly<{
|
|
2495
2694
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
2496
2695
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
|
2497
|
-
}
|
|
2696
|
+
}> & {}> & {
|
|
2498
2697
|
[x: string]: unknown;
|
|
2499
2698
|
}>;
|
|
2500
2699
|
emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
|
2501
2700
|
getCheckWithLevel: (strategy?: import("../../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => any;
|
|
2502
|
-
},
|
|
2701
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2503
2702
|
defaultList: {
|
|
2504
2703
|
type: import("vue").PropType<((string | number) | {
|
|
2505
2704
|
[key: string]: any;
|
|
@@ -2614,6 +2813,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2614
2813
|
type: BooleanConstructor;
|
|
2615
2814
|
default: boolean;
|
|
2616
2815
|
};
|
|
2816
|
+
onlyCheckChildNode: {
|
|
2817
|
+
type: BooleanConstructor;
|
|
2818
|
+
default: boolean;
|
|
2819
|
+
};
|
|
2617
2820
|
itemKey: {
|
|
2618
2821
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number>;
|
|
2619
2822
|
default: undefined;
|
|
@@ -2622,10 +2825,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2622
2825
|
type: BooleanConstructor;
|
|
2623
2826
|
default: boolean;
|
|
2624
2827
|
};
|
|
2625
|
-
}>> & {
|
|
2828
|
+
}>> & Readonly<{
|
|
2626
2829
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
2627
2830
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
|
2628
|
-
}
|
|
2831
|
+
}>, {
|
|
2629
2832
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
|
2630
2833
|
height: string;
|
|
2631
2834
|
defaultList: ((string | number) | {
|
|
@@ -2663,10 +2866,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2663
2866
|
forceShowSelectAll: boolean;
|
|
2664
2867
|
onlyForwardCascade: boolean;
|
|
2665
2868
|
hideLeaf: boolean;
|
|
2869
|
+
onlyCheckChildNode: boolean;
|
|
2666
2870
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
|
|
2667
2871
|
showTagHover: boolean;
|
|
2668
|
-
}>>;
|
|
2669
|
-
},
|
|
2872
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2873
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2670
2874
|
visible: {
|
|
2671
2875
|
type: BooleanConstructor;
|
|
2672
2876
|
default: boolean;
|
|
@@ -2679,15 +2883,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2679
2883
|
type: import("vue").PropType<AnyObject[]>;
|
|
2680
2884
|
default: () => never[];
|
|
2681
2885
|
};
|
|
2682
|
-
}>> & {
|
|
2886
|
+
}>> & Readonly<{
|
|
2683
2887
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
2684
2888
|
onChangeModalVisible?: ((...args: any[]) => any) | undefined;
|
|
2685
|
-
}
|
|
2889
|
+
}>, {
|
|
2686
2890
|
visible: boolean;
|
|
2687
2891
|
defaultList: string[];
|
|
2688
2892
|
treeData: AnyObject[];
|
|
2689
|
-
}>;
|
|
2690
|
-
},
|
|
2893
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2894
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checkPerson"[], "checkPerson", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2691
2895
|
defaultValue: {
|
|
2692
2896
|
type: (ArrayConstructor | StringConstructor)[];
|
|
2693
2897
|
};
|
|
@@ -2695,12 +2899,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2695
2899
|
type: StringConstructor;
|
|
2696
2900
|
default: string;
|
|
2697
2901
|
};
|
|
2698
|
-
}>> & {
|
|
2902
|
+
}>> & Readonly<{
|
|
2699
2903
|
onCheckPerson?: ((...args: any[]) => any) | undefined;
|
|
2700
|
-
}
|
|
2904
|
+
}>, {
|
|
2701
2905
|
orgId: string;
|
|
2702
|
-
}>;
|
|
2703
|
-
},
|
|
2906
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2907
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelModal"[], "cancelModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2704
2908
|
visible: {
|
|
2705
2909
|
type: BooleanConstructor;
|
|
2706
2910
|
default: boolean;
|
|
@@ -2729,9 +2933,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2729
2933
|
type: ArrayConstructor;
|
|
2730
2934
|
default: () => never[];
|
|
2731
2935
|
};
|
|
2732
|
-
}>> & {
|
|
2936
|
+
}>> & Readonly<{
|
|
2733
2937
|
onCancelModal?: ((...args: any[]) => any) | undefined;
|
|
2734
|
-
}
|
|
2938
|
+
}>, {
|
|
2735
2939
|
id: string;
|
|
2736
2940
|
visible: boolean;
|
|
2737
2941
|
searchFieldList: unknown[];
|
|
@@ -2739,5 +2943,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2739
2943
|
orgId: string;
|
|
2740
2944
|
formOntype: string;
|
|
2741
2945
|
formItemData: Record<string, any>;
|
|
2742
|
-
}>;
|
|
2946
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2743
2947
|
export default _default;
|