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,4 +1,4 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2
2
|
visible: {
|
3
3
|
type: BooleanConstructor;
|
4
4
|
default: boolean;
|
@@ -15,8 +15,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
15
15
|
type: ArrayConstructor;
|
16
16
|
default: () => never[];
|
17
17
|
};
|
18
|
-
}
|
19
|
-
props:
|
18
|
+
}>, {
|
19
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
20
20
|
visible: {
|
21
21
|
type: BooleanConstructor;
|
22
22
|
default: boolean;
|
@@ -33,18 +33,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
33
33
|
type: ArrayConstructor;
|
34
34
|
default: () => never[];
|
35
35
|
};
|
36
|
-
}>> & {
|
36
|
+
}>> & Readonly<{
|
37
37
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
38
|
-
}
|
38
|
+
}> & {}>;
|
39
39
|
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
40
|
-
addVisible: import("vue").Ref<boolean>;
|
41
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
42
|
-
modalWidth: import("vue").Ref<string>;
|
40
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
41
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
42
|
+
modalWidth: import("vue").Ref<string, string>;
|
43
43
|
bodyStyle: import("vue").Ref<{
|
44
44
|
maxHeight: string;
|
45
45
|
height: string;
|
46
|
+
}, {
|
47
|
+
maxHeight: string;
|
48
|
+
height: string;
|
49
|
+
} | {
|
50
|
+
maxHeight: string;
|
51
|
+
height: string;
|
46
52
|
}>;
|
47
|
-
conditionApiRef: any
|
53
|
+
conditionApiRef: import("vue").Ref<any, any>;
|
48
54
|
filterTimer: any;
|
49
55
|
classifyfilterType: String;
|
50
56
|
init: () => void;
|
@@ -55,10 +61,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
55
61
|
clearConditions: () => void;
|
56
62
|
resetChangeWindow: () => void;
|
57
63
|
changeModalWindow: () => void;
|
58
|
-
NModal: any;
|
59
|
-
NCard: any;
|
60
|
-
NButton: any;
|
61
|
-
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
64
|
+
readonly NModal: any;
|
65
|
+
readonly NCard: any;
|
66
|
+
readonly NButton: any;
|
67
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
62
68
|
actionList_prop: {
|
63
69
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
64
70
|
default: () => {};
|
@@ -83,14 +89,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
83
89
|
type: BooleanConstructor;
|
84
90
|
default: boolean;
|
85
91
|
};
|
86
|
-
}
|
87
|
-
$message: import("naive-ui").MessageApi;
|
92
|
+
}>, {
|
93
|
+
$message: import("naive-ui/es/message").MessageApi;
|
88
94
|
menuProps: {
|
89
95
|
class: string;
|
90
96
|
};
|
91
97
|
specialDateRange: string[];
|
92
98
|
specialCustomDateRange: string[];
|
93
|
-
props:
|
99
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
94
100
|
actionList_prop: {
|
95
101
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
96
102
|
default: () => {};
|
@@ -115,10 +121,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
115
121
|
type: BooleanConstructor;
|
116
122
|
default: boolean;
|
117
123
|
};
|
118
|
-
}>> & {
|
124
|
+
}>> & Readonly<{
|
119
125
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
120
126
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
121
|
-
}
|
127
|
+
}> & {}>;
|
122
128
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
123
129
|
$attrs: {
|
124
130
|
[x: string]: unknown;
|
@@ -136,9 +142,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
136
142
|
customDate?: string | undefined;
|
137
143
|
}[];
|
138
144
|
};
|
139
|
-
loading: import("vue").Ref<boolean>;
|
140
|
-
parentInputRef: import("vue").Ref<any>;
|
141
|
-
parentInputAddRef: import("vue").Ref<any>;
|
145
|
+
loading: import("vue").Ref<boolean, boolean>;
|
146
|
+
parentInputRef: import("vue").Ref<any, any>;
|
147
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
142
148
|
DisplayCategoryState: {
|
143
149
|
addDisplayCategory: string;
|
144
150
|
displayCategories: {
|
@@ -179,16 +185,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
179
185
|
saveAdd: () => void;
|
180
186
|
cancelSaveAdd: () => void;
|
181
187
|
checkActionList: () => boolean;
|
182
|
-
NSpin: any;
|
183
|
-
NIcon: any;
|
184
|
-
NInput: any;
|
185
|
-
NButton: any;
|
186
|
-
NTooltip: any;
|
187
|
-
NSelect: any;
|
188
|
-
AddOutline: 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<{}>>, {}>;
|
189
|
-
AddCircleSharp: 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<{}>>, {}>;
|
190
|
-
CloseOutline: 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<{}>>, {}>;
|
191
|
-
ValueCfg: import("vue").DefineComponent<{
|
188
|
+
readonly NSpin: any;
|
189
|
+
readonly NIcon: any;
|
190
|
+
readonly NInput: any;
|
191
|
+
readonly NButton: any;
|
192
|
+
readonly NTooltip: any;
|
193
|
+
readonly NSelect: any;
|
194
|
+
readonly AddOutline: 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>;
|
195
|
+
readonly AddCircleSharp: 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>;
|
196
|
+
readonly CloseOutline: 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>;
|
197
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
192
198
|
item: {
|
193
199
|
type: ObjectConstructor;
|
194
200
|
default: null;
|
@@ -212,8 +218,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
212
218
|
type: StringConstructor;
|
213
219
|
default: null;
|
214
220
|
};
|
215
|
-
}
|
216
|
-
props:
|
221
|
+
}>, {
|
222
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
217
223
|
item: {
|
218
224
|
type: ObjectConstructor;
|
219
225
|
default: null;
|
@@ -237,19 +243,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
237
243
|
type: StringConstructor;
|
238
244
|
default: null;
|
239
245
|
};
|
240
|
-
}>> & {
|
246
|
+
}>> & Readonly<{
|
241
247
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
242
248
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
243
249
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
244
250
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
245
|
-
}
|
251
|
+
}> & {}>;
|
246
252
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
247
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
248
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
249
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
250
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
253
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
254
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
255
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
256
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
251
257
|
widgetType: import("vue").ComputedRef<any>;
|
252
|
-
Date: import("vue").DefineComponent<{
|
258
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
253
259
|
componentCfg: {
|
254
260
|
type: ObjectConstructor;
|
255
261
|
};
|
@@ -273,8 +279,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
273
279
|
type: StringConstructor;
|
274
280
|
default: null;
|
275
281
|
};
|
276
|
-
}
|
277
|
-
props:
|
282
|
+
}>, {
|
283
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
278
284
|
componentCfg: {
|
279
285
|
type: ObjectConstructor;
|
280
286
|
};
|
@@ -298,15 +304,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
298
304
|
type: StringConstructor;
|
299
305
|
default: null;
|
300
306
|
};
|
301
|
-
}>> & {
|
307
|
+
}>> & Readonly<{
|
302
308
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
303
309
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
304
310
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
305
|
-
}
|
311
|
+
}> & {}>;
|
306
312
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
307
|
-
filterType: import("vue").ComputedRef<"1" | "
|
308
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
309
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
313
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
314
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
315
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
310
316
|
dateType: any;
|
311
317
|
valueFormat: import("vue").ComputedRef<string>;
|
312
318
|
compType: import("vue").ComputedRef<any>;
|
@@ -321,7 +327,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
321
327
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
322
328
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
323
329
|
};
|
324
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
330
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
325
331
|
updateUnchangedValue: {
|
326
332
|
type: BooleanConstructor;
|
327
333
|
};
|
@@ -352,11 +358,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
352
358
|
isDateDisabled: {
|
353
359
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
354
360
|
};
|
355
|
-
}
|
361
|
+
}>, {
|
356
362
|
attrs: {
|
357
363
|
[x: string]: unknown;
|
358
364
|
};
|
359
|
-
props:
|
365
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
360
366
|
updateUnchangedValue: {
|
361
367
|
type: BooleanConstructor;
|
362
368
|
};
|
@@ -387,15 +393,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
387
393
|
isDateDisabled: {
|
388
394
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
389
395
|
};
|
390
|
-
}>> & {
|
396
|
+
}>> & Readonly<{
|
391
397
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
392
|
-
}
|
398
|
+
}> & {}>;
|
393
399
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
394
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
395
|
-
panelInstRef: import("vue").Ref<null>;
|
396
|
-
placeholderRef: import("vue").Ref<any>;
|
397
|
-
oldValue: string;
|
398
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
400
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
401
|
+
panelInstRef: import("vue").Ref<null, null>;
|
402
|
+
placeholderRef: import("vue").Ref<any, any>;
|
403
|
+
oldValue: (string | [string, string]) | null | undefined;
|
404
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
399
405
|
isDateTime: import("vue").ComputedRef<boolean>;
|
400
406
|
formatRef: import("vue").ComputedRef<string>;
|
401
407
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -410,8 +416,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
410
416
|
onConfirm: (...args: any[]) => Promise<void>;
|
411
417
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
412
418
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
413
|
-
NDatePicker: any;
|
414
|
-
},
|
419
|
+
readonly NDatePicker: any;
|
420
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
415
421
|
updateUnchangedValue: {
|
416
422
|
type: BooleanConstructor;
|
417
423
|
};
|
@@ -442,16 +448,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
442
448
|
isDateDisabled: {
|
443
449
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
444
450
|
};
|
445
|
-
}>> & {
|
451
|
+
}>> & Readonly<{
|
446
452
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
447
|
-
}
|
453
|
+
}>, {
|
448
454
|
type: string;
|
449
455
|
updateUnchangedValue: boolean;
|
450
456
|
to: string | false | HTMLElement;
|
451
457
|
holidays: Date[];
|
452
|
-
}>>;
|
453
|
-
NSelect: any;
|
454
|
-
DateOption: import("vue").DefineComponent<{
|
458
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
459
|
+
readonly NSelect: any;
|
460
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
455
461
|
filterType: {
|
456
462
|
type: StringConstructor;
|
457
463
|
required: true;
|
@@ -476,7 +482,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
476
482
|
valueFormat: {
|
477
483
|
type: StringConstructor;
|
478
484
|
};
|
479
|
-
}
|
485
|
+
}>, {
|
480
486
|
widgetOptions: {
|
481
487
|
label: string;
|
482
488
|
value: string;
|
@@ -485,9 +491,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
485
491
|
label: string;
|
486
492
|
value: string;
|
487
493
|
}[];
|
488
|
-
startDateNum: import("vue").Ref<any>;
|
489
|
-
endDateNum: import("vue").Ref<any>;
|
490
|
-
props:
|
494
|
+
startDateNum: import("vue").Ref<any, any>;
|
495
|
+
endDateNum: import("vue").Ref<any, any>;
|
496
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
491
497
|
filterType: {
|
492
498
|
type: StringConstructor;
|
493
499
|
required: true;
|
@@ -512,17 +518,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
512
518
|
valueFormat: {
|
513
519
|
type: StringConstructor;
|
514
520
|
};
|
515
|
-
}>> & {
|
521
|
+
}>> & Readonly<{
|
516
522
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
517
523
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
518
|
-
}
|
524
|
+
}> & {}>;
|
519
525
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
520
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
521
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
526
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
527
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
522
528
|
handleChange: (val: any, type: "start" | "end") => void;
|
523
|
-
NSelect: any;
|
524
|
-
NInputNumber: any;
|
525
|
-
},
|
529
|
+
readonly NSelect: any;
|
530
|
+
readonly NInputNumber: any;
|
531
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
526
532
|
filterType: {
|
527
533
|
type: StringConstructor;
|
528
534
|
required: true;
|
@@ -547,14 +553,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
547
553
|
valueFormat: {
|
548
554
|
type: StringConstructor;
|
549
555
|
};
|
550
|
-
}>> & {
|
556
|
+
}>> & Readonly<{
|
551
557
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
552
558
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
553
|
-
}
|
559
|
+
}>, {
|
554
560
|
modelValue: string | number | unknown[];
|
555
561
|
presetVal: string;
|
556
|
-
}>;
|
557
|
-
WidgetValEnums: {
|
562
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
563
|
+
readonly WidgetValEnums: {
|
558
564
|
CUSTOM: string;
|
559
565
|
FIRST_VAL: string;
|
560
566
|
WHOLE: string;
|
@@ -585,7 +591,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
585
591
|
NEXT_YEAR: string;
|
586
592
|
LAST_YEAR: string;
|
587
593
|
};
|
588
|
-
},
|
594
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
589
595
|
componentCfg: {
|
590
596
|
type: ObjectConstructor;
|
591
597
|
};
|
@@ -609,17 +615,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
609
615
|
type: StringConstructor;
|
610
616
|
default: null;
|
611
617
|
};
|
612
|
-
}>> & {
|
618
|
+
}>> & Readonly<{
|
613
619
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
614
620
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
615
621
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
616
|
-
}
|
622
|
+
}>, {
|
617
623
|
modelValue: string | number | unknown[];
|
618
624
|
paramCfg: Record<string, any>;
|
619
625
|
presetVal: string;
|
620
626
|
customDate: string;
|
621
|
-
}>;
|
622
|
-
InputFilter: import("vue").DefineComponent<{
|
627
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
628
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
623
629
|
paramCfg: {
|
624
630
|
type: ObjectConstructor;
|
625
631
|
default: null;
|
@@ -631,8 +637,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
631
637
|
isAccurateFilter: {
|
632
638
|
type: BooleanConstructor;
|
633
639
|
};
|
634
|
-
}
|
635
|
-
props:
|
640
|
+
}>, {
|
641
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
636
642
|
paramCfg: {
|
637
643
|
type: ObjectConstructor;
|
638
644
|
default: null;
|
@@ -644,21 +650,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
644
650
|
isAccurateFilter: {
|
645
651
|
type: BooleanConstructor;
|
646
652
|
};
|
647
|
-
}>> & {
|
653
|
+
}>> & Readonly<{
|
648
654
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
649
655
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
650
|
-
}
|
656
|
+
}> & {}>;
|
651
657
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
652
658
|
optionList: import("vue").Ref<{
|
653
659
|
label: string;
|
654
660
|
value: number;
|
661
|
+
}[], {
|
662
|
+
label: string;
|
663
|
+
value: number;
|
664
|
+
}[] | {
|
665
|
+
label: string;
|
666
|
+
value: number;
|
655
667
|
}[]>;
|
656
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
657
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
668
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
669
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
658
670
|
isShowSearch: import("vue").ComputedRef<any>;
|
659
|
-
NInput: any;
|
660
|
-
NSelect: any;
|
661
|
-
},
|
671
|
+
readonly NInput: any;
|
672
|
+
readonly NSelect: any;
|
673
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
662
674
|
paramCfg: {
|
663
675
|
type: ObjectConstructor;
|
664
676
|
default: null;
|
@@ -670,42 +682,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
670
682
|
isAccurateFilter: {
|
671
683
|
type: BooleanConstructor;
|
672
684
|
};
|
673
|
-
}>> & {
|
685
|
+
}>> & Readonly<{
|
674
686
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
675
687
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
676
|
-
}
|
688
|
+
}>, {
|
677
689
|
modelValue: string | number | unknown[];
|
678
690
|
paramCfg: Record<string, any>;
|
679
691
|
isAccurateFilter: boolean;
|
680
|
-
}>;
|
681
|
-
InputNumber: import("vue").DefineComponent<{
|
692
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
693
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
682
694
|
modelValue: {
|
683
695
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
684
696
|
default: null;
|
685
697
|
};
|
686
|
-
}
|
687
|
-
props:
|
698
|
+
}>, {
|
699
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
688
700
|
modelValue: {
|
689
701
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
690
702
|
default: null;
|
691
703
|
};
|
692
|
-
}>> & {
|
704
|
+
}>> & Readonly<{
|
693
705
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
694
|
-
}
|
706
|
+
}> & {}>;
|
695
707
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
696
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
697
|
-
NInputNumber: any;
|
698
|
-
},
|
708
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
709
|
+
readonly NInputNumber: any;
|
710
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
699
711
|
modelValue: {
|
700
712
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
701
713
|
default: null;
|
702
714
|
};
|
703
|
-
}>> & {
|
715
|
+
}>> & Readonly<{
|
704
716
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
705
|
-
}
|
717
|
+
}>, {
|
706
718
|
modelValue: string | number | unknown[];
|
707
|
-
}>;
|
708
|
-
SelectFilter: import("vue").DefineComponent<{
|
719
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
720
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
709
721
|
paramCfg: {
|
710
722
|
type: ObjectConstructor;
|
711
723
|
default: null;
|
@@ -718,8 +730,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
718
730
|
type: StringConstructor;
|
719
731
|
default: string;
|
720
732
|
};
|
721
|
-
}
|
722
|
-
props:
|
733
|
+
}>, {
|
734
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
723
735
|
paramCfg: {
|
724
736
|
type: ObjectConstructor;
|
725
737
|
default: null;
|
@@ -732,15 +744,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
732
744
|
type: StringConstructor;
|
733
745
|
default: string;
|
734
746
|
};
|
735
|
-
}>> & {
|
747
|
+
}>> & Readonly<{
|
736
748
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
737
|
-
}
|
749
|
+
}> & {}>;
|
738
750
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
739
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
751
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
740
752
|
optionSetting: import("vue").ComputedRef<any>;
|
741
753
|
widgetOptions: import("vue").ComputedRef<any>;
|
742
|
-
NSelect: any;
|
743
|
-
WidgetOptionEnums: {
|
754
|
+
readonly NSelect: any;
|
755
|
+
readonly WidgetOptionEnums: {
|
744
756
|
RADIO: string;
|
745
757
|
MULTIPLE: string;
|
746
758
|
ALL: string;
|
@@ -749,7 +761,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
749
761
|
FUTURE_TIME: string;
|
750
762
|
CUSTOM_TIME: string;
|
751
763
|
};
|
752
|
-
},
|
764
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
753
765
|
paramCfg: {
|
754
766
|
type: ObjectConstructor;
|
755
767
|
default: null;
|
@@ -762,14 +774,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
762
774
|
type: StringConstructor;
|
763
775
|
default: string;
|
764
776
|
};
|
765
|
-
}>> & {
|
777
|
+
}>> & Readonly<{
|
766
778
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
767
|
-
}
|
779
|
+
}>, {
|
768
780
|
modelValue: string | number | unknown[];
|
769
781
|
widgetType: string;
|
770
782
|
paramCfg: Record<string, any>;
|
771
|
-
}>;
|
772
|
-
SelectDynamic: import("vue").DefineComponent<{
|
783
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
784
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
773
785
|
paramCfg: {
|
774
786
|
type: ObjectConstructor;
|
775
787
|
default: null;
|
@@ -778,9 +790,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
778
790
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
779
791
|
default: null;
|
780
792
|
};
|
781
|
-
}
|
782
|
-
message: import("naive-ui").MessageApi;
|
783
|
-
props:
|
793
|
+
}>, {
|
794
|
+
message: import("naive-ui/es/message").MessageApi;
|
795
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
784
796
|
paramCfg: {
|
785
797
|
type: ObjectConstructor;
|
786
798
|
default: null;
|
@@ -789,23 +801,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
789
801
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
790
802
|
default: null;
|
791
803
|
};
|
792
|
-
}>> & {
|
804
|
+
}>> & Readonly<{
|
793
805
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
794
|
-
}
|
806
|
+
}> & {}>;
|
795
807
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
796
808
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
797
|
-
selectDynamicRef: any
|
798
|
-
isLoading: import("vue").Ref<boolean>;
|
809
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
810
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
799
811
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
800
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
801
|
-
totalPage: import("vue").Ref<number>;
|
812
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
813
|
+
totalPage: import("vue").Ref<number, number>;
|
802
814
|
menuProps: {
|
803
815
|
class: string;
|
804
816
|
};
|
805
|
-
curPage: import("vue").Ref<number>;
|
806
|
-
fieldTitleList: import("vue").Ref<any>;
|
807
|
-
selectOptions: import("vue").Ref<any[]>;
|
808
|
-
keywordVal: import("vue").Ref<any>;
|
817
|
+
curPage: import("vue").Ref<number, number>;
|
818
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
819
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
820
|
+
keywordVal: import("vue").Ref<any, any>;
|
809
821
|
optionSetting: import("vue").ComputedRef<any>;
|
810
822
|
isMultiple: import("vue").ComputedRef<boolean>;
|
811
823
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
@@ -828,8 +840,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
828
840
|
}>;
|
829
841
|
init: () => void;
|
830
842
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
831
|
-
NSelect: any;
|
832
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
843
|
+
readonly NSelect: any;
|
844
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
833
845
|
oldValue: {
|
834
846
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
835
847
|
default: () => never[];
|
@@ -866,9 +878,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
866
878
|
type: BooleanConstructor;
|
867
879
|
default: boolean;
|
868
880
|
};
|
869
|
-
}
|
881
|
+
}>, {
|
870
882
|
selectMinWidth: number;
|
871
|
-
props:
|
883
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
872
884
|
oldValue: {
|
873
885
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
874
886
|
default: () => never[];
|
@@ -905,12 +917,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
905
917
|
type: BooleanConstructor;
|
906
918
|
default: boolean;
|
907
919
|
};
|
908
|
-
}>> & {
|
909
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
920
|
+
}>> & Readonly<{
|
910
921
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
911
|
-
|
922
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
923
|
+
}> & {}>;
|
912
924
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
913
|
-
dragEndWidth: import("vue").Ref<number>;
|
925
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
914
926
|
showKeys: import("vue").ComputedRef<any>;
|
915
927
|
titleList: import("vue").ComputedRef<string[]>;
|
916
928
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
@@ -918,16 +930,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
918
930
|
searchByPage: (onePage: number) => void;
|
919
931
|
changeWidth: ({ distance }: any) => void;
|
920
932
|
saveWidth: () => void;
|
921
|
-
NEmpty: any;
|
922
|
-
NButtonGroup: any;
|
923
|
-
NButton: any;
|
924
|
-
NIcon: any;
|
925
|
-
NPopover: any;
|
926
|
-
vFlexibleResize: {
|
933
|
+
readonly NEmpty: any;
|
934
|
+
readonly NButtonGroup: any;
|
935
|
+
readonly NButton: any;
|
936
|
+
readonly NIcon: any;
|
937
|
+
readonly NPopover: any;
|
938
|
+
readonly vFlexibleResize: {
|
927
939
|
mounted(el: any, { value }: any): void;
|
928
940
|
beforeUnmount(el: any): void;
|
929
941
|
};
|
930
|
-
WidgetValEnums: {
|
942
|
+
readonly WidgetValEnums: {
|
931
943
|
CUSTOM: string;
|
932
944
|
FIRST_VAL: string;
|
933
945
|
WHOLE: string;
|
@@ -958,9 +970,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
958
970
|
NEXT_YEAR: string;
|
959
971
|
LAST_YEAR: string;
|
960
972
|
};
|
961
|
-
ArrowBack: 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<{}>>, {}>;
|
962
|
-
ArrowForward: 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<{}>>, {}>;
|
963
|
-
},
|
973
|
+
readonly ArrowBack: 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>;
|
974
|
+
readonly ArrowForward: 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>;
|
975
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
964
976
|
oldValue: {
|
965
977
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
966
978
|
default: () => never[];
|
@@ -997,21 +1009,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
997
1009
|
type: BooleanConstructor;
|
998
1010
|
default: boolean;
|
999
1011
|
};
|
1000
|
-
}>> & {
|
1001
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1012
|
+
}>> & Readonly<{
|
1002
1013
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1003
|
-
|
1004
|
-
|
1014
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1015
|
+
}>, {
|
1005
1016
|
loading: boolean;
|
1017
|
+
isMultiple: boolean;
|
1006
1018
|
oldValue: import("../../../../../shared/types").AnyObject[];
|
1019
|
+
optionList: import("../../../../../shared/types").AnyObject[];
|
1020
|
+
isShowWhole: boolean;
|
1007
1021
|
dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
|
1008
1022
|
fieldTitleList: import("../../../../../shared/types").AnyObject[];
|
1009
|
-
optionList: import("../../../../../shared/types").AnyObject[];
|
1010
1023
|
curPage: number;
|
1011
1024
|
isLastPage: boolean;
|
1012
|
-
|
1013
|
-
|
1014
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1025
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1026
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1015
1027
|
paramCfg: {
|
1016
1028
|
type: ObjectConstructor;
|
1017
1029
|
default: null;
|
@@ -1020,13 +1032,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1020
1032
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
1021
1033
|
default: null;
|
1022
1034
|
};
|
1023
|
-
}>> & {
|
1035
|
+
}>> & Readonly<{
|
1024
1036
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1025
|
-
}
|
1037
|
+
}>, {
|
1026
1038
|
modelValue: import("../../../../../shared/types").AnyObject[];
|
1027
1039
|
paramCfg: Record<string, any>;
|
1028
|
-
}>;
|
1029
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
1040
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1041
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1030
1042
|
paramCfg: {
|
1031
1043
|
type: ObjectConstructor;
|
1032
1044
|
default: null;
|
@@ -1035,8 +1047,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1035
1047
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1036
1048
|
default: null;
|
1037
1049
|
};
|
1038
|
-
}
|
1039
|
-
props:
|
1050
|
+
}>, {
|
1051
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1040
1052
|
paramCfg: {
|
1041
1053
|
type: ObjectConstructor;
|
1042
1054
|
default: null;
|
@@ -1045,16 +1057,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1045
1057
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1046
1058
|
default: null;
|
1047
1059
|
};
|
1048
|
-
}>> & {
|
1060
|
+
}>> & Readonly<{
|
1049
1061
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1050
|
-
}
|
1051
|
-
startNumber: import("vue").Ref<any>;
|
1052
|
-
endNumber: import("vue").Ref<any>;
|
1062
|
+
}> & {}>;
|
1063
|
+
startNumber: import("vue").Ref<any, any>;
|
1064
|
+
endNumber: import("vue").Ref<any, any>;
|
1053
1065
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1054
1066
|
handleChange: (val: number | null, key: string) => void;
|
1055
|
-
NInputGroup: any;
|
1056
|
-
NInputNumber: any;
|
1057
|
-
},
|
1067
|
+
readonly NInputGroup: any;
|
1068
|
+
readonly NInputNumber: any;
|
1069
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1058
1070
|
paramCfg: {
|
1059
1071
|
type: ObjectConstructor;
|
1060
1072
|
default: null;
|
@@ -1063,13 +1075,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1063
1075
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1064
1076
|
default: null;
|
1065
1077
|
};
|
1066
|
-
}>> & {
|
1078
|
+
}>> & Readonly<{
|
1067
1079
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1068
|
-
}
|
1080
|
+
}>, {
|
1069
1081
|
modelValue: string | number | unknown[];
|
1070
1082
|
paramCfg: Record<string, any>;
|
1071
|
-
}>;
|
1072
|
-
DateRange: import("vue").DefineComponent<{
|
1083
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1084
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1073
1085
|
item: {
|
1074
1086
|
type: ObjectConstructor;
|
1075
1087
|
required: true;
|
@@ -1090,8 +1102,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1090
1102
|
type: StringConstructor;
|
1091
1103
|
default: null;
|
1092
1104
|
};
|
1093
|
-
}
|
1094
|
-
props:
|
1105
|
+
}>, {
|
1106
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1095
1107
|
item: {
|
1096
1108
|
type: ObjectConstructor;
|
1097
1109
|
required: true;
|
@@ -1112,15 +1124,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1112
1124
|
type: StringConstructor;
|
1113
1125
|
default: null;
|
1114
1126
|
};
|
1115
|
-
}>> & {
|
1127
|
+
}>> & Readonly<{
|
1116
1128
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1117
1129
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1118
1130
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1119
|
-
}
|
1131
|
+
}> & {}>;
|
1120
1132
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1121
|
-
startDate: import("vue").Ref<any>;
|
1122
|
-
endDate: import("vue").Ref<any>;
|
1123
|
-
filterType: import("vue").ComputedRef<"1" | "
|
1133
|
+
startDate: import("vue").Ref<any, any>;
|
1134
|
+
endDate: import("vue").Ref<any, any>;
|
1135
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
1124
1136
|
valueFormat: import("vue").ComputedRef<string>;
|
1125
1137
|
dateFormat: import("vue").ComputedRef<string>;
|
1126
1138
|
compType: import("vue").ComputedRef<any>;
|
@@ -1138,8 +1150,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1138
1150
|
label: string;
|
1139
1151
|
value: string;
|
1140
1152
|
}[]>;
|
1141
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1142
|
-
valueDateCp: import("vue").WritableComputedRef<unknown>;
|
1153
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1154
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
1143
1155
|
handleChange: (val: any, type: "start" | "end") => void;
|
1144
1156
|
isStartDateDisabled: (ts: number) => boolean;
|
1145
1157
|
timeStartDisabled: (ts: number) => {
|
@@ -1153,9 +1165,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1153
1165
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
1154
1166
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
1155
1167
|
};
|
1156
|
-
NSelect: any;
|
1157
|
-
NPopover: any;
|
1158
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1168
|
+
readonly NSelect: any;
|
1169
|
+
readonly NPopover: any;
|
1170
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1159
1171
|
updateUnchangedValue: {
|
1160
1172
|
type: BooleanConstructor;
|
1161
1173
|
};
|
@@ -1186,11 +1198,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1186
1198
|
isDateDisabled: {
|
1187
1199
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1188
1200
|
};
|
1189
|
-
}
|
1201
|
+
}>, {
|
1190
1202
|
attrs: {
|
1191
1203
|
[x: string]: unknown;
|
1192
1204
|
};
|
1193
|
-
props:
|
1205
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1194
1206
|
updateUnchangedValue: {
|
1195
1207
|
type: BooleanConstructor;
|
1196
1208
|
};
|
@@ -1221,15 +1233,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1221
1233
|
isDateDisabled: {
|
1222
1234
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1223
1235
|
};
|
1224
|
-
}>> & {
|
1236
|
+
}>> & Readonly<{
|
1225
1237
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1226
|
-
}
|
1238
|
+
}> & {}>;
|
1227
1239
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1228
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1229
|
-
panelInstRef: import("vue").Ref<null>;
|
1230
|
-
placeholderRef: import("vue").Ref<any>;
|
1231
|
-
oldValue: string;
|
1232
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1240
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
1241
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1242
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1243
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1244
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1233
1245
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1234
1246
|
formatRef: import("vue").ComputedRef<string>;
|
1235
1247
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1244,8 +1256,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1244
1256
|
onConfirm: (...args: any[]) => Promise<void>;
|
1245
1257
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1246
1258
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1247
|
-
NDatePicker: any;
|
1248
|
-
},
|
1259
|
+
readonly NDatePicker: any;
|
1260
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1249
1261
|
updateUnchangedValue: {
|
1250
1262
|
type: BooleanConstructor;
|
1251
1263
|
};
|
@@ -1276,15 +1288,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1276
1288
|
isDateDisabled: {
|
1277
1289
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1278
1290
|
};
|
1279
|
-
}>> & {
|
1291
|
+
}>> & Readonly<{
|
1280
1292
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1281
|
-
}
|
1293
|
+
}>, {
|
1282
1294
|
type: string;
|
1283
1295
|
updateUnchangedValue: boolean;
|
1284
1296
|
to: string | false | HTMLElement;
|
1285
1297
|
holidays: Date[];
|
1286
|
-
}>>;
|
1287
|
-
DateOption: import("vue").DefineComponent<{
|
1298
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1299
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1288
1300
|
filterType: {
|
1289
1301
|
type: StringConstructor;
|
1290
1302
|
required: true;
|
@@ -1309,7 +1321,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1309
1321
|
valueFormat: {
|
1310
1322
|
type: StringConstructor;
|
1311
1323
|
};
|
1312
|
-
}
|
1324
|
+
}>, {
|
1313
1325
|
widgetOptions: {
|
1314
1326
|
label: string;
|
1315
1327
|
value: string;
|
@@ -1318,9 +1330,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1318
1330
|
label: string;
|
1319
1331
|
value: string;
|
1320
1332
|
}[];
|
1321
|
-
startDateNum: import("vue").Ref<any>;
|
1322
|
-
endDateNum: import("vue").Ref<any>;
|
1323
|
-
props:
|
1333
|
+
startDateNum: import("vue").Ref<any, any>;
|
1334
|
+
endDateNum: import("vue").Ref<any, any>;
|
1335
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1324
1336
|
filterType: {
|
1325
1337
|
type: StringConstructor;
|
1326
1338
|
required: true;
|
@@ -1345,17 +1357,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1345
1357
|
valueFormat: {
|
1346
1358
|
type: StringConstructor;
|
1347
1359
|
};
|
1348
|
-
}>> & {
|
1360
|
+
}>> & Readonly<{
|
1349
1361
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1350
1362
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1351
|
-
}
|
1363
|
+
}> & {}>;
|
1352
1364
|
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1353
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1354
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1365
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1366
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1355
1367
|
handleChange: (val: any, type: "start" | "end") => void;
|
1356
|
-
NSelect: any;
|
1357
|
-
NInputNumber: any;
|
1358
|
-
},
|
1368
|
+
readonly NSelect: any;
|
1369
|
+
readonly NInputNumber: any;
|
1370
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1359
1371
|
filterType: {
|
1360
1372
|
type: StringConstructor;
|
1361
1373
|
required: true;
|
@@ -1380,14 +1392,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1380
1392
|
valueFormat: {
|
1381
1393
|
type: StringConstructor;
|
1382
1394
|
};
|
1383
|
-
}>> & {
|
1395
|
+
}>> & Readonly<{
|
1384
1396
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1385
1397
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1386
|
-
}
|
1398
|
+
}>, {
|
1387
1399
|
modelValue: string | number | unknown[];
|
1388
1400
|
presetVal: string;
|
1389
|
-
}>;
|
1390
|
-
WidgetValEnums: {
|
1401
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1402
|
+
readonly WidgetValEnums: {
|
1391
1403
|
CUSTOM: string;
|
1392
1404
|
FIRST_VAL: string;
|
1393
1405
|
WHOLE: string;
|
@@ -1418,7 +1430,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1418
1430
|
NEXT_YEAR: string;
|
1419
1431
|
LAST_YEAR: string;
|
1420
1432
|
};
|
1421
|
-
},
|
1433
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1422
1434
|
item: {
|
1423
1435
|
type: ObjectConstructor;
|
1424
1436
|
required: true;
|
@@ -1439,17 +1451,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1439
1451
|
type: StringConstructor;
|
1440
1452
|
default: null;
|
1441
1453
|
};
|
1442
|
-
}>> & {
|
1454
|
+
}>> & Readonly<{
|
1443
1455
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1444
1456
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1445
1457
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1446
|
-
}
|
1458
|
+
}>, {
|
1447
1459
|
modelValue: string | number | unknown[];
|
1448
1460
|
paramCfg: Record<string, any>;
|
1449
1461
|
presetVal: string;
|
1450
1462
|
customDate: string;
|
1451
|
-
}>;
|
1452
|
-
SelectLabel: import("vue").DefineComponent<{
|
1463
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1464
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1453
1465
|
paramCfg: {
|
1454
1466
|
type: ObjectConstructor;
|
1455
1467
|
default: null;
|
@@ -1458,10 +1470,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1458
1470
|
type: StringConstructor;
|
1459
1471
|
default: null;
|
1460
1472
|
};
|
1461
|
-
}
|
1473
|
+
}>, {
|
1462
1474
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
1463
|
-
message: import("naive-ui").MessageApi;
|
1464
|
-
props:
|
1475
|
+
message: import("naive-ui/es/message").MessageApi;
|
1476
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1465
1477
|
paramCfg: {
|
1466
1478
|
type: ObjectConstructor;
|
1467
1479
|
default: null;
|
@@ -1470,13 +1482,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1470
1482
|
type: StringConstructor;
|
1471
1483
|
default: null;
|
1472
1484
|
};
|
1473
|
-
}>> & {
|
1485
|
+
}>> & Readonly<{
|
1474
1486
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1475
|
-
}
|
1487
|
+
}> & {}>;
|
1476
1488
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1477
|
-
tagList: import("vue").Ref<never[]>;
|
1489
|
+
tagList: import("vue").Ref<never[], never[]>;
|
1478
1490
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1479
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
1491
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
1480
1492
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
1481
1493
|
initTagList: () => Promise<void>;
|
1482
1494
|
renderOption: ({ node, option }: {
|
@@ -1488,8 +1500,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1488
1500
|
[key: string]: any;
|
1489
1501
|
}>;
|
1490
1502
|
renderLabel: (option: any) => any;
|
1491
|
-
NSelect: any;
|
1492
|
-
},
|
1503
|
+
readonly NSelect: any;
|
1504
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1493
1505
|
paramCfg: {
|
1494
1506
|
type: ObjectConstructor;
|
1495
1507
|
default: null;
|
@@ -1498,13 +1510,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1498
1510
|
type: StringConstructor;
|
1499
1511
|
default: null;
|
1500
1512
|
};
|
1501
|
-
}>> & {
|
1513
|
+
}>> & Readonly<{
|
1502
1514
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1503
|
-
}
|
1515
|
+
}>, {
|
1504
1516
|
modelValue: string;
|
1505
1517
|
paramCfg: Record<string, any>;
|
1506
|
-
}>;
|
1507
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
1518
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1519
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1508
1520
|
paramCfg: {
|
1509
1521
|
type: ObjectConstructor;
|
1510
1522
|
default: null;
|
@@ -1513,9 +1525,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1513
1525
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1514
1526
|
default: null;
|
1515
1527
|
};
|
1516
|
-
}
|
1517
|
-
message: import("naive-ui").MessageApi;
|
1518
|
-
props:
|
1528
|
+
}>, {
|
1529
|
+
message: import("naive-ui/es/message").MessageApi;
|
1530
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1519
1531
|
paramCfg: {
|
1520
1532
|
type: ObjectConstructor;
|
1521
1533
|
default: null;
|
@@ -1524,22 +1536,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
1524
1536
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1525
1537
|
default: null;
|
1526
1538
|
};
|
1527
|
-
}>> & {
|
1539
|
+
}>> & Readonly<{
|
1528
1540
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1529
|
-
}
|
1541
|
+
}> & {}>;
|
1530
1542
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1531
1543
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1532
|
-
options: import("vue").Ref<any[]>;
|
1544
|
+
options: import("vue").Ref<any[], any[]>;
|
1533
1545
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1534
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
1546
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
1535
1547
|
optionSetting: import("vue").ComputedRef<any>;
|
1536
1548
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1537
1549
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
1538
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1550
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1539
1551
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
1540
1552
|
getOptionsData: (keyword: string) => Promise<void>;
|
1541
|
-
NTreeSelect: any;
|
1542
|
-
},
|
1553
|
+
readonly NTreeSelect: any;
|
1554
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1543
1555
|
paramCfg: {
|
1544
1556
|
type: ObjectConstructor;
|
1545
1557
|
default: null;
|
@@ -1548,13 +1560,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1548
1560
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1549
1561
|
default: null;
|
1550
1562
|
};
|
1551
|
-
}>> & {
|
1563
|
+
}>> & Readonly<{
|
1552
1564
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1553
|
-
}
|
1565
|
+
}>, {
|
1554
1566
|
modelValue: string | number | unknown[];
|
1555
1567
|
paramCfg: Record<string, any>;
|
1556
|
-
}>;
|
1557
|
-
WidgetTypeEnums: {
|
1568
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1569
|
+
readonly WidgetTypeEnums: {
|
1558
1570
|
INPUT_NUMBER: string;
|
1559
1571
|
INPUT: string;
|
1560
1572
|
SELECT: string;
|
@@ -1574,7 +1586,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1574
1586
|
SELECTTREE: string;
|
1575
1587
|
SELECTTREEDYNAMIC: string;
|
1576
1588
|
};
|
1577
|
-
},
|
1589
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1578
1590
|
item: {
|
1579
1591
|
type: ObjectConstructor;
|
1580
1592
|
default: null;
|
@@ -1598,20 +1610,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
1598
1610
|
type: StringConstructor;
|
1599
1611
|
default: null;
|
1600
1612
|
};
|
1601
|
-
}>> & {
|
1613
|
+
}>> & Readonly<{
|
1602
1614
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1603
1615
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1604
1616
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1605
1617
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1606
|
-
}
|
1618
|
+
}>, {
|
1607
1619
|
modelValue: string | number | unknown[];
|
1608
1620
|
item: Record<string, any>;
|
1609
1621
|
paramCfg: Record<string, any>;
|
1610
1622
|
presetVal: string;
|
1611
1623
|
isAccurate: boolean;
|
1612
1624
|
customDate: string;
|
1613
|
-
}>;
|
1614
|
-
ConditionEnums: {
|
1625
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1626
|
+
readonly ConditionEnums: {
|
1615
1627
|
NULL: string;
|
1616
1628
|
EQUAL: string;
|
1617
1629
|
CUSTOM_RANGE: string;
|
@@ -1620,7 +1632,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1620
1632
|
IN_THE_PAST_DI: string;
|
1621
1633
|
IN_THE_FUTURE_DI: string;
|
1622
1634
|
};
|
1623
|
-
},
|
1635
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1624
1636
|
actionList_prop: {
|
1625
1637
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
1626
1638
|
default: () => {};
|
@@ -1645,18 +1657,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1645
1657
|
type: BooleanConstructor;
|
1646
1658
|
default: boolean;
|
1647
1659
|
};
|
1648
|
-
}>> & {
|
1660
|
+
}>> & Readonly<{
|
1649
1661
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1650
1662
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1651
|
-
}
|
1663
|
+
}>, {
|
1652
1664
|
searchFieldList: unknown[];
|
1653
1665
|
tableId: string;
|
1654
1666
|
conditionList: unknown[];
|
1655
1667
|
actionList_prop: import("../../../..").IClassifyListType;
|
1656
1668
|
showItemName: boolean;
|
1657
1669
|
hideAddBtn: boolean;
|
1658
|
-
}>;
|
1659
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
1670
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1671
|
+
BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1660
1672
|
actionList_prop: {
|
1661
1673
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
1662
1674
|
default: () => {};
|
@@ -1681,15 +1693,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1681
1693
|
type: BooleanConstructor;
|
1682
1694
|
default: boolean;
|
1683
1695
|
};
|
1684
|
-
}
|
1685
|
-
$message: import("naive-ui").MessageApi;
|
1696
|
+
}>, {
|
1697
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1686
1698
|
menuProps: {
|
1687
1699
|
class: string;
|
1688
1700
|
};
|
1689
1701
|
dateCons: string[];
|
1690
1702
|
textCons: string[];
|
1691
1703
|
numberCons: string[];
|
1692
|
-
props:
|
1704
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1693
1705
|
actionList_prop: {
|
1694
1706
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
1695
1707
|
default: () => {};
|
@@ -1714,19 +1726,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
1714
1726
|
type: BooleanConstructor;
|
1715
1727
|
default: boolean;
|
1716
1728
|
};
|
1717
|
-
}>> & {
|
1729
|
+
}>> & Readonly<{
|
1718
1730
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1719
1731
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1720
|
-
}
|
1732
|
+
}> & {}>;
|
1721
1733
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
1722
1734
|
$attrs: {
|
1723
1735
|
[x: string]: unknown;
|
1724
1736
|
};
|
1725
1737
|
FormState: any;
|
1726
|
-
loading: import("vue").Ref<boolean>;
|
1727
|
-
parentInputRef: import("vue").Ref<any>;
|
1728
|
-
parentInputAddRef: import("vue").Ref<any>;
|
1729
|
-
sqlExpression: any
|
1738
|
+
loading: import("vue").Ref<boolean, boolean>;
|
1739
|
+
parentInputRef: import("vue").Ref<any, any>;
|
1740
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
1741
|
+
sqlExpression: import("vue").Ref<any, any>;
|
1730
1742
|
DisplayCategoryState: {
|
1731
1743
|
addDisplayCategory: string;
|
1732
1744
|
displayCategories: {
|
@@ -1763,16 +1775,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1763
1775
|
saveAdd: () => void;
|
1764
1776
|
cancelSaveAdd: () => void;
|
1765
1777
|
checkActionList: () => any;
|
1766
|
-
NSpin: any;
|
1767
|
-
NIcon: any;
|
1768
|
-
NInput: any;
|
1769
|
-
NButton: any;
|
1770
|
-
NTooltip: any;
|
1771
|
-
NSelect: any;
|
1772
|
-
AddOutline: 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<{}>>, {}>;
|
1773
|
-
AddCircleSharp: 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<{}>>, {}>;
|
1774
|
-
CloseOutline: 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<{}>>, {}>;
|
1775
|
-
ValueCfg: import("vue").DefineComponent<{
|
1778
|
+
readonly NSpin: any;
|
1779
|
+
readonly NIcon: any;
|
1780
|
+
readonly NInput: any;
|
1781
|
+
readonly NButton: any;
|
1782
|
+
readonly NTooltip: any;
|
1783
|
+
readonly NSelect: any;
|
1784
|
+
readonly AddOutline: 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>;
|
1785
|
+
readonly AddCircleSharp: 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>;
|
1786
|
+
readonly CloseOutline: 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>;
|
1787
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1776
1788
|
paramCfg: {
|
1777
1789
|
type: ObjectConstructor;
|
1778
1790
|
default: null;
|
@@ -1785,8 +1797,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1785
1797
|
type: ArrayConstructor;
|
1786
1798
|
default: () => never[];
|
1787
1799
|
};
|
1788
|
-
}
|
1789
|
-
props:
|
1800
|
+
}>, {
|
1801
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1790
1802
|
paramCfg: {
|
1791
1803
|
type: ObjectConstructor;
|
1792
1804
|
default: null;
|
@@ -1799,17 +1811,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1799
1811
|
type: ArrayConstructor;
|
1800
1812
|
default: () => never[];
|
1801
1813
|
};
|
1802
|
-
}>> & {
|
1814
|
+
}>> & Readonly<{
|
1803
1815
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1804
1816
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
1805
|
-
}
|
1817
|
+
}> & {}>;
|
1806
1818
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
1807
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1808
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
1819
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1820
|
+
valuesCp: import("vue").WritableComputedRef<any, any>;
|
1809
1821
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
1810
1822
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
1811
1823
|
biType: import("vue").ComputedRef<any>;
|
1812
|
-
Date: import("vue").DefineComponent<{
|
1824
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1813
1825
|
componentCfg: {
|
1814
1826
|
type: ObjectConstructor;
|
1815
1827
|
};
|
@@ -1821,8 +1833,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1821
1833
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1822
1834
|
default: null;
|
1823
1835
|
};
|
1824
|
-
}
|
1825
|
-
props:
|
1836
|
+
}>, {
|
1837
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1826
1838
|
componentCfg: {
|
1827
1839
|
type: ObjectConstructor;
|
1828
1840
|
};
|
@@ -1834,15 +1846,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1834
1846
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1835
1847
|
default: null;
|
1836
1848
|
};
|
1837
|
-
}>> & {
|
1849
|
+
}>> & Readonly<{
|
1838
1850
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1839
|
-
}
|
1851
|
+
}> & {}>;
|
1840
1852
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1841
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1853
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1842
1854
|
dateType: any;
|
1843
1855
|
valueFormat: import("vue").ComputedRef<string>;
|
1844
1856
|
compType: import("vue").ComputedRef<any>;
|
1845
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1857
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1846
1858
|
updateUnchangedValue: {
|
1847
1859
|
type: BooleanConstructor;
|
1848
1860
|
};
|
@@ -1873,11 +1885,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1873
1885
|
isDateDisabled: {
|
1874
1886
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1875
1887
|
};
|
1876
|
-
}
|
1888
|
+
}>, {
|
1877
1889
|
attrs: {
|
1878
1890
|
[x: string]: unknown;
|
1879
1891
|
};
|
1880
|
-
props:
|
1892
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1881
1893
|
updateUnchangedValue: {
|
1882
1894
|
type: BooleanConstructor;
|
1883
1895
|
};
|
@@ -1908,15 +1920,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1908
1920
|
isDateDisabled: {
|
1909
1921
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1910
1922
|
};
|
1911
|
-
}>> & {
|
1923
|
+
}>> & Readonly<{
|
1912
1924
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1913
|
-
}
|
1925
|
+
}> & {}>;
|
1914
1926
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1915
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1916
|
-
panelInstRef: import("vue").Ref<null>;
|
1917
|
-
placeholderRef: import("vue").Ref<any>;
|
1918
|
-
oldValue: string;
|
1919
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1927
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
1928
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1929
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1930
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1931
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1920
1932
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1921
1933
|
formatRef: import("vue").ComputedRef<string>;
|
1922
1934
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1931,8 +1943,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1931
1943
|
onConfirm: (...args: any[]) => Promise<void>;
|
1932
1944
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1933
1945
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1934
|
-
NDatePicker: any;
|
1935
|
-
},
|
1946
|
+
readonly NDatePicker: any;
|
1947
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1936
1948
|
updateUnchangedValue: {
|
1937
1949
|
type: BooleanConstructor;
|
1938
1950
|
};
|
@@ -1963,15 +1975,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1963
1975
|
isDateDisabled: {
|
1964
1976
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1965
1977
|
};
|
1966
|
-
}>> & {
|
1978
|
+
}>> & Readonly<{
|
1967
1979
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1968
|
-
}
|
1980
|
+
}>, {
|
1969
1981
|
type: string;
|
1970
1982
|
updateUnchangedValue: boolean;
|
1971
1983
|
to: string | false | HTMLElement;
|
1972
1984
|
holidays: Date[];
|
1973
|
-
}>>;
|
1974
|
-
},
|
1985
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1986
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1975
1987
|
componentCfg: {
|
1976
1988
|
type: ObjectConstructor;
|
1977
1989
|
};
|
@@ -1983,13 +1995,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1983
1995
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1984
1996
|
default: null;
|
1985
1997
|
};
|
1986
|
-
}>> & {
|
1998
|
+
}>> & Readonly<{
|
1987
1999
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1988
|
-
}
|
2000
|
+
}>, {
|
1989
2001
|
modelValue: string | number | unknown[];
|
1990
2002
|
paramCfg: Record<string, any>;
|
1991
|
-
}>;
|
1992
|
-
InputFilter: import("vue").DefineComponent<{
|
2003
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2004
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1993
2005
|
paramCfg: {
|
1994
2006
|
type: ObjectConstructor;
|
1995
2007
|
default: null;
|
@@ -1998,8 +2010,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1998
2010
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1999
2011
|
default: null;
|
2000
2012
|
};
|
2001
|
-
}
|
2002
|
-
props:
|
2013
|
+
}>, {
|
2014
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2003
2015
|
paramCfg: {
|
2004
2016
|
type: ObjectConstructor;
|
2005
2017
|
default: null;
|
@@ -2008,13 +2020,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2008
2020
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2009
2021
|
default: null;
|
2010
2022
|
};
|
2011
|
-
}>> & {
|
2023
|
+
}>> & Readonly<{
|
2012
2024
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2013
|
-
}
|
2025
|
+
}> & {}>;
|
2014
2026
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2015
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2016
|
-
NInput: any;
|
2017
|
-
},
|
2027
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2028
|
+
readonly NInput: any;
|
2029
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2018
2030
|
paramCfg: {
|
2019
2031
|
type: ObjectConstructor;
|
2020
2032
|
default: null;
|
@@ -2023,40 +2035,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
2023
2035
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2024
2036
|
default: null;
|
2025
2037
|
};
|
2026
|
-
}>> & {
|
2038
|
+
}>> & Readonly<{
|
2027
2039
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2028
|
-
}
|
2040
|
+
}>, {
|
2029
2041
|
modelValue: string | number | unknown[];
|
2030
2042
|
paramCfg: Record<string, any>;
|
2031
|
-
}>;
|
2032
|
-
InputNumber: import("vue").DefineComponent<{
|
2043
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2044
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2033
2045
|
modelValue: {
|
2034
2046
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2035
2047
|
default: null;
|
2036
2048
|
};
|
2037
|
-
}
|
2038
|
-
props:
|
2049
|
+
}>, {
|
2050
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2039
2051
|
modelValue: {
|
2040
2052
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2041
2053
|
default: null;
|
2042
2054
|
};
|
2043
|
-
}>> & {
|
2055
|
+
}>> & Readonly<{
|
2044
2056
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2045
|
-
}
|
2057
|
+
}> & {}>;
|
2046
2058
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2047
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2048
|
-
NInputNumber: any;
|
2049
|
-
},
|
2059
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2060
|
+
readonly NInputNumber: any;
|
2061
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2050
2062
|
modelValue: {
|
2051
2063
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2052
2064
|
default: null;
|
2053
2065
|
};
|
2054
|
-
}>> & {
|
2066
|
+
}>> & Readonly<{
|
2055
2067
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2056
|
-
}
|
2068
|
+
}>, {
|
2057
2069
|
modelValue: string | number | unknown[];
|
2058
|
-
}>;
|
2059
|
-
SelectFilter: import("vue").DefineComponent<{
|
2070
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2071
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2060
2072
|
paramCfg: {
|
2061
2073
|
type: ObjectConstructor;
|
2062
2074
|
default: null;
|
@@ -2065,8 +2077,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2065
2077
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2066
2078
|
default: null;
|
2067
2079
|
};
|
2068
|
-
}
|
2069
|
-
props:
|
2080
|
+
}>, {
|
2081
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2070
2082
|
paramCfg: {
|
2071
2083
|
type: ObjectConstructor;
|
2072
2084
|
default: null;
|
@@ -2075,15 +2087,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2075
2087
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2076
2088
|
default: null;
|
2077
2089
|
};
|
2078
|
-
}>> & {
|
2090
|
+
}>> & Readonly<{
|
2079
2091
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2080
|
-
}
|
2092
|
+
}> & {}>;
|
2081
2093
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2082
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2094
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2083
2095
|
optionSetting: import("vue").ComputedRef<any>;
|
2084
2096
|
widgetOptions: import("vue").ComputedRef<any>;
|
2085
|
-
NSelect: any;
|
2086
|
-
WidgetOptionEnums: {
|
2097
|
+
readonly NSelect: any;
|
2098
|
+
readonly WidgetOptionEnums: {
|
2087
2099
|
RADIO: string;
|
2088
2100
|
MULTIPLE: string;
|
2089
2101
|
ALL: string;
|
@@ -2092,7 +2104,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2092
2104
|
FUTURE_TIME: string;
|
2093
2105
|
CUSTOM_TIME: string;
|
2094
2106
|
};
|
2095
|
-
},
|
2107
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2096
2108
|
paramCfg: {
|
2097
2109
|
type: ObjectConstructor;
|
2098
2110
|
default: null;
|
@@ -2101,13 +2113,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2101
2113
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2102
2114
|
default: null;
|
2103
2115
|
};
|
2104
|
-
}>> & {
|
2116
|
+
}>> & Readonly<{
|
2105
2117
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2106
|
-
}
|
2118
|
+
}>, {
|
2107
2119
|
modelValue: string | number | unknown[];
|
2108
2120
|
paramCfg: Record<string, any>;
|
2109
|
-
}>;
|
2110
|
-
WidgetTypeEnums: {
|
2121
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2122
|
+
readonly WidgetTypeEnums: {
|
2111
2123
|
INPUT_NUMBER: string;
|
2112
2124
|
INPUT: string;
|
2113
2125
|
SELECT: string;
|
@@ -2127,7 +2139,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2127
2139
|
SELECTTREE: string;
|
2128
2140
|
SELECTTREEDYNAMIC: string;
|
2129
2141
|
};
|
2130
|
-
},
|
2142
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2131
2143
|
paramCfg: {
|
2132
2144
|
type: ObjectConstructor;
|
2133
2145
|
default: null;
|
@@ -2140,15 +2152,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2140
2152
|
type: ArrayConstructor;
|
2141
2153
|
default: () => never[];
|
2142
2154
|
};
|
2143
|
-
}>> & {
|
2155
|
+
}>> & Readonly<{
|
2144
2156
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2145
2157
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2146
|
-
}
|
2158
|
+
}>, {
|
2147
2159
|
modelValue: string | number | unknown[];
|
2148
2160
|
paramCfg: Record<string, any>;
|
2149
2161
|
modelValues: unknown[];
|
2150
|
-
}>;
|
2151
|
-
},
|
2162
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2163
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2152
2164
|
actionList_prop: {
|
2153
2165
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
2154
2166
|
default: () => {};
|
@@ -2173,18 +2185,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
2173
2185
|
type: BooleanConstructor;
|
2174
2186
|
default: boolean;
|
2175
2187
|
};
|
2176
|
-
}>> & {
|
2188
|
+
}>> & Readonly<{
|
2177
2189
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2178
2190
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2179
|
-
}
|
2191
|
+
}>, {
|
2180
2192
|
searchFieldList: unknown[];
|
2181
2193
|
tableId: string;
|
2182
2194
|
conditionList: unknown[];
|
2183
2195
|
actionList_prop: import("../../../..").IClassifyListType;
|
2184
2196
|
showItemName: boolean;
|
2185
2197
|
hideAddBtn: boolean;
|
2186
|
-
}>;
|
2187
|
-
},
|
2198
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2199
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2188
2200
|
visible: {
|
2189
2201
|
type: BooleanConstructor;
|
2190
2202
|
default: boolean;
|
@@ -2201,12 +2213,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
2201
2213
|
type: ArrayConstructor;
|
2202
2214
|
default: () => never[];
|
2203
2215
|
};
|
2204
|
-
}>> & {
|
2216
|
+
}>> & Readonly<{
|
2205
2217
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2206
|
-
}
|
2218
|
+
}>, {
|
2207
2219
|
visible: boolean;
|
2208
|
-
modalTitle: string;
|
2209
2220
|
searchFieldList: unknown[];
|
2210
2221
|
conditionList: unknown[];
|
2211
|
-
|
2222
|
+
modalTitle: string;
|
2223
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2212
2224
|
export default _default;
|