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,4 +1,4 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2
2
|
visible: {
|
3
3
|
type: BooleanConstructor;
|
4
4
|
default: boolean;
|
@@ -15,8 +15,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
15
15
|
type: ArrayConstructor;
|
16
16
|
default: () => never[];
|
17
17
|
};
|
18
|
-
}
|
19
|
-
props:
|
18
|
+
}>, {
|
19
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
20
20
|
visible: {
|
21
21
|
type: BooleanConstructor;
|
22
22
|
default: boolean;
|
@@ -33,18 +33,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
33
33
|
type: ArrayConstructor;
|
34
34
|
default: () => never[];
|
35
35
|
};
|
36
|
-
}>> & {
|
36
|
+
}>> & Readonly<{
|
37
37
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
38
|
-
}
|
38
|
+
}> & {}>;
|
39
39
|
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
40
|
-
addVisible: import("vue").Ref<boolean>;
|
41
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
42
|
-
modalWidth: import("vue").Ref<string>;
|
40
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
41
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
42
|
+
modalWidth: import("vue").Ref<string, string>;
|
43
43
|
bodyStyle: import("vue").Ref<{
|
44
44
|
maxHeight: string;
|
45
45
|
height: string;
|
46
|
+
}, {
|
47
|
+
maxHeight: string;
|
48
|
+
height: string;
|
49
|
+
} | {
|
50
|
+
maxHeight: string;
|
51
|
+
height: string;
|
46
52
|
}>;
|
47
|
-
conditionApiRef: any
|
53
|
+
conditionApiRef: import("vue").Ref<any, any>;
|
48
54
|
filterTimer: any;
|
49
55
|
classifyfilterType: String;
|
50
56
|
init: () => void;
|
@@ -55,10 +61,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
55
61
|
clearConditions: () => void;
|
56
62
|
resetChangeWindow: () => void;
|
57
63
|
changeModalWindow: () => void;
|
58
|
-
NModal: any;
|
59
|
-
NCard: any;
|
60
|
-
NButton: any;
|
61
|
-
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
64
|
+
readonly NModal: any;
|
65
|
+
readonly NCard: any;
|
66
|
+
readonly NButton: any;
|
67
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
62
68
|
actionList_prop: {
|
63
69
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
64
70
|
default: () => {};
|
@@ -83,12 +89,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
83
89
|
type: BooleanConstructor;
|
84
90
|
default: boolean;
|
85
91
|
};
|
86
|
-
}
|
87
|
-
$message: import("naive-ui").MessageApi;
|
92
|
+
}>, {
|
93
|
+
$message: import("naive-ui/es/message").MessageApi;
|
88
94
|
menuProps: {
|
89
95
|
class: string;
|
90
96
|
};
|
91
|
-
|
97
|
+
specialDateRange: string[];
|
98
|
+
specialCustomDateRange: string[];
|
99
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
92
100
|
actionList_prop: {
|
93
101
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
94
102
|
default: () => {};
|
@@ -113,10 +121,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
113
121
|
type: BooleanConstructor;
|
114
122
|
default: boolean;
|
115
123
|
};
|
116
|
-
}>> & {
|
124
|
+
}>> & Readonly<{
|
117
125
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
118
126
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
119
|
-
}
|
127
|
+
}> & {}>;
|
120
128
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
121
129
|
$attrs: {
|
122
130
|
[x: string]: unknown;
|
@@ -134,9 +142,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
134
142
|
customDate?: string | undefined;
|
135
143
|
}[];
|
136
144
|
};
|
137
|
-
loading: import("vue").Ref<boolean>;
|
138
|
-
parentInputRef: import("vue").Ref<any>;
|
139
|
-
parentInputAddRef: import("vue").Ref<any>;
|
145
|
+
loading: import("vue").Ref<boolean, boolean>;
|
146
|
+
parentInputRef: import("vue").Ref<any, any>;
|
147
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
140
148
|
DisplayCategoryState: {
|
141
149
|
addDisplayCategory: string;
|
142
150
|
displayCategories: {
|
@@ -162,6 +170,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
162
170
|
getParamCfg: (key: string) => any;
|
163
171
|
initFilterConditions: (tableId: string, rawConditions: import("../../../..").ISearchConfigType) => Promise<void>;
|
164
172
|
getRawFilterConditions: () => any[];
|
173
|
+
dateTypeList: string[];
|
174
|
+
getOptions: (key: string) => {
|
175
|
+
label: string;
|
176
|
+
value: string;
|
177
|
+
}[];
|
165
178
|
handleEditDisplayCategory: (item: import("../../../..").ICategoryItemType) => void;
|
166
179
|
handleDisplayCategoryAddState: () => void;
|
167
180
|
findConditionByDisplayCategory: (sid: string) => unknown;
|
@@ -172,16 +185,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
172
185
|
saveAdd: () => void;
|
173
186
|
cancelSaveAdd: () => void;
|
174
187
|
checkActionList: () => boolean;
|
175
|
-
NSpin: any;
|
176
|
-
NIcon: any;
|
177
|
-
NInput: any;
|
178
|
-
NButton: any;
|
179
|
-
NTooltip: any;
|
180
|
-
NSelect: any;
|
181
|
-
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<{}>>, {}>;
|
182
|
-
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<{}>>, {}>;
|
183
|
-
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<{}>>, {}>;
|
184
|
-
ValueCfg: import("vue").DefineComponent<{
|
188
|
+
readonly NSpin: any;
|
189
|
+
readonly NIcon: any;
|
190
|
+
readonly NInput: any;
|
191
|
+
readonly NButton: any;
|
192
|
+
readonly NTooltip: any;
|
193
|
+
readonly NSelect: any;
|
194
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
195
|
+
readonly AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
196
|
+
readonly CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
197
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
198
|
+
item: {
|
199
|
+
type: ObjectConstructor;
|
200
|
+
default: null;
|
201
|
+
};
|
185
202
|
paramCfg: {
|
186
203
|
type: ObjectConstructor;
|
187
204
|
default: null;
|
@@ -201,8 +218,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
201
218
|
type: StringConstructor;
|
202
219
|
default: null;
|
203
220
|
};
|
204
|
-
}
|
205
|
-
props:
|
221
|
+
}>, {
|
222
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
223
|
+
item: {
|
224
|
+
type: ObjectConstructor;
|
225
|
+
default: null;
|
226
|
+
};
|
206
227
|
paramCfg: {
|
207
228
|
type: ObjectConstructor;
|
208
229
|
default: null;
|
@@ -222,22 +243,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
222
243
|
type: StringConstructor;
|
223
244
|
default: null;
|
224
245
|
};
|
225
|
-
}>> & {
|
246
|
+
}>> & Readonly<{
|
226
247
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
227
248
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
228
249
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
229
250
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
230
|
-
}
|
251
|
+
}> & {}>;
|
231
252
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
232
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
233
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
234
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
235
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
253
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
254
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
255
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
256
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
236
257
|
widgetType: import("vue").ComputedRef<any>;
|
237
|
-
Date: import("vue").DefineComponent<{
|
258
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
238
259
|
componentCfg: {
|
239
260
|
type: ObjectConstructor;
|
240
261
|
};
|
262
|
+
item: {
|
263
|
+
type: ObjectConstructor;
|
264
|
+
required: true;
|
265
|
+
};
|
241
266
|
paramCfg: {
|
242
267
|
type: ObjectConstructor;
|
243
268
|
default: null;
|
@@ -254,11 +279,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
254
279
|
type: StringConstructor;
|
255
280
|
default: null;
|
256
281
|
};
|
257
|
-
}
|
258
|
-
props:
|
282
|
+
}>, {
|
283
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
259
284
|
componentCfg: {
|
260
285
|
type: ObjectConstructor;
|
261
286
|
};
|
287
|
+
item: {
|
288
|
+
type: ObjectConstructor;
|
289
|
+
required: true;
|
290
|
+
};
|
262
291
|
paramCfg: {
|
263
292
|
type: ObjectConstructor;
|
264
293
|
default: null;
|
@@ -275,14 +304,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
275
304
|
type: StringConstructor;
|
276
305
|
default: null;
|
277
306
|
};
|
278
|
-
}>> & {
|
307
|
+
}>> & Readonly<{
|
279
308
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
280
309
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
281
310
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
282
|
-
}
|
311
|
+
}> & {}>;
|
283
312
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
284
|
-
|
285
|
-
|
313
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
314
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
315
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
286
316
|
dateType: any;
|
287
317
|
valueFormat: import("vue").ComputedRef<string>;
|
288
318
|
compType: import("vue").ComputedRef<any>;
|
@@ -297,7 +327,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
297
327
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
298
328
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
299
329
|
};
|
300
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
330
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
301
331
|
updateUnchangedValue: {
|
302
332
|
type: BooleanConstructor;
|
303
333
|
};
|
@@ -328,11 +358,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
328
358
|
isDateDisabled: {
|
329
359
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
330
360
|
};
|
331
|
-
}
|
361
|
+
}>, {
|
332
362
|
attrs: {
|
333
363
|
[x: string]: unknown;
|
334
364
|
};
|
335
|
-
props:
|
365
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
336
366
|
updateUnchangedValue: {
|
337
367
|
type: BooleanConstructor;
|
338
368
|
};
|
@@ -363,15 +393,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
363
393
|
isDateDisabled: {
|
364
394
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
365
395
|
};
|
366
|
-
}>> & {
|
396
|
+
}>> & Readonly<{
|
367
397
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
368
|
-
}
|
398
|
+
}> & {}>;
|
369
399
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
370
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
371
|
-
panelInstRef: import("vue").Ref<null>;
|
372
|
-
placeholderRef: import("vue").Ref<any>;
|
373
|
-
oldValue: string;
|
374
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
400
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
401
|
+
panelInstRef: import("vue").Ref<null, null>;
|
402
|
+
placeholderRef: import("vue").Ref<any, any>;
|
403
|
+
oldValue: (string | [string, string]) | null | undefined;
|
404
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
375
405
|
isDateTime: import("vue").ComputedRef<boolean>;
|
376
406
|
formatRef: import("vue").ComputedRef<string>;
|
377
407
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -386,8 +416,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
386
416
|
onConfirm: (...args: any[]) => Promise<void>;
|
387
417
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
388
418
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
389
|
-
NDatePicker: any;
|
390
|
-
},
|
419
|
+
readonly NDatePicker: any;
|
420
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
391
421
|
updateUnchangedValue: {
|
392
422
|
type: BooleanConstructor;
|
393
423
|
};
|
@@ -418,16 +448,119 @@ declare const _default: import("vue").DefineComponent<{
|
|
418
448
|
isDateDisabled: {
|
419
449
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
420
450
|
};
|
421
|
-
}>> & {
|
451
|
+
}>> & Readonly<{
|
422
452
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
423
|
-
}
|
453
|
+
}>, {
|
424
454
|
type: string;
|
425
455
|
updateUnchangedValue: boolean;
|
426
456
|
to: string | false | HTMLElement;
|
427
457
|
holidays: Date[];
|
428
|
-
}>>;
|
429
|
-
NSelect: any;
|
430
|
-
|
458
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
459
|
+
readonly NSelect: any;
|
460
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
461
|
+
filterType: {
|
462
|
+
type: StringConstructor;
|
463
|
+
required: true;
|
464
|
+
};
|
465
|
+
modelValue: {
|
466
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
467
|
+
default: null;
|
468
|
+
};
|
469
|
+
presetVal: {
|
470
|
+
type: StringConstructor;
|
471
|
+
default: null;
|
472
|
+
};
|
473
|
+
dateType: {
|
474
|
+
type: StringConstructor;
|
475
|
+
};
|
476
|
+
isDateDisabled: {
|
477
|
+
type: FunctionConstructor;
|
478
|
+
};
|
479
|
+
timeDisabled: {
|
480
|
+
type: FunctionConstructor;
|
481
|
+
};
|
482
|
+
valueFormat: {
|
483
|
+
type: StringConstructor;
|
484
|
+
};
|
485
|
+
}>, {
|
486
|
+
widgetOptions: {
|
487
|
+
label: string;
|
488
|
+
value: string;
|
489
|
+
}[];
|
490
|
+
widgetRangeOptions: {
|
491
|
+
label: string;
|
492
|
+
value: string;
|
493
|
+
}[];
|
494
|
+
startDateNum: import("vue").Ref<any, any>;
|
495
|
+
endDateNum: import("vue").Ref<any, any>;
|
496
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
497
|
+
filterType: {
|
498
|
+
type: StringConstructor;
|
499
|
+
required: true;
|
500
|
+
};
|
501
|
+
modelValue: {
|
502
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
503
|
+
default: null;
|
504
|
+
};
|
505
|
+
presetVal: {
|
506
|
+
type: StringConstructor;
|
507
|
+
default: null;
|
508
|
+
};
|
509
|
+
dateType: {
|
510
|
+
type: StringConstructor;
|
511
|
+
};
|
512
|
+
isDateDisabled: {
|
513
|
+
type: FunctionConstructor;
|
514
|
+
};
|
515
|
+
timeDisabled: {
|
516
|
+
type: FunctionConstructor;
|
517
|
+
};
|
518
|
+
valueFormat: {
|
519
|
+
type: StringConstructor;
|
520
|
+
};
|
521
|
+
}>> & Readonly<{
|
522
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
523
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
524
|
+
}> & {}>;
|
525
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
526
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
527
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
528
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
529
|
+
readonly NSelect: any;
|
530
|
+
readonly NInputNumber: any;
|
531
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
532
|
+
filterType: {
|
533
|
+
type: StringConstructor;
|
534
|
+
required: true;
|
535
|
+
};
|
536
|
+
modelValue: {
|
537
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
538
|
+
default: null;
|
539
|
+
};
|
540
|
+
presetVal: {
|
541
|
+
type: StringConstructor;
|
542
|
+
default: null;
|
543
|
+
};
|
544
|
+
dateType: {
|
545
|
+
type: StringConstructor;
|
546
|
+
};
|
547
|
+
isDateDisabled: {
|
548
|
+
type: FunctionConstructor;
|
549
|
+
};
|
550
|
+
timeDisabled: {
|
551
|
+
type: FunctionConstructor;
|
552
|
+
};
|
553
|
+
valueFormat: {
|
554
|
+
type: StringConstructor;
|
555
|
+
};
|
556
|
+
}>> & Readonly<{
|
557
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
558
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
559
|
+
}>, {
|
560
|
+
modelValue: string | number | unknown[];
|
561
|
+
presetVal: string;
|
562
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
563
|
+
readonly WidgetValEnums: {
|
431
564
|
CUSTOM: string;
|
432
565
|
FIRST_VAL: string;
|
433
566
|
WHOLE: string;
|
@@ -458,10 +591,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
458
591
|
NEXT_YEAR: string;
|
459
592
|
LAST_YEAR: string;
|
460
593
|
};
|
461
|
-
},
|
594
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
462
595
|
componentCfg: {
|
463
596
|
type: ObjectConstructor;
|
464
597
|
};
|
598
|
+
item: {
|
599
|
+
type: ObjectConstructor;
|
600
|
+
required: true;
|
601
|
+
};
|
465
602
|
paramCfg: {
|
466
603
|
type: ObjectConstructor;
|
467
604
|
default: null;
|
@@ -478,17 +615,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
478
615
|
type: StringConstructor;
|
479
616
|
default: null;
|
480
617
|
};
|
481
|
-
}>> & {
|
618
|
+
}>> & Readonly<{
|
482
619
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
483
620
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
484
621
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
485
|
-
}
|
622
|
+
}>, {
|
486
623
|
modelValue: string | number | unknown[];
|
487
624
|
paramCfg: Record<string, any>;
|
488
625
|
presetVal: string;
|
489
626
|
customDate: string;
|
490
|
-
}>;
|
491
|
-
InputFilter: import("vue").DefineComponent<{
|
627
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
628
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
492
629
|
paramCfg: {
|
493
630
|
type: ObjectConstructor;
|
494
631
|
default: null;
|
@@ -500,8 +637,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
500
637
|
isAccurateFilter: {
|
501
638
|
type: BooleanConstructor;
|
502
639
|
};
|
503
|
-
}
|
504
|
-
props:
|
640
|
+
}>, {
|
641
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
505
642
|
paramCfg: {
|
506
643
|
type: ObjectConstructor;
|
507
644
|
default: null;
|
@@ -513,21 +650,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
513
650
|
isAccurateFilter: {
|
514
651
|
type: BooleanConstructor;
|
515
652
|
};
|
516
|
-
}>> & {
|
653
|
+
}>> & Readonly<{
|
517
654
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
518
655
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
519
|
-
}
|
656
|
+
}> & {}>;
|
520
657
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
521
658
|
optionList: import("vue").Ref<{
|
522
659
|
label: string;
|
523
660
|
value: number;
|
661
|
+
}[], {
|
662
|
+
label: string;
|
663
|
+
value: number;
|
664
|
+
}[] | {
|
665
|
+
label: string;
|
666
|
+
value: number;
|
524
667
|
}[]>;
|
525
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
526
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
668
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
669
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
527
670
|
isShowSearch: import("vue").ComputedRef<any>;
|
528
|
-
NInput: any;
|
529
|
-
NSelect: any;
|
530
|
-
},
|
671
|
+
readonly NInput: any;
|
672
|
+
readonly NSelect: any;
|
673
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
531
674
|
paramCfg: {
|
532
675
|
type: ObjectConstructor;
|
533
676
|
default: null;
|
@@ -539,42 +682,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
539
682
|
isAccurateFilter: {
|
540
683
|
type: BooleanConstructor;
|
541
684
|
};
|
542
|
-
}>> & {
|
685
|
+
}>> & Readonly<{
|
543
686
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
544
687
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
545
|
-
}
|
688
|
+
}>, {
|
546
689
|
modelValue: string | number | unknown[];
|
547
690
|
paramCfg: Record<string, any>;
|
548
691
|
isAccurateFilter: boolean;
|
549
|
-
}>;
|
550
|
-
InputNumber: import("vue").DefineComponent<{
|
692
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
693
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
551
694
|
modelValue: {
|
552
695
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
553
696
|
default: null;
|
554
697
|
};
|
555
|
-
}
|
556
|
-
props:
|
698
|
+
}>, {
|
699
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
557
700
|
modelValue: {
|
558
701
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
559
702
|
default: null;
|
560
703
|
};
|
561
|
-
}>> & {
|
704
|
+
}>> & Readonly<{
|
562
705
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
563
|
-
}
|
706
|
+
}> & {}>;
|
564
707
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
565
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
566
|
-
NInputNumber: any;
|
567
|
-
},
|
708
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
709
|
+
readonly NInputNumber: any;
|
710
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
568
711
|
modelValue: {
|
569
712
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
570
713
|
default: null;
|
571
714
|
};
|
572
|
-
}>> & {
|
715
|
+
}>> & Readonly<{
|
573
716
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
574
|
-
}
|
717
|
+
}>, {
|
575
718
|
modelValue: string | number | unknown[];
|
576
|
-
}>;
|
577
|
-
SelectFilter: import("vue").DefineComponent<{
|
719
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
720
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
578
721
|
paramCfg: {
|
579
722
|
type: ObjectConstructor;
|
580
723
|
default: null;
|
@@ -587,8 +730,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
587
730
|
type: StringConstructor;
|
588
731
|
default: string;
|
589
732
|
};
|
590
|
-
}
|
591
|
-
props:
|
733
|
+
}>, {
|
734
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
592
735
|
paramCfg: {
|
593
736
|
type: ObjectConstructor;
|
594
737
|
default: null;
|
@@ -601,15 +744,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
601
744
|
type: StringConstructor;
|
602
745
|
default: string;
|
603
746
|
};
|
604
|
-
}>> & {
|
747
|
+
}>> & Readonly<{
|
605
748
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
606
|
-
}
|
749
|
+
}> & {}>;
|
607
750
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
608
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
751
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
609
752
|
optionSetting: import("vue").ComputedRef<any>;
|
610
753
|
widgetOptions: import("vue").ComputedRef<any>;
|
611
|
-
NSelect: any;
|
612
|
-
WidgetOptionEnums: {
|
754
|
+
readonly NSelect: any;
|
755
|
+
readonly WidgetOptionEnums: {
|
613
756
|
RADIO: string;
|
614
757
|
MULTIPLE: string;
|
615
758
|
ALL: string;
|
@@ -618,7 +761,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
618
761
|
FUTURE_TIME: string;
|
619
762
|
CUSTOM_TIME: string;
|
620
763
|
};
|
621
|
-
},
|
764
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
622
765
|
paramCfg: {
|
623
766
|
type: ObjectConstructor;
|
624
767
|
default: null;
|
@@ -631,14 +774,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
631
774
|
type: StringConstructor;
|
632
775
|
default: string;
|
633
776
|
};
|
634
|
-
}>> & {
|
777
|
+
}>> & Readonly<{
|
635
778
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
636
|
-
}
|
779
|
+
}>, {
|
637
780
|
modelValue: string | number | unknown[];
|
638
781
|
widgetType: string;
|
639
782
|
paramCfg: Record<string, any>;
|
640
|
-
}>;
|
641
|
-
SelectDynamic: import("vue").DefineComponent<{
|
783
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
784
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
642
785
|
paramCfg: {
|
643
786
|
type: ObjectConstructor;
|
644
787
|
default: null;
|
@@ -647,9 +790,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
647
790
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
648
791
|
default: null;
|
649
792
|
};
|
650
|
-
}
|
651
|
-
message: import("naive-ui").MessageApi;
|
652
|
-
props:
|
793
|
+
}>, {
|
794
|
+
message: import("naive-ui/es/message").MessageApi;
|
795
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
653
796
|
paramCfg: {
|
654
797
|
type: ObjectConstructor;
|
655
798
|
default: null;
|
@@ -658,23 +801,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
658
801
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
659
802
|
default: null;
|
660
803
|
};
|
661
|
-
}>> & {
|
804
|
+
}>> & Readonly<{
|
662
805
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
663
|
-
}
|
806
|
+
}> & {}>;
|
664
807
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
665
808
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
666
|
-
selectDynamicRef: any
|
667
|
-
isLoading: import("vue").Ref<boolean>;
|
809
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
810
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
668
811
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
669
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
670
|
-
totalPage: import("vue").Ref<number>;
|
812
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
813
|
+
totalPage: import("vue").Ref<number, number>;
|
671
814
|
menuProps: {
|
672
815
|
class: string;
|
673
816
|
};
|
674
|
-
curPage: import("vue").Ref<number>;
|
675
|
-
fieldTitleList: import("vue").Ref<any>;
|
676
|
-
selectOptions: import("vue").Ref<any[]>;
|
677
|
-
keywordVal: import("vue").Ref<any>;
|
817
|
+
curPage: import("vue").Ref<number, number>;
|
818
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
819
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
820
|
+
keywordVal: import("vue").Ref<any, any>;
|
678
821
|
optionSetting: import("vue").ComputedRef<any>;
|
679
822
|
isMultiple: import("vue").ComputedRef<boolean>;
|
680
823
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
@@ -697,8 +840,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
697
840
|
}>;
|
698
841
|
init: () => void;
|
699
842
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
700
|
-
NSelect: any;
|
701
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
843
|
+
readonly NSelect: any;
|
844
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
702
845
|
oldValue: {
|
703
846
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
704
847
|
default: () => never[];
|
@@ -735,9 +878,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
735
878
|
type: BooleanConstructor;
|
736
879
|
default: boolean;
|
737
880
|
};
|
738
|
-
}
|
881
|
+
}>, {
|
739
882
|
selectMinWidth: number;
|
740
|
-
props:
|
883
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
741
884
|
oldValue: {
|
742
885
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
743
886
|
default: () => never[];
|
@@ -774,12 +917,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
774
917
|
type: BooleanConstructor;
|
775
918
|
default: boolean;
|
776
919
|
};
|
777
|
-
}>> & {
|
778
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
920
|
+
}>> & Readonly<{
|
779
921
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
780
|
-
|
922
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
923
|
+
}> & {}>;
|
781
924
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
782
|
-
dragEndWidth: import("vue").Ref<number>;
|
925
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
783
926
|
showKeys: import("vue").ComputedRef<any>;
|
784
927
|
titleList: import("vue").ComputedRef<string[]>;
|
785
928
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
@@ -787,16 +930,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
787
930
|
searchByPage: (onePage: number) => void;
|
788
931
|
changeWidth: ({ distance }: any) => void;
|
789
932
|
saveWidth: () => void;
|
790
|
-
NEmpty: any;
|
791
|
-
NButtonGroup: any;
|
792
|
-
NButton: any;
|
793
|
-
NIcon: any;
|
794
|
-
NPopover: any;
|
795
|
-
vFlexibleResize: {
|
933
|
+
readonly NEmpty: any;
|
934
|
+
readonly NButtonGroup: any;
|
935
|
+
readonly NButton: any;
|
936
|
+
readonly NIcon: any;
|
937
|
+
readonly NPopover: any;
|
938
|
+
readonly vFlexibleResize: {
|
796
939
|
mounted(el: any, { value }: any): void;
|
797
940
|
beforeUnmount(el: any): void;
|
798
941
|
};
|
799
|
-
WidgetValEnums: {
|
942
|
+
readonly WidgetValEnums: {
|
800
943
|
CUSTOM: string;
|
801
944
|
FIRST_VAL: string;
|
802
945
|
WHOLE: string;
|
@@ -827,9 +970,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
827
970
|
NEXT_YEAR: string;
|
828
971
|
LAST_YEAR: string;
|
829
972
|
};
|
830
|
-
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<{}>>, {}>;
|
831
|
-
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<{}>>, {}>;
|
832
|
-
},
|
973
|
+
readonly ArrowBack: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
974
|
+
readonly ArrowForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
975
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
833
976
|
oldValue: {
|
834
977
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
835
978
|
default: () => never[];
|
@@ -866,21 +1009,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
866
1009
|
type: BooleanConstructor;
|
867
1010
|
default: boolean;
|
868
1011
|
};
|
869
|
-
}>> & {
|
870
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1012
|
+
}>> & Readonly<{
|
871
1013
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
872
|
-
|
873
|
-
|
1014
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1015
|
+
}>, {
|
874
1016
|
loading: boolean;
|
1017
|
+
isMultiple: boolean;
|
875
1018
|
oldValue: import("../../../../../shared/types").AnyObject[];
|
1019
|
+
optionList: import("../../../../../shared/types").AnyObject[];
|
1020
|
+
isShowWhole: boolean;
|
876
1021
|
dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
|
877
1022
|
fieldTitleList: import("../../../../../shared/types").AnyObject[];
|
878
|
-
optionList: import("../../../../../shared/types").AnyObject[];
|
879
1023
|
curPage: number;
|
880
1024
|
isLastPage: boolean;
|
881
|
-
|
882
|
-
|
883
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1025
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1026
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
884
1027
|
paramCfg: {
|
885
1028
|
type: ObjectConstructor;
|
886
1029
|
default: null;
|
@@ -889,13 +1032,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
889
1032
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
890
1033
|
default: null;
|
891
1034
|
};
|
892
|
-
}>> & {
|
1035
|
+
}>> & Readonly<{
|
893
1036
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
894
|
-
}
|
1037
|
+
}>, {
|
895
1038
|
modelValue: import("../../../../../shared/types").AnyObject[];
|
896
1039
|
paramCfg: Record<string, any>;
|
897
|
-
}>;
|
898
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
1040
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1041
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
899
1042
|
paramCfg: {
|
900
1043
|
type: ObjectConstructor;
|
901
1044
|
default: null;
|
@@ -904,8 +1047,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
904
1047
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
905
1048
|
default: null;
|
906
1049
|
};
|
907
|
-
}
|
908
|
-
props:
|
1050
|
+
}>, {
|
1051
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
909
1052
|
paramCfg: {
|
910
1053
|
type: ObjectConstructor;
|
911
1054
|
default: null;
|
@@ -914,16 +1057,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
914
1057
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
915
1058
|
default: null;
|
916
1059
|
};
|
917
|
-
}>> & {
|
1060
|
+
}>> & Readonly<{
|
918
1061
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
919
|
-
}
|
920
|
-
startNumber: import("vue").Ref<any>;
|
921
|
-
endNumber: import("vue").Ref<any>;
|
1062
|
+
}> & {}>;
|
1063
|
+
startNumber: import("vue").Ref<any, any>;
|
1064
|
+
endNumber: import("vue").Ref<any, any>;
|
922
1065
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
923
1066
|
handleChange: (val: number | null, key: string) => void;
|
924
|
-
NInputGroup: any;
|
925
|
-
NInputNumber: any;
|
926
|
-
},
|
1067
|
+
readonly NInputGroup: any;
|
1068
|
+
readonly NInputNumber: any;
|
1069
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
927
1070
|
paramCfg: {
|
928
1071
|
type: ObjectConstructor;
|
929
1072
|
default: null;
|
@@ -932,13 +1075,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
932
1075
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
933
1076
|
default: null;
|
934
1077
|
};
|
935
|
-
}>> & {
|
1078
|
+
}>> & Readonly<{
|
936
1079
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
937
|
-
}
|
1080
|
+
}>, {
|
938
1081
|
modelValue: string | number | unknown[];
|
939
1082
|
paramCfg: Record<string, any>;
|
940
|
-
}>;
|
941
|
-
DateRange: import("vue").DefineComponent<{
|
1083
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1084
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1085
|
+
item: {
|
1086
|
+
type: ObjectConstructor;
|
1087
|
+
required: true;
|
1088
|
+
};
|
942
1089
|
paramCfg: {
|
943
1090
|
type: ObjectConstructor;
|
944
1091
|
default: null;
|
@@ -955,8 +1102,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
955
1102
|
type: StringConstructor;
|
956
1103
|
default: null;
|
957
1104
|
};
|
958
|
-
}
|
959
|
-
props:
|
1105
|
+
}>, {
|
1106
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1107
|
+
item: {
|
1108
|
+
type: ObjectConstructor;
|
1109
|
+
required: true;
|
1110
|
+
};
|
960
1111
|
paramCfg: {
|
961
1112
|
type: ObjectConstructor;
|
962
1113
|
default: null;
|
@@ -973,14 +1124,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
973
1124
|
type: StringConstructor;
|
974
1125
|
default: null;
|
975
1126
|
};
|
976
|
-
}>> & {
|
1127
|
+
}>> & Readonly<{
|
977
1128
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
978
1129
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
979
1130
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
980
|
-
}
|
1131
|
+
}> & {}>;
|
981
1132
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
982
|
-
startDate: import("vue").Ref<any>;
|
983
|
-
endDate: import("vue").Ref<any>;
|
1133
|
+
startDate: import("vue").Ref<any, any>;
|
1134
|
+
endDate: import("vue").Ref<any, any>;
|
1135
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
984
1136
|
valueFormat: import("vue").ComputedRef<string>;
|
985
1137
|
dateFormat: import("vue").ComputedRef<string>;
|
986
1138
|
compType: import("vue").ComputedRef<any>;
|
@@ -998,8 +1150,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
998
1150
|
label: string;
|
999
1151
|
value: string;
|
1000
1152
|
}[]>;
|
1001
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1002
|
-
|
1153
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1154
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
1003
1155
|
handleChange: (val: any, type: "start" | "end") => void;
|
1004
1156
|
isStartDateDisabled: (ts: number) => boolean;
|
1005
1157
|
timeStartDisabled: (ts: number) => {
|
@@ -1013,9 +1165,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1013
1165
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
1014
1166
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
1015
1167
|
};
|
1016
|
-
NSelect: any;
|
1017
|
-
NPopover: any;
|
1018
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1168
|
+
readonly NSelect: any;
|
1169
|
+
readonly NPopover: any;
|
1170
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1019
1171
|
updateUnchangedValue: {
|
1020
1172
|
type: BooleanConstructor;
|
1021
1173
|
};
|
@@ -1046,11 +1198,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1046
1198
|
isDateDisabled: {
|
1047
1199
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1048
1200
|
};
|
1049
|
-
}
|
1201
|
+
}>, {
|
1050
1202
|
attrs: {
|
1051
1203
|
[x: string]: unknown;
|
1052
1204
|
};
|
1053
|
-
props:
|
1205
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1054
1206
|
updateUnchangedValue: {
|
1055
1207
|
type: BooleanConstructor;
|
1056
1208
|
};
|
@@ -1081,15 +1233,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1081
1233
|
isDateDisabled: {
|
1082
1234
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1083
1235
|
};
|
1084
|
-
}>> & {
|
1236
|
+
}>> & Readonly<{
|
1085
1237
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1086
|
-
}
|
1238
|
+
}> & {}>;
|
1087
1239
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1088
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1089
|
-
panelInstRef: import("vue").Ref<null>;
|
1090
|
-
placeholderRef: import("vue").Ref<any>;
|
1091
|
-
oldValue: string;
|
1092
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1240
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
1241
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1242
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1243
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1244
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1093
1245
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1094
1246
|
formatRef: import("vue").ComputedRef<string>;
|
1095
1247
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1104,8 +1256,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1104
1256
|
onConfirm: (...args: any[]) => Promise<void>;
|
1105
1257
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1106
1258
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1107
|
-
NDatePicker: any;
|
1108
|
-
},
|
1259
|
+
readonly NDatePicker: any;
|
1260
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1109
1261
|
updateUnchangedValue: {
|
1110
1262
|
type: BooleanConstructor;
|
1111
1263
|
};
|
@@ -1136,15 +1288,118 @@ declare const _default: import("vue").DefineComponent<{
|
|
1136
1288
|
isDateDisabled: {
|
1137
1289
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1138
1290
|
};
|
1139
|
-
}>> & {
|
1291
|
+
}>> & Readonly<{
|
1140
1292
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1141
|
-
}
|
1293
|
+
}>, {
|
1142
1294
|
type: string;
|
1143
1295
|
updateUnchangedValue: boolean;
|
1144
1296
|
to: string | false | HTMLElement;
|
1145
1297
|
holidays: Date[];
|
1146
|
-
}>>;
|
1147
|
-
|
1298
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1299
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1300
|
+
filterType: {
|
1301
|
+
type: StringConstructor;
|
1302
|
+
required: true;
|
1303
|
+
};
|
1304
|
+
modelValue: {
|
1305
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1306
|
+
default: null;
|
1307
|
+
};
|
1308
|
+
presetVal: {
|
1309
|
+
type: StringConstructor;
|
1310
|
+
default: null;
|
1311
|
+
};
|
1312
|
+
dateType: {
|
1313
|
+
type: StringConstructor;
|
1314
|
+
};
|
1315
|
+
isDateDisabled: {
|
1316
|
+
type: FunctionConstructor;
|
1317
|
+
};
|
1318
|
+
timeDisabled: {
|
1319
|
+
type: FunctionConstructor;
|
1320
|
+
};
|
1321
|
+
valueFormat: {
|
1322
|
+
type: StringConstructor;
|
1323
|
+
};
|
1324
|
+
}>, {
|
1325
|
+
widgetOptions: {
|
1326
|
+
label: string;
|
1327
|
+
value: string;
|
1328
|
+
}[];
|
1329
|
+
widgetRangeOptions: {
|
1330
|
+
label: string;
|
1331
|
+
value: string;
|
1332
|
+
}[];
|
1333
|
+
startDateNum: import("vue").Ref<any, any>;
|
1334
|
+
endDateNum: import("vue").Ref<any, any>;
|
1335
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1336
|
+
filterType: {
|
1337
|
+
type: StringConstructor;
|
1338
|
+
required: true;
|
1339
|
+
};
|
1340
|
+
modelValue: {
|
1341
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1342
|
+
default: null;
|
1343
|
+
};
|
1344
|
+
presetVal: {
|
1345
|
+
type: StringConstructor;
|
1346
|
+
default: null;
|
1347
|
+
};
|
1348
|
+
dateType: {
|
1349
|
+
type: StringConstructor;
|
1350
|
+
};
|
1351
|
+
isDateDisabled: {
|
1352
|
+
type: FunctionConstructor;
|
1353
|
+
};
|
1354
|
+
timeDisabled: {
|
1355
|
+
type: FunctionConstructor;
|
1356
|
+
};
|
1357
|
+
valueFormat: {
|
1358
|
+
type: StringConstructor;
|
1359
|
+
};
|
1360
|
+
}>> & Readonly<{
|
1361
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1362
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1363
|
+
}> & {}>;
|
1364
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1365
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1366
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1367
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
1368
|
+
readonly NSelect: any;
|
1369
|
+
readonly NInputNumber: any;
|
1370
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1371
|
+
filterType: {
|
1372
|
+
type: StringConstructor;
|
1373
|
+
required: true;
|
1374
|
+
};
|
1375
|
+
modelValue: {
|
1376
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1377
|
+
default: null;
|
1378
|
+
};
|
1379
|
+
presetVal: {
|
1380
|
+
type: StringConstructor;
|
1381
|
+
default: null;
|
1382
|
+
};
|
1383
|
+
dateType: {
|
1384
|
+
type: StringConstructor;
|
1385
|
+
};
|
1386
|
+
isDateDisabled: {
|
1387
|
+
type: FunctionConstructor;
|
1388
|
+
};
|
1389
|
+
timeDisabled: {
|
1390
|
+
type: FunctionConstructor;
|
1391
|
+
};
|
1392
|
+
valueFormat: {
|
1393
|
+
type: StringConstructor;
|
1394
|
+
};
|
1395
|
+
}>> & Readonly<{
|
1396
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1397
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1398
|
+
}>, {
|
1399
|
+
modelValue: string | number | unknown[];
|
1400
|
+
presetVal: string;
|
1401
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1402
|
+
readonly WidgetValEnums: {
|
1148
1403
|
CUSTOM: string;
|
1149
1404
|
FIRST_VAL: string;
|
1150
1405
|
WHOLE: string;
|
@@ -1175,7 +1430,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1175
1430
|
NEXT_YEAR: string;
|
1176
1431
|
LAST_YEAR: string;
|
1177
1432
|
};
|
1178
|
-
},
|
1433
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1434
|
+
item: {
|
1435
|
+
type: ObjectConstructor;
|
1436
|
+
required: true;
|
1437
|
+
};
|
1179
1438
|
paramCfg: {
|
1180
1439
|
type: ObjectConstructor;
|
1181
1440
|
default: null;
|
@@ -1192,17 +1451,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1192
1451
|
type: StringConstructor;
|
1193
1452
|
default: null;
|
1194
1453
|
};
|
1195
|
-
}>> & {
|
1454
|
+
}>> & Readonly<{
|
1196
1455
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1197
1456
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1198
1457
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1199
|
-
}
|
1458
|
+
}>, {
|
1200
1459
|
modelValue: string | number | unknown[];
|
1201
1460
|
paramCfg: Record<string, any>;
|
1202
1461
|
presetVal: string;
|
1203
1462
|
customDate: string;
|
1204
|
-
}>;
|
1205
|
-
SelectLabel: import("vue").DefineComponent<{
|
1463
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1464
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1206
1465
|
paramCfg: {
|
1207
1466
|
type: ObjectConstructor;
|
1208
1467
|
default: null;
|
@@ -1211,10 +1470,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1211
1470
|
type: StringConstructor;
|
1212
1471
|
default: null;
|
1213
1472
|
};
|
1214
|
-
}
|
1473
|
+
}>, {
|
1215
1474
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
1216
|
-
message: import("naive-ui").MessageApi;
|
1217
|
-
props:
|
1475
|
+
message: import("naive-ui/es/message").MessageApi;
|
1476
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1218
1477
|
paramCfg: {
|
1219
1478
|
type: ObjectConstructor;
|
1220
1479
|
default: null;
|
@@ -1223,13 +1482,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1223
1482
|
type: StringConstructor;
|
1224
1483
|
default: null;
|
1225
1484
|
};
|
1226
|
-
}>> & {
|
1485
|
+
}>> & Readonly<{
|
1227
1486
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1228
|
-
}
|
1487
|
+
}> & {}>;
|
1229
1488
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1230
|
-
tagList: import("vue").Ref<never[]>;
|
1489
|
+
tagList: import("vue").Ref<never[], never[]>;
|
1231
1490
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1232
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
1491
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
1233
1492
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
1234
1493
|
initTagList: () => Promise<void>;
|
1235
1494
|
renderOption: ({ node, option }: {
|
@@ -1241,8 +1500,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1241
1500
|
[key: string]: any;
|
1242
1501
|
}>;
|
1243
1502
|
renderLabel: (option: any) => any;
|
1244
|
-
NSelect: any;
|
1245
|
-
},
|
1503
|
+
readonly NSelect: any;
|
1504
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1246
1505
|
paramCfg: {
|
1247
1506
|
type: ObjectConstructor;
|
1248
1507
|
default: null;
|
@@ -1251,13 +1510,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1251
1510
|
type: StringConstructor;
|
1252
1511
|
default: null;
|
1253
1512
|
};
|
1254
|
-
}>> & {
|
1513
|
+
}>> & Readonly<{
|
1255
1514
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1256
|
-
}
|
1515
|
+
}>, {
|
1257
1516
|
modelValue: string;
|
1258
1517
|
paramCfg: Record<string, any>;
|
1259
|
-
}>;
|
1260
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
1518
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1519
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1261
1520
|
paramCfg: {
|
1262
1521
|
type: ObjectConstructor;
|
1263
1522
|
default: null;
|
@@ -1266,9 +1525,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1266
1525
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1267
1526
|
default: null;
|
1268
1527
|
};
|
1269
|
-
}
|
1270
|
-
message: import("naive-ui").MessageApi;
|
1271
|
-
props:
|
1528
|
+
}>, {
|
1529
|
+
message: import("naive-ui/es/message").MessageApi;
|
1530
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1272
1531
|
paramCfg: {
|
1273
1532
|
type: ObjectConstructor;
|
1274
1533
|
default: null;
|
@@ -1277,22 +1536,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
1277
1536
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1278
1537
|
default: null;
|
1279
1538
|
};
|
1280
|
-
}>> & {
|
1539
|
+
}>> & Readonly<{
|
1281
1540
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1282
|
-
}
|
1541
|
+
}> & {}>;
|
1283
1542
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1284
1543
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1285
|
-
options: import("vue").Ref<any[]>;
|
1544
|
+
options: import("vue").Ref<any[], any[]>;
|
1286
1545
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1287
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
1546
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
1288
1547
|
optionSetting: import("vue").ComputedRef<any>;
|
1289
1548
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1290
1549
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
1291
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1550
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1292
1551
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
1293
1552
|
getOptionsData: (keyword: string) => Promise<void>;
|
1294
|
-
NTreeSelect: any;
|
1295
|
-
},
|
1553
|
+
readonly NTreeSelect: any;
|
1554
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1296
1555
|
paramCfg: {
|
1297
1556
|
type: ObjectConstructor;
|
1298
1557
|
default: null;
|
@@ -1301,13 +1560,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1301
1560
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1302
1561
|
default: null;
|
1303
1562
|
};
|
1304
|
-
}>> & {
|
1563
|
+
}>> & Readonly<{
|
1305
1564
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1306
|
-
}
|
1565
|
+
}>, {
|
1307
1566
|
modelValue: string | number | unknown[];
|
1308
1567
|
paramCfg: Record<string, any>;
|
1309
|
-
}>;
|
1310
|
-
WidgetTypeEnums: {
|
1568
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1569
|
+
readonly WidgetTypeEnums: {
|
1311
1570
|
INPUT_NUMBER: string;
|
1312
1571
|
INPUT: string;
|
1313
1572
|
SELECT: string;
|
@@ -1327,7 +1586,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1327
1586
|
SELECTTREE: string;
|
1328
1587
|
SELECTTREEDYNAMIC: string;
|
1329
1588
|
};
|
1330
|
-
},
|
1589
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1590
|
+
item: {
|
1591
|
+
type: ObjectConstructor;
|
1592
|
+
default: null;
|
1593
|
+
};
|
1331
1594
|
paramCfg: {
|
1332
1595
|
type: ObjectConstructor;
|
1333
1596
|
default: null;
|
@@ -1347,27 +1610,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
1347
1610
|
type: StringConstructor;
|
1348
1611
|
default: null;
|
1349
1612
|
};
|
1350
|
-
}>> & {
|
1613
|
+
}>> & Readonly<{
|
1351
1614
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1352
1615
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1353
1616
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1354
1617
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1355
|
-
}
|
1618
|
+
}>, {
|
1356
1619
|
modelValue: string | number | unknown[];
|
1620
|
+
item: Record<string, any>;
|
1357
1621
|
paramCfg: Record<string, any>;
|
1358
1622
|
presetVal: string;
|
1359
1623
|
isAccurate: boolean;
|
1360
1624
|
customDate: string;
|
1361
|
-
}>;
|
1362
|
-
ConditionEnums: {
|
1625
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1626
|
+
readonly ConditionEnums: {
|
1363
1627
|
NULL: string;
|
1364
1628
|
EQUAL: string;
|
1629
|
+
CUSTOM_RANGE: string;
|
1630
|
+
IN_THE_PAST: string;
|
1631
|
+
IN_THE_FUTURE: string;
|
1632
|
+
IN_THE_PAST_DI: string;
|
1633
|
+
IN_THE_FUTURE_DI: string;
|
1365
1634
|
};
|
1366
|
-
|
1367
|
-
label: string;
|
1368
|
-
value: string;
|
1369
|
-
}[];
|
1370
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1635
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1371
1636
|
actionList_prop: {
|
1372
1637
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
1373
1638
|
default: () => {};
|
@@ -1392,18 +1657,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1392
1657
|
type: BooleanConstructor;
|
1393
1658
|
default: boolean;
|
1394
1659
|
};
|
1395
|
-
}>> & {
|
1660
|
+
}>> & Readonly<{
|
1396
1661
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1397
1662
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1398
|
-
}
|
1663
|
+
}>, {
|
1399
1664
|
searchFieldList: unknown[];
|
1400
1665
|
tableId: string;
|
1401
1666
|
conditionList: unknown[];
|
1402
1667
|
actionList_prop: import("../../../..").IClassifyListType;
|
1403
1668
|
showItemName: boolean;
|
1404
1669
|
hideAddBtn: boolean;
|
1405
|
-
}>;
|
1406
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
1670
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1671
|
+
BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1407
1672
|
actionList_prop: {
|
1408
1673
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
1409
1674
|
default: () => {};
|
@@ -1428,15 +1693,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1428
1693
|
type: BooleanConstructor;
|
1429
1694
|
default: boolean;
|
1430
1695
|
};
|
1431
|
-
}
|
1432
|
-
$message: import("naive-ui").MessageApi;
|
1696
|
+
}>, {
|
1697
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1433
1698
|
menuProps: {
|
1434
1699
|
class: string;
|
1435
1700
|
};
|
1436
1701
|
dateCons: string[];
|
1437
1702
|
textCons: string[];
|
1438
1703
|
numberCons: string[];
|
1439
|
-
props:
|
1704
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1440
1705
|
actionList_prop: {
|
1441
1706
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
1442
1707
|
default: () => {};
|
@@ -1461,19 +1726,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
1461
1726
|
type: BooleanConstructor;
|
1462
1727
|
default: boolean;
|
1463
1728
|
};
|
1464
|
-
}>> & {
|
1729
|
+
}>> & Readonly<{
|
1465
1730
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1466
1731
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1467
|
-
}
|
1732
|
+
}> & {}>;
|
1468
1733
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
1469
1734
|
$attrs: {
|
1470
1735
|
[x: string]: unknown;
|
1471
1736
|
};
|
1472
1737
|
FormState: any;
|
1473
|
-
loading: import("vue").Ref<boolean>;
|
1474
|
-
parentInputRef: import("vue").Ref<any>;
|
1475
|
-
parentInputAddRef: import("vue").Ref<any>;
|
1476
|
-
sqlExpression: any
|
1738
|
+
loading: import("vue").Ref<boolean, boolean>;
|
1739
|
+
parentInputRef: import("vue").Ref<any, any>;
|
1740
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
1741
|
+
sqlExpression: import("vue").Ref<any, any>;
|
1477
1742
|
DisplayCategoryState: {
|
1478
1743
|
addDisplayCategory: string;
|
1479
1744
|
displayCategories: {
|
@@ -1510,16 +1775,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1510
1775
|
saveAdd: () => void;
|
1511
1776
|
cancelSaveAdd: () => void;
|
1512
1777
|
checkActionList: () => any;
|
1513
|
-
NSpin: any;
|
1514
|
-
NIcon: any;
|
1515
|
-
NInput: any;
|
1516
|
-
NButton: any;
|
1517
|
-
NTooltip: any;
|
1518
|
-
NSelect: any;
|
1519
|
-
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<{}>>, {}>;
|
1520
|
-
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<{}>>, {}>;
|
1521
|
-
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<{}>>, {}>;
|
1522
|
-
ValueCfg: import("vue").DefineComponent<{
|
1778
|
+
readonly NSpin: any;
|
1779
|
+
readonly NIcon: any;
|
1780
|
+
readonly NInput: any;
|
1781
|
+
readonly NButton: any;
|
1782
|
+
readonly NTooltip: any;
|
1783
|
+
readonly NSelect: any;
|
1784
|
+
readonly AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1785
|
+
readonly AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1786
|
+
readonly CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1787
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1523
1788
|
paramCfg: {
|
1524
1789
|
type: ObjectConstructor;
|
1525
1790
|
default: null;
|
@@ -1532,8 +1797,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1532
1797
|
type: ArrayConstructor;
|
1533
1798
|
default: () => never[];
|
1534
1799
|
};
|
1535
|
-
}
|
1536
|
-
props:
|
1800
|
+
}>, {
|
1801
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1537
1802
|
paramCfg: {
|
1538
1803
|
type: ObjectConstructor;
|
1539
1804
|
default: null;
|
@@ -1546,17 +1811,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1546
1811
|
type: ArrayConstructor;
|
1547
1812
|
default: () => never[];
|
1548
1813
|
};
|
1549
|
-
}>> & {
|
1814
|
+
}>> & Readonly<{
|
1550
1815
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1551
1816
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
1552
|
-
}
|
1817
|
+
}> & {}>;
|
1553
1818
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
1554
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1555
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
1819
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1820
|
+
valuesCp: import("vue").WritableComputedRef<any, any>;
|
1556
1821
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
1557
1822
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
1558
1823
|
biType: import("vue").ComputedRef<any>;
|
1559
|
-
Date: import("vue").DefineComponent<{
|
1824
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1560
1825
|
componentCfg: {
|
1561
1826
|
type: ObjectConstructor;
|
1562
1827
|
};
|
@@ -1568,8 +1833,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1568
1833
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1569
1834
|
default: null;
|
1570
1835
|
};
|
1571
|
-
}
|
1572
|
-
props:
|
1836
|
+
}>, {
|
1837
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1573
1838
|
componentCfg: {
|
1574
1839
|
type: ObjectConstructor;
|
1575
1840
|
};
|
@@ -1581,15 +1846,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1581
1846
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1582
1847
|
default: null;
|
1583
1848
|
};
|
1584
|
-
}>> & {
|
1849
|
+
}>> & Readonly<{
|
1585
1850
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1586
|
-
}
|
1851
|
+
}> & {}>;
|
1587
1852
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1588
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1853
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1589
1854
|
dateType: any;
|
1590
1855
|
valueFormat: import("vue").ComputedRef<string>;
|
1591
1856
|
compType: import("vue").ComputedRef<any>;
|
1592
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1857
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1593
1858
|
updateUnchangedValue: {
|
1594
1859
|
type: BooleanConstructor;
|
1595
1860
|
};
|
@@ -1620,11 +1885,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1620
1885
|
isDateDisabled: {
|
1621
1886
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1622
1887
|
};
|
1623
|
-
}
|
1888
|
+
}>, {
|
1624
1889
|
attrs: {
|
1625
1890
|
[x: string]: unknown;
|
1626
1891
|
};
|
1627
|
-
props:
|
1892
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1628
1893
|
updateUnchangedValue: {
|
1629
1894
|
type: BooleanConstructor;
|
1630
1895
|
};
|
@@ -1655,15 +1920,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1655
1920
|
isDateDisabled: {
|
1656
1921
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1657
1922
|
};
|
1658
|
-
}>> & {
|
1923
|
+
}>> & Readonly<{
|
1659
1924
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1660
|
-
}
|
1925
|
+
}> & {}>;
|
1661
1926
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1662
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1663
|
-
panelInstRef: import("vue").Ref<null>;
|
1664
|
-
placeholderRef: import("vue").Ref<any>;
|
1665
|
-
oldValue: string;
|
1666
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1927
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
1928
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1929
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1930
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1931
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1667
1932
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1668
1933
|
formatRef: import("vue").ComputedRef<string>;
|
1669
1934
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1678,8 +1943,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1678
1943
|
onConfirm: (...args: any[]) => Promise<void>;
|
1679
1944
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1680
1945
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1681
|
-
NDatePicker: any;
|
1682
|
-
},
|
1946
|
+
readonly NDatePicker: any;
|
1947
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1683
1948
|
updateUnchangedValue: {
|
1684
1949
|
type: BooleanConstructor;
|
1685
1950
|
};
|
@@ -1710,15 +1975,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1710
1975
|
isDateDisabled: {
|
1711
1976
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1712
1977
|
};
|
1713
|
-
}>> & {
|
1978
|
+
}>> & Readonly<{
|
1714
1979
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1715
|
-
}
|
1980
|
+
}>, {
|
1716
1981
|
type: string;
|
1717
1982
|
updateUnchangedValue: boolean;
|
1718
1983
|
to: string | false | HTMLElement;
|
1719
1984
|
holidays: Date[];
|
1720
|
-
}>>;
|
1721
|
-
},
|
1985
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1986
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1722
1987
|
componentCfg: {
|
1723
1988
|
type: ObjectConstructor;
|
1724
1989
|
};
|
@@ -1730,13 +1995,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1730
1995
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1731
1996
|
default: null;
|
1732
1997
|
};
|
1733
|
-
}>> & {
|
1998
|
+
}>> & Readonly<{
|
1734
1999
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1735
|
-
}
|
2000
|
+
}>, {
|
1736
2001
|
modelValue: string | number | unknown[];
|
1737
2002
|
paramCfg: Record<string, any>;
|
1738
|
-
}>;
|
1739
|
-
InputFilter: import("vue").DefineComponent<{
|
2003
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2004
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1740
2005
|
paramCfg: {
|
1741
2006
|
type: ObjectConstructor;
|
1742
2007
|
default: null;
|
@@ -1745,8 +2010,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1745
2010
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1746
2011
|
default: null;
|
1747
2012
|
};
|
1748
|
-
}
|
1749
|
-
props:
|
2013
|
+
}>, {
|
2014
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1750
2015
|
paramCfg: {
|
1751
2016
|
type: ObjectConstructor;
|
1752
2017
|
default: null;
|
@@ -1755,13 +2020,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1755
2020
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1756
2021
|
default: null;
|
1757
2022
|
};
|
1758
|
-
}>> & {
|
2023
|
+
}>> & Readonly<{
|
1759
2024
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1760
|
-
}
|
2025
|
+
}> & {}>;
|
1761
2026
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1762
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1763
|
-
NInput: any;
|
1764
|
-
},
|
2027
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2028
|
+
readonly NInput: any;
|
2029
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1765
2030
|
paramCfg: {
|
1766
2031
|
type: ObjectConstructor;
|
1767
2032
|
default: null;
|
@@ -1770,40 +2035,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
1770
2035
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1771
2036
|
default: null;
|
1772
2037
|
};
|
1773
|
-
}>> & {
|
2038
|
+
}>> & Readonly<{
|
1774
2039
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1775
|
-
}
|
2040
|
+
}>, {
|
1776
2041
|
modelValue: string | number | unknown[];
|
1777
2042
|
paramCfg: Record<string, any>;
|
1778
|
-
}>;
|
1779
|
-
InputNumber: import("vue").DefineComponent<{
|
2043
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2044
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1780
2045
|
modelValue: {
|
1781
2046
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1782
2047
|
default: null;
|
1783
2048
|
};
|
1784
|
-
}
|
1785
|
-
props:
|
2049
|
+
}>, {
|
2050
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1786
2051
|
modelValue: {
|
1787
2052
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1788
2053
|
default: null;
|
1789
2054
|
};
|
1790
|
-
}>> & {
|
2055
|
+
}>> & Readonly<{
|
1791
2056
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1792
|
-
}
|
2057
|
+
}> & {}>;
|
1793
2058
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1794
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1795
|
-
NInputNumber: any;
|
1796
|
-
},
|
2059
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2060
|
+
readonly NInputNumber: any;
|
2061
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1797
2062
|
modelValue: {
|
1798
2063
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1799
2064
|
default: null;
|
1800
2065
|
};
|
1801
|
-
}>> & {
|
2066
|
+
}>> & Readonly<{
|
1802
2067
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1803
|
-
}
|
2068
|
+
}>, {
|
1804
2069
|
modelValue: string | number | unknown[];
|
1805
|
-
}>;
|
1806
|
-
SelectFilter: import("vue").DefineComponent<{
|
2070
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2071
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1807
2072
|
paramCfg: {
|
1808
2073
|
type: ObjectConstructor;
|
1809
2074
|
default: null;
|
@@ -1812,8 +2077,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1812
2077
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1813
2078
|
default: null;
|
1814
2079
|
};
|
1815
|
-
}
|
1816
|
-
props:
|
2080
|
+
}>, {
|
2081
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1817
2082
|
paramCfg: {
|
1818
2083
|
type: ObjectConstructor;
|
1819
2084
|
default: null;
|
@@ -1822,15 +2087,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1822
2087
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1823
2088
|
default: null;
|
1824
2089
|
};
|
1825
|
-
}>> & {
|
2090
|
+
}>> & Readonly<{
|
1826
2091
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1827
|
-
}
|
2092
|
+
}> & {}>;
|
1828
2093
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1829
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2094
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1830
2095
|
optionSetting: import("vue").ComputedRef<any>;
|
1831
2096
|
widgetOptions: import("vue").ComputedRef<any>;
|
1832
|
-
NSelect: any;
|
1833
|
-
WidgetOptionEnums: {
|
2097
|
+
readonly NSelect: any;
|
2098
|
+
readonly WidgetOptionEnums: {
|
1834
2099
|
RADIO: string;
|
1835
2100
|
MULTIPLE: string;
|
1836
2101
|
ALL: string;
|
@@ -1839,7 +2104,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1839
2104
|
FUTURE_TIME: string;
|
1840
2105
|
CUSTOM_TIME: string;
|
1841
2106
|
};
|
1842
|
-
},
|
2107
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1843
2108
|
paramCfg: {
|
1844
2109
|
type: ObjectConstructor;
|
1845
2110
|
default: null;
|
@@ -1848,13 +2113,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1848
2113
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1849
2114
|
default: null;
|
1850
2115
|
};
|
1851
|
-
}>> & {
|
2116
|
+
}>> & Readonly<{
|
1852
2117
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1853
|
-
}
|
2118
|
+
}>, {
|
1854
2119
|
modelValue: string | number | unknown[];
|
1855
2120
|
paramCfg: Record<string, any>;
|
1856
|
-
}>;
|
1857
|
-
WidgetTypeEnums: {
|
2121
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2122
|
+
readonly WidgetTypeEnums: {
|
1858
2123
|
INPUT_NUMBER: string;
|
1859
2124
|
INPUT: string;
|
1860
2125
|
SELECT: string;
|
@@ -1874,7 +2139,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1874
2139
|
SELECTTREE: string;
|
1875
2140
|
SELECTTREEDYNAMIC: string;
|
1876
2141
|
};
|
1877
|
-
},
|
2142
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1878
2143
|
paramCfg: {
|
1879
2144
|
type: ObjectConstructor;
|
1880
2145
|
default: null;
|
@@ -1887,15 +2152,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1887
2152
|
type: ArrayConstructor;
|
1888
2153
|
default: () => never[];
|
1889
2154
|
};
|
1890
|
-
}>> & {
|
2155
|
+
}>> & Readonly<{
|
1891
2156
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1892
2157
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
1893
|
-
}
|
2158
|
+
}>, {
|
1894
2159
|
modelValue: string | number | unknown[];
|
1895
2160
|
paramCfg: Record<string, any>;
|
1896
2161
|
modelValues: unknown[];
|
1897
|
-
}>;
|
1898
|
-
},
|
2162
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2163
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1899
2164
|
actionList_prop: {
|
1900
2165
|
type: import("vue").PropType<import("../../../..").IClassifyListType>;
|
1901
2166
|
default: () => {};
|
@@ -1920,18 +2185,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1920
2185
|
type: BooleanConstructor;
|
1921
2186
|
default: boolean;
|
1922
2187
|
};
|
1923
|
-
}>> & {
|
2188
|
+
}>> & Readonly<{
|
1924
2189
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1925
2190
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1926
|
-
}
|
2191
|
+
}>, {
|
1927
2192
|
searchFieldList: unknown[];
|
1928
2193
|
tableId: string;
|
1929
2194
|
conditionList: unknown[];
|
1930
2195
|
actionList_prop: import("../../../..").IClassifyListType;
|
1931
2196
|
showItemName: boolean;
|
1932
2197
|
hideAddBtn: boolean;
|
1933
|
-
}>;
|
1934
|
-
},
|
2198
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2199
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1935
2200
|
visible: {
|
1936
2201
|
type: BooleanConstructor;
|
1937
2202
|
default: boolean;
|
@@ -1948,12 +2213,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1948
2213
|
type: ArrayConstructor;
|
1949
2214
|
default: () => never[];
|
1950
2215
|
};
|
1951
|
-
}>> & {
|
2216
|
+
}>> & Readonly<{
|
1952
2217
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1953
|
-
}
|
2218
|
+
}>, {
|
1954
2219
|
visible: boolean;
|
1955
|
-
modalTitle: string;
|
1956
2220
|
searchFieldList: unknown[];
|
1957
2221
|
conditionList: unknown[];
|
1958
|
-
|
2222
|
+
modalTitle: string;
|
2223
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1959
2224
|
export default _default;
|