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
|
-
import {
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
defaultValue: {
|
|
4
4
|
type: (ArrayConstructor | StringConstructor)[];
|
|
5
5
|
};
|
|
@@ -7,10 +7,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
type: StringConstructor;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}>, {
|
|
11
11
|
findAllDeptEmpByOrg: (params: any, filterApiConfig: any) => Promise<any>;
|
|
12
12
|
expandFieldApiConfig: import("../../../../shared/types").AnyObject;
|
|
13
|
-
props:
|
|
13
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
14
14
|
defaultValue: {
|
|
15
15
|
type: (ArrayConstructor | StringConstructor)[];
|
|
16
16
|
};
|
|
@@ -18,16 +18,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
type: StringConstructor;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
|
-
}>> & {
|
|
21
|
+
}>> & Readonly<{
|
|
22
22
|
onCheckPerson?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
}
|
|
23
|
+
}> & {}>;
|
|
24
24
|
emits: (event: "checkPerson", ...args: any[]) => void;
|
|
25
|
-
personSelect: import("vue").Ref<any[]>;
|
|
26
|
-
personDefaultList: import("vue").Ref<any[]>;
|
|
27
|
-
treeData: import("vue").Ref<any[]>;
|
|
28
|
-
personStr: import("vue").Ref<any>;
|
|
29
|
-
personModalRef: import("vue").Ref<null>;
|
|
30
|
-
personModalVisible: import("vue").Ref<boolean>;
|
|
25
|
+
personSelect: import("vue").Ref<any[], any[]>;
|
|
26
|
+
personDefaultList: import("vue").Ref<any[], any[]>;
|
|
27
|
+
treeData: import("vue").Ref<any[], any[]>;
|
|
28
|
+
personStr: import("vue").Ref<any, any>;
|
|
29
|
+
personModalRef: import("vue").Ref<null, null>;
|
|
30
|
+
personModalVisible: import("vue").Ref<boolean, boolean>;
|
|
31
31
|
inputChange: (value: string) => void;
|
|
32
32
|
openChoice: () => void;
|
|
33
33
|
clearAllTags: () => void;
|
|
@@ -36,12 +36,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
findAllDeptEmpByOrgFunc: () => Promise<void>;
|
|
37
37
|
handleInit: () => never[] | undefined;
|
|
38
38
|
init: () => Promise<void>;
|
|
39
|
-
NInputGroup: any;
|
|
40
|
-
NButton: any;
|
|
41
|
-
NInput: any;
|
|
42
|
-
NTooltip: any;
|
|
43
|
-
NTag: any;
|
|
44
|
-
PersonModal: import("vue").DefineComponent<{
|
|
39
|
+
readonly NInputGroup: any;
|
|
40
|
+
readonly NButton: any;
|
|
41
|
+
readonly NInput: any;
|
|
42
|
+
readonly NTooltip: any;
|
|
43
|
+
readonly NTag: any;
|
|
44
|
+
PersonModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
45
45
|
visible: {
|
|
46
46
|
type: BooleanConstructor;
|
|
47
47
|
default: boolean;
|
|
@@ -54,8 +54,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
type: PropType<import("../../../../shared/types").AnyObject[]>;
|
|
55
55
|
default: () => never[];
|
|
56
56
|
};
|
|
57
|
-
}
|
|
58
|
-
props:
|
|
57
|
+
}>, {
|
|
58
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
59
59
|
visible: {
|
|
60
60
|
type: BooleanConstructor;
|
|
61
61
|
default: boolean;
|
|
@@ -68,10 +68,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
type: PropType<import("../../../../shared/types").AnyObject[]>;
|
|
69
69
|
default: () => never[];
|
|
70
70
|
};
|
|
71
|
-
}>> & {
|
|
71
|
+
}>> & Readonly<{
|
|
72
72
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
73
73
|
onChangeModalVisible?: ((...args: any[]) => any) | undefined;
|
|
74
|
-
}
|
|
74
|
+
}> & {}>;
|
|
75
75
|
emits: (event: "check" | "changeModalVisible", ...args: any[]) => void;
|
|
76
76
|
wordbook: import("vue").Ref<{
|
|
77
77
|
parent_id_obj: string;
|
|
@@ -79,6 +79,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
79
|
parent_name_obj: string;
|
|
80
80
|
parent_name_obj_key: string;
|
|
81
81
|
user_count_obj: string;
|
|
82
|
+
}, {
|
|
83
|
+
parent_id_obj: string;
|
|
84
|
+
parent_id_obj_key: string;
|
|
85
|
+
parent_name_obj: string;
|
|
86
|
+
parent_name_obj_key: string;
|
|
87
|
+
user_count_obj: string;
|
|
88
|
+
} | {
|
|
89
|
+
parent_id_obj: string;
|
|
90
|
+
parent_id_obj_key: string;
|
|
91
|
+
parent_name_obj: string;
|
|
92
|
+
parent_name_obj_key: string;
|
|
93
|
+
user_count_obj: string;
|
|
82
94
|
}>;
|
|
83
95
|
wordbookChild: {
|
|
84
96
|
user_id_obj: string;
|
|
@@ -86,15 +98,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
98
|
user_name_obj: string;
|
|
87
99
|
user_name_obj_key: string;
|
|
88
100
|
};
|
|
89
|
-
personList: import("vue").Ref<never[]>;
|
|
90
|
-
checkedTreeItem: import("vue").Ref<any[]>;
|
|
101
|
+
personList: import("vue").Ref<never[], never[]>;
|
|
102
|
+
checkedTreeItem: import("vue").Ref<any[], any[]>;
|
|
91
103
|
modalSave: () => void;
|
|
92
104
|
modalCancel: () => void;
|
|
93
105
|
checkWithLevel: (checkedItem: any[]) => void;
|
|
94
|
-
NModal: any;
|
|
95
|
-
NCard: any;
|
|
96
|
-
NButton: any;
|
|
97
|
-
CSelectPerson: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
106
|
+
readonly NModal: any;
|
|
107
|
+
readonly NCard: any;
|
|
108
|
+
readonly NButton: any;
|
|
109
|
+
readonly CSelectPerson: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
98
110
|
defaultList: {
|
|
99
111
|
type: PropType<((string | number) | {
|
|
100
112
|
[key: string]: any;
|
|
@@ -209,6 +221,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
209
221
|
type: BooleanConstructor;
|
|
210
222
|
default: boolean;
|
|
211
223
|
};
|
|
224
|
+
onlyCheckChildNode: {
|
|
225
|
+
type: BooleanConstructor;
|
|
226
|
+
default: boolean;
|
|
227
|
+
};
|
|
212
228
|
itemKey: {
|
|
213
229
|
type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
|
|
214
230
|
default: undefined;
|
|
@@ -217,11 +233,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
217
233
|
type: BooleanConstructor;
|
|
218
234
|
default: boolean;
|
|
219
235
|
};
|
|
220
|
-
}
|
|
236
|
+
}>, {
|
|
221
237
|
$attrs: {
|
|
222
238
|
[x: string]: unknown;
|
|
223
239
|
};
|
|
224
|
-
props:
|
|
240
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
225
241
|
defaultList: {
|
|
226
242
|
type: PropType<((string | number) | {
|
|
227
243
|
[key: string]: any;
|
|
@@ -336,6 +352,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
336
352
|
type: BooleanConstructor;
|
|
337
353
|
default: boolean;
|
|
338
354
|
};
|
|
355
|
+
onlyCheckChildNode: {
|
|
356
|
+
type: BooleanConstructor;
|
|
357
|
+
default: boolean;
|
|
358
|
+
};
|
|
339
359
|
itemKey: {
|
|
340
360
|
type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
|
|
341
361
|
default: undefined;
|
|
@@ -344,13 +364,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
344
364
|
type: BooleanConstructor;
|
|
345
365
|
default: boolean;
|
|
346
366
|
};
|
|
347
|
-
}>> & {
|
|
367
|
+
}>> & Readonly<{
|
|
348
368
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
349
369
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
|
350
|
-
}
|
|
370
|
+
}> & {}>;
|
|
351
371
|
__emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
|
352
|
-
selectPersonRef: import("vue").Ref<any>;
|
|
353
|
-
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
|
|
372
|
+
selectPersonRef: import("vue").Ref<any, any>;
|
|
373
|
+
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
354
374
|
defaultList: {
|
|
355
375
|
type: PropType<((string | number) | {
|
|
356
376
|
[key: string]: any;
|
|
@@ -435,8 +455,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
435
455
|
forceShowSelectAll: {
|
|
436
456
|
type: BooleanConstructor;
|
|
437
457
|
};
|
|
438
|
-
}
|
|
439
|
-
props:
|
|
458
|
+
}>, {
|
|
459
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
440
460
|
defaultList: {
|
|
441
461
|
type: PropType<((string | number) | {
|
|
442
462
|
[key: string]: any;
|
|
@@ -521,12 +541,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
521
541
|
forceShowSelectAll: {
|
|
522
542
|
type: BooleanConstructor;
|
|
523
543
|
};
|
|
524
|
-
}>> & {}
|
|
544
|
+
}>> & Readonly<{}> & {}>;
|
|
525
545
|
emit: any;
|
|
526
|
-
keyword: import("vue").Ref<string>;
|
|
527
|
-
checkedAll: import("vue").Ref<boolean>;
|
|
528
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
|
529
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
|
546
|
+
keyword: import("vue").Ref<string, string>;
|
|
547
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
|
548
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
549
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
530
550
|
treeData: import("vue").Ref<{
|
|
531
551
|
[x: string]: unknown;
|
|
532
552
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
@@ -537,12 +557,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
537
557
|
children?: any[] | undefined;
|
|
538
558
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
539
559
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
560
|
+
}[], import("naive-ui").TreeOption[] | {
|
|
561
|
+
[x: string]: unknown;
|
|
562
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
563
|
+
label?: string | undefined;
|
|
564
|
+
checkboxDisabled?: boolean | undefined;
|
|
565
|
+
disabled?: boolean | undefined;
|
|
566
|
+
isLeaf?: boolean | undefined;
|
|
567
|
+
children?: any[] | undefined;
|
|
568
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
569
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
540
570
|
}[]>;
|
|
541
|
-
isSearch: import("vue").Ref<boolean>;
|
|
542
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
|
543
|
-
curSelectKey: any
|
|
544
|
-
treeDataMiddle: any
|
|
545
|
-
checkedTagsMiddle: import("vue").Ref<any[]>;
|
|
571
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
|
572
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
573
|
+
curSelectKey: import("vue").Ref<any, any>;
|
|
574
|
+
treeDataMiddle: import("vue").Ref<any, any>;
|
|
575
|
+
checkedTagsMiddle: import("vue").Ref<any[], any[]>;
|
|
546
576
|
allCheckedKeysMiddle: any;
|
|
547
577
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
|
548
578
|
keyStr: import("vue").ComputedRef<string | number>;
|
|
@@ -557,7 +587,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
557
587
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
|
558
588
|
renderLabel: ({ option }: {
|
|
559
589
|
option: import("naive-ui").TreeOption;
|
|
560
|
-
}) =>
|
|
590
|
+
}) => any;
|
|
561
591
|
getLabelName: (curProps: any, option: import("naive-ui").TreeOption) => {};
|
|
562
592
|
loopTrees: (treeObjs: any) => any;
|
|
563
593
|
transformData: (key: string, trees: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => import("naive-ui").TreeOption[];
|
|
@@ -577,19 +607,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
577
607
|
}) => void;
|
|
578
608
|
notifySearchClear: () => void;
|
|
579
609
|
getCheckWithLevel: () => any[];
|
|
580
|
-
NButton: any;
|
|
581
|
-
NInput: any;
|
|
582
|
-
NInputGroup: any;
|
|
583
|
-
NCheckbox: any;
|
|
584
|
-
NTree: any;
|
|
585
|
-
NTag: any;
|
|
586
|
-
NIcon: any;
|
|
587
|
-
NSpace: any;
|
|
588
|
-
NGrid: any;
|
|
589
|
-
NGi: any;
|
|
590
|
-
NEmpty: any;
|
|
591
|
-
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<{}>>, {}>;
|
|
592
|
-
},
|
|
610
|
+
readonly NButton: any;
|
|
611
|
+
readonly NInput: any;
|
|
612
|
+
readonly NInputGroup: any;
|
|
613
|
+
readonly NCheckbox: any;
|
|
614
|
+
readonly NTree: any;
|
|
615
|
+
readonly NTag: any;
|
|
616
|
+
readonly NIcon: any;
|
|
617
|
+
readonly NSpace: any;
|
|
618
|
+
readonly NGrid: any;
|
|
619
|
+
readonly NGi: any;
|
|
620
|
+
readonly NEmpty: any;
|
|
621
|
+
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>;
|
|
622
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
593
623
|
defaultList: {
|
|
594
624
|
type: PropType<((string | number) | {
|
|
595
625
|
[key: string]: any;
|
|
@@ -674,7 +704,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
674
704
|
forceShowSelectAll: {
|
|
675
705
|
type: BooleanConstructor;
|
|
676
706
|
};
|
|
677
|
-
}
|
|
707
|
+
}>> & Readonly<{}>, {
|
|
678
708
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
|
|
679
709
|
defaultList: ((string | number) | {
|
|
680
710
|
[key: string]: any;
|
|
@@ -706,7 +736,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
706
736
|
switchTypeData: import("../../../../shared/types").AnyObject;
|
|
707
737
|
tagProps: import("../../../../shared/types").AnyObject;
|
|
708
738
|
forceShowSelectAll: boolean;
|
|
709
|
-
}> | import("vue").DefineComponent<{
|
|
739
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
710
740
|
defaultList: {
|
|
711
741
|
type: PropType<((string | number) | {
|
|
712
742
|
[key: string]: any;
|
|
@@ -801,7 +831,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
801
831
|
onlyForwardCascade: {
|
|
802
832
|
type: BooleanConstructor;
|
|
803
833
|
};
|
|
804
|
-
}
|
|
834
|
+
}>, {
|
|
805
835
|
searchFilterBase: {
|
|
806
836
|
isOpen: boolean;
|
|
807
837
|
multiple: boolean;
|
|
@@ -813,7 +843,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
813
843
|
label: string;
|
|
814
844
|
}[];
|
|
815
845
|
labelListName: any;
|
|
816
|
-
props:
|
|
846
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
817
847
|
defaultList: {
|
|
818
848
|
type: PropType<((string | number) | {
|
|
819
849
|
[key: string]: any;
|
|
@@ -908,12 +938,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
908
938
|
onlyForwardCascade: {
|
|
909
939
|
type: BooleanConstructor;
|
|
910
940
|
};
|
|
911
|
-
}>> & {}
|
|
941
|
+
}>> & Readonly<{}> & {}>;
|
|
912
942
|
emit: any;
|
|
913
|
-
keyword: import("vue").Ref<string>;
|
|
914
|
-
checkedAll: import("vue").Ref<boolean>;
|
|
915
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
|
916
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
|
943
|
+
keyword: import("vue").Ref<string, string>;
|
|
944
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
|
945
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
946
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
917
947
|
treeData: import("vue").Ref<{
|
|
918
948
|
[x: string]: unknown;
|
|
919
949
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
@@ -924,21 +954,43 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
924
954
|
children?: any[] | undefined;
|
|
925
955
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
926
956
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
957
|
+
}[], import("naive-ui").TreeOption[] | {
|
|
958
|
+
[x: string]: unknown;
|
|
959
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
960
|
+
label?: string | undefined;
|
|
961
|
+
checkboxDisabled?: boolean | undefined;
|
|
962
|
+
disabled?: boolean | undefined;
|
|
963
|
+
isLeaf?: boolean | undefined;
|
|
964
|
+
children?: any[] | undefined;
|
|
965
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
966
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
927
967
|
}[]>;
|
|
928
968
|
tagData: import("vue").Ref<{
|
|
929
969
|
[x: string]: any;
|
|
930
970
|
key: string | number;
|
|
971
|
+
}[], {
|
|
972
|
+
[key: string]: any;
|
|
973
|
+
key: string | number;
|
|
974
|
+
}[] | {
|
|
975
|
+
[x: string]: any;
|
|
976
|
+
key: string | number;
|
|
931
977
|
}[]>;
|
|
932
978
|
initTagData: import("vue").Ref<{
|
|
933
979
|
[x: string]: any;
|
|
934
980
|
key: string | number;
|
|
981
|
+
}[], {
|
|
982
|
+
[key: string]: any;
|
|
983
|
+
key: string | number;
|
|
984
|
+
}[] | {
|
|
985
|
+
[x: string]: any;
|
|
986
|
+
key: string | number;
|
|
935
987
|
}[]>;
|
|
936
|
-
isSearch: import("vue").Ref<boolean>;
|
|
937
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
|
988
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
|
989
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
938
990
|
isRemote: import("vue").ComputedRef<boolean>;
|
|
939
991
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
|
940
992
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
|
941
|
-
curSelectKey: import("vue").Ref<string>;
|
|
993
|
+
curSelectKey: import("vue").Ref<string, string>;
|
|
942
994
|
mergeSearchFilter: import("vue").ComputedRef<{
|
|
943
995
|
isOpen: boolean;
|
|
944
996
|
multiple: boolean;
|
|
@@ -972,7 +1024,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
972
1024
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
|
973
1025
|
renderLabel: ({ option }: {
|
|
974
1026
|
option: import("naive-ui").TreeOption;
|
|
975
|
-
}) =>
|
|
1027
|
+
}) => any;
|
|
976
1028
|
getLabelName: (option: import("naive-ui").TreeOption) => {};
|
|
977
1029
|
transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
|
978
1030
|
calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
|
@@ -1007,19 +1059,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1007
1059
|
notifySearchClear: () => void;
|
|
1008
1060
|
getCheckWithLevel: () => any;
|
|
1009
1061
|
resetParams: () => void;
|
|
1010
|
-
NButton: any;
|
|
1011
|
-
NInput: any;
|
|
1012
|
-
NInputGroup: any;
|
|
1013
|
-
NCheckbox: any;
|
|
1014
|
-
NTree: any;
|
|
1015
|
-
NTag: any;
|
|
1016
|
-
NIcon: any;
|
|
1017
|
-
NSpace: any;
|
|
1018
|
-
NGrid: any;
|
|
1019
|
-
NGi: any;
|
|
1020
|
-
NEmpty: any;
|
|
1021
|
-
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<{}>>, {}>;
|
|
1022
|
-
SearchMultiple: import("vue").DefineComponent<{
|
|
1062
|
+
readonly NButton: any;
|
|
1063
|
+
readonly NInput: any;
|
|
1064
|
+
readonly NInputGroup: any;
|
|
1065
|
+
readonly NCheckbox: any;
|
|
1066
|
+
readonly NTree: any;
|
|
1067
|
+
readonly NTag: any;
|
|
1068
|
+
readonly NIcon: any;
|
|
1069
|
+
readonly NSpace: any;
|
|
1070
|
+
readonly NGrid: any;
|
|
1071
|
+
readonly NGi: any;
|
|
1072
|
+
readonly NEmpty: any;
|
|
1073
|
+
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>;
|
|
1074
|
+
SearchMultiple: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1023
1075
|
treeData: {
|
|
1024
1076
|
type: PropType<any[]>;
|
|
1025
1077
|
default: () => never[];
|
|
@@ -1028,8 +1080,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1028
1080
|
type: PropType<(string | number)[]>;
|
|
1029
1081
|
default: () => never[];
|
|
1030
1082
|
};
|
|
1031
|
-
}
|
|
1032
|
-
props:
|
|
1083
|
+
}>, {
|
|
1084
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1033
1085
|
treeData: {
|
|
1034
1086
|
type: PropType<any[]>;
|
|
1035
1087
|
default: () => never[];
|
|
@@ -1038,14 +1090,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1038
1090
|
type: PropType<(string | number)[]>;
|
|
1039
1091
|
default: () => never[];
|
|
1040
1092
|
};
|
|
1041
|
-
}>> & {
|
|
1093
|
+
}>> & Readonly<{
|
|
1042
1094
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
1043
|
-
}
|
|
1095
|
+
}> & {}>;
|
|
1044
1096
|
emit: (event: "notifyCheck", ...args: any[]) => void;
|
|
1045
1097
|
optionsRef: import("vue").ComputedRef<any[]>;
|
|
1046
|
-
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1098
|
+
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1047
1099
|
containerProps: {
|
|
1048
|
-
ref: import("vue").Ref<any>;
|
|
1100
|
+
ref: import("vue").Ref<any, any>;
|
|
1049
1101
|
onScroll: () => void;
|
|
1050
1102
|
style: Partial<CSSStyleDeclaration>;
|
|
1051
1103
|
};
|
|
@@ -1057,8 +1109,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1057
1109
|
};
|
|
1058
1110
|
}>;
|
|
1059
1111
|
containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1060
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
|
1061
|
-
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
|
1112
|
+
searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1113
|
+
showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1062
1114
|
checkedChange: (checkList: (string | number)[], meta: {
|
|
1063
1115
|
actionType: "check" | "uncheck";
|
|
1064
1116
|
value: string | number;
|
|
@@ -1093,10 +1145,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1093
1145
|
children: any[];
|
|
1094
1146
|
parentNode: any;
|
|
1095
1147
|
}, baseKey: string | number) => false | undefined;
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1148
|
+
readonly NCheckboxGroup: any;
|
|
1149
|
+
readonly NCheckbox: any;
|
|
1150
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1100
1151
|
treeData: {
|
|
1101
1152
|
type: PropType<any[]>;
|
|
1102
1153
|
default: () => never[];
|
|
@@ -1105,13 +1156,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1105
1156
|
type: PropType<(string | number)[]>;
|
|
1106
1157
|
default: () => never[];
|
|
1107
1158
|
};
|
|
1108
|
-
}>> & {
|
|
1159
|
+
}>> & Readonly<{
|
|
1109
1160
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
1110
|
-
}
|
|
1111
|
-
treeData: any[];
|
|
1161
|
+
}>, {
|
|
1112
1162
|
checkedKeys: (string | number)[];
|
|
1113
|
-
|
|
1114
|
-
|
|
1163
|
+
treeData: any[];
|
|
1164
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1165
|
+
SearchOrgAndStaff: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1115
1166
|
treeData: {
|
|
1116
1167
|
type: PropType<any[]>;
|
|
1117
1168
|
default: () => never[];
|
|
@@ -1128,10 +1179,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1128
1179
|
type: BooleanConstructor;
|
|
1129
1180
|
default: boolean;
|
|
1130
1181
|
};
|
|
1131
|
-
}
|
|
1132
|
-
$message: import("naive-ui").MessageApi;
|
|
1182
|
+
}>, {
|
|
1183
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
1133
1184
|
virtualItemHeight: number;
|
|
1134
|
-
props:
|
|
1185
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1135
1186
|
treeData: {
|
|
1136
1187
|
type: PropType<any[]>;
|
|
1137
1188
|
default: () => never[];
|
|
@@ -1148,17 +1199,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1148
1199
|
type: BooleanConstructor;
|
|
1149
1200
|
default: boolean;
|
|
1150
1201
|
};
|
|
1151
|
-
}>> & {
|
|
1202
|
+
}>> & Readonly<{
|
|
1152
1203
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
1153
1204
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
|
1154
|
-
}
|
|
1205
|
+
}> & {}>;
|
|
1155
1206
|
emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
|
|
1156
1207
|
moduleHeight: import("vue").ComputedRef<any>;
|
|
1157
1208
|
showNums: import("vue").ComputedRef<number>;
|
|
1158
1209
|
staffDataRef: import("vue").ComputedRef<any[]>;
|
|
1159
|
-
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1210
|
+
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1160
1211
|
staffContainerProps: {
|
|
1161
|
-
ref: import("vue").Ref<any>;
|
|
1212
|
+
ref: import("vue").Ref<any, any>;
|
|
1162
1213
|
onScroll: () => void;
|
|
1163
1214
|
style: Partial<CSSStyleDeclaration>;
|
|
1164
1215
|
};
|
|
@@ -1171,9 +1222,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1171
1222
|
}>;
|
|
1172
1223
|
staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1173
1224
|
orgDataRef: import("vue").ComputedRef<any[]>;
|
|
1174
|
-
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1225
|
+
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
|
1175
1226
|
orgContainerProps: {
|
|
1176
|
-
ref: import("vue").Ref<any>;
|
|
1227
|
+
ref: import("vue").Ref<any, any>;
|
|
1177
1228
|
onScroll: () => void;
|
|
1178
1229
|
style: Partial<CSSStyleDeclaration>;
|
|
1179
1230
|
};
|
|
@@ -1185,8 +1236,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1185
1236
|
};
|
|
1186
1237
|
}>;
|
|
1187
1238
|
orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1188
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
|
1189
|
-
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
|
1239
|
+
searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1240
|
+
showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1190
1241
|
handleClick: (tree: any) => void;
|
|
1191
1242
|
handleStaffClick: (baseKeys: (string | number)[], currentTree: {
|
|
1192
1243
|
[key: string]: any;
|
|
@@ -1218,9 +1269,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1218
1269
|
children: any[];
|
|
1219
1270
|
parentNode: any;
|
|
1220
1271
|
}, baseKey: string | number) => false | undefined;
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1272
|
+
readonly NEmpty: any;
|
|
1273
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1224
1274
|
treeData: {
|
|
1225
1275
|
type: PropType<any[]>;
|
|
1226
1276
|
default: () => never[];
|
|
@@ -1237,16 +1287,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1237
1287
|
type: BooleanConstructor;
|
|
1238
1288
|
default: boolean;
|
|
1239
1289
|
};
|
|
1240
|
-
}>> & {
|
|
1290
|
+
}>> & Readonly<{
|
|
1241
1291
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
|
1242
1292
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
|
1243
|
-
}
|
|
1293
|
+
}>, {
|
|
1244
1294
|
searchFilter: Record<string, any>;
|
|
1245
|
-
treeData: any[];
|
|
1246
1295
|
checkedKeys: (string | number)[];
|
|
1296
|
+
treeData: any[];
|
|
1247
1297
|
isMultiple: boolean;
|
|
1248
|
-
}>;
|
|
1249
|
-
},
|
|
1298
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1299
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1250
1300
|
defaultList: {
|
|
1251
1301
|
type: PropType<((string | number) | {
|
|
1252
1302
|
[key: string]: any;
|
|
@@ -1341,7 +1391,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1341
1391
|
onlyForwardCascade: {
|
|
1342
1392
|
type: BooleanConstructor;
|
|
1343
1393
|
};
|
|
1344
|
-
}
|
|
1394
|
+
}>> & Readonly<{}>, {
|
|
1345
1395
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
|
|
1346
1396
|
defaultList: ((string | number) | {
|
|
1347
1397
|
[key: string]: any;
|
|
@@ -1374,7 +1424,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1374
1424
|
roleFields: Record<string, any>;
|
|
1375
1425
|
forceShowSelectAll: boolean;
|
|
1376
1426
|
onlyForwardCascade: boolean;
|
|
1377
|
-
}> | import("vue").DefineComponent<{
|
|
1427
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1378
1428
|
defaultList: {
|
|
1379
1429
|
type: PropType<((string | number) | {
|
|
1380
1430
|
[key: string]: any;
|
|
@@ -1450,6 +1500,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1450
1500
|
type: BooleanConstructor;
|
|
1451
1501
|
default: boolean;
|
|
1452
1502
|
};
|
|
1503
|
+
onlyCheckChildNode: {
|
|
1504
|
+
type: BooleanConstructor;
|
|
1505
|
+
};
|
|
1453
1506
|
itemKey: {
|
|
1454
1507
|
type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
|
|
1455
1508
|
default: undefined;
|
|
@@ -1458,9 +1511,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1458
1511
|
type: BooleanConstructor;
|
|
1459
1512
|
default: boolean;
|
|
1460
1513
|
};
|
|
1461
|
-
}
|
|
1462
|
-
$message: import("naive-ui").MessageApi;
|
|
1463
|
-
props:
|
|
1514
|
+
}>, {
|
|
1515
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
1516
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1464
1517
|
defaultList: {
|
|
1465
1518
|
type: PropType<((string | number) | {
|
|
1466
1519
|
[key: string]: any;
|
|
@@ -1536,6 +1589,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1536
1589
|
type: BooleanConstructor;
|
|
1537
1590
|
default: boolean;
|
|
1538
1591
|
};
|
|
1592
|
+
onlyCheckChildNode: {
|
|
1593
|
+
type: BooleanConstructor;
|
|
1594
|
+
};
|
|
1539
1595
|
itemKey: {
|
|
1540
1596
|
type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
|
|
1541
1597
|
default: undefined;
|
|
@@ -1544,13 +1600,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1544
1600
|
type: BooleanConstructor;
|
|
1545
1601
|
default: boolean;
|
|
1546
1602
|
};
|
|
1547
|
-
}>> & {}
|
|
1603
|
+
}>> & Readonly<{}> & {}>;
|
|
1548
1604
|
emit: any;
|
|
1549
|
-
keyword: import("vue").Ref<string>;
|
|
1550
|
-
checkedAll: import("vue").Ref<boolean>;
|
|
1551
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
|
1552
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
|
1553
|
-
treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
|
|
1605
|
+
keyword: import("vue").Ref<string, string>;
|
|
1606
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
|
1607
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1608
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
|
1609
|
+
treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[], import("../../../select-person/src/types").PTreeOption[]>;
|
|
1554
1610
|
treeAsyncData: import("vue").Ref<{
|
|
1555
1611
|
[x: string]: any;
|
|
1556
1612
|
key: string | number;
|
|
@@ -1585,15 +1641,52 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1585
1641
|
};
|
|
1586
1642
|
disabled?: boolean | undefined;
|
|
1587
1643
|
count?: number | undefined;
|
|
1644
|
+
}[], import("../../../select-person/src/types").PTreeOption[] | {
|
|
1645
|
+
[x: string]: any;
|
|
1646
|
+
key: string | number;
|
|
1647
|
+
label: string;
|
|
1648
|
+
name: string;
|
|
1649
|
+
labelExpand: string;
|
|
1650
|
+
parentKey?: (string | number) | undefined;
|
|
1651
|
+
parentName: string;
|
|
1652
|
+
innerItemsNum: number;
|
|
1653
|
+
children: any[] | undefined;
|
|
1654
|
+
leaf: boolean;
|
|
1655
|
+
originItem: {
|
|
1656
|
+
[x: string]: any;
|
|
1657
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
1658
|
+
label?: string | undefined;
|
|
1659
|
+
checkboxDisabled?: boolean | undefined;
|
|
1660
|
+
disabled?: boolean | undefined;
|
|
1661
|
+
isLeaf?: boolean | undefined;
|
|
1662
|
+
children?: {
|
|
1663
|
+
[x: string]: unknown;
|
|
1664
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
1665
|
+
label?: string | undefined;
|
|
1666
|
+
checkboxDisabled?: boolean | undefined;
|
|
1667
|
+
disabled?: boolean | undefined;
|
|
1668
|
+
isLeaf?: boolean | undefined;
|
|
1669
|
+
children?: any[] | undefined;
|
|
1670
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
1671
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
1672
|
+
}[] | undefined;
|
|
1673
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
1674
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
1675
|
+
};
|
|
1676
|
+
disabled?: boolean | undefined;
|
|
1677
|
+
count?: number | undefined;
|
|
1588
1678
|
}[]>;
|
|
1589
|
-
searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
|
|
1679
|
+
searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[], import("../../../select-person/src/types").PTreeOption[]>;
|
|
1590
1680
|
searchData: import("vue").ShallowRef<{
|
|
1591
1681
|
title: string;
|
|
1592
1682
|
data: import("../../../select-person/src/types").PTreeOption[];
|
|
1683
|
+
}[], {
|
|
1684
|
+
title: string;
|
|
1685
|
+
data: import("../../../select-person/src/types").PTreeOption[];
|
|
1593
1686
|
}[]>;
|
|
1594
1687
|
treeMap: Map<string | number, import("../../../select-person/src/types").PTreeOption>;
|
|
1595
|
-
isSearch: import("vue").Ref<boolean>;
|
|
1596
|
-
remoteDefaultList: import("vue").Ref<import("../../../../shared/types").AnyObject[]>;
|
|
1688
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
|
1689
|
+
remoteDefaultList: import("vue").Ref<import("../../../../shared/types").AnyObject[], import("../../../../shared/types").AnyObject[]>;
|
|
1597
1690
|
isRemote: import("vue").ComputedRef<boolean>;
|
|
1598
1691
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
|
1599
1692
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
|
@@ -1639,7 +1732,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1639
1732
|
queryLoadChildNode: (node: import("../../../select-person/src/types").PTreeOption) => Promise<import("../../../../shared/types").AnyObject>;
|
|
1640
1733
|
renderLabel: ({ option }: {
|
|
1641
1734
|
option: import("naive-ui").TreeOption;
|
|
1642
|
-
}) =>
|
|
1735
|
+
}) => any;
|
|
1643
1736
|
getChildren: (tag: import("../../../select-person/src/types").PTreeOption) => import("../../../../shared/types").AnyObject[];
|
|
1644
1737
|
transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[], parentNode: import("../../../select-person/src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("../../../select-person/src/types").PTreeOption) => unknown>> | undefined) => {
|
|
1645
1738
|
treeItems: import("../../../select-person/src/types").PTreeOption[];
|
|
@@ -1655,6 +1748,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1655
1748
|
node: import("naive-ui").TreeOption | null;
|
|
1656
1749
|
action: "check" | "uncheck";
|
|
1657
1750
|
}) => void;
|
|
1751
|
+
updateTreeSelected: (keys: (string | number)[], _: any, meta: {
|
|
1752
|
+
node: import("naive-ui").TreeOption | null;
|
|
1753
|
+
action: "check" | "uncheck";
|
|
1754
|
+
}) => void;
|
|
1658
1755
|
clearAll: () => void;
|
|
1659
1756
|
updateChecked: (key: string | number, checked: boolean) => void;
|
|
1660
1757
|
notifyCheck: (key: string | number, isChecked?: boolean) => void;
|
|
@@ -1675,16 +1772,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1675
1772
|
count?: number | undefined;
|
|
1676
1773
|
}[];
|
|
1677
1774
|
resetParams: () => void;
|
|
1678
|
-
NButton: any;
|
|
1679
|
-
NInput: any;
|
|
1680
|
-
NInputGroup: any;
|
|
1681
|
-
NCheckbox: any;
|
|
1682
|
-
NTree: any;
|
|
1683
|
-
NSpace: any;
|
|
1684
|
-
NGrid: any;
|
|
1685
|
-
NGi: any;
|
|
1686
|
-
NPopover: any;
|
|
1687
|
-
SearchGroupList: import("vue").DefineComponent<{
|
|
1775
|
+
readonly NButton: any;
|
|
1776
|
+
readonly NInput: any;
|
|
1777
|
+
readonly NInputGroup: any;
|
|
1778
|
+
readonly NCheckbox: any;
|
|
1779
|
+
readonly NTree: any;
|
|
1780
|
+
readonly NSpace: any;
|
|
1781
|
+
readonly NGrid: any;
|
|
1782
|
+
readonly NGi: any;
|
|
1783
|
+
readonly NPopover: any;
|
|
1784
|
+
SearchGroupList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1688
1785
|
data: {
|
|
1689
1786
|
type: PropType<{
|
|
1690
1787
|
title: string;
|
|
@@ -1709,9 +1806,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1709
1806
|
type: StringConstructor;
|
|
1710
1807
|
default: string;
|
|
1711
1808
|
};
|
|
1712
|
-
}
|
|
1809
|
+
}>, {
|
|
1713
1810
|
emit: (event: "checked", ...args: any[]) => void;
|
|
1714
|
-
props:
|
|
1811
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1715
1812
|
data: {
|
|
1716
1813
|
type: PropType<{
|
|
1717
1814
|
title: string;
|
|
@@ -1736,9 +1833,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1736
1833
|
type: StringConstructor;
|
|
1737
1834
|
default: string;
|
|
1738
1835
|
};
|
|
1739
|
-
}>> & {
|
|
1836
|
+
}>> & Readonly<{
|
|
1740
1837
|
onChecked?: ((...args: any[]) => any) | undefined;
|
|
1741
|
-
}
|
|
1838
|
+
}> & {}>;
|
|
1742
1839
|
renderData: import("vue").ComputedRef<{
|
|
1743
1840
|
title: string;
|
|
1744
1841
|
data: {
|
|
@@ -1750,10 +1847,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1750
1847
|
}[]>;
|
|
1751
1848
|
handleClick: (item: import("../../../../shared/types").AnyObject) => void;
|
|
1752
1849
|
handleChange: (item: import("../../../../shared/types").AnyObject, checked: boolean) => void;
|
|
1753
|
-
NVirtualList: any;
|
|
1754
|
-
NCheckbox: any;
|
|
1755
|
-
NPopover: any;
|
|
1756
|
-
CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
1850
|
+
readonly NVirtualList: any;
|
|
1851
|
+
readonly NCheckbox: any;
|
|
1852
|
+
readonly NPopover: any;
|
|
1853
|
+
readonly CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1757
1854
|
type: {
|
|
1758
1855
|
type: StringConstructor;
|
|
1759
1856
|
default: string;
|
|
@@ -1765,8 +1862,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1765
1862
|
content: string;
|
|
1766
1863
|
};
|
|
1767
1864
|
};
|
|
1768
|
-
}
|
|
1769
|
-
props:
|
|
1865
|
+
}>, {
|
|
1866
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1770
1867
|
type: {
|
|
1771
1868
|
type: StringConstructor;
|
|
1772
1869
|
default: string;
|
|
@@ -1778,9 +1875,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1778
1875
|
content: string;
|
|
1779
1876
|
};
|
|
1780
1877
|
};
|
|
1781
|
-
}>> & {
|
|
1878
|
+
}>> & Readonly<{
|
|
1782
1879
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
1783
|
-
}
|
|
1880
|
+
}> & {}>;
|
|
1784
1881
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
|
1785
1882
|
configResult: import("vue").ComputedRef<{
|
|
1786
1883
|
title: string;
|
|
@@ -1788,9 +1885,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1788
1885
|
img: string;
|
|
1789
1886
|
}>;
|
|
1790
1887
|
reloadPage: () => void;
|
|
1791
|
-
NIcon: any;
|
|
1792
|
-
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<{}>>, {}>;
|
|
1793
|
-
},
|
|
1888
|
+
readonly NIcon: any;
|
|
1889
|
+
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>;
|
|
1890
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1794
1891
|
type: {
|
|
1795
1892
|
type: StringConstructor;
|
|
1796
1893
|
default: string;
|
|
@@ -1802,29 +1899,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1802
1899
|
content: string;
|
|
1803
1900
|
};
|
|
1804
1901
|
};
|
|
1805
|
-
}>> & {
|
|
1902
|
+
}>> & Readonly<{
|
|
1806
1903
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
1807
|
-
}
|
|
1904
|
+
}>, {
|
|
1808
1905
|
type: string;
|
|
1809
1906
|
config: import("../../../../shared/types").AnyObject;
|
|
1810
|
-
}>>;
|
|
1811
|
-
GroupItem: import("vue").DefineComponent<{
|
|
1907
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1908
|
+
GroupItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1812
1909
|
item: {
|
|
1813
1910
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
1814
1911
|
required: true;
|
|
1815
1912
|
};
|
|
1816
|
-
}
|
|
1913
|
+
}>, {
|
|
1817
1914
|
emit: (event: "checked", ...args: any[]) => void;
|
|
1818
1915
|
handleClick: (item: import("../../../../shared/types").AnyObject) => void;
|
|
1819
|
-
},
|
|
1916
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1820
1917
|
item: {
|
|
1821
1918
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
1822
1919
|
required: true;
|
|
1823
1920
|
};
|
|
1824
|
-
}>> & {
|
|
1921
|
+
}>> & Readonly<{
|
|
1825
1922
|
onChecked?: ((...args: any[]) => any) | undefined;
|
|
1826
|
-
}, {}>;
|
|
1827
|
-
TagItem: import("vue").DefineComponent<{
|
|
1923
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1924
|
+
TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1828
1925
|
tag: {
|
|
1829
1926
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
1830
1927
|
required: true;
|
|
@@ -1833,8 +1930,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1833
1930
|
type: BooleanConstructor;
|
|
1834
1931
|
default: boolean;
|
|
1835
1932
|
};
|
|
1836
|
-
}
|
|
1837
|
-
props:
|
|
1933
|
+
}>, {
|
|
1934
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1838
1935
|
tag: {
|
|
1839
1936
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
1840
1937
|
required: true;
|
|
@@ -1843,14 +1940,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1843
1940
|
type: BooleanConstructor;
|
|
1844
1941
|
default: boolean;
|
|
1845
1942
|
};
|
|
1846
|
-
}>> & {
|
|
1943
|
+
}>> & Readonly<{
|
|
1847
1944
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
1848
|
-
}
|
|
1945
|
+
}> & {}>;
|
|
1849
1946
|
emit: (event: "unchecked", ...args: any[]) => void;
|
|
1850
1947
|
updateChecked: (key: string, checked: boolean) => void;
|
|
1851
|
-
NIcon: any;
|
|
1852
|
-
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<{}>>, {}>;
|
|
1853
|
-
},
|
|
1948
|
+
readonly NIcon: any;
|
|
1949
|
+
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>;
|
|
1950
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1854
1951
|
tag: {
|
|
1855
1952
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
1856
1953
|
required: true;
|
|
@@ -1859,12 +1956,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1859
1956
|
type: BooleanConstructor;
|
|
1860
1957
|
default: boolean;
|
|
1861
1958
|
};
|
|
1862
|
-
}>> & {
|
|
1959
|
+
}>> & Readonly<{
|
|
1863
1960
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
1864
|
-
}
|
|
1961
|
+
}>, {
|
|
1865
1962
|
showClose: boolean;
|
|
1866
|
-
}>;
|
|
1867
|
-
},
|
|
1963
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1964
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1868
1965
|
data: {
|
|
1869
1966
|
type: PropType<{
|
|
1870
1967
|
title: string;
|
|
@@ -1889,13 +1986,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1889
1986
|
type: StringConstructor;
|
|
1890
1987
|
default: string;
|
|
1891
1988
|
};
|
|
1892
|
-
}>> & {
|
|
1989
|
+
}>> & Readonly<{
|
|
1893
1990
|
onChecked?: ((...args: any[]) => any) | undefined;
|
|
1894
|
-
}
|
|
1991
|
+
}>, {
|
|
1895
1992
|
type: string;
|
|
1896
1993
|
showTagHover: boolean;
|
|
1897
|
-
}>;
|
|
1898
|
-
TagItem: import("vue").DefineComponent<{
|
|
1994
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1995
|
+
TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1899
1996
|
tag: {
|
|
1900
1997
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
1901
1998
|
required: true;
|
|
@@ -1904,8 +2001,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1904
2001
|
type: BooleanConstructor;
|
|
1905
2002
|
default: boolean;
|
|
1906
2003
|
};
|
|
1907
|
-
}
|
|
1908
|
-
props:
|
|
2004
|
+
}>, {
|
|
2005
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1909
2006
|
tag: {
|
|
1910
2007
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
1911
2008
|
required: true;
|
|
@@ -1914,14 +2011,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1914
2011
|
type: BooleanConstructor;
|
|
1915
2012
|
default: boolean;
|
|
1916
2013
|
};
|
|
1917
|
-
}>> & {
|
|
2014
|
+
}>> & Readonly<{
|
|
1918
2015
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
1919
|
-
}
|
|
2016
|
+
}> & {}>;
|
|
1920
2017
|
emit: (event: "unchecked", ...args: any[]) => void;
|
|
1921
2018
|
updateChecked: (key: string, checked: boolean) => void;
|
|
1922
|
-
NIcon: any;
|
|
1923
|
-
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<{}>>, {}>;
|
|
1924
|
-
},
|
|
2019
|
+
readonly NIcon: any;
|
|
2020
|
+
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>;
|
|
2021
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1925
2022
|
tag: {
|
|
1926
2023
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
|
1927
2024
|
required: true;
|
|
@@ -1930,12 +2027,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1930
2027
|
type: BooleanConstructor;
|
|
1931
2028
|
default: boolean;
|
|
1932
2029
|
};
|
|
1933
|
-
}>> & {
|
|
2030
|
+
}>> & Readonly<{
|
|
1934
2031
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
1935
|
-
}
|
|
2032
|
+
}>, {
|
|
1936
2033
|
showClose: boolean;
|
|
1937
|
-
}>;
|
|
1938
|
-
CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
2034
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2035
|
+
readonly CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1939
2036
|
type: {
|
|
1940
2037
|
type: StringConstructor;
|
|
1941
2038
|
default: string;
|
|
@@ -1947,8 +2044,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1947
2044
|
content: string;
|
|
1948
2045
|
};
|
|
1949
2046
|
};
|
|
1950
|
-
}
|
|
1951
|
-
props:
|
|
2047
|
+
}>, {
|
|
2048
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1952
2049
|
type: {
|
|
1953
2050
|
type: StringConstructor;
|
|
1954
2051
|
default: string;
|
|
@@ -1960,9 +2057,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1960
2057
|
content: string;
|
|
1961
2058
|
};
|
|
1962
2059
|
};
|
|
1963
|
-
}>> & {
|
|
2060
|
+
}>> & Readonly<{
|
|
1964
2061
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
1965
|
-
}
|
|
2062
|
+
}> & {}>;
|
|
1966
2063
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
|
1967
2064
|
configResult: import("vue").ComputedRef<{
|
|
1968
2065
|
title: string;
|
|
@@ -1970,9 +2067,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1970
2067
|
img: string;
|
|
1971
2068
|
}>;
|
|
1972
2069
|
reloadPage: () => void;
|
|
1973
|
-
NIcon: any;
|
|
1974
|
-
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<{}>>, {}>;
|
|
1975
|
-
},
|
|
2070
|
+
readonly NIcon: any;
|
|
2071
|
+
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>;
|
|
2072
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1976
2073
|
type: {
|
|
1977
2074
|
type: StringConstructor;
|
|
1978
2075
|
default: string;
|
|
@@ -1984,13 +2081,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1984
2081
|
content: string;
|
|
1985
2082
|
};
|
|
1986
2083
|
};
|
|
1987
|
-
}>> & {
|
|
2084
|
+
}>> & Readonly<{
|
|
1988
2085
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
|
1989
|
-
}
|
|
2086
|
+
}>, {
|
|
1990
2087
|
type: string;
|
|
1991
2088
|
config: import("../../../../shared/types").AnyObject;
|
|
1992
|
-
}>>;
|
|
1993
|
-
},
|
|
2089
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2090
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1994
2091
|
defaultList: {
|
|
1995
2092
|
type: PropType<((string | number) | {
|
|
1996
2093
|
[key: string]: any;
|
|
@@ -2066,6 +2163,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2066
2163
|
type: BooleanConstructor;
|
|
2067
2164
|
default: boolean;
|
|
2068
2165
|
};
|
|
2166
|
+
onlyCheckChildNode: {
|
|
2167
|
+
type: BooleanConstructor;
|
|
2168
|
+
};
|
|
2069
2169
|
itemKey: {
|
|
2070
2170
|
type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
|
|
2071
2171
|
default: undefined;
|
|
@@ -2074,7 +2174,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2074
2174
|
type: BooleanConstructor;
|
|
2075
2175
|
default: boolean;
|
|
2076
2176
|
};
|
|
2077
|
-
}
|
|
2177
|
+
}>> & Readonly<{}>, {
|
|
2078
2178
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
|
|
2079
2179
|
defaultList: ((string | number) | {
|
|
2080
2180
|
[key: string]: any;
|
|
@@ -2095,10 +2195,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2095
2195
|
forceShowSelectAll: boolean;
|
|
2096
2196
|
onlyForwardCascade: boolean;
|
|
2097
2197
|
hideLeaf: boolean;
|
|
2198
|
+
onlyCheckChildNode: boolean;
|
|
2098
2199
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number;
|
|
2099
2200
|
showTagHover: boolean;
|
|
2100
|
-
}>>;
|
|
2101
|
-
getProps: import("vue").ComputedRef<
|
|
2201
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2202
|
+
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2102
2203
|
defaultList: {
|
|
2103
2204
|
type: PropType<((string | number) | {
|
|
2104
2205
|
[key: string]: any;
|
|
@@ -2213,6 +2314,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2213
2314
|
type: BooleanConstructor;
|
|
2214
2315
|
default: boolean;
|
|
2215
2316
|
};
|
|
2317
|
+
onlyCheckChildNode: {
|
|
2318
|
+
type: BooleanConstructor;
|
|
2319
|
+
default: boolean;
|
|
2320
|
+
};
|
|
2216
2321
|
itemKey: {
|
|
2217
2322
|
type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
|
|
2218
2323
|
default: undefined;
|
|
@@ -2221,15 +2326,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2221
2326
|
type: BooleanConstructor;
|
|
2222
2327
|
default: boolean;
|
|
2223
2328
|
};
|
|
2224
|
-
}>> & {
|
|
2329
|
+
}>> & Readonly<{
|
|
2225
2330
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
2226
2331
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
|
2227
|
-
}
|
|
2332
|
+
}> & {}> & {
|
|
2228
2333
|
[x: string]: unknown;
|
|
2229
2334
|
}>;
|
|
2230
2335
|
emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
|
2231
2336
|
getCheckWithLevel: (strategy?: import("../../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => any;
|
|
2232
|
-
},
|
|
2337
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2233
2338
|
defaultList: {
|
|
2234
2339
|
type: PropType<((string | number) | {
|
|
2235
2340
|
[key: string]: any;
|
|
@@ -2344,6 +2449,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2344
2449
|
type: BooleanConstructor;
|
|
2345
2450
|
default: boolean;
|
|
2346
2451
|
};
|
|
2452
|
+
onlyCheckChildNode: {
|
|
2453
|
+
type: BooleanConstructor;
|
|
2454
|
+
default: boolean;
|
|
2455
|
+
};
|
|
2347
2456
|
itemKey: {
|
|
2348
2457
|
type: PropType<(node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number>;
|
|
2349
2458
|
default: undefined;
|
|
@@ -2352,10 +2461,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2352
2461
|
type: BooleanConstructor;
|
|
2353
2462
|
default: boolean;
|
|
2354
2463
|
};
|
|
2355
|
-
}>> & {
|
|
2464
|
+
}>> & Readonly<{
|
|
2356
2465
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
2357
2466
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
|
2358
|
-
}
|
|
2467
|
+
}>, {
|
|
2359
2468
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
|
|
2360
2469
|
height: string;
|
|
2361
2470
|
defaultList: ((string | number) | {
|
|
@@ -2393,10 +2502,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2393
2502
|
forceShowSelectAll: boolean;
|
|
2394
2503
|
onlyForwardCascade: boolean;
|
|
2395
2504
|
hideLeaf: boolean;
|
|
2505
|
+
onlyCheckChildNode: boolean;
|
|
2396
2506
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject) => string | number;
|
|
2397
2507
|
showTagHover: boolean;
|
|
2398
|
-
}>>;
|
|
2399
|
-
},
|
|
2508
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
2509
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2400
2510
|
visible: {
|
|
2401
2511
|
type: BooleanConstructor;
|
|
2402
2512
|
default: boolean;
|
|
@@ -2409,15 +2519,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2409
2519
|
type: PropType<import("../../../../shared/types").AnyObject[]>;
|
|
2410
2520
|
default: () => never[];
|
|
2411
2521
|
};
|
|
2412
|
-
}>> & {
|
|
2522
|
+
}>> & Readonly<{
|
|
2413
2523
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
2414
2524
|
onChangeModalVisible?: ((...args: any[]) => any) | undefined;
|
|
2415
|
-
}
|
|
2525
|
+
}>, {
|
|
2416
2526
|
visible: boolean;
|
|
2417
2527
|
defaultList: string[];
|
|
2418
2528
|
treeData: import("../../../../shared/types").AnyObject[];
|
|
2419
|
-
}>;
|
|
2420
|
-
},
|
|
2529
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2530
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checkPerson"[], "checkPerson", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2421
2531
|
defaultValue: {
|
|
2422
2532
|
type: (ArrayConstructor | StringConstructor)[];
|
|
2423
2533
|
};
|
|
@@ -2425,9 +2535,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2425
2535
|
type: StringConstructor;
|
|
2426
2536
|
default: string;
|
|
2427
2537
|
};
|
|
2428
|
-
}>> & {
|
|
2538
|
+
}>> & Readonly<{
|
|
2429
2539
|
onCheckPerson?: ((...args: any[]) => any) | undefined;
|
|
2430
|
-
}
|
|
2540
|
+
}>, {
|
|
2431
2541
|
orgId: string;
|
|
2432
|
-
}>;
|
|
2542
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2433
2543
|
export default _default;
|