cnhis-design-vue 3.4.0-beta.1 → 3.4.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +9 -8
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +52 -57
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +4 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +4 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +33 -34
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +5 -4
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +4 -5
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +29 -31
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.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 +3 -4
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +203 -141
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +203 -141
- package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +13 -12
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +103 -71
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +125 -91
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -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/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 +3162 -1602
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +6 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +6 -4
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +18 -18
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +7 -5
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/classification/index.d.ts +509 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +8 -7
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +4 -3
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
- package/es/components/classification/src/index.vue.d.ts +509 -432
- package/es/components/classification/src/index.vue2.js +71 -73
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +9 -8
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +21 -22
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -4
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -5
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +114 -122
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +29 -29
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -6
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +50 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -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 +215 -153
- package/es/components/field-set/src/FieldColor.vue2.js +10 -9
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
- package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
- package/es/components/field-set/src/FieldSet.vue2.js +35 -34
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +25 -25
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +16 -19
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +28 -26
- package/es/components/form-config/index.d.ts +1408 -426
- package/es/components/form-config/src/FormConfig.vue.d.ts +1408 -426
- package/es/components/form-config/src/FormConfig.vue2.js +13 -12
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -50
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +2 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1105 -203
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +3 -3
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +41 -41
- 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/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +48 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
- package/es/components/form-render/src/FormRender.vue2.js +6 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/formItem.js +6 -1
- 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 +31 -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 +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- 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 +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/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 +6 -6
- 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/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- 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 +834 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +834 -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 +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +7 -7
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +101 -103
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +13 -13
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +6 -6
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +71 -77
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +128 -138
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -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 +34 -36
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +84 -90
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- 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 +69 -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 +36 -40
- 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/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 +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +9 -8
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +17 -16
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +19 -16
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +32 -29
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +5 -5
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -9
- 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/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/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/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- 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/info-header/index.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +6 -5
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +23 -23
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -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 +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +109 -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 +65 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
- 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 +23 -23
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +4 -3
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +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 +12 -12
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +9 -8
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +17 -17
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +6 -5
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +27 -28
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
- package/es/components/scale-view/index.d.ts +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +18 -16
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +44 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +27 -26
- package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -3
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +11 -13
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +38 -40
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +26 -27
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +41 -44
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +28 -30
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +24 -27
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +23 -19
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +307 -240
- package/es/components/select-person/src/index.vue2.js +8 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +288 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +288 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +4 -3
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +6 -5
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +6 -5
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +3 -4
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +4 -4
- package/es/components/table-export-field/index.d.ts +82 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +13 -12
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +8 -7
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +6 -5
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +18 -17
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +5 -4
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +7 -6
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +49 -54
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -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 +44 -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 +47 -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 +216 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -43
- 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 +39 -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 +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -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 +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +2 -1
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +11 -10
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +22 -23
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -9
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +7 -6
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
- 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 +272 -266
- 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 +6 -5
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +12 -11
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +12 -11
- 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 +39 -40
- 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 +63 -64
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +8 -0
- package/es/shared/components/AbbrText/AbbrText.js +27 -0
- package/es/shared/components/AbbrText/index.d.ts +2 -0
- package/es/shared/components/AbbrText/index.js +2 -0
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/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/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { PropType } from 'vue';
|
2
2
|
import { AnyObject } from '../../../../shared/types';
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4
4
|
visible: {
|
5
5
|
type: BooleanConstructor;
|
6
6
|
default: boolean;
|
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
13
13
|
type: PropType<AnyObject[]>;
|
14
14
|
default: () => never[];
|
15
15
|
};
|
16
|
-
}
|
17
|
-
props:
|
16
|
+
}>, {
|
17
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
18
18
|
visible: {
|
19
19
|
type: BooleanConstructor;
|
20
20
|
default: boolean;
|
@@ -27,10 +27,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
27
27
|
type: PropType<AnyObject[]>;
|
28
28
|
default: () => never[];
|
29
29
|
};
|
30
|
-
}>> & {
|
30
|
+
}>> & Readonly<{
|
31
31
|
onCheck?: ((...args: any[]) => any) | undefined;
|
32
32
|
onChangeModalVisible?: ((...args: any[]) => any) | undefined;
|
33
|
-
}
|
33
|
+
}> & {}>;
|
34
34
|
emits: (event: "check" | "changeModalVisible", ...args: any[]) => void;
|
35
35
|
wordbook: import("vue").Ref<{
|
36
36
|
parent_id_obj: string;
|
@@ -38,6 +38,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
38
38
|
parent_name_obj: string;
|
39
39
|
parent_name_obj_key: string;
|
40
40
|
user_count_obj: string;
|
41
|
+
}, {
|
42
|
+
parent_id_obj: string;
|
43
|
+
parent_id_obj_key: string;
|
44
|
+
parent_name_obj: string;
|
45
|
+
parent_name_obj_key: string;
|
46
|
+
user_count_obj: string;
|
47
|
+
} | {
|
48
|
+
parent_id_obj: string;
|
49
|
+
parent_id_obj_key: string;
|
50
|
+
parent_name_obj: string;
|
51
|
+
parent_name_obj_key: string;
|
52
|
+
user_count_obj: string;
|
41
53
|
}>;
|
42
54
|
wordbookChild: {
|
43
55
|
user_id_obj: string;
|
@@ -45,15 +57,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
45
57
|
user_name_obj: string;
|
46
58
|
user_name_obj_key: string;
|
47
59
|
};
|
48
|
-
personList: import("vue").Ref<never[]>;
|
49
|
-
checkedTreeItem: import("vue").Ref<any[]>;
|
60
|
+
personList: import("vue").Ref<never[], never[]>;
|
61
|
+
checkedTreeItem: import("vue").Ref<any[], any[]>;
|
50
62
|
modalSave: () => void;
|
51
63
|
modalCancel: () => void;
|
52
64
|
checkWithLevel: (checkedItem: any[]) => void;
|
53
|
-
NModal: any;
|
54
|
-
NCard: any;
|
55
|
-
NButton: any;
|
56
|
-
CSelectPerson: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
65
|
+
readonly NModal: any;
|
66
|
+
readonly NCard: any;
|
67
|
+
readonly NButton: any;
|
68
|
+
readonly CSelectPerson: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
57
69
|
defaultList: {
|
58
70
|
type: PropType<((string | number) | {
|
59
71
|
[key: string]: any;
|
@@ -176,11 +188,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
176
188
|
type: BooleanConstructor;
|
177
189
|
default: boolean;
|
178
190
|
};
|
179
|
-
}
|
191
|
+
}>, {
|
180
192
|
$attrs: {
|
181
193
|
[x: string]: unknown;
|
182
194
|
};
|
183
|
-
props:
|
195
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
184
196
|
defaultList: {
|
185
197
|
type: PropType<((string | number) | {
|
186
198
|
[key: string]: any;
|
@@ -303,13 +315,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
303
315
|
type: BooleanConstructor;
|
304
316
|
default: boolean;
|
305
317
|
};
|
306
|
-
}>> & {
|
318
|
+
}>> & Readonly<{
|
307
319
|
onCheck?: ((...args: any[]) => any) | undefined;
|
308
320
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
309
|
-
}
|
321
|
+
}> & {}>;
|
310
322
|
__emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
311
|
-
selectPersonRef: import("vue").Ref<any>;
|
312
|
-
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
|
323
|
+
selectPersonRef: import("vue").Ref<any, any>;
|
324
|
+
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
313
325
|
defaultList: {
|
314
326
|
type: PropType<((string | number) | {
|
315
327
|
[key: string]: any;
|
@@ -394,8 +406,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
394
406
|
forceShowSelectAll: {
|
395
407
|
type: BooleanConstructor;
|
396
408
|
};
|
397
|
-
}
|
398
|
-
props:
|
409
|
+
}>, {
|
410
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
399
411
|
defaultList: {
|
400
412
|
type: PropType<((string | number) | {
|
401
413
|
[key: string]: any;
|
@@ -480,12 +492,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
480
492
|
forceShowSelectAll: {
|
481
493
|
type: BooleanConstructor;
|
482
494
|
};
|
483
|
-
}>> & {}
|
495
|
+
}>> & Readonly<{}> & {}>;
|
484
496
|
emit: any;
|
485
|
-
keyword: import("vue").Ref<string>;
|
486
|
-
checkedAll: import("vue").Ref<boolean>;
|
487
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
488
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
497
|
+
keyword: import("vue").Ref<string, string>;
|
498
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
499
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
500
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
489
501
|
treeData: import("vue").Ref<{
|
490
502
|
[x: string]: unknown;
|
491
503
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
@@ -496,12 +508,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
496
508
|
children?: any[] | undefined;
|
497
509
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
498
510
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
511
|
+
}[], import("naive-ui").TreeOption[] | {
|
512
|
+
[x: string]: unknown;
|
513
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
514
|
+
label?: string | undefined;
|
515
|
+
checkboxDisabled?: boolean | undefined;
|
516
|
+
disabled?: boolean | undefined;
|
517
|
+
isLeaf?: boolean | undefined;
|
518
|
+
children?: any[] | undefined;
|
519
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
520
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
499
521
|
}[]>;
|
500
|
-
isSearch: import("vue").Ref<boolean>;
|
501
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
502
|
-
curSelectKey: any
|
503
|
-
treeDataMiddle: any
|
504
|
-
checkedTagsMiddle: import("vue").Ref<any[]>;
|
522
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
523
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
524
|
+
curSelectKey: import("vue").Ref<any, any>;
|
525
|
+
treeDataMiddle: import("vue").Ref<any, any>;
|
526
|
+
checkedTagsMiddle: import("vue").Ref<any[], any[]>;
|
505
527
|
allCheckedKeysMiddle: any;
|
506
528
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
507
529
|
keyStr: import("vue").ComputedRef<string | number>;
|
@@ -516,7 +538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
516
538
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
517
539
|
renderLabel: ({ option }: {
|
518
540
|
option: import("naive-ui").TreeOption;
|
519
|
-
}) =>
|
541
|
+
}) => any;
|
520
542
|
getLabelName: (curProps: any, option: import("naive-ui").TreeOption) => {};
|
521
543
|
loopTrees: (treeObjs: any) => any;
|
522
544
|
transformData: (key: string, trees: import("naive-ui").TreeOption[], parentNode: import("naive-ui").TreeOption | null, cb?: any) => import("naive-ui").TreeOption[];
|
@@ -536,19 +558,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
536
558
|
}) => void;
|
537
559
|
notifySearchClear: () => void;
|
538
560
|
getCheckWithLevel: () => any[];
|
539
|
-
NButton: any;
|
540
|
-
NInput: any;
|
541
|
-
NInputGroup: any;
|
542
|
-
NCheckbox: any;
|
543
|
-
NTree: any;
|
544
|
-
NTag: any;
|
545
|
-
NIcon: any;
|
546
|
-
NSpace: any;
|
547
|
-
NGrid: any;
|
548
|
-
NGi: any;
|
549
|
-
NEmpty: any;
|
550
|
-
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<{}>>, {}>;
|
551
|
-
},
|
561
|
+
readonly NButton: any;
|
562
|
+
readonly NInput: any;
|
563
|
+
readonly NInputGroup: any;
|
564
|
+
readonly NCheckbox: any;
|
565
|
+
readonly NTree: any;
|
566
|
+
readonly NTag: any;
|
567
|
+
readonly NIcon: any;
|
568
|
+
readonly NSpace: any;
|
569
|
+
readonly NGrid: any;
|
570
|
+
readonly NGi: any;
|
571
|
+
readonly NEmpty: any;
|
572
|
+
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>;
|
573
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
552
574
|
defaultList: {
|
553
575
|
type: PropType<((string | number) | {
|
554
576
|
[key: string]: any;
|
@@ -633,7 +655,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
633
655
|
forceShowSelectAll: {
|
634
656
|
type: BooleanConstructor;
|
635
657
|
};
|
636
|
-
}
|
658
|
+
}>> & Readonly<{}>, {
|
637
659
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
638
660
|
defaultList: ((string | number) | {
|
639
661
|
[key: string]: any;
|
@@ -665,7 +687,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
665
687
|
switchTypeData: AnyObject;
|
666
688
|
tagProps: AnyObject;
|
667
689
|
forceShowSelectAll: boolean;
|
668
|
-
}> | import("vue").DefineComponent<{
|
690
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
669
691
|
defaultList: {
|
670
692
|
type: PropType<((string | number) | {
|
671
693
|
[key: string]: any;
|
@@ -760,7 +782,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
760
782
|
onlyForwardCascade: {
|
761
783
|
type: BooleanConstructor;
|
762
784
|
};
|
763
|
-
}
|
785
|
+
}>, {
|
764
786
|
searchFilterBase: {
|
765
787
|
isOpen: boolean;
|
766
788
|
multiple: boolean;
|
@@ -772,7 +794,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
772
794
|
label: string;
|
773
795
|
}[];
|
774
796
|
labelListName: any;
|
775
|
-
props:
|
797
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
776
798
|
defaultList: {
|
777
799
|
type: PropType<((string | number) | {
|
778
800
|
[key: string]: any;
|
@@ -867,12 +889,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
867
889
|
onlyForwardCascade: {
|
868
890
|
type: BooleanConstructor;
|
869
891
|
};
|
870
|
-
}>> & {}
|
892
|
+
}>> & Readonly<{}> & {}>;
|
871
893
|
emit: any;
|
872
|
-
keyword: import("vue").Ref<string>;
|
873
|
-
checkedAll: import("vue").Ref<boolean>;
|
874
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
875
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
894
|
+
keyword: import("vue").Ref<string, string>;
|
895
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
896
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
897
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
876
898
|
treeData: import("vue").Ref<{
|
877
899
|
[x: string]: unknown;
|
878
900
|
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
@@ -883,21 +905,43 @@ declare const _default: import("vue").DefineComponent<{
|
|
883
905
|
children?: any[] | undefined;
|
884
906
|
prefix?: (() => import("vue").VNodeChild) | undefined;
|
885
907
|
suffix?: (() => import("vue").VNodeChild) | undefined;
|
908
|
+
}[], import("naive-ui").TreeOption[] | {
|
909
|
+
[x: string]: unknown;
|
910
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
911
|
+
label?: string | undefined;
|
912
|
+
checkboxDisabled?: boolean | undefined;
|
913
|
+
disabled?: boolean | undefined;
|
914
|
+
isLeaf?: boolean | undefined;
|
915
|
+
children?: any[] | undefined;
|
916
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
917
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
886
918
|
}[]>;
|
887
919
|
tagData: import("vue").Ref<{
|
888
920
|
[x: string]: any;
|
889
921
|
key: string | number;
|
922
|
+
}[], {
|
923
|
+
[key: string]: any;
|
924
|
+
key: string | number;
|
925
|
+
}[] | {
|
926
|
+
[x: string]: any;
|
927
|
+
key: string | number;
|
890
928
|
}[]>;
|
891
929
|
initTagData: import("vue").Ref<{
|
892
930
|
[x: string]: any;
|
893
931
|
key: string | number;
|
932
|
+
}[], {
|
933
|
+
[key: string]: any;
|
934
|
+
key: string | number;
|
935
|
+
}[] | {
|
936
|
+
[x: string]: any;
|
937
|
+
key: string | number;
|
894
938
|
}[]>;
|
895
|
-
isSearch: import("vue").Ref<boolean>;
|
896
|
-
allCheckedTreeKeys: import("vue").Ref<(string | number)[]>;
|
939
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
940
|
+
allCheckedTreeKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
897
941
|
isRemote: import("vue").ComputedRef<boolean>;
|
898
942
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
899
943
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
900
|
-
curSelectKey: import("vue").Ref<string>;
|
944
|
+
curSelectKey: import("vue").Ref<string, string>;
|
901
945
|
mergeSearchFilter: import("vue").ComputedRef<{
|
902
946
|
isOpen: boolean;
|
903
947
|
multiple: boolean;
|
@@ -931,7 +975,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
931
975
|
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
932
976
|
renderLabel: ({ option }: {
|
933
977
|
option: import("naive-ui").TreeOption;
|
934
|
-
}) =>
|
978
|
+
}) => any;
|
935
979
|
getLabelName: (option: import("naive-ui").TreeOption) => {};
|
936
980
|
transformData: (trees: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
937
981
|
calculateRootItems: (trees: import("naive-ui").TreeOption[], items: import("naive-ui").TreeOption[]) => import("naive-ui").TreeOption[];
|
@@ -966,19 +1010,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
966
1010
|
notifySearchClear: () => void;
|
967
1011
|
getCheckWithLevel: () => any;
|
968
1012
|
resetParams: () => void;
|
969
|
-
NButton: any;
|
970
|
-
NInput: any;
|
971
|
-
NInputGroup: any;
|
972
|
-
NCheckbox: any;
|
973
|
-
NTree: any;
|
974
|
-
NTag: any;
|
975
|
-
NIcon: any;
|
976
|
-
NSpace: any;
|
977
|
-
NGrid: any;
|
978
|
-
NGi: any;
|
979
|
-
NEmpty: any;
|
980
|
-
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<{}>>, {}>;
|
981
|
-
SearchMultiple: import("vue").DefineComponent<{
|
1013
|
+
readonly NButton: any;
|
1014
|
+
readonly NInput: any;
|
1015
|
+
readonly NInputGroup: any;
|
1016
|
+
readonly NCheckbox: any;
|
1017
|
+
readonly NTree: any;
|
1018
|
+
readonly NTag: any;
|
1019
|
+
readonly NIcon: any;
|
1020
|
+
readonly NSpace: any;
|
1021
|
+
readonly NGrid: any;
|
1022
|
+
readonly NGi: any;
|
1023
|
+
readonly NEmpty: any;
|
1024
|
+
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>;
|
1025
|
+
SearchMultiple: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
982
1026
|
treeData: {
|
983
1027
|
type: PropType<any[]>;
|
984
1028
|
default: () => never[];
|
@@ -987,8 +1031,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
987
1031
|
type: PropType<(string | number)[]>;
|
988
1032
|
default: () => never[];
|
989
1033
|
};
|
990
|
-
}
|
991
|
-
props:
|
1034
|
+
}>, {
|
1035
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
992
1036
|
treeData: {
|
993
1037
|
type: PropType<any[]>;
|
994
1038
|
default: () => never[];
|
@@ -997,14 +1041,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
997
1041
|
type: PropType<(string | number)[]>;
|
998
1042
|
default: () => never[];
|
999
1043
|
};
|
1000
|
-
}>> & {
|
1044
|
+
}>> & Readonly<{
|
1001
1045
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
1002
|
-
}
|
1046
|
+
}> & {}>;
|
1003
1047
|
emit: (event: "notifyCheck", ...args: any[]) => void;
|
1004
1048
|
optionsRef: import("vue").ComputedRef<any[]>;
|
1005
|
-
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1049
|
+
list: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1006
1050
|
containerProps: {
|
1007
|
-
ref: import("vue").Ref<any>;
|
1051
|
+
ref: import("vue").Ref<any, any>;
|
1008
1052
|
onScroll: () => void;
|
1009
1053
|
style: Partial<CSSStyleDeclaration>;
|
1010
1054
|
};
|
@@ -1016,8 +1060,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1016
1060
|
};
|
1017
1061
|
}>;
|
1018
1062
|
containerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
1019
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
1020
|
-
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
1063
|
+
searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1064
|
+
showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1021
1065
|
checkedChange: (checkList: (string | number)[], meta: {
|
1022
1066
|
actionType: "check" | "uncheck";
|
1023
1067
|
value: string | number;
|
@@ -1052,10 +1096,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1052
1096
|
children: any[];
|
1053
1097
|
parentNode: any;
|
1054
1098
|
}, baseKey: string | number) => false | undefined;
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1099
|
+
readonly NCheckboxGroup: any;
|
1100
|
+
readonly NCheckbox: any;
|
1101
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "notifyCheck"[], "notifyCheck", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1059
1102
|
treeData: {
|
1060
1103
|
type: PropType<any[]>;
|
1061
1104
|
default: () => never[];
|
@@ -1064,13 +1107,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1064
1107
|
type: PropType<(string | number)[]>;
|
1065
1108
|
default: () => never[];
|
1066
1109
|
};
|
1067
|
-
}>> & {
|
1110
|
+
}>> & Readonly<{
|
1068
1111
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
1069
|
-
}
|
1070
|
-
treeData: any[];
|
1112
|
+
}>, {
|
1071
1113
|
checkedKeys: (string | number)[];
|
1072
|
-
|
1073
|
-
|
1114
|
+
treeData: any[];
|
1115
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1116
|
+
SearchOrgAndStaff: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1074
1117
|
treeData: {
|
1075
1118
|
type: PropType<any[]>;
|
1076
1119
|
default: () => never[];
|
@@ -1087,10 +1130,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1087
1130
|
type: BooleanConstructor;
|
1088
1131
|
default: boolean;
|
1089
1132
|
};
|
1090
|
-
}
|
1091
|
-
$message: import("naive-ui").MessageApi;
|
1133
|
+
}>, {
|
1134
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1092
1135
|
virtualItemHeight: number;
|
1093
|
-
props:
|
1136
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1094
1137
|
treeData: {
|
1095
1138
|
type: PropType<any[]>;
|
1096
1139
|
default: () => never[];
|
@@ -1107,17 +1150,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1107
1150
|
type: BooleanConstructor;
|
1108
1151
|
default: boolean;
|
1109
1152
|
};
|
1110
|
-
}>> & {
|
1153
|
+
}>> & Readonly<{
|
1111
1154
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
1112
1155
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
1113
|
-
}
|
1156
|
+
}> & {}>;
|
1114
1157
|
emit: (event: "notifyCheck" | "notifyClear", ...args: any[]) => void;
|
1115
1158
|
moduleHeight: import("vue").ComputedRef<any>;
|
1116
1159
|
showNums: import("vue").ComputedRef<number>;
|
1117
1160
|
staffDataRef: import("vue").ComputedRef<any[]>;
|
1118
|
-
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1161
|
+
staffList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1119
1162
|
staffContainerProps: {
|
1120
|
-
ref: import("vue").Ref<any>;
|
1163
|
+
ref: import("vue").Ref<any, any>;
|
1121
1164
|
onScroll: () => void;
|
1122
1165
|
style: Partial<CSSStyleDeclaration>;
|
1123
1166
|
};
|
@@ -1130,9 +1173,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1130
1173
|
}>;
|
1131
1174
|
staffContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
1132
1175
|
orgDataRef: import("vue").ComputedRef<any[]>;
|
1133
|
-
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1176
|
+
orgList: import("vue").Ref<import("@vueuse/core").UseVirtualListItem<any>[], import("@vueuse/core").UseVirtualListItem<any>[]>;
|
1134
1177
|
orgContainerProps: {
|
1135
|
-
ref: import("vue").Ref<any>;
|
1178
|
+
ref: import("vue").Ref<any, any>;
|
1136
1179
|
onScroll: () => void;
|
1137
1180
|
style: Partial<CSSStyleDeclaration>;
|
1138
1181
|
};
|
@@ -1144,8 +1187,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1144
1187
|
};
|
1145
1188
|
}>;
|
1146
1189
|
orgContainerStyleWithHeight: import("vue").ComputedRef<import("vue").CSSProperties>;
|
1147
|
-
searchCheckKeys: import("vue").Ref<(string | number)[]>;
|
1148
|
-
showSelectKeys: import("vue").Ref<(string | number)[]>;
|
1190
|
+
searchCheckKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1191
|
+
showSelectKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1149
1192
|
handleClick: (tree: any) => void;
|
1150
1193
|
handleStaffClick: (baseKeys: (string | number)[], currentTree: {
|
1151
1194
|
[key: string]: any;
|
@@ -1177,9 +1220,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1177
1220
|
children: any[];
|
1178
1221
|
parentNode: any;
|
1179
1222
|
}, baseKey: string | number) => false | undefined;
|
1180
|
-
|
1181
|
-
|
1182
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1223
|
+
readonly NEmpty: any;
|
1224
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("notifyCheck" | "notifyClear")[], "notifyCheck" | "notifyClear", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1183
1225
|
treeData: {
|
1184
1226
|
type: PropType<any[]>;
|
1185
1227
|
default: () => never[];
|
@@ -1196,16 +1238,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1196
1238
|
type: BooleanConstructor;
|
1197
1239
|
default: boolean;
|
1198
1240
|
};
|
1199
|
-
}>> & {
|
1241
|
+
}>> & Readonly<{
|
1200
1242
|
onNotifyCheck?: ((...args: any[]) => any) | undefined;
|
1201
1243
|
onNotifyClear?: ((...args: any[]) => any) | undefined;
|
1202
|
-
}
|
1244
|
+
}>, {
|
1203
1245
|
searchFilter: Record<string, any>;
|
1204
|
-
treeData: any[];
|
1205
1246
|
checkedKeys: (string | number)[];
|
1247
|
+
treeData: any[];
|
1206
1248
|
isMultiple: boolean;
|
1207
|
-
}>;
|
1208
|
-
},
|
1249
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1250
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1209
1251
|
defaultList: {
|
1210
1252
|
type: PropType<((string | number) | {
|
1211
1253
|
[key: string]: any;
|
@@ -1300,7 +1342,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1300
1342
|
onlyForwardCascade: {
|
1301
1343
|
type: BooleanConstructor;
|
1302
1344
|
};
|
1303
|
-
}
|
1345
|
+
}>> & Readonly<{}>, {
|
1304
1346
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
1305
1347
|
defaultList: ((string | number) | {
|
1306
1348
|
[key: string]: any;
|
@@ -1333,7 +1375,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1333
1375
|
roleFields: Record<string, any>;
|
1334
1376
|
forceShowSelectAll: boolean;
|
1335
1377
|
onlyForwardCascade: boolean;
|
1336
|
-
}> | import("vue").DefineComponent<{
|
1378
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1337
1379
|
defaultList: {
|
1338
1380
|
type: PropType<((string | number) | {
|
1339
1381
|
[key: string]: any;
|
@@ -1417,9 +1459,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1417
1459
|
type: BooleanConstructor;
|
1418
1460
|
default: boolean;
|
1419
1461
|
};
|
1420
|
-
}
|
1421
|
-
$message: import("naive-ui").MessageApi;
|
1422
|
-
props:
|
1462
|
+
}>, {
|
1463
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1464
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1423
1465
|
defaultList: {
|
1424
1466
|
type: PropType<((string | number) | {
|
1425
1467
|
[key: string]: any;
|
@@ -1503,13 +1545,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1503
1545
|
type: BooleanConstructor;
|
1504
1546
|
default: boolean;
|
1505
1547
|
};
|
1506
|
-
}>> & {}
|
1548
|
+
}>> & Readonly<{}> & {}>;
|
1507
1549
|
emit: any;
|
1508
|
-
keyword: import("vue").Ref<string>;
|
1509
|
-
checkedAll: import("vue").Ref<boolean>;
|
1510
|
-
checkedKeys: import("vue").Ref<(string | number)[]>;
|
1511
|
-
expandedKeys: import("vue").Ref<(string | number)[]>;
|
1512
|
-
treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
|
1550
|
+
keyword: import("vue").Ref<string, string>;
|
1551
|
+
checkedAll: import("vue").Ref<boolean, boolean>;
|
1552
|
+
checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1553
|
+
expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
|
1554
|
+
treeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[], import("../../../select-person/src/types").PTreeOption[]>;
|
1513
1555
|
treeAsyncData: import("vue").Ref<{
|
1514
1556
|
[x: string]: any;
|
1515
1557
|
key: string | number;
|
@@ -1544,15 +1586,52 @@ declare const _default: import("vue").DefineComponent<{
|
|
1544
1586
|
};
|
1545
1587
|
disabled?: boolean | undefined;
|
1546
1588
|
count?: number | undefined;
|
1589
|
+
}[], import("../../../select-person/src/types").PTreeOption[] | {
|
1590
|
+
[x: string]: any;
|
1591
|
+
key: string | number;
|
1592
|
+
label: string;
|
1593
|
+
name: string;
|
1594
|
+
labelExpand: string;
|
1595
|
+
parentKey?: (string | number) | undefined;
|
1596
|
+
parentName: string;
|
1597
|
+
innerItemsNum: number;
|
1598
|
+
children: any[] | undefined;
|
1599
|
+
leaf: boolean;
|
1600
|
+
originItem: {
|
1601
|
+
[x: string]: any;
|
1602
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
1603
|
+
label?: string | undefined;
|
1604
|
+
checkboxDisabled?: boolean | undefined;
|
1605
|
+
disabled?: boolean | undefined;
|
1606
|
+
isLeaf?: boolean | undefined;
|
1607
|
+
children?: {
|
1608
|
+
[x: string]: unknown;
|
1609
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
1610
|
+
label?: string | undefined;
|
1611
|
+
checkboxDisabled?: boolean | undefined;
|
1612
|
+
disabled?: boolean | undefined;
|
1613
|
+
isLeaf?: boolean | undefined;
|
1614
|
+
children?: any[] | undefined;
|
1615
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
1616
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
1617
|
+
}[] | undefined;
|
1618
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
1619
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
1620
|
+
};
|
1621
|
+
disabled?: boolean | undefined;
|
1622
|
+
count?: number | undefined;
|
1547
1623
|
}[]>;
|
1548
|
-
searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[]>;
|
1624
|
+
searchTreeData: import("vue").ShallowRef<import("../../../select-person/src/types").PTreeOption[], import("../../../select-person/src/types").PTreeOption[]>;
|
1549
1625
|
searchData: import("vue").ShallowRef<{
|
1550
1626
|
title: string;
|
1551
1627
|
data: import("../../../select-person/src/types").PTreeOption[];
|
1628
|
+
}[], {
|
1629
|
+
title: string;
|
1630
|
+
data: import("../../../select-person/src/types").PTreeOption[];
|
1552
1631
|
}[]>;
|
1553
1632
|
treeMap: Map<string | number, import("../../../select-person/src/types").PTreeOption>;
|
1554
|
-
isSearch: import("vue").Ref<boolean>;
|
1555
|
-
remoteDefaultList: import("vue").Ref<AnyObject[]>;
|
1633
|
+
isSearch: import("vue").Ref<boolean, boolean>;
|
1634
|
+
remoteDefaultList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
1556
1635
|
isRemote: import("vue").ComputedRef<boolean>;
|
1557
1636
|
checkStrategyResult: import("vue").ComputedRef<any>;
|
1558
1637
|
isSearchFilter: import("vue").ComputedRef<boolean>;
|
@@ -1598,7 +1677,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1598
1677
|
queryLoadChildNode: (node: import("../../../select-person/src/types").PTreeOption) => Promise<AnyObject>;
|
1599
1678
|
renderLabel: ({ option }: {
|
1600
1679
|
option: import("naive-ui").TreeOption;
|
1601
|
-
}) =>
|
1680
|
+
}) => any;
|
1602
1681
|
getChildren: (tag: import("../../../select-person/src/types").PTreeOption) => AnyObject[];
|
1603
1682
|
transformData: (trees: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[], parentNode: import("../../../select-person/src/types").PTreeOption | null, visitor?: Partial<Record<"enter" | "leave", (node: import("../../../select-person/src/types").PTreeOption) => unknown>> | undefined) => {
|
1604
1683
|
treeItems: import("../../../select-person/src/types").PTreeOption[];
|
@@ -1634,16 +1713,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1634
1713
|
count?: number | undefined;
|
1635
1714
|
}[];
|
1636
1715
|
resetParams: () => void;
|
1637
|
-
NButton: any;
|
1638
|
-
NInput: any;
|
1639
|
-
NInputGroup: any;
|
1640
|
-
NCheckbox: any;
|
1641
|
-
NTree: any;
|
1642
|
-
NSpace: any;
|
1643
|
-
NGrid: any;
|
1644
|
-
NGi: any;
|
1645
|
-
NPopover: any;
|
1646
|
-
SearchGroupList: import("vue").DefineComponent<{
|
1716
|
+
readonly NButton: any;
|
1717
|
+
readonly NInput: any;
|
1718
|
+
readonly NInputGroup: any;
|
1719
|
+
readonly NCheckbox: any;
|
1720
|
+
readonly NTree: any;
|
1721
|
+
readonly NSpace: any;
|
1722
|
+
readonly NGrid: any;
|
1723
|
+
readonly NGi: any;
|
1724
|
+
readonly NPopover: any;
|
1725
|
+
SearchGroupList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1647
1726
|
data: {
|
1648
1727
|
type: PropType<{
|
1649
1728
|
title: string;
|
@@ -1668,9 +1747,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1668
1747
|
type: StringConstructor;
|
1669
1748
|
default: string;
|
1670
1749
|
};
|
1671
|
-
}
|
1750
|
+
}>, {
|
1672
1751
|
emit: (event: "checked", ...args: any[]) => void;
|
1673
|
-
props:
|
1752
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1674
1753
|
data: {
|
1675
1754
|
type: PropType<{
|
1676
1755
|
title: string;
|
@@ -1695,9 +1774,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1695
1774
|
type: StringConstructor;
|
1696
1775
|
default: string;
|
1697
1776
|
};
|
1698
|
-
}>> & {
|
1777
|
+
}>> & Readonly<{
|
1699
1778
|
onChecked?: ((...args: any[]) => any) | undefined;
|
1700
|
-
}
|
1779
|
+
}> & {}>;
|
1701
1780
|
renderData: import("vue").ComputedRef<{
|
1702
1781
|
title: string;
|
1703
1782
|
data: {
|
@@ -1709,10 +1788,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1709
1788
|
}[]>;
|
1710
1789
|
handleClick: (item: AnyObject) => void;
|
1711
1790
|
handleChange: (item: AnyObject, checked: boolean) => void;
|
1712
|
-
NVirtualList: any;
|
1713
|
-
NCheckbox: any;
|
1714
|
-
NPopover: any;
|
1715
|
-
CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1791
|
+
readonly NVirtualList: any;
|
1792
|
+
readonly NCheckbox: any;
|
1793
|
+
readonly NPopover: any;
|
1794
|
+
readonly CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1716
1795
|
type: {
|
1717
1796
|
type: StringConstructor;
|
1718
1797
|
default: string;
|
@@ -1724,8 +1803,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1724
1803
|
content: string;
|
1725
1804
|
};
|
1726
1805
|
};
|
1727
|
-
}
|
1728
|
-
props:
|
1806
|
+
}>, {
|
1807
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1729
1808
|
type: {
|
1730
1809
|
type: StringConstructor;
|
1731
1810
|
default: string;
|
@@ -1737,9 +1816,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1737
1816
|
content: string;
|
1738
1817
|
};
|
1739
1818
|
};
|
1740
|
-
}>> & {
|
1819
|
+
}>> & Readonly<{
|
1741
1820
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1742
|
-
}
|
1821
|
+
}> & {}>;
|
1743
1822
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
1744
1823
|
configResult: import("vue").ComputedRef<{
|
1745
1824
|
title: string;
|
@@ -1747,9 +1826,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1747
1826
|
img: string;
|
1748
1827
|
}>;
|
1749
1828
|
reloadPage: () => void;
|
1750
|
-
NIcon: any;
|
1751
|
-
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<{}>>, {}>;
|
1752
|
-
},
|
1829
|
+
readonly NIcon: any;
|
1830
|
+
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>;
|
1831
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1753
1832
|
type: {
|
1754
1833
|
type: StringConstructor;
|
1755
1834
|
default: string;
|
@@ -1761,29 +1840,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
1761
1840
|
content: string;
|
1762
1841
|
};
|
1763
1842
|
};
|
1764
|
-
}>> & {
|
1843
|
+
}>> & Readonly<{
|
1765
1844
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1766
|
-
}
|
1845
|
+
}>, {
|
1767
1846
|
type: string;
|
1768
1847
|
config: AnyObject;
|
1769
|
-
}>>;
|
1770
|
-
GroupItem: import("vue").DefineComponent<{
|
1848
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1849
|
+
GroupItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1771
1850
|
item: {
|
1772
1851
|
type: PropType<AnyObject>;
|
1773
1852
|
required: true;
|
1774
1853
|
};
|
1775
|
-
}
|
1854
|
+
}>, {
|
1776
1855
|
emit: (event: "checked", ...args: any[]) => void;
|
1777
1856
|
handleClick: (item: AnyObject) => void;
|
1778
|
-
},
|
1857
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1779
1858
|
item: {
|
1780
1859
|
type: PropType<AnyObject>;
|
1781
1860
|
required: true;
|
1782
1861
|
};
|
1783
|
-
}>> & {
|
1862
|
+
}>> & Readonly<{
|
1784
1863
|
onChecked?: ((...args: any[]) => any) | undefined;
|
1785
|
-
}, {}>;
|
1786
|
-
TagItem: import("vue").DefineComponent<{
|
1864
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1865
|
+
TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1787
1866
|
tag: {
|
1788
1867
|
type: PropType<AnyObject>;
|
1789
1868
|
required: true;
|
@@ -1792,8 +1871,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1792
1871
|
type: BooleanConstructor;
|
1793
1872
|
default: boolean;
|
1794
1873
|
};
|
1795
|
-
}
|
1796
|
-
props:
|
1874
|
+
}>, {
|
1875
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1797
1876
|
tag: {
|
1798
1877
|
type: PropType<AnyObject>;
|
1799
1878
|
required: true;
|
@@ -1802,14 +1881,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1802
1881
|
type: BooleanConstructor;
|
1803
1882
|
default: boolean;
|
1804
1883
|
};
|
1805
|
-
}>> & {
|
1884
|
+
}>> & Readonly<{
|
1806
1885
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1807
|
-
}
|
1886
|
+
}> & {}>;
|
1808
1887
|
emit: (event: "unchecked", ...args: any[]) => void;
|
1809
1888
|
updateChecked: (key: string, checked: boolean) => void;
|
1810
|
-
NIcon: any;
|
1811
|
-
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<{}>>, {}>;
|
1812
|
-
},
|
1889
|
+
readonly NIcon: any;
|
1890
|
+
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>;
|
1891
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1813
1892
|
tag: {
|
1814
1893
|
type: PropType<AnyObject>;
|
1815
1894
|
required: true;
|
@@ -1818,12 +1897,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1818
1897
|
type: BooleanConstructor;
|
1819
1898
|
default: boolean;
|
1820
1899
|
};
|
1821
|
-
}>> & {
|
1900
|
+
}>> & Readonly<{
|
1822
1901
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1823
|
-
}
|
1902
|
+
}>, {
|
1824
1903
|
showClose: boolean;
|
1825
|
-
}>;
|
1826
|
-
},
|
1904
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1905
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "checked"[], "checked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1827
1906
|
data: {
|
1828
1907
|
type: PropType<{
|
1829
1908
|
title: string;
|
@@ -1848,13 +1927,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1848
1927
|
type: StringConstructor;
|
1849
1928
|
default: string;
|
1850
1929
|
};
|
1851
|
-
}>> & {
|
1930
|
+
}>> & Readonly<{
|
1852
1931
|
onChecked?: ((...args: any[]) => any) | undefined;
|
1853
|
-
}
|
1932
|
+
}>, {
|
1854
1933
|
type: string;
|
1855
1934
|
showTagHover: boolean;
|
1856
|
-
}>;
|
1857
|
-
TagItem: import("vue").DefineComponent<{
|
1935
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1936
|
+
TagItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1858
1937
|
tag: {
|
1859
1938
|
type: PropType<AnyObject>;
|
1860
1939
|
required: true;
|
@@ -1863,8 +1942,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1863
1942
|
type: BooleanConstructor;
|
1864
1943
|
default: boolean;
|
1865
1944
|
};
|
1866
|
-
}
|
1867
|
-
props:
|
1945
|
+
}>, {
|
1946
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1868
1947
|
tag: {
|
1869
1948
|
type: PropType<AnyObject>;
|
1870
1949
|
required: true;
|
@@ -1873,14 +1952,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1873
1952
|
type: BooleanConstructor;
|
1874
1953
|
default: boolean;
|
1875
1954
|
};
|
1876
|
-
}>> & {
|
1955
|
+
}>> & Readonly<{
|
1877
1956
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1878
|
-
}
|
1957
|
+
}> & {}>;
|
1879
1958
|
emit: (event: "unchecked", ...args: any[]) => void;
|
1880
1959
|
updateChecked: (key: string, checked: boolean) => void;
|
1881
|
-
NIcon: any;
|
1882
|
-
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<{}>>, {}>;
|
1883
|
-
},
|
1960
|
+
readonly NIcon: any;
|
1961
|
+
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>;
|
1962
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "unchecked"[], "unchecked", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1884
1963
|
tag: {
|
1885
1964
|
type: PropType<AnyObject>;
|
1886
1965
|
required: true;
|
@@ -1889,12 +1968,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1889
1968
|
type: BooleanConstructor;
|
1890
1969
|
default: boolean;
|
1891
1970
|
};
|
1892
|
-
}>> & {
|
1971
|
+
}>> & Readonly<{
|
1893
1972
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
1894
|
-
}
|
1973
|
+
}>, {
|
1895
1974
|
showClose: boolean;
|
1896
|
-
}>;
|
1897
|
-
CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1975
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1976
|
+
readonly CDefaultPage: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1898
1977
|
type: {
|
1899
1978
|
type: StringConstructor;
|
1900
1979
|
default: string;
|
@@ -1906,8 +1985,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1906
1985
|
content: string;
|
1907
1986
|
};
|
1908
1987
|
};
|
1909
|
-
}
|
1910
|
-
props:
|
1988
|
+
}>, {
|
1989
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1911
1990
|
type: {
|
1912
1991
|
type: StringConstructor;
|
1913
1992
|
default: string;
|
@@ -1919,9 +1998,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1919
1998
|
content: string;
|
1920
1999
|
};
|
1921
2000
|
};
|
1922
|
-
}>> & {
|
2001
|
+
}>> & Readonly<{
|
1923
2002
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1924
|
-
}
|
2003
|
+
}> & {}>;
|
1925
2004
|
emit: (event: "reloadPage", ...args: any[]) => void;
|
1926
2005
|
configResult: import("vue").ComputedRef<{
|
1927
2006
|
title: string;
|
@@ -1929,9 +2008,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1929
2008
|
img: string;
|
1930
2009
|
}>;
|
1931
2010
|
reloadPage: () => void;
|
1932
|
-
NIcon: any;
|
1933
|
-
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<{}>>, {}>;
|
1934
|
-
},
|
2011
|
+
readonly NIcon: any;
|
2012
|
+
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>;
|
2013
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "reloadPage"[], "reloadPage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1935
2014
|
type: {
|
1936
2015
|
type: StringConstructor;
|
1937
2016
|
default: string;
|
@@ -1943,13 +2022,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1943
2022
|
content: string;
|
1944
2023
|
};
|
1945
2024
|
};
|
1946
|
-
}>> & {
|
2025
|
+
}>> & Readonly<{
|
1947
2026
|
onReloadPage?: ((...args: any[]) => any) | undefined;
|
1948
|
-
}
|
2027
|
+
}>, {
|
1949
2028
|
type: string;
|
1950
2029
|
config: AnyObject;
|
1951
|
-
}>>;
|
1952
|
-
},
|
2030
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2031
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1953
2032
|
defaultList: {
|
1954
2033
|
type: PropType<((string | number) | {
|
1955
2034
|
[key: string]: any;
|
@@ -2033,7 +2112,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2033
2112
|
type: BooleanConstructor;
|
2034
2113
|
default: boolean;
|
2035
2114
|
};
|
2036
|
-
}
|
2115
|
+
}>> & Readonly<{}>, {
|
2037
2116
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
2038
2117
|
defaultList: ((string | number) | {
|
2039
2118
|
[key: string]: any;
|
@@ -2056,8 +2135,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2056
2135
|
hideLeaf: boolean;
|
2057
2136
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
|
2058
2137
|
showTagHover: boolean;
|
2059
|
-
}>>;
|
2060
|
-
getProps: import("vue").ComputedRef<
|
2138
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2139
|
+
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2061
2140
|
defaultList: {
|
2062
2141
|
type: PropType<((string | number) | {
|
2063
2142
|
[key: string]: any;
|
@@ -2180,15 +2259,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2180
2259
|
type: BooleanConstructor;
|
2181
2260
|
default: boolean;
|
2182
2261
|
};
|
2183
|
-
}>> & {
|
2262
|
+
}>> & Readonly<{
|
2184
2263
|
onCheck?: ((...args: any[]) => any) | undefined;
|
2185
2264
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
2186
|
-
}
|
2265
|
+
}> & {}> & {
|
2187
2266
|
[x: string]: unknown;
|
2188
2267
|
}>;
|
2189
2268
|
emits: (event: "check" | "checkWithLevel", ...args: any[]) => void;
|
2190
2269
|
getCheckWithLevel: (strategy?: import("../../../select-person/src/types").Strategy | undefined, hideLeaf?: boolean | undefined) => any;
|
2191
|
-
},
|
2270
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "checkWithLevel")[], "check" | "checkWithLevel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2192
2271
|
defaultList: {
|
2193
2272
|
type: PropType<((string | number) | {
|
2194
2273
|
[key: string]: any;
|
@@ -2311,10 +2390,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
2311
2390
|
type: BooleanConstructor;
|
2312
2391
|
default: boolean;
|
2313
2392
|
};
|
2314
|
-
}>> & {
|
2393
|
+
}>> & Readonly<{
|
2315
2394
|
onCheck?: ((...args: any[]) => any) | undefined;
|
2316
2395
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
2317
|
-
}
|
2396
|
+
}>, {
|
2318
2397
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
2319
2398
|
height: string;
|
2320
2399
|
defaultList: ((string | number) | {
|
@@ -2354,8 +2433,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2354
2433
|
hideLeaf: boolean;
|
2355
2434
|
itemKey: (node: import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject) => string | number;
|
2356
2435
|
showTagHover: boolean;
|
2357
|
-
}>>;
|
2358
|
-
},
|
2436
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2437
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2359
2438
|
visible: {
|
2360
2439
|
type: BooleanConstructor;
|
2361
2440
|
default: boolean;
|
@@ -2368,12 +2447,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
2368
2447
|
type: PropType<AnyObject[]>;
|
2369
2448
|
default: () => never[];
|
2370
2449
|
};
|
2371
|
-
}>> & {
|
2450
|
+
}>> & Readonly<{
|
2372
2451
|
onCheck?: ((...args: any[]) => any) | undefined;
|
2373
2452
|
onChangeModalVisible?: ((...args: any[]) => any) | undefined;
|
2374
|
-
}
|
2453
|
+
}>, {
|
2375
2454
|
visible: boolean;
|
2376
2455
|
defaultList: string[];
|
2377
2456
|
treeData: AnyObject[];
|
2378
|
-
}>;
|
2457
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2379
2458
|
export default _default;
|