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,5 +1,5 @@
|
|
|
1
1
|
import { SFCWithInstall } from '../../shared/types';
|
|
2
|
-
declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
defaultList: {
|
|
4
4
|
type: import("vue").PropType<((string | number) | {
|
|
5
5
|
[key: string]: any;
|
|
@@ -114,6 +114,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
114
114
|
type: BooleanConstructor;
|
|
115
115
|
default: boolean;
|
|
116
116
|
};
|
|
117
|
+
onlyCheckChildNode: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
117
121
|
itemKey: {
|
|
118
122
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
|
|
119
123
|
default: undefined;
|
|
@@ -122,11 +126,11 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
122
126
|
type: BooleanConstructor;
|
|
123
127
|
default: boolean;
|
|
124
128
|
};
|
|
125
|
-
}
|
|
129
|
+
}>, {
|
|
126
130
|
$attrs: {
|
|
127
131
|
[x: string]: unknown;
|
|
128
132
|
};
|
|
129
|
-
props:
|
|
133
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
130
134
|
defaultList: {
|
|
131
135
|
type: import("vue").PropType<((string | number) | {
|
|
132
136
|
[key: string]: any;
|
|
@@ -241,6 +245,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
241
245
|
type: BooleanConstructor;
|
|
242
246
|
default: boolean;
|
|
243
247
|
};
|
|
248
|
+
onlyCheckChildNode: {
|
|
249
|
+
type: BooleanConstructor;
|
|
250
|
+
default: boolean;
|
|
251
|
+
};
|
|
244
252
|
itemKey: {
|
|
245
253
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
|
|
246
254
|
default: undefined;
|
|
@@ -249,13 +257,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
249
257
|
type: BooleanConstructor;
|
|
250
258
|
default: boolean;
|
|
251
259
|
};
|
|
252
|
-
}>> & {
|
|
260
|
+
}>> & Readonly<{
|
|
253
261
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
254
262
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
|
255
|
-
}
|
|
263
|
+
}> & {}>;
|
|
256
264
|
__emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
|
257
|
-
selectPersonRef: import("vue").Ref<any>;
|
|
258
|
-
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
|
|
265
|
+
selectPersonRef: import("vue").Ref<any, any>;
|
|
266
|
+
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
259
267
|
defaultList: {
|
|
260
268
|
type: import("vue").PropType<((string | number) | {
|
|
261
269
|
[key: string]: any;
|
|
@@ -340,8 +348,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
340
348
|
forceShowSelectAll: {
|
|
341
349
|
type: BooleanConstructor;
|
|
342
350
|
};
|
|
343
|
-
}
|
|
344
|
-
props:
|
|
351
|
+
}>, {
|
|
352
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
345
353
|
defaultList: {
|
|
346
354
|
type: import("vue").PropType<((string | number) | {
|
|
347
355
|
[key: string]: any;
|
|
@@ -426,12 +434,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
426
434
|
forceShowSelectAll: {
|
|
427
435
|
type: BooleanConstructor;
|
|
428
436
|
};
|
|
429
|
-
}>> & {}
|
|
437
|
+
}>> & Readonly<{}> & {}>;
|
|
430
438
|
emit: any;
|
|
431
|
-
keyword: import("vue").Ref<string>;
|
|
432
|
-
checkedAll: import("vue").Ref<boolean>;
|
|
433
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
|
434
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
|
439
|
+
keyword: import("vue").Ref<string, string>;
|
|
440
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
|
441
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
442
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
435
443
|
treeData: import("vue").Ref<{
|
|
436
444
|
[x: string]: unknown;
|
|
437
445
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
@@ -442,12 +450,22 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
442
450
|
children?: any[] | undefined;
|
|
443
451
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
444
452
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
453
|
+
}[], import("naive-ui").TreeOption[] | {
|
|
454
|
+
[x: string]: unknown;
|
|
455
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
456
|
+
label?: string | undefined;
|
|
457
|
+
checkboxDisabled?: boolean | undefined;
|
|
458
|
+
disabled?: boolean | undefined;
|
|
459
|
+
isLeaf?: boolean | undefined;
|
|
460
|
+
children?: any[] | undefined;
|
|
461
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
462
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
445
463
|
}[]>;
|
|
446
|
-
isSearch: import("vue").Ref<boolean>;
|
|
447
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
|
448
|
-
curSelectKey: any
|
|
449
|
-
treeDataMiddle: any
|
|
450
|
-
checkedTagsMiddle: import("vue").Ref<any[]>;
|
|
464
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
|
465
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
466
|
+
curSelectKey: import("vue").Ref<any, any>;
|
|
467
|
+
treeDataMiddle: import("vue").Ref<any, any>;
|
|
468
|
+
checkedTagsMiddle: import("vue").Ref<any[], any[]>;
|
|
451
469
|
allCheckedKeysMiddle: any;
|
|
452
470
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
|
453
471
|
keyStr: import("vue").ComputedRef<string | number>;
|
|
@@ -462,7 +480,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
462
480
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
|
463
481
|
renderLabel: ({ option }: {
|
|
464
482
|
option: import("naive-ui").TreeOption;
|
|
465
|
-
}) =>
|
|
483
|
+
}) => any;
|
|
466
484
|
getLabelName: (curProps: any, option: import("naive-ui").TreeOption) => {};
|
|
467
485
|
loopTrees: (treeObjs: any) => any;
|
|
468
486
|
transformData: (key: string, trees: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => import("naive-ui").TreeOption[];
|
|
@@ -482,19 +500,19 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
482
500
|
}) => void;
|
|
483
501
|
notifySearchClear: () => void;
|
|
484
502
|
getCheckWithLevel: () => any[];
|
|
485
|
-
NButton: any;
|
|
486
|
-
NInput: any;
|
|
487
|
-
NInputGroup: any;
|
|
488
|
-
NCheckbox: any;
|
|
489
|
-
NTree: any;
|
|
490
|
-
NTag: any;
|
|
491
|
-
NIcon: any;
|
|
492
|
-
NSpace: any;
|
|
493
|
-
NGrid: any;
|
|
494
|
-
NGi: any;
|
|
495
|
-
NEmpty: any;
|
|
496
|
-
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<{}>>, {}>;
|
|
497
|
-
},
|
|
503
|
+
readonly NButton: any;
|
|
504
|
+
readonly NInput: any;
|
|
505
|
+
readonly NInputGroup: any;
|
|
506
|
+
readonly NCheckbox: any;
|
|
507
|
+
readonly NTree: any;
|
|
508
|
+
readonly NTag: any;
|
|
509
|
+
readonly NIcon: any;
|
|
510
|
+
readonly NSpace: any;
|
|
511
|
+
readonly NGrid: any;
|
|
512
|
+
readonly NGi: any;
|
|
513
|
+
readonly NEmpty: any;
|
|
514
|
+
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>;
|
|
515
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
498
516
|
defaultList: {
|
|
499
517
|
type: import("vue").PropType<((string | number) | {
|
|
500
518
|
[key: string]: any;
|
|
@@ -579,7 +597,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
579
597
|
forceShowSelectAll: {
|
|
580
598
|
type: BooleanConstructor;
|
|
581
599
|
};
|
|
582
|
-
}
|
|
600
|
+
}>> & Readonly<{}>, {
|
|
583
601
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
|
|
584
602
|
defaultList: ((string | number) | {
|
|
585
603
|
[key: string]: any;
|
|
@@ -611,7 +629,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
611
629
|
switchTypeData: import("../../shared/types").AnyObject;
|
|
612
630
|
tagProps: import("../../shared/types").AnyObject;
|
|
613
631
|
forceShowSelectAll: boolean;
|
|
614
|
-
}> | import("vue").DefineComponent<{
|
|
632
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
615
633
|
defaultList: {
|
|
616
634
|
type: import("vue").PropType<((string | number) | {
|
|
617
635
|
[key: string]: any;
|
|
@@ -706,7 +724,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
706
724
|
onlyForwardCascade: {
|
|
707
725
|
type: BooleanConstructor;
|
|
708
726
|
};
|
|
709
|
-
}
|
|
727
|
+
}>, {
|
|
710
728
|
searchFilterBase: {
|
|
711
729
|
isOpen: boolean;
|
|
712
730
|
multiple: boolean;
|
|
@@ -718,7 +736,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
718
736
|
label: string;
|
|
719
737
|
}[];
|
|
720
738
|
labelListName: any;
|
|
721
|
-
props:
|
|
739
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
722
740
|
defaultList: {
|
|
723
741
|
type: import("vue").PropType<((string | number) | {
|
|
724
742
|
[key: string]: any;
|
|
@@ -813,12 +831,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
813
831
|
onlyForwardCascade: {
|
|
814
832
|
type: BooleanConstructor;
|
|
815
833
|
};
|
|
816
|
-
}>> & {}
|
|
834
|
+
}>> & Readonly<{}> & {}>;
|
|
817
835
|
emit: any;
|
|
818
|
-
keyword: import("vue").Ref<string>;
|
|
819
|
-
checkedAll: import("vue").Ref<boolean>;
|
|
820
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
|
821
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
|
836
|
+
keyword: import("vue").Ref<string, string>;
|
|
837
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
|
838
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
839
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
822
840
|
treeData: import("vue").Ref<{
|
|
823
841
|
[x: string]: unknown;
|
|
824
842
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
@@ -829,21 +847,43 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
829
847
|
children?: any[] | undefined;
|
|
830
848
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
831
849
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
850
|
+
}[], import("naive-ui").TreeOption[] | {
|
|
851
|
+
[x: string]: unknown;
|
|
852
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
853
|
+
label?: string | undefined;
|
|
854
|
+
checkboxDisabled?: boolean | undefined;
|
|
855
|
+
disabled?: boolean | undefined;
|
|
856
|
+
isLeaf?: boolean | undefined;
|
|
857
|
+
children?: any[] | undefined;
|
|
858
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
859
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
832
860
|
}[]>;
|
|
833
861
|
tagData: import("vue").Ref<{
|
|
834
862
|
[x: string]: any;
|
|
835
863
|
key: string | number;
|
|
864
|
+
}[], {
|
|
865
|
+
[key: string]: any;
|
|
866
|
+
key: string | number;
|
|
867
|
+
}[] | {
|
|
868
|
+
[x: string]: any;
|
|
869
|
+
key: string | number;
|
|
836
870
|
}[]>;
|
|
837
871
|
initTagData: import("vue").Ref<{
|
|
838
872
|
[x: string]: any;
|
|
839
873
|
key: string | number;
|
|
874
|
+
}[], {
|
|
875
|
+
[key: string]: any;
|
|
876
|
+
key: string | number;
|
|
877
|
+
}[] | {
|
|
878
|
+
[x: string]: any;
|
|
879
|
+
key: string | number;
|
|
840
880
|
}[]>;
|
|
841
|
-
isSearch: import("vue").Ref<boolean>;
|
|
842
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
|
881
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
|
882
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
843
883
|
isRemote: import("vue").ComputedRef<boolean>;
|
|
844
884
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
|
845
885
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
|
846
|
-
curSelectKey: import("vue").Ref<string>;
|
|
886
|
+
curSelectKey: import("vue").Ref<string, string>;
|
|
847
887
|
mergeSearchFilter: import("vue").ComputedRef<{
|
|
848
888
|
isOpen: boolean;
|
|
849
889
|
multiple: boolean;
|
|
@@ -877,7 +917,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
877
917
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
|
878
918
|
renderLabel: ({ option }: {
|
|
879
919
|
option: import("naive-ui").TreeOption;
|
|
880
|
-
}) =>
|
|
920
|
+
}) => any;
|
|
881
921
|
getLabelName: (option: import("naive-ui").TreeOption) => {};
|
|
882
922
|
transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
|
883
923
|
calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
|
@@ -912,19 +952,19 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
912
952
|
notifySearchClear: () => void;
|
|
913
953
|
getCheckWithLevel: () => any;
|
|
914
954
|
resetParams: () => void;
|
|
915
|
-
NButton: any;
|
|
916
|
-
NInput: any;
|
|
917
|
-
NInputGroup: any;
|
|
918
|
-
NCheckbox: any;
|
|
919
|
-
NTree: any;
|
|
920
|
-
NTag: any;
|
|
921
|
-
NIcon: any;
|
|
922
|
-
NSpace: any;
|
|
923
|
-
NGrid: any;
|
|
924
|
-
NGi: any;
|
|
925
|
-
NEmpty: any;
|
|
926
|
-
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<{}>>, {}>;
|
|
927
|
-
SearchMultiple: import("vue").DefineComponent<{
|
|
955
|
+
readonly NButton: any;
|
|
956
|
+
readonly NInput: any;
|
|
957
|
+
readonly NInputGroup: any;
|
|
958
|
+
readonly NCheckbox: any;
|
|
959
|
+
readonly NTree: any;
|
|
960
|
+
readonly NTag: any;
|
|
961
|
+
readonly NIcon: any;
|
|
962
|
+
readonly NSpace: any;
|
|
963
|
+
readonly NGrid: any;
|
|
964
|
+
readonly NGi: any;
|
|
965
|
+
readonly NEmpty: any;
|
|
966
|
+
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>;
|
|
967
|
+
SearchMultiple: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
928
968
|
treeData: {
|
|
929
969
|
type: import("vue").PropType<any[]>;
|
|
930
970
|
default: () => never[];
|
|
@@ -933,8 +973,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
933
973
|
type: import("vue").PropType<(string | number)[]>;
|
|
934
974
|
default: () => never[];
|
|
935
975
|
};
|
|
936
|
-
}
|
|
937
|
-
props:
|
|
976
|
+
}>, {
|
|
977
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
938
978
|
treeData: {
|
|
939
979
|
type: import("vue").PropType<any[]>;
|
|
940
980
|
default: () => never[];
|
|
@@ -943,14 +983,14 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
943
983
|
type: import("vue").PropType<(string | number)[]>;
|
|
944
984
|
default: () => never[];
|
|
945
985
|
};
|
|
946
|
-
}>> & {
|
|
986
|
+
}>> & Readonly<{
|
|
947
987
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
948
|
-
}
|
|
988
|
+
}> & {}>;
|
|
949
989
|
emit: (event: "notifyCheck", ...args: any[]) => void;
|
|
950
990
|
optionsRef: import("vue").ComputedRef<any[]>;
|
|
951
|
-
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
991
|
+
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
952
992
|
containerProps: {
|
|
953
|
-
ref: import("vue").Ref<any>;
|
|
993
|
+
ref: import("vue").Ref<any, any>;
|
|
954
994
|
onScroll: () => void;
|
|
955
995
|
style: Partial<CSSStyleDeclaration>;
|
|
956
996
|
};
|
|
@@ -962,8 +1002,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
962
1002
|
};
|
|
963
1003
|
}>;
|
|
964
1004
|
containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
965
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
|
966
|
-
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
|
1005
|
+
searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1006
|
+
showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
967
1007
|
checkedChange: (checkList: (string | number)[], meta: {
|
|
968
1008
|
actionType: "check" | "uncheck";
|
|
969
1009
|
value: string | number;
|
|
@@ -998,10 +1038,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
998
1038
|
children: any[];
|
|
999
1039
|
parentNode: any;
|
|
1000
1040
|
}, baseKey: string | number) => false | undefined;
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1041
|
+
readonly NCheckboxGroup: any;
|
|
1042
|
+
readonly NCheckbox: any;
|
|
1043
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1005
1044
|
treeData: {
|
|
1006
1045
|
type: import("vue").PropType<any[]>;
|
|
1007
1046
|
default: () => never[];
|
|
@@ -1010,13 +1049,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1010
1049
|
type: import("vue").PropType<(string | number)[]>;
|
|
1011
1050
|
default: () => never[];
|
|
1012
1051
|
};
|
|
1013
|
-
}>> & {
|
|
1052
|
+
}>> & Readonly<{
|
|
1014
1053
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
1015
|
-
}
|
|
1016
|
-
treeData: any[];
|
|
1054
|
+
}>, {
|
|
1017
1055
|
checkedKeys: (string | number)[];
|
|
1018
|
-
|
|
1019
|
-
|
|
1056
|
+
treeData: any[];
|
|
1057
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1058
|
+
SearchOrgAndStaff: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1020
1059
|
treeData: {
|
|
1021
1060
|
type: import("vue").PropType<any[]>;
|
|
1022
1061
|
default: () => never[];
|
|
@@ -1033,10 +1072,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1033
1072
|
type: BooleanConstructor;
|
|
1034
1073
|
default: boolean;
|
|
1035
1074
|
};
|
|
1036
|
-
}
|
|
1037
|
-
$message: import("naive-ui").MessageApi;
|
|
1075
|
+
}>, {
|
|
1076
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
1038
1077
|
virtualItemHeight: number;
|
|
1039
|
-
props:
|
|
1078
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1040
1079
|
treeData: {
|
|
1041
1080
|
type: import("vue").PropType<any[]>;
|
|
1042
1081
|
default: () => never[];
|
|
@@ -1053,17 +1092,17 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1053
1092
|
type: BooleanConstructor;
|
|
1054
1093
|
default: boolean;
|
|
1055
1094
|
};
|
|
1056
|
-
}>> & {
|
|
1095
|
+
}>> & Readonly<{
|
|
1057
1096
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
1058
1097
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
|
1059
|
-
}
|
|
1098
|
+
}> & {}>;
|
|
1060
1099
|
emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
|
|
1061
1100
|
moduleHeight: import("vue").ComputedRef<any>;
|
|
1062
1101
|
showNums: import("vue").ComputedRef<number>;
|
|
1063
1102
|
staffDataRef: import("vue").ComputedRef<any[]>;
|
|
1064
|
-
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1103
|
+
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1065
1104
|
staffContainerProps: {
|
|
1066
|
-
ref: import("vue").Ref<any>;
|
|
1105
|
+
ref: import("vue").Ref<any, any>;
|
|
1067
1106
|
onScroll: () => void;
|
|
1068
1107
|
style: Partial<CSSStyleDeclaration>;
|
|
1069
1108
|
};
|
|
@@ -1076,9 +1115,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1076
1115
|
}>;
|
|
1077
1116
|
staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1078
1117
|
orgDataRef: import("vue").ComputedRef<any[]>;
|
|
1079
|
-
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1118
|
+
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1080
1119
|
orgContainerProps: {
|
|
1081
|
-
ref: import("vue").Ref<any>;
|
|
1120
|
+
ref: import("vue").Ref<any, any>;
|
|
1082
1121
|
onScroll: () => void;
|
|
1083
1122
|
style: Partial<CSSStyleDeclaration>;
|
|
1084
1123
|
};
|
|
@@ -1090,8 +1129,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1090
1129
|
};
|
|
1091
1130
|
}>;
|
|
1092
1131
|
orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1093
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
|
1094
|
-
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
|
1132
|
+
searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1133
|
+
showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1095
1134
|
handleClick: (tree: any) => void;
|
|
1096
1135
|
handleStaffClick: (baseKeys: (string | number)[], currentTree: {
|
|
1097
1136
|
[key: string]: any;
|
|
@@ -1123,9 +1162,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1123
1162
|
children: any[];
|
|
1124
1163
|
parentNode: any;
|
|
1125
1164
|
}, baseKey: string | number) => false | undefined;
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1165
|
+
readonly NEmpty: any;
|
|
1166
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1129
1167
|
treeData: {
|
|
1130
1168
|
type: import("vue").PropType<any[]>;
|
|
1131
1169
|
default: () => never[];
|
|
@@ -1142,16 +1180,16 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1142
1180
|
type: BooleanConstructor;
|
|
1143
1181
|
default: boolean;
|
|
1144
1182
|
};
|
|
1145
|
-
}>> & {
|
|
1183
|
+
}>> & Readonly<{
|
|
1146
1184
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
1147
1185
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
|
1148
|
-
}
|
|
1186
|
+
}>, {
|
|
1149
1187
|
searchFilter: Record<string, any>;
|
|
1150
|
-
treeData: any[];
|
|
1151
1188
|
checkedKeys: (string | number)[];
|
|
1189
|
+
treeData: any[];
|
|
1152
1190
|
isMultiple: boolean;
|
|
1153
|
-
}>;
|
|
1154
|
-
},
|
|
1191
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1192
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1155
1193
|
defaultList: {
|
|
1156
1194
|
type: import("vue").PropType<((string | number) | {
|
|
1157
1195
|
[key: string]: any;
|
|
@@ -1246,7 +1284,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1246
1284
|
onlyForwardCascade: {
|
|
1247
1285
|
type: BooleanConstructor;
|
|
1248
1286
|
};
|
|
1249
|
-
}
|
|
1287
|
+
}>> & Readonly<{}>, {
|
|
1250
1288
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
|
|
1251
1289
|
defaultList: ((string | number) | {
|
|
1252
1290
|
[key: string]: any;
|
|
@@ -1279,7 +1317,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1279
1317
|
roleFields: Record<string, any>;
|
|
1280
1318
|
forceShowSelectAll: boolean;
|
|
1281
1319
|
onlyForwardCascade: boolean;
|
|
1282
|
-
}> | import("vue").DefineComponent<{
|
|
1320
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1283
1321
|
defaultList: {
|
|
1284
1322
|
type: import("vue").PropType<((string | number) | {
|
|
1285
1323
|
[key: string]: any;
|
|
@@ -1355,6 +1393,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1355
1393
|
type: BooleanConstructor;
|
|
1356
1394
|
default: boolean;
|
|
1357
1395
|
};
|
|
1396
|
+
onlyCheckChildNode: {
|
|
1397
|
+
type: BooleanConstructor;
|
|
1398
|
+
};
|
|
1358
1399
|
itemKey: {
|
|
1359
1400
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
|
|
1360
1401
|
default: undefined;
|
|
@@ -1363,9 +1404,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1363
1404
|
type: BooleanConstructor;
|
|
1364
1405
|
default: boolean;
|
|
1365
1406
|
};
|
|
1366
|
-
}
|
|
1367
|
-
$message: import("naive-ui").MessageApi;
|
|
1368
|
-
props:
|
|
1407
|
+
}>, {
|
|
1408
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
1409
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1369
1410
|
defaultList: {
|
|
1370
1411
|
type: import("vue").PropType<((string | number) | {
|
|
1371
1412
|
[key: string]: any;
|
|
@@ -1441,6 +1482,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1441
1482
|
type: BooleanConstructor;
|
|
1442
1483
|
default: boolean;
|
|
1443
1484
|
};
|
|
1485
|
+
onlyCheckChildNode: {
|
|
1486
|
+
type: BooleanConstructor;
|
|
1487
|
+
};
|
|
1444
1488
|
itemKey: {
|
|
1445
1489
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
|
|
1446
1490
|
default: undefined;
|
|
@@ -1449,13 +1493,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1449
1493
|
type: BooleanConstructor;
|
|
1450
1494
|
default: boolean;
|
|
1451
1495
|
};
|
|
1452
|
-
}>> & {}
|
|
1496
|
+
}>> & Readonly<{}> & {}>;
|
|
1453
1497
|
emit: any;
|
|
1454
|
-
keyword: import("vue").Ref<string>;
|
|
1455
|
-
checkedAll: import("vue").Ref<boolean>;
|
|
1456
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
|
1457
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
|
1458
|
-
treeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]>;
|
|
1498
|
+
keyword: import("vue").Ref<string, string>;
|
|
1499
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
|
1500
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1501
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1502
|
+
treeData: import("vue").ShallowRef<import("./src/types").PTreeOption[], import("./src/types").PTreeOption[]>;
|
|
1459
1503
|
treeAsyncData: import("vue").Ref<{
|
|
1460
1504
|
[x: string]: any;
|
|
1461
1505
|
key: string | number;
|
|
@@ -1490,15 +1534,52 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1490
1534
|
};
|
|
1491
1535
|
disabled?: boolean | undefined;
|
|
1492
1536
|
count?: number | undefined;
|
|
1537
|
+
}[], import("./src/types").PTreeOption[] | {
|
|
1538
|
+
[x: string]: any;
|
|
1539
|
+
key: string | number;
|
|
1540
|
+
label: string;
|
|
1541
|
+
name: string;
|
|
1542
|
+
labelExpand: string;
|
|
1543
|
+
parentKey?: (string | number) | undefined;
|
|
1544
|
+
parentName: string;
|
|
1545
|
+
innerItemsNum: number;
|
|
1546
|
+
children: any[] | undefined;
|
|
1547
|
+
leaf: boolean;
|
|
1548
|
+
originItem: {
|
|
1549
|
+
[x: string]: any;
|
|
1550
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
1551
|
+
label?: string | undefined;
|
|
1552
|
+
checkboxDisabled?: boolean | undefined;
|
|
1553
|
+
disabled?: boolean | undefined;
|
|
1554
|
+
isLeaf?: boolean | undefined;
|
|
1555
|
+
children?: {
|
|
1556
|
+
[x: string]: unknown;
|
|
1557
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
1558
|
+
label?: string | undefined;
|
|
1559
|
+
checkboxDisabled?: boolean | undefined;
|
|
1560
|
+
disabled?: boolean | undefined;
|
|
1561
|
+
isLeaf?: boolean | undefined;
|
|
1562
|
+
children?: any[] | undefined;
|
|
1563
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
1564
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
1565
|
+
}[] | undefined;
|
|
1566
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
1567
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
1568
|
+
};
|
|
1569
|
+
disabled?: boolean | undefined;
|
|
1570
|
+
count?: number | undefined;
|
|
1493
1571
|
}[]>;
|
|
1494
|
-
searchTreeData: import("vue").ShallowRef<import("./src/types").PTreeOption[]>;
|
|
1572
|
+
searchTreeData: import("vue").ShallowRef<import("./src/types").PTreeOption[], import("./src/types").PTreeOption[]>;
|
|
1495
1573
|
searchData: import("vue").ShallowRef<{
|
|
1496
1574
|
title: string;
|
|
1497
1575
|
data: import("./src/types").PTreeOption[];
|
|
1576
|
+
}[], {
|
|
1577
|
+
title: string;
|
|
1578
|
+
data: import("./src/types").PTreeOption[];
|
|
1498
1579
|
}[]>;
|
|
1499
1580
|
treeMap: Map<string | number, import("./src/types").PTreeOption>;
|
|
1500
|
-
isSearch: import("vue").Ref<boolean>;
|
|
1501
|
-
remoteDefaultList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
|
1581
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
|
1582
|
+
remoteDefaultList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
|
1502
1583
|
isRemote: import("vue").ComputedRef<boolean>;
|
|
1503
1584
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
|
1504
1585
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
|
@@ -1544,7 +1625,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1544
1625
|
queryLoadChildNode: (node: import("./src/types").PTreeOption) => Promise<import("../../shared/types").AnyObject>;
|
|
1545
1626
|
renderLabel: ({ option }: {
|
|
1546
1627
|
option: import("naive-ui").TreeOption;
|
|
1547
|
-
}) =>
|
|
1628
|
+
}) => any;
|
|
1548
1629
|
getChildren: (tag: import("./src/types").PTreeOption) => import("../../shared/types").AnyObject[];
|
|
1549
1630
|
transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[], parentNode: import("./src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("./src/types").PTreeOption) => unknown>> | undefined) => {
|
|
1550
1631
|
treeItems: import("./src/types").PTreeOption[];
|
|
@@ -1560,6 +1641,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1560
1641
|
node: import("naive-ui").TreeOption | null;
|
|
1561
1642
|
action: "check" | "uncheck";
|
|
1562
1643
|
}) => void;
|
|
1644
|
+
updateTreeSelected: (keys: (string | number)[], _: any, meta: {
|
|
1645
|
+
node: import("naive-ui").TreeOption | null;
|
|
1646
|
+
action: "check" | "uncheck";
|
|
1647
|
+
}) => void;
|
|
1563
1648
|
clearAll: () => void;
|
|
1564
1649
|
updateChecked: (key: string | number, checked: boolean) => void;
|
|
1565
1650
|
notifyCheck: (key: string | number, isChecked?: boolean) => void;
|
|
@@ -1580,16 +1665,16 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1580
1665
|
count?: number | undefined;
|
|
1581
1666
|
}[];
|
|
1582
1667
|
resetParams: () => void;
|
|
1583
|
-
NButton: any;
|
|
1584
|
-
NInput: any;
|
|
1585
|
-
NInputGroup: any;
|
|
1586
|
-
NCheckbox: any;
|
|
1587
|
-
NTree: any;
|
|
1588
|
-
NSpace: any;
|
|
1589
|
-
NGrid: any;
|
|
1590
|
-
NGi: any;
|
|
1591
|
-
NPopover: any;
|
|
1592
|
-
SearchGroupList: import("vue").DefineComponent<{
|
|
1668
|
+
readonly NButton: any;
|
|
1669
|
+
readonly NInput: any;
|
|
1670
|
+
readonly NInputGroup: any;
|
|
1671
|
+
readonly NCheckbox: any;
|
|
1672
|
+
readonly NTree: any;
|
|
1673
|
+
readonly NSpace: any;
|
|
1674
|
+
readonly NGrid: any;
|
|
1675
|
+
readonly NGi: any;
|
|
1676
|
+
readonly NPopover: any;
|
|
1677
|
+
SearchGroupList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1593
1678
|
data: {
|
|
1594
1679
|
type: import("vue").PropType<{
|
|
1595
1680
|
title: string;
|
|
@@ -1614,9 +1699,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1614
1699
|
type: StringConstructor;
|
|
1615
1700
|
default: string;
|
|
1616
1701
|
};
|
|
1617
|
-
}
|
|
1702
|
+
}>, {
|
|
1618
1703
|
emit: (event: "checked", ...args: any[]) => void;
|
|
1619
|
-
props:
|
|
1704
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1620
1705
|
data: {
|
|
1621
1706
|
type: import("vue").PropType<{
|
|
1622
1707
|
title: string;
|
|
@@ -1641,9 +1726,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1641
1726
|
type: StringConstructor;
|
|
1642
1727
|
default: string;
|
|
1643
1728
|
};
|
|
1644
|
-
}>> & {
|
|
1729
|
+
}>> & Readonly<{
|
|
1645
1730
|
onChecked?: ((...args: any[]) => any) | undefined;
|
|
1646
|
-
}
|
|
1731
|
+
}> & {}>;
|
|
1647
1732
|
renderData: import("vue").ComputedRef<{
|
|
1648
1733
|
title: string;
|
|
1649
1734
|
data: {
|
|
@@ -1655,10 +1740,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1655
1740
|
}[]>;
|
|
1656
1741
|
handleClick: (item: import("../../shared/types").AnyObject) => void;
|
|
1657
1742
|
handleChange: (item: import("../../shared/types").AnyObject, checked: boolean) => void;
|
|
1658
|
-
NVirtualList: any;
|
|
1659
|
-
NCheckbox: any;
|
|
1660
|
-
NPopover: any;
|
|
1661
|
-
CDefaultPage: SFCWithInstall<import("vue").DefineComponent<{
|
|
1743
|
+
readonly NVirtualList: any;
|
|
1744
|
+
readonly NCheckbox: any;
|
|
1745
|
+
readonly NPopover: any;
|
|
1746
|
+
readonly CDefaultPage: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1662
1747
|
type: {
|
|
1663
1748
|
type: StringConstructor;
|
|
1664
1749
|
default: string;
|
|
@@ -1670,8 +1755,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1670
1755
|
content: string;
|
|
1671
1756
|
};
|
|
1672
1757
|
};
|
|
1673
|
-
}
|
|
1674
|
-
props:
|
|
1758
|
+
}>, {
|
|
1759
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1675
1760
|
type: {
|
|
1676
1761
|
type: StringConstructor;
|
|
1677
1762
|
default: string;
|
|
@@ -1683,9 +1768,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1683
1768
|
content: string;
|
|
1684
1769
|
};
|
|
1685
1770
|
};
|
|
1686
|
-
}>> & {
|
|
1771
|
+
}>> & Readonly<{
|
|
1687
1772
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
1688
|
-
}
|
|
1773
|
+
}> & {}>;
|
|
1689
1774
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
|
1690
1775
|
configResult: import("vue").ComputedRef<{
|
|
1691
1776
|
title: string;
|
|
@@ -1693,9 +1778,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1693
1778
|
img: string;
|
|
1694
1779
|
}>;
|
|
1695
1780
|
reloadPage: () => void;
|
|
1696
|
-
NIcon: any;
|
|
1697
|
-
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<{}>>, {}>;
|
|
1698
|
-
},
|
|
1781
|
+
readonly NIcon: any;
|
|
1782
|
+
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>;
|
|
1783
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1699
1784
|
type: {
|
|
1700
1785
|
type: StringConstructor;
|
|
1701
1786
|
default: string;
|
|
@@ -1707,29 +1792,29 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1707
1792
|
content: string;
|
|
1708
1793
|
};
|
|
1709
1794
|
};
|
|
1710
|
-
}>> & {
|
|
1795
|
+
}>> & Readonly<{
|
|
1711
1796
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
1712
|
-
}
|
|
1797
|
+
}>, {
|
|
1713
1798
|
type: string;
|
|
1714
1799
|
config: import("../../shared/types").AnyObject;
|
|
1715
|
-
}>>;
|
|
1716
|
-
GroupItem: import("vue").DefineComponent<{
|
|
1800
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1801
|
+
GroupItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1717
1802
|
item: {
|
|
1718
1803
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
1719
1804
|
required: true;
|
|
1720
1805
|
};
|
|
1721
|
-
}
|
|
1806
|
+
}>, {
|
|
1722
1807
|
emit: (event: "checked", ...args: any[]) => void;
|
|
1723
1808
|
handleClick: (item: import("../../shared/types").AnyObject) => void;
|
|
1724
|
-
},
|
|
1809
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1725
1810
|
item: {
|
|
1726
1811
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
1727
1812
|
required: true;
|
|
1728
1813
|
};
|
|
1729
|
-
}>> & {
|
|
1814
|
+
}>> & Readonly<{
|
|
1730
1815
|
onChecked?: ((...args: any[]) => any) | undefined;
|
|
1731
|
-
}, {}>;
|
|
1732
|
-
TagItem: import("vue").DefineComponent<{
|
|
1816
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1817
|
+
TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1733
1818
|
tag: {
|
|
1734
1819
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
1735
1820
|
required: true;
|
|
@@ -1738,8 +1823,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1738
1823
|
type: BooleanConstructor;
|
|
1739
1824
|
default: boolean;
|
|
1740
1825
|
};
|
|
1741
|
-
}
|
|
1742
|
-
props:
|
|
1826
|
+
}>, {
|
|
1827
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1743
1828
|
tag: {
|
|
1744
1829
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
1745
1830
|
required: true;
|
|
@@ -1748,14 +1833,14 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1748
1833
|
type: BooleanConstructor;
|
|
1749
1834
|
default: boolean;
|
|
1750
1835
|
};
|
|
1751
|
-
}>> & {
|
|
1836
|
+
}>> & Readonly<{
|
|
1752
1837
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
1753
|
-
}
|
|
1838
|
+
}> & {}>;
|
|
1754
1839
|
emit: (event: "unchecked", ...args: any[]) => void;
|
|
1755
1840
|
updateChecked: (key: string, checked: boolean) => void;
|
|
1756
|
-
NIcon: any;
|
|
1757
|
-
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<{}>>, {}>;
|
|
1758
|
-
},
|
|
1841
|
+
readonly NIcon: any;
|
|
1842
|
+
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>;
|
|
1843
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1759
1844
|
tag: {
|
|
1760
1845
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
1761
1846
|
required: true;
|
|
@@ -1764,12 +1849,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1764
1849
|
type: BooleanConstructor;
|
|
1765
1850
|
default: boolean;
|
|
1766
1851
|
};
|
|
1767
|
-
}>> & {
|
|
1852
|
+
}>> & Readonly<{
|
|
1768
1853
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
1769
|
-
}
|
|
1854
|
+
}>, {
|
|
1770
1855
|
showClose: boolean;
|
|
1771
|
-
}>;
|
|
1772
|
-
},
|
|
1856
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1857
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1773
1858
|
data: {
|
|
1774
1859
|
type: import("vue").PropType<{
|
|
1775
1860
|
title: string;
|
|
@@ -1794,13 +1879,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1794
1879
|
type: StringConstructor;
|
|
1795
1880
|
default: string;
|
|
1796
1881
|
};
|
|
1797
|
-
}>> & {
|
|
1882
|
+
}>> & Readonly<{
|
|
1798
1883
|
onChecked?: ((...args: any[]) => any) | undefined;
|
|
1799
|
-
}
|
|
1884
|
+
}>, {
|
|
1800
1885
|
type: string;
|
|
1801
1886
|
showTagHover: boolean;
|
|
1802
|
-
}>;
|
|
1803
|
-
TagItem: import("vue").DefineComponent<{
|
|
1887
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1888
|
+
TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1804
1889
|
tag: {
|
|
1805
1890
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
1806
1891
|
required: true;
|
|
@@ -1809,8 +1894,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1809
1894
|
type: BooleanConstructor;
|
|
1810
1895
|
default: boolean;
|
|
1811
1896
|
};
|
|
1812
|
-
}
|
|
1813
|
-
props:
|
|
1897
|
+
}>, {
|
|
1898
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1814
1899
|
tag: {
|
|
1815
1900
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
1816
1901
|
required: true;
|
|
@@ -1819,14 +1904,14 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1819
1904
|
type: BooleanConstructor;
|
|
1820
1905
|
default: boolean;
|
|
1821
1906
|
};
|
|
1822
|
-
}>> & {
|
|
1907
|
+
}>> & Readonly<{
|
|
1823
1908
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
1824
|
-
}
|
|
1909
|
+
}> & {}>;
|
|
1825
1910
|
emit: (event: "unchecked", ...args: any[]) => void;
|
|
1826
1911
|
updateChecked: (key: string, checked: boolean) => void;
|
|
1827
|
-
NIcon: any;
|
|
1828
|
-
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<{}>>, {}>;
|
|
1829
|
-
},
|
|
1912
|
+
readonly NIcon: any;
|
|
1913
|
+
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>;
|
|
1914
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1830
1915
|
tag: {
|
|
1831
1916
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
|
1832
1917
|
required: true;
|
|
@@ -1835,12 +1920,12 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1835
1920
|
type: BooleanConstructor;
|
|
1836
1921
|
default: boolean;
|
|
1837
1922
|
};
|
|
1838
|
-
}>> & {
|
|
1923
|
+
}>> & Readonly<{
|
|
1839
1924
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
1840
|
-
}
|
|
1925
|
+
}>, {
|
|
1841
1926
|
showClose: boolean;
|
|
1842
|
-
}>;
|
|
1843
|
-
CDefaultPage: SFCWithInstall<import("vue").DefineComponent<{
|
|
1927
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1928
|
+
readonly CDefaultPage: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1844
1929
|
type: {
|
|
1845
1930
|
type: StringConstructor;
|
|
1846
1931
|
default: string;
|
|
@@ -1852,8 +1937,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1852
1937
|
content: string;
|
|
1853
1938
|
};
|
|
1854
1939
|
};
|
|
1855
|
-
}
|
|
1856
|
-
props:
|
|
1940
|
+
}>, {
|
|
1941
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1857
1942
|
type: {
|
|
1858
1943
|
type: StringConstructor;
|
|
1859
1944
|
default: string;
|
|
@@ -1865,9 +1950,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1865
1950
|
content: string;
|
|
1866
1951
|
};
|
|
1867
1952
|
};
|
|
1868
|
-
}>> & {
|
|
1953
|
+
}>> & Readonly<{
|
|
1869
1954
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
1870
|
-
}
|
|
1955
|
+
}> & {}>;
|
|
1871
1956
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
|
1872
1957
|
configResult: import("vue").ComputedRef<{
|
|
1873
1958
|
title: string;
|
|
@@ -1875,9 +1960,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1875
1960
|
img: string;
|
|
1876
1961
|
}>;
|
|
1877
1962
|
reloadPage: () => void;
|
|
1878
|
-
NIcon: any;
|
|
1879
|
-
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<{}>>, {}>;
|
|
1880
|
-
},
|
|
1963
|
+
readonly NIcon: any;
|
|
1964
|
+
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>;
|
|
1965
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1881
1966
|
type: {
|
|
1882
1967
|
type: StringConstructor;
|
|
1883
1968
|
default: string;
|
|
@@ -1889,13 +1974,13 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1889
1974
|
content: string;
|
|
1890
1975
|
};
|
|
1891
1976
|
};
|
|
1892
|
-
}>> & {
|
|
1977
|
+
}>> & Readonly<{
|
|
1893
1978
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
1894
|
-
}
|
|
1979
|
+
}>, {
|
|
1895
1980
|
type: string;
|
|
1896
1981
|
config: import("../../shared/types").AnyObject;
|
|
1897
|
-
}>>;
|
|
1898
|
-
},
|
|
1982
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1983
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1899
1984
|
defaultList: {
|
|
1900
1985
|
type: import("vue").PropType<((string | number) | {
|
|
1901
1986
|
[key: string]: any;
|
|
@@ -1971,6 +2056,9 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1971
2056
|
type: BooleanConstructor;
|
|
1972
2057
|
default: boolean;
|
|
1973
2058
|
};
|
|
2059
|
+
onlyCheckChildNode: {
|
|
2060
|
+
type: BooleanConstructor;
|
|
2061
|
+
};
|
|
1974
2062
|
itemKey: {
|
|
1975
2063
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
|
|
1976
2064
|
default: undefined;
|
|
@@ -1979,7 +2067,7 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1979
2067
|
type: BooleanConstructor;
|
|
1980
2068
|
default: boolean;
|
|
1981
2069
|
};
|
|
1982
|
-
}
|
|
2070
|
+
}>> & Readonly<{}>, {
|
|
1983
2071
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
|
|
1984
2072
|
defaultList: ((string | number) | {
|
|
1985
2073
|
[key: string]: any;
|
|
@@ -2000,10 +2088,11 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2000
2088
|
forceShowSelectAll: boolean;
|
|
2001
2089
|
onlyForwardCascade: boolean;
|
|
2002
2090
|
hideLeaf: boolean;
|
|
2091
|
+
onlyCheckChildNode: boolean;
|
|
2003
2092
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
|
|
2004
2093
|
showTagHover: boolean;
|
|
2005
|
-
}>>;
|
|
2006
|
-
getProps: import("vue").ComputedRef<
|
|
2094
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2095
|
+
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2007
2096
|
defaultList: {
|
|
2008
2097
|
type: import("vue").PropType<((string | number) | {
|
|
2009
2098
|
[key: string]: any;
|
|
@@ -2118,6 +2207,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2118
2207
|
type: BooleanConstructor;
|
|
2119
2208
|
default: boolean;
|
|
2120
2209
|
};
|
|
2210
|
+
onlyCheckChildNode: {
|
|
2211
|
+
type: BooleanConstructor;
|
|
2212
|
+
default: boolean;
|
|
2213
|
+
};
|
|
2121
2214
|
itemKey: {
|
|
2122
2215
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
|
|
2123
2216
|
default: undefined;
|
|
@@ -2126,15 +2219,15 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2126
2219
|
type: BooleanConstructor;
|
|
2127
2220
|
default: boolean;
|
|
2128
2221
|
};
|
|
2129
|
-
}>> & {
|
|
2222
|
+
}>> & Readonly<{
|
|
2130
2223
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
2131
2224
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
|
2132
|
-
}
|
|
2225
|
+
}> & {}> & {
|
|
2133
2226
|
[x: string]: unknown;
|
|
2134
2227
|
}>;
|
|
2135
2228
|
emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
|
2136
2229
|
getCheckWithLevel: (strategy?: import("./src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => any;
|
|
2137
|
-
},
|
|
2230
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2138
2231
|
defaultList: {
|
|
2139
2232
|
type: import("vue").PropType<((string | number) | {
|
|
2140
2233
|
[key: string]: any;
|
|
@@ -2249,6 +2342,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2249
2342
|
type: BooleanConstructor;
|
|
2250
2343
|
default: boolean;
|
|
2251
2344
|
};
|
|
2345
|
+
onlyCheckChildNode: {
|
|
2346
|
+
type: BooleanConstructor;
|
|
2347
|
+
default: boolean;
|
|
2348
|
+
};
|
|
2252
2349
|
itemKey: {
|
|
2253
2350
|
type: import("vue").PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number>;
|
|
2254
2351
|
default: undefined;
|
|
@@ -2257,10 +2354,10 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2257
2354
|
type: BooleanConstructor;
|
|
2258
2355
|
default: boolean;
|
|
2259
2356
|
};
|
|
2260
|
-
}>> & {
|
|
2357
|
+
}>> & Readonly<{
|
|
2261
2358
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
2262
2359
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
|
2263
|
-
}
|
|
2360
|
+
}>, {
|
|
2264
2361
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
|
|
2265
2362
|
height: string;
|
|
2266
2363
|
defaultList: ((string | number) | {
|
|
@@ -2298,7 +2395,8 @@ declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2298
2395
|
forceShowSelectAll: boolean;
|
|
2299
2396
|
onlyForwardCascade: boolean;
|
|
2300
2397
|
hideLeaf: boolean;
|
|
2398
|
+
onlyCheckChildNode: boolean;
|
|
2301
2399
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject) => string | number;
|
|
2302
2400
|
showTagHover: boolean;
|
|
2303
|
-
}>>;
|
|
2401
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2304
2402
|
export default SelectPerson;
|