cnhis-design-vue 3.1.18-beta.4 → 3.1.18-beta.7
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.js +1 -10
- package/es/components/annotation-edit/index2.js +10 -0
- package/es/components/big-table/index.d.ts +47 -98
- package/es/components/big-table/index.js +2 -17
- package/es/components/big-table/index2.js +19 -0
- package/es/components/big-table/src/BigTable.vue.d.ts +63 -99
- package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +13 -13
- package/es/components/big-table/src/bigTableEmits.js +1 -53
- package/es/components/big-table/src/bigTableEmits2.js +53 -0
- package/es/components/big-table/src/bigTableProps.js +1 -119
- package/es/components/big-table/src/bigTableProps2.js +119 -0
- package/es/components/big-table/src/bigTableState.js +1 -62
- package/es/components/big-table/src/bigTableState2.js +62 -0
- package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
- package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +6 -16
- package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
- package/es/components/big-table/src/components/edit-form/useCommon.js +1 -19
- package/es/components/big-table/src/components/edit-form/useCommon2.js +19 -0
- package/es/components/big-table/src/components/input-button.vue.d.ts +28 -37
- package/es/components/big-table/src/components/separate.js +1 -1
- package/es/components/big-table/src/constants/index.js +1 -3
- package/es/components/big-table/src/constants/index2.js +3 -0
- package/es/components/big-table/src/hooks/export.js +1 -1
- package/es/components/big-table/src/hooks/index.js +8 -8
- package/es/components/big-table/src/hooks/useAnchor.js +1 -49
- package/es/components/big-table/src/hooks/useAnchor2.js +49 -0
- package/es/components/big-table/src/hooks/useAnnotation.js +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +1 -289
- package/es/components/big-table/src/hooks/useBatchEditing2.js +289 -0
- package/es/components/big-table/src/hooks/useColumnConfigAdaptor.js +1 -154
- package/es/components/big-table/src/hooks/useColumnConfigAdaptor2.js +154 -0
- package/es/components/big-table/src/hooks/useEdit.d.ts +6 -16
- package/es/components/big-table/src/hooks/useEdit.js +1 -122
- package/es/components/big-table/src/hooks/useEdit2.js +122 -0
- package/es/components/big-table/src/hooks/useEvent.js +1 -72
- package/es/components/big-table/src/hooks/useEvent2.js +72 -0
- package/es/components/big-table/src/hooks/useFormat.js +1 -492
- package/es/components/big-table/src/hooks/useFormat2.js +492 -0
- package/es/components/big-table/src/hooks/useNestTable.js +1 -86
- package/es/components/big-table/src/hooks/useNestTable2.js +86 -0
- package/es/components/big-table/src/hooks/useSeparateRow.js +1 -164
- package/es/components/big-table/src/hooks/useSeparateRow2.js +164 -0
- package/es/components/big-table/src/hooks/useTableParse.js +1 -136
- package/es/components/big-table/src/hooks/useTableParse2.js +136 -0
- package/es/components/big-table/src/utils.js +1 -630
- package/es/components/big-table/src/utils2.js +630 -0
- package/es/components/bpmn-workflow/index.js +1 -10
- package/es/components/bpmn-workflow/index2.js +10 -0
- package/es/{packages/components → components}/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/{packages/components → components}/bpmn-workflow/types/BpmnViewer.d.ts +0 -0
- package/es/{packages/components → components}/bpmn-workflow/types/ModelingModule.d.ts +0 -0
- package/es/{packages/components → components}/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -0
- package/es/components/button-print/index.d.ts +113 -190
- package/es/components/button-print/index.js +2 -11
- package/es/components/button-print/index2.js +11 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +113 -190
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/button-print/src/components/IdentityVerification.js +2 -1
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +59 -117
- package/es/components/button-print/src/utils/dialog.d.ts +6 -0
- package/es/components/button-print/src/utils/dialog.js +65 -0
- package/es/components/button-print/src/utils/index.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +6 -0
- package/es/components/button-print/src/utils/print.js +1 -325
- package/es/components/button-print/src/utils/print2.js +330 -0
- package/es/components/chunk-upload/index.d.ts +22 -28
- package/es/components/chunk-upload/index.js +1 -14
- package/es/components/chunk-upload/index2.js +14 -0
- package/es/components/chunk-upload/src/chunk-upload-new.js +2 -2
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +32 -38
- package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -70
- package/es/components/chunk-upload/src/hooks/upload-computed2.js +70 -0
- package/es/components/chunk-upload/src/hooks/upload-data.js +1 -96
- package/es/components/chunk-upload/src/hooks/upload-data2.js +96 -0
- package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -79
- package/es/components/chunk-upload/src/hooks/vod-computed2.js +79 -0
- package/es/components/chunk-upload/src/hooks/vod-data.js +1 -28
- package/es/components/chunk-upload/src/hooks/vod-data2.js +28 -0
- package/es/components/chunk-upload/src/vod-chunk-upload/index.js +0 -1
- package/es/components/chunk-upload/src/vod-chunk-upload/index2.js +2 -0
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -2
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +22 -28
- package/es/components/drag-layout/index.d.ts +298 -478
- package/es/components/drag-layout/index.js +1 -11
- package/es/components/drag-layout/index2.js +11 -0
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -147
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +79 -110
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +298 -478
- package/es/components/editor/index.js +1 -10
- package/es/components/editor/index2.js +10 -0
- package/es/components/fabric-chart/index.js +1 -10
- package/es/components/fabric-chart/index2.js +10 -0
- package/es/components/fabric-chart/src/FabricChart.js +9 -9
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.js +1 -1
- package/es/components/fabric-chart/src/components/useStyle.js +1 -36
- package/es/components/fabric-chart/src/components/useStyle2.js +36 -0
- package/es/components/fabric-chart/src/hooks/constant.js +1 -36
- package/es/components/fabric-chart/src/hooks/constant2.js +36 -0
- package/es/components/fabric-chart/src/hooks/index.js +9 -9
- package/es/components/fabric-chart/src/hooks/useBottom.js +1 -85
- package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useCenter.js +1 -534
- package/es/components/fabric-chart/src/hooks/useCenter2.js +534 -0
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -60
- package/es/components/fabric-chart/src/hooks/useCumputedPoint2.js +60 -0
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -153
- package/es/components/fabric-chart/src/hooks/useDraw2.js +153 -0
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -85
- package/es/components/fabric-chart/src/hooks/useEvent2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -50
- package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -282
- package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -85
- package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useRight.js +1 -27
- package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
- package/es/components/fabric-chart/src/hooks/useShadow.js +1 -127
- package/es/components/fabric-chart/src/hooks/useShadow2.js +127 -0
- package/es/components/fabric-chart/src/hooks/useTop.js +1 -138
- package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
- package/es/components/fabric-chart/src/interface.js +1 -4
- package/es/components/fabric-chart/src/interface2.js +4 -0
- package/es/{packages/components → components}/fabric-chart/src/utils/index.d.ts +0 -0
- package/es/components/field-set/index.d.ts +92 -142
- package/es/components/field-set/index.js +1 -10
- package/es/components/field-set/index2.js +10 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +92 -142
- package/es/components/form-config/index.d.ts +122 -264
- package/es/components/form-config/index.js +1 -10
- package/es/components/form-config/index2.js +10 -0
- package/es/components/form-config/src/FormConfig.js +3 -3
- package/es/components/form-config/src/FormConfig.vue.d.ts +122 -264
- package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -107
- package/es/components/form-config/src/components/FormConfigDragDisplay.js +2 -2
- package/es/components/form-config/src/components/FormConfigEdit.js +5 -5
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +43 -129
- package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +22 -28
- package/es/components/form-config/src/components/renderer/ComplexNode.js +2 -2
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +22 -28
- package/es/components/form-config/src/components/renderer/DefaultNode.js +4 -4
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +48 -61
- package/es/components/form-config/src/constants/index.js +1 -60
- package/es/components/form-config/src/constants/index2.js +60 -0
- package/es/components/form-config/src/hooks/index.js +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -52
- package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -27
- package/es/components/form-config/src/hooks/useSortalbeConfig2.js +27 -0
- package/es/components/form-config/src/utils/index.js +1 -26
- package/es/components/form-config/src/utils/index2.js +26 -0
- package/es/components/form-render/index.d.ts +31 -69
- package/es/components/form-render/index.js +14 -23
- package/es/components/form-render/index2.js +46 -0
- package/es/components/form-render/src/FormRender.js +12 -22
- package/es/components/form-render/src/FormRender.vue.d.ts +31 -69
- package/es/components/form-render/src/components/renderer/cascader.js +7 -7
- package/es/components/form-render/src/components/renderer/checkbox.js +2 -2
- package/es/components/form-render/src/components/renderer/combination.js +4 -4
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +4 -4
- package/es/components/form-render/src/components/renderer/formItem.js +3 -3
- package/es/components/form-render/src/components/renderer/index.js +1 -1
- package/es/components/form-render/src/components/renderer/index2.js +18 -0
- package/es/components/form-render/src/components/renderer/input.d.ts +10 -2
- package/es/components/form-render/src/components/renderer/input.js +20 -4
- package/es/components/form-render/src/components/renderer/inputGroup.js +1 -8
- package/es/components/form-render/src/components/renderer/inputGroup2.js +8 -0
- package/es/components/form-render/src/components/renderer/inputNumber.js +4 -2
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -33
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate2.js +33 -0
- package/es/components/form-render/src/components/renderer/jsonCombination/index.js +2 -2
- package/es/components/form-render/src/components/renderer/linebar.js +3 -3
- package/es/components/form-render/src/components/renderer/radio.js +2 -2
- package/es/components/form-render/src/components/renderer/select.js +7 -7
- package/es/components/form-render/src/components/renderer/slider.js +3 -3
- package/es/components/form-render/src/components/renderer/switch.js +2 -2
- package/es/components/form-render/src/components/renderer/textarea.d.ts +8 -845
- package/es/components/form-render/src/components/renderer/textarea.js +30 -7
- package/es/components/form-render/src/constants/index.js +1 -41
- package/es/components/form-render/src/constants/index2.js +41 -0
- package/es/components/form-render/src/hooks/index.js +13 -13
- package/es/components/form-render/src/hooks/useAnchor.js +1 -90
- package/es/components/form-render/src/hooks/useAnchor2.js +90 -0
- package/es/components/form-render/src/hooks/useAsyncQueue.js +1 -144
- package/es/components/form-render/src/hooks/useAsyncQueue2.js +144 -0
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -98
- package/es/components/form-render/src/hooks/useBusinessBinding2.js +98 -0
- package/es/components/form-render/src/hooks/useChangeContext.js +1 -20
- package/es/components/form-render/src/hooks/useChangeContext2.js +20 -0
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -0
- package/es/components/form-render/src/hooks/useCommonInjection.js +1 -23
- package/es/components/form-render/src/hooks/useCommonInjection2.js +32 -0
- package/es/components/form-render/src/hooks/useCommonLog.js +1 -10
- package/es/components/form-render/src/hooks/useCommonLog2.js +10 -0
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -243
- package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +243 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -67
- package/es/components/form-render/src/hooks/useFieldNormalize2.js +67 -0
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -38
- package/es/components/form-render/src/hooks/useFieldVisitor2.js +38 -0
- package/es/components/form-render/src/hooks/useFormContext.js +1 -66
- package/es/components/form-render/src/hooks/useFormContext2.js +66 -0
- package/es/components/form-render/src/hooks/useFormField.js +1 -13
- package/es/components/form-render/src/hooks/useFormField2.js +13 -0
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -34
- package/es/components/form-render/src/hooks/useFormItemDeps2.js +34 -0
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -10
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle2.js +10 -0
- package/es/components/form-render/src/hooks/useFormRequest.js +1 -12
- package/es/components/form-render/src/hooks/useFormRequest2.js +12 -0
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -67
- package/es/components/form-render/src/hooks/useFormValidator2.js +67 -0
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -25
- package/es/components/form-render/src/hooks/usePresetScope2.js +25 -0
- package/es/components/form-render/src/utils/business.js +1 -78
- package/es/components/form-render/src/utils/business2.js +78 -0
- package/es/components/form-render/src/utils/dom.js +1 -14
- package/es/components/form-render/src/utils/dom2.js +14 -0
- package/es/components/form-render/src/utils/index.js +3 -4
- package/es/components/form-render/src/utils/schema.d.ts +3 -0
- package/es/components/form-render/src/utils/schema.js +1 -86
- package/es/components/form-render/src/utils/schema2.js +93 -0
- package/es/components/form-table/index.d.ts +408 -654
- package/es/components/form-table/index.js +1 -10
- package/es/components/form-table/index2.js +10 -0
- package/es/components/form-table/src/FormTable.js +2 -2
- package/es/components/form-table/src/FormTable.vue.d.ts +408 -654
- package/es/components/form-table/src/components/index.d.ts +408 -654
- package/es/components/form-table/src/components/index.js +1 -40
- package/es/components/form-table/src/components/index2.js +40 -0
- package/es/components/form-table/src/components/table-age.js +1 -1
- package/es/components/form-table/src/components/table-age.vue.d.ts +61 -101
- package/es/components/form-table/src/components/table-date-picker.js +2 -2
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +26 -59
- package/es/components/form-table/src/components/table-digital.js +1 -1
- package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -26
- package/es/components/form-table/src/components/table-input-password.js +1 -1
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-input.js +1 -1
- package/es/components/form-table/src/components/table-input.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-month-picker.js +2 -2
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +26 -59
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +22 -28
- package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/form-table/src/components/table-search.vue.d.ts +79 -103
- package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/form-table/src/components/table-select-multiple.js +1 -1
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +57 -75
- package/es/components/form-table/src/components/table-select.js +1 -1
- package/es/components/form-table/src/components/table-select.vue.d.ts +57 -75
- package/es/components/form-table/src/components/table-textarea.js +1 -1
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-time-picker.js +2 -2
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +19 -23
- package/es/components/form-table/src/components/table-tree-select.js +1 -1
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +31 -46
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -8
- package/es/components/form-table/src/configs/index.js +1 -67
- package/es/components/form-table/src/configs/index2.js +67 -0
- package/es/components/form-table/src/hooks/index.js +5 -5
- package/es/components/form-table/src/hooks/useBoundDate.js +1 -414
- package/es/components/form-table/src/hooks/useBoundDate2.js +414 -0
- package/es/components/form-table/src/hooks/useDateType.js +1 -160
- package/es/components/form-table/src/hooks/useDateType2.js +160 -0
- package/es/components/form-table/src/hooks/useFormCommon.js +1 -101
- package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
- package/es/components/form-table/src/hooks/useFormEvent.js +1 -68
- package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
- package/es/components/form-table/src/hooks/useItemDefault.js +1 -218
- package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
- package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -18
- package/es/components/form-table/src/hooks/useNuiThemeOverrides2.js +18 -0
- package/es/components/form-table/src/hooks/useSearch.js +1 -1154
- package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
- package/es/components/form-table/src/hooks/useValidate.js +1 -480
- package/es/components/form-table/src/hooks/useValidate2.js +480 -0
- package/es/components/grid/index.js +1 -13
- package/es/components/grid/index2.js +13 -0
- package/es/components/grid/src/Grid.js +1 -1
- package/es/components/grid/src/hooks.js +1 -165
- package/es/components/grid/src/hooks2.js +165 -0
- package/es/components/index.js +39 -96
- package/es/components/index2.js +79 -0
- package/es/components/info-header/index.d.ts +58 -233
- package/es/components/info-header/index.js +1 -10
- package/es/components/info-header/index2.js +10 -0
- package/es/components/info-header/src/HiddenContent.vue.d.ts +5 -12
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +5 -12
- package/es/components/info-header/src/InfoHeader.vue.d.ts +58 -233
- package/es/components/map/index.d.ts +28 -37
- package/es/components/map/index.js +1 -10
- package/es/components/map/index2.js +10 -0
- package/es/components/map/src/Map.vue.d.ts +28 -37
- package/es/components/scale-view/index.d.ts +60 -74
- package/es/components/scale-view/index.js +1 -35
- package/es/components/scale-view/index2.js +35 -0
- package/es/components/scale-view/src/ScaleView.js +8 -8
- package/es/components/scale-view/src/ScaleView.vue.d.ts +60 -74
- package/es/components/scale-view/src/components/EvaluateCountdown.js +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.js +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +22 -28
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/composables/choose-common.js +1 -83
- package/es/components/scale-view/src/components/composables/choose-common2.js +83 -0
- package/es/components/scale-view/src/components/formitem/address.js +1 -3993
- package/es/components/scale-view/src/components/formitem/address2.js +3993 -0
- package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -8
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -309
- package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
- package/es/components/scale-view/src/hooks/scaleview-init.js +1 -437
- package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +1 -81
- package/es/components/scale-view/src/hooks/scaleview-props2.js +81 -0
- package/es/components/scale-view/src/hooks/scaleview-state.js +1 -38
- package/es/components/scale-view/src/hooks/scaleview-state2.js +38 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -154
- package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
- package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -187
- package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
- package/es/components/scale-view/src/hooks/use-component.d.ts +177 -623
- package/es/components/scale-view/src/hooks/use-component.js +1 -82
- package/es/components/scale-view/src/hooks/use-component2.js +82 -0
- package/es/components/scale-view/src/hooks/use-evaluate.js +1 -150
- package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
- package/es/components/scale-view/src/hooks/use-event.js +1 -129
- package/es/components/scale-view/src/hooks/use-event2.js +129 -0
- package/es/components/scale-view/src/hooks/use-noData.js +1 -41
- package/es/components/scale-view/src/hooks/use-noData2.js +41 -0
- package/es/components/scale-view/src/utils/judge-types.js +1 -36
- package/es/components/scale-view/src/utils/judge-types2.js +36 -0
- package/es/components/select-label/index.d.ts +253 -905
- package/es/components/select-label/index.js +1 -15
- package/es/components/select-label/index2.js +15 -0
- package/es/components/select-label/src/LabelFormContent.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +98 -313
- package/es/components/select-label/src/SelectLabel.vue.d.ts +162 -607
- package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue.d.ts +70 -246
- package/es/components/select-person/index.d.ts +111 -151
- package/es/components/select-person/index.js +1 -10
- package/es/components/select-person/index2.js +10 -0
- package/es/components/select-person/src/SearchTree.vue.d.ts +40 -55
- package/es/components/select-person/src/SelectPerson.vue.d.ts +117 -159
- package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/select-person/src/utils/index.js +1 -84
- package/es/components/select-person/src/utils/index2.js +84 -0
- package/es/components/shortcut-provider/index.js +3 -12
- package/es/components/shortcut-provider/index2.js +13 -0
- package/es/components/shortcut-provider/src/ShortcutProvider.js +3 -3
- package/es/components/shortcut-provider/src/constants/index.js +1 -8
- package/es/components/shortcut-provider/src/constants/index2.js +8 -0
- package/es/components/shortcut-provider/src/hooks/index.js +2 -2
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -12
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -181
- package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
- package/es/components/shortcut-provider/src/utils/index.js +1 -59
- package/es/components/shortcut-provider/src/utils/index2.js +59 -0
- package/es/components/shortcut-setter/index.d.ts +31 -69
- package/es/components/shortcut-setter/index.js +1 -10
- package/es/components/shortcut-setter/index2.js +10 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.js +4 -4
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +31 -69
- package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +6 -9
- package/es/components/steps-wheel/index.d.ts +2 -8
- package/es/components/steps-wheel/index.js +1 -10
- package/es/components/steps-wheel/index2.js +10 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +2 -8
- package/es/components/time-line/index.d.ts +30 -55
- package/es/components/time-line/index.js +1 -10
- package/es/components/time-line/index2.js +10 -0
- package/es/components/time-line/src/TimeLine.vue.d.ts +30 -55
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +22 -28
- package/es/shared/components/SelectPage/index.js +0 -1
- package/es/shared/components/SelectPage/index2.js +2 -0
- package/es/shared/components/SlotRender/index.js +0 -1
- package/es/shared/components/SlotRender/index2.js +2 -0
- package/es/shared/components/SvgIcon/index.js +0 -1
- package/es/shared/components/SvgIcon/index2.js +2 -0
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -8
- package/es/shared/components/TextOverTooltip/index.js +0 -1
- package/es/shared/components/TextOverTooltip/index2.js +2 -0
- package/es/shared/global/variable.js +1 -4
- package/es/shared/global/variable2.js +4 -0
- package/es/shared/utils/anime.js +1 -129
- package/es/shared/utils/anime2.js +129 -0
- package/es/shared/utils/clickoutside.js +1 -48
- package/es/shared/utils/clickoutside2.js +48 -0
- package/es/shared/utils/colorLog.js +1 -44
- package/es/shared/utils/colorLog2.js +44 -0
- package/es/shared/utils/index.js +1 -25
- package/es/shared/utils/index2.js +25 -0
- package/es/shared/utils/loadViewer.js +1 -11
- package/es/shared/utils/loadViewer2.js +11 -0
- package/es/shared/utils/loadVxe.js +1 -12
- package/es/shared/utils/loadVxe2.js +12 -0
- package/es/shared/utils/state.js +1 -44
- package/es/shared/utils/state2.js +44 -0
- package/es/shared/utils/tapable/AsyncParallelBailHook.js +2 -17
- package/es/shared/utils/tapable/AsyncParallelHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesBailHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -19
- package/es/shared/utils/tapable/SyncBailHook.js +2 -23
- package/es/shared/utils/tapable/SyncHook.js +2 -23
- package/es/shared/utils/tapable/SyncLoopHook.js +2 -23
- package/es/{packages/shared → shared}/utils/tapable/index.d.ts +0 -0
- package/es/shared/utils/utilExpand.d.ts +1 -1
- package/es/shared/utils/utilExpand.js +47 -46
- package/es/shared/utils/vexutils.js +1 -22
- package/package.json +2 -2
- package/es/components/big-table/src/components/edit-form/edit-select-table.js +0 -149
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
- package/es/components/bpmn-workflow/src/custom/customModeler/index.js +0 -12
- package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
- package/es/components/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
- package/es/components/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
- package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
- package/es/components/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -80
- package/es/shared/components/player-vod/index.js +0 -14
- package/es/shared/components/player-vod/video-list.js +0 -126
- package/es/shared/core/create.js +0 -8
- package/es/shared/utils/crypto.js +0 -25
- package/es/shared/utils/tapable/HookMap.js +0 -32
- package/es/shared/utils/tapable/MultiHook.js +0 -38
- package/es/shared/utils/tapable/index.js +0 -12
|
@@ -1,11 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import '../../shared/utils/utilExpand.js';
|
|
4
|
-
import script from './src/DragLayout.js';
|
|
5
|
-
|
|
6
|
-
const DragLayout = script;
|
|
7
|
-
DragLayout.install = function(app) {
|
|
8
|
-
safeComponentRegister(app, DragLayout, COMPONENT_NAMESPACE + "DragLayout");
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
export { DragLayout as default };
|
|
1
|
+
export { default } from './index2.js';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { COMPONENT_NAMESPACE } from '../../shared/global/variable2.js';
|
|
2
|
+
import { safeComponentRegister } from '../../shared/utils/index2.js';
|
|
3
|
+
import '../../shared/utils/utilExpand.js';
|
|
4
|
+
import script from './src/DragLayout.js';
|
|
5
|
+
|
|
6
|
+
const DragLayout = script;
|
|
7
|
+
DragLayout.install = function(app) {
|
|
8
|
+
safeComponentRegister(app, DragLayout, COMPONENT_NAMESPACE + "DragLayout");
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export { DragLayout as default };
|
|
@@ -52,7 +52,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
52
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
53
53
|
readonly default: undefined;
|
|
54
54
|
};
|
|
55
|
-
readonly panel: BooleanConstructor;
|
|
56
55
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
57
56
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
58
57
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -123,8 +122,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
122
|
calendarLeftPaddingYear: string;
|
|
124
123
|
calendarLeftPaddingQuarter: string;
|
|
125
124
|
calendarLeftPaddingMonthrange: string;
|
|
126
|
-
calendarLeftPaddingQuarterrange: string;
|
|
127
|
-
calendarLeftPaddingYearrange: string;
|
|
128
125
|
calendarRightPaddingDate: string;
|
|
129
126
|
calendarRightPaddingDatetime: string;
|
|
130
127
|
calendarRightPaddingDaterange: string;
|
|
@@ -133,8 +130,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
130
|
calendarRightPaddingYear: string;
|
|
134
131
|
calendarRightPaddingQuarter: string;
|
|
135
132
|
calendarRightPaddingMonthrange: string;
|
|
136
|
-
calendarRightPaddingQuarterrange: string;
|
|
137
|
-
calendarRightPaddingYearrange: string;
|
|
138
133
|
}, {
|
|
139
134
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
140
135
|
countTextColor: string;
|
|
@@ -741,8 +736,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
741
736
|
calendarLeftPaddingYear: string;
|
|
742
737
|
calendarLeftPaddingQuarter: string;
|
|
743
738
|
calendarLeftPaddingMonthrange: string;
|
|
744
|
-
calendarLeftPaddingQuarterrange: string;
|
|
745
|
-
calendarLeftPaddingYearrange: string;
|
|
746
739
|
calendarRightPaddingDate: string;
|
|
747
740
|
calendarRightPaddingDatetime: string;
|
|
748
741
|
calendarRightPaddingDaterange: string;
|
|
@@ -751,8 +744,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
751
744
|
calendarRightPaddingYear: string;
|
|
752
745
|
calendarRightPaddingQuarter: string;
|
|
753
746
|
calendarRightPaddingMonthrange: string;
|
|
754
|
-
calendarRightPaddingQuarterrange: string;
|
|
755
|
-
calendarRightPaddingYearrange: string;
|
|
756
747
|
}, {
|
|
757
748
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
758
749
|
countTextColor: string;
|
|
@@ -1359,8 +1350,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1359
1350
|
calendarLeftPaddingYear: string;
|
|
1360
1351
|
calendarLeftPaddingQuarter: string;
|
|
1361
1352
|
calendarLeftPaddingMonthrange: string;
|
|
1362
|
-
calendarLeftPaddingQuarterrange: string;
|
|
1363
|
-
calendarLeftPaddingYearrange: string;
|
|
1364
1353
|
calendarRightPaddingDate: string;
|
|
1365
1354
|
calendarRightPaddingDatetime: string;
|
|
1366
1355
|
calendarRightPaddingDaterange: string;
|
|
@@ -1369,8 +1358,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1369
1358
|
calendarRightPaddingYear: string;
|
|
1370
1359
|
calendarRightPaddingQuarter: string;
|
|
1371
1360
|
calendarRightPaddingMonthrange: string;
|
|
1372
|
-
calendarRightPaddingQuarterrange: string;
|
|
1373
|
-
calendarRightPaddingYearrange: string;
|
|
1374
1361
|
}, {
|
|
1375
1362
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1376
1363
|
countTextColor: string;
|
|
@@ -1942,8 +1929,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1942
1929
|
contentRef: HTMLElement | null;
|
|
1943
1930
|
containerScrollTop: number;
|
|
1944
1931
|
syncUnifiedContainer: () => void;
|
|
1945
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1946
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1932
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
1933
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
1947
1934
|
sync: () => void;
|
|
1948
1935
|
handleMouseEnterWrapper: () => void;
|
|
1949
1936
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -1954,8 +1941,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1954
1941
|
contentRef: HTMLElement | null;
|
|
1955
1942
|
containerScrollTop: number;
|
|
1956
1943
|
syncUnifiedContainer: () => void;
|
|
1957
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1958
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1944
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
1945
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
1959
1946
|
sync: () => void;
|
|
1960
1947
|
handleMouseEnterWrapper: () => void;
|
|
1961
1948
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -1971,8 +1958,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1971
1958
|
contentRef: HTMLElement | null;
|
|
1972
1959
|
containerScrollTop: number;
|
|
1973
1960
|
syncUnifiedContainer: () => void;
|
|
1974
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1975
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1961
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
1962
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
1976
1963
|
sync: () => void;
|
|
1977
1964
|
handleMouseEnterWrapper: () => void;
|
|
1978
1965
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -1983,8 +1970,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1983
1970
|
contentRef: HTMLElement | null;
|
|
1984
1971
|
containerScrollTop: number;
|
|
1985
1972
|
syncUnifiedContainer: () => void;
|
|
1986
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1987
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1973
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
1974
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
1988
1975
|
sync: () => void;
|
|
1989
1976
|
handleMouseEnterWrapper: () => void;
|
|
1990
1977
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -1995,8 +1982,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1995
1982
|
contentRef: HTMLElement | null;
|
|
1996
1983
|
containerScrollTop: number;
|
|
1997
1984
|
syncUnifiedContainer: () => void;
|
|
1998
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1999
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1985
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
1986
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
2000
1987
|
sync: () => void;
|
|
2001
1988
|
handleMouseEnterWrapper: () => void;
|
|
2002
1989
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2007,8 +1994,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2007
1994
|
contentRef: HTMLElement | null;
|
|
2008
1995
|
containerScrollTop: number;
|
|
2009
1996
|
syncUnifiedContainer: () => void;
|
|
2010
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2011
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1997
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
1998
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
2012
1999
|
sync: () => void;
|
|
2013
2000
|
handleMouseEnterWrapper: () => void;
|
|
2014
2001
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2051,9 +2038,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2051
2038
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2052
2039
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2053
2040
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2054
|
-
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
2055
2041
|
handleClickOutside: (e: MouseEvent) => void;
|
|
2056
|
-
|
|
2042
|
+
handleKeyDown: (e: KeyboardEvent) => void;
|
|
2057
2043
|
handleClear: () => void;
|
|
2058
2044
|
handlePanelClear: () => void;
|
|
2059
2045
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -2108,11 +2094,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2108
2094
|
opacity5: string;
|
|
2109
2095
|
dividerColor: string;
|
|
2110
2096
|
borderColor: string;
|
|
2111
|
-
|
|
2112
|
-
closeIconColorHover: string;
|
|
2113
|
-
closeIconColorPressed: string;
|
|
2097
|
+
closeColor: string;
|
|
2114
2098
|
closeColorHover: string;
|
|
2115
2099
|
closeColorPressed: string;
|
|
2100
|
+
closeColorDisabled: string;
|
|
2116
2101
|
clearColor: string;
|
|
2117
2102
|
clearColorHover: string;
|
|
2118
2103
|
clearColorPressed: string;
|
|
@@ -2223,8 +2208,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2223
2208
|
calendarLeftPaddingYear: string;
|
|
2224
2209
|
calendarLeftPaddingQuarter: string;
|
|
2225
2210
|
calendarLeftPaddingMonthrange: string;
|
|
2226
|
-
calendarLeftPaddingQuarterrange: string;
|
|
2227
|
-
calendarLeftPaddingYearrange: string;
|
|
2228
2211
|
calendarRightPaddingDate: string;
|
|
2229
2212
|
calendarRightPaddingDatetime: string;
|
|
2230
2213
|
calendarRightPaddingDaterange: string;
|
|
@@ -2233,8 +2216,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2233
2216
|
calendarRightPaddingYear: string;
|
|
2234
2217
|
calendarRightPaddingQuarter: string;
|
|
2235
2218
|
calendarRightPaddingMonthrange: string;
|
|
2236
|
-
calendarRightPaddingQuarterrange: string;
|
|
2237
|
-
calendarRightPaddingYearrange: string;
|
|
2238
2219
|
};
|
|
2239
2220
|
peers: {
|
|
2240
2221
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
@@ -3184,7 +3165,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3184
3165
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
3185
3166
|
readonly default: undefined;
|
|
3186
3167
|
};
|
|
3187
|
-
readonly panel: BooleanConstructor;
|
|
3188
3168
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
3189
3169
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
3190
3170
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -3255,8 +3235,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3255
3235
|
calendarLeftPaddingYear: string;
|
|
3256
3236
|
calendarLeftPaddingQuarter: string;
|
|
3257
3237
|
calendarLeftPaddingMonthrange: string;
|
|
3258
|
-
calendarLeftPaddingQuarterrange: string;
|
|
3259
|
-
calendarLeftPaddingYearrange: string;
|
|
3260
3238
|
calendarRightPaddingDate: string;
|
|
3261
3239
|
calendarRightPaddingDatetime: string;
|
|
3262
3240
|
calendarRightPaddingDaterange: string;
|
|
@@ -3265,8 +3243,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3265
3243
|
calendarRightPaddingYear: string;
|
|
3266
3244
|
calendarRightPaddingQuarter: string;
|
|
3267
3245
|
calendarRightPaddingMonthrange: string;
|
|
3268
|
-
calendarRightPaddingQuarterrange: string;
|
|
3269
|
-
calendarRightPaddingYearrange: string;
|
|
3270
3246
|
}, {
|
|
3271
3247
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3272
3248
|
countTextColor: string;
|
|
@@ -3873,8 +3849,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3873
3849
|
calendarLeftPaddingYear: string;
|
|
3874
3850
|
calendarLeftPaddingQuarter: string;
|
|
3875
3851
|
calendarLeftPaddingMonthrange: string;
|
|
3876
|
-
calendarLeftPaddingQuarterrange: string;
|
|
3877
|
-
calendarLeftPaddingYearrange: string;
|
|
3878
3852
|
calendarRightPaddingDate: string;
|
|
3879
3853
|
calendarRightPaddingDatetime: string;
|
|
3880
3854
|
calendarRightPaddingDaterange: string;
|
|
@@ -3883,8 +3857,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3883
3857
|
calendarRightPaddingYear: string;
|
|
3884
3858
|
calendarRightPaddingQuarter: string;
|
|
3885
3859
|
calendarRightPaddingMonthrange: string;
|
|
3886
|
-
calendarRightPaddingQuarterrange: string;
|
|
3887
|
-
calendarRightPaddingYearrange: string;
|
|
3888
3860
|
}, {
|
|
3889
3861
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3890
3862
|
countTextColor: string;
|
|
@@ -4491,8 +4463,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4491
4463
|
calendarLeftPaddingYear: string;
|
|
4492
4464
|
calendarLeftPaddingQuarter: string;
|
|
4493
4465
|
calendarLeftPaddingMonthrange: string;
|
|
4494
|
-
calendarLeftPaddingQuarterrange: string;
|
|
4495
|
-
calendarLeftPaddingYearrange: string;
|
|
4496
4466
|
calendarRightPaddingDate: string;
|
|
4497
4467
|
calendarRightPaddingDatetime: string;
|
|
4498
4468
|
calendarRightPaddingDaterange: string;
|
|
@@ -4501,8 +4471,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4501
4471
|
calendarRightPaddingYear: string;
|
|
4502
4472
|
calendarRightPaddingQuarter: string;
|
|
4503
4473
|
calendarRightPaddingMonthrange: string;
|
|
4504
|
-
calendarRightPaddingQuarterrange: string;
|
|
4505
|
-
calendarRightPaddingYearrange: string;
|
|
4506
4474
|
}, {
|
|
4507
4475
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4508
4476
|
countTextColor: string;
|
|
@@ -5060,18 +5028,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5060
5028
|
}, any>;
|
|
5061
5029
|
}>>>;
|
|
5062
5030
|
}>>, {
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5071
|
-
|
|
5072
|
-
|
|
5073
|
-
|
|
5074
|
-
readonly bindCalendarMonths: boolean;
|
|
5031
|
+
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
5032
|
+
show: boolean | undefined;
|
|
5033
|
+
disabled: boolean | undefined;
|
|
5034
|
+
to: string | boolean | HTMLElement;
|
|
5035
|
+
bordered: boolean | undefined;
|
|
5036
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
5037
|
+
clearable: boolean;
|
|
5038
|
+
inputReadonly: boolean;
|
|
5039
|
+
updateValueOnClose: boolean;
|
|
5040
|
+
closeOnSelect: boolean;
|
|
5041
|
+
bindCalendarMonths: boolean;
|
|
5075
5042
|
}>;
|
|
5076
5043
|
NSelect: import("vue").DefineComponent<{
|
|
5077
5044
|
readonly to: {
|
|
@@ -5107,7 +5074,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5107
5074
|
};
|
|
5108
5075
|
readonly remote: BooleanConstructor;
|
|
5109
5076
|
readonly loading: BooleanConstructor;
|
|
5110
|
-
readonly filter:
|
|
5077
|
+
readonly filter: {
|
|
5078
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
5079
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
5080
|
+
};
|
|
5111
5081
|
readonly placement: {
|
|
5112
5082
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
5113
5083
|
readonly default: "bottom-start";
|
|
@@ -5117,10 +5087,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5117
5087
|
readonly default: "trigger";
|
|
5118
5088
|
};
|
|
5119
5089
|
readonly tag: BooleanConstructor;
|
|
5120
|
-
readonly onCreate:
|
|
5090
|
+
readonly onCreate: {
|
|
5091
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
5092
|
+
readonly default: (label: string) => {
|
|
5093
|
+
label: string;
|
|
5094
|
+
value: string;
|
|
5095
|
+
};
|
|
5096
|
+
};
|
|
5121
5097
|
readonly fallbackOption: {
|
|
5122
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
5123
|
-
readonly default:
|
|
5098
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
5099
|
+
readonly default: () => (value: string | number) => {
|
|
5100
|
+
label: string;
|
|
5101
|
+
value: string | number;
|
|
5102
|
+
};
|
|
5124
5103
|
};
|
|
5125
5104
|
readonly show: {
|
|
5126
5105
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -5139,18 +5118,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5139
5118
|
readonly type: BooleanConstructor;
|
|
5140
5119
|
readonly default: true;
|
|
5141
5120
|
};
|
|
5142
|
-
readonly labelField: {
|
|
5143
|
-
readonly type: StringConstructor;
|
|
5144
|
-
readonly default: "label";
|
|
5145
|
-
};
|
|
5146
|
-
readonly valueField: {
|
|
5147
|
-
readonly type: StringConstructor;
|
|
5148
|
-
readonly default: "value";
|
|
5149
|
-
};
|
|
5150
|
-
readonly childrenField: {
|
|
5151
|
-
readonly type: StringConstructor;
|
|
5152
|
-
readonly default: "children";
|
|
5153
|
-
};
|
|
5154
5121
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
5155
5122
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
5156
5123
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -5173,10 +5140,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5173
5140
|
readonly default: true;
|
|
5174
5141
|
};
|
|
5175
5142
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5176
|
-
readonly internalShowCheckmark: {
|
|
5177
|
-
readonly type: BooleanConstructor;
|
|
5178
|
-
readonly default: true;
|
|
5179
|
-
};
|
|
5180
5143
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
5181
5144
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
5182
5145
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -5272,7 +5235,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5272
5235
|
optionCheckColor: string;
|
|
5273
5236
|
optionColorPending: string;
|
|
5274
5237
|
optionColorActive: string;
|
|
5275
|
-
optionColorActivePending: string;
|
|
5276
5238
|
actionTextColor: string;
|
|
5277
5239
|
loadingColor: string;
|
|
5278
5240
|
height: string;
|
|
@@ -5398,7 +5360,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5398
5360
|
optionCheckColor: string;
|
|
5399
5361
|
optionColorPending: string;
|
|
5400
5362
|
optionColorActive: string;
|
|
5401
|
-
optionColorActivePending: string;
|
|
5402
5363
|
actionTextColor: string;
|
|
5403
5364
|
loadingColor: string;
|
|
5404
5365
|
height: string;
|
|
@@ -5524,7 +5485,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5524
5485
|
optionCheckColor: string;
|
|
5525
5486
|
optionColorPending: string;
|
|
5526
5487
|
optionColorActive: string;
|
|
5527
|
-
optionColorActivePending: string;
|
|
5528
5488
|
actionTextColor: string;
|
|
5529
5489
|
loadingColor: string;
|
|
5530
5490
|
height: string;
|
|
@@ -5654,11 +5614,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5654
5614
|
opacity5: string;
|
|
5655
5615
|
dividerColor: string;
|
|
5656
5616
|
borderColor: string;
|
|
5657
|
-
|
|
5658
|
-
closeIconColorHover: string;
|
|
5659
|
-
closeIconColorPressed: string;
|
|
5617
|
+
closeColor: string;
|
|
5660
5618
|
closeColorHover: string;
|
|
5661
5619
|
closeColorPressed: string;
|
|
5620
|
+
closeColorDisabled: string;
|
|
5662
5621
|
clearColor: string;
|
|
5663
5622
|
clearColorHover: string;
|
|
5664
5623
|
clearColorPressed: string;
|
|
@@ -5813,7 +5772,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5813
5772
|
optionCheckColor: string;
|
|
5814
5773
|
optionColorPending: string;
|
|
5815
5774
|
optionColorActive: string;
|
|
5816
|
-
optionColorActivePending: string;
|
|
5817
5775
|
actionTextColor: string;
|
|
5818
5776
|
loadingColor: string;
|
|
5819
5777
|
height: string;
|
|
@@ -5929,7 +5887,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5929
5887
|
};
|
|
5930
5888
|
readonly remote: BooleanConstructor;
|
|
5931
5889
|
readonly loading: BooleanConstructor;
|
|
5932
|
-
readonly filter:
|
|
5890
|
+
readonly filter: {
|
|
5891
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
5892
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
5893
|
+
};
|
|
5933
5894
|
readonly placement: {
|
|
5934
5895
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
5935
5896
|
readonly default: "bottom-start";
|
|
@@ -5939,10 +5900,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5939
5900
|
readonly default: "trigger";
|
|
5940
5901
|
};
|
|
5941
5902
|
readonly tag: BooleanConstructor;
|
|
5942
|
-
readonly onCreate:
|
|
5903
|
+
readonly onCreate: {
|
|
5904
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
5905
|
+
readonly default: (label: string) => {
|
|
5906
|
+
label: string;
|
|
5907
|
+
value: string;
|
|
5908
|
+
};
|
|
5909
|
+
};
|
|
5943
5910
|
readonly fallbackOption: {
|
|
5944
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
5945
|
-
readonly default:
|
|
5911
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
5912
|
+
readonly default: () => (value: string | number) => {
|
|
5913
|
+
label: string;
|
|
5914
|
+
value: string | number;
|
|
5915
|
+
};
|
|
5946
5916
|
};
|
|
5947
5917
|
readonly show: {
|
|
5948
5918
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -5961,18 +5931,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5961
5931
|
readonly type: BooleanConstructor;
|
|
5962
5932
|
readonly default: true;
|
|
5963
5933
|
};
|
|
5964
|
-
readonly labelField: {
|
|
5965
|
-
readonly type: StringConstructor;
|
|
5966
|
-
readonly default: "label";
|
|
5967
|
-
};
|
|
5968
|
-
readonly valueField: {
|
|
5969
|
-
readonly type: StringConstructor;
|
|
5970
|
-
readonly default: "value";
|
|
5971
|
-
};
|
|
5972
|
-
readonly childrenField: {
|
|
5973
|
-
readonly type: StringConstructor;
|
|
5974
|
-
readonly default: "children";
|
|
5975
|
-
};
|
|
5976
5934
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
5977
5935
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
5978
5936
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -5995,10 +5953,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5995
5953
|
readonly default: true;
|
|
5996
5954
|
};
|
|
5997
5955
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5998
|
-
readonly internalShowCheckmark: {
|
|
5999
|
-
readonly type: BooleanConstructor;
|
|
6000
|
-
readonly default: true;
|
|
6001
|
-
};
|
|
6002
5956
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
6003
5957
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
6004
5958
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -6094,7 +6048,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6094
6048
|
optionCheckColor: string;
|
|
6095
6049
|
optionColorPending: string;
|
|
6096
6050
|
optionColorActive: string;
|
|
6097
|
-
optionColorActivePending: string;
|
|
6098
6051
|
actionTextColor: string;
|
|
6099
6052
|
loadingColor: string;
|
|
6100
6053
|
height: string;
|
|
@@ -6220,7 +6173,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6220
6173
|
optionCheckColor: string;
|
|
6221
6174
|
optionColorPending: string;
|
|
6222
6175
|
optionColorActive: string;
|
|
6223
|
-
optionColorActivePending: string;
|
|
6224
6176
|
actionTextColor: string;
|
|
6225
6177
|
loadingColor: string;
|
|
6226
6178
|
height: string;
|
|
@@ -6346,7 +6298,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6346
6298
|
optionCheckColor: string;
|
|
6347
6299
|
optionColorPending: string;
|
|
6348
6300
|
optionColorActive: string;
|
|
6349
|
-
optionColorActivePending: string;
|
|
6350
6301
|
actionTextColor: string;
|
|
6351
6302
|
loadingColor: string;
|
|
6352
6303
|
height: string;
|
|
@@ -6380,31 +6331,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6380
6331
|
}>;
|
|
6381
6332
|
}>>>;
|
|
6382
6333
|
}>>, {
|
|
6383
|
-
|
|
6384
|
-
|
|
6385
|
-
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
|
|
6389
|
-
|
|
6390
|
-
|
|
6391
|
-
|
|
6392
|
-
|
|
6393
|
-
|
|
6394
|
-
|
|
6395
|
-
|
|
6396
|
-
|
|
6397
|
-
|
|
6398
|
-
|
|
6399
|
-
|
|
6400
|
-
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
readonly consistentMenuWidth: boolean;
|
|
6407
|
-
readonly childrenField: string;
|
|
6334
|
+
tag: boolean;
|
|
6335
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
6336
|
+
show: boolean | undefined;
|
|
6337
|
+
multiple: boolean;
|
|
6338
|
+
disabled: boolean | undefined;
|
|
6339
|
+
to: string | boolean | HTMLElement;
|
|
6340
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
6341
|
+
loading: boolean;
|
|
6342
|
+
bordered: boolean | undefined;
|
|
6343
|
+
placement: import("naive-ui").PopoverPlacement;
|
|
6344
|
+
virtualScroll: boolean;
|
|
6345
|
+
resetMenuOnOptionsChange: boolean;
|
|
6346
|
+
showArrow: boolean;
|
|
6347
|
+
displayDirective: "show" | "if";
|
|
6348
|
+
filterable: boolean;
|
|
6349
|
+
clearable: boolean;
|
|
6350
|
+
clearFilterAfterSelect: boolean;
|
|
6351
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
6352
|
+
remote: boolean;
|
|
6353
|
+
widthMode: string;
|
|
6354
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
6355
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
6356
|
+
consistentMenuWidth: boolean;
|
|
6408
6357
|
}>;
|
|
6409
6358
|
NRadio: import("vue").DefineComponent<{
|
|
6410
6359
|
name: StringConstructor;
|
|
@@ -6872,11 +6821,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6872
6821
|
opacity5: string;
|
|
6873
6822
|
dividerColor: string;
|
|
6874
6823
|
borderColor: string;
|
|
6875
|
-
|
|
6876
|
-
closeIconColorHover: string;
|
|
6877
|
-
closeIconColorPressed: string;
|
|
6824
|
+
closeColor: string;
|
|
6878
6825
|
closeColorHover: string;
|
|
6879
6826
|
closeColorPressed: string;
|
|
6827
|
+
closeColorDisabled: string;
|
|
6880
6828
|
clearColor: string;
|
|
6881
6829
|
clearColorHover: string;
|
|
6882
6830
|
clearColorPressed: string;
|
|
@@ -7126,8 +7074,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7126
7074
|
}>>, {
|
|
7127
7075
|
disabled: boolean | undefined;
|
|
7128
7076
|
checked: string | number | boolean | undefined;
|
|
7129
|
-
indeterminate: boolean;
|
|
7130
7077
|
focusable: boolean;
|
|
7078
|
+
indeterminate: boolean;
|
|
7131
7079
|
defaultChecked: string | number | boolean;
|
|
7132
7080
|
checkedValue: string | number | boolean;
|
|
7133
7081
|
uncheckedValue: string | number | boolean;
|
|
@@ -7191,7 +7139,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7191
7139
|
type: BooleanConstructor;
|
|
7192
7140
|
default: undefined;
|
|
7193
7141
|
};
|
|
7194
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
7195
7142
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
7196
7143
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
7197
7144
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -7412,8 +7359,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7412
7359
|
contentRef: HTMLElement | null;
|
|
7413
7360
|
containerScrollTop: number;
|
|
7414
7361
|
syncUnifiedContainer: () => void;
|
|
7415
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
7416
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
7362
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
7363
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
7417
7364
|
sync: () => void;
|
|
7418
7365
|
handleMouseEnterWrapper: () => void;
|
|
7419
7366
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -7447,7 +7394,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7447
7394
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
7448
7395
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
7449
7396
|
handleInputBlur: (e: FocusEvent) => void;
|
|
7450
|
-
handleInputFocus: (e: FocusEvent
|
|
7397
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
7451
7398
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
7452
7399
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
7453
7400
|
handleMouseEnter: () => void;
|
|
@@ -7458,7 +7405,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7458
7405
|
handleClear: (e: MouseEvent) => void;
|
|
7459
7406
|
handlePasswordToggleClick: () => void;
|
|
7460
7407
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
7461
|
-
|
|
7408
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
7462
7409
|
handleTextAreaMirrorResize: () => void;
|
|
7463
7410
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
7464
7411
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -7502,11 +7449,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7502
7449
|
opacity5: string;
|
|
7503
7450
|
dividerColor: string;
|
|
7504
7451
|
borderColor: string;
|
|
7505
|
-
|
|
7506
|
-
closeIconColorHover: string;
|
|
7507
|
-
closeIconColorPressed: string;
|
|
7452
|
+
closeColor: string;
|
|
7508
7453
|
closeColorHover: string;
|
|
7509
7454
|
closeColorPressed: string;
|
|
7455
|
+
closeColorDisabled: string;
|
|
7510
7456
|
clearColor: string;
|
|
7511
7457
|
clearColorHover: string;
|
|
7512
7458
|
clearColorPressed: string;
|
|
@@ -7747,7 +7693,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7747
7693
|
type: BooleanConstructor;
|
|
7748
7694
|
default: undefined;
|
|
7749
7695
|
};
|
|
7750
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
7751
7696
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
7752
7697
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
7753
7698
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|