cnhis-design-vue 3.3.3-release.8 → 3.4.0-beta.0
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/recorder/fft.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +4 -0
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +4 -0
- 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/useBatchEditing.js +25 -24
- 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.d.ts +0 -0
- 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/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
- 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 +270 -143
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +270 -143
- package/es/components/button-print/src/ButtonPrint.vue2.js +14 -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 +74 -44
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +126 -72
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +211 -90
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +108 -59
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -12
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +3 -2
- package/es/components/button-print/src/utils/print.d.ts +7 -5
- package/es/components/button-print/src/utils/print.js +183 -7
- package/es/components/button-print/style/index.css +1 -1
- 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 +20 -9
- 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 +3167 -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 +132 -132
- package/es/components/classification/index.d.ts +734 -404
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +595 -330
- 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 +639 -374
- 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 -30
- package/es/components/classification/src/components/table-modal/index.vue2.js +143 -144
- package/es/components/classification/src/index.vue.d.ts +734 -404
- 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 +17 -9
- 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/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +6 -2
- 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/useLeft.js +3 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
- package/es/components/field-editor/index.d.ts +55 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +55 -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 +223 -158
- package/es/components/field-set/src/FieldColor.vue2.js +10 -9
- package/es/components/field-set/src/FieldFilter.vue.d.ts +84 -55
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
- package/es/components/field-set/src/FieldSet.vue.d.ts +86 -69
- 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 +38 -37
- package/es/components/field-set/src/components/table-row.vue2.js +48 -31
- package/es/components/field-set/src/constants/index.js +4 -4
- package/es/components/field-set/src/types/index.d.ts +2 -1
- package/es/components/form-config/index.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue.d.ts +1543 -507
- package/es/components/form-config/src/FormConfig.vue2.js +13 -12
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +63 -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 +1141 -197
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +6 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +123 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +42 -42
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/constants/index.d.ts +31 -1
- package/es/components/form-config/src/constants/index.js +150 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
- package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
- package/es/components/form-config/src/hooks/useLocale.js +34 -0
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/types/index.d.ts +12 -0
- package/es/components/form-render/index.d.ts +53 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +50 -37
- package/es/components/form-render/src/FormRender.vue2.js +7 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +53 -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 -7
- package/es/components/form-render/src/components/renderer/date.js +12 -10
- package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -5
- package/es/components/form-render/src/components/renderer/formItem.js +10 -3
- 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/levelSearchCascader/index.js +4 -2
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +9 -3
- 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/searchCascade.js +3 -0
- 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/constants/index.d.ts +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/useFieldListAdaptor.js +5 -2
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
- package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +2 -1
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +1 -2
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/form-render/style/index.css +1 -1
- 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 +1669 -797
- package/es/components/iho-chat/src/Index.vue.d.ts +1669 -797
- package/es/components/iho-chat/src/Index.vue2.js +18 -9
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +66 -43
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +278 -71
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +56 -46
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +121 -65
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +164 -109
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +605 -257
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +31 -30
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +400 -171
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +299 -280
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +111 -65
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +73 -79
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +58 -35
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +42 -45
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +113 -67
- 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/ContextMenu.js +35 -28
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +122 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +306 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +33 -10
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +84 -37
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +5 -5
- 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 +157 -93
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +305 -186
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +37 -14
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +16 -16
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +93 -64
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +55 -37
- package/es/components/iho-chat/src/components/Video.vue2.js +92 -89
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +57 -10
- package/es/components/iho-chat/src/hooks/useData.js +2 -7
- 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 +88 -16
- package/es/components/iho-chat/src/hooks/useVideo.js +439 -43
- package/es/components/iho-chat/src/types/index.d.ts +37 -1
- package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
- package/es/components/iho-chat/src/utils/emoji.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +5 -4
- package/es/components/iho-chat/src/utils/index.js +33 -39
- package/es/components/iho-chat/style/index.css +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 +38 -28
- 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 -2
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +2 -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/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +0 -22
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +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/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +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/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +61 -29
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +8 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +2 -1
- package/es/components/info-header/index.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue.d.ts +216 -369
- package/es/components/info-header/src/InfoHeader.vue2.js +7 -6
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +38 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +78 -44
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +48 -65
- 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 +122 -144
- 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 +70 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +16 -14
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +1 -2
- package/es/components/keyboard/index.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue.d.ts +83 -62
- package/es/components/keyboard/src/Keyboard.vue2.js +56 -32
- 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 +49 -39
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +59 -26
- package/es/components/keyboard/src/types.d.ts +17 -0
- package/es/components/keyboard/src/types.js +1 -0
- 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 +120 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +79 -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/scale-view/src/hooks/scaleview-computed.js +2 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +4 -0
- 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/search-cascader/src/utils/index.d.ts +1 -1
- 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 +30 -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-provider/src/hooks/useShortcuts.js +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.js +3 -1
- package/es/components/shortcut-setter/index.d.ts +291 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +291 -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/index.js +1 -1
- 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 +443 -192
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +47 -40
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +104 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +251 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +144 -28
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +53 -13
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +147 -31
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +63 -25
- 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 +416 -178
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +74 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +478 -219
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +55 -49
- 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 +38 -38
- 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 +26 -26
- 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 +3 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +38 -38
- 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 +282 -276
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +38 -2
- 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 +269 -263
- package/es/components/table-filter/src/hooks/useAdvanced.js +5 -4
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/tool/baseOptions.js +8 -1
- package/es/components/table-filter/src/types/enums.d.ts +5 -0
- package/es/components/table-filter/src/types/enums.js +6 -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 +41 -9
- package/es/components/time-picker/src/TimePicker.vue.d.ts +41 -9
- package/es/components/time-picker/src/TimePicker.vue2.js +100 -14
- 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/index.d.ts +1 -0
- package/es/components/vertify/index.js +1 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +86 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +257 -0
- package/es/components/vertify/src/utils/dialog.d.ts +7 -0
- package/es/components/vertify/src/utils/dialog.js +73 -0
- package/es/components/vertify/src/utils/index.d.ts +11 -0
- package/es/components/vertify/src/utils/index.js +24 -0
- package/es/components/vod-chunk-upload/index.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +37 -20
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +143 -115
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +20 -3
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +6 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +261 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +69 -65
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/components/vod-chunk-upload/style/index.css +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- 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/InputNumberSlash/InputNumberSlash.js +1 -1
- 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/VueDraggable/src/vuedraggable.d.ts +86 -0
- 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/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +2 -2
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +6 -6
@@ -1,6 +1,6 @@
|
|
1
1
|
import { PropType } from 'vue';
|
2
2
|
import { IClassifyListType, ICategoryItemType } from '../../../../../components/table-filter/src/types';
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4
4
|
actionList_prop: {
|
5
5
|
type: PropType<IClassifyListType>;
|
6
6
|
default: () => {};
|
@@ -25,12 +25,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
25
25
|
type: BooleanConstructor;
|
26
26
|
default: boolean;
|
27
27
|
};
|
28
|
-
}
|
29
|
-
$message: import("naive-ui").MessageApi;
|
28
|
+
}>, {
|
29
|
+
$message: import("naive-ui/es/message").MessageApi;
|
30
30
|
menuProps: {
|
31
31
|
class: string;
|
32
32
|
};
|
33
|
-
|
33
|
+
specialDateRange: string[];
|
34
|
+
specialCustomDateRange: string[];
|
35
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
34
36
|
actionList_prop: {
|
35
37
|
type: PropType<IClassifyListType>;
|
36
38
|
default: () => {};
|
@@ -55,10 +57,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
55
57
|
type: BooleanConstructor;
|
56
58
|
default: boolean;
|
57
59
|
};
|
58
|
-
}>> & {
|
60
|
+
}>> & Readonly<{
|
59
61
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
60
62
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
61
|
-
}
|
63
|
+
}> & {}>;
|
62
64
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
63
65
|
$attrs: {
|
64
66
|
[x: string]: unknown;
|
@@ -76,9 +78,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
76
78
|
customDate?: string | undefined;
|
77
79
|
}[];
|
78
80
|
};
|
79
|
-
loading: import("vue").Ref<boolean>;
|
80
|
-
parentInputRef: import("vue").Ref<any>;
|
81
|
-
parentInputAddRef: import("vue").Ref<any>;
|
81
|
+
loading: import("vue").Ref<boolean, boolean>;
|
82
|
+
parentInputRef: import("vue").Ref<any, any>;
|
83
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
82
84
|
DisplayCategoryState: {
|
83
85
|
addDisplayCategory: string;
|
84
86
|
displayCategories: {
|
@@ -104,6 +106,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
104
106
|
getParamCfg: (key: string) => any;
|
105
107
|
initFilterConditions: (tableId: string, rawConditions: import("../../../../../components/table-filter/src/types").ISearchConfigType) => Promise<void>;
|
106
108
|
getRawFilterConditions: () => any[];
|
109
|
+
dateTypeList: string[];
|
110
|
+
getOptions: (key: string) => {
|
111
|
+
label: string;
|
112
|
+
value: string;
|
113
|
+
}[];
|
107
114
|
handleEditDisplayCategory: (item: ICategoryItemType) => void;
|
108
115
|
handleDisplayCategoryAddState: () => void;
|
109
116
|
findConditionByDisplayCategory: (sid: string) => unknown;
|
@@ -114,16 +121,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
114
121
|
saveAdd: () => void;
|
115
122
|
cancelSaveAdd: () => void;
|
116
123
|
checkActionList: () => boolean;
|
117
|
-
NSpin: any;
|
118
|
-
NIcon: any;
|
119
|
-
NInput: any;
|
120
|
-
NButton: any;
|
121
|
-
NTooltip: any;
|
122
|
-
NSelect: any;
|
123
|
-
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<{}>>, {}>;
|
124
|
-
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<{}>>, {}>;
|
125
|
-
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<{}>>, {}>;
|
126
|
-
ValueCfg: import("vue").DefineComponent<{
|
124
|
+
readonly NSpin: any;
|
125
|
+
readonly NIcon: any;
|
126
|
+
readonly NInput: any;
|
127
|
+
readonly NButton: any;
|
128
|
+
readonly NTooltip: any;
|
129
|
+
readonly NSelect: any;
|
130
|
+
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>;
|
131
|
+
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>;
|
132
|
+
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>;
|
133
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
134
|
+
item: {
|
135
|
+
type: ObjectConstructor;
|
136
|
+
default: null;
|
137
|
+
};
|
127
138
|
paramCfg: {
|
128
139
|
type: ObjectConstructor;
|
129
140
|
default: null;
|
@@ -143,8 +154,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
143
154
|
type: StringConstructor;
|
144
155
|
default: null;
|
145
156
|
};
|
146
|
-
}
|
147
|
-
props:
|
157
|
+
}>, {
|
158
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
159
|
+
item: {
|
160
|
+
type: ObjectConstructor;
|
161
|
+
default: null;
|
162
|
+
};
|
148
163
|
paramCfg: {
|
149
164
|
type: ObjectConstructor;
|
150
165
|
default: null;
|
@@ -164,22 +179,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
164
179
|
type: StringConstructor;
|
165
180
|
default: null;
|
166
181
|
};
|
167
|
-
}>> & {
|
182
|
+
}>> & Readonly<{
|
168
183
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
169
184
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
170
185
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
171
186
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
172
|
-
}
|
187
|
+
}> & {}>;
|
173
188
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
174
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
175
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
176
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
177
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
189
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
190
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
191
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
192
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
178
193
|
widgetType: import("vue").ComputedRef<any>;
|
179
|
-
Date: import("vue").DefineComponent<{
|
194
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
180
195
|
componentCfg: {
|
181
196
|
type: ObjectConstructor;
|
182
197
|
};
|
198
|
+
item: {
|
199
|
+
type: ObjectConstructor;
|
200
|
+
required: true;
|
201
|
+
};
|
183
202
|
paramCfg: {
|
184
203
|
type: ObjectConstructor;
|
185
204
|
default: null;
|
@@ -196,11 +215,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
196
215
|
type: StringConstructor;
|
197
216
|
default: null;
|
198
217
|
};
|
199
|
-
}
|
200
|
-
props:
|
218
|
+
}>, {
|
219
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
201
220
|
componentCfg: {
|
202
221
|
type: ObjectConstructor;
|
203
222
|
};
|
223
|
+
item: {
|
224
|
+
type: ObjectConstructor;
|
225
|
+
required: true;
|
226
|
+
};
|
204
227
|
paramCfg: {
|
205
228
|
type: ObjectConstructor;
|
206
229
|
default: null;
|
@@ -217,14 +240,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
217
240
|
type: StringConstructor;
|
218
241
|
default: null;
|
219
242
|
};
|
220
|
-
}>> & {
|
243
|
+
}>> & Readonly<{
|
221
244
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
222
245
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
223
246
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
224
|
-
}
|
247
|
+
}> & {}>;
|
225
248
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
226
|
-
|
227
|
-
|
249
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
250
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
251
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
228
252
|
dateType: any;
|
229
253
|
valueFormat: import("vue").ComputedRef<string>;
|
230
254
|
compType: import("vue").ComputedRef<any>;
|
@@ -239,7 +263,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
239
263
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
240
264
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
241
265
|
};
|
242
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
266
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
243
267
|
updateUnchangedValue: {
|
244
268
|
type: BooleanConstructor;
|
245
269
|
};
|
@@ -270,11 +294,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
270
294
|
isDateDisabled: {
|
271
295
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
272
296
|
};
|
273
|
-
}
|
297
|
+
}>, {
|
274
298
|
attrs: {
|
275
299
|
[x: string]: unknown;
|
276
300
|
};
|
277
|
-
props:
|
301
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
278
302
|
updateUnchangedValue: {
|
279
303
|
type: BooleanConstructor;
|
280
304
|
};
|
@@ -305,15 +329,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
305
329
|
isDateDisabled: {
|
306
330
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
307
331
|
};
|
308
|
-
}>> & {
|
332
|
+
}>> & Readonly<{
|
309
333
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
310
|
-
}
|
334
|
+
}> & {}>;
|
311
335
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
312
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
313
|
-
panelInstRef: import("vue").Ref<null>;
|
314
|
-
placeholderRef: import("vue").Ref<any>;
|
315
|
-
oldValue: string;
|
316
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
336
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
337
|
+
panelInstRef: import("vue").Ref<null, null>;
|
338
|
+
placeholderRef: import("vue").Ref<any, any>;
|
339
|
+
oldValue: (string | [string, string]) | null | undefined;
|
340
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
317
341
|
isDateTime: import("vue").ComputedRef<boolean>;
|
318
342
|
formatRef: import("vue").ComputedRef<string>;
|
319
343
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -328,8 +352,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
328
352
|
onConfirm: (...args: any[]) => Promise<void>;
|
329
353
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
330
354
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
331
|
-
NDatePicker: any;
|
332
|
-
},
|
355
|
+
readonly NDatePicker: any;
|
356
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
333
357
|
updateUnchangedValue: {
|
334
358
|
type: BooleanConstructor;
|
335
359
|
};
|
@@ -360,16 +384,119 @@ declare const _default: import("vue").DefineComponent<{
|
|
360
384
|
isDateDisabled: {
|
361
385
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
362
386
|
};
|
363
|
-
}>> & {
|
387
|
+
}>> & Readonly<{
|
364
388
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
365
|
-
}
|
389
|
+
}>, {
|
366
390
|
type: string;
|
367
391
|
updateUnchangedValue: boolean;
|
368
392
|
to: string | false | HTMLElement;
|
369
393
|
holidays: Date[];
|
370
|
-
}>>;
|
371
|
-
NSelect: any;
|
372
|
-
|
394
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
395
|
+
readonly NSelect: any;
|
396
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
397
|
+
filterType: {
|
398
|
+
type: StringConstructor;
|
399
|
+
required: true;
|
400
|
+
};
|
401
|
+
modelValue: {
|
402
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
403
|
+
default: null;
|
404
|
+
};
|
405
|
+
presetVal: {
|
406
|
+
type: StringConstructor;
|
407
|
+
default: null;
|
408
|
+
};
|
409
|
+
dateType: {
|
410
|
+
type: StringConstructor;
|
411
|
+
};
|
412
|
+
isDateDisabled: {
|
413
|
+
type: FunctionConstructor;
|
414
|
+
};
|
415
|
+
timeDisabled: {
|
416
|
+
type: FunctionConstructor;
|
417
|
+
};
|
418
|
+
valueFormat: {
|
419
|
+
type: StringConstructor;
|
420
|
+
};
|
421
|
+
}>, {
|
422
|
+
widgetOptions: {
|
423
|
+
label: string;
|
424
|
+
value: string;
|
425
|
+
}[];
|
426
|
+
widgetRangeOptions: {
|
427
|
+
label: string;
|
428
|
+
value: string;
|
429
|
+
}[];
|
430
|
+
startDateNum: import("vue").Ref<any, any>;
|
431
|
+
endDateNum: import("vue").Ref<any, any>;
|
432
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
433
|
+
filterType: {
|
434
|
+
type: StringConstructor;
|
435
|
+
required: true;
|
436
|
+
};
|
437
|
+
modelValue: {
|
438
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
439
|
+
default: null;
|
440
|
+
};
|
441
|
+
presetVal: {
|
442
|
+
type: StringConstructor;
|
443
|
+
default: null;
|
444
|
+
};
|
445
|
+
dateType: {
|
446
|
+
type: StringConstructor;
|
447
|
+
};
|
448
|
+
isDateDisabled: {
|
449
|
+
type: FunctionConstructor;
|
450
|
+
};
|
451
|
+
timeDisabled: {
|
452
|
+
type: FunctionConstructor;
|
453
|
+
};
|
454
|
+
valueFormat: {
|
455
|
+
type: StringConstructor;
|
456
|
+
};
|
457
|
+
}>> & Readonly<{
|
458
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
459
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
460
|
+
}> & {}>;
|
461
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
462
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
463
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
464
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
465
|
+
readonly NSelect: any;
|
466
|
+
readonly NInputNumber: any;
|
467
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
468
|
+
filterType: {
|
469
|
+
type: StringConstructor;
|
470
|
+
required: true;
|
471
|
+
};
|
472
|
+
modelValue: {
|
473
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
474
|
+
default: null;
|
475
|
+
};
|
476
|
+
presetVal: {
|
477
|
+
type: StringConstructor;
|
478
|
+
default: null;
|
479
|
+
};
|
480
|
+
dateType: {
|
481
|
+
type: StringConstructor;
|
482
|
+
};
|
483
|
+
isDateDisabled: {
|
484
|
+
type: FunctionConstructor;
|
485
|
+
};
|
486
|
+
timeDisabled: {
|
487
|
+
type: FunctionConstructor;
|
488
|
+
};
|
489
|
+
valueFormat: {
|
490
|
+
type: StringConstructor;
|
491
|
+
};
|
492
|
+
}>> & Readonly<{
|
493
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
494
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
495
|
+
}>, {
|
496
|
+
modelValue: string | number | unknown[];
|
497
|
+
presetVal: string;
|
498
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
499
|
+
readonly WidgetValEnums: {
|
373
500
|
CUSTOM: string;
|
374
501
|
FIRST_VAL: string;
|
375
502
|
WHOLE: string;
|
@@ -400,10 +527,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
400
527
|
NEXT_YEAR: string;
|
401
528
|
LAST_YEAR: string;
|
402
529
|
};
|
403
|
-
},
|
530
|
+
}, {}, {}, {}, 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<{
|
404
531
|
componentCfg: {
|
405
532
|
type: ObjectConstructor;
|
406
533
|
};
|
534
|
+
item: {
|
535
|
+
type: ObjectConstructor;
|
536
|
+
required: true;
|
537
|
+
};
|
407
538
|
paramCfg: {
|
408
539
|
type: ObjectConstructor;
|
409
540
|
default: null;
|
@@ -420,17 +551,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
420
551
|
type: StringConstructor;
|
421
552
|
default: null;
|
422
553
|
};
|
423
|
-
}>> & {
|
554
|
+
}>> & Readonly<{
|
424
555
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
425
556
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
426
557
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
427
|
-
}
|
558
|
+
}>, {
|
428
559
|
modelValue: string | number | unknown[];
|
429
560
|
paramCfg: Record<string, any>;
|
430
561
|
presetVal: string;
|
431
562
|
customDate: string;
|
432
|
-
}>;
|
433
|
-
InputFilter: import("vue").DefineComponent<{
|
563
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
564
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
434
565
|
paramCfg: {
|
435
566
|
type: ObjectConstructor;
|
436
567
|
default: null;
|
@@ -442,8 +573,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
442
573
|
isAccurateFilter: {
|
443
574
|
type: BooleanConstructor;
|
444
575
|
};
|
445
|
-
}
|
446
|
-
props:
|
576
|
+
}>, {
|
577
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
447
578
|
paramCfg: {
|
448
579
|
type: ObjectConstructor;
|
449
580
|
default: null;
|
@@ -455,21 +586,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
455
586
|
isAccurateFilter: {
|
456
587
|
type: BooleanConstructor;
|
457
588
|
};
|
458
|
-
}>> & {
|
589
|
+
}>> & Readonly<{
|
459
590
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
460
591
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
461
|
-
}
|
592
|
+
}> & {}>;
|
462
593
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
463
594
|
optionList: import("vue").Ref<{
|
464
595
|
label: string;
|
465
596
|
value: number;
|
597
|
+
}[], {
|
598
|
+
label: string;
|
599
|
+
value: number;
|
600
|
+
}[] | {
|
601
|
+
label: string;
|
602
|
+
value: number;
|
466
603
|
}[]>;
|
467
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
468
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
604
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
605
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
469
606
|
isShowSearch: import("vue").ComputedRef<any>;
|
470
|
-
NInput: any;
|
471
|
-
NSelect: any;
|
472
|
-
},
|
607
|
+
readonly NInput: any;
|
608
|
+
readonly NSelect: any;
|
609
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
473
610
|
paramCfg: {
|
474
611
|
type: ObjectConstructor;
|
475
612
|
default: null;
|
@@ -481,42 +618,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
481
618
|
isAccurateFilter: {
|
482
619
|
type: BooleanConstructor;
|
483
620
|
};
|
484
|
-
}>> & {
|
621
|
+
}>> & Readonly<{
|
485
622
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
486
623
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
487
|
-
}
|
624
|
+
}>, {
|
488
625
|
modelValue: string | number | unknown[];
|
489
626
|
paramCfg: Record<string, any>;
|
490
627
|
isAccurateFilter: boolean;
|
491
|
-
}>;
|
492
|
-
InputNumber: import("vue").DefineComponent<{
|
628
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
629
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
493
630
|
modelValue: {
|
494
631
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
495
632
|
default: null;
|
496
633
|
};
|
497
|
-
}
|
498
|
-
props:
|
634
|
+
}>, {
|
635
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
499
636
|
modelValue: {
|
500
637
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
501
638
|
default: null;
|
502
639
|
};
|
503
|
-
}>> & {
|
640
|
+
}>> & Readonly<{
|
504
641
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
505
|
-
}
|
642
|
+
}> & {}>;
|
506
643
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
507
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
508
|
-
NInputNumber: any;
|
509
|
-
},
|
644
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
645
|
+
readonly NInputNumber: any;
|
646
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
510
647
|
modelValue: {
|
511
648
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
512
649
|
default: null;
|
513
650
|
};
|
514
|
-
}>> & {
|
651
|
+
}>> & Readonly<{
|
515
652
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
516
|
-
}
|
653
|
+
}>, {
|
517
654
|
modelValue: string | number | unknown[];
|
518
|
-
}>;
|
519
|
-
SelectFilter: import("vue").DefineComponent<{
|
655
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
656
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
520
657
|
paramCfg: {
|
521
658
|
type: ObjectConstructor;
|
522
659
|
default: null;
|
@@ -529,8 +666,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
529
666
|
type: StringConstructor;
|
530
667
|
default: string;
|
531
668
|
};
|
532
|
-
}
|
533
|
-
props:
|
669
|
+
}>, {
|
670
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
534
671
|
paramCfg: {
|
535
672
|
type: ObjectConstructor;
|
536
673
|
default: null;
|
@@ -543,15 +680,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
543
680
|
type: StringConstructor;
|
544
681
|
default: string;
|
545
682
|
};
|
546
|
-
}>> & {
|
683
|
+
}>> & Readonly<{
|
547
684
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
548
|
-
}
|
685
|
+
}> & {}>;
|
549
686
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
550
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
687
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
551
688
|
optionSetting: import("vue").ComputedRef<any>;
|
552
689
|
widgetOptions: import("vue").ComputedRef<any>;
|
553
|
-
NSelect: any;
|
554
|
-
WidgetOptionEnums: {
|
690
|
+
readonly NSelect: any;
|
691
|
+
readonly WidgetOptionEnums: {
|
555
692
|
RADIO: string;
|
556
693
|
MULTIPLE: string;
|
557
694
|
ALL: string;
|
@@ -560,7 +697,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
560
697
|
FUTURE_TIME: string;
|
561
698
|
CUSTOM_TIME: string;
|
562
699
|
};
|
563
|
-
},
|
700
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
564
701
|
paramCfg: {
|
565
702
|
type: ObjectConstructor;
|
566
703
|
default: null;
|
@@ -573,14 +710,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
573
710
|
type: StringConstructor;
|
574
711
|
default: string;
|
575
712
|
};
|
576
|
-
}>> & {
|
713
|
+
}>> & Readonly<{
|
577
714
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
578
|
-
}
|
715
|
+
}>, {
|
579
716
|
modelValue: string | number | unknown[];
|
580
717
|
widgetType: string;
|
581
718
|
paramCfg: Record<string, any>;
|
582
|
-
}>;
|
583
|
-
SelectDynamic: import("vue").DefineComponent<{
|
719
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
720
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
584
721
|
paramCfg: {
|
585
722
|
type: ObjectConstructor;
|
586
723
|
default: null;
|
@@ -589,9 +726,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
589
726
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
590
727
|
default: null;
|
591
728
|
};
|
592
|
-
}
|
593
|
-
message: import("naive-ui").MessageApi;
|
594
|
-
props:
|
729
|
+
}>, {
|
730
|
+
message: import("naive-ui/es/message").MessageApi;
|
731
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
595
732
|
paramCfg: {
|
596
733
|
type: ObjectConstructor;
|
597
734
|
default: null;
|
@@ -600,23 +737,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
600
737
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
601
738
|
default: null;
|
602
739
|
};
|
603
|
-
}>> & {
|
740
|
+
}>> & Readonly<{
|
604
741
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
605
|
-
}
|
742
|
+
}> & {}>;
|
606
743
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
607
744
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
608
|
-
selectDynamicRef: any
|
609
|
-
isLoading: import("vue").Ref<boolean>;
|
745
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
746
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
610
747
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
611
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
612
|
-
totalPage: import("vue").Ref<number>;
|
748
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
749
|
+
totalPage: import("vue").Ref<number, number>;
|
613
750
|
menuProps: {
|
614
751
|
class: string;
|
615
752
|
};
|
616
|
-
curPage: import("vue").Ref<number>;
|
617
|
-
fieldTitleList: import("vue").Ref<any>;
|
618
|
-
selectOptions: import("vue").Ref<any[]>;
|
619
|
-
keywordVal: import("vue").Ref<any>;
|
753
|
+
curPage: import("vue").Ref<number, number>;
|
754
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
755
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
756
|
+
keywordVal: import("vue").Ref<any, any>;
|
620
757
|
optionSetting: import("vue").ComputedRef<any>;
|
621
758
|
isMultiple: import("vue").ComputedRef<boolean>;
|
622
759
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
@@ -639,8 +776,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
639
776
|
}>;
|
640
777
|
init: () => void;
|
641
778
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
642
|
-
NSelect: any;
|
643
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
779
|
+
readonly NSelect: any;
|
780
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
644
781
|
oldValue: {
|
645
782
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
646
783
|
default: () => never[];
|
@@ -677,9 +814,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
677
814
|
type: BooleanConstructor;
|
678
815
|
default: boolean;
|
679
816
|
};
|
680
|
-
}
|
817
|
+
}>, {
|
681
818
|
selectMinWidth: number;
|
682
|
-
props:
|
819
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
683
820
|
oldValue: {
|
684
821
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
685
822
|
default: () => never[];
|
@@ -716,12 +853,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
716
853
|
type: BooleanConstructor;
|
717
854
|
default: boolean;
|
718
855
|
};
|
719
|
-
}>> & {
|
720
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
856
|
+
}>> & Readonly<{
|
721
857
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
722
|
-
|
858
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
859
|
+
}> & {}>;
|
723
860
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
724
|
-
dragEndWidth: import("vue").Ref<number>;
|
861
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
725
862
|
showKeys: import("vue").ComputedRef<any>;
|
726
863
|
titleList: import("vue").ComputedRef<string[]>;
|
727
864
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
@@ -729,16 +866,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
729
866
|
searchByPage: (onePage: number) => void;
|
730
867
|
changeWidth: ({ distance }: any) => void;
|
731
868
|
saveWidth: () => void;
|
732
|
-
NEmpty: any;
|
733
|
-
NButtonGroup: any;
|
734
|
-
NButton: any;
|
735
|
-
NIcon: any;
|
736
|
-
NPopover: any;
|
737
|
-
vFlexibleResize: {
|
869
|
+
readonly NEmpty: any;
|
870
|
+
readonly NButtonGroup: any;
|
871
|
+
readonly NButton: any;
|
872
|
+
readonly NIcon: any;
|
873
|
+
readonly NPopover: any;
|
874
|
+
readonly vFlexibleResize: {
|
738
875
|
mounted(el: any, { value }: any): void;
|
739
876
|
beforeUnmount(el: any): void;
|
740
877
|
};
|
741
|
-
WidgetValEnums: {
|
878
|
+
readonly WidgetValEnums: {
|
742
879
|
CUSTOM: string;
|
743
880
|
FIRST_VAL: string;
|
744
881
|
WHOLE: string;
|
@@ -769,9 +906,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
769
906
|
NEXT_YEAR: string;
|
770
907
|
LAST_YEAR: string;
|
771
908
|
};
|
772
|
-
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<{}>>, {}>;
|
773
|
-
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<{}>>, {}>;
|
774
|
-
},
|
909
|
+
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>;
|
910
|
+
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>;
|
911
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
775
912
|
oldValue: {
|
776
913
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
777
914
|
default: () => never[];
|
@@ -808,21 +945,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
808
945
|
type: BooleanConstructor;
|
809
946
|
default: boolean;
|
810
947
|
};
|
811
|
-
}>> & {
|
812
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
948
|
+
}>> & Readonly<{
|
813
949
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
814
|
-
|
815
|
-
|
950
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
951
|
+
}>, {
|
816
952
|
loading: boolean;
|
953
|
+
isMultiple: boolean;
|
817
954
|
oldValue: import("../../../../../shared/types").AnyObject[];
|
955
|
+
optionList: import("../../../../../shared/types").AnyObject[];
|
956
|
+
isShowWhole: boolean;
|
818
957
|
dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
|
819
958
|
fieldTitleList: import("../../../../../shared/types").AnyObject[];
|
820
|
-
optionList: import("../../../../../shared/types").AnyObject[];
|
821
959
|
curPage: number;
|
822
960
|
isLastPage: boolean;
|
823
|
-
|
824
|
-
|
825
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
961
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
962
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
826
963
|
paramCfg: {
|
827
964
|
type: ObjectConstructor;
|
828
965
|
default: null;
|
@@ -831,13 +968,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
831
968
|
type: PropType<import("../../../../../shared/types").AnyObject[]>;
|
832
969
|
default: null;
|
833
970
|
};
|
834
|
-
}>> & {
|
971
|
+
}>> & Readonly<{
|
835
972
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
836
|
-
}
|
973
|
+
}>, {
|
837
974
|
modelValue: import("../../../../../shared/types").AnyObject[];
|
838
975
|
paramCfg: Record<string, any>;
|
839
|
-
}>;
|
840
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
976
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
977
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
841
978
|
paramCfg: {
|
842
979
|
type: ObjectConstructor;
|
843
980
|
default: null;
|
@@ -846,8 +983,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
846
983
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
847
984
|
default: null;
|
848
985
|
};
|
849
|
-
}
|
850
|
-
props:
|
986
|
+
}>, {
|
987
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
851
988
|
paramCfg: {
|
852
989
|
type: ObjectConstructor;
|
853
990
|
default: null;
|
@@ -856,16 +993,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
856
993
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
857
994
|
default: null;
|
858
995
|
};
|
859
|
-
}>> & {
|
996
|
+
}>> & Readonly<{
|
860
997
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
861
|
-
}
|
862
|
-
startNumber: import("vue").Ref<any>;
|
863
|
-
endNumber: import("vue").Ref<any>;
|
998
|
+
}> & {}>;
|
999
|
+
startNumber: import("vue").Ref<any, any>;
|
1000
|
+
endNumber: import("vue").Ref<any, any>;
|
864
1001
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
865
1002
|
handleChange: (val: number | null, key: string) => void;
|
866
|
-
NInputGroup: any;
|
867
|
-
NInputNumber: any;
|
868
|
-
},
|
1003
|
+
readonly NInputGroup: any;
|
1004
|
+
readonly NInputNumber: any;
|
1005
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
869
1006
|
paramCfg: {
|
870
1007
|
type: ObjectConstructor;
|
871
1008
|
default: null;
|
@@ -874,13 +1011,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
874
1011
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
875
1012
|
default: null;
|
876
1013
|
};
|
877
|
-
}>> & {
|
1014
|
+
}>> & Readonly<{
|
878
1015
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
879
|
-
}
|
1016
|
+
}>, {
|
880
1017
|
modelValue: string | number | unknown[];
|
881
1018
|
paramCfg: Record<string, any>;
|
882
|
-
}>;
|
883
|
-
DateRange: import("vue").DefineComponent<{
|
1019
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1020
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1021
|
+
item: {
|
1022
|
+
type: ObjectConstructor;
|
1023
|
+
required: true;
|
1024
|
+
};
|
884
1025
|
paramCfg: {
|
885
1026
|
type: ObjectConstructor;
|
886
1027
|
default: null;
|
@@ -897,8 +1038,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
897
1038
|
type: StringConstructor;
|
898
1039
|
default: null;
|
899
1040
|
};
|
900
|
-
}
|
901
|
-
props:
|
1041
|
+
}>, {
|
1042
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1043
|
+
item: {
|
1044
|
+
type: ObjectConstructor;
|
1045
|
+
required: true;
|
1046
|
+
};
|
902
1047
|
paramCfg: {
|
903
1048
|
type: ObjectConstructor;
|
904
1049
|
default: null;
|
@@ -915,14 +1060,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
915
1060
|
type: StringConstructor;
|
916
1061
|
default: null;
|
917
1062
|
};
|
918
|
-
}>> & {
|
1063
|
+
}>> & Readonly<{
|
919
1064
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
920
1065
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
921
1066
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
922
|
-
}
|
1067
|
+
}> & {}>;
|
923
1068
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
924
|
-
startDate: import("vue").Ref<any>;
|
925
|
-
endDate: import("vue").Ref<any>;
|
1069
|
+
startDate: import("vue").Ref<any, any>;
|
1070
|
+
endDate: import("vue").Ref<any, any>;
|
1071
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
926
1072
|
valueFormat: import("vue").ComputedRef<string>;
|
927
1073
|
dateFormat: import("vue").ComputedRef<string>;
|
928
1074
|
compType: import("vue").ComputedRef<any>;
|
@@ -940,8 +1086,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
940
1086
|
label: string;
|
941
1087
|
value: string;
|
942
1088
|
}[]>;
|
943
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
944
|
-
|
1089
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1090
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
945
1091
|
handleChange: (val: any, type: "start" | "end") => void;
|
946
1092
|
isStartDateDisabled: (ts: number) => boolean;
|
947
1093
|
timeStartDisabled: (ts: number) => {
|
@@ -955,9 +1101,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
955
1101
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
956
1102
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
957
1103
|
};
|
958
|
-
NSelect: any;
|
959
|
-
NPopover: any;
|
960
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1104
|
+
readonly NSelect: any;
|
1105
|
+
readonly NPopover: any;
|
1106
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
961
1107
|
updateUnchangedValue: {
|
962
1108
|
type: BooleanConstructor;
|
963
1109
|
};
|
@@ -988,11 +1134,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
988
1134
|
isDateDisabled: {
|
989
1135
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
990
1136
|
};
|
991
|
-
}
|
1137
|
+
}>, {
|
992
1138
|
attrs: {
|
993
1139
|
[x: string]: unknown;
|
994
1140
|
};
|
995
|
-
props:
|
1141
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
996
1142
|
updateUnchangedValue: {
|
997
1143
|
type: BooleanConstructor;
|
998
1144
|
};
|
@@ -1023,15 +1169,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1023
1169
|
isDateDisabled: {
|
1024
1170
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1025
1171
|
};
|
1026
|
-
}>> & {
|
1172
|
+
}>> & Readonly<{
|
1027
1173
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1028
|
-
}
|
1174
|
+
}> & {}>;
|
1029
1175
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1030
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1031
|
-
panelInstRef: import("vue").Ref<null>;
|
1032
|
-
placeholderRef: import("vue").Ref<any>;
|
1033
|
-
oldValue: string;
|
1034
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1176
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
1177
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1178
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1179
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1180
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1035
1181
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1036
1182
|
formatRef: import("vue").ComputedRef<string>;
|
1037
1183
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1046,8 +1192,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1046
1192
|
onConfirm: (...args: any[]) => Promise<void>;
|
1047
1193
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1048
1194
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1049
|
-
NDatePicker: any;
|
1050
|
-
},
|
1195
|
+
readonly NDatePicker: any;
|
1196
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1051
1197
|
updateUnchangedValue: {
|
1052
1198
|
type: BooleanConstructor;
|
1053
1199
|
};
|
@@ -1078,15 +1224,118 @@ declare const _default: import("vue").DefineComponent<{
|
|
1078
1224
|
isDateDisabled: {
|
1079
1225
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1080
1226
|
};
|
1081
|
-
}>> & {
|
1227
|
+
}>> & Readonly<{
|
1082
1228
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1083
|
-
}
|
1229
|
+
}>, {
|
1084
1230
|
type: string;
|
1085
1231
|
updateUnchangedValue: boolean;
|
1086
1232
|
to: string | false | HTMLElement;
|
1087
1233
|
holidays: Date[];
|
1088
|
-
}>>;
|
1089
|
-
|
1234
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1235
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1236
|
+
filterType: {
|
1237
|
+
type: StringConstructor;
|
1238
|
+
required: true;
|
1239
|
+
};
|
1240
|
+
modelValue: {
|
1241
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1242
|
+
default: null;
|
1243
|
+
};
|
1244
|
+
presetVal: {
|
1245
|
+
type: StringConstructor;
|
1246
|
+
default: null;
|
1247
|
+
};
|
1248
|
+
dateType: {
|
1249
|
+
type: StringConstructor;
|
1250
|
+
};
|
1251
|
+
isDateDisabled: {
|
1252
|
+
type: FunctionConstructor;
|
1253
|
+
};
|
1254
|
+
timeDisabled: {
|
1255
|
+
type: FunctionConstructor;
|
1256
|
+
};
|
1257
|
+
valueFormat: {
|
1258
|
+
type: StringConstructor;
|
1259
|
+
};
|
1260
|
+
}>, {
|
1261
|
+
widgetOptions: {
|
1262
|
+
label: string;
|
1263
|
+
value: string;
|
1264
|
+
}[];
|
1265
|
+
widgetRangeOptions: {
|
1266
|
+
label: string;
|
1267
|
+
value: string;
|
1268
|
+
}[];
|
1269
|
+
startDateNum: import("vue").Ref<any, any>;
|
1270
|
+
endDateNum: import("vue").Ref<any, any>;
|
1271
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1272
|
+
filterType: {
|
1273
|
+
type: StringConstructor;
|
1274
|
+
required: true;
|
1275
|
+
};
|
1276
|
+
modelValue: {
|
1277
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1278
|
+
default: null;
|
1279
|
+
};
|
1280
|
+
presetVal: {
|
1281
|
+
type: StringConstructor;
|
1282
|
+
default: null;
|
1283
|
+
};
|
1284
|
+
dateType: {
|
1285
|
+
type: StringConstructor;
|
1286
|
+
};
|
1287
|
+
isDateDisabled: {
|
1288
|
+
type: FunctionConstructor;
|
1289
|
+
};
|
1290
|
+
timeDisabled: {
|
1291
|
+
type: FunctionConstructor;
|
1292
|
+
};
|
1293
|
+
valueFormat: {
|
1294
|
+
type: StringConstructor;
|
1295
|
+
};
|
1296
|
+
}>> & Readonly<{
|
1297
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1298
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1299
|
+
}> & {}>;
|
1300
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1301
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1302
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1303
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
1304
|
+
readonly NSelect: any;
|
1305
|
+
readonly NInputNumber: any;
|
1306
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1307
|
+
filterType: {
|
1308
|
+
type: StringConstructor;
|
1309
|
+
required: true;
|
1310
|
+
};
|
1311
|
+
modelValue: {
|
1312
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1313
|
+
default: null;
|
1314
|
+
};
|
1315
|
+
presetVal: {
|
1316
|
+
type: StringConstructor;
|
1317
|
+
default: null;
|
1318
|
+
};
|
1319
|
+
dateType: {
|
1320
|
+
type: StringConstructor;
|
1321
|
+
};
|
1322
|
+
isDateDisabled: {
|
1323
|
+
type: FunctionConstructor;
|
1324
|
+
};
|
1325
|
+
timeDisabled: {
|
1326
|
+
type: FunctionConstructor;
|
1327
|
+
};
|
1328
|
+
valueFormat: {
|
1329
|
+
type: StringConstructor;
|
1330
|
+
};
|
1331
|
+
}>> & Readonly<{
|
1332
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1333
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1334
|
+
}>, {
|
1335
|
+
modelValue: string | number | unknown[];
|
1336
|
+
presetVal: string;
|
1337
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1338
|
+
readonly WidgetValEnums: {
|
1090
1339
|
CUSTOM: string;
|
1091
1340
|
FIRST_VAL: string;
|
1092
1341
|
WHOLE: string;
|
@@ -1117,7 +1366,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1117
1366
|
NEXT_YEAR: string;
|
1118
1367
|
LAST_YEAR: string;
|
1119
1368
|
};
|
1120
|
-
},
|
1369
|
+
}, {}, {}, {}, 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<{
|
1370
|
+
item: {
|
1371
|
+
type: ObjectConstructor;
|
1372
|
+
required: true;
|
1373
|
+
};
|
1121
1374
|
paramCfg: {
|
1122
1375
|
type: ObjectConstructor;
|
1123
1376
|
default: null;
|
@@ -1134,17 +1387,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1134
1387
|
type: StringConstructor;
|
1135
1388
|
default: null;
|
1136
1389
|
};
|
1137
|
-
}>> & {
|
1390
|
+
}>> & Readonly<{
|
1138
1391
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1139
1392
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1140
1393
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1141
|
-
}
|
1394
|
+
}>, {
|
1142
1395
|
modelValue: string | number | unknown[];
|
1143
1396
|
paramCfg: Record<string, any>;
|
1144
1397
|
presetVal: string;
|
1145
1398
|
customDate: string;
|
1146
|
-
}>;
|
1147
|
-
SelectLabel: import("vue").DefineComponent<{
|
1399
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1400
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1148
1401
|
paramCfg: {
|
1149
1402
|
type: ObjectConstructor;
|
1150
1403
|
default: null;
|
@@ -1153,10 +1406,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1153
1406
|
type: StringConstructor;
|
1154
1407
|
default: null;
|
1155
1408
|
};
|
1156
|
-
}
|
1409
|
+
}>, {
|
1157
1410
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
1158
|
-
message: import("naive-ui").MessageApi;
|
1159
|
-
props:
|
1411
|
+
message: import("naive-ui/es/message").MessageApi;
|
1412
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1160
1413
|
paramCfg: {
|
1161
1414
|
type: ObjectConstructor;
|
1162
1415
|
default: null;
|
@@ -1165,13 +1418,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1165
1418
|
type: StringConstructor;
|
1166
1419
|
default: null;
|
1167
1420
|
};
|
1168
|
-
}>> & {
|
1421
|
+
}>> & Readonly<{
|
1169
1422
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1170
|
-
}
|
1423
|
+
}> & {}>;
|
1171
1424
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1172
|
-
tagList: import("vue").Ref<never[]>;
|
1425
|
+
tagList: import("vue").Ref<never[], never[]>;
|
1173
1426
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1174
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
1427
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
1175
1428
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
1176
1429
|
initTagList: () => Promise<void>;
|
1177
1430
|
renderOption: ({ node, option }: {
|
@@ -1183,8 +1436,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1183
1436
|
[key: string]: any;
|
1184
1437
|
}>;
|
1185
1438
|
renderLabel: (option: any) => any;
|
1186
|
-
NSelect: any;
|
1187
|
-
},
|
1439
|
+
readonly NSelect: any;
|
1440
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1188
1441
|
paramCfg: {
|
1189
1442
|
type: ObjectConstructor;
|
1190
1443
|
default: null;
|
@@ -1193,13 +1446,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1193
1446
|
type: StringConstructor;
|
1194
1447
|
default: null;
|
1195
1448
|
};
|
1196
|
-
}>> & {
|
1449
|
+
}>> & Readonly<{
|
1197
1450
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1198
|
-
}
|
1451
|
+
}>, {
|
1199
1452
|
modelValue: string;
|
1200
1453
|
paramCfg: Record<string, any>;
|
1201
|
-
}>;
|
1202
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
1454
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1455
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1203
1456
|
paramCfg: {
|
1204
1457
|
type: ObjectConstructor;
|
1205
1458
|
default: null;
|
@@ -1208,9 +1461,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1208
1461
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1209
1462
|
default: null;
|
1210
1463
|
};
|
1211
|
-
}
|
1212
|
-
message: import("naive-ui").MessageApi;
|
1213
|
-
props:
|
1464
|
+
}>, {
|
1465
|
+
message: import("naive-ui/es/message").MessageApi;
|
1466
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1214
1467
|
paramCfg: {
|
1215
1468
|
type: ObjectConstructor;
|
1216
1469
|
default: null;
|
@@ -1219,22 +1472,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
1219
1472
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1220
1473
|
default: null;
|
1221
1474
|
};
|
1222
|
-
}>> & {
|
1475
|
+
}>> & Readonly<{
|
1223
1476
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1224
|
-
}
|
1477
|
+
}> & {}>;
|
1225
1478
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1226
1479
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1227
|
-
options: import("vue").Ref<any[]>;
|
1480
|
+
options: import("vue").Ref<any[], any[]>;
|
1228
1481
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1229
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
1482
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
1230
1483
|
optionSetting: import("vue").ComputedRef<any>;
|
1231
1484
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1232
1485
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
1233
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1486
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1234
1487
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
1235
1488
|
getOptionsData: (keyword: string) => Promise<void>;
|
1236
|
-
NTreeSelect: any;
|
1237
|
-
},
|
1489
|
+
readonly NTreeSelect: any;
|
1490
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1238
1491
|
paramCfg: {
|
1239
1492
|
type: ObjectConstructor;
|
1240
1493
|
default: null;
|
@@ -1243,13 +1496,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1243
1496
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1244
1497
|
default: null;
|
1245
1498
|
};
|
1246
|
-
}>> & {
|
1499
|
+
}>> & Readonly<{
|
1247
1500
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1248
|
-
}
|
1501
|
+
}>, {
|
1249
1502
|
modelValue: string | number | unknown[];
|
1250
1503
|
paramCfg: Record<string, any>;
|
1251
|
-
}>;
|
1252
|
-
WidgetTypeEnums: {
|
1504
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1505
|
+
readonly WidgetTypeEnums: {
|
1253
1506
|
INPUT_NUMBER: string;
|
1254
1507
|
INPUT: string;
|
1255
1508
|
SELECT: string;
|
@@ -1269,7 +1522,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1269
1522
|
SELECTTREE: string;
|
1270
1523
|
SELECTTREEDYNAMIC: string;
|
1271
1524
|
};
|
1272
|
-
},
|
1525
|
+
}, {}, {}, {}, 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<{
|
1526
|
+
item: {
|
1527
|
+
type: ObjectConstructor;
|
1528
|
+
default: null;
|
1529
|
+
};
|
1273
1530
|
paramCfg: {
|
1274
1531
|
type: ObjectConstructor;
|
1275
1532
|
default: null;
|
@@ -1289,27 +1546,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
1289
1546
|
type: StringConstructor;
|
1290
1547
|
default: null;
|
1291
1548
|
};
|
1292
|
-
}>> & {
|
1549
|
+
}>> & Readonly<{
|
1293
1550
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1294
1551
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1295
1552
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1296
1553
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1297
|
-
}
|
1554
|
+
}>, {
|
1298
1555
|
modelValue: string | number | unknown[];
|
1556
|
+
item: Record<string, any>;
|
1299
1557
|
paramCfg: Record<string, any>;
|
1300
1558
|
presetVal: string;
|
1301
1559
|
isAccurate: boolean;
|
1302
1560
|
customDate: string;
|
1303
|
-
}>;
|
1304
|
-
ConditionEnums: {
|
1561
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1562
|
+
readonly ConditionEnums: {
|
1305
1563
|
NULL: string;
|
1306
1564
|
EQUAL: string;
|
1565
|
+
CUSTOM_RANGE: string;
|
1566
|
+
IN_THE_PAST: string;
|
1567
|
+
IN_THE_FUTURE: string;
|
1568
|
+
IN_THE_PAST_DI: string;
|
1569
|
+
IN_THE_FUTURE_DI: string;
|
1307
1570
|
};
|
1308
|
-
|
1309
|
-
label: string;
|
1310
|
-
value: string;
|
1311
|
-
}[];
|
1312
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1571
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1313
1572
|
actionList_prop: {
|
1314
1573
|
type: PropType<IClassifyListType>;
|
1315
1574
|
default: () => {};
|
@@ -1334,15 +1593,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1334
1593
|
type: BooleanConstructor;
|
1335
1594
|
default: boolean;
|
1336
1595
|
};
|
1337
|
-
}>> & {
|
1596
|
+
}>> & Readonly<{
|
1338
1597
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1339
1598
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1340
|
-
}
|
1599
|
+
}>, {
|
1341
1600
|
searchFieldList: unknown[];
|
1342
1601
|
tableId: string;
|
1343
1602
|
conditionList: unknown[];
|
1344
1603
|
actionList_prop: IClassifyListType;
|
1345
1604
|
showItemName: boolean;
|
1346
1605
|
hideAddBtn: boolean;
|
1347
|
-
}>;
|
1606
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1348
1607
|
export default _default;
|