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,5 +1,5 @@
|
|
1
1
|
import { IClassifyListType } from '../../../../../components/table-filter/src/types';
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
searchFieldList: {
|
4
4
|
type: ArrayConstructor;
|
5
5
|
default: () => never[];
|
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
13
13
|
type: BooleanConstructor;
|
14
14
|
default: boolean;
|
15
15
|
};
|
16
|
-
}
|
17
|
-
props:
|
16
|
+
}>, {
|
17
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
18
18
|
searchFieldList: {
|
19
19
|
type: ArrayConstructor;
|
20
20
|
default: () => never[];
|
@@ -28,20 +28,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
28
28
|
type: BooleanConstructor;
|
29
29
|
default: boolean;
|
30
30
|
};
|
31
|
-
}>> & {
|
31
|
+
}>> & Readonly<{
|
32
32
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
33
33
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
34
34
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
35
|
-
}
|
35
|
+
}> & {}>;
|
36
36
|
emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
|
37
|
-
$message: import("naive-ui").MessageApi;
|
37
|
+
$message: import("naive-ui/es/message").MessageApi;
|
38
38
|
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
39
|
-
conditionList: import("vue").Ref<unknown[]>;
|
40
|
-
addVisible: import("vue").Ref<boolean>;
|
41
|
-
actionList_prop: import("vue").Ref<{}>;
|
42
|
-
newSearchFieldList: any
|
43
|
-
saveLoading: import("vue").Ref<boolean>;
|
44
|
-
searchFilter: any
|
39
|
+
conditionList: import("vue").Ref<unknown[], unknown[]>;
|
40
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
41
|
+
actionList_prop: import("vue").Ref<{}, {}>;
|
42
|
+
newSearchFieldList: import("vue").Ref<any, any>;
|
43
|
+
saveLoading: import("vue").Ref<boolean, boolean>;
|
44
|
+
searchFilter: import("vue").Ref<any, any>;
|
45
45
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
46
46
|
attrs: {
|
47
47
|
[x: string]: unknown;
|
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
57
57
|
setOneVisible: (flag: boolean) => void;
|
58
58
|
resetPopconfirm: () => Promise<void>;
|
59
59
|
oneVisible: import("vue").ComputedRef<boolean>;
|
60
|
-
NButton: any;
|
61
|
-
TableModal: import("vue").DefineComponent<{
|
60
|
+
readonly NButton: any;
|
61
|
+
TableModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
62
62
|
visibleIn: {
|
63
63
|
type: BooleanConstructor;
|
64
64
|
};
|
@@ -95,8 +95,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
95
95
|
type: FunctionConstructor;
|
96
96
|
default: () => HTMLElement;
|
97
97
|
};
|
98
|
-
}
|
99
|
-
props:
|
98
|
+
}>, {
|
99
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
100
100
|
visibleIn: {
|
101
101
|
type: BooleanConstructor;
|
102
102
|
};
|
@@ -133,18 +133,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
133
133
|
type: FunctionConstructor;
|
134
134
|
default: () => HTMLElement;
|
135
135
|
};
|
136
|
-
}>> & {
|
136
|
+
}>> & Readonly<{
|
137
137
|
onClose?: ((...args: any[]) => any) | undefined;
|
138
138
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
139
139
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
140
140
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
141
|
-
}
|
141
|
+
}> & {}>;
|
142
142
|
emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
|
143
143
|
homeList: any;
|
144
|
-
visible: import("vue").Ref<boolean>;
|
145
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
146
|
-
modalWidth: import("vue").Ref<string>;
|
147
|
-
modalHeight: import("vue").Ref<string>;
|
144
|
+
visible: import("vue").Ref<boolean, boolean>;
|
145
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
146
|
+
modalWidth: import("vue").Ref<string, string>;
|
147
|
+
modalHeight: import("vue").Ref<string, string>;
|
148
148
|
isShowResetButton: boolean;
|
149
149
|
handleOk: () => void;
|
150
150
|
close: () => void;
|
@@ -160,17 +160,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
160
160
|
changeModalWindow: () => void;
|
161
161
|
popconfirm: (e: any) => void;
|
162
162
|
handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
|
163
|
-
NModal: any;
|
164
|
-
NCard: any;
|
165
|
-
NIcon: any;
|
166
|
-
NButton: any;
|
167
|
-
NTooltip: any;
|
168
|
-
NSwitch: any;
|
169
|
-
NPopconfirm: any;
|
170
|
-
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<{}>>, {}>;
|
171
|
-
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<{}>>, {}>;
|
172
|
-
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<{}>>, {}>;
|
173
|
-
Draggable: import("vue").DefineComponent<{
|
163
|
+
readonly NModal: any;
|
164
|
+
readonly NCard: any;
|
165
|
+
readonly NIcon: any;
|
166
|
+
readonly NButton: any;
|
167
|
+
readonly NTooltip: any;
|
168
|
+
readonly NSwitch: any;
|
169
|
+
readonly NPopconfirm: any;
|
170
|
+
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>;
|
171
|
+
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>;
|
172
|
+
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>;
|
173
|
+
readonly Draggable: import("vue").DefineComponent<{
|
174
174
|
list: {
|
175
175
|
type: ArrayConstructor;
|
176
176
|
required: boolean;
|
@@ -242,8 +242,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
242
242
|
list: unknown[];
|
243
243
|
modelValue: unknown[];
|
244
244
|
componentData: Record<string, any>;
|
245
|
-
}>;
|
246
|
-
},
|
245
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
246
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
247
247
|
visibleIn: {
|
248
248
|
type: BooleanConstructor;
|
249
249
|
};
|
@@ -280,19 +280,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
280
280
|
type: FunctionConstructor;
|
281
281
|
default: () => HTMLElement;
|
282
282
|
};
|
283
|
-
}>> & {
|
283
|
+
}>> & Readonly<{
|
284
284
|
onClose?: ((...args: any[]) => any) | undefined;
|
285
285
|
onHandleOk?: ((...args: any[]) => any) | undefined;
|
286
286
|
onResetPopconfirm?: ((...args: any[]) => any) | undefined;
|
287
287
|
onFinishSubmit?: ((...args: any[]) => any) | undefined;
|
288
|
-
}
|
289
|
-
type: string;
|
288
|
+
}>, {
|
290
289
|
loading: boolean;
|
291
|
-
|
290
|
+
type: string;
|
292
291
|
visibleIn: boolean;
|
292
|
+
dataSource: unknown[];
|
293
293
|
getContainer: Function;
|
294
|
-
}>;
|
295
|
-
SearchFilter: import("vue").DefineComponent<{
|
294
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
295
|
+
SearchFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
296
296
|
visible: {
|
297
297
|
type: BooleanConstructor;
|
298
298
|
default: boolean;
|
@@ -309,8 +309,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
309
309
|
type: ArrayConstructor;
|
310
310
|
default: () => never[];
|
311
311
|
};
|
312
|
-
}
|
313
|
-
props:
|
312
|
+
}>, {
|
313
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
314
314
|
visible: {
|
315
315
|
type: BooleanConstructor;
|
316
316
|
default: boolean;
|
@@ -327,18 +327,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
327
327
|
type: ArrayConstructor;
|
328
328
|
default: () => never[];
|
329
329
|
};
|
330
|
-
}>> & {
|
330
|
+
}>> & Readonly<{
|
331
331
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
332
|
-
}
|
332
|
+
}> & {}>;
|
333
333
|
emits: (event: "cancelSaveAdd", ...args: any[]) => void;
|
334
|
-
addVisible: import("vue").Ref<boolean>;
|
335
|
-
isChangeWindow: import("vue").Ref<boolean>;
|
336
|
-
modalWidth: import("vue").Ref<string>;
|
334
|
+
addVisible: import("vue").Ref<boolean, boolean>;
|
335
|
+
isChangeWindow: import("vue").Ref<boolean, boolean>;
|
336
|
+
modalWidth: import("vue").Ref<string, string>;
|
337
337
|
bodyStyle: import("vue").Ref<{
|
338
338
|
maxHeight: string;
|
339
339
|
height: string;
|
340
|
+
}, {
|
341
|
+
maxHeight: string;
|
342
|
+
height: string;
|
343
|
+
} | {
|
344
|
+
maxHeight: string;
|
345
|
+
height: string;
|
340
346
|
}>;
|
341
|
-
conditionApiRef: any
|
347
|
+
conditionApiRef: import("vue").Ref<any, any>;
|
342
348
|
filterTimer: any;
|
343
349
|
classifyfilterType: String;
|
344
350
|
init: () => void;
|
@@ -349,10 +355,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
349
355
|
clearConditions: () => void;
|
350
356
|
resetChangeWindow: () => void;
|
351
357
|
changeModalWindow: () => void;
|
352
|
-
NModal: any;
|
353
|
-
NCard: any;
|
354
|
-
NButton: any;
|
355
|
-
ClassifyFilterConditionByApi: import("vue").DefineComponent<{
|
358
|
+
readonly NModal: any;
|
359
|
+
readonly NCard: any;
|
360
|
+
readonly NButton: any;
|
361
|
+
ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
356
362
|
actionList_prop: {
|
357
363
|
type: import("vue").PropType<IClassifyListType>;
|
358
364
|
default: () => {};
|
@@ -377,12 +383,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
377
383
|
type: BooleanConstructor;
|
378
384
|
default: boolean;
|
379
385
|
};
|
380
|
-
}
|
381
|
-
$message: import("naive-ui").MessageApi;
|
386
|
+
}>, {
|
387
|
+
$message: import("naive-ui/es/message").MessageApi;
|
382
388
|
menuProps: {
|
383
389
|
class: string;
|
384
390
|
};
|
385
|
-
|
391
|
+
specialDateRange: string[];
|
392
|
+
specialCustomDateRange: string[];
|
393
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
386
394
|
actionList_prop: {
|
387
395
|
type: import("vue").PropType<IClassifyListType>;
|
388
396
|
default: () => {};
|
@@ -407,10 +415,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
407
415
|
type: BooleanConstructor;
|
408
416
|
default: boolean;
|
409
417
|
};
|
410
|
-
}>> & {
|
418
|
+
}>> & Readonly<{
|
411
419
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
412
420
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
413
|
-
}
|
421
|
+
}> & {}>;
|
414
422
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
415
423
|
$attrs: {
|
416
424
|
[x: string]: unknown;
|
@@ -428,9 +436,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
428
436
|
customDate?: string | undefined;
|
429
437
|
}[];
|
430
438
|
};
|
431
|
-
loading: import("vue").Ref<boolean>;
|
432
|
-
parentInputRef: import("vue").Ref<any>;
|
433
|
-
parentInputAddRef: import("vue").Ref<any>;
|
439
|
+
loading: import("vue").Ref<boolean, boolean>;
|
440
|
+
parentInputRef: import("vue").Ref<any, any>;
|
441
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
434
442
|
DisplayCategoryState: {
|
435
443
|
addDisplayCategory: string;
|
436
444
|
displayCategories: {
|
@@ -456,6 +464,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
456
464
|
getParamCfg: (key: string) => any;
|
457
465
|
initFilterConditions: (tableId: string, rawConditions: import("../../../../../components/table-filter/src/types").ISearchConfigType) => Promise<void>;
|
458
466
|
getRawFilterConditions: () => any[];
|
467
|
+
dateTypeList: string[];
|
468
|
+
getOptions: (key: string) => {
|
469
|
+
label: string;
|
470
|
+
value: string;
|
471
|
+
}[];
|
459
472
|
handleEditDisplayCategory: (item: import("../../../../../components/table-filter/src/types").ICategoryItemType) => void;
|
460
473
|
handleDisplayCategoryAddState: () => void;
|
461
474
|
findConditionByDisplayCategory: (sid: string) => unknown;
|
@@ -466,16 +479,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
466
479
|
saveAdd: () => void;
|
467
480
|
cancelSaveAdd: () => void;
|
468
481
|
checkActionList: () => boolean;
|
469
|
-
NSpin: any;
|
470
|
-
NIcon: any;
|
471
|
-
NInput: any;
|
472
|
-
NButton: any;
|
473
|
-
NTooltip: any;
|
474
|
-
NSelect: any;
|
475
|
-
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<{}>>, {}>;
|
476
|
-
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<{}>>, {}>;
|
477
|
-
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<{}>>, {}>;
|
478
|
-
ValueCfg: import("vue").DefineComponent<{
|
482
|
+
readonly NSpin: any;
|
483
|
+
readonly NIcon: any;
|
484
|
+
readonly NInput: any;
|
485
|
+
readonly NButton: any;
|
486
|
+
readonly NTooltip: any;
|
487
|
+
readonly NSelect: any;
|
488
|
+
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>;
|
489
|
+
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>;
|
490
|
+
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>;
|
491
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
492
|
+
item: {
|
493
|
+
type: ObjectConstructor;
|
494
|
+
default: null;
|
495
|
+
};
|
479
496
|
paramCfg: {
|
480
497
|
type: ObjectConstructor;
|
481
498
|
default: null;
|
@@ -495,8 +512,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
495
512
|
type: StringConstructor;
|
496
513
|
default: null;
|
497
514
|
};
|
498
|
-
}
|
499
|
-
props:
|
515
|
+
}>, {
|
516
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
517
|
+
item: {
|
518
|
+
type: ObjectConstructor;
|
519
|
+
default: null;
|
520
|
+
};
|
500
521
|
paramCfg: {
|
501
522
|
type: ObjectConstructor;
|
502
523
|
default: null;
|
@@ -516,22 +537,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
516
537
|
type: StringConstructor;
|
517
538
|
default: null;
|
518
539
|
};
|
519
|
-
}>> & {
|
540
|
+
}>> & Readonly<{
|
520
541
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
521
542
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
522
543
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
523
544
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
524
|
-
}
|
545
|
+
}> & {}>;
|
525
546
|
emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
526
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
527
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
528
|
-
isAccurateCp: import("vue").WritableComputedRef<boolean>;
|
529
|
-
customDateCp: import("vue").WritableComputedRef<string>;
|
547
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
548
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
549
|
+
isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
|
550
|
+
customDateCp: import("vue").WritableComputedRef<string, string>;
|
530
551
|
widgetType: import("vue").ComputedRef<any>;
|
531
|
-
Date: import("vue").DefineComponent<{
|
552
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
532
553
|
componentCfg: {
|
533
554
|
type: ObjectConstructor;
|
534
555
|
};
|
556
|
+
item: {
|
557
|
+
type: ObjectConstructor;
|
558
|
+
required: true;
|
559
|
+
};
|
535
560
|
paramCfg: {
|
536
561
|
type: ObjectConstructor;
|
537
562
|
default: null;
|
@@ -548,11 +573,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
548
573
|
type: StringConstructor;
|
549
574
|
default: null;
|
550
575
|
};
|
551
|
-
}
|
552
|
-
props:
|
576
|
+
}>, {
|
577
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
553
578
|
componentCfg: {
|
554
579
|
type: ObjectConstructor;
|
555
580
|
};
|
581
|
+
item: {
|
582
|
+
type: ObjectConstructor;
|
583
|
+
required: true;
|
584
|
+
};
|
556
585
|
paramCfg: {
|
557
586
|
type: ObjectConstructor;
|
558
587
|
default: null;
|
@@ -569,14 +598,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
569
598
|
type: StringConstructor;
|
570
599
|
default: null;
|
571
600
|
};
|
572
|
-
}>> & {
|
601
|
+
}>> & Readonly<{
|
573
602
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
574
603
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
575
604
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
576
|
-
}
|
605
|
+
}> & {}>;
|
577
606
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
578
|
-
|
579
|
-
|
607
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
608
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
609
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
580
610
|
dateType: any;
|
581
611
|
valueFormat: import("vue").ComputedRef<string>;
|
582
612
|
compType: import("vue").ComputedRef<any>;
|
@@ -591,7 +621,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
591
621
|
isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
|
592
622
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
|
593
623
|
};
|
594
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
624
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
595
625
|
updateUnchangedValue: {
|
596
626
|
type: BooleanConstructor;
|
597
627
|
};
|
@@ -622,11 +652,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
622
652
|
isDateDisabled: {
|
623
653
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
624
654
|
};
|
625
|
-
}
|
655
|
+
}>, {
|
626
656
|
attrs: {
|
627
657
|
[x: string]: unknown;
|
628
658
|
};
|
629
|
-
props:
|
659
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
630
660
|
updateUnchangedValue: {
|
631
661
|
type: BooleanConstructor;
|
632
662
|
};
|
@@ -657,15 +687,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
657
687
|
isDateDisabled: {
|
658
688
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
659
689
|
};
|
660
|
-
}>> & {
|
690
|
+
}>> & Readonly<{
|
661
691
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
662
|
-
}
|
692
|
+
}> & {}>;
|
663
693
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
664
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
665
|
-
panelInstRef: import("vue").Ref<null>;
|
666
|
-
placeholderRef: import("vue").Ref<any>;
|
667
|
-
oldValue: string;
|
668
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
694
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
695
|
+
panelInstRef: import("vue").Ref<null, null>;
|
696
|
+
placeholderRef: import("vue").Ref<any, any>;
|
697
|
+
oldValue: (string | [string, string]) | null | undefined;
|
698
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
669
699
|
isDateTime: import("vue").ComputedRef<boolean>;
|
670
700
|
formatRef: import("vue").ComputedRef<string>;
|
671
701
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -680,8 +710,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
680
710
|
onConfirm: (...args: any[]) => Promise<void>;
|
681
711
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
682
712
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
683
|
-
NDatePicker: any;
|
684
|
-
},
|
713
|
+
readonly NDatePicker: any;
|
714
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
685
715
|
updateUnchangedValue: {
|
686
716
|
type: BooleanConstructor;
|
687
717
|
};
|
@@ -712,16 +742,119 @@ declare const _default: import("vue").DefineComponent<{
|
|
712
742
|
isDateDisabled: {
|
713
743
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
714
744
|
};
|
715
|
-
}>> & {
|
745
|
+
}>> & Readonly<{
|
716
746
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
717
|
-
}
|
747
|
+
}>, {
|
718
748
|
type: string;
|
719
749
|
updateUnchangedValue: boolean;
|
720
750
|
to: string | false | HTMLElement;
|
721
751
|
holidays: Date[];
|
722
|
-
}>>;
|
723
|
-
NSelect: any;
|
724
|
-
|
752
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
753
|
+
readonly NSelect: any;
|
754
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
755
|
+
filterType: {
|
756
|
+
type: StringConstructor;
|
757
|
+
required: true;
|
758
|
+
};
|
759
|
+
modelValue: {
|
760
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
761
|
+
default: null;
|
762
|
+
};
|
763
|
+
presetVal: {
|
764
|
+
type: StringConstructor;
|
765
|
+
default: null;
|
766
|
+
};
|
767
|
+
dateType: {
|
768
|
+
type: StringConstructor;
|
769
|
+
};
|
770
|
+
isDateDisabled: {
|
771
|
+
type: FunctionConstructor;
|
772
|
+
};
|
773
|
+
timeDisabled: {
|
774
|
+
type: FunctionConstructor;
|
775
|
+
};
|
776
|
+
valueFormat: {
|
777
|
+
type: StringConstructor;
|
778
|
+
};
|
779
|
+
}>, {
|
780
|
+
widgetOptions: {
|
781
|
+
label: string;
|
782
|
+
value: string;
|
783
|
+
}[];
|
784
|
+
widgetRangeOptions: {
|
785
|
+
label: string;
|
786
|
+
value: string;
|
787
|
+
}[];
|
788
|
+
startDateNum: import("vue").Ref<any, any>;
|
789
|
+
endDateNum: import("vue").Ref<any, any>;
|
790
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
791
|
+
filterType: {
|
792
|
+
type: StringConstructor;
|
793
|
+
required: true;
|
794
|
+
};
|
795
|
+
modelValue: {
|
796
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
797
|
+
default: null;
|
798
|
+
};
|
799
|
+
presetVal: {
|
800
|
+
type: StringConstructor;
|
801
|
+
default: null;
|
802
|
+
};
|
803
|
+
dateType: {
|
804
|
+
type: StringConstructor;
|
805
|
+
};
|
806
|
+
isDateDisabled: {
|
807
|
+
type: FunctionConstructor;
|
808
|
+
};
|
809
|
+
timeDisabled: {
|
810
|
+
type: FunctionConstructor;
|
811
|
+
};
|
812
|
+
valueFormat: {
|
813
|
+
type: StringConstructor;
|
814
|
+
};
|
815
|
+
}>> & Readonly<{
|
816
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
817
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
818
|
+
}> & {}>;
|
819
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
820
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
821
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
822
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
823
|
+
readonly NSelect: any;
|
824
|
+
readonly NInputNumber: any;
|
825
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
826
|
+
filterType: {
|
827
|
+
type: StringConstructor;
|
828
|
+
required: true;
|
829
|
+
};
|
830
|
+
modelValue: {
|
831
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
832
|
+
default: null;
|
833
|
+
};
|
834
|
+
presetVal: {
|
835
|
+
type: StringConstructor;
|
836
|
+
default: null;
|
837
|
+
};
|
838
|
+
dateType: {
|
839
|
+
type: StringConstructor;
|
840
|
+
};
|
841
|
+
isDateDisabled: {
|
842
|
+
type: FunctionConstructor;
|
843
|
+
};
|
844
|
+
timeDisabled: {
|
845
|
+
type: FunctionConstructor;
|
846
|
+
};
|
847
|
+
valueFormat: {
|
848
|
+
type: StringConstructor;
|
849
|
+
};
|
850
|
+
}>> & Readonly<{
|
851
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
852
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
853
|
+
}>, {
|
854
|
+
modelValue: string | number | unknown[];
|
855
|
+
presetVal: string;
|
856
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
857
|
+
readonly WidgetValEnums: {
|
725
858
|
CUSTOM: string;
|
726
859
|
FIRST_VAL: string;
|
727
860
|
WHOLE: string;
|
@@ -752,10 +885,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
752
885
|
NEXT_YEAR: string;
|
753
886
|
LAST_YEAR: string;
|
754
887
|
};
|
755
|
-
},
|
888
|
+
}, {}, {}, {}, 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<{
|
756
889
|
componentCfg: {
|
757
890
|
type: ObjectConstructor;
|
758
891
|
};
|
892
|
+
item: {
|
893
|
+
type: ObjectConstructor;
|
894
|
+
required: true;
|
895
|
+
};
|
759
896
|
paramCfg: {
|
760
897
|
type: ObjectConstructor;
|
761
898
|
default: null;
|
@@ -772,17 +909,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
772
909
|
type: StringConstructor;
|
773
910
|
default: null;
|
774
911
|
};
|
775
|
-
}>> & {
|
912
|
+
}>> & Readonly<{
|
776
913
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
777
914
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
778
915
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
779
|
-
}
|
916
|
+
}>, {
|
780
917
|
modelValue: string | number | unknown[];
|
781
918
|
paramCfg: Record<string, any>;
|
782
919
|
presetVal: string;
|
783
920
|
customDate: string;
|
784
|
-
}>;
|
785
|
-
InputFilter: import("vue").DefineComponent<{
|
921
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
922
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
786
923
|
paramCfg: {
|
787
924
|
type: ObjectConstructor;
|
788
925
|
default: null;
|
@@ -794,8 +931,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
794
931
|
isAccurateFilter: {
|
795
932
|
type: BooleanConstructor;
|
796
933
|
};
|
797
|
-
}
|
798
|
-
props:
|
934
|
+
}>, {
|
935
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
799
936
|
paramCfg: {
|
800
937
|
type: ObjectConstructor;
|
801
938
|
default: null;
|
@@ -807,21 +944,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
807
944
|
isAccurateFilter: {
|
808
945
|
type: BooleanConstructor;
|
809
946
|
};
|
810
|
-
}>> & {
|
947
|
+
}>> & Readonly<{
|
811
948
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
812
949
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
813
|
-
}
|
950
|
+
}> & {}>;
|
814
951
|
emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
|
815
952
|
optionList: import("vue").Ref<{
|
816
953
|
label: string;
|
817
954
|
value: number;
|
955
|
+
}[], {
|
956
|
+
label: string;
|
957
|
+
value: number;
|
958
|
+
}[] | {
|
959
|
+
label: string;
|
960
|
+
value: number;
|
818
961
|
}[]>;
|
819
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
820
|
-
isAccurateFilterCp: import("vue").WritableComputedRef<number>;
|
962
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
963
|
+
isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
|
821
964
|
isShowSearch: import("vue").ComputedRef<any>;
|
822
|
-
NInput: any;
|
823
|
-
NSelect: any;
|
824
|
-
},
|
965
|
+
readonly NInput: any;
|
966
|
+
readonly NSelect: any;
|
967
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
825
968
|
paramCfg: {
|
826
969
|
type: ObjectConstructor;
|
827
970
|
default: null;
|
@@ -833,42 +976,42 @@ declare const _default: import("vue").DefineComponent<{
|
|
833
976
|
isAccurateFilter: {
|
834
977
|
type: BooleanConstructor;
|
835
978
|
};
|
836
|
-
}>> & {
|
979
|
+
}>> & Readonly<{
|
837
980
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
838
981
|
"onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
|
839
|
-
}
|
982
|
+
}>, {
|
840
983
|
modelValue: string | number | unknown[];
|
841
984
|
paramCfg: Record<string, any>;
|
842
985
|
isAccurateFilter: boolean;
|
843
|
-
}>;
|
844
|
-
InputNumber: import("vue").DefineComponent<{
|
986
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
987
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
845
988
|
modelValue: {
|
846
989
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
847
990
|
default: null;
|
848
991
|
};
|
849
|
-
}
|
850
|
-
props:
|
992
|
+
}>, {
|
993
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
851
994
|
modelValue: {
|
852
995
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
853
996
|
default: null;
|
854
997
|
};
|
855
|
-
}>> & {
|
998
|
+
}>> & Readonly<{
|
856
999
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
857
|
-
}
|
1000
|
+
}> & {}>;
|
858
1001
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
859
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
860
|
-
NInputNumber: any;
|
861
|
-
},
|
1002
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1003
|
+
readonly NInputNumber: any;
|
1004
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
862
1005
|
modelValue: {
|
863
1006
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
864
1007
|
default: null;
|
865
1008
|
};
|
866
|
-
}>> & {
|
1009
|
+
}>> & Readonly<{
|
867
1010
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
868
|
-
}
|
1011
|
+
}>, {
|
869
1012
|
modelValue: string | number | unknown[];
|
870
|
-
}>;
|
871
|
-
SelectFilter: import("vue").DefineComponent<{
|
1013
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1014
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
872
1015
|
paramCfg: {
|
873
1016
|
type: ObjectConstructor;
|
874
1017
|
default: null;
|
@@ -881,8 +1024,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
881
1024
|
type: StringConstructor;
|
882
1025
|
default: string;
|
883
1026
|
};
|
884
|
-
}
|
885
|
-
props:
|
1027
|
+
}>, {
|
1028
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
886
1029
|
paramCfg: {
|
887
1030
|
type: ObjectConstructor;
|
888
1031
|
default: null;
|
@@ -895,15 +1038,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
895
1038
|
type: StringConstructor;
|
896
1039
|
default: string;
|
897
1040
|
};
|
898
|
-
}>> & {
|
1041
|
+
}>> & Readonly<{
|
899
1042
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
900
|
-
}
|
1043
|
+
}> & {}>;
|
901
1044
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
902
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1045
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
903
1046
|
optionSetting: import("vue").ComputedRef<any>;
|
904
1047
|
widgetOptions: import("vue").ComputedRef<any>;
|
905
|
-
NSelect: any;
|
906
|
-
WidgetOptionEnums: {
|
1048
|
+
readonly NSelect: any;
|
1049
|
+
readonly WidgetOptionEnums: {
|
907
1050
|
RADIO: string;
|
908
1051
|
MULTIPLE: string;
|
909
1052
|
ALL: string;
|
@@ -912,7 +1055,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
912
1055
|
FUTURE_TIME: string;
|
913
1056
|
CUSTOM_TIME: string;
|
914
1057
|
};
|
915
|
-
},
|
1058
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
916
1059
|
paramCfg: {
|
917
1060
|
type: ObjectConstructor;
|
918
1061
|
default: null;
|
@@ -925,14 +1068,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
925
1068
|
type: StringConstructor;
|
926
1069
|
default: string;
|
927
1070
|
};
|
928
|
-
}>> & {
|
1071
|
+
}>> & Readonly<{
|
929
1072
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
930
|
-
}
|
1073
|
+
}>, {
|
931
1074
|
modelValue: string | number | unknown[];
|
932
1075
|
widgetType: string;
|
933
1076
|
paramCfg: Record<string, any>;
|
934
|
-
}>;
|
935
|
-
SelectDynamic: import("vue").DefineComponent<{
|
1077
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1078
|
+
readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
936
1079
|
paramCfg: {
|
937
1080
|
type: ObjectConstructor;
|
938
1081
|
default: null;
|
@@ -941,9 +1084,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
941
1084
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
942
1085
|
default: null;
|
943
1086
|
};
|
944
|
-
}
|
945
|
-
message: import("naive-ui").MessageApi;
|
946
|
-
props:
|
1087
|
+
}>, {
|
1088
|
+
message: import("naive-ui/es/message").MessageApi;
|
1089
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
947
1090
|
paramCfg: {
|
948
1091
|
type: ObjectConstructor;
|
949
1092
|
default: null;
|
@@ -952,23 +1095,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
952
1095
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
953
1096
|
default: null;
|
954
1097
|
};
|
955
|
-
}>> & {
|
1098
|
+
}>> & Readonly<{
|
956
1099
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
957
|
-
}
|
1100
|
+
}> & {}>;
|
958
1101
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
959
1102
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
960
|
-
selectDynamicRef: any
|
961
|
-
isLoading: import("vue").Ref<boolean>;
|
1103
|
+
selectDynamicRef: import("vue").Ref<any, any>;
|
1104
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
962
1105
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
963
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
964
|
-
totalPage: import("vue").Ref<number>;
|
1106
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
1107
|
+
totalPage: import("vue").Ref<number, number>;
|
965
1108
|
menuProps: {
|
966
1109
|
class: string;
|
967
1110
|
};
|
968
|
-
curPage: import("vue").Ref<number>;
|
969
|
-
fieldTitleList: import("vue").Ref<any>;
|
970
|
-
selectOptions: import("vue").Ref<any[]>;
|
971
|
-
keywordVal: import("vue").Ref<any>;
|
1111
|
+
curPage: import("vue").Ref<number, number>;
|
1112
|
+
fieldTitleList: import("vue").Ref<any, any>;
|
1113
|
+
selectOptions: import("vue").Ref<any[], any[]>;
|
1114
|
+
keywordVal: import("vue").Ref<any, any>;
|
972
1115
|
optionSetting: import("vue").ComputedRef<any>;
|
973
1116
|
isMultiple: import("vue").ComputedRef<boolean>;
|
974
1117
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
@@ -991,8 +1134,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
991
1134
|
}>;
|
992
1135
|
init: () => void;
|
993
1136
|
saveDynamicBaseList: (selectValue: any[] | null) => void;
|
994
|
-
NSelect: any;
|
995
|
-
SelectDynamicOption: import("vue").DefineComponent<{
|
1137
|
+
readonly NSelect: any;
|
1138
|
+
SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
996
1139
|
oldValue: {
|
997
1140
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
998
1141
|
default: () => never[];
|
@@ -1029,9 +1172,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1029
1172
|
type: BooleanConstructor;
|
1030
1173
|
default: boolean;
|
1031
1174
|
};
|
1032
|
-
}
|
1175
|
+
}>, {
|
1033
1176
|
selectMinWidth: number;
|
1034
|
-
props:
|
1177
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1035
1178
|
oldValue: {
|
1036
1179
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
1037
1180
|
default: () => never[];
|
@@ -1068,12 +1211,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1068
1211
|
type: BooleanConstructor;
|
1069
1212
|
default: boolean;
|
1070
1213
|
};
|
1071
|
-
}>> & {
|
1072
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1214
|
+
}>> & Readonly<{
|
1073
1215
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1074
|
-
|
1216
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1217
|
+
}> & {}>;
|
1075
1218
|
emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
|
1076
|
-
dragEndWidth: import("vue").Ref<number>;
|
1219
|
+
dragEndWidth: import("vue").Ref<number, number>;
|
1077
1220
|
showKeys: import("vue").ComputedRef<any>;
|
1078
1221
|
titleList: import("vue").ComputedRef<string[]>;
|
1079
1222
|
isOptionsNull: import("vue").ComputedRef<boolean>;
|
@@ -1081,16 +1224,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1081
1224
|
searchByPage: (onePage: number) => void;
|
1082
1225
|
changeWidth: ({ distance }: any) => void;
|
1083
1226
|
saveWidth: () => void;
|
1084
|
-
NEmpty: any;
|
1085
|
-
NButtonGroup: any;
|
1086
|
-
NButton: any;
|
1087
|
-
NIcon: any;
|
1088
|
-
NPopover: any;
|
1089
|
-
vFlexibleResize: {
|
1227
|
+
readonly NEmpty: any;
|
1228
|
+
readonly NButtonGroup: any;
|
1229
|
+
readonly NButton: any;
|
1230
|
+
readonly NIcon: any;
|
1231
|
+
readonly NPopover: any;
|
1232
|
+
readonly vFlexibleResize: {
|
1090
1233
|
mounted(el: any, { value }: any): void;
|
1091
1234
|
beforeUnmount(el: any): void;
|
1092
1235
|
};
|
1093
|
-
WidgetValEnums: {
|
1236
|
+
readonly WidgetValEnums: {
|
1094
1237
|
CUSTOM: string;
|
1095
1238
|
FIRST_VAL: string;
|
1096
1239
|
WHOLE: string;
|
@@ -1121,9 +1264,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1121
1264
|
NEXT_YEAR: string;
|
1122
1265
|
LAST_YEAR: string;
|
1123
1266
|
};
|
1124
|
-
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<{}>>, {}>;
|
1125
|
-
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<{}>>, {}>;
|
1126
|
-
},
|
1267
|
+
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>;
|
1268
|
+
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>;
|
1269
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1127
1270
|
oldValue: {
|
1128
1271
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
1129
1272
|
default: () => never[];
|
@@ -1160,21 +1303,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
1160
1303
|
type: BooleanConstructor;
|
1161
1304
|
default: boolean;
|
1162
1305
|
};
|
1163
|
-
}>> & {
|
1164
|
-
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1306
|
+
}>> & Readonly<{
|
1165
1307
|
onUpdatePage?: ((...args: any[]) => any) | undefined;
|
1166
|
-
|
1167
|
-
|
1308
|
+
onUpdateSelect?: ((...args: any[]) => any) | undefined;
|
1309
|
+
}>, {
|
1168
1310
|
loading: boolean;
|
1311
|
+
isMultiple: boolean;
|
1169
1312
|
oldValue: import("../../../../../shared/types").AnyObject[];
|
1313
|
+
optionList: import("../../../../../shared/types").AnyObject[];
|
1314
|
+
isShowWhole: boolean;
|
1170
1315
|
dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
|
1171
1316
|
fieldTitleList: import("../../../../../shared/types").AnyObject[];
|
1172
|
-
optionList: import("../../../../../shared/types").AnyObject[];
|
1173
1317
|
curPage: number;
|
1174
1318
|
isLastPage: boolean;
|
1175
|
-
|
1176
|
-
|
1177
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1319
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1320
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1178
1321
|
paramCfg: {
|
1179
1322
|
type: ObjectConstructor;
|
1180
1323
|
default: null;
|
@@ -1183,13 +1326,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1183
1326
|
type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
|
1184
1327
|
default: null;
|
1185
1328
|
};
|
1186
|
-
}>> & {
|
1329
|
+
}>> & Readonly<{
|
1187
1330
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1188
|
-
}
|
1331
|
+
}>, {
|
1189
1332
|
modelValue: import("../../../../../shared/types").AnyObject[];
|
1190
1333
|
paramCfg: Record<string, any>;
|
1191
|
-
}>;
|
1192
|
-
InputNumberGroup: import("vue").DefineComponent<{
|
1334
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1335
|
+
readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1193
1336
|
paramCfg: {
|
1194
1337
|
type: ObjectConstructor;
|
1195
1338
|
default: null;
|
@@ -1198,8 +1341,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1198
1341
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1199
1342
|
default: null;
|
1200
1343
|
};
|
1201
|
-
}
|
1202
|
-
props:
|
1344
|
+
}>, {
|
1345
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1203
1346
|
paramCfg: {
|
1204
1347
|
type: ObjectConstructor;
|
1205
1348
|
default: null;
|
@@ -1208,16 +1351,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1208
1351
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1209
1352
|
default: null;
|
1210
1353
|
};
|
1211
|
-
}>> & {
|
1354
|
+
}>> & Readonly<{
|
1212
1355
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1213
|
-
}
|
1214
|
-
startNumber: import("vue").Ref<any>;
|
1215
|
-
endNumber: import("vue").Ref<any>;
|
1356
|
+
}> & {}>;
|
1357
|
+
startNumber: import("vue").Ref<any, any>;
|
1358
|
+
endNumber: import("vue").Ref<any, any>;
|
1216
1359
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1217
1360
|
handleChange: (val: number | null, key: string) => void;
|
1218
|
-
NInputGroup: any;
|
1219
|
-
NInputNumber: any;
|
1220
|
-
},
|
1361
|
+
readonly NInputGroup: any;
|
1362
|
+
readonly NInputNumber: any;
|
1363
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1221
1364
|
paramCfg: {
|
1222
1365
|
type: ObjectConstructor;
|
1223
1366
|
default: null;
|
@@ -1226,13 +1369,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1226
1369
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1227
1370
|
default: null;
|
1228
1371
|
};
|
1229
|
-
}>> & {
|
1372
|
+
}>> & Readonly<{
|
1230
1373
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1231
|
-
}
|
1374
|
+
}>, {
|
1232
1375
|
modelValue: string | number | unknown[];
|
1233
1376
|
paramCfg: Record<string, any>;
|
1234
|
-
}>;
|
1235
|
-
DateRange: import("vue").DefineComponent<{
|
1377
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1378
|
+
readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1379
|
+
item: {
|
1380
|
+
type: ObjectConstructor;
|
1381
|
+
required: true;
|
1382
|
+
};
|
1236
1383
|
paramCfg: {
|
1237
1384
|
type: ObjectConstructor;
|
1238
1385
|
default: null;
|
@@ -1249,8 +1396,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1249
1396
|
type: StringConstructor;
|
1250
1397
|
default: null;
|
1251
1398
|
};
|
1252
|
-
}
|
1253
|
-
props:
|
1399
|
+
}>, {
|
1400
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1401
|
+
item: {
|
1402
|
+
type: ObjectConstructor;
|
1403
|
+
required: true;
|
1404
|
+
};
|
1254
1405
|
paramCfg: {
|
1255
1406
|
type: ObjectConstructor;
|
1256
1407
|
default: null;
|
@@ -1267,14 +1418,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1267
1418
|
type: StringConstructor;
|
1268
1419
|
default: null;
|
1269
1420
|
};
|
1270
|
-
}>> & {
|
1421
|
+
}>> & Readonly<{
|
1271
1422
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1272
1423
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1273
1424
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1274
|
-
}
|
1425
|
+
}> & {}>;
|
1275
1426
|
emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
|
1276
|
-
startDate: import("vue").Ref<any>;
|
1277
|
-
endDate: import("vue").Ref<any>;
|
1427
|
+
startDate: import("vue").Ref<any, any>;
|
1428
|
+
endDate: import("vue").Ref<any, any>;
|
1429
|
+
filterType: import("vue").ComputedRef<"1" | "3" | "2">;
|
1278
1430
|
valueFormat: import("vue").ComputedRef<string>;
|
1279
1431
|
dateFormat: import("vue").ComputedRef<string>;
|
1280
1432
|
compType: import("vue").ComputedRef<any>;
|
@@ -1292,8 +1444,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1292
1444
|
label: string;
|
1293
1445
|
value: string;
|
1294
1446
|
}[]>;
|
1295
|
-
presetValCp: import("vue").WritableComputedRef<string>;
|
1296
|
-
|
1447
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1448
|
+
valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
|
1297
1449
|
handleChange: (val: any, type: "start" | "end") => void;
|
1298
1450
|
isStartDateDisabled: (ts: number) => boolean;
|
1299
1451
|
timeStartDisabled: (ts: number) => {
|
@@ -1307,9 +1459,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1307
1459
|
isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
|
1308
1460
|
isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
|
1309
1461
|
};
|
1310
|
-
NSelect: any;
|
1311
|
-
NPopover: any;
|
1312
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
1462
|
+
readonly NSelect: any;
|
1463
|
+
readonly NPopover: any;
|
1464
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1313
1465
|
updateUnchangedValue: {
|
1314
1466
|
type: BooleanConstructor;
|
1315
1467
|
};
|
@@ -1340,11 +1492,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1340
1492
|
isDateDisabled: {
|
1341
1493
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1342
1494
|
};
|
1343
|
-
}
|
1495
|
+
}>, {
|
1344
1496
|
attrs: {
|
1345
1497
|
[x: string]: unknown;
|
1346
1498
|
};
|
1347
|
-
props:
|
1499
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1348
1500
|
updateUnchangedValue: {
|
1349
1501
|
type: BooleanConstructor;
|
1350
1502
|
};
|
@@ -1375,15 +1527,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1375
1527
|
isDateDisabled: {
|
1376
1528
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1377
1529
|
};
|
1378
|
-
}>> & {
|
1530
|
+
}>> & Readonly<{
|
1379
1531
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1380
|
-
}
|
1532
|
+
}> & {}>;
|
1381
1533
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1382
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1383
|
-
panelInstRef: import("vue").Ref<null>;
|
1384
|
-
placeholderRef: import("vue").Ref<any>;
|
1385
|
-
oldValue: string;
|
1386
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
1534
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
1535
|
+
panelInstRef: import("vue").Ref<null, null>;
|
1536
|
+
placeholderRef: import("vue").Ref<any, any>;
|
1537
|
+
oldValue: (string | [string, string]) | null | undefined;
|
1538
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1387
1539
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1388
1540
|
formatRef: import("vue").ComputedRef<string>;
|
1389
1541
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1398,8 +1550,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1398
1550
|
onConfirm: (...args: any[]) => Promise<void>;
|
1399
1551
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1400
1552
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1401
|
-
NDatePicker: any;
|
1402
|
-
},
|
1553
|
+
readonly NDatePicker: any;
|
1554
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1403
1555
|
updateUnchangedValue: {
|
1404
1556
|
type: BooleanConstructor;
|
1405
1557
|
};
|
@@ -1430,15 +1582,118 @@ declare const _default: import("vue").DefineComponent<{
|
|
1430
1582
|
isDateDisabled: {
|
1431
1583
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1432
1584
|
};
|
1433
|
-
}>> & {
|
1585
|
+
}>> & Readonly<{
|
1434
1586
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1435
|
-
}
|
1587
|
+
}>, {
|
1436
1588
|
type: string;
|
1437
1589
|
updateUnchangedValue: boolean;
|
1438
1590
|
to: string | false | HTMLElement;
|
1439
1591
|
holidays: Date[];
|
1440
|
-
}>>;
|
1441
|
-
|
1592
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1593
|
+
DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1594
|
+
filterType: {
|
1595
|
+
type: StringConstructor;
|
1596
|
+
required: true;
|
1597
|
+
};
|
1598
|
+
modelValue: {
|
1599
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1600
|
+
default: null;
|
1601
|
+
};
|
1602
|
+
presetVal: {
|
1603
|
+
type: StringConstructor;
|
1604
|
+
default: null;
|
1605
|
+
};
|
1606
|
+
dateType: {
|
1607
|
+
type: StringConstructor;
|
1608
|
+
};
|
1609
|
+
isDateDisabled: {
|
1610
|
+
type: FunctionConstructor;
|
1611
|
+
};
|
1612
|
+
timeDisabled: {
|
1613
|
+
type: FunctionConstructor;
|
1614
|
+
};
|
1615
|
+
valueFormat: {
|
1616
|
+
type: StringConstructor;
|
1617
|
+
};
|
1618
|
+
}>, {
|
1619
|
+
widgetOptions: {
|
1620
|
+
label: string;
|
1621
|
+
value: string;
|
1622
|
+
}[];
|
1623
|
+
widgetRangeOptions: {
|
1624
|
+
label: string;
|
1625
|
+
value: string;
|
1626
|
+
}[];
|
1627
|
+
startDateNum: import("vue").Ref<any, any>;
|
1628
|
+
endDateNum: import("vue").Ref<any, any>;
|
1629
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1630
|
+
filterType: {
|
1631
|
+
type: StringConstructor;
|
1632
|
+
required: true;
|
1633
|
+
};
|
1634
|
+
modelValue: {
|
1635
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1636
|
+
default: null;
|
1637
|
+
};
|
1638
|
+
presetVal: {
|
1639
|
+
type: StringConstructor;
|
1640
|
+
default: null;
|
1641
|
+
};
|
1642
|
+
dateType: {
|
1643
|
+
type: StringConstructor;
|
1644
|
+
};
|
1645
|
+
isDateDisabled: {
|
1646
|
+
type: FunctionConstructor;
|
1647
|
+
};
|
1648
|
+
timeDisabled: {
|
1649
|
+
type: FunctionConstructor;
|
1650
|
+
};
|
1651
|
+
valueFormat: {
|
1652
|
+
type: StringConstructor;
|
1653
|
+
};
|
1654
|
+
}>> & Readonly<{
|
1655
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1656
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1657
|
+
}> & {}>;
|
1658
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
1659
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1660
|
+
presetValCp: import("vue").WritableComputedRef<string, string>;
|
1661
|
+
handleChange: (val: any, type: "start" | "end") => void;
|
1662
|
+
readonly NSelect: any;
|
1663
|
+
readonly NInputNumber: any;
|
1664
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1665
|
+
filterType: {
|
1666
|
+
type: StringConstructor;
|
1667
|
+
required: true;
|
1668
|
+
};
|
1669
|
+
modelValue: {
|
1670
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1671
|
+
default: null;
|
1672
|
+
};
|
1673
|
+
presetVal: {
|
1674
|
+
type: StringConstructor;
|
1675
|
+
default: null;
|
1676
|
+
};
|
1677
|
+
dateType: {
|
1678
|
+
type: StringConstructor;
|
1679
|
+
};
|
1680
|
+
isDateDisabled: {
|
1681
|
+
type: FunctionConstructor;
|
1682
|
+
};
|
1683
|
+
timeDisabled: {
|
1684
|
+
type: FunctionConstructor;
|
1685
|
+
};
|
1686
|
+
valueFormat: {
|
1687
|
+
type: StringConstructor;
|
1688
|
+
};
|
1689
|
+
}>> & Readonly<{
|
1690
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1691
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1692
|
+
}>, {
|
1693
|
+
modelValue: string | number | unknown[];
|
1694
|
+
presetVal: string;
|
1695
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1696
|
+
readonly WidgetValEnums: {
|
1442
1697
|
CUSTOM: string;
|
1443
1698
|
FIRST_VAL: string;
|
1444
1699
|
WHOLE: string;
|
@@ -1469,7 +1724,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1469
1724
|
NEXT_YEAR: string;
|
1470
1725
|
LAST_YEAR: string;
|
1471
1726
|
};
|
1472
|
-
},
|
1727
|
+
}, {}, {}, {}, 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<{
|
1728
|
+
item: {
|
1729
|
+
type: ObjectConstructor;
|
1730
|
+
required: true;
|
1731
|
+
};
|
1473
1732
|
paramCfg: {
|
1474
1733
|
type: ObjectConstructor;
|
1475
1734
|
default: null;
|
@@ -1486,17 +1745,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1486
1745
|
type: StringConstructor;
|
1487
1746
|
default: null;
|
1488
1747
|
};
|
1489
|
-
}>> & {
|
1748
|
+
}>> & Readonly<{
|
1490
1749
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1491
1750
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1492
1751
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1493
|
-
}
|
1752
|
+
}>, {
|
1494
1753
|
modelValue: string | number | unknown[];
|
1495
1754
|
paramCfg: Record<string, any>;
|
1496
1755
|
presetVal: string;
|
1497
1756
|
customDate: string;
|
1498
|
-
}>;
|
1499
|
-
SelectLabel: import("vue").DefineComponent<{
|
1757
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1758
|
+
readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1500
1759
|
paramCfg: {
|
1501
1760
|
type: ObjectConstructor;
|
1502
1761
|
default: null;
|
@@ -1505,10 +1764,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1505
1764
|
type: StringConstructor;
|
1506
1765
|
default: null;
|
1507
1766
|
};
|
1508
|
-
}
|
1767
|
+
}>, {
|
1509
1768
|
getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
|
1510
|
-
message: import("naive-ui").MessageApi;
|
1511
|
-
props:
|
1769
|
+
message: import("naive-ui/es/message").MessageApi;
|
1770
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1512
1771
|
paramCfg: {
|
1513
1772
|
type: ObjectConstructor;
|
1514
1773
|
default: null;
|
@@ -1517,13 +1776,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1517
1776
|
type: StringConstructor;
|
1518
1777
|
default: null;
|
1519
1778
|
};
|
1520
|
-
}>> & {
|
1779
|
+
}>> & Readonly<{
|
1521
1780
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1522
|
-
}
|
1781
|
+
}> & {}>;
|
1523
1782
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1524
|
-
tagList: import("vue").Ref<never[]>;
|
1783
|
+
tagList: import("vue").Ref<never[], never[]>;
|
1525
1784
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1526
|
-
valueCp: import("vue").WritableComputedRef<string[]>;
|
1785
|
+
valueCp: import("vue").WritableComputedRef<string[], string[]>;
|
1527
1786
|
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
1528
1787
|
initTagList: () => Promise<void>;
|
1529
1788
|
renderOption: ({ node, option }: {
|
@@ -1535,8 +1794,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1535
1794
|
[key: string]: any;
|
1536
1795
|
}>;
|
1537
1796
|
renderLabel: (option: any) => any;
|
1538
|
-
NSelect: any;
|
1539
|
-
},
|
1797
|
+
readonly NSelect: any;
|
1798
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1540
1799
|
paramCfg: {
|
1541
1800
|
type: ObjectConstructor;
|
1542
1801
|
default: null;
|
@@ -1545,13 +1804,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1545
1804
|
type: StringConstructor;
|
1546
1805
|
default: null;
|
1547
1806
|
};
|
1548
|
-
}>> & {
|
1807
|
+
}>> & Readonly<{
|
1549
1808
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1550
|
-
}
|
1809
|
+
}>, {
|
1551
1810
|
modelValue: string;
|
1552
1811
|
paramCfg: Record<string, any>;
|
1553
|
-
}>;
|
1554
|
-
SelectTreeDynamic: import("vue").DefineComponent<{
|
1812
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1813
|
+
readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1555
1814
|
paramCfg: {
|
1556
1815
|
type: ObjectConstructor;
|
1557
1816
|
default: null;
|
@@ -1560,9 +1819,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
1560
1819
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1561
1820
|
default: null;
|
1562
1821
|
};
|
1563
|
-
}
|
1564
|
-
message: import("naive-ui").MessageApi;
|
1565
|
-
props:
|
1822
|
+
}>, {
|
1823
|
+
message: import("naive-ui/es/message").MessageApi;
|
1824
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1566
1825
|
paramCfg: {
|
1567
1826
|
type: ObjectConstructor;
|
1568
1827
|
default: null;
|
@@ -1571,22 +1830,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
1571
1830
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1572
1831
|
default: null;
|
1573
1832
|
};
|
1574
|
-
}>> & {
|
1833
|
+
}>> & Readonly<{
|
1575
1834
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1576
|
-
}
|
1835
|
+
}> & {}>;
|
1577
1836
|
getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
|
1578
1837
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1579
|
-
options: import("vue").Ref<any[]>;
|
1838
|
+
options: import("vue").Ref<any[], any[]>;
|
1580
1839
|
filterApiConfig: import("../../../../../shared/types").AnyObject;
|
1581
|
-
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
|
1840
|
+
classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
|
1582
1841
|
optionSetting: import("vue").ComputedRef<any>;
|
1583
1842
|
isMultiple: import("vue").ComputedRef<boolean>;
|
1584
1843
|
dynamicOptionInfos: import("vue").ComputedRef<any>;
|
1585
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1844
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1586
1845
|
transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
|
1587
1846
|
getOptionsData: (keyword: string) => Promise<void>;
|
1588
|
-
NTreeSelect: any;
|
1589
|
-
},
|
1847
|
+
readonly NTreeSelect: any;
|
1848
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1590
1849
|
paramCfg: {
|
1591
1850
|
type: ObjectConstructor;
|
1592
1851
|
default: null;
|
@@ -1595,13 +1854,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
1595
1854
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1596
1855
|
default: null;
|
1597
1856
|
};
|
1598
|
-
}>> & {
|
1857
|
+
}>> & Readonly<{
|
1599
1858
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1600
|
-
}
|
1859
|
+
}>, {
|
1601
1860
|
modelValue: string | number | unknown[];
|
1602
1861
|
paramCfg: Record<string, any>;
|
1603
|
-
}>;
|
1604
|
-
WidgetTypeEnums: {
|
1862
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1863
|
+
readonly WidgetTypeEnums: {
|
1605
1864
|
INPUT_NUMBER: string;
|
1606
1865
|
INPUT: string;
|
1607
1866
|
SELECT: string;
|
@@ -1621,7 +1880,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1621
1880
|
SELECTTREE: string;
|
1622
1881
|
SELECTTREEDYNAMIC: string;
|
1623
1882
|
};
|
1624
|
-
},
|
1883
|
+
}, {}, {}, {}, 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<{
|
1884
|
+
item: {
|
1885
|
+
type: ObjectConstructor;
|
1886
|
+
default: null;
|
1887
|
+
};
|
1625
1888
|
paramCfg: {
|
1626
1889
|
type: ObjectConstructor;
|
1627
1890
|
default: null;
|
@@ -1641,27 +1904,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
1641
1904
|
type: StringConstructor;
|
1642
1905
|
default: null;
|
1643
1906
|
};
|
1644
|
-
}>> & {
|
1907
|
+
}>> & Readonly<{
|
1645
1908
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1646
1909
|
"onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
|
1647
1910
|
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
1648
1911
|
"onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
|
1649
|
-
}
|
1912
|
+
}>, {
|
1650
1913
|
modelValue: string | number | unknown[];
|
1914
|
+
item: Record<string, any>;
|
1651
1915
|
paramCfg: Record<string, any>;
|
1652
1916
|
presetVal: string;
|
1653
1917
|
isAccurate: boolean;
|
1654
1918
|
customDate: string;
|
1655
|
-
}>;
|
1656
|
-
ConditionEnums: {
|
1919
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1920
|
+
readonly ConditionEnums: {
|
1657
1921
|
NULL: string;
|
1658
1922
|
EQUAL: string;
|
1923
|
+
CUSTOM_RANGE: string;
|
1924
|
+
IN_THE_PAST: string;
|
1925
|
+
IN_THE_FUTURE: string;
|
1926
|
+
IN_THE_PAST_DI: string;
|
1927
|
+
IN_THE_FUTURE_DI: string;
|
1659
1928
|
};
|
1660
|
-
|
1661
|
-
label: string;
|
1662
|
-
value: string;
|
1663
|
-
}[];
|
1664
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1929
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1665
1930
|
actionList_prop: {
|
1666
1931
|
type: import("vue").PropType<IClassifyListType>;
|
1667
1932
|
default: () => {};
|
@@ -1686,18 +1951,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
1686
1951
|
type: BooleanConstructor;
|
1687
1952
|
default: boolean;
|
1688
1953
|
};
|
1689
|
-
}>> & {
|
1954
|
+
}>> & Readonly<{
|
1690
1955
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1691
1956
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1692
|
-
}
|
1957
|
+
}>, {
|
1693
1958
|
searchFieldList: unknown[];
|
1694
1959
|
tableId: string;
|
1695
1960
|
conditionList: unknown[];
|
1696
1961
|
actionList_prop: IClassifyListType;
|
1697
1962
|
showItemName: boolean;
|
1698
1963
|
hideAddBtn: boolean;
|
1699
|
-
}>;
|
1700
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
1964
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1965
|
+
BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1701
1966
|
actionList_prop: {
|
1702
1967
|
type: import("vue").PropType<IClassifyListType>;
|
1703
1968
|
default: () => {};
|
@@ -1722,15 +1987,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1722
1987
|
type: BooleanConstructor;
|
1723
1988
|
default: boolean;
|
1724
1989
|
};
|
1725
|
-
}
|
1726
|
-
$message: import("naive-ui").MessageApi;
|
1990
|
+
}>, {
|
1991
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1727
1992
|
menuProps: {
|
1728
1993
|
class: string;
|
1729
1994
|
};
|
1730
1995
|
dateCons: string[];
|
1731
1996
|
textCons: string[];
|
1732
1997
|
numberCons: string[];
|
1733
|
-
props:
|
1998
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1734
1999
|
actionList_prop: {
|
1735
2000
|
type: import("vue").PropType<IClassifyListType>;
|
1736
2001
|
default: () => {};
|
@@ -1755,19 +2020,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
1755
2020
|
type: BooleanConstructor;
|
1756
2021
|
default: boolean;
|
1757
2022
|
};
|
1758
|
-
}>> & {
|
2023
|
+
}>> & Readonly<{
|
1759
2024
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
1760
2025
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
1761
|
-
}
|
2026
|
+
}> & {}>;
|
1762
2027
|
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
1763
2028
|
$attrs: {
|
1764
2029
|
[x: string]: unknown;
|
1765
2030
|
};
|
1766
2031
|
FormState: any;
|
1767
|
-
loading: import("vue").Ref<boolean>;
|
1768
|
-
parentInputRef: import("vue").Ref<any>;
|
1769
|
-
parentInputAddRef: import("vue").Ref<any>;
|
1770
|
-
sqlExpression: any
|
2032
|
+
loading: import("vue").Ref<boolean, boolean>;
|
2033
|
+
parentInputRef: import("vue").Ref<any, any>;
|
2034
|
+
parentInputAddRef: import("vue").Ref<any, any>;
|
2035
|
+
sqlExpression: import("vue").Ref<any, any>;
|
1771
2036
|
DisplayCategoryState: {
|
1772
2037
|
addDisplayCategory: string;
|
1773
2038
|
displayCategories: {
|
@@ -1804,16 +2069,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
1804
2069
|
saveAdd: () => void;
|
1805
2070
|
cancelSaveAdd: () => void;
|
1806
2071
|
checkActionList: () => any;
|
1807
|
-
NSpin: any;
|
1808
|
-
NIcon: any;
|
1809
|
-
NInput: any;
|
1810
|
-
NButton: any;
|
1811
|
-
NTooltip: any;
|
1812
|
-
NSelect: any;
|
1813
|
-
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<{}>>, {}>;
|
1814
|
-
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<{}>>, {}>;
|
1815
|
-
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<{}>>, {}>;
|
1816
|
-
ValueCfg: import("vue").DefineComponent<{
|
2072
|
+
readonly NSpin: any;
|
2073
|
+
readonly NIcon: any;
|
2074
|
+
readonly NInput: any;
|
2075
|
+
readonly NButton: any;
|
2076
|
+
readonly NTooltip: any;
|
2077
|
+
readonly NSelect: any;
|
2078
|
+
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>;
|
2079
|
+
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>;
|
2080
|
+
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>;
|
2081
|
+
ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1817
2082
|
paramCfg: {
|
1818
2083
|
type: ObjectConstructor;
|
1819
2084
|
default: null;
|
@@ -1826,8 +2091,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1826
2091
|
type: ArrayConstructor;
|
1827
2092
|
default: () => never[];
|
1828
2093
|
};
|
1829
|
-
}
|
1830
|
-
props:
|
2094
|
+
}>, {
|
2095
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1831
2096
|
paramCfg: {
|
1832
2097
|
type: ObjectConstructor;
|
1833
2098
|
default: null;
|
@@ -1840,17 +2105,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
1840
2105
|
type: ArrayConstructor;
|
1841
2106
|
default: () => never[];
|
1842
2107
|
};
|
1843
|
-
}>> & {
|
2108
|
+
}>> & Readonly<{
|
1844
2109
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1845
2110
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
1846
|
-
}
|
2111
|
+
}> & {}>;
|
1847
2112
|
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
1848
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
1849
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
2113
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2114
|
+
valuesCp: import("vue").WritableComputedRef<any, any>;
|
1850
2115
|
isSelectMode: import("vue").ComputedRef<boolean>;
|
1851
2116
|
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
1852
2117
|
biType: import("vue").ComputedRef<any>;
|
1853
|
-
Date: import("vue").DefineComponent<{
|
2118
|
+
readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1854
2119
|
componentCfg: {
|
1855
2120
|
type: ObjectConstructor;
|
1856
2121
|
};
|
@@ -1862,8 +2127,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1862
2127
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1863
2128
|
default: null;
|
1864
2129
|
};
|
1865
|
-
}
|
1866
|
-
props:
|
2130
|
+
}>, {
|
2131
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1867
2132
|
componentCfg: {
|
1868
2133
|
type: ObjectConstructor;
|
1869
2134
|
};
|
@@ -1875,15 +2140,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1875
2140
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
1876
2141
|
default: null;
|
1877
2142
|
};
|
1878
|
-
}>> & {
|
2143
|
+
}>> & Readonly<{
|
1879
2144
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1880
|
-
}
|
2145
|
+
}> & {}>;
|
1881
2146
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
1882
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2147
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
1883
2148
|
dateType: any;
|
1884
2149
|
valueFormat: import("vue").ComputedRef<string>;
|
1885
2150
|
compType: import("vue").ComputedRef<any>;
|
1886
|
-
CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
|
2151
|
+
readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1887
2152
|
updateUnchangedValue: {
|
1888
2153
|
type: BooleanConstructor;
|
1889
2154
|
};
|
@@ -1914,11 +2179,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
1914
2179
|
isDateDisabled: {
|
1915
2180
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1916
2181
|
};
|
1917
|
-
}
|
2182
|
+
}>, {
|
1918
2183
|
attrs: {
|
1919
2184
|
[x: string]: unknown;
|
1920
2185
|
};
|
1921
|
-
props:
|
2186
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1922
2187
|
updateUnchangedValue: {
|
1923
2188
|
type: BooleanConstructor;
|
1924
2189
|
};
|
@@ -1949,15 +2214,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
1949
2214
|
isDateDisabled: {
|
1950
2215
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
1951
2216
|
};
|
1952
|
-
}>> & {
|
2217
|
+
}>> & Readonly<{
|
1953
2218
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1954
|
-
}
|
2219
|
+
}> & {}>;
|
1955
2220
|
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
1956
|
-
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
|
1957
|
-
panelInstRef: import("vue").Ref<null>;
|
1958
|
-
placeholderRef: import("vue").Ref<any>;
|
1959
|
-
oldValue: string;
|
1960
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
2221
|
+
datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
|
2222
|
+
panelInstRef: import("vue").Ref<null, null>;
|
2223
|
+
placeholderRef: import("vue").Ref<any, any>;
|
2224
|
+
oldValue: (string | [string, string]) | null | undefined;
|
2225
|
+
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
|
1961
2226
|
isDateTime: import("vue").ComputedRef<boolean>;
|
1962
2227
|
formatRef: import("vue").ComputedRef<string>;
|
1963
2228
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
@@ -1972,8 +2237,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1972
2237
|
onConfirm: (...args: any[]) => Promise<void>;
|
1973
2238
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1974
2239
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
1975
|
-
NDatePicker: any;
|
1976
|
-
},
|
2240
|
+
readonly NDatePicker: any;
|
2241
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1977
2242
|
updateUnchangedValue: {
|
1978
2243
|
type: BooleanConstructor;
|
1979
2244
|
};
|
@@ -2004,15 +2269,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2004
2269
|
isDateDisabled: {
|
2005
2270
|
type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
|
2006
2271
|
};
|
2007
|
-
}>> & {
|
2272
|
+
}>> & Readonly<{
|
2008
2273
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
2009
|
-
}
|
2274
|
+
}>, {
|
2010
2275
|
type: string;
|
2011
2276
|
updateUnchangedValue: boolean;
|
2012
2277
|
to: string | false | HTMLElement;
|
2013
2278
|
holidays: Date[];
|
2014
|
-
}>>;
|
2015
|
-
},
|
2279
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
2280
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2016
2281
|
componentCfg: {
|
2017
2282
|
type: ObjectConstructor;
|
2018
2283
|
};
|
@@ -2024,13 +2289,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2024
2289
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2025
2290
|
default: null;
|
2026
2291
|
};
|
2027
|
-
}>> & {
|
2292
|
+
}>> & Readonly<{
|
2028
2293
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2029
|
-
}
|
2294
|
+
}>, {
|
2030
2295
|
modelValue: string | number | unknown[];
|
2031
2296
|
paramCfg: Record<string, any>;
|
2032
|
-
}>;
|
2033
|
-
InputFilter: import("vue").DefineComponent<{
|
2297
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2298
|
+
readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2034
2299
|
paramCfg: {
|
2035
2300
|
type: ObjectConstructor;
|
2036
2301
|
default: null;
|
@@ -2039,8 +2304,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2039
2304
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2040
2305
|
default: null;
|
2041
2306
|
};
|
2042
|
-
}
|
2043
|
-
props:
|
2307
|
+
}>, {
|
2308
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2044
2309
|
paramCfg: {
|
2045
2310
|
type: ObjectConstructor;
|
2046
2311
|
default: null;
|
@@ -2049,13 +2314,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2049
2314
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2050
2315
|
default: null;
|
2051
2316
|
};
|
2052
|
-
}>> & {
|
2317
|
+
}>> & Readonly<{
|
2053
2318
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2054
|
-
}
|
2319
|
+
}> & {}>;
|
2055
2320
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2056
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2057
|
-
NInput: any;
|
2058
|
-
},
|
2321
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2322
|
+
readonly NInput: any;
|
2323
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2059
2324
|
paramCfg: {
|
2060
2325
|
type: ObjectConstructor;
|
2061
2326
|
default: null;
|
@@ -2064,40 +2329,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
2064
2329
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2065
2330
|
default: null;
|
2066
2331
|
};
|
2067
|
-
}>> & {
|
2332
|
+
}>> & Readonly<{
|
2068
2333
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2069
|
-
}
|
2334
|
+
}>, {
|
2070
2335
|
modelValue: string | number | unknown[];
|
2071
2336
|
paramCfg: Record<string, any>;
|
2072
|
-
}>;
|
2073
|
-
InputNumber: import("vue").DefineComponent<{
|
2337
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2338
|
+
readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2074
2339
|
modelValue: {
|
2075
2340
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2076
2341
|
default: null;
|
2077
2342
|
};
|
2078
|
-
}
|
2079
|
-
props:
|
2343
|
+
}>, {
|
2344
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2080
2345
|
modelValue: {
|
2081
2346
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2082
2347
|
default: null;
|
2083
2348
|
};
|
2084
|
-
}>> & {
|
2349
|
+
}>> & Readonly<{
|
2085
2350
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2086
|
-
}
|
2351
|
+
}> & {}>;
|
2087
2352
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2088
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2089
|
-
NInputNumber: any;
|
2090
|
-
},
|
2353
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2354
|
+
readonly NInputNumber: any;
|
2355
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2091
2356
|
modelValue: {
|
2092
2357
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2093
2358
|
default: null;
|
2094
2359
|
};
|
2095
|
-
}>> & {
|
2360
|
+
}>> & Readonly<{
|
2096
2361
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2097
|
-
}
|
2362
|
+
}>, {
|
2098
2363
|
modelValue: string | number | unknown[];
|
2099
|
-
}>;
|
2100
|
-
SelectFilter: import("vue").DefineComponent<{
|
2364
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2365
|
+
readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2101
2366
|
paramCfg: {
|
2102
2367
|
type: ObjectConstructor;
|
2103
2368
|
default: null;
|
@@ -2106,8 +2371,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
2106
2371
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2107
2372
|
default: null;
|
2108
2373
|
};
|
2109
|
-
}
|
2110
|
-
props:
|
2374
|
+
}>, {
|
2375
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
2111
2376
|
paramCfg: {
|
2112
2377
|
type: ObjectConstructor;
|
2113
2378
|
default: null;
|
@@ -2116,15 +2381,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2116
2381
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2117
2382
|
default: null;
|
2118
2383
|
};
|
2119
|
-
}>> & {
|
2384
|
+
}>> & Readonly<{
|
2120
2385
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2121
|
-
}
|
2386
|
+
}> & {}>;
|
2122
2387
|
emit: (event: "update:modelValue", ...args: any[]) => void;
|
2123
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
2388
|
+
valueCp: import("vue").WritableComputedRef<any, any>;
|
2124
2389
|
optionSetting: import("vue").ComputedRef<any>;
|
2125
2390
|
widgetOptions: import("vue").ComputedRef<any>;
|
2126
|
-
NSelect: any;
|
2127
|
-
WidgetOptionEnums: {
|
2391
|
+
readonly NSelect: any;
|
2392
|
+
readonly WidgetOptionEnums: {
|
2128
2393
|
RADIO: string;
|
2129
2394
|
MULTIPLE: string;
|
2130
2395
|
ALL: string;
|
@@ -2133,7 +2398,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2133
2398
|
FUTURE_TIME: string;
|
2134
2399
|
CUSTOM_TIME: string;
|
2135
2400
|
};
|
2136
|
-
},
|
2401
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2137
2402
|
paramCfg: {
|
2138
2403
|
type: ObjectConstructor;
|
2139
2404
|
default: null;
|
@@ -2142,13 +2407,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2142
2407
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
2143
2408
|
default: null;
|
2144
2409
|
};
|
2145
|
-
}>> & {
|
2410
|
+
}>> & Readonly<{
|
2146
2411
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2147
|
-
}
|
2412
|
+
}>, {
|
2148
2413
|
modelValue: string | number | unknown[];
|
2149
2414
|
paramCfg: Record<string, any>;
|
2150
|
-
}>;
|
2151
|
-
WidgetTypeEnums: {
|
2415
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2416
|
+
readonly WidgetTypeEnums: {
|
2152
2417
|
INPUT_NUMBER: string;
|
2153
2418
|
INPUT: string;
|
2154
2419
|
SELECT: string;
|
@@ -2168,7 +2433,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
2168
2433
|
SELECTTREE: string;
|
2169
2434
|
SELECTTREEDYNAMIC: string;
|
2170
2435
|
};
|
2171
|
-
},
|
2436
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2172
2437
|
paramCfg: {
|
2173
2438
|
type: ObjectConstructor;
|
2174
2439
|
default: null;
|
@@ -2181,15 +2446,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2181
2446
|
type: ArrayConstructor;
|
2182
2447
|
default: () => never[];
|
2183
2448
|
};
|
2184
|
-
}>> & {
|
2449
|
+
}>> & Readonly<{
|
2185
2450
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
2186
2451
|
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
2187
|
-
}
|
2452
|
+
}>, {
|
2188
2453
|
modelValue: string | number | unknown[];
|
2189
2454
|
paramCfg: Record<string, any>;
|
2190
2455
|
modelValues: unknown[];
|
2191
|
-
}>;
|
2192
|
-
},
|
2456
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2457
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2193
2458
|
actionList_prop: {
|
2194
2459
|
type: import("vue").PropType<IClassifyListType>;
|
2195
2460
|
default: () => {};
|
@@ -2214,18 +2479,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
2214
2479
|
type: BooleanConstructor;
|
2215
2480
|
default: boolean;
|
2216
2481
|
};
|
2217
|
-
}>> & {
|
2482
|
+
}>> & Readonly<{
|
2218
2483
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2219
2484
|
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
2220
|
-
}
|
2485
|
+
}>, {
|
2221
2486
|
searchFieldList: unknown[];
|
2222
2487
|
tableId: string;
|
2223
2488
|
conditionList: unknown[];
|
2224
2489
|
actionList_prop: IClassifyListType;
|
2225
2490
|
showItemName: boolean;
|
2226
2491
|
hideAddBtn: boolean;
|
2227
|
-
}>;
|
2228
|
-
},
|
2492
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2493
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2229
2494
|
visible: {
|
2230
2495
|
type: BooleanConstructor;
|
2231
2496
|
default: boolean;
|
@@ -2242,15 +2507,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
2242
2507
|
type: ArrayConstructor;
|
2243
2508
|
default: () => never[];
|
2244
2509
|
};
|
2245
|
-
}>> & {
|
2510
|
+
}>> & Readonly<{
|
2246
2511
|
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
2247
|
-
}
|
2512
|
+
}>, {
|
2248
2513
|
visible: boolean;
|
2249
|
-
modalTitle: string;
|
2250
2514
|
searchFieldList: unknown[];
|
2251
2515
|
conditionList: unknown[];
|
2252
|
-
|
2253
|
-
},
|
2516
|
+
modalTitle: string;
|
2517
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2518
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
2254
2519
|
searchFieldList: {
|
2255
2520
|
type: ArrayConstructor;
|
2256
2521
|
default: () => never[];
|
@@ -2264,13 +2529,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
2264
2529
|
type: BooleanConstructor;
|
2265
2530
|
default: boolean;
|
2266
2531
|
};
|
2267
|
-
}>> & {
|
2532
|
+
}>> & Readonly<{
|
2268
2533
|
onCondiTionListInit?: ((...args: any[]) => any) | undefined;
|
2269
2534
|
onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
|
2270
2535
|
onSetClassifyModal?: ((...args: any[]) => any) | undefined;
|
2271
|
-
}
|
2536
|
+
}>, {
|
2272
2537
|
searchFieldList: unknown[];
|
2273
2538
|
conditionList: unknown[];
|
2274
2539
|
classifyModal: boolean;
|
2275
|
-
}>;
|
2540
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2276
2541
|
export default _default;
|