cnhis-design-vue 3.3.3-release.9 → 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/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +9 -8
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +52 -57
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +4 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +1 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +4 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +33 -34
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +5 -4
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +4 -5
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/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.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +3 -4
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +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 +40 -11
- 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 +113 -113
- 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 -27
- 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 +9 -8
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +21 -22
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -4
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -5
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +114 -122
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +29 -29
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -6
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/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 +219 -154
- package/es/components/field-set/src/FieldColor.vue2.js +10 -9
- package/es/components/field-set/src/FieldFilter.vue.d.ts +80 -51
- package/es/components/field-set/src/FieldFilter.vue2.js +12 -11
- package/es/components/field-set/src/FieldSet.vue.d.ts +81 -64
- 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 +34 -33
- 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 +41 -41
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +4 -5
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/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/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/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 +277 -70
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +53 -33
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +121 -65
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +163 -108
- 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 +399 -170
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +300 -273
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +110 -64
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +71 -77
- 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 +33 -18
- 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 +83 -36
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -36
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +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 +2 -2
- 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/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 +3 -1
- package/es/components/iho-chat/src/utils/index.js +14 -1
- 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 +32 -29
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +5 -5
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +7 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/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 +29 -18
- 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/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/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/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.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +5 -5
@@ -1,7 +1,7 @@
|
|
1
1
|
import { PropType } from 'vue';
|
2
2
|
import { IClassifyListType, ITreeDataType, IConditionMapType, IClassifyItemType } from '../../../components/table-filter/src/types';
|
3
3
|
import { AnyObject } from '../../../shared/types';
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
5
5
|
tableId: {
|
6
6
|
type: StringConstructor;
|
7
7
|
default: string;
|
@@ -57,12 +57,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
57
57
|
type: StringConstructor;
|
58
58
|
default: string;
|
59
59
|
};
|
60
|
-
}
|
60
|
+
}>, {
|
61
61
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
62
62
|
transformClassifyChild: (conObjList: any, searchFieldList: any[]) => any;
|
63
63
|
attrs: any;
|
64
|
-
$message: import("naive-ui").MessageApi;
|
65
|
-
props:
|
64
|
+
$message: import("naive-ui/es/message").MessageApi;
|
65
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
66
66
|
tableId: {
|
67
67
|
type: StringConstructor;
|
68
68
|
default: string;
|
@@ -118,15 +118,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
118
118
|
type: StringConstructor;
|
119
119
|
default: string;
|
120
120
|
};
|
121
|
-
}>> & {
|
121
|
+
}>> & Readonly<{
|
122
122
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
123
123
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
124
124
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
125
|
-
}
|
125
|
+
}> & {}>;
|
126
126
|
emit: (event: "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", ...args: any[]) => void;
|
127
|
-
selectType: any
|
128
|
-
classificationWidth: import("vue").Ref<number>;
|
129
|
-
selectShow: import("vue").Ref<boolean>;
|
127
|
+
selectType: import("vue").Ref<any, any>;
|
128
|
+
classificationWidth: import("vue").Ref<number, number>;
|
129
|
+
selectShow: import("vue").Ref<boolean, boolean>;
|
130
130
|
treeData: import("vue").Ref<{
|
131
131
|
[x: string]: any;
|
132
132
|
name: string;
|
@@ -154,6 +154,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
154
154
|
digital?: number | undefined;
|
155
155
|
open?: boolean | undefined;
|
156
156
|
selected?: boolean | undefined;
|
157
|
+
}[], ITreeDataType[] | {
|
158
|
+
[x: string]: any;
|
159
|
+
name: string;
|
160
|
+
sid: string;
|
161
|
+
children: {
|
162
|
+
[x: string]: any;
|
163
|
+
displayCategory: string;
|
164
|
+
isDefault: boolean;
|
165
|
+
isEdit: boolean;
|
166
|
+
isShow: boolean;
|
167
|
+
name: string;
|
168
|
+
sid: string;
|
169
|
+
isPublic?: string | undefined;
|
170
|
+
classifyId?: string | undefined;
|
171
|
+
conObj?: any;
|
172
|
+
digital?: number | undefined;
|
173
|
+
checked?: boolean | undefined;
|
174
|
+
id?: string | undefined;
|
175
|
+
isCommon?: boolean | undefined;
|
176
|
+
selected?: boolean | undefined;
|
177
|
+
sqlExpression?: string | undefined;
|
178
|
+
createdByName?: string | undefined;
|
179
|
+
from?: string | undefined;
|
180
|
+
}[];
|
181
|
+
digital?: number | undefined;
|
182
|
+
open?: boolean | undefined;
|
183
|
+
selected?: boolean | undefined;
|
157
184
|
}[]>;
|
158
185
|
conditionLists: import("vue").Ref<{
|
159
186
|
[x: string]: any;
|
@@ -174,6 +201,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
174
201
|
sqlExpression?: string | undefined;
|
175
202
|
createdByName?: string | undefined;
|
176
203
|
from?: string | undefined;
|
204
|
+
}[], IClassifyListType[] | {
|
205
|
+
[x: string]: any;
|
206
|
+
displayCategory: string;
|
207
|
+
isDefault: boolean;
|
208
|
+
isEdit: boolean;
|
209
|
+
isShow: boolean;
|
210
|
+
name: string;
|
211
|
+
sid: string;
|
212
|
+
isPublic?: string | undefined;
|
213
|
+
classifyId?: string | undefined;
|
214
|
+
conObj?: any;
|
215
|
+
digital?: number | undefined;
|
216
|
+
checked?: boolean | undefined;
|
217
|
+
id?: string | undefined;
|
218
|
+
isCommon?: boolean | undefined;
|
219
|
+
selected?: boolean | undefined;
|
220
|
+
sqlExpression?: string | undefined;
|
221
|
+
createdByName?: string | undefined;
|
222
|
+
from?: string | undefined;
|
177
223
|
}[]>;
|
178
224
|
originConditionList: import("vue").Ref<{
|
179
225
|
[x: string]: any;
|
@@ -194,13 +240,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
194
240
|
sqlExpression?: string | undefined;
|
195
241
|
createdByName?: string | undefined;
|
196
242
|
from?: string | undefined;
|
243
|
+
}[], IClassifyListType[] | {
|
244
|
+
[x: string]: any;
|
245
|
+
displayCategory: string;
|
246
|
+
isDefault: boolean;
|
247
|
+
isEdit: boolean;
|
248
|
+
isShow: boolean;
|
249
|
+
name: string;
|
250
|
+
sid: string;
|
251
|
+
isPublic?: string | undefined;
|
252
|
+
classifyId?: string | undefined;
|
253
|
+
conObj?: any;
|
254
|
+
digital?: number | undefined;
|
255
|
+
checked?: boolean | undefined;
|
256
|
+
id?: string | undefined;
|
257
|
+
isCommon?: boolean | undefined;
|
258
|
+
selected?: boolean | undefined;
|
259
|
+
sqlExpression?: string | undefined;
|
260
|
+
createdByName?: string | undefined;
|
261
|
+
from?: string | undefined;
|
197
262
|
}[]>;
|
198
|
-
classificationIndex: import("vue").Ref<number>;
|
199
|
-
allObj: any
|
200
|
-
displayCategoryLists: import("vue").Ref<string[]>;
|
201
|
-
settingId: import("vue").Ref<string>;
|
202
|
-
classifyModal: import("vue").Ref<boolean>;
|
203
|
-
showTitleName: import("vue").Ref<string>;
|
263
|
+
classificationIndex: import("vue").Ref<number, number>;
|
264
|
+
allObj: import("vue").Ref<any, any>;
|
265
|
+
displayCategoryLists: import("vue").Ref<string[], string[]>;
|
266
|
+
settingId: import("vue").Ref<string, string>;
|
267
|
+
classifyModal: import("vue").Ref<boolean, boolean>;
|
268
|
+
showTitleName: import("vue").Ref<string, string>;
|
204
269
|
dynamicStyle: import("vue").ComputedRef<{
|
205
270
|
marginRight: string;
|
206
271
|
display?: undefined;
|
@@ -222,7 +287,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
222
287
|
handleSettingShow: () => void;
|
223
288
|
setClassifyModal: (val: boolean) => void;
|
224
289
|
toggleSelect: (flag?: boolean) => void;
|
225
|
-
initTableCondiTionList: () => import("naive-ui").MessageReactive | undefined;
|
290
|
+
initTableCondiTionList: () => import("naive-ui/es/message").MessageReactive | undefined;
|
226
291
|
setOpenStatus: (value: boolean) => void;
|
227
292
|
tableCondiTionPromise: () => Promise<void>;
|
228
293
|
changeWidth: ({ distance }: any) => void;
|
@@ -235,16 +300,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
235
300
|
fmtChildName: (name: string, isPublic?: string) => string;
|
236
301
|
mergeDigitalMapToTreeData: (list: any[], digitalObj: AnyObject) => void;
|
237
302
|
handlePathClick: (e: Event) => void;
|
238
|
-
NIcon: any;
|
239
|
-
NTooltip: any;
|
240
|
-
SettingsOutline: 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<{}>>, {}>;
|
241
|
-
Repeat: 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<{}>>, {}>;
|
242
|
-
Checkmark: 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<{}>>, {}>;
|
243
|
-
ChevronUp: 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<{}>>, {}>;
|
244
|
-
ChevronDown: 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<{}>>, {}>;
|
245
|
-
ChevronForward: 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<{}>>, {}>;
|
246
|
-
Close: 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<{}>>, {}>;
|
247
|
-
SetClassification: import("vue").DefineComponent<{
|
303
|
+
readonly NIcon: any;
|
304
|
+
readonly NTooltip: any;
|
305
|
+
readonly SettingsOutline: 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>;
|
306
|
+
readonly Repeat: 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>;
|
307
|
+
readonly Checkmark: 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>;
|
308
|
+
readonly ChevronUp: 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>;
|
309
|
+
readonly ChevronDown: 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>;
|
310
|
+
readonly ChevronForward: 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>;
|
311
|
+
readonly Close: 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>;
|
312
|
+
SetClassification: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
248
313
|
searchFieldList: {
|
249
314
|
type: ArrayConstructor;
|
250
315
|
default: () => never[];
|
@@ -258,8 +323,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
258
323
|
type: BooleanConstructor;
|
259
324
|
default: boolean;
|
260
325
|
};
|
261
|
-
}
|
262
|
-
props:
|
326
|
+
}>, {
|
327
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
263
328
|
searchFieldList: {
|
264
329
|
type: ArrayConstructor;
|
265
330
|
default: () => never[];
|
@@ -273,20 +338,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
273
338
|
type: BooleanConstructor;
|
274
339
|
default: boolean;
|
275
340
|
};
|
276
|
-
}>> & {
|
341
|
+
}>> & Readonly<{
|
277
342
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
278
343
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
279
344
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
280
|
-
}
|
345
|
+
}> & {}>;
|
281
346
|
emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
|
282
|
-
$message: import("naive-ui").MessageApi;
|
347
|
+
$message: import("naive-ui/es/message").MessageApi;
|
283
348
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
284
|
-
conditionList: import("vue").Ref<unknown[]>;
|
285
|
-
addVisible: import("vue").Ref<boolean>;
|
286
|
-
actionList_prop: import("vue").Ref<{}>;
|
287
|
-
newSearchFieldList: any
|
288
|
-
saveLoading: import("vue").Ref<boolean>;
|
289
|
-
searchFilter: any
|
349
|
+
conditionList: import("vue").Ref<unknown[], unknown[]>;
|
350
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
351
|
+
actionList_prop: import("vue").Ref<{}, {}>;
|
352
|
+
newSearchFieldList: import("vue").Ref<any, any>;
|
353
|
+
saveLoading: import("vue").Ref<boolean, boolean>;
|
354
|
+
searchFilter: import("vue").Ref<any, any>;
|
290
355
|
filterApiConfig: AnyObject;
|
291
356
|
attrs: {
|
292
357
|
[x: string]: unknown;
|
@@ -302,8 +367,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
302
367
|
setOneVisible: (flag: boolean) => void;
|
303
368
|
resetPopconfirm: () => Promise<void>;
|
304
369
|
oneVisible: import("vue").ComputedRef<boolean>;
|
305
|
-
NButton: any;
|
306
|
-
TableModal: import("vue").DefineComponent<{
|
370
|
+
readonly NButton: any;
|
371
|
+
TableModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
307
372
|
visibleIn: {
|
308
373
|
type: BooleanConstructor;
|
309
374
|
};
|
@@ -340,8 +405,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
340
405
|
type: FunctionConstructor;
|
341
406
|
default: () => HTMLElement;
|
342
407
|
};
|
343
|
-
}
|
344
|
-
props:
|
408
|
+
}>, {
|
409
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
345
410
|
visibleIn: {
|
346
411
|
type: BooleanConstructor;
|
347
412
|
};
|
@@ -378,18 +443,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
378
443
|
type: FunctionConstructor;
|
379
444
|
default: () => HTMLElement;
|
380
445
|
};
|
381
|
-
}>> & {
|
446
|
+
}>> & Readonly<{
|
382
447
|
onClose?: ((...args: any[]) => any) | undefined;
|
383
448
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
384
449
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
385
450
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
386
|
-
}
|
451
|
+
}> & {}>;
|
387
452
|
emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
|
388
453
|
homeList: any;
|
389
|
-
visible: import("vue").Ref<boolean>;
|
390
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
391
|
-
modalWidth: import("vue").Ref<string>;
|
392
|
-
modalHeight: import("vue").Ref<string>;
|
454
|
+
visible: import("vue").Ref<boolean, boolean>;
|
455
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
456
|
+
modalWidth: import("vue").Ref<string, string>;
|
457
|
+
modalHeight: import("vue").Ref<string, string>;
|
393
458
|
isShowResetButton: boolean;
|
394
459
|
handleOk: () => void;
|
395
460
|
close: () => void;
|
@@ -405,17 +470,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
405
470
|
changeModalWindow: () => void;
|
406
471
|
popconfirm: (e: any) => void;
|
407
472
|
handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
|
408
|
-
NModal: any;
|
409
|
-
NCard: any;
|
410
|
-
NIcon: any;
|
411
|
-
NButton: any;
|
412
|
-
NTooltip: any;
|
413
|
-
NSwitch: any;
|
414
|
-
NPopconfirm: any;
|
415
|
-
DocumentOutline: 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<{}>>, {}>;
|
416
|
-
Brush: 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<{}>>, {}>;
|
417
|
-
ReorderTwo: 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<{}>>, {}>;
|
418
|
-
Draggable: import("vue").DefineComponent<{
|
473
|
+
readonly NModal: any;
|
474
|
+
readonly NCard: any;
|
475
|
+
readonly NIcon: any;
|
476
|
+
readonly NButton: any;
|
477
|
+
readonly NTooltip: any;
|
478
|
+
readonly NSwitch: any;
|
479
|
+
readonly NPopconfirm: any;
|
480
|
+
readonly DocumentOutline: 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>;
|
481
|
+
readonly Brush: 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>;
|
482
|
+
readonly ReorderTwo: 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>;
|
483
|
+
readonly Draggable: import("vue").DefineComponent<{
|
419
484
|
list: {
|
420
485
|
type: ArrayConstructor;
|
421
486
|
required: boolean;
|
@@ -487,8 +552,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
487
552
|
list: unknown[];
|
488
553
|
modelValue: unknown[];
|
489
554
|
componentData: Record<string, any>;
|
490
|
-
}>;
|
491
|
-
},
|
555
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
556
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
492
557
|
visibleIn: {
|
493
558
|
type: BooleanConstructor;
|
494
559
|
};
|
@@ -525,19 +590,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
525
590
|
type: FunctionConstructor;
|
526
591
|
default: () => HTMLElement;
|
527
592
|
};
|
528
|
-
}>> & {
|
593
|
+
}>> & Readonly<{
|
529
594
|
onClose?: ((...args: any[]) => any) | undefined;
|
530
595
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
531
596
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
532
597
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
533
|
-
}
|
534
|
-
type: string;
|
598
|
+
}>, {
|
535
599
|
loading: boolean;
|
536
|
-
|
600
|
+
type: string;
|
537
601
|
visibleIn: boolean;
|
602
|
+
dataSource: unknown[];
|
538
603
|
getContainer: Function;
|
539
|
-
}>;
|
540
|
-
SearchFilter: import("vue").DefineComponent<{
|
604
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
605
|
+
SearchFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
541
606
|
visible: {
|
542
607
|
type: BooleanConstructor;
|
543
608
|
default: boolean;
|
@@ -554,8 +619,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
554
619
|
type: ArrayConstructor;
|
555
620
|
default: () => never[];
|
556
621
|
};
|
557
|
-
}
|
558
|
-
props:
|
622
|
+
}>, {
|
623
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
559
624
|
visible: {
|
560
625
|
type: BooleanConstructor;
|
561
626
|
default: boolean;
|
@@ -572,18 +637,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
572
637
|
type: ArrayConstructor;
|
573
638
|
default: () => never[];
|
574
639
|
};
|
575
|
-
}>> & {
|
640
|
+
}>> & Readonly<{
|
576
641
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
577
|
-
}
|
642
|
+
}> & {}>;
|
578
643
|
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
579
|
-
addVisible: import("vue").Ref<boolean>;
|
580
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
581
|
-
modalWidth: import("vue").Ref<string>;
|
644
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
645
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
646
|
+
modalWidth: import("vue").Ref<string, string>;
|
582
647
|
bodyStyle: import("vue").Ref<{
|
583
648
|
maxHeight: string;
|
584
649
|
height: string;
|
650
|
+
}, {
|
651
|
+
maxHeight: string;
|
652
|
+
height: string;
|
653
|
+
} | {
|
654
|
+
maxHeight: string;
|
655
|
+
height: string;
|
585
656
|
}>;
|
586
|
-
conditionApiRef: any
|
657
|
+
conditionApiRef: import("vue").Ref<any, any>;
|
587
658
|
filterTimer: any;
|
588
659
|
classifyfilterType: String;
|
589
660
|
init: () => void;
|
@@ -594,10 +665,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
594
665
|
clearConditions: () => void;
|
595
666
|
resetChangeWindow: () => void;
|
596
667
|
changeModalWindow: () => void;
|
597
|
-
NModal: any;
|
598
|
-
NCard: any;
|
599
|
-
NButton: any;
|
600
|
-
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
668
|
+
readonly NModal: any;
|
669
|
+
readonly NCard: any;
|
670
|
+
readonly NButton: any;
|
671
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
601
672
|
actionList_prop: {
|
602
673
|
type: PropType<IClassifyListType>;
|
603
674
|
default: () => {};
|
@@ -622,12 +693,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
622
693
|
type: BooleanConstructor;
|
623
694
|
default: boolean;
|
624
695
|
};
|
625
|
-
}
|
626
|
-
$message: import("naive-ui").MessageApi;
|
696
|
+
}>, {
|
697
|
+
$message: import("naive-ui/es/message").MessageApi;
|
627
698
|
menuProps: {
|
628
699
|
class: string;
|
629
700
|
};
|
630
|
-
|
701
|
+
specialDateRange: string[];
|
702
|
+
specialCustomDateRange: string[];
|
703
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
631
704
|
actionList_prop: {
|
632
705
|
type: PropType<IClassifyListType>;
|
633
706
|
default: () => {};
|
@@ -652,10 +725,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
652
725
|
type: BooleanConstructor;
|
653
726
|
default: boolean;
|
654
727
|
};
|
655
|
-
}>> & {
|
728
|
+
}>> & Readonly<{
|
656
729
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
657
730
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
658
|
-
}
|
731
|
+
}> & {}>;
|
659
732
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
660
733
|
$attrs: {
|
661
734
|
[x: string]: unknown;
|
@@ -673,9 +746,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
673
746
|
customDate?: string | undefined;
|
674
747
|
}[];
|
675
748
|
};
|
676
|
-
loading: import("vue").Ref<boolean>;
|
677
|
-
parentInputRef: import("vue").Ref<any>;
|
678
|
-
parentInputAddRef: import("vue").Ref<any>;
|
749
|
+
loading: import("vue").Ref<boolean, boolean>;
|
750
|
+
parentInputRef: import("vue").Ref<any, any>;
|
751
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
679
752
|
DisplayCategoryState: {
|
680
753
|
addDisplayCategory: string;
|
681
754
|
displayCategories: {
|
@@ -701,6 +774,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
701
774
|
getParamCfg: (key: string) => any;
|
702
775
|
initFilterConditions: (tableId: string, rawConditions: import("../../../components/table-filter/src/types").ISearchConfigType) => Promise<void>;
|
703
776
|
getRawFilterConditions: () => any[];
|
777
|
+
dateTypeList: string[];
|
778
|
+
getOptions: (key: string) => {
|
779
|
+
label: string;
|
780
|
+
value: string;
|
781
|
+
}[];
|
704
782
|
handleEditDisplayCategory: (item: import("../../../components/table-filter/src/types").ICategoryItemType) => void;
|
705
783
|
handleDisplayCategoryAddState: () => void;
|
706
784
|
findConditionByDisplayCategory: (sid: string) => unknown;
|
@@ -711,16 +789,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
711
789
|
saveAdd: () => void;
|
712
790
|
cancelSaveAdd: () => void;
|
713
791
|
checkActionList: () => boolean;
|
714
|
-
NSpin: any;
|
715
|
-
NIcon: any;
|
716
|
-
NInput: any;
|
717
|
-
NButton: any;
|
718
|
-
NTooltip: any;
|
719
|
-
NSelect: any;
|
720
|
-
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<{}>>, {}>;
|
721
|
-
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<{}>>, {}>;
|
722
|
-
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<{}>>, {}>;
|
723
|
-
ValueCfg: import("vue").DefineComponent<{
|
792
|
+
readonly NSpin: any;
|
793
|
+
readonly NIcon: any;
|
794
|
+
readonly NInput: any;
|
795
|
+
readonly NButton: any;
|
796
|
+
readonly NTooltip: any;
|
797
|
+
readonly NSelect: any;
|
798
|
+
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>;
|
799
|
+
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>;
|
800
|
+
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>;
|
801
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
802
|
+
item: {
|
803
|
+
type: ObjectConstructor;
|
804
|
+
default: null;
|
805
|
+
};
|
724
806
|
paramCfg: {
|
725
807
|
type: ObjectConstructor;
|
726
808
|
default: null;
|
@@ -740,8 +822,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
740
822
|
type: StringConstructor;
|
741
823
|
default: null;
|
742
824
|
};
|
743
|
-
}
|
744
|
-
props:
|
825
|
+
}>, {
|
826
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
827
|
+
item: {
|
828
|
+
type: ObjectConstructor;
|
829
|
+
default: null;
|
830
|
+
};
|
745
831
|
paramCfg: {
|
746
832
|
type: ObjectConstructor;
|
747
833
|
default: null;
|
@@ -761,22 +847,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
761
847
|
type: StringConstructor;
|
762
848
|
default: null;
|
763
849
|
};
|
764
|
-
}>> & {
|
850
|
+
}>> & Readonly<{
|
765
851
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
766
852
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
767
853
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
768
854
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
769
|
-
}
|
855
|
+
}> & {}>;
|
770
856
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
771
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
772
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
773
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
774
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
857
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
858
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
859
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
860
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
775
861
|
widgetType: import("vue").ComputedRef<any>;
|
776
|
-
Date: import("vue").DefineComponent<{
|
862
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
777
863
|
componentCfg: {
|
778
864
|
type: ObjectConstructor;
|
779
865
|
};
|
866
|
+
item: {
|
867
|
+
type: ObjectConstructor;
|
868
|
+
required: true;
|
869
|
+
};
|
780
870
|
paramCfg: {
|
781
871
|
type: ObjectConstructor;
|
782
872
|
default: null;
|
@@ -793,11 +883,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
793
883
|
type: StringConstructor;
|
794
884
|
default: null;
|
795
885
|
};
|
796
|
-
}
|
797
|
-
props:
|
886
|
+
}>, {
|
887
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
798
888
|
componentCfg: {
|
799
889
|
type: ObjectConstructor;
|
800
890
|
};
|
891
|
+
item: {
|
892
|
+
type: ObjectConstructor;
|
893
|
+
required: true;
|
894
|
+
};
|
801
895
|
paramCfg: {
|
802
896
|
type: ObjectConstructor;
|
803
897
|
default: null;
|
@@ -814,14 +908,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
814
908
|
type: StringConstructor;
|
815
909
|
default: null;
|
816
910
|
};
|
817
|
-
}>> & {
|
911
|
+
}>> & Readonly<{
|
818
912
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
819
913
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
820
914
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
821
|
-
}
|
915
|
+
}> & {}>;
|
822
916
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
823
|
-
|
824
|
-
|
917
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
918
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
919
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
825
920
|
dateType: any;
|
826
921
|
valueFormat: import("vue").ComputedRef<string>;
|
827
922
|
compType: import("vue").ComputedRef<any>;
|
@@ -836,7 +931,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
836
931
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
837
932
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
838
933
|
};
|
839
|
-
CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
934
|
+
readonly CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
840
935
|
updateUnchangedValue: {
|
841
936
|
type: BooleanConstructor;
|
842
937
|
};
|
@@ -867,11 +962,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
867
962
|
isDateDisabled: {
|
868
963
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
869
964
|
};
|
870
|
-
}
|
965
|
+
}>, {
|
871
966
|
attrs: {
|
872
967
|
[x: string]: unknown;
|
873
968
|
};
|
874
|
-
props:
|
969
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
875
970
|
updateUnchangedValue: {
|
876
971
|
type: BooleanConstructor;
|
877
972
|
};
|
@@ -902,15 +997,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
902
997
|
isDateDisabled: {
|
903
998
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
904
999
|
};
|
905
|
-
}>> & {
|
1000
|
+
}>> & Readonly<{
|
906
1001
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
907
|
-
}
|
1002
|
+
}> & {}>;
|
908
1003
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
909
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
910
|
-
panelInstRef: import("vue").Ref<null>;
|
911
|
-
placeholderRef: import("vue").Ref<any>;
|
912
|
-
oldValue: string;
|
913
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1004
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
1005
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1006
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1007
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1008
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
914
1009
|
isDateTime: import("vue").ComputedRef<boolean>;
|
915
1010
|
formatRef: import("vue").ComputedRef<string>;
|
916
1011
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -925,8 +1020,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
925
1020
|
onConfirm: (...args: any[]) => Promise<void>;
|
926
1021
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
927
1022
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
928
|
-
NDatePicker: any;
|
929
|
-
},
|
1023
|
+
readonly NDatePicker: any;
|
1024
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
930
1025
|
updateUnchangedValue: {
|
931
1026
|
type: BooleanConstructor;
|
932
1027
|
};
|
@@ -957,16 +1052,119 @@ declare const _default: import("vue").DefineComponent<{
|
|
957
1052
|
isDateDisabled: {
|
958
1053
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
959
1054
|
};
|
960
|
-
}>> & {
|
1055
|
+
}>> & Readonly<{
|
961
1056
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
962
|
-
}
|
1057
|
+
}>, {
|
963
1058
|
type: string;
|
964
1059
|
updateUnchangedValue: boolean;
|
965
1060
|
to: string | false | HTMLElement;
|
966
1061
|
holidays: Date[];
|
967
|
-
}>>;
|
968
|
-
NSelect: any;
|
969
|
-
|
1062
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1063
|
+
readonly NSelect: any;
|
1064
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1065
|
+
filterType: {
|
1066
|
+
type: StringConstructor;
|
1067
|
+
required: true;
|
1068
|
+
};
|
1069
|
+
modelValue: {
|
1070
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1071
|
+
default: null;
|
1072
|
+
};
|
1073
|
+
presetVal: {
|
1074
|
+
type: StringConstructor;
|
1075
|
+
default: null;
|
1076
|
+
};
|
1077
|
+
dateType: {
|
1078
|
+
type: StringConstructor;
|
1079
|
+
};
|
1080
|
+
isDateDisabled: {
|
1081
|
+
type: FunctionConstructor;
|
1082
|
+
};
|
1083
|
+
timeDisabled: {
|
1084
|
+
type: FunctionConstructor;
|
1085
|
+
};
|
1086
|
+
valueFormat: {
|
1087
|
+
type: StringConstructor;
|
1088
|
+
};
|
1089
|
+
}>, {
|
1090
|
+
widgetOptions: {
|
1091
|
+
label: string;
|
1092
|
+
value: string;
|
1093
|
+
}[];
|
1094
|
+
widgetRangeOptions: {
|
1095
|
+
label: string;
|
1096
|
+
value: string;
|
1097
|
+
}[];
|
1098
|
+
startDateNum: import("vue").Ref<any, any>;
|
1099
|
+
endDateNum: import("vue").Ref<any, any>;
|
1100
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1101
|
+
filterType: {
|
1102
|
+
type: StringConstructor;
|
1103
|
+
required: true;
|
1104
|
+
};
|
1105
|
+
modelValue: {
|
1106
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1107
|
+
default: null;
|
1108
|
+
};
|
1109
|
+
presetVal: {
|
1110
|
+
type: StringConstructor;
|
1111
|
+
default: null;
|
1112
|
+
};
|
1113
|
+
dateType: {
|
1114
|
+
type: StringConstructor;
|
1115
|
+
};
|
1116
|
+
isDateDisabled: {
|
1117
|
+
type: FunctionConstructor;
|
1118
|
+
};
|
1119
|
+
timeDisabled: {
|
1120
|
+
type: FunctionConstructor;
|
1121
|
+
};
|
1122
|
+
valueFormat: {
|
1123
|
+
type: StringConstructor;
|
1124
|
+
};
|
1125
|
+
}>> & Readonly<{
|
1126
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1127
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1128
|
+
}> & {}>;
|
1129
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1130
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1131
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1132
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
1133
|
+
readonly NSelect: any;
|
1134
|
+
readonly NInputNumber: any;
|
1135
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1136
|
+
filterType: {
|
1137
|
+
type: StringConstructor;
|
1138
|
+
required: true;
|
1139
|
+
};
|
1140
|
+
modelValue: {
|
1141
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1142
|
+
default: null;
|
1143
|
+
};
|
1144
|
+
presetVal: {
|
1145
|
+
type: StringConstructor;
|
1146
|
+
default: null;
|
1147
|
+
};
|
1148
|
+
dateType: {
|
1149
|
+
type: StringConstructor;
|
1150
|
+
};
|
1151
|
+
isDateDisabled: {
|
1152
|
+
type: FunctionConstructor;
|
1153
|
+
};
|
1154
|
+
timeDisabled: {
|
1155
|
+
type: FunctionConstructor;
|
1156
|
+
};
|
1157
|
+
valueFormat: {
|
1158
|
+
type: StringConstructor;
|
1159
|
+
};
|
1160
|
+
}>> & Readonly<{
|
1161
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1162
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1163
|
+
}>, {
|
1164
|
+
modelValue: string | number | unknown[];
|
1165
|
+
presetVal: string;
|
1166
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1167
|
+
readonly WidgetValEnums: {
|
970
1168
|
CUSTOM: string;
|
971
1169
|
FIRST_VAL: string;
|
972
1170
|
WHOLE: string;
|
@@ -997,10 +1195,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
997
1195
|
NEXT_YEAR: string;
|
998
1196
|
LAST_YEAR: string;
|
999
1197
|
};
|
1000
|
-
},
|
1198
|
+
}, {}, {}, {}, 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<{
|
1001
1199
|
componentCfg: {
|
1002
1200
|
type: ObjectConstructor;
|
1003
1201
|
};
|
1202
|
+
item: {
|
1203
|
+
type: ObjectConstructor;
|
1204
|
+
required: true;
|
1205
|
+
};
|
1004
1206
|
paramCfg: {
|
1005
1207
|
type: ObjectConstructor;
|
1006
1208
|
default: null;
|
@@ -1017,17 +1219,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1017
1219
|
type: StringConstructor;
|
1018
1220
|
default: null;
|
1019
1221
|
};
|
1020
|
-
}>> & {
|
1222
|
+
}>> & Readonly<{
|
1021
1223
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1022
1224
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1023
1225
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1024
|
-
}
|
1226
|
+
}>, {
|
1025
1227
|
modelValue: string | number | unknown[];
|
1026
1228
|
paramCfg: Record<string, any>;
|
1027
1229
|
presetVal: string;
|
1028
1230
|
customDate: string;
|
1029
|
-
}>;
|
1030
|
-
InputFilter: import("vue").DefineComponent<{
|
1231
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1232
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1031
1233
|
paramCfg: {
|
1032
1234
|
type: ObjectConstructor;
|
1033
1235
|
default: null;
|
@@ -1039,8 +1241,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1039
1241
|
isAccurateFilter: {
|
1040
1242
|
type: BooleanConstructor;
|
1041
1243
|
};
|
1042
|
-
}
|
1043
|
-
props:
|
1244
|
+
}>, {
|
1245
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1044
1246
|
paramCfg: {
|
1045
1247
|
type: ObjectConstructor;
|
1046
1248
|
default: null;
|
@@ -1052,21 +1254,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
1052
1254
|
isAccurateFilter: {
|
1053
1255
|
type: BooleanConstructor;
|
1054
1256
|
};
|
1055
|
-
}>> & {
|
1257
|
+
}>> & Readonly<{
|
1056
1258
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1057
1259
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
1058
|
-
}
|
1260
|
+
}> & {}>;
|
1059
1261
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
1060
1262
|
optionList: import("vue").Ref<{
|
1061
1263
|
label: string;
|
1062
1264
|
value: number;
|
1265
|
+
}[], {
|
1266
|
+
label: string;
|
1267
|
+
value: number;
|
1268
|
+
}[] | {
|
1269
|
+
label: string;
|
1270
|
+
value: number;
|
1063
1271
|
}[]>;
|
1064
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1065
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
1272
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1273
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
1066
1274
|
isShowSearch: import("vue").ComputedRef<any>;
|
1067
|
-
NInput: any;
|
1068
|
-
NSelect: any;
|
1069
|
-
},
|
1275
|
+
readonly NInput: any;
|
1276
|
+
readonly NSelect: any;
|
1277
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1070
1278
|
paramCfg: {
|
1071
1279
|
type: ObjectConstructor;
|
1072
1280
|
default: null;
|
@@ -1078,42 +1286,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
1078
1286
|
isAccurateFilter: {
|
1079
1287
|
type: BooleanConstructor;
|
1080
1288
|
};
|
1081
|
-
}>> & {
|
1289
|
+
}>> & Readonly<{
|
1082
1290
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1083
1291
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
1084
|
-
}
|
1292
|
+
}>, {
|
1085
1293
|
modelValue: string | number | unknown[];
|
1086
1294
|
paramCfg: Record<string, any>;
|
1087
1295
|
isAccurateFilter: boolean;
|
1088
|
-
}>;
|
1089
|
-
InputNumber: import("vue").DefineComponent<{
|
1296
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1297
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1090
1298
|
modelValue: {
|
1091
1299
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1092
1300
|
default: null;
|
1093
1301
|
};
|
1094
|
-
}
|
1095
|
-
props:
|
1302
|
+
}>, {
|
1303
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1096
1304
|
modelValue: {
|
1097
1305
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1098
1306
|
default: null;
|
1099
1307
|
};
|
1100
|
-
}>> & {
|
1308
|
+
}>> & Readonly<{
|
1101
1309
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1102
|
-
}
|
1310
|
+
}> & {}>;
|
1103
1311
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1104
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1105
|
-
NInputNumber: any;
|
1106
|
-
},
|
1312
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1313
|
+
readonly NInputNumber: any;
|
1314
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1107
1315
|
modelValue: {
|
1108
1316
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1109
1317
|
default: null;
|
1110
1318
|
};
|
1111
|
-
}>> & {
|
1319
|
+
}>> & Readonly<{
|
1112
1320
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1113
|
-
}
|
1321
|
+
}>, {
|
1114
1322
|
modelValue: string | number | unknown[];
|
1115
|
-
}>;
|
1116
|
-
SelectFilter: import("vue").DefineComponent<{
|
1323
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1324
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1117
1325
|
paramCfg: {
|
1118
1326
|
type: ObjectConstructor;
|
1119
1327
|
default: null;
|
@@ -1126,8 +1334,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1126
1334
|
type: StringConstructor;
|
1127
1335
|
default: string;
|
1128
1336
|
};
|
1129
|
-
}
|
1130
|
-
props:
|
1337
|
+
}>, {
|
1338
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1131
1339
|
paramCfg: {
|
1132
1340
|
type: ObjectConstructor;
|
1133
1341
|
default: null;
|
@@ -1140,15 +1348,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1140
1348
|
type: StringConstructor;
|
1141
1349
|
default: string;
|
1142
1350
|
};
|
1143
|
-
}>> & {
|
1351
|
+
}>> & Readonly<{
|
1144
1352
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1145
|
-
}
|
1353
|
+
}> & {}>;
|
1146
1354
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1147
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1355
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1148
1356
|
optionSetting: import("vue").ComputedRef<any>;
|
1149
1357
|
widgetOptions: import("vue").ComputedRef<any>;
|
1150
|
-
NSelect: any;
|
1151
|
-
WidgetOptionEnums: {
|
1358
|
+
readonly NSelect: any;
|
1359
|
+
readonly WidgetOptionEnums: {
|
1152
1360
|
RADIO: string;
|
1153
1361
|
MULTIPLE: string;
|
1154
1362
|
ALL: string;
|
@@ -1157,7 +1365,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1157
1365
|
FUTURE_TIME: string;
|
1158
1366
|
CUSTOM_TIME: string;
|
1159
1367
|
};
|
1160
|
-
},
|
1368
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1161
1369
|
paramCfg: {
|
1162
1370
|
type: ObjectConstructor;
|
1163
1371
|
default: null;
|
@@ -1170,14 +1378,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
1170
1378
|
type: StringConstructor;
|
1171
1379
|
default: string;
|
1172
1380
|
};
|
1173
|
-
}>> & {
|
1381
|
+
}>> & Readonly<{
|
1174
1382
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1175
|
-
}
|
1383
|
+
}>, {
|
1176
1384
|
modelValue: string | number | unknown[];
|
1177
1385
|
widgetType: string;
|
1178
1386
|
paramCfg: Record<string, any>;
|
1179
|
-
}>;
|
1180
|
-
SelectDynamic: import("vue").DefineComponent<{
|
1387
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1388
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1181
1389
|
paramCfg: {
|
1182
1390
|
type: ObjectConstructor;
|
1183
1391
|
default: null;
|
@@ -1186,9 +1394,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1186
1394
|
type: PropType<AnyObject[]>;
|
1187
1395
|
default: null;
|
1188
1396
|
};
|
1189
|
-
}
|
1190
|
-
message: import("naive-ui").MessageApi;
|
1191
|
-
props:
|
1397
|
+
}>, {
|
1398
|
+
message: import("naive-ui/es/message").MessageApi;
|
1399
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1192
1400
|
paramCfg: {
|
1193
1401
|
type: ObjectConstructor;
|
1194
1402
|
default: null;
|
@@ -1197,23 +1405,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
1197
1405
|
type: PropType<AnyObject[]>;
|
1198
1406
|
default: null;
|
1199
1407
|
};
|
1200
|
-
}>> & {
|
1408
|
+
}>> & Readonly<{
|
1201
1409
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1202
|
-
}
|
1410
|
+
}> & {}>;
|
1203
1411
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1204
1412
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1205
|
-
selectDynamicRef: any
|
1206
|
-
isLoading: import("vue").Ref<boolean>;
|
1413
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
1414
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
1207
1415
|
filterApiConfig: AnyObject;
|
1208
|
-
classifyFilterList: import("vue").Ref<AnyObject[]>;
|
1209
|
-
totalPage: import("vue").Ref<number>;
|
1416
|
+
classifyFilterList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
1417
|
+
totalPage: import("vue").Ref<number, number>;
|
1210
1418
|
menuProps: {
|
1211
1419
|
class: string;
|
1212
1420
|
};
|
1213
|
-
curPage: import("vue").Ref<number>;
|
1214
|
-
fieldTitleList: import("vue").Ref<any>;
|
1215
|
-
selectOptions: import("vue").Ref<any[]>;
|
1216
|
-
keywordVal: import("vue").Ref<any>;
|
1421
|
+
curPage: import("vue").Ref<number, number>;
|
1422
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
1423
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
1424
|
+
keywordVal: import("vue").Ref<any, any>;
|
1217
1425
|
optionSetting: import("vue").ComputedRef<any>;
|
1218
1426
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1219
1427
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
@@ -1236,8 +1444,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1236
1444
|
}>;
|
1237
1445
|
init: () => void;
|
1238
1446
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
1239
|
-
NSelect: any;
|
1240
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
1447
|
+
readonly NSelect: any;
|
1448
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1241
1449
|
oldValue: {
|
1242
1450
|
type: PropType<AnyObject[]>;
|
1243
1451
|
default: () => never[];
|
@@ -1274,9 +1482,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1274
1482
|
type: BooleanConstructor;
|
1275
1483
|
default: boolean;
|
1276
1484
|
};
|
1277
|
-
}
|
1485
|
+
}>, {
|
1278
1486
|
selectMinWidth: number;
|
1279
|
-
props:
|
1487
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1280
1488
|
oldValue: {
|
1281
1489
|
type: PropType<AnyObject[]>;
|
1282
1490
|
default: () => never[];
|
@@ -1313,12 +1521,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1313
1521
|
type: BooleanConstructor;
|
1314
1522
|
default: boolean;
|
1315
1523
|
};
|
1316
|
-
}>> & {
|
1317
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1524
|
+
}>> & Readonly<{
|
1318
1525
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1319
|
-
|
1526
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1527
|
+
}> & {}>;
|
1320
1528
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
1321
|
-
dragEndWidth: import("vue").Ref<number>;
|
1529
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
1322
1530
|
showKeys: import("vue").ComputedRef<any>;
|
1323
1531
|
titleList: import("vue").ComputedRef<string[]>;
|
1324
1532
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
@@ -1326,16 +1534,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1326
1534
|
searchByPage: (onePage: number) => void;
|
1327
1535
|
changeWidth: ({ distance }: any) => void;
|
1328
1536
|
saveWidth: () => void;
|
1329
|
-
NEmpty: any;
|
1330
|
-
NButtonGroup: any;
|
1331
|
-
NButton: any;
|
1332
|
-
NIcon: any;
|
1333
|
-
NPopover: any;
|
1334
|
-
vFlexibleResize: {
|
1537
|
+
readonly NEmpty: any;
|
1538
|
+
readonly NButtonGroup: any;
|
1539
|
+
readonly NButton: any;
|
1540
|
+
readonly NIcon: any;
|
1541
|
+
readonly NPopover: any;
|
1542
|
+
readonly vFlexibleResize: {
|
1335
1543
|
mounted(el: any, { value }: any): void;
|
1336
1544
|
beforeUnmount(el: any): void;
|
1337
1545
|
};
|
1338
|
-
WidgetValEnums: {
|
1546
|
+
readonly WidgetValEnums: {
|
1339
1547
|
CUSTOM: string;
|
1340
1548
|
FIRST_VAL: string;
|
1341
1549
|
WHOLE: string;
|
@@ -1366,9 +1574,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1366
1574
|
NEXT_YEAR: string;
|
1367
1575
|
LAST_YEAR: string;
|
1368
1576
|
};
|
1369
|
-
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<{}>>, {}>;
|
1370
|
-
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<{}>>, {}>;
|
1371
|
-
},
|
1577
|
+
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>;
|
1578
|
+
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>;
|
1579
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1372
1580
|
oldValue: {
|
1373
1581
|
type: PropType<AnyObject[]>;
|
1374
1582
|
default: () => never[];
|
@@ -1405,21 +1613,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1405
1613
|
type: BooleanConstructor;
|
1406
1614
|
default: boolean;
|
1407
1615
|
};
|
1408
|
-
}>> & {
|
1409
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1616
|
+
}>> & Readonly<{
|
1410
1617
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1411
|
-
|
1412
|
-
|
1618
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1619
|
+
}>, {
|
1413
1620
|
loading: boolean;
|
1621
|
+
isMultiple: boolean;
|
1414
1622
|
oldValue: AnyObject[];
|
1623
|
+
optionList: AnyObject[];
|
1624
|
+
isShowWhole: boolean;
|
1415
1625
|
dynamicOptionInfo: AnyObject;
|
1416
1626
|
fieldTitleList: AnyObject[];
|
1417
|
-
optionList: AnyObject[];
|
1418
1627
|
curPage: number;
|
1419
1628
|
isLastPage: boolean;
|
1420
|
-
|
1421
|
-
|
1422
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1629
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1630
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1423
1631
|
paramCfg: {
|
1424
1632
|
type: ObjectConstructor;
|
1425
1633
|
default: null;
|
@@ -1428,13 +1636,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1428
1636
|
type: PropType<AnyObject[]>;
|
1429
1637
|
default: null;
|
1430
1638
|
};
|
1431
|
-
}>> & {
|
1639
|
+
}>> & Readonly<{
|
1432
1640
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1433
|
-
}
|
1641
|
+
}>, {
|
1434
1642
|
modelValue: AnyObject[];
|
1435
1643
|
paramCfg: Record<string, any>;
|
1436
|
-
}>;
|
1437
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
1644
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1645
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1438
1646
|
paramCfg: {
|
1439
1647
|
type: ObjectConstructor;
|
1440
1648
|
default: null;
|
@@ -1443,8 +1651,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1443
1651
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1444
1652
|
default: null;
|
1445
1653
|
};
|
1446
|
-
}
|
1447
|
-
props:
|
1654
|
+
}>, {
|
1655
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1448
1656
|
paramCfg: {
|
1449
1657
|
type: ObjectConstructor;
|
1450
1658
|
default: null;
|
@@ -1453,16 +1661,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1453
1661
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1454
1662
|
default: null;
|
1455
1663
|
};
|
1456
|
-
}>> & {
|
1664
|
+
}>> & Readonly<{
|
1457
1665
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1458
|
-
}
|
1459
|
-
startNumber: import("vue").Ref<any>;
|
1460
|
-
endNumber: import("vue").Ref<any>;
|
1666
|
+
}> & {}>;
|
1667
|
+
startNumber: import("vue").Ref<any, any>;
|
1668
|
+
endNumber: import("vue").Ref<any, any>;
|
1461
1669
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1462
1670
|
handleChange: (val: number | null, key: string) => void;
|
1463
|
-
NInputGroup: any;
|
1464
|
-
NInputNumber: any;
|
1465
|
-
},
|
1671
|
+
readonly NInputGroup: any;
|
1672
|
+
readonly NInputNumber: any;
|
1673
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1466
1674
|
paramCfg: {
|
1467
1675
|
type: ObjectConstructor;
|
1468
1676
|
default: null;
|
@@ -1471,13 +1679,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1471
1679
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1472
1680
|
default: null;
|
1473
1681
|
};
|
1474
|
-
}>> & {
|
1682
|
+
}>> & Readonly<{
|
1475
1683
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1476
|
-
}
|
1684
|
+
}>, {
|
1477
1685
|
modelValue: string | number | unknown[];
|
1478
1686
|
paramCfg: Record<string, any>;
|
1479
|
-
}>;
|
1480
|
-
DateRange: import("vue").DefineComponent<{
|
1687
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1688
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1689
|
+
item: {
|
1690
|
+
type: ObjectConstructor;
|
1691
|
+
required: true;
|
1692
|
+
};
|
1481
1693
|
paramCfg: {
|
1482
1694
|
type: ObjectConstructor;
|
1483
1695
|
default: null;
|
@@ -1494,8 +1706,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1494
1706
|
type: StringConstructor;
|
1495
1707
|
default: null;
|
1496
1708
|
};
|
1497
|
-
}
|
1498
|
-
props:
|
1709
|
+
}>, {
|
1710
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1711
|
+
item: {
|
1712
|
+
type: ObjectConstructor;
|
1713
|
+
required: true;
|
1714
|
+
};
|
1499
1715
|
paramCfg: {
|
1500
1716
|
type: ObjectConstructor;
|
1501
1717
|
default: null;
|
@@ -1512,14 +1728,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1512
1728
|
type: StringConstructor;
|
1513
1729
|
default: null;
|
1514
1730
|
};
|
1515
|
-
}>> & {
|
1731
|
+
}>> & Readonly<{
|
1516
1732
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1517
1733
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1518
1734
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1519
|
-
}
|
1735
|
+
}> & {}>;
|
1520
1736
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1521
|
-
startDate: import("vue").Ref<any>;
|
1522
|
-
endDate: import("vue").Ref<any>;
|
1737
|
+
startDate: import("vue").Ref<any, any>;
|
1738
|
+
endDate: import("vue").Ref<any, any>;
|
1739
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
1523
1740
|
valueFormat: import("vue").ComputedRef<string>;
|
1524
1741
|
dateFormat: import("vue").ComputedRef<string>;
|
1525
1742
|
compType: import("vue").ComputedRef<any>;
|
@@ -1537,8 +1754,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1537
1754
|
label: string;
|
1538
1755
|
value: string;
|
1539
1756
|
}[]>;
|
1540
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1541
|
-
|
1757
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1758
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
1542
1759
|
handleChange: (val: any, type: "start" | "end") => void;
|
1543
1760
|
isStartDateDisabled: (ts: number) => boolean;
|
1544
1761
|
timeStartDisabled: (ts: number) => {
|
@@ -1552,9 +1769,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1552
1769
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
1553
1770
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
1554
1771
|
};
|
1555
|
-
NSelect: any;
|
1556
|
-
NPopover: any;
|
1557
|
-
CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1772
|
+
readonly NSelect: any;
|
1773
|
+
readonly NPopover: any;
|
1774
|
+
readonly CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1558
1775
|
updateUnchangedValue: {
|
1559
1776
|
type: BooleanConstructor;
|
1560
1777
|
};
|
@@ -1585,11 +1802,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1585
1802
|
isDateDisabled: {
|
1586
1803
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1587
1804
|
};
|
1588
|
-
}
|
1805
|
+
}>, {
|
1589
1806
|
attrs: {
|
1590
1807
|
[x: string]: unknown;
|
1591
1808
|
};
|
1592
|
-
props:
|
1809
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1593
1810
|
updateUnchangedValue: {
|
1594
1811
|
type: BooleanConstructor;
|
1595
1812
|
};
|
@@ -1620,15 +1837,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1620
1837
|
isDateDisabled: {
|
1621
1838
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1622
1839
|
};
|
1623
|
-
}>> & {
|
1840
|
+
}>> & Readonly<{
|
1624
1841
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1625
|
-
}
|
1842
|
+
}> & {}>;
|
1626
1843
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1627
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
1628
|
-
panelInstRef: import("vue").Ref<null>;
|
1629
|
-
placeholderRef: import("vue").Ref<any>;
|
1630
|
-
oldValue: string;
|
1631
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1844
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
1845
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1846
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1847
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1848
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1632
1849
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1633
1850
|
formatRef: import("vue").ComputedRef<string>;
|
1634
1851
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1643,8 +1860,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1643
1860
|
onConfirm: (...args: any[]) => Promise<void>;
|
1644
1861
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1645
1862
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1646
|
-
NDatePicker: any;
|
1647
|
-
},
|
1863
|
+
readonly NDatePicker: any;
|
1864
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1648
1865
|
updateUnchangedValue: {
|
1649
1866
|
type: BooleanConstructor;
|
1650
1867
|
};
|
@@ -1675,15 +1892,118 @@ declare const _default: import("vue").DefineComponent<{
|
|
1675
1892
|
isDateDisabled: {
|
1676
1893
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
1677
1894
|
};
|
1678
|
-
}>> & {
|
1895
|
+
}>> & Readonly<{
|
1679
1896
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1680
|
-
}
|
1897
|
+
}>, {
|
1681
1898
|
type: string;
|
1682
1899
|
updateUnchangedValue: boolean;
|
1683
1900
|
to: string | false | HTMLElement;
|
1684
1901
|
holidays: Date[];
|
1685
|
-
}>>;
|
1686
|
-
|
1902
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1903
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1904
|
+
filterType: {
|
1905
|
+
type: StringConstructor;
|
1906
|
+
required: true;
|
1907
|
+
};
|
1908
|
+
modelValue: {
|
1909
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1910
|
+
default: null;
|
1911
|
+
};
|
1912
|
+
presetVal: {
|
1913
|
+
type: StringConstructor;
|
1914
|
+
default: null;
|
1915
|
+
};
|
1916
|
+
dateType: {
|
1917
|
+
type: StringConstructor;
|
1918
|
+
};
|
1919
|
+
isDateDisabled: {
|
1920
|
+
type: FunctionConstructor;
|
1921
|
+
};
|
1922
|
+
timeDisabled: {
|
1923
|
+
type: FunctionConstructor;
|
1924
|
+
};
|
1925
|
+
valueFormat: {
|
1926
|
+
type: StringConstructor;
|
1927
|
+
};
|
1928
|
+
}>, {
|
1929
|
+
widgetOptions: {
|
1930
|
+
label: string;
|
1931
|
+
value: string;
|
1932
|
+
}[];
|
1933
|
+
widgetRangeOptions: {
|
1934
|
+
label: string;
|
1935
|
+
value: string;
|
1936
|
+
}[];
|
1937
|
+
startDateNum: import("vue").Ref<any, any>;
|
1938
|
+
endDateNum: import("vue").Ref<any, any>;
|
1939
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1940
|
+
filterType: {
|
1941
|
+
type: StringConstructor;
|
1942
|
+
required: true;
|
1943
|
+
};
|
1944
|
+
modelValue: {
|
1945
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1946
|
+
default: null;
|
1947
|
+
};
|
1948
|
+
presetVal: {
|
1949
|
+
type: StringConstructor;
|
1950
|
+
default: null;
|
1951
|
+
};
|
1952
|
+
dateType: {
|
1953
|
+
type: StringConstructor;
|
1954
|
+
};
|
1955
|
+
isDateDisabled: {
|
1956
|
+
type: FunctionConstructor;
|
1957
|
+
};
|
1958
|
+
timeDisabled: {
|
1959
|
+
type: FunctionConstructor;
|
1960
|
+
};
|
1961
|
+
valueFormat: {
|
1962
|
+
type: StringConstructor;
|
1963
|
+
};
|
1964
|
+
}>> & Readonly<{
|
1965
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1966
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1967
|
+
}> & {}>;
|
1968
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1969
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1970
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1971
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
1972
|
+
readonly NSelect: any;
|
1973
|
+
readonly NInputNumber: any;
|
1974
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1975
|
+
filterType: {
|
1976
|
+
type: StringConstructor;
|
1977
|
+
required: true;
|
1978
|
+
};
|
1979
|
+
modelValue: {
|
1980
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1981
|
+
default: null;
|
1982
|
+
};
|
1983
|
+
presetVal: {
|
1984
|
+
type: StringConstructor;
|
1985
|
+
default: null;
|
1986
|
+
};
|
1987
|
+
dateType: {
|
1988
|
+
type: StringConstructor;
|
1989
|
+
};
|
1990
|
+
isDateDisabled: {
|
1991
|
+
type: FunctionConstructor;
|
1992
|
+
};
|
1993
|
+
timeDisabled: {
|
1994
|
+
type: FunctionConstructor;
|
1995
|
+
};
|
1996
|
+
valueFormat: {
|
1997
|
+
type: StringConstructor;
|
1998
|
+
};
|
1999
|
+
}>> & Readonly<{
|
2000
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2001
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
2002
|
+
}>, {
|
2003
|
+
modelValue: string | number | unknown[];
|
2004
|
+
presetVal: string;
|
2005
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2006
|
+
readonly WidgetValEnums: {
|
1687
2007
|
CUSTOM: string;
|
1688
2008
|
FIRST_VAL: string;
|
1689
2009
|
WHOLE: string;
|
@@ -1714,7 +2034,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1714
2034
|
NEXT_YEAR: string;
|
1715
2035
|
LAST_YEAR: string;
|
1716
2036
|
};
|
1717
|
-
},
|
2037
|
+
}, {}, {}, {}, 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<{
|
2038
|
+
item: {
|
2039
|
+
type: ObjectConstructor;
|
2040
|
+
required: true;
|
2041
|
+
};
|
1718
2042
|
paramCfg: {
|
1719
2043
|
type: ObjectConstructor;
|
1720
2044
|
default: null;
|
@@ -1731,17 +2055,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1731
2055
|
type: StringConstructor;
|
1732
2056
|
default: null;
|
1733
2057
|
};
|
1734
|
-
}>> & {
|
2058
|
+
}>> & Readonly<{
|
1735
2059
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1736
2060
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1737
2061
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1738
|
-
}
|
2062
|
+
}>, {
|
1739
2063
|
modelValue: string | number | unknown[];
|
1740
2064
|
paramCfg: Record<string, any>;
|
1741
2065
|
presetVal: string;
|
1742
2066
|
customDate: string;
|
1743
|
-
}>;
|
1744
|
-
SelectLabel: import("vue").DefineComponent<{
|
2067
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2068
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1745
2069
|
paramCfg: {
|
1746
2070
|
type: ObjectConstructor;
|
1747
2071
|
default: null;
|
@@ -1750,10 +2074,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1750
2074
|
type: StringConstructor;
|
1751
2075
|
default: null;
|
1752
2076
|
};
|
1753
|
-
}
|
2077
|
+
}>, {
|
1754
2078
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
1755
|
-
message: import("naive-ui").MessageApi;
|
1756
|
-
props:
|
2079
|
+
message: import("naive-ui/es/message").MessageApi;
|
2080
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1757
2081
|
paramCfg: {
|
1758
2082
|
type: ObjectConstructor;
|
1759
2083
|
default: null;
|
@@ -1762,13 +2086,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1762
2086
|
type: StringConstructor;
|
1763
2087
|
default: null;
|
1764
2088
|
};
|
1765
|
-
}>> & {
|
2089
|
+
}>> & Readonly<{
|
1766
2090
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1767
|
-
}
|
2091
|
+
}> & {}>;
|
1768
2092
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1769
|
-
tagList: import("vue").Ref<never[]>;
|
2093
|
+
tagList: import("vue").Ref<never[], never[]>;
|
1770
2094
|
filterApiConfig: AnyObject;
|
1771
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
2095
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
1772
2096
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
1773
2097
|
initTagList: () => Promise<void>;
|
1774
2098
|
renderOption: ({ node, option }: {
|
@@ -1780,8 +2104,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1780
2104
|
[key: string]: any;
|
1781
2105
|
}>;
|
1782
2106
|
renderLabel: (option: any) => any;
|
1783
|
-
NSelect: any;
|
1784
|
-
},
|
2107
|
+
readonly NSelect: any;
|
2108
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1785
2109
|
paramCfg: {
|
1786
2110
|
type: ObjectConstructor;
|
1787
2111
|
default: null;
|
@@ -1790,13 +2114,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1790
2114
|
type: StringConstructor;
|
1791
2115
|
default: null;
|
1792
2116
|
};
|
1793
|
-
}>> & {
|
2117
|
+
}>> & Readonly<{
|
1794
2118
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1795
|
-
}
|
2119
|
+
}>, {
|
1796
2120
|
modelValue: string;
|
1797
2121
|
paramCfg: Record<string, any>;
|
1798
|
-
}>;
|
1799
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
2122
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2123
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1800
2124
|
paramCfg: {
|
1801
2125
|
type: ObjectConstructor;
|
1802
2126
|
default: null;
|
@@ -1805,9 +2129,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1805
2129
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1806
2130
|
default: null;
|
1807
2131
|
};
|
1808
|
-
}
|
1809
|
-
message: import("naive-ui").MessageApi;
|
1810
|
-
props:
|
2132
|
+
}>, {
|
2133
|
+
message: import("naive-ui/es/message").MessageApi;
|
2134
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1811
2135
|
paramCfg: {
|
1812
2136
|
type: ObjectConstructor;
|
1813
2137
|
default: null;
|
@@ -1816,22 +2140,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
1816
2140
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1817
2141
|
default: null;
|
1818
2142
|
};
|
1819
|
-
}>> & {
|
2143
|
+
}>> & Readonly<{
|
1820
2144
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1821
|
-
}
|
2145
|
+
}> & {}>;
|
1822
2146
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1823
2147
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1824
|
-
options: import("vue").Ref<any[]>;
|
2148
|
+
options: import("vue").Ref<any[], any[]>;
|
1825
2149
|
filterApiConfig: AnyObject;
|
1826
|
-
classifyFilterList: import("vue").Ref<AnyObject[]>;
|
2150
|
+
classifyFilterList: import("vue").Ref<AnyObject[], AnyObject[]>;
|
1827
2151
|
optionSetting: import("vue").ComputedRef<any>;
|
1828
2152
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1829
2153
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
1830
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2154
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1831
2155
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
1832
2156
|
getOptionsData: (keyword: string) => Promise<void>;
|
1833
|
-
NTreeSelect: any;
|
1834
|
-
},
|
2157
|
+
readonly NTreeSelect: any;
|
2158
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1835
2159
|
paramCfg: {
|
1836
2160
|
type: ObjectConstructor;
|
1837
2161
|
default: null;
|
@@ -1840,13 +2164,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1840
2164
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1841
2165
|
default: null;
|
1842
2166
|
};
|
1843
|
-
}>> & {
|
2167
|
+
}>> & Readonly<{
|
1844
2168
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1845
|
-
}
|
2169
|
+
}>, {
|
1846
2170
|
modelValue: string | number | unknown[];
|
1847
2171
|
paramCfg: Record<string, any>;
|
1848
|
-
}>;
|
1849
|
-
WidgetTypeEnums: {
|
2172
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2173
|
+
readonly WidgetTypeEnums: {
|
1850
2174
|
INPUT_NUMBER: string;
|
1851
2175
|
INPUT: string;
|
1852
2176
|
SELECT: string;
|
@@ -1866,7 +2190,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1866
2190
|
SELECTTREE: string;
|
1867
2191
|
SELECTTREEDYNAMIC: string;
|
1868
2192
|
};
|
1869
|
-
},
|
2193
|
+
}, {}, {}, {}, 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<{
|
2194
|
+
item: {
|
2195
|
+
type: ObjectConstructor;
|
2196
|
+
default: null;
|
2197
|
+
};
|
1870
2198
|
paramCfg: {
|
1871
2199
|
type: ObjectConstructor;
|
1872
2200
|
default: null;
|
@@ -1886,27 +2214,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
1886
2214
|
type: StringConstructor;
|
1887
2215
|
default: null;
|
1888
2216
|
};
|
1889
|
-
}>> & {
|
2217
|
+
}>> & Readonly<{
|
1890
2218
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1891
2219
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1892
2220
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1893
2221
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1894
|
-
}
|
2222
|
+
}>, {
|
1895
2223
|
modelValue: string | number | unknown[];
|
2224
|
+
item: Record<string, any>;
|
1896
2225
|
paramCfg: Record<string, any>;
|
1897
2226
|
presetVal: string;
|
1898
2227
|
isAccurate: boolean;
|
1899
2228
|
customDate: string;
|
1900
|
-
}>;
|
1901
|
-
ConditionEnums: {
|
2229
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2230
|
+
readonly ConditionEnums: {
|
1902
2231
|
NULL: string;
|
1903
2232
|
EQUAL: string;
|
2233
|
+
CUSTOM_RANGE: string;
|
2234
|
+
IN_THE_PAST: string;
|
2235
|
+
IN_THE_FUTURE: string;
|
2236
|
+
IN_THE_PAST_DI: string;
|
2237
|
+
IN_THE_FUTURE_DI: string;
|
1904
2238
|
};
|
1905
|
-
|
1906
|
-
label: string;
|
1907
|
-
value: string;
|
1908
|
-
}[];
|
1909
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
2239
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1910
2240
|
actionList_prop: {
|
1911
2241
|
type: PropType<IClassifyListType>;
|
1912
2242
|
default: () => {};
|
@@ -1931,18 +2261,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1931
2261
|
type: BooleanConstructor;
|
1932
2262
|
default: boolean;
|
1933
2263
|
};
|
1934
|
-
}>> & {
|
2264
|
+
}>> & Readonly<{
|
1935
2265
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1936
2266
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1937
|
-
}
|
2267
|
+
}>, {
|
1938
2268
|
searchFieldList: unknown[];
|
1939
2269
|
tableId: string;
|
1940
2270
|
conditionList: unknown[];
|
1941
2271
|
actionList_prop: IClassifyListType;
|
1942
2272
|
showItemName: boolean;
|
1943
2273
|
hideAddBtn: boolean;
|
1944
|
-
}>;
|
1945
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
2274
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2275
|
+
BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1946
2276
|
actionList_prop: {
|
1947
2277
|
type: PropType<IClassifyListType>;
|
1948
2278
|
default: () => {};
|
@@ -1967,15 +2297,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1967
2297
|
type: BooleanConstructor;
|
1968
2298
|
default: boolean;
|
1969
2299
|
};
|
1970
|
-
}
|
1971
|
-
$message: import("naive-ui").MessageApi;
|
2300
|
+
}>, {
|
2301
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1972
2302
|
menuProps: {
|
1973
2303
|
class: string;
|
1974
2304
|
};
|
1975
2305
|
dateCons: string[];
|
1976
2306
|
textCons: string[];
|
1977
2307
|
numberCons: string[];
|
1978
|
-
props:
|
2308
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1979
2309
|
actionList_prop: {
|
1980
2310
|
type: PropType<IClassifyListType>;
|
1981
2311
|
default: () => {};
|
@@ -2000,19 +2330,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
2000
2330
|
type: BooleanConstructor;
|
2001
2331
|
default: boolean;
|
2002
2332
|
};
|
2003
|
-
}>> & {
|
2333
|
+
}>> & Readonly<{
|
2004
2334
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2005
2335
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2006
|
-
}
|
2336
|
+
}> & {}>;
|
2007
2337
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
2008
2338
|
$attrs: {
|
2009
2339
|
[x: string]: unknown;
|
2010
2340
|
};
|
2011
2341
|
FormState: any;
|
2012
|
-
loading: import("vue").Ref<boolean>;
|
2013
|
-
parentInputRef: import("vue").Ref<any>;
|
2014
|
-
parentInputAddRef: import("vue").Ref<any>;
|
2015
|
-
sqlExpression: any
|
2342
|
+
loading: import("vue").Ref<boolean, boolean>;
|
2343
|
+
parentInputRef: import("vue").Ref<any, any>;
|
2344
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
2345
|
+
sqlExpression: import("vue").Ref<any, any>;
|
2016
2346
|
DisplayCategoryState: {
|
2017
2347
|
addDisplayCategory: string;
|
2018
2348
|
displayCategories: {
|
@@ -2049,16 +2379,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
2049
2379
|
saveAdd: () => void;
|
2050
2380
|
cancelSaveAdd: () => void;
|
2051
2381
|
checkActionList: () => any;
|
2052
|
-
NSpin: any;
|
2053
|
-
NIcon: any;
|
2054
|
-
NInput: any;
|
2055
|
-
NButton: any;
|
2056
|
-
NTooltip: any;
|
2057
|
-
NSelect: any;
|
2058
|
-
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<{}>>, {}>;
|
2059
|
-
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<{}>>, {}>;
|
2060
|
-
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<{}>>, {}>;
|
2061
|
-
ValueCfg: import("vue").DefineComponent<{
|
2382
|
+
readonly NSpin: any;
|
2383
|
+
readonly NIcon: any;
|
2384
|
+
readonly NInput: any;
|
2385
|
+
readonly NButton: any;
|
2386
|
+
readonly NTooltip: any;
|
2387
|
+
readonly NSelect: any;
|
2388
|
+
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>;
|
2389
|
+
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>;
|
2390
|
+
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>;
|
2391
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2062
2392
|
paramCfg: {
|
2063
2393
|
type: ObjectConstructor;
|
2064
2394
|
default: null;
|
@@ -2071,8 +2401,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2071
2401
|
type: ArrayConstructor;
|
2072
2402
|
default: () => never[];
|
2073
2403
|
};
|
2074
|
-
}
|
2075
|
-
props:
|
2404
|
+
}>, {
|
2405
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2076
2406
|
paramCfg: {
|
2077
2407
|
type: ObjectConstructor;
|
2078
2408
|
default: null;
|
@@ -2085,17 +2415,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
2085
2415
|
type: ArrayConstructor;
|
2086
2416
|
default: () => never[];
|
2087
2417
|
};
|
2088
|
-
}>> & {
|
2418
|
+
}>> & Readonly<{
|
2089
2419
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2090
2420
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2091
|
-
}
|
2421
|
+
}> & {}>;
|
2092
2422
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
2093
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2094
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
2423
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2424
|
+
valuesCp: import("vue").WritableComputedRef<any, any>;
|
2095
2425
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
2096
2426
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
2097
2427
|
biType: import("vue").ComputedRef<any>;
|
2098
|
-
Date: import("vue").DefineComponent<{
|
2428
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2099
2429
|
componentCfg: {
|
2100
2430
|
type: ObjectConstructor;
|
2101
2431
|
};
|
@@ -2107,8 +2437,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2107
2437
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2108
2438
|
default: null;
|
2109
2439
|
};
|
2110
|
-
}
|
2111
|
-
props:
|
2440
|
+
}>, {
|
2441
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2112
2442
|
componentCfg: {
|
2113
2443
|
type: ObjectConstructor;
|
2114
2444
|
};
|
@@ -2120,15 +2450,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2120
2450
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2121
2451
|
default: null;
|
2122
2452
|
};
|
2123
|
-
}>> & {
|
2453
|
+
}>> & Readonly<{
|
2124
2454
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2125
|
-
}
|
2455
|
+
}> & {}>;
|
2126
2456
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2127
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2457
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2128
2458
|
dateType: any;
|
2129
2459
|
valueFormat: import("vue").ComputedRef<string>;
|
2130
2460
|
compType: import("vue").ComputedRef<any>;
|
2131
|
-
CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
2461
|
+
readonly CDatePicker: import("../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2132
2462
|
updateUnchangedValue: {
|
2133
2463
|
type: BooleanConstructor;
|
2134
2464
|
};
|
@@ -2159,11 +2489,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2159
2489
|
isDateDisabled: {
|
2160
2490
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
2161
2491
|
};
|
2162
|
-
}
|
2492
|
+
}>, {
|
2163
2493
|
attrs: {
|
2164
2494
|
[x: string]: unknown;
|
2165
2495
|
};
|
2166
|
-
props:
|
2496
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2167
2497
|
updateUnchangedValue: {
|
2168
2498
|
type: BooleanConstructor;
|
2169
2499
|
};
|
@@ -2194,15 +2524,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2194
2524
|
isDateDisabled: {
|
2195
2525
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
2196
2526
|
};
|
2197
|
-
}>> & {
|
2527
|
+
}>> & Readonly<{
|
2198
2528
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
2199
|
-
}
|
2529
|
+
}> & {}>;
|
2200
2530
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
2201
|
-
datePickerRef: import("vue").Ref<AnyObject | null>;
|
2202
|
-
panelInstRef: import("vue").Ref<null>;
|
2203
|
-
placeholderRef: import("vue").Ref<any>;
|
2204
|
-
oldValue: string;
|
2205
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
2531
|
+
datePickerRef: import("vue").Ref<AnyObject | null, AnyObject | null>;
|
2532
|
+
panelInstRef: import("vue").Ref<null, null>;
|
2533
|
+
placeholderRef: import("vue").Ref<any, any>;
|
2534
|
+
oldValue: (string | [string, string]) | null | undefined;
|
2535
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
2206
2536
|
isDateTime: import("vue").ComputedRef<boolean>;
|
2207
2537
|
formatRef: import("vue").ComputedRef<string>;
|
2208
2538
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -2217,8 +2547,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2217
2547
|
onConfirm: (...args: any[]) => Promise<void>;
|
2218
2548
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
2219
2549
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
2220
|
-
NDatePicker: any;
|
2221
|
-
},
|
2550
|
+
readonly NDatePicker: any;
|
2551
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2222
2552
|
updateUnchangedValue: {
|
2223
2553
|
type: BooleanConstructor;
|
2224
2554
|
};
|
@@ -2249,15 +2579,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2249
2579
|
isDateDisabled: {
|
2250
2580
|
type: PropType<(current: number, ...arg: any[]) => boolean>;
|
2251
2581
|
};
|
2252
|
-
}>> & {
|
2582
|
+
}>> & Readonly<{
|
2253
2583
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
2254
|
-
}
|
2584
|
+
}>, {
|
2255
2585
|
type: string;
|
2256
2586
|
updateUnchangedValue: boolean;
|
2257
2587
|
to: string | false | HTMLElement;
|
2258
2588
|
holidays: Date[];
|
2259
|
-
}>>;
|
2260
|
-
},
|
2589
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2590
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2261
2591
|
componentCfg: {
|
2262
2592
|
type: ObjectConstructor;
|
2263
2593
|
};
|
@@ -2269,13 +2599,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2269
2599
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2270
2600
|
default: null;
|
2271
2601
|
};
|
2272
|
-
}>> & {
|
2602
|
+
}>> & Readonly<{
|
2273
2603
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2274
|
-
}
|
2604
|
+
}>, {
|
2275
2605
|
modelValue: string | number | unknown[];
|
2276
2606
|
paramCfg: Record<string, any>;
|
2277
|
-
}>;
|
2278
|
-
InputFilter: import("vue").DefineComponent<{
|
2607
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2608
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2279
2609
|
paramCfg: {
|
2280
2610
|
type: ObjectConstructor;
|
2281
2611
|
default: null;
|
@@ -2284,8 +2614,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2284
2614
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2285
2615
|
default: null;
|
2286
2616
|
};
|
2287
|
-
}
|
2288
|
-
props:
|
2617
|
+
}>, {
|
2618
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2289
2619
|
paramCfg: {
|
2290
2620
|
type: ObjectConstructor;
|
2291
2621
|
default: null;
|
@@ -2294,13 +2624,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2294
2624
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2295
2625
|
default: null;
|
2296
2626
|
};
|
2297
|
-
}>> & {
|
2627
|
+
}>> & Readonly<{
|
2298
2628
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2299
|
-
}
|
2629
|
+
}> & {}>;
|
2300
2630
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2301
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2302
|
-
NInput: any;
|
2303
|
-
},
|
2631
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2632
|
+
readonly NInput: any;
|
2633
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2304
2634
|
paramCfg: {
|
2305
2635
|
type: ObjectConstructor;
|
2306
2636
|
default: null;
|
@@ -2309,40 +2639,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
2309
2639
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2310
2640
|
default: null;
|
2311
2641
|
};
|
2312
|
-
}>> & {
|
2642
|
+
}>> & Readonly<{
|
2313
2643
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2314
|
-
}
|
2644
|
+
}>, {
|
2315
2645
|
modelValue: string | number | unknown[];
|
2316
2646
|
paramCfg: Record<string, any>;
|
2317
|
-
}>;
|
2318
|
-
InputNumber: import("vue").DefineComponent<{
|
2647
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2648
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2319
2649
|
modelValue: {
|
2320
2650
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2321
2651
|
default: null;
|
2322
2652
|
};
|
2323
|
-
}
|
2324
|
-
props:
|
2653
|
+
}>, {
|
2654
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2325
2655
|
modelValue: {
|
2326
2656
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2327
2657
|
default: null;
|
2328
2658
|
};
|
2329
|
-
}>> & {
|
2659
|
+
}>> & Readonly<{
|
2330
2660
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2331
|
-
}
|
2661
|
+
}> & {}>;
|
2332
2662
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2333
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2334
|
-
NInputNumber: any;
|
2335
|
-
},
|
2663
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2664
|
+
readonly NInputNumber: any;
|
2665
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2336
2666
|
modelValue: {
|
2337
2667
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2338
2668
|
default: null;
|
2339
2669
|
};
|
2340
|
-
}>> & {
|
2670
|
+
}>> & Readonly<{
|
2341
2671
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2342
|
-
}
|
2672
|
+
}>, {
|
2343
2673
|
modelValue: string | number | unknown[];
|
2344
|
-
}>;
|
2345
|
-
SelectFilter: import("vue").DefineComponent<{
|
2674
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2675
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2346
2676
|
paramCfg: {
|
2347
2677
|
type: ObjectConstructor;
|
2348
2678
|
default: null;
|
@@ -2351,8 +2681,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2351
2681
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2352
2682
|
default: null;
|
2353
2683
|
};
|
2354
|
-
}
|
2355
|
-
props:
|
2684
|
+
}>, {
|
2685
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2356
2686
|
paramCfg: {
|
2357
2687
|
type: ObjectConstructor;
|
2358
2688
|
default: null;
|
@@ -2361,15 +2691,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2361
2691
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2362
2692
|
default: null;
|
2363
2693
|
};
|
2364
|
-
}>> & {
|
2694
|
+
}>> & Readonly<{
|
2365
2695
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2366
|
-
}
|
2696
|
+
}> & {}>;
|
2367
2697
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2368
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2698
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2369
2699
|
optionSetting: import("vue").ComputedRef<any>;
|
2370
2700
|
widgetOptions: import("vue").ComputedRef<any>;
|
2371
|
-
NSelect: any;
|
2372
|
-
WidgetOptionEnums: {
|
2701
|
+
readonly NSelect: any;
|
2702
|
+
readonly WidgetOptionEnums: {
|
2373
2703
|
RADIO: string;
|
2374
2704
|
MULTIPLE: string;
|
2375
2705
|
ALL: string;
|
@@ -2378,7 +2708,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2378
2708
|
FUTURE_TIME: string;
|
2379
2709
|
CUSTOM_TIME: string;
|
2380
2710
|
};
|
2381
|
-
},
|
2711
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2382
2712
|
paramCfg: {
|
2383
2713
|
type: ObjectConstructor;
|
2384
2714
|
default: null;
|
@@ -2387,13 +2717,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2387
2717
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2388
2718
|
default: null;
|
2389
2719
|
};
|
2390
|
-
}>> & {
|
2720
|
+
}>> & Readonly<{
|
2391
2721
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2392
|
-
}
|
2722
|
+
}>, {
|
2393
2723
|
modelValue: string | number | unknown[];
|
2394
2724
|
paramCfg: Record<string, any>;
|
2395
|
-
}>;
|
2396
|
-
WidgetTypeEnums: {
|
2725
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2726
|
+
readonly WidgetTypeEnums: {
|
2397
2727
|
INPUT_NUMBER: string;
|
2398
2728
|
INPUT: string;
|
2399
2729
|
SELECT: string;
|
@@ -2413,7 +2743,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2413
2743
|
SELECTTREE: string;
|
2414
2744
|
SELECTTREEDYNAMIC: string;
|
2415
2745
|
};
|
2416
|
-
},
|
2746
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2417
2747
|
paramCfg: {
|
2418
2748
|
type: ObjectConstructor;
|
2419
2749
|
default: null;
|
@@ -2426,15 +2756,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2426
2756
|
type: ArrayConstructor;
|
2427
2757
|
default: () => never[];
|
2428
2758
|
};
|
2429
|
-
}>> & {
|
2759
|
+
}>> & Readonly<{
|
2430
2760
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2431
2761
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2432
|
-
}
|
2762
|
+
}>, {
|
2433
2763
|
modelValue: string | number | unknown[];
|
2434
2764
|
paramCfg: Record<string, any>;
|
2435
2765
|
modelValues: unknown[];
|
2436
|
-
}>;
|
2437
|
-
},
|
2766
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2767
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2438
2768
|
actionList_prop: {
|
2439
2769
|
type: PropType<IClassifyListType>;
|
2440
2770
|
default: () => {};
|
@@ -2459,18 +2789,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
2459
2789
|
type: BooleanConstructor;
|
2460
2790
|
default: boolean;
|
2461
2791
|
};
|
2462
|
-
}>> & {
|
2792
|
+
}>> & Readonly<{
|
2463
2793
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2464
2794
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2465
|
-
}
|
2795
|
+
}>, {
|
2466
2796
|
searchFieldList: unknown[];
|
2467
2797
|
tableId: string;
|
2468
2798
|
conditionList: unknown[];
|
2469
2799
|
actionList_prop: IClassifyListType;
|
2470
2800
|
showItemName: boolean;
|
2471
2801
|
hideAddBtn: boolean;
|
2472
|
-
}>;
|
2473
|
-
},
|
2802
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2803
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2474
2804
|
visible: {
|
2475
2805
|
type: BooleanConstructor;
|
2476
2806
|
default: boolean;
|
@@ -2487,15 +2817,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2487
2817
|
type: ArrayConstructor;
|
2488
2818
|
default: () => never[];
|
2489
2819
|
};
|
2490
|
-
}>> & {
|
2820
|
+
}>> & Readonly<{
|
2491
2821
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2492
|
-
}
|
2822
|
+
}>, {
|
2493
2823
|
visible: boolean;
|
2494
|
-
modalTitle: string;
|
2495
2824
|
searchFieldList: unknown[];
|
2496
2825
|
conditionList: unknown[];
|
2497
|
-
|
2498
|
-
|
2826
|
+
modalTitle: string;
|
2827
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2828
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2499
2829
|
searchFieldList: {
|
2500
2830
|
type: ArrayConstructor;
|
2501
2831
|
default: () => never[];
|
@@ -2509,20 +2839,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
2509
2839
|
type: BooleanConstructor;
|
2510
2840
|
default: boolean;
|
2511
2841
|
};
|
2512
|
-
}>> & {
|
2842
|
+
}>> & Readonly<{
|
2513
2843
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
2514
2844
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
2515
2845
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
2516
|
-
}
|
2846
|
+
}>, {
|
2517
2847
|
searchFieldList: unknown[];
|
2518
2848
|
conditionList: unknown[];
|
2519
2849
|
classifyModal: boolean;
|
2520
|
-
}>;
|
2521
|
-
vFlexibleResize: {
|
2850
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2851
|
+
readonly vFlexibleResize: {
|
2522
2852
|
mounted(el: any, { value }: any): void;
|
2523
2853
|
beforeUnmount(el: any): void;
|
2524
2854
|
};
|
2525
|
-
},
|
2855
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassificationIndex" | "getQuickSearchListObj")[], "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2526
2856
|
tableId: {
|
2527
2857
|
type: StringConstructor;
|
2528
2858
|
default: string;
|
@@ -2578,11 +2908,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
2578
2908
|
type: StringConstructor;
|
2579
2909
|
default: string;
|
2580
2910
|
};
|
2581
|
-
}>> & {
|
2911
|
+
}>> & Readonly<{
|
2582
2912
|
onChangeSearch?: ((...args: any[]) => any) | undefined;
|
2583
2913
|
onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
|
2584
2914
|
onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
|
2585
|
-
}
|
2915
|
+
}>, {
|
2586
2916
|
searchFieldList: any[];
|
2587
2917
|
filterApiConfig: Record<string, any>;
|
2588
2918
|
tableId: string;
|
@@ -2596,5 +2926,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
2596
2926
|
isShowResetButton: boolean;
|
2597
2927
|
condiTionDigital: Record<string, any>;
|
2598
2928
|
filterType: string;
|
2599
|
-
}>;
|
2929
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2600
2930
|
export default _default;
|