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
|
@@ -209,7 +209,10 @@ export declare function useComponents(): {
|
|
|
209
209
|
};
|
|
210
210
|
readonly remote: BooleanConstructor;
|
|
211
211
|
readonly loading: BooleanConstructor;
|
|
212
|
-
readonly filter:
|
|
212
|
+
readonly filter: {
|
|
213
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
214
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
215
|
+
};
|
|
213
216
|
readonly placement: {
|
|
214
217
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
215
218
|
readonly default: "bottom-start";
|
|
@@ -219,10 +222,19 @@ export declare function useComponents(): {
|
|
|
219
222
|
readonly default: "trigger";
|
|
220
223
|
};
|
|
221
224
|
readonly tag: BooleanConstructor;
|
|
222
|
-
readonly onCreate:
|
|
225
|
+
readonly onCreate: {
|
|
226
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
227
|
+
readonly default: (label: string) => {
|
|
228
|
+
label: string;
|
|
229
|
+
value: string;
|
|
230
|
+
};
|
|
231
|
+
};
|
|
223
232
|
readonly fallbackOption: {
|
|
224
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
225
|
-
readonly default:
|
|
233
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
234
|
+
readonly default: () => (value: string | number) => {
|
|
235
|
+
label: string;
|
|
236
|
+
value: string | number;
|
|
237
|
+
};
|
|
226
238
|
};
|
|
227
239
|
readonly show: {
|
|
228
240
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -241,18 +253,6 @@ export declare function useComponents(): {
|
|
|
241
253
|
readonly type: BooleanConstructor;
|
|
242
254
|
readonly default: true;
|
|
243
255
|
};
|
|
244
|
-
readonly labelField: {
|
|
245
|
-
readonly type: StringConstructor;
|
|
246
|
-
readonly default: "label";
|
|
247
|
-
};
|
|
248
|
-
readonly valueField: {
|
|
249
|
-
readonly type: StringConstructor;
|
|
250
|
-
readonly default: "value";
|
|
251
|
-
};
|
|
252
|
-
readonly childrenField: {
|
|
253
|
-
readonly type: StringConstructor;
|
|
254
|
-
readonly default: "children";
|
|
255
|
-
};
|
|
256
256
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
257
257
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
258
258
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -275,10 +275,6 @@ export declare function useComponents(): {
|
|
|
275
275
|
readonly default: true;
|
|
276
276
|
};
|
|
277
277
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
278
|
-
readonly internalShowCheckmark: {
|
|
279
|
-
readonly type: BooleanConstructor;
|
|
280
|
-
readonly default: true;
|
|
281
|
-
};
|
|
282
278
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
283
279
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
284
280
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -374,7 +370,6 @@ export declare function useComponents(): {
|
|
|
374
370
|
optionCheckColor: string;
|
|
375
371
|
optionColorPending: string;
|
|
376
372
|
optionColorActive: string;
|
|
377
|
-
optionColorActivePending: string;
|
|
378
373
|
actionTextColor: string;
|
|
379
374
|
loadingColor: string;
|
|
380
375
|
height: string;
|
|
@@ -500,7 +495,6 @@ export declare function useComponents(): {
|
|
|
500
495
|
optionCheckColor: string;
|
|
501
496
|
optionColorPending: string;
|
|
502
497
|
optionColorActive: string;
|
|
503
|
-
optionColorActivePending: string;
|
|
504
498
|
actionTextColor: string;
|
|
505
499
|
loadingColor: string;
|
|
506
500
|
height: string;
|
|
@@ -626,7 +620,6 @@ export declare function useComponents(): {
|
|
|
626
620
|
optionCheckColor: string;
|
|
627
621
|
optionColorPending: string;
|
|
628
622
|
optionColorActive: string;
|
|
629
|
-
optionColorActivePending: string;
|
|
630
623
|
actionTextColor: string;
|
|
631
624
|
loadingColor: string;
|
|
632
625
|
height: string;
|
|
@@ -756,11 +749,10 @@ export declare function useComponents(): {
|
|
|
756
749
|
opacity5: string;
|
|
757
750
|
dividerColor: string;
|
|
758
751
|
borderColor: string;
|
|
759
|
-
|
|
760
|
-
closeIconColorHover: string;
|
|
761
|
-
closeIconColorPressed: string;
|
|
752
|
+
closeColor: string;
|
|
762
753
|
closeColorHover: string;
|
|
763
754
|
closeColorPressed: string;
|
|
755
|
+
closeColorDisabled: string;
|
|
764
756
|
clearColor: string;
|
|
765
757
|
clearColorHover: string;
|
|
766
758
|
clearColorPressed: string;
|
|
@@ -915,7 +907,6 @@ export declare function useComponents(): {
|
|
|
915
907
|
optionCheckColor: string;
|
|
916
908
|
optionColorPending: string;
|
|
917
909
|
optionColorActive: string;
|
|
918
|
-
optionColorActivePending: string;
|
|
919
910
|
actionTextColor: string;
|
|
920
911
|
loadingColor: string;
|
|
921
912
|
height: string;
|
|
@@ -1031,7 +1022,10 @@ export declare function useComponents(): {
|
|
|
1031
1022
|
};
|
|
1032
1023
|
readonly remote: BooleanConstructor;
|
|
1033
1024
|
readonly loading: BooleanConstructor;
|
|
1034
|
-
readonly filter:
|
|
1025
|
+
readonly filter: {
|
|
1026
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1027
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
1028
|
+
};
|
|
1035
1029
|
readonly placement: {
|
|
1036
1030
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
1037
1031
|
readonly default: "bottom-start";
|
|
@@ -1041,10 +1035,19 @@ export declare function useComponents(): {
|
|
|
1041
1035
|
readonly default: "trigger";
|
|
1042
1036
|
};
|
|
1043
1037
|
readonly tag: BooleanConstructor;
|
|
1044
|
-
readonly onCreate:
|
|
1038
|
+
readonly onCreate: {
|
|
1039
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1040
|
+
readonly default: (label: string) => {
|
|
1041
|
+
label: string;
|
|
1042
|
+
value: string;
|
|
1043
|
+
};
|
|
1044
|
+
};
|
|
1045
1045
|
readonly fallbackOption: {
|
|
1046
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
1047
|
-
readonly default:
|
|
1046
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1047
|
+
readonly default: () => (value: string | number) => {
|
|
1048
|
+
label: string;
|
|
1049
|
+
value: string | number;
|
|
1050
|
+
};
|
|
1048
1051
|
};
|
|
1049
1052
|
readonly show: {
|
|
1050
1053
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -1063,18 +1066,6 @@ export declare function useComponents(): {
|
|
|
1063
1066
|
readonly type: BooleanConstructor;
|
|
1064
1067
|
readonly default: true;
|
|
1065
1068
|
};
|
|
1066
|
-
readonly labelField: {
|
|
1067
|
-
readonly type: StringConstructor;
|
|
1068
|
-
readonly default: "label";
|
|
1069
|
-
};
|
|
1070
|
-
readonly valueField: {
|
|
1071
|
-
readonly type: StringConstructor;
|
|
1072
|
-
readonly default: "value";
|
|
1073
|
-
};
|
|
1074
|
-
readonly childrenField: {
|
|
1075
|
-
readonly type: StringConstructor;
|
|
1076
|
-
readonly default: "children";
|
|
1077
|
-
};
|
|
1078
1069
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
1079
1070
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
1080
1071
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -1097,10 +1088,6 @@ export declare function useComponents(): {
|
|
|
1097
1088
|
readonly default: true;
|
|
1098
1089
|
};
|
|
1099
1090
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1100
|
-
readonly internalShowCheckmark: {
|
|
1101
|
-
readonly type: BooleanConstructor;
|
|
1102
|
-
readonly default: true;
|
|
1103
|
-
};
|
|
1104
1091
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
1105
1092
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1106
1093
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -1196,7 +1183,6 @@ export declare function useComponents(): {
|
|
|
1196
1183
|
optionCheckColor: string;
|
|
1197
1184
|
optionColorPending: string;
|
|
1198
1185
|
optionColorActive: string;
|
|
1199
|
-
optionColorActivePending: string;
|
|
1200
1186
|
actionTextColor: string;
|
|
1201
1187
|
loadingColor: string;
|
|
1202
1188
|
height: string;
|
|
@@ -1322,7 +1308,6 @@ export declare function useComponents(): {
|
|
|
1322
1308
|
optionCheckColor: string;
|
|
1323
1309
|
optionColorPending: string;
|
|
1324
1310
|
optionColorActive: string;
|
|
1325
|
-
optionColorActivePending: string;
|
|
1326
1311
|
actionTextColor: string;
|
|
1327
1312
|
loadingColor: string;
|
|
1328
1313
|
height: string;
|
|
@@ -1448,7 +1433,6 @@ export declare function useComponents(): {
|
|
|
1448
1433
|
optionCheckColor: string;
|
|
1449
1434
|
optionColorPending: string;
|
|
1450
1435
|
optionColorActive: string;
|
|
1451
|
-
optionColorActivePending: string;
|
|
1452
1436
|
actionTextColor: string;
|
|
1453
1437
|
loadingColor: string;
|
|
1454
1438
|
height: string;
|
|
@@ -1482,31 +1466,29 @@ export declare function useComponents(): {
|
|
|
1482
1466
|
}>;
|
|
1483
1467
|
}>>>;
|
|
1484
1468
|
}>>, {
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
readonly consistentMenuWidth: boolean;
|
|
1509
|
-
readonly childrenField: string;
|
|
1469
|
+
tag: boolean;
|
|
1470
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
1471
|
+
show: boolean | undefined;
|
|
1472
|
+
multiple: boolean;
|
|
1473
|
+
disabled: boolean | undefined;
|
|
1474
|
+
to: string | boolean | HTMLElement;
|
|
1475
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
1476
|
+
loading: boolean;
|
|
1477
|
+
bordered: boolean | undefined;
|
|
1478
|
+
placement: import("vueuc").FollowerPlacement;
|
|
1479
|
+
virtualScroll: boolean;
|
|
1480
|
+
resetMenuOnOptionsChange: boolean;
|
|
1481
|
+
showArrow: boolean;
|
|
1482
|
+
displayDirective: "show" | "if";
|
|
1483
|
+
filterable: boolean;
|
|
1484
|
+
clearable: boolean;
|
|
1485
|
+
clearFilterAfterSelect: boolean;
|
|
1486
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
1487
|
+
remote: boolean;
|
|
1488
|
+
widthMode: string;
|
|
1489
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
1490
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
1491
|
+
consistentMenuWidth: boolean;
|
|
1510
1492
|
}>;
|
|
1511
1493
|
NInputNumber: import("vue").DefineComponent<{
|
|
1512
1494
|
autofocus: BooleanConstructor;
|
|
@@ -1540,10 +1522,6 @@ export declare function useComponents(): {
|
|
|
1540
1522
|
type: BooleanConstructor;
|
|
1541
1523
|
default: boolean;
|
|
1542
1524
|
};
|
|
1543
|
-
buttonPlacement: {
|
|
1544
|
-
type: import("vue").PropType<"right" | "both">;
|
|
1545
|
-
default: string;
|
|
1546
|
-
};
|
|
1547
1525
|
readonly: BooleanConstructor;
|
|
1548
1526
|
clearable: BooleanConstructor;
|
|
1549
1527
|
keyboard: {
|
|
@@ -1557,9 +1535,6 @@ export declare function useComponents(): {
|
|
|
1557
1535
|
type: BooleanConstructor;
|
|
1558
1536
|
default: boolean;
|
|
1559
1537
|
};
|
|
1560
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
1561
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
1562
|
-
precision: NumberConstructor;
|
|
1563
1538
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1564
1539
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
1565
1540
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -2453,11 +2428,10 @@ export declare function useComponents(): {
|
|
|
2453
2428
|
opacity5: string;
|
|
2454
2429
|
dividerColor: string;
|
|
2455
2430
|
borderColor: string;
|
|
2456
|
-
|
|
2457
|
-
closeIconColorHover: string;
|
|
2458
|
-
closeIconColorPressed: string;
|
|
2431
|
+
closeColor: string;
|
|
2459
2432
|
closeColorHover: string;
|
|
2460
2433
|
closeColorPressed: string;
|
|
2434
|
+
closeColorDisabled: string;
|
|
2461
2435
|
clearColor: string;
|
|
2462
2436
|
clearColorHover: string;
|
|
2463
2437
|
clearColorPressed: string;
|
|
@@ -2843,10 +2817,6 @@ export declare function useComponents(): {
|
|
|
2843
2817
|
type: BooleanConstructor;
|
|
2844
2818
|
default: boolean;
|
|
2845
2819
|
};
|
|
2846
|
-
buttonPlacement: {
|
|
2847
|
-
type: import("vue").PropType<"right" | "both">;
|
|
2848
|
-
default: string;
|
|
2849
|
-
};
|
|
2850
2820
|
readonly: BooleanConstructor;
|
|
2851
2821
|
clearable: BooleanConstructor;
|
|
2852
2822
|
keyboard: {
|
|
@@ -2860,9 +2830,6 @@ export declare function useComponents(): {
|
|
|
2860
2830
|
type: BooleanConstructor;
|
|
2861
2831
|
default: boolean;
|
|
2862
2832
|
};
|
|
2863
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
2864
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
2865
|
-
precision: NumberConstructor;
|
|
2866
2833
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
2867
2834
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
2868
2835
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -3688,7 +3655,6 @@ export declare function useComponents(): {
|
|
|
3688
3655
|
ArrowDown?: boolean | undefined;
|
|
3689
3656
|
};
|
|
3690
3657
|
showButton: boolean;
|
|
3691
|
-
buttonPlacement: "right" | "both";
|
|
3692
3658
|
updateValueOnInput: boolean;
|
|
3693
3659
|
}>;
|
|
3694
3660
|
TextOverTooltip: import("vue").DefineComponent<{
|
|
@@ -3862,11 +3828,9 @@ export declare function useComponents(): {
|
|
|
3862
3828
|
scrollable: BooleanConstructor;
|
|
3863
3829
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3864
3830
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3865
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3866
3831
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3867
3832
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3868
3833
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3869
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
3870
3834
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
3871
3835
|
internalInheritedEventHandlers: {
|
|
3872
3836
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -3931,11 +3895,10 @@ export declare function useComponents(): {
|
|
|
3931
3895
|
opacity5: string;
|
|
3932
3896
|
dividerColor: string;
|
|
3933
3897
|
borderColor: string;
|
|
3934
|
-
|
|
3935
|
-
closeIconColorHover: string;
|
|
3936
|
-
closeIconColorPressed: string;
|
|
3898
|
+
closeColor: string;
|
|
3937
3899
|
closeColorHover: string;
|
|
3938
3900
|
closeColorPressed: string;
|
|
3901
|
+
closeColorDisabled: string;
|
|
3939
3902
|
clearColor: string;
|
|
3940
3903
|
clearColorHover: string;
|
|
3941
3904
|
clearColorPressed: string;
|
|
@@ -4164,11 +4127,9 @@ export declare function useComponents(): {
|
|
|
4164
4127
|
scrollable: BooleanConstructor;
|
|
4165
4128
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4166
4129
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4167
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4168
4130
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4169
4131
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4170
4132
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4171
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
4172
4133
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4173
4134
|
internalInheritedEventHandlers: {
|
|
4174
4135
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4204,7 +4165,6 @@ export declare function useComponents(): {
|
|
|
4204
4165
|
arrowPointToCenter: boolean;
|
|
4205
4166
|
displayDirective: "show" | "if";
|
|
4206
4167
|
keepAliveOnHover: boolean;
|
|
4207
|
-
internalDeactivateImmediately: boolean;
|
|
4208
4168
|
animated: boolean;
|
|
4209
4169
|
internalTrapFocus: boolean;
|
|
4210
4170
|
defaultShow: boolean;
|
|
@@ -4528,7 +4488,6 @@ export declare function useComponents(): {
|
|
|
4528
4488
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
4529
4489
|
readonly default: undefined;
|
|
4530
4490
|
};
|
|
4531
|
-
readonly panel: BooleanConstructor;
|
|
4532
4491
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
4533
4492
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
4534
4493
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -4599,8 +4558,6 @@ export declare function useComponents(): {
|
|
|
4599
4558
|
calendarLeftPaddingYear: string;
|
|
4600
4559
|
calendarLeftPaddingQuarter: string;
|
|
4601
4560
|
calendarLeftPaddingMonthrange: string;
|
|
4602
|
-
calendarLeftPaddingQuarterrange: string;
|
|
4603
|
-
calendarLeftPaddingYearrange: string;
|
|
4604
4561
|
calendarRightPaddingDate: string;
|
|
4605
4562
|
calendarRightPaddingDatetime: string;
|
|
4606
4563
|
calendarRightPaddingDaterange: string;
|
|
@@ -4609,8 +4566,6 @@ export declare function useComponents(): {
|
|
|
4609
4566
|
calendarRightPaddingYear: string;
|
|
4610
4567
|
calendarRightPaddingQuarter: string;
|
|
4611
4568
|
calendarRightPaddingMonthrange: string;
|
|
4612
|
-
calendarRightPaddingQuarterrange: string;
|
|
4613
|
-
calendarRightPaddingYearrange: string;
|
|
4614
4569
|
}, {
|
|
4615
4570
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4616
4571
|
countTextColor: string;
|
|
@@ -5217,8 +5172,6 @@ export declare function useComponents(): {
|
|
|
5217
5172
|
calendarLeftPaddingYear: string;
|
|
5218
5173
|
calendarLeftPaddingQuarter: string;
|
|
5219
5174
|
calendarLeftPaddingMonthrange: string;
|
|
5220
|
-
calendarLeftPaddingQuarterrange: string;
|
|
5221
|
-
calendarLeftPaddingYearrange: string;
|
|
5222
5175
|
calendarRightPaddingDate: string;
|
|
5223
5176
|
calendarRightPaddingDatetime: string;
|
|
5224
5177
|
calendarRightPaddingDaterange: string;
|
|
@@ -5227,8 +5180,6 @@ export declare function useComponents(): {
|
|
|
5227
5180
|
calendarRightPaddingYear: string;
|
|
5228
5181
|
calendarRightPaddingQuarter: string;
|
|
5229
5182
|
calendarRightPaddingMonthrange: string;
|
|
5230
|
-
calendarRightPaddingQuarterrange: string;
|
|
5231
|
-
calendarRightPaddingYearrange: string;
|
|
5232
5183
|
}, {
|
|
5233
5184
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5234
5185
|
countTextColor: string;
|
|
@@ -5835,8 +5786,6 @@ export declare function useComponents(): {
|
|
|
5835
5786
|
calendarLeftPaddingYear: string;
|
|
5836
5787
|
calendarLeftPaddingQuarter: string;
|
|
5837
5788
|
calendarLeftPaddingMonthrange: string;
|
|
5838
|
-
calendarLeftPaddingQuarterrange: string;
|
|
5839
|
-
calendarLeftPaddingYearrange: string;
|
|
5840
5789
|
calendarRightPaddingDate: string;
|
|
5841
5790
|
calendarRightPaddingDatetime: string;
|
|
5842
5791
|
calendarRightPaddingDaterange: string;
|
|
@@ -5845,8 +5794,6 @@ export declare function useComponents(): {
|
|
|
5845
5794
|
calendarRightPaddingYear: string;
|
|
5846
5795
|
calendarRightPaddingQuarter: string;
|
|
5847
5796
|
calendarRightPaddingMonthrange: string;
|
|
5848
|
-
calendarRightPaddingQuarterrange: string;
|
|
5849
|
-
calendarRightPaddingYearrange: string;
|
|
5850
5797
|
}, {
|
|
5851
5798
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5852
5799
|
countTextColor: string;
|
|
@@ -6418,8 +6365,8 @@ export declare function useComponents(): {
|
|
|
6418
6365
|
contentRef: HTMLElement | null;
|
|
6419
6366
|
containerScrollTop: number;
|
|
6420
6367
|
syncUnifiedContainer: () => void;
|
|
6421
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6422
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6368
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6369
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6423
6370
|
sync: () => void;
|
|
6424
6371
|
handleMouseEnterWrapper: () => void;
|
|
6425
6372
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6430,8 +6377,8 @@ export declare function useComponents(): {
|
|
|
6430
6377
|
contentRef: HTMLElement | null;
|
|
6431
6378
|
containerScrollTop: number;
|
|
6432
6379
|
syncUnifiedContainer: () => void;
|
|
6433
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6434
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6380
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6381
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6435
6382
|
sync: () => void;
|
|
6436
6383
|
handleMouseEnterWrapper: () => void;
|
|
6437
6384
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6447,8 +6394,8 @@ export declare function useComponents(): {
|
|
|
6447
6394
|
contentRef: HTMLElement | null;
|
|
6448
6395
|
containerScrollTop: number;
|
|
6449
6396
|
syncUnifiedContainer: () => void;
|
|
6450
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6451
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6397
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6398
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6452
6399
|
sync: () => void;
|
|
6453
6400
|
handleMouseEnterWrapper: () => void;
|
|
6454
6401
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6459,8 +6406,8 @@ export declare function useComponents(): {
|
|
|
6459
6406
|
contentRef: HTMLElement | null;
|
|
6460
6407
|
containerScrollTop: number;
|
|
6461
6408
|
syncUnifiedContainer: () => void;
|
|
6462
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6463
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6409
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6410
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6464
6411
|
sync: () => void;
|
|
6465
6412
|
handleMouseEnterWrapper: () => void;
|
|
6466
6413
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6471,8 +6418,8 @@ export declare function useComponents(): {
|
|
|
6471
6418
|
contentRef: HTMLElement | null;
|
|
6472
6419
|
containerScrollTop: number;
|
|
6473
6420
|
syncUnifiedContainer: () => void;
|
|
6474
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6475
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6421
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6422
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6476
6423
|
sync: () => void;
|
|
6477
6424
|
handleMouseEnterWrapper: () => void;
|
|
6478
6425
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6483,8 +6430,8 @@ export declare function useComponents(): {
|
|
|
6483
6430
|
contentRef: HTMLElement | null;
|
|
6484
6431
|
containerScrollTop: number;
|
|
6485
6432
|
syncUnifiedContainer: () => void;
|
|
6486
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6487
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6433
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6434
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6488
6435
|
sync: () => void;
|
|
6489
6436
|
handleMouseEnterWrapper: () => void;
|
|
6490
6437
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6527,9 +6474,8 @@ export declare function useComponents(): {
|
|
|
6527
6474
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6528
6475
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6529
6476
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6530
|
-
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
6531
6477
|
handleClickOutside: (e: MouseEvent) => void;
|
|
6532
|
-
|
|
6478
|
+
handleKeyDown: (e: KeyboardEvent) => void;
|
|
6533
6479
|
handleClear: () => void;
|
|
6534
6480
|
handlePanelClear: () => void;
|
|
6535
6481
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -6584,11 +6530,10 @@ export declare function useComponents(): {
|
|
|
6584
6530
|
opacity5: string;
|
|
6585
6531
|
dividerColor: string;
|
|
6586
6532
|
borderColor: string;
|
|
6587
|
-
|
|
6588
|
-
closeIconColorHover: string;
|
|
6589
|
-
closeIconColorPressed: string;
|
|
6533
|
+
closeColor: string;
|
|
6590
6534
|
closeColorHover: string;
|
|
6591
6535
|
closeColorPressed: string;
|
|
6536
|
+
closeColorDisabled: string;
|
|
6592
6537
|
clearColor: string;
|
|
6593
6538
|
clearColorHover: string;
|
|
6594
6539
|
clearColorPressed: string;
|
|
@@ -6699,8 +6644,6 @@ export declare function useComponents(): {
|
|
|
6699
6644
|
calendarLeftPaddingYear: string;
|
|
6700
6645
|
calendarLeftPaddingQuarter: string;
|
|
6701
6646
|
calendarLeftPaddingMonthrange: string;
|
|
6702
|
-
calendarLeftPaddingQuarterrange: string;
|
|
6703
|
-
calendarLeftPaddingYearrange: string;
|
|
6704
6647
|
calendarRightPaddingDate: string;
|
|
6705
6648
|
calendarRightPaddingDatetime: string;
|
|
6706
6649
|
calendarRightPaddingDaterange: string;
|
|
@@ -6709,8 +6652,6 @@ export declare function useComponents(): {
|
|
|
6709
6652
|
calendarRightPaddingYear: string;
|
|
6710
6653
|
calendarRightPaddingQuarter: string;
|
|
6711
6654
|
calendarRightPaddingMonthrange: string;
|
|
6712
|
-
calendarRightPaddingQuarterrange: string;
|
|
6713
|
-
calendarRightPaddingYearrange: string;
|
|
6714
6655
|
};
|
|
6715
6656
|
peers: {
|
|
6716
6657
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
@@ -7660,7 +7601,6 @@ export declare function useComponents(): {
|
|
|
7660
7601
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
7661
7602
|
readonly default: undefined;
|
|
7662
7603
|
};
|
|
7663
|
-
readonly panel: BooleanConstructor;
|
|
7664
7604
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
7665
7605
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
7666
7606
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -7731,8 +7671,6 @@ export declare function useComponents(): {
|
|
|
7731
7671
|
calendarLeftPaddingYear: string;
|
|
7732
7672
|
calendarLeftPaddingQuarter: string;
|
|
7733
7673
|
calendarLeftPaddingMonthrange: string;
|
|
7734
|
-
calendarLeftPaddingQuarterrange: string;
|
|
7735
|
-
calendarLeftPaddingYearrange: string;
|
|
7736
7674
|
calendarRightPaddingDate: string;
|
|
7737
7675
|
calendarRightPaddingDatetime: string;
|
|
7738
7676
|
calendarRightPaddingDaterange: string;
|
|
@@ -7741,8 +7679,6 @@ export declare function useComponents(): {
|
|
|
7741
7679
|
calendarRightPaddingYear: string;
|
|
7742
7680
|
calendarRightPaddingQuarter: string;
|
|
7743
7681
|
calendarRightPaddingMonthrange: string;
|
|
7744
|
-
calendarRightPaddingQuarterrange: string;
|
|
7745
|
-
calendarRightPaddingYearrange: string;
|
|
7746
7682
|
}, {
|
|
7747
7683
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7748
7684
|
countTextColor: string;
|
|
@@ -8349,8 +8285,6 @@ export declare function useComponents(): {
|
|
|
8349
8285
|
calendarLeftPaddingYear: string;
|
|
8350
8286
|
calendarLeftPaddingQuarter: string;
|
|
8351
8287
|
calendarLeftPaddingMonthrange: string;
|
|
8352
|
-
calendarLeftPaddingQuarterrange: string;
|
|
8353
|
-
calendarLeftPaddingYearrange: string;
|
|
8354
8288
|
calendarRightPaddingDate: string;
|
|
8355
8289
|
calendarRightPaddingDatetime: string;
|
|
8356
8290
|
calendarRightPaddingDaterange: string;
|
|
@@ -8359,8 +8293,6 @@ export declare function useComponents(): {
|
|
|
8359
8293
|
calendarRightPaddingYear: string;
|
|
8360
8294
|
calendarRightPaddingQuarter: string;
|
|
8361
8295
|
calendarRightPaddingMonthrange: string;
|
|
8362
|
-
calendarRightPaddingQuarterrange: string;
|
|
8363
|
-
calendarRightPaddingYearrange: string;
|
|
8364
8296
|
}, {
|
|
8365
8297
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8366
8298
|
countTextColor: string;
|
|
@@ -8967,8 +8899,6 @@ export declare function useComponents(): {
|
|
|
8967
8899
|
calendarLeftPaddingYear: string;
|
|
8968
8900
|
calendarLeftPaddingQuarter: string;
|
|
8969
8901
|
calendarLeftPaddingMonthrange: string;
|
|
8970
|
-
calendarLeftPaddingQuarterrange: string;
|
|
8971
|
-
calendarLeftPaddingYearrange: string;
|
|
8972
8902
|
calendarRightPaddingDate: string;
|
|
8973
8903
|
calendarRightPaddingDatetime: string;
|
|
8974
8904
|
calendarRightPaddingDaterange: string;
|
|
@@ -8977,8 +8907,6 @@ export declare function useComponents(): {
|
|
|
8977
8907
|
calendarRightPaddingYear: string;
|
|
8978
8908
|
calendarRightPaddingQuarter: string;
|
|
8979
8909
|
calendarRightPaddingMonthrange: string;
|
|
8980
|
-
calendarRightPaddingQuarterrange: string;
|
|
8981
|
-
calendarRightPaddingYearrange: string;
|
|
8982
8910
|
}, {
|
|
8983
8911
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8984
8912
|
countTextColor: string;
|
|
@@ -9536,18 +9464,17 @@ export declare function useComponents(): {
|
|
|
9536
9464
|
}, any>;
|
|
9537
9465
|
}>>>;
|
|
9538
9466
|
}>>, {
|
|
9539
|
-
|
|
9540
|
-
|
|
9541
|
-
|
|
9542
|
-
|
|
9543
|
-
|
|
9544
|
-
|
|
9545
|
-
|
|
9546
|
-
|
|
9547
|
-
|
|
9548
|
-
|
|
9549
|
-
|
|
9550
|
-
readonly bindCalendarMonths: boolean;
|
|
9467
|
+
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
9468
|
+
show: boolean | undefined;
|
|
9469
|
+
disabled: boolean | undefined;
|
|
9470
|
+
to: string | boolean | HTMLElement;
|
|
9471
|
+
bordered: boolean | undefined;
|
|
9472
|
+
placement: import("vueuc").FollowerPlacement;
|
|
9473
|
+
clearable: boolean;
|
|
9474
|
+
inputReadonly: boolean;
|
|
9475
|
+
updateValueOnClose: boolean;
|
|
9476
|
+
closeOnSelect: boolean;
|
|
9477
|
+
bindCalendarMonths: boolean;
|
|
9551
9478
|
}>;
|
|
9552
9479
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9553
9480
|
mainForm: {
|
|
@@ -9768,10 +9695,6 @@ export declare function useComponents(): {
|
|
|
9768
9695
|
type: BooleanConstructor;
|
|
9769
9696
|
default: boolean;
|
|
9770
9697
|
};
|
|
9771
|
-
buttonPlacement: {
|
|
9772
|
-
type: import("vue").PropType<"right" | "both">;
|
|
9773
|
-
default: string;
|
|
9774
|
-
};
|
|
9775
9698
|
readonly: BooleanConstructor;
|
|
9776
9699
|
clearable: BooleanConstructor;
|
|
9777
9700
|
keyboard: {
|
|
@@ -9785,9 +9708,6 @@ export declare function useComponents(): {
|
|
|
9785
9708
|
type: BooleanConstructor;
|
|
9786
9709
|
default: boolean;
|
|
9787
9710
|
};
|
|
9788
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
9789
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
9790
|
-
precision: NumberConstructor;
|
|
9791
9711
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
9792
9712
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
9793
9713
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -10681,11 +10601,10 @@ export declare function useComponents(): {
|
|
|
10681
10601
|
opacity5: string;
|
|
10682
10602
|
dividerColor: string;
|
|
10683
10603
|
borderColor: string;
|
|
10684
|
-
|
|
10685
|
-
closeIconColorHover: string;
|
|
10686
|
-
closeIconColorPressed: string;
|
|
10604
|
+
closeColor: string;
|
|
10687
10605
|
closeColorHover: string;
|
|
10688
10606
|
closeColorPressed: string;
|
|
10607
|
+
closeColorDisabled: string;
|
|
10689
10608
|
clearColor: string;
|
|
10690
10609
|
clearColorHover: string;
|
|
10691
10610
|
clearColorPressed: string;
|
|
@@ -11071,10 +10990,6 @@ export declare function useComponents(): {
|
|
|
11071
10990
|
type: BooleanConstructor;
|
|
11072
10991
|
default: boolean;
|
|
11073
10992
|
};
|
|
11074
|
-
buttonPlacement: {
|
|
11075
|
-
type: import("vue").PropType<"right" | "both">;
|
|
11076
|
-
default: string;
|
|
11077
|
-
};
|
|
11078
10993
|
readonly: BooleanConstructor;
|
|
11079
10994
|
clearable: BooleanConstructor;
|
|
11080
10995
|
keyboard: {
|
|
@@ -11088,9 +11003,6 @@ export declare function useComponents(): {
|
|
|
11088
11003
|
type: BooleanConstructor;
|
|
11089
11004
|
default: boolean;
|
|
11090
11005
|
};
|
|
11091
|
-
parse: import("vue").PropType<(input: string) => number | null>;
|
|
11092
|
-
format: import("vue").PropType<(value: number | null) => string>;
|
|
11093
|
-
precision: NumberConstructor;
|
|
11094
11006
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
11095
11007
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
11096
11008
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -11916,7 +11828,6 @@ export declare function useComponents(): {
|
|
|
11916
11828
|
ArrowDown?: boolean | undefined;
|
|
11917
11829
|
};
|
|
11918
11830
|
showButton: boolean;
|
|
11919
|
-
buttonPlacement: "right" | "both";
|
|
11920
11831
|
updateValueOnInput: boolean;
|
|
11921
11832
|
}>;
|
|
11922
11833
|
TextOverTooltip: import("vue").DefineComponent<{
|
|
@@ -12090,11 +12001,9 @@ export declare function useComponents(): {
|
|
|
12090
12001
|
scrollable: BooleanConstructor;
|
|
12091
12002
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12092
12003
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12093
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12094
12004
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12095
12005
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12096
12006
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12097
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
12098
12007
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
12099
12008
|
internalInheritedEventHandlers: {
|
|
12100
12009
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -12159,11 +12068,10 @@ export declare function useComponents(): {
|
|
|
12159
12068
|
opacity5: string;
|
|
12160
12069
|
dividerColor: string;
|
|
12161
12070
|
borderColor: string;
|
|
12162
|
-
|
|
12163
|
-
closeIconColorHover: string;
|
|
12164
|
-
closeIconColorPressed: string;
|
|
12071
|
+
closeColor: string;
|
|
12165
12072
|
closeColorHover: string;
|
|
12166
12073
|
closeColorPressed: string;
|
|
12074
|
+
closeColorDisabled: string;
|
|
12167
12075
|
clearColor: string;
|
|
12168
12076
|
clearColorHover: string;
|
|
12169
12077
|
clearColorPressed: string;
|
|
@@ -12392,11 +12300,9 @@ export declare function useComponents(): {
|
|
|
12392
12300
|
scrollable: BooleanConstructor;
|
|
12393
12301
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12394
12302
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12395
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12396
12303
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12397
12304
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12398
12305
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12399
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
12400
12306
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
12401
12307
|
internalInheritedEventHandlers: {
|
|
12402
12308
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -12432,7 +12338,6 @@ export declare function useComponents(): {
|
|
|
12432
12338
|
arrowPointToCenter: boolean;
|
|
12433
12339
|
displayDirective: "show" | "if";
|
|
12434
12340
|
keepAliveOnHover: boolean;
|
|
12435
|
-
internalDeactivateImmediately: boolean;
|
|
12436
12341
|
animated: boolean;
|
|
12437
12342
|
internalTrapFocus: boolean;
|
|
12438
12343
|
defaultShow: boolean;
|
|
@@ -12711,7 +12616,6 @@ export declare function useComponents(): {
|
|
|
12711
12616
|
type: BooleanConstructor;
|
|
12712
12617
|
default: undefined;
|
|
12713
12618
|
};
|
|
12714
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
12715
12619
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12716
12620
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
12717
12621
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -12932,8 +12836,8 @@ export declare function useComponents(): {
|
|
|
12932
12836
|
contentRef: HTMLElement | null;
|
|
12933
12837
|
containerScrollTop: number;
|
|
12934
12838
|
syncUnifiedContainer: () => void;
|
|
12935
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
12936
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
12839
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
12840
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
12937
12841
|
sync: () => void;
|
|
12938
12842
|
handleMouseEnterWrapper: () => void;
|
|
12939
12843
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -12967,7 +12871,7 @@ export declare function useComponents(): {
|
|
|
12967
12871
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
12968
12872
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
12969
12873
|
handleInputBlur: (e: FocusEvent) => void;
|
|
12970
|
-
handleInputFocus: (e: FocusEvent
|
|
12874
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
12971
12875
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
12972
12876
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
12973
12877
|
handleMouseEnter: () => void;
|
|
@@ -12978,7 +12882,7 @@ export declare function useComponents(): {
|
|
|
12978
12882
|
handleClear: (e: MouseEvent) => void;
|
|
12979
12883
|
handlePasswordToggleClick: () => void;
|
|
12980
12884
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
12981
|
-
|
|
12885
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
12982
12886
|
handleTextAreaMirrorResize: () => void;
|
|
12983
12887
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
12984
12888
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -13022,11 +12926,10 @@ export declare function useComponents(): {
|
|
|
13022
12926
|
opacity5: string;
|
|
13023
12927
|
dividerColor: string;
|
|
13024
12928
|
borderColor: string;
|
|
13025
|
-
|
|
13026
|
-
closeIconColorHover: string;
|
|
13027
|
-
closeIconColorPressed: string;
|
|
12929
|
+
closeColor: string;
|
|
13028
12930
|
closeColorHover: string;
|
|
13029
12931
|
closeColorPressed: string;
|
|
12932
|
+
closeColorDisabled: string;
|
|
13030
12933
|
clearColor: string;
|
|
13031
12934
|
clearColorHover: string;
|
|
13032
12935
|
clearColorPressed: string;
|
|
@@ -13267,7 +13170,6 @@ export declare function useComponents(): {
|
|
|
13267
13170
|
type: BooleanConstructor;
|
|
13268
13171
|
default: undefined;
|
|
13269
13172
|
};
|
|
13270
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
13271
13173
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13272
13174
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
13273
13175
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -13672,11 +13574,9 @@ export declare function useComponents(): {
|
|
|
13672
13574
|
scrollable: BooleanConstructor;
|
|
13673
13575
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13674
13576
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13675
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13676
13577
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13677
13578
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13678
13579
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13679
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
13680
13580
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
13681
13581
|
internalInheritedEventHandlers: {
|
|
13682
13582
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -13741,11 +13641,10 @@ export declare function useComponents(): {
|
|
|
13741
13641
|
opacity5: string;
|
|
13742
13642
|
dividerColor: string;
|
|
13743
13643
|
borderColor: string;
|
|
13744
|
-
|
|
13745
|
-
closeIconColorHover: string;
|
|
13746
|
-
closeIconColorPressed: string;
|
|
13644
|
+
closeColor: string;
|
|
13747
13645
|
closeColorHover: string;
|
|
13748
13646
|
closeColorPressed: string;
|
|
13647
|
+
closeColorDisabled: string;
|
|
13749
13648
|
clearColor: string;
|
|
13750
13649
|
clearColorHover: string;
|
|
13751
13650
|
clearColorPressed: string;
|
|
@@ -13974,11 +13873,9 @@ export declare function useComponents(): {
|
|
|
13974
13873
|
scrollable: BooleanConstructor;
|
|
13975
13874
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13976
13875
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13977
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13978
13876
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13979
13877
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13980
13878
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13981
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
13982
13879
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
13983
13880
|
internalInheritedEventHandlers: {
|
|
13984
13881
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -14014,7 +13911,6 @@ export declare function useComponents(): {
|
|
|
14014
13911
|
arrowPointToCenter: boolean;
|
|
14015
13912
|
displayDirective: "show" | "if";
|
|
14016
13913
|
keepAliveOnHover: boolean;
|
|
14017
|
-
internalDeactivateImmediately: boolean;
|
|
14018
13914
|
animated: boolean;
|
|
14019
13915
|
internalTrapFocus: boolean;
|
|
14020
13916
|
defaultShow: boolean;
|
|
@@ -14294,7 +14190,6 @@ export declare function useComponents(): {
|
|
|
14294
14190
|
type: BooleanConstructor;
|
|
14295
14191
|
default: undefined;
|
|
14296
14192
|
};
|
|
14297
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14298
14193
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14299
14194
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14300
14195
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14515,8 +14410,8 @@ export declare function useComponents(): {
|
|
|
14515
14410
|
contentRef: HTMLElement | null;
|
|
14516
14411
|
containerScrollTop: number;
|
|
14517
14412
|
syncUnifiedContainer: () => void;
|
|
14518
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
14519
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
14413
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
14414
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
14520
14415
|
sync: () => void;
|
|
14521
14416
|
handleMouseEnterWrapper: () => void;
|
|
14522
14417
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -14550,7 +14445,7 @@ export declare function useComponents(): {
|
|
|
14550
14445
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
14551
14446
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
14552
14447
|
handleInputBlur: (e: FocusEvent) => void;
|
|
14553
|
-
handleInputFocus: (e: FocusEvent
|
|
14448
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
14554
14449
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
14555
14450
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
14556
14451
|
handleMouseEnter: () => void;
|
|
@@ -14561,7 +14456,7 @@ export declare function useComponents(): {
|
|
|
14561
14456
|
handleClear: (e: MouseEvent) => void;
|
|
14562
14457
|
handlePasswordToggleClick: () => void;
|
|
14563
14458
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
14564
|
-
|
|
14459
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
14565
14460
|
handleTextAreaMirrorResize: () => void;
|
|
14566
14461
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
14567
14462
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -14605,11 +14500,10 @@ export declare function useComponents(): {
|
|
|
14605
14500
|
opacity5: string;
|
|
14606
14501
|
dividerColor: string;
|
|
14607
14502
|
borderColor: string;
|
|
14608
|
-
|
|
14609
|
-
closeIconColorHover: string;
|
|
14610
|
-
closeIconColorPressed: string;
|
|
14503
|
+
closeColor: string;
|
|
14611
14504
|
closeColorHover: string;
|
|
14612
14505
|
closeColorPressed: string;
|
|
14506
|
+
closeColorDisabled: string;
|
|
14613
14507
|
clearColor: string;
|
|
14614
14508
|
clearColorHover: string;
|
|
14615
14509
|
clearColorPressed: string;
|
|
@@ -14850,7 +14744,6 @@ export declare function useComponents(): {
|
|
|
14850
14744
|
type: BooleanConstructor;
|
|
14851
14745
|
default: undefined;
|
|
14852
14746
|
};
|
|
14853
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14854
14747
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14855
14748
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14856
14749
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -15297,11 +15190,9 @@ export declare function useComponents(): {
|
|
|
15297
15190
|
scrollable: BooleanConstructor;
|
|
15298
15191
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15299
15192
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15300
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15301
15193
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15302
15194
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15303
15195
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15304
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
15305
15196
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
15306
15197
|
internalInheritedEventHandlers: {
|
|
15307
15198
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -15366,11 +15257,10 @@ export declare function useComponents(): {
|
|
|
15366
15257
|
opacity5: string;
|
|
15367
15258
|
dividerColor: string;
|
|
15368
15259
|
borderColor: string;
|
|
15369
|
-
|
|
15370
|
-
closeIconColorHover: string;
|
|
15371
|
-
closeIconColorPressed: string;
|
|
15260
|
+
closeColor: string;
|
|
15372
15261
|
closeColorHover: string;
|
|
15373
15262
|
closeColorPressed: string;
|
|
15263
|
+
closeColorDisabled: string;
|
|
15374
15264
|
clearColor: string;
|
|
15375
15265
|
clearColorHover: string;
|
|
15376
15266
|
clearColorPressed: string;
|
|
@@ -15599,11 +15489,9 @@ export declare function useComponents(): {
|
|
|
15599
15489
|
scrollable: BooleanConstructor;
|
|
15600
15490
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15601
15491
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15602
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15603
15492
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15604
15493
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15605
15494
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15606
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
15607
15495
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
15608
15496
|
internalInheritedEventHandlers: {
|
|
15609
15497
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -15639,7 +15527,6 @@ export declare function useComponents(): {
|
|
|
15639
15527
|
arrowPointToCenter: boolean;
|
|
15640
15528
|
displayDirective: "show" | "if";
|
|
15641
15529
|
keepAliveOnHover: boolean;
|
|
15642
|
-
internalDeactivateImmediately: boolean;
|
|
15643
15530
|
animated: boolean;
|
|
15644
15531
|
internalTrapFocus: boolean;
|
|
15645
15532
|
defaultShow: boolean;
|
|
@@ -15906,7 +15793,6 @@ export declare function useComponents(): {
|
|
|
15906
15793
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
15907
15794
|
readonly default: undefined;
|
|
15908
15795
|
};
|
|
15909
|
-
readonly panel: BooleanConstructor;
|
|
15910
15796
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
15911
15797
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
15912
15798
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -15977,8 +15863,6 @@ export declare function useComponents(): {
|
|
|
15977
15863
|
calendarLeftPaddingYear: string;
|
|
15978
15864
|
calendarLeftPaddingQuarter: string;
|
|
15979
15865
|
calendarLeftPaddingMonthrange: string;
|
|
15980
|
-
calendarLeftPaddingQuarterrange: string;
|
|
15981
|
-
calendarLeftPaddingYearrange: string;
|
|
15982
15866
|
calendarRightPaddingDate: string;
|
|
15983
15867
|
calendarRightPaddingDatetime: string;
|
|
15984
15868
|
calendarRightPaddingDaterange: string;
|
|
@@ -15987,8 +15871,6 @@ export declare function useComponents(): {
|
|
|
15987
15871
|
calendarRightPaddingYear: string;
|
|
15988
15872
|
calendarRightPaddingQuarter: string;
|
|
15989
15873
|
calendarRightPaddingMonthrange: string;
|
|
15990
|
-
calendarRightPaddingQuarterrange: string;
|
|
15991
|
-
calendarRightPaddingYearrange: string;
|
|
15992
15874
|
}, {
|
|
15993
15875
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
15994
15876
|
countTextColor: string;
|
|
@@ -16595,8 +16477,6 @@ export declare function useComponents(): {
|
|
|
16595
16477
|
calendarLeftPaddingYear: string;
|
|
16596
16478
|
calendarLeftPaddingQuarter: string;
|
|
16597
16479
|
calendarLeftPaddingMonthrange: string;
|
|
16598
|
-
calendarLeftPaddingQuarterrange: string;
|
|
16599
|
-
calendarLeftPaddingYearrange: string;
|
|
16600
16480
|
calendarRightPaddingDate: string;
|
|
16601
16481
|
calendarRightPaddingDatetime: string;
|
|
16602
16482
|
calendarRightPaddingDaterange: string;
|
|
@@ -16605,8 +16485,6 @@ export declare function useComponents(): {
|
|
|
16605
16485
|
calendarRightPaddingYear: string;
|
|
16606
16486
|
calendarRightPaddingQuarter: string;
|
|
16607
16487
|
calendarRightPaddingMonthrange: string;
|
|
16608
|
-
calendarRightPaddingQuarterrange: string;
|
|
16609
|
-
calendarRightPaddingYearrange: string;
|
|
16610
16488
|
}, {
|
|
16611
16489
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16612
16490
|
countTextColor: string;
|
|
@@ -17213,8 +17091,6 @@ export declare function useComponents(): {
|
|
|
17213
17091
|
calendarLeftPaddingYear: string;
|
|
17214
17092
|
calendarLeftPaddingQuarter: string;
|
|
17215
17093
|
calendarLeftPaddingMonthrange: string;
|
|
17216
|
-
calendarLeftPaddingQuarterrange: string;
|
|
17217
|
-
calendarLeftPaddingYearrange: string;
|
|
17218
17094
|
calendarRightPaddingDate: string;
|
|
17219
17095
|
calendarRightPaddingDatetime: string;
|
|
17220
17096
|
calendarRightPaddingDaterange: string;
|
|
@@ -17223,8 +17099,6 @@ export declare function useComponents(): {
|
|
|
17223
17099
|
calendarRightPaddingYear: string;
|
|
17224
17100
|
calendarRightPaddingQuarter: string;
|
|
17225
17101
|
calendarRightPaddingMonthrange: string;
|
|
17226
|
-
calendarRightPaddingQuarterrange: string;
|
|
17227
|
-
calendarRightPaddingYearrange: string;
|
|
17228
17102
|
}, {
|
|
17229
17103
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17230
17104
|
countTextColor: string;
|
|
@@ -17796,8 +17670,8 @@ export declare function useComponents(): {
|
|
|
17796
17670
|
contentRef: HTMLElement | null;
|
|
17797
17671
|
containerScrollTop: number;
|
|
17798
17672
|
syncUnifiedContainer: () => void;
|
|
17799
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17800
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17673
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17674
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17801
17675
|
sync: () => void;
|
|
17802
17676
|
handleMouseEnterWrapper: () => void;
|
|
17803
17677
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17808,8 +17682,8 @@ export declare function useComponents(): {
|
|
|
17808
17682
|
contentRef: HTMLElement | null;
|
|
17809
17683
|
containerScrollTop: number;
|
|
17810
17684
|
syncUnifiedContainer: () => void;
|
|
17811
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17812
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17685
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17686
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17813
17687
|
sync: () => void;
|
|
17814
17688
|
handleMouseEnterWrapper: () => void;
|
|
17815
17689
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17825,8 +17699,8 @@ export declare function useComponents(): {
|
|
|
17825
17699
|
contentRef: HTMLElement | null;
|
|
17826
17700
|
containerScrollTop: number;
|
|
17827
17701
|
syncUnifiedContainer: () => void;
|
|
17828
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17829
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17702
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17703
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17830
17704
|
sync: () => void;
|
|
17831
17705
|
handleMouseEnterWrapper: () => void;
|
|
17832
17706
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17837,8 +17711,8 @@ export declare function useComponents(): {
|
|
|
17837
17711
|
contentRef: HTMLElement | null;
|
|
17838
17712
|
containerScrollTop: number;
|
|
17839
17713
|
syncUnifiedContainer: () => void;
|
|
17840
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17841
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17714
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17715
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17842
17716
|
sync: () => void;
|
|
17843
17717
|
handleMouseEnterWrapper: () => void;
|
|
17844
17718
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17849,8 +17723,8 @@ export declare function useComponents(): {
|
|
|
17849
17723
|
contentRef: HTMLElement | null;
|
|
17850
17724
|
containerScrollTop: number;
|
|
17851
17725
|
syncUnifiedContainer: () => void;
|
|
17852
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17853
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17726
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17727
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17854
17728
|
sync: () => void;
|
|
17855
17729
|
handleMouseEnterWrapper: () => void;
|
|
17856
17730
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17861,8 +17735,8 @@ export declare function useComponents(): {
|
|
|
17861
17735
|
contentRef: HTMLElement | null;
|
|
17862
17736
|
containerScrollTop: number;
|
|
17863
17737
|
syncUnifiedContainer: () => void;
|
|
17864
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17865
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17738
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
17739
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
17866
17740
|
sync: () => void;
|
|
17867
17741
|
handleMouseEnterWrapper: () => void;
|
|
17868
17742
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17905,9 +17779,8 @@ export declare function useComponents(): {
|
|
|
17905
17779
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17906
17780
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17907
17781
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17908
|
-
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
17909
17782
|
handleClickOutside: (e: MouseEvent) => void;
|
|
17910
|
-
|
|
17783
|
+
handleKeyDown: (e: KeyboardEvent) => void;
|
|
17911
17784
|
handleClear: () => void;
|
|
17912
17785
|
handlePanelClear: () => void;
|
|
17913
17786
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -17962,11 +17835,10 @@ export declare function useComponents(): {
|
|
|
17962
17835
|
opacity5: string;
|
|
17963
17836
|
dividerColor: string;
|
|
17964
17837
|
borderColor: string;
|
|
17965
|
-
|
|
17966
|
-
closeIconColorHover: string;
|
|
17967
|
-
closeIconColorPressed: string;
|
|
17838
|
+
closeColor: string;
|
|
17968
17839
|
closeColorHover: string;
|
|
17969
17840
|
closeColorPressed: string;
|
|
17841
|
+
closeColorDisabled: string;
|
|
17970
17842
|
clearColor: string;
|
|
17971
17843
|
clearColorHover: string;
|
|
17972
17844
|
clearColorPressed: string;
|
|
@@ -18077,8 +17949,6 @@ export declare function useComponents(): {
|
|
|
18077
17949
|
calendarLeftPaddingYear: string;
|
|
18078
17950
|
calendarLeftPaddingQuarter: string;
|
|
18079
17951
|
calendarLeftPaddingMonthrange: string;
|
|
18080
|
-
calendarLeftPaddingQuarterrange: string;
|
|
18081
|
-
calendarLeftPaddingYearrange: string;
|
|
18082
17952
|
calendarRightPaddingDate: string;
|
|
18083
17953
|
calendarRightPaddingDatetime: string;
|
|
18084
17954
|
calendarRightPaddingDaterange: string;
|
|
@@ -18087,8 +17957,6 @@ export declare function useComponents(): {
|
|
|
18087
17957
|
calendarRightPaddingYear: string;
|
|
18088
17958
|
calendarRightPaddingQuarter: string;
|
|
18089
17959
|
calendarRightPaddingMonthrange: string;
|
|
18090
|
-
calendarRightPaddingQuarterrange: string;
|
|
18091
|
-
calendarRightPaddingYearrange: string;
|
|
18092
17960
|
};
|
|
18093
17961
|
peers: {
|
|
18094
17962
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
@@ -19038,7 +18906,6 @@ export declare function useComponents(): {
|
|
|
19038
18906
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
19039
18907
|
readonly default: undefined;
|
|
19040
18908
|
};
|
|
19041
|
-
readonly panel: BooleanConstructor;
|
|
19042
18909
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
19043
18910
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
19044
18911
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -19109,8 +18976,6 @@ export declare function useComponents(): {
|
|
|
19109
18976
|
calendarLeftPaddingYear: string;
|
|
19110
18977
|
calendarLeftPaddingQuarter: string;
|
|
19111
18978
|
calendarLeftPaddingMonthrange: string;
|
|
19112
|
-
calendarLeftPaddingQuarterrange: string;
|
|
19113
|
-
calendarLeftPaddingYearrange: string;
|
|
19114
18979
|
calendarRightPaddingDate: string;
|
|
19115
18980
|
calendarRightPaddingDatetime: string;
|
|
19116
18981
|
calendarRightPaddingDaterange: string;
|
|
@@ -19119,8 +18984,6 @@ export declare function useComponents(): {
|
|
|
19119
18984
|
calendarRightPaddingYear: string;
|
|
19120
18985
|
calendarRightPaddingQuarter: string;
|
|
19121
18986
|
calendarRightPaddingMonthrange: string;
|
|
19122
|
-
calendarRightPaddingQuarterrange: string;
|
|
19123
|
-
calendarRightPaddingYearrange: string;
|
|
19124
18987
|
}, {
|
|
19125
18988
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19126
18989
|
countTextColor: string;
|
|
@@ -19727,8 +19590,6 @@ export declare function useComponents(): {
|
|
|
19727
19590
|
calendarLeftPaddingYear: string;
|
|
19728
19591
|
calendarLeftPaddingQuarter: string;
|
|
19729
19592
|
calendarLeftPaddingMonthrange: string;
|
|
19730
|
-
calendarLeftPaddingQuarterrange: string;
|
|
19731
|
-
calendarLeftPaddingYearrange: string;
|
|
19732
19593
|
calendarRightPaddingDate: string;
|
|
19733
19594
|
calendarRightPaddingDatetime: string;
|
|
19734
19595
|
calendarRightPaddingDaterange: string;
|
|
@@ -19737,8 +19598,6 @@ export declare function useComponents(): {
|
|
|
19737
19598
|
calendarRightPaddingYear: string;
|
|
19738
19599
|
calendarRightPaddingQuarter: string;
|
|
19739
19600
|
calendarRightPaddingMonthrange: string;
|
|
19740
|
-
calendarRightPaddingQuarterrange: string;
|
|
19741
|
-
calendarRightPaddingYearrange: string;
|
|
19742
19601
|
}, {
|
|
19743
19602
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19744
19603
|
countTextColor: string;
|
|
@@ -20345,8 +20204,6 @@ export declare function useComponents(): {
|
|
|
20345
20204
|
calendarLeftPaddingYear: string;
|
|
20346
20205
|
calendarLeftPaddingQuarter: string;
|
|
20347
20206
|
calendarLeftPaddingMonthrange: string;
|
|
20348
|
-
calendarLeftPaddingQuarterrange: string;
|
|
20349
|
-
calendarLeftPaddingYearrange: string;
|
|
20350
20207
|
calendarRightPaddingDate: string;
|
|
20351
20208
|
calendarRightPaddingDatetime: string;
|
|
20352
20209
|
calendarRightPaddingDaterange: string;
|
|
@@ -20355,8 +20212,6 @@ export declare function useComponents(): {
|
|
|
20355
20212
|
calendarRightPaddingYear: string;
|
|
20356
20213
|
calendarRightPaddingQuarter: string;
|
|
20357
20214
|
calendarRightPaddingMonthrange: string;
|
|
20358
|
-
calendarRightPaddingQuarterrange: string;
|
|
20359
|
-
calendarRightPaddingYearrange: string;
|
|
20360
20215
|
}, {
|
|
20361
20216
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20362
20217
|
countTextColor: string;
|
|
@@ -20914,18 +20769,17 @@ export declare function useComponents(): {
|
|
|
20914
20769
|
}, any>;
|
|
20915
20770
|
}>>>;
|
|
20916
20771
|
}>>, {
|
|
20917
|
-
|
|
20918
|
-
|
|
20919
|
-
|
|
20920
|
-
|
|
20921
|
-
|
|
20922
|
-
|
|
20923
|
-
|
|
20924
|
-
|
|
20925
|
-
|
|
20926
|
-
|
|
20927
|
-
|
|
20928
|
-
readonly bindCalendarMonths: boolean;
|
|
20772
|
+
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
20773
|
+
show: boolean | undefined;
|
|
20774
|
+
disabled: boolean | undefined;
|
|
20775
|
+
to: string | boolean | HTMLElement;
|
|
20776
|
+
bordered: boolean | undefined;
|
|
20777
|
+
placement: import("vueuc").FollowerPlacement;
|
|
20778
|
+
clearable: boolean;
|
|
20779
|
+
inputReadonly: boolean;
|
|
20780
|
+
updateValueOnClose: boolean;
|
|
20781
|
+
closeOnSelect: boolean;
|
|
20782
|
+
bindCalendarMonths: boolean;
|
|
20929
20783
|
}>;
|
|
20930
20784
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20931
20785
|
mainForm: {
|
|
@@ -21295,7 +21149,10 @@ export declare function useComponents(): {
|
|
|
21295
21149
|
};
|
|
21296
21150
|
readonly remote: BooleanConstructor;
|
|
21297
21151
|
readonly loading: BooleanConstructor;
|
|
21298
|
-
readonly filter:
|
|
21152
|
+
readonly filter: {
|
|
21153
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
21154
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
21155
|
+
};
|
|
21299
21156
|
readonly placement: {
|
|
21300
21157
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
21301
21158
|
readonly default: "bottom-start";
|
|
@@ -21305,10 +21162,19 @@ export declare function useComponents(): {
|
|
|
21305
21162
|
readonly default: "trigger";
|
|
21306
21163
|
};
|
|
21307
21164
|
readonly tag: BooleanConstructor;
|
|
21308
|
-
readonly onCreate:
|
|
21165
|
+
readonly onCreate: {
|
|
21166
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
21167
|
+
readonly default: (label: string) => {
|
|
21168
|
+
label: string;
|
|
21169
|
+
value: string;
|
|
21170
|
+
};
|
|
21171
|
+
};
|
|
21309
21172
|
readonly fallbackOption: {
|
|
21310
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
21311
|
-
readonly default:
|
|
21173
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
21174
|
+
readonly default: () => (value: string | number) => {
|
|
21175
|
+
label: string;
|
|
21176
|
+
value: string | number;
|
|
21177
|
+
};
|
|
21312
21178
|
};
|
|
21313
21179
|
readonly show: {
|
|
21314
21180
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -21327,18 +21193,6 @@ export declare function useComponents(): {
|
|
|
21327
21193
|
readonly type: BooleanConstructor;
|
|
21328
21194
|
readonly default: true;
|
|
21329
21195
|
};
|
|
21330
|
-
readonly labelField: {
|
|
21331
|
-
readonly type: StringConstructor;
|
|
21332
|
-
readonly default: "label";
|
|
21333
|
-
};
|
|
21334
|
-
readonly valueField: {
|
|
21335
|
-
readonly type: StringConstructor;
|
|
21336
|
-
readonly default: "value";
|
|
21337
|
-
};
|
|
21338
|
-
readonly childrenField: {
|
|
21339
|
-
readonly type: StringConstructor;
|
|
21340
|
-
readonly default: "children";
|
|
21341
|
-
};
|
|
21342
21196
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
21343
21197
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
21344
21198
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -21361,10 +21215,6 @@ export declare function useComponents(): {
|
|
|
21361
21215
|
readonly default: true;
|
|
21362
21216
|
};
|
|
21363
21217
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
21364
|
-
readonly internalShowCheckmark: {
|
|
21365
|
-
readonly type: BooleanConstructor;
|
|
21366
|
-
readonly default: true;
|
|
21367
|
-
};
|
|
21368
21218
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
21369
21219
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
21370
21220
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -21460,7 +21310,6 @@ export declare function useComponents(): {
|
|
|
21460
21310
|
optionCheckColor: string;
|
|
21461
21311
|
optionColorPending: string;
|
|
21462
21312
|
optionColorActive: string;
|
|
21463
|
-
optionColorActivePending: string;
|
|
21464
21313
|
actionTextColor: string;
|
|
21465
21314
|
loadingColor: string;
|
|
21466
21315
|
height: string;
|
|
@@ -21586,7 +21435,6 @@ export declare function useComponents(): {
|
|
|
21586
21435
|
optionCheckColor: string;
|
|
21587
21436
|
optionColorPending: string;
|
|
21588
21437
|
optionColorActive: string;
|
|
21589
|
-
optionColorActivePending: string;
|
|
21590
21438
|
actionTextColor: string;
|
|
21591
21439
|
loadingColor: string;
|
|
21592
21440
|
height: string;
|
|
@@ -21712,7 +21560,6 @@ export declare function useComponents(): {
|
|
|
21712
21560
|
optionCheckColor: string;
|
|
21713
21561
|
optionColorPending: string;
|
|
21714
21562
|
optionColorActive: string;
|
|
21715
|
-
optionColorActivePending: string;
|
|
21716
21563
|
actionTextColor: string;
|
|
21717
21564
|
loadingColor: string;
|
|
21718
21565
|
height: string;
|
|
@@ -21842,11 +21689,10 @@ export declare function useComponents(): {
|
|
|
21842
21689
|
opacity5: string;
|
|
21843
21690
|
dividerColor: string;
|
|
21844
21691
|
borderColor: string;
|
|
21845
|
-
|
|
21846
|
-
closeIconColorHover: string;
|
|
21847
|
-
closeIconColorPressed: string;
|
|
21692
|
+
closeColor: string;
|
|
21848
21693
|
closeColorHover: string;
|
|
21849
21694
|
closeColorPressed: string;
|
|
21695
|
+
closeColorDisabled: string;
|
|
21850
21696
|
clearColor: string;
|
|
21851
21697
|
clearColorHover: string;
|
|
21852
21698
|
clearColorPressed: string;
|
|
@@ -22001,7 +21847,6 @@ export declare function useComponents(): {
|
|
|
22001
21847
|
optionCheckColor: string;
|
|
22002
21848
|
optionColorPending: string;
|
|
22003
21849
|
optionColorActive: string;
|
|
22004
|
-
optionColorActivePending: string;
|
|
22005
21850
|
actionTextColor: string;
|
|
22006
21851
|
loadingColor: string;
|
|
22007
21852
|
height: string;
|
|
@@ -22117,7 +21962,10 @@ export declare function useComponents(): {
|
|
|
22117
21962
|
};
|
|
22118
21963
|
readonly remote: BooleanConstructor;
|
|
22119
21964
|
readonly loading: BooleanConstructor;
|
|
22120
|
-
readonly filter:
|
|
21965
|
+
readonly filter: {
|
|
21966
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
21967
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
21968
|
+
};
|
|
22121
21969
|
readonly placement: {
|
|
22122
21970
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
22123
21971
|
readonly default: "bottom-start";
|
|
@@ -22127,10 +21975,19 @@ export declare function useComponents(): {
|
|
|
22127
21975
|
readonly default: "trigger";
|
|
22128
21976
|
};
|
|
22129
21977
|
readonly tag: BooleanConstructor;
|
|
22130
|
-
readonly onCreate:
|
|
21978
|
+
readonly onCreate: {
|
|
21979
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
21980
|
+
readonly default: (label: string) => {
|
|
21981
|
+
label: string;
|
|
21982
|
+
value: string;
|
|
21983
|
+
};
|
|
21984
|
+
};
|
|
22131
21985
|
readonly fallbackOption: {
|
|
22132
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
22133
|
-
readonly default:
|
|
21986
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
21987
|
+
readonly default: () => (value: string | number) => {
|
|
21988
|
+
label: string;
|
|
21989
|
+
value: string | number;
|
|
21990
|
+
};
|
|
22134
21991
|
};
|
|
22135
21992
|
readonly show: {
|
|
22136
21993
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -22149,18 +22006,6 @@ export declare function useComponents(): {
|
|
|
22149
22006
|
readonly type: BooleanConstructor;
|
|
22150
22007
|
readonly default: true;
|
|
22151
22008
|
};
|
|
22152
|
-
readonly labelField: {
|
|
22153
|
-
readonly type: StringConstructor;
|
|
22154
|
-
readonly default: "label";
|
|
22155
|
-
};
|
|
22156
|
-
readonly valueField: {
|
|
22157
|
-
readonly type: StringConstructor;
|
|
22158
|
-
readonly default: "value";
|
|
22159
|
-
};
|
|
22160
|
-
readonly childrenField: {
|
|
22161
|
-
readonly type: StringConstructor;
|
|
22162
|
-
readonly default: "children";
|
|
22163
|
-
};
|
|
22164
22009
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
22165
22010
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
22166
22011
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -22183,10 +22028,6 @@ export declare function useComponents(): {
|
|
|
22183
22028
|
readonly default: true;
|
|
22184
22029
|
};
|
|
22185
22030
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
22186
|
-
readonly internalShowCheckmark: {
|
|
22187
|
-
readonly type: BooleanConstructor;
|
|
22188
|
-
readonly default: true;
|
|
22189
|
-
};
|
|
22190
22031
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
22191
22032
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
22192
22033
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -22282,7 +22123,6 @@ export declare function useComponents(): {
|
|
|
22282
22123
|
optionCheckColor: string;
|
|
22283
22124
|
optionColorPending: string;
|
|
22284
22125
|
optionColorActive: string;
|
|
22285
|
-
optionColorActivePending: string;
|
|
22286
22126
|
actionTextColor: string;
|
|
22287
22127
|
loadingColor: string;
|
|
22288
22128
|
height: string;
|
|
@@ -22408,7 +22248,6 @@ export declare function useComponents(): {
|
|
|
22408
22248
|
optionCheckColor: string;
|
|
22409
22249
|
optionColorPending: string;
|
|
22410
22250
|
optionColorActive: string;
|
|
22411
|
-
optionColorActivePending: string;
|
|
22412
22251
|
actionTextColor: string;
|
|
22413
22252
|
loadingColor: string;
|
|
22414
22253
|
height: string;
|
|
@@ -22534,7 +22373,6 @@ export declare function useComponents(): {
|
|
|
22534
22373
|
optionCheckColor: string;
|
|
22535
22374
|
optionColorPending: string;
|
|
22536
22375
|
optionColorActive: string;
|
|
22537
|
-
optionColorActivePending: string;
|
|
22538
22376
|
actionTextColor: string;
|
|
22539
22377
|
loadingColor: string;
|
|
22540
22378
|
height: string;
|
|
@@ -22568,31 +22406,29 @@ export declare function useComponents(): {
|
|
|
22568
22406
|
}>;
|
|
22569
22407
|
}>>>;
|
|
22570
22408
|
}>>, {
|
|
22571
|
-
|
|
22572
|
-
|
|
22573
|
-
|
|
22574
|
-
|
|
22575
|
-
|
|
22576
|
-
|
|
22577
|
-
|
|
22578
|
-
|
|
22579
|
-
|
|
22580
|
-
|
|
22581
|
-
|
|
22582
|
-
|
|
22583
|
-
|
|
22584
|
-
|
|
22585
|
-
|
|
22586
|
-
|
|
22587
|
-
|
|
22588
|
-
|
|
22589
|
-
|
|
22590
|
-
|
|
22591
|
-
|
|
22592
|
-
|
|
22593
|
-
|
|
22594
|
-
readonly consistentMenuWidth: boolean;
|
|
22595
|
-
readonly childrenField: string;
|
|
22409
|
+
tag: boolean;
|
|
22410
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
22411
|
+
show: boolean | undefined;
|
|
22412
|
+
multiple: boolean;
|
|
22413
|
+
disabled: boolean | undefined;
|
|
22414
|
+
to: string | boolean | HTMLElement;
|
|
22415
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
22416
|
+
loading: boolean;
|
|
22417
|
+
bordered: boolean | undefined;
|
|
22418
|
+
placement: import("vueuc").FollowerPlacement;
|
|
22419
|
+
virtualScroll: boolean;
|
|
22420
|
+
resetMenuOnOptionsChange: boolean;
|
|
22421
|
+
showArrow: boolean;
|
|
22422
|
+
displayDirective: "show" | "if";
|
|
22423
|
+
filterable: boolean;
|
|
22424
|
+
clearable: boolean;
|
|
22425
|
+
clearFilterAfterSelect: boolean;
|
|
22426
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
22427
|
+
remote: boolean;
|
|
22428
|
+
widthMode: string;
|
|
22429
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
22430
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
22431
|
+
consistentMenuWidth: boolean;
|
|
22596
22432
|
}>;
|
|
22597
22433
|
SelectPage: import("vue").DefineComponent<{
|
|
22598
22434
|
searchPageConfig: {
|
|
@@ -22669,10 +22505,7 @@ export declare function useComponents(): {
|
|
|
22669
22505
|
readonly default: true;
|
|
22670
22506
|
};
|
|
22671
22507
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
22672
|
-
readonly nativeFocusBehavior:
|
|
22673
|
-
readonly type: BooleanConstructor;
|
|
22674
|
-
readonly default: boolean;
|
|
22675
|
-
};
|
|
22508
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
22676
22509
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
22677
22510
|
heightTiny: string;
|
|
22678
22511
|
heightSmall: string;
|
|
@@ -23386,10 +23219,7 @@ export declare function useComponents(): {
|
|
|
23386
23219
|
readonly default: true;
|
|
23387
23220
|
};
|
|
23388
23221
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
23389
|
-
readonly nativeFocusBehavior:
|
|
23390
|
-
readonly type: BooleanConstructor;
|
|
23391
|
-
readonly default: boolean;
|
|
23392
|
-
};
|
|
23222
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
23393
23223
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
23394
23224
|
heightTiny: string;
|
|
23395
23225
|
heightSmall: string;
|
|
@@ -24003,26 +23833,26 @@ export declare function useComponents(): {
|
|
|
24003
23833
|
rippleDuration: string;
|
|
24004
23834
|
}, any>>>;
|
|
24005
23835
|
}>>, {
|
|
24006
|
-
|
|
24007
|
-
|
|
24008
|
-
|
|
24009
|
-
|
|
24010
|
-
|
|
24011
|
-
|
|
24012
|
-
|
|
24013
|
-
|
|
24014
|
-
|
|
24015
|
-
|
|
24016
|
-
|
|
24017
|
-
|
|
24018
|
-
|
|
24019
|
-
|
|
24020
|
-
|
|
24021
|
-
|
|
24022
|
-
|
|
24023
|
-
|
|
24024
|
-
|
|
24025
|
-
|
|
23836
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
23837
|
+
tag: keyof HTMLElementTagNameMap;
|
|
23838
|
+
block: boolean;
|
|
23839
|
+
round: boolean;
|
|
23840
|
+
dashed: boolean;
|
|
23841
|
+
text: boolean;
|
|
23842
|
+
circle: boolean;
|
|
23843
|
+
disabled: boolean;
|
|
23844
|
+
focusable: boolean;
|
|
23845
|
+
strong: boolean;
|
|
23846
|
+
loading: boolean;
|
|
23847
|
+
bordered: boolean;
|
|
23848
|
+
tertiary: boolean;
|
|
23849
|
+
ghost: boolean;
|
|
23850
|
+
keyboard: boolean;
|
|
23851
|
+
secondary: boolean;
|
|
23852
|
+
quaternary: boolean;
|
|
23853
|
+
iconPlacement: "left" | "right";
|
|
23854
|
+
attrType: "button" | "reset" | "submit";
|
|
23855
|
+
nativeFocusBehavior: boolean;
|
|
24026
23856
|
}>;
|
|
24027
23857
|
ChevronBackOutline: 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<{}>>, {}>;
|
|
24028
23858
|
ChevronForwardOutline: 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<{}>>, {}>;
|
|
@@ -24459,10 +24289,7 @@ export declare function useComponents(): {
|
|
|
24459
24289
|
readonly default: true;
|
|
24460
24290
|
};
|
|
24461
24291
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
24462
|
-
readonly nativeFocusBehavior:
|
|
24463
|
-
readonly type: BooleanConstructor;
|
|
24464
|
-
readonly default: boolean;
|
|
24465
|
-
};
|
|
24292
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
24466
24293
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
24467
24294
|
heightTiny: string;
|
|
24468
24295
|
heightSmall: string;
|
|
@@ -25176,10 +25003,7 @@ export declare function useComponents(): {
|
|
|
25176
25003
|
readonly default: true;
|
|
25177
25004
|
};
|
|
25178
25005
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
25179
|
-
readonly nativeFocusBehavior:
|
|
25180
|
-
readonly type: BooleanConstructor;
|
|
25181
|
-
readonly default: boolean;
|
|
25182
|
-
};
|
|
25006
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
25183
25007
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
25184
25008
|
heightTiny: string;
|
|
25185
25009
|
heightSmall: string;
|
|
@@ -25793,26 +25617,26 @@ export declare function useComponents(): {
|
|
|
25793
25617
|
rippleDuration: string;
|
|
25794
25618
|
}, any>>>;
|
|
25795
25619
|
}>>, {
|
|
25796
|
-
|
|
25797
|
-
|
|
25798
|
-
|
|
25799
|
-
|
|
25800
|
-
|
|
25801
|
-
|
|
25802
|
-
|
|
25803
|
-
|
|
25804
|
-
|
|
25805
|
-
|
|
25806
|
-
|
|
25807
|
-
|
|
25808
|
-
|
|
25809
|
-
|
|
25810
|
-
|
|
25811
|
-
|
|
25812
|
-
|
|
25813
|
-
|
|
25814
|
-
|
|
25815
|
-
|
|
25620
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
25621
|
+
tag: keyof HTMLElementTagNameMap;
|
|
25622
|
+
block: boolean;
|
|
25623
|
+
round: boolean;
|
|
25624
|
+
dashed: boolean;
|
|
25625
|
+
text: boolean;
|
|
25626
|
+
circle: boolean;
|
|
25627
|
+
disabled: boolean;
|
|
25628
|
+
focusable: boolean;
|
|
25629
|
+
strong: boolean;
|
|
25630
|
+
loading: boolean;
|
|
25631
|
+
bordered: boolean;
|
|
25632
|
+
tertiary: boolean;
|
|
25633
|
+
ghost: boolean;
|
|
25634
|
+
keyboard: boolean;
|
|
25635
|
+
secondary: boolean;
|
|
25636
|
+
quaternary: boolean;
|
|
25637
|
+
iconPlacement: "left" | "right";
|
|
25638
|
+
attrType: "button" | "reset" | "submit";
|
|
25639
|
+
nativeFocusBehavior: boolean;
|
|
25816
25640
|
}>;
|
|
25817
25641
|
ChevronBackOutline: 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<{}>>, {}>;
|
|
25818
25642
|
ChevronForwardOutline: 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<{}>>, {}>;
|
|
@@ -26096,7 +25920,10 @@ export declare function useComponents(): {
|
|
|
26096
25920
|
};
|
|
26097
25921
|
readonly remote: BooleanConstructor;
|
|
26098
25922
|
readonly loading: BooleanConstructor;
|
|
26099
|
-
readonly filter:
|
|
25923
|
+
readonly filter: {
|
|
25924
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
25925
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
25926
|
+
};
|
|
26100
25927
|
readonly placement: {
|
|
26101
25928
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
26102
25929
|
readonly default: "bottom-start";
|
|
@@ -26106,10 +25933,19 @@ export declare function useComponents(): {
|
|
|
26106
25933
|
readonly default: "trigger";
|
|
26107
25934
|
};
|
|
26108
25935
|
readonly tag: BooleanConstructor;
|
|
26109
|
-
readonly onCreate:
|
|
25936
|
+
readonly onCreate: {
|
|
25937
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
25938
|
+
readonly default: (label: string) => {
|
|
25939
|
+
label: string;
|
|
25940
|
+
value: string;
|
|
25941
|
+
};
|
|
25942
|
+
};
|
|
26110
25943
|
readonly fallbackOption: {
|
|
26111
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
26112
|
-
readonly default:
|
|
25944
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
25945
|
+
readonly default: () => (value: string | number) => {
|
|
25946
|
+
label: string;
|
|
25947
|
+
value: string | number;
|
|
25948
|
+
};
|
|
26113
25949
|
};
|
|
26114
25950
|
readonly show: {
|
|
26115
25951
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -26128,18 +25964,6 @@ export declare function useComponents(): {
|
|
|
26128
25964
|
readonly type: BooleanConstructor;
|
|
26129
25965
|
readonly default: true;
|
|
26130
25966
|
};
|
|
26131
|
-
readonly labelField: {
|
|
26132
|
-
readonly type: StringConstructor;
|
|
26133
|
-
readonly default: "label";
|
|
26134
|
-
};
|
|
26135
|
-
readonly valueField: {
|
|
26136
|
-
readonly type: StringConstructor;
|
|
26137
|
-
readonly default: "value";
|
|
26138
|
-
};
|
|
26139
|
-
readonly childrenField: {
|
|
26140
|
-
readonly type: StringConstructor;
|
|
26141
|
-
readonly default: "children";
|
|
26142
|
-
};
|
|
26143
25967
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
26144
25968
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
26145
25969
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -26162,10 +25986,6 @@ export declare function useComponents(): {
|
|
|
26162
25986
|
readonly default: true;
|
|
26163
25987
|
};
|
|
26164
25988
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
26165
|
-
readonly internalShowCheckmark: {
|
|
26166
|
-
readonly type: BooleanConstructor;
|
|
26167
|
-
readonly default: true;
|
|
26168
|
-
};
|
|
26169
25989
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
26170
25990
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
26171
25991
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -26261,7 +26081,6 @@ export declare function useComponents(): {
|
|
|
26261
26081
|
optionCheckColor: string;
|
|
26262
26082
|
optionColorPending: string;
|
|
26263
26083
|
optionColorActive: string;
|
|
26264
|
-
optionColorActivePending: string;
|
|
26265
26084
|
actionTextColor: string;
|
|
26266
26085
|
loadingColor: string;
|
|
26267
26086
|
height: string;
|
|
@@ -26387,7 +26206,6 @@ export declare function useComponents(): {
|
|
|
26387
26206
|
optionCheckColor: string;
|
|
26388
26207
|
optionColorPending: string;
|
|
26389
26208
|
optionColorActive: string;
|
|
26390
|
-
optionColorActivePending: string;
|
|
26391
26209
|
actionTextColor: string;
|
|
26392
26210
|
loadingColor: string;
|
|
26393
26211
|
height: string;
|
|
@@ -26513,7 +26331,6 @@ export declare function useComponents(): {
|
|
|
26513
26331
|
optionCheckColor: string;
|
|
26514
26332
|
optionColorPending: string;
|
|
26515
26333
|
optionColorActive: string;
|
|
26516
|
-
optionColorActivePending: string;
|
|
26517
26334
|
actionTextColor: string;
|
|
26518
26335
|
loadingColor: string;
|
|
26519
26336
|
height: string;
|
|
@@ -26643,11 +26460,10 @@ export declare function useComponents(): {
|
|
|
26643
26460
|
opacity5: string;
|
|
26644
26461
|
dividerColor: string;
|
|
26645
26462
|
borderColor: string;
|
|
26646
|
-
|
|
26647
|
-
closeIconColorHover: string;
|
|
26648
|
-
closeIconColorPressed: string;
|
|
26463
|
+
closeColor: string;
|
|
26649
26464
|
closeColorHover: string;
|
|
26650
26465
|
closeColorPressed: string;
|
|
26466
|
+
closeColorDisabled: string;
|
|
26651
26467
|
clearColor: string;
|
|
26652
26468
|
clearColorHover: string;
|
|
26653
26469
|
clearColorPressed: string;
|
|
@@ -26802,7 +26618,6 @@ export declare function useComponents(): {
|
|
|
26802
26618
|
optionCheckColor: string;
|
|
26803
26619
|
optionColorPending: string;
|
|
26804
26620
|
optionColorActive: string;
|
|
26805
|
-
optionColorActivePending: string;
|
|
26806
26621
|
actionTextColor: string;
|
|
26807
26622
|
loadingColor: string;
|
|
26808
26623
|
height: string;
|
|
@@ -26918,7 +26733,10 @@ export declare function useComponents(): {
|
|
|
26918
26733
|
};
|
|
26919
26734
|
readonly remote: BooleanConstructor;
|
|
26920
26735
|
readonly loading: BooleanConstructor;
|
|
26921
|
-
readonly filter:
|
|
26736
|
+
readonly filter: {
|
|
26737
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
26738
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
26739
|
+
};
|
|
26922
26740
|
readonly placement: {
|
|
26923
26741
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
26924
26742
|
readonly default: "bottom-start";
|
|
@@ -26928,10 +26746,19 @@ export declare function useComponents(): {
|
|
|
26928
26746
|
readonly default: "trigger";
|
|
26929
26747
|
};
|
|
26930
26748
|
readonly tag: BooleanConstructor;
|
|
26931
|
-
readonly onCreate:
|
|
26749
|
+
readonly onCreate: {
|
|
26750
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
26751
|
+
readonly default: (label: string) => {
|
|
26752
|
+
label: string;
|
|
26753
|
+
value: string;
|
|
26754
|
+
};
|
|
26755
|
+
};
|
|
26932
26756
|
readonly fallbackOption: {
|
|
26933
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
26934
|
-
readonly default:
|
|
26757
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
26758
|
+
readonly default: () => (value: string | number) => {
|
|
26759
|
+
label: string;
|
|
26760
|
+
value: string | number;
|
|
26761
|
+
};
|
|
26935
26762
|
};
|
|
26936
26763
|
readonly show: {
|
|
26937
26764
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -26950,18 +26777,6 @@ export declare function useComponents(): {
|
|
|
26950
26777
|
readonly type: BooleanConstructor;
|
|
26951
26778
|
readonly default: true;
|
|
26952
26779
|
};
|
|
26953
|
-
readonly labelField: {
|
|
26954
|
-
readonly type: StringConstructor;
|
|
26955
|
-
readonly default: "label";
|
|
26956
|
-
};
|
|
26957
|
-
readonly valueField: {
|
|
26958
|
-
readonly type: StringConstructor;
|
|
26959
|
-
readonly default: "value";
|
|
26960
|
-
};
|
|
26961
|
-
readonly childrenField: {
|
|
26962
|
-
readonly type: StringConstructor;
|
|
26963
|
-
readonly default: "children";
|
|
26964
|
-
};
|
|
26965
26780
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
26966
26781
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
26967
26782
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -26984,10 +26799,6 @@ export declare function useComponents(): {
|
|
|
26984
26799
|
readonly default: true;
|
|
26985
26800
|
};
|
|
26986
26801
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
26987
|
-
readonly internalShowCheckmark: {
|
|
26988
|
-
readonly type: BooleanConstructor;
|
|
26989
|
-
readonly default: true;
|
|
26990
|
-
};
|
|
26991
26802
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
26992
26803
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
26993
26804
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -27083,7 +26894,6 @@ export declare function useComponents(): {
|
|
|
27083
26894
|
optionCheckColor: string;
|
|
27084
26895
|
optionColorPending: string;
|
|
27085
26896
|
optionColorActive: string;
|
|
27086
|
-
optionColorActivePending: string;
|
|
27087
26897
|
actionTextColor: string;
|
|
27088
26898
|
loadingColor: string;
|
|
27089
26899
|
height: string;
|
|
@@ -27209,7 +27019,6 @@ export declare function useComponents(): {
|
|
|
27209
27019
|
optionCheckColor: string;
|
|
27210
27020
|
optionColorPending: string;
|
|
27211
27021
|
optionColorActive: string;
|
|
27212
|
-
optionColorActivePending: string;
|
|
27213
27022
|
actionTextColor: string;
|
|
27214
27023
|
loadingColor: string;
|
|
27215
27024
|
height: string;
|
|
@@ -27335,7 +27144,6 @@ export declare function useComponents(): {
|
|
|
27335
27144
|
optionCheckColor: string;
|
|
27336
27145
|
optionColorPending: string;
|
|
27337
27146
|
optionColorActive: string;
|
|
27338
|
-
optionColorActivePending: string;
|
|
27339
27147
|
actionTextColor: string;
|
|
27340
27148
|
loadingColor: string;
|
|
27341
27149
|
height: string;
|
|
@@ -27369,31 +27177,29 @@ export declare function useComponents(): {
|
|
|
27369
27177
|
}>;
|
|
27370
27178
|
}>>>;
|
|
27371
27179
|
}>>, {
|
|
27372
|
-
|
|
27373
|
-
|
|
27374
|
-
|
|
27375
|
-
|
|
27376
|
-
|
|
27377
|
-
|
|
27378
|
-
|
|
27379
|
-
|
|
27380
|
-
|
|
27381
|
-
|
|
27382
|
-
|
|
27383
|
-
|
|
27384
|
-
|
|
27385
|
-
|
|
27386
|
-
|
|
27387
|
-
|
|
27388
|
-
|
|
27389
|
-
|
|
27390
|
-
|
|
27391
|
-
|
|
27392
|
-
|
|
27393
|
-
|
|
27394
|
-
|
|
27395
|
-
readonly consistentMenuWidth: boolean;
|
|
27396
|
-
readonly childrenField: string;
|
|
27180
|
+
tag: boolean;
|
|
27181
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
27182
|
+
show: boolean | undefined;
|
|
27183
|
+
multiple: boolean;
|
|
27184
|
+
disabled: boolean | undefined;
|
|
27185
|
+
to: string | boolean | HTMLElement;
|
|
27186
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
27187
|
+
loading: boolean;
|
|
27188
|
+
bordered: boolean | undefined;
|
|
27189
|
+
placement: import("vueuc").FollowerPlacement;
|
|
27190
|
+
virtualScroll: boolean;
|
|
27191
|
+
resetMenuOnOptionsChange: boolean;
|
|
27192
|
+
showArrow: boolean;
|
|
27193
|
+
displayDirective: "show" | "if";
|
|
27194
|
+
filterable: boolean;
|
|
27195
|
+
clearable: boolean;
|
|
27196
|
+
clearFilterAfterSelect: boolean;
|
|
27197
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
27198
|
+
remote: boolean;
|
|
27199
|
+
widthMode: string;
|
|
27200
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
27201
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
27202
|
+
consistentMenuWidth: boolean;
|
|
27397
27203
|
}>;
|
|
27398
27204
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27399
27205
|
mainForm: {
|
|
@@ -27659,7 +27465,10 @@ export declare function useComponents(): {
|
|
|
27659
27465
|
};
|
|
27660
27466
|
readonly remote: BooleanConstructor;
|
|
27661
27467
|
readonly loading: BooleanConstructor;
|
|
27662
|
-
readonly filter:
|
|
27468
|
+
readonly filter: {
|
|
27469
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
27470
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
27471
|
+
};
|
|
27663
27472
|
readonly placement: {
|
|
27664
27473
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
27665
27474
|
readonly default: "bottom-start";
|
|
@@ -27669,10 +27478,19 @@ export declare function useComponents(): {
|
|
|
27669
27478
|
readonly default: "trigger";
|
|
27670
27479
|
};
|
|
27671
27480
|
readonly tag: BooleanConstructor;
|
|
27672
|
-
readonly onCreate:
|
|
27481
|
+
readonly onCreate: {
|
|
27482
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
27483
|
+
readonly default: (label: string) => {
|
|
27484
|
+
label: string;
|
|
27485
|
+
value: string;
|
|
27486
|
+
};
|
|
27487
|
+
};
|
|
27673
27488
|
readonly fallbackOption: {
|
|
27674
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
27675
|
-
readonly default:
|
|
27489
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
27490
|
+
readonly default: () => (value: string | number) => {
|
|
27491
|
+
label: string;
|
|
27492
|
+
value: string | number;
|
|
27493
|
+
};
|
|
27676
27494
|
};
|
|
27677
27495
|
readonly show: {
|
|
27678
27496
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -27691,18 +27509,6 @@ export declare function useComponents(): {
|
|
|
27691
27509
|
readonly type: BooleanConstructor;
|
|
27692
27510
|
readonly default: true;
|
|
27693
27511
|
};
|
|
27694
|
-
readonly labelField: {
|
|
27695
|
-
readonly type: StringConstructor;
|
|
27696
|
-
readonly default: "label";
|
|
27697
|
-
};
|
|
27698
|
-
readonly valueField: {
|
|
27699
|
-
readonly type: StringConstructor;
|
|
27700
|
-
readonly default: "value";
|
|
27701
|
-
};
|
|
27702
|
-
readonly childrenField: {
|
|
27703
|
-
readonly type: StringConstructor;
|
|
27704
|
-
readonly default: "children";
|
|
27705
|
-
};
|
|
27706
27512
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
27707
27513
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
27708
27514
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -27725,10 +27531,6 @@ export declare function useComponents(): {
|
|
|
27725
27531
|
readonly default: true;
|
|
27726
27532
|
};
|
|
27727
27533
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
27728
|
-
readonly internalShowCheckmark: {
|
|
27729
|
-
readonly type: BooleanConstructor;
|
|
27730
|
-
readonly default: true;
|
|
27731
|
-
};
|
|
27732
27534
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
27733
27535
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
27734
27536
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -27824,7 +27626,6 @@ export declare function useComponents(): {
|
|
|
27824
27626
|
optionCheckColor: string;
|
|
27825
27627
|
optionColorPending: string;
|
|
27826
27628
|
optionColorActive: string;
|
|
27827
|
-
optionColorActivePending: string;
|
|
27828
27629
|
actionTextColor: string;
|
|
27829
27630
|
loadingColor: string;
|
|
27830
27631
|
height: string;
|
|
@@ -27950,7 +27751,6 @@ export declare function useComponents(): {
|
|
|
27950
27751
|
optionCheckColor: string;
|
|
27951
27752
|
optionColorPending: string;
|
|
27952
27753
|
optionColorActive: string;
|
|
27953
|
-
optionColorActivePending: string;
|
|
27954
27754
|
actionTextColor: string;
|
|
27955
27755
|
loadingColor: string;
|
|
27956
27756
|
height: string;
|
|
@@ -28076,7 +27876,6 @@ export declare function useComponents(): {
|
|
|
28076
27876
|
optionCheckColor: string;
|
|
28077
27877
|
optionColorPending: string;
|
|
28078
27878
|
optionColorActive: string;
|
|
28079
|
-
optionColorActivePending: string;
|
|
28080
27879
|
actionTextColor: string;
|
|
28081
27880
|
loadingColor: string;
|
|
28082
27881
|
height: string;
|
|
@@ -28206,11 +28005,10 @@ export declare function useComponents(): {
|
|
|
28206
28005
|
opacity5: string;
|
|
28207
28006
|
dividerColor: string;
|
|
28208
28007
|
borderColor: string;
|
|
28209
|
-
|
|
28210
|
-
closeIconColorHover: string;
|
|
28211
|
-
closeIconColorPressed: string;
|
|
28008
|
+
closeColor: string;
|
|
28212
28009
|
closeColorHover: string;
|
|
28213
28010
|
closeColorPressed: string;
|
|
28011
|
+
closeColorDisabled: string;
|
|
28214
28012
|
clearColor: string;
|
|
28215
28013
|
clearColorHover: string;
|
|
28216
28014
|
clearColorPressed: string;
|
|
@@ -28365,7 +28163,6 @@ export declare function useComponents(): {
|
|
|
28365
28163
|
optionCheckColor: string;
|
|
28366
28164
|
optionColorPending: string;
|
|
28367
28165
|
optionColorActive: string;
|
|
28368
|
-
optionColorActivePending: string;
|
|
28369
28166
|
actionTextColor: string;
|
|
28370
28167
|
loadingColor: string;
|
|
28371
28168
|
height: string;
|
|
@@ -28481,7 +28278,10 @@ export declare function useComponents(): {
|
|
|
28481
28278
|
};
|
|
28482
28279
|
readonly remote: BooleanConstructor;
|
|
28483
28280
|
readonly loading: BooleanConstructor;
|
|
28484
|
-
readonly filter:
|
|
28281
|
+
readonly filter: {
|
|
28282
|
+
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
28283
|
+
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
28284
|
+
};
|
|
28485
28285
|
readonly placement: {
|
|
28486
28286
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
28487
28287
|
readonly default: "bottom-start";
|
|
@@ -28491,10 +28291,19 @@ export declare function useComponents(): {
|
|
|
28491
28291
|
readonly default: "trigger";
|
|
28492
28292
|
};
|
|
28493
28293
|
readonly tag: BooleanConstructor;
|
|
28494
|
-
readonly onCreate:
|
|
28294
|
+
readonly onCreate: {
|
|
28295
|
+
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
28296
|
+
readonly default: (label: string) => {
|
|
28297
|
+
label: string;
|
|
28298
|
+
value: string;
|
|
28299
|
+
};
|
|
28300
|
+
};
|
|
28495
28301
|
readonly fallbackOption: {
|
|
28496
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption
|
|
28497
|
-
readonly default:
|
|
28302
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
28303
|
+
readonly default: () => (value: string | number) => {
|
|
28304
|
+
label: string;
|
|
28305
|
+
value: string | number;
|
|
28306
|
+
};
|
|
28498
28307
|
};
|
|
28499
28308
|
readonly show: {
|
|
28500
28309
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -28513,18 +28322,6 @@ export declare function useComponents(): {
|
|
|
28513
28322
|
readonly type: BooleanConstructor;
|
|
28514
28323
|
readonly default: true;
|
|
28515
28324
|
};
|
|
28516
|
-
readonly labelField: {
|
|
28517
|
-
readonly type: StringConstructor;
|
|
28518
|
-
readonly default: "label";
|
|
28519
|
-
};
|
|
28520
|
-
readonly valueField: {
|
|
28521
|
-
readonly type: StringConstructor;
|
|
28522
|
-
readonly default: "value";
|
|
28523
|
-
};
|
|
28524
|
-
readonly childrenField: {
|
|
28525
|
-
readonly type: StringConstructor;
|
|
28526
|
-
readonly default: "children";
|
|
28527
|
-
};
|
|
28528
28325
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
28529
28326
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
28530
28327
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -28547,10 +28344,6 @@ export declare function useComponents(): {
|
|
|
28547
28344
|
readonly default: true;
|
|
28548
28345
|
};
|
|
28549
28346
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
28550
|
-
readonly internalShowCheckmark: {
|
|
28551
|
-
readonly type: BooleanConstructor;
|
|
28552
|
-
readonly default: true;
|
|
28553
|
-
};
|
|
28554
28347
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
28555
28348
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
28556
28349
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -28646,7 +28439,6 @@ export declare function useComponents(): {
|
|
|
28646
28439
|
optionCheckColor: string;
|
|
28647
28440
|
optionColorPending: string;
|
|
28648
28441
|
optionColorActive: string;
|
|
28649
|
-
optionColorActivePending: string;
|
|
28650
28442
|
actionTextColor: string;
|
|
28651
28443
|
loadingColor: string;
|
|
28652
28444
|
height: string;
|
|
@@ -28772,7 +28564,6 @@ export declare function useComponents(): {
|
|
|
28772
28564
|
optionCheckColor: string;
|
|
28773
28565
|
optionColorPending: string;
|
|
28774
28566
|
optionColorActive: string;
|
|
28775
|
-
optionColorActivePending: string;
|
|
28776
28567
|
actionTextColor: string;
|
|
28777
28568
|
loadingColor: string;
|
|
28778
28569
|
height: string;
|
|
@@ -28898,7 +28689,6 @@ export declare function useComponents(): {
|
|
|
28898
28689
|
optionCheckColor: string;
|
|
28899
28690
|
optionColorPending: string;
|
|
28900
28691
|
optionColorActive: string;
|
|
28901
|
-
optionColorActivePending: string;
|
|
28902
28692
|
actionTextColor: string;
|
|
28903
28693
|
loadingColor: string;
|
|
28904
28694
|
height: string;
|
|
@@ -28932,31 +28722,29 @@ export declare function useComponents(): {
|
|
|
28932
28722
|
}>;
|
|
28933
28723
|
}>>>;
|
|
28934
28724
|
}>>, {
|
|
28935
|
-
|
|
28936
|
-
|
|
28937
|
-
|
|
28938
|
-
|
|
28939
|
-
|
|
28940
|
-
|
|
28941
|
-
|
|
28942
|
-
|
|
28943
|
-
|
|
28944
|
-
|
|
28945
|
-
|
|
28946
|
-
|
|
28947
|
-
|
|
28948
|
-
|
|
28949
|
-
|
|
28950
|
-
|
|
28951
|
-
|
|
28952
|
-
|
|
28953
|
-
|
|
28954
|
-
|
|
28955
|
-
|
|
28956
|
-
|
|
28957
|
-
|
|
28958
|
-
readonly consistentMenuWidth: boolean;
|
|
28959
|
-
readonly childrenField: string;
|
|
28725
|
+
tag: boolean;
|
|
28726
|
+
filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
|
|
28727
|
+
show: boolean | undefined;
|
|
28728
|
+
multiple: boolean;
|
|
28729
|
+
disabled: boolean | undefined;
|
|
28730
|
+
to: string | boolean | HTMLElement;
|
|
28731
|
+
options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
28732
|
+
loading: boolean;
|
|
28733
|
+
bordered: boolean | undefined;
|
|
28734
|
+
placement: import("vueuc").FollowerPlacement;
|
|
28735
|
+
virtualScroll: boolean;
|
|
28736
|
+
resetMenuOnOptionsChange: boolean;
|
|
28737
|
+
showArrow: boolean;
|
|
28738
|
+
displayDirective: "show" | "if";
|
|
28739
|
+
filterable: boolean;
|
|
28740
|
+
clearable: boolean;
|
|
28741
|
+
clearFilterAfterSelect: boolean;
|
|
28742
|
+
defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
28743
|
+
remote: boolean;
|
|
28744
|
+
widthMode: string;
|
|
28745
|
+
onCreate: (label: string) => import("naive-ui").SelectOption;
|
|
28746
|
+
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
28747
|
+
consistentMenuWidth: boolean;
|
|
28960
28748
|
}>;
|
|
28961
28749
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28962
28750
|
mainForm: {
|
|
@@ -29245,7 +29033,6 @@ export declare function useComponents(): {
|
|
|
29245
29033
|
type: BooleanConstructor;
|
|
29246
29034
|
default: undefined;
|
|
29247
29035
|
};
|
|
29248
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29249
29036
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29250
29037
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29251
29038
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29466,8 +29253,8 @@ export declare function useComponents(): {
|
|
|
29466
29253
|
contentRef: HTMLElement | null;
|
|
29467
29254
|
containerScrollTop: number;
|
|
29468
29255
|
syncUnifiedContainer: () => void;
|
|
29469
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
29470
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
29256
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
29257
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
29471
29258
|
sync: () => void;
|
|
29472
29259
|
handleMouseEnterWrapper: () => void;
|
|
29473
29260
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -29501,7 +29288,7 @@ export declare function useComponents(): {
|
|
|
29501
29288
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
29502
29289
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
29503
29290
|
handleInputBlur: (e: FocusEvent) => void;
|
|
29504
|
-
handleInputFocus: (e: FocusEvent
|
|
29291
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
29505
29292
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
29506
29293
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
29507
29294
|
handleMouseEnter: () => void;
|
|
@@ -29512,7 +29299,7 @@ export declare function useComponents(): {
|
|
|
29512
29299
|
handleClear: (e: MouseEvent) => void;
|
|
29513
29300
|
handlePasswordToggleClick: () => void;
|
|
29514
29301
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
29515
|
-
|
|
29302
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
29516
29303
|
handleTextAreaMirrorResize: () => void;
|
|
29517
29304
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
29518
29305
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -29556,11 +29343,10 @@ export declare function useComponents(): {
|
|
|
29556
29343
|
opacity5: string;
|
|
29557
29344
|
dividerColor: string;
|
|
29558
29345
|
borderColor: string;
|
|
29559
|
-
|
|
29560
|
-
closeIconColorHover: string;
|
|
29561
|
-
closeIconColorPressed: string;
|
|
29346
|
+
closeColor: string;
|
|
29562
29347
|
closeColorHover: string;
|
|
29563
29348
|
closeColorPressed: string;
|
|
29349
|
+
closeColorDisabled: string;
|
|
29564
29350
|
clearColor: string;
|
|
29565
29351
|
clearColorHover: string;
|
|
29566
29352
|
clearColorPressed: string;
|
|
@@ -29801,7 +29587,6 @@ export declare function useComponents(): {
|
|
|
29801
29587
|
type: BooleanConstructor;
|
|
29802
29588
|
default: undefined;
|
|
29803
29589
|
};
|
|
29804
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29805
29590
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29806
29591
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29807
29592
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -30210,11 +29995,9 @@ export declare function useComponents(): {
|
|
|
30210
29995
|
scrollable: BooleanConstructor;
|
|
30211
29996
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30212
29997
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30213
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30214
29998
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
30215
29999
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30216
30000
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30217
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
30218
30001
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
30219
30002
|
internalInheritedEventHandlers: {
|
|
30220
30003
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -30279,11 +30062,10 @@ export declare function useComponents(): {
|
|
|
30279
30062
|
opacity5: string;
|
|
30280
30063
|
dividerColor: string;
|
|
30281
30064
|
borderColor: string;
|
|
30282
|
-
|
|
30283
|
-
closeIconColorHover: string;
|
|
30284
|
-
closeIconColorPressed: string;
|
|
30065
|
+
closeColor: string;
|
|
30285
30066
|
closeColorHover: string;
|
|
30286
30067
|
closeColorPressed: string;
|
|
30068
|
+
closeColorDisabled: string;
|
|
30287
30069
|
clearColor: string;
|
|
30288
30070
|
clearColorHover: string;
|
|
30289
30071
|
clearColorPressed: string;
|
|
@@ -30512,11 +30294,9 @@ export declare function useComponents(): {
|
|
|
30512
30294
|
scrollable: BooleanConstructor;
|
|
30513
30295
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30514
30296
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30515
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30516
30297
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
30517
30298
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30518
30299
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30519
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
30520
30300
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
30521
30301
|
internalInheritedEventHandlers: {
|
|
30522
30302
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -30552,7 +30332,6 @@ export declare function useComponents(): {
|
|
|
30552
30332
|
arrowPointToCenter: boolean;
|
|
30553
30333
|
displayDirective: "show" | "if";
|
|
30554
30334
|
keepAliveOnHover: boolean;
|
|
30555
|
-
internalDeactivateImmediately: boolean;
|
|
30556
30335
|
animated: boolean;
|
|
30557
30336
|
internalTrapFocus: boolean;
|
|
30558
30337
|
defaultShow: boolean;
|
|
@@ -30884,7 +30663,10 @@ export declare function useComponents(): {
|
|
|
30884
30663
|
onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
30885
30664
|
onClear: import("vue").PropType<() => void>;
|
|
30886
30665
|
onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
30887
|
-
|
|
30666
|
+
stateful: {
|
|
30667
|
+
type: BooleanConstructor;
|
|
30668
|
+
default: boolean;
|
|
30669
|
+
};
|
|
30888
30670
|
showIcon: {
|
|
30889
30671
|
type: BooleanConstructor;
|
|
30890
30672
|
default: boolean;
|
|
@@ -30910,10 +30692,6 @@ export declare function useComponents(): {
|
|
|
30910
30692
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
30911
30693
|
};
|
|
30912
30694
|
use12Hours: BooleanConstructor;
|
|
30913
|
-
stateful: {
|
|
30914
|
-
type: BooleanConstructor;
|
|
30915
|
-
default: boolean;
|
|
30916
|
-
};
|
|
30917
30695
|
onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
30918
30696
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
30919
30697
|
panelColor: string;
|
|
@@ -31802,8 +31580,8 @@ export declare function useComponents(): {
|
|
|
31802
31580
|
contentRef: HTMLElement | null;
|
|
31803
31581
|
containerScrollTop: number;
|
|
31804
31582
|
syncUnifiedContainer: () => void;
|
|
31805
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31806
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31583
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
31584
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
31807
31585
|
sync: () => void;
|
|
31808
31586
|
handleMouseEnterWrapper: () => void;
|
|
31809
31587
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31814,8 +31592,8 @@ export declare function useComponents(): {
|
|
|
31814
31592
|
contentRef: HTMLElement | null;
|
|
31815
31593
|
containerScrollTop: number;
|
|
31816
31594
|
syncUnifiedContainer: () => void;
|
|
31817
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31818
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31595
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
31596
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
31819
31597
|
sync: () => void;
|
|
31820
31598
|
handleMouseEnterWrapper: () => void;
|
|
31821
31599
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31826,8 +31604,8 @@ export declare function useComponents(): {
|
|
|
31826
31604
|
contentRef: HTMLElement | null;
|
|
31827
31605
|
containerScrollTop: number;
|
|
31828
31606
|
syncUnifiedContainer: () => void;
|
|
31829
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31830
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31607
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
31608
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
31831
31609
|
sync: () => void;
|
|
31832
31610
|
handleMouseEnterWrapper: () => void;
|
|
31833
31611
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31838,8 +31616,8 @@ export declare function useComponents(): {
|
|
|
31838
31616
|
contentRef: HTMLElement | null;
|
|
31839
31617
|
containerScrollTop: number;
|
|
31840
31618
|
syncUnifiedContainer: () => void;
|
|
31841
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31842
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31619
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
31620
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
31843
31621
|
sync: () => void;
|
|
31844
31622
|
handleMouseEnterWrapper: () => void;
|
|
31845
31623
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31867,7 +31645,6 @@ export declare function useComponents(): {
|
|
|
31867
31645
|
minuteValue: import("vue").ComputedRef<number | null>;
|
|
31868
31646
|
secondValue: import("vue").ComputedRef<number | null>;
|
|
31869
31647
|
amPmValue: import("vue").ComputedRef<"am" | "pm" | null>;
|
|
31870
|
-
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
31871
31648
|
handleTimeInputFocus: (e: FocusEvent) => void;
|
|
31872
31649
|
handleTimeInputBlur: (e: FocusEvent) => void;
|
|
31873
31650
|
handleNowClick: () => void;
|
|
@@ -31884,7 +31661,7 @@ export declare function useComponents(): {
|
|
|
31884
31661
|
handleAmPmClick: (amPm: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
|
|
31885
31662
|
handleTimeInputClear: (e: MouseEvent) => void;
|
|
31886
31663
|
handleFocusDetectorFocus: () => void;
|
|
31887
|
-
|
|
31664
|
+
handleMenuKeyDown: (e: KeyboardEvent) => void;
|
|
31888
31665
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
31889
31666
|
mergedTheme: import("vue").ComputedRef<{
|
|
31890
31667
|
common: {
|
|
@@ -31927,11 +31704,10 @@ export declare function useComponents(): {
|
|
|
31927
31704
|
opacity5: string;
|
|
31928
31705
|
dividerColor: string;
|
|
31929
31706
|
borderColor: string;
|
|
31930
|
-
|
|
31931
|
-
closeIconColorHover: string;
|
|
31932
|
-
closeIconColorPressed: string;
|
|
31707
|
+
closeColor: string;
|
|
31933
31708
|
closeColorHover: string;
|
|
31934
31709
|
closeColorPressed: string;
|
|
31710
|
+
closeColorDisabled: string;
|
|
31935
31711
|
clearColor: string;
|
|
31936
31712
|
clearColorHover: string;
|
|
31937
31713
|
clearColorPressed: string;
|
|
@@ -32366,7 +32142,10 @@ export declare function useComponents(): {
|
|
|
32366
32142
|
onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
32367
32143
|
onClear: import("vue").PropType<() => void>;
|
|
32368
32144
|
onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
32369
|
-
|
|
32145
|
+
stateful: {
|
|
32146
|
+
type: BooleanConstructor;
|
|
32147
|
+
default: boolean;
|
|
32148
|
+
};
|
|
32370
32149
|
showIcon: {
|
|
32371
32150
|
type: BooleanConstructor;
|
|
32372
32151
|
default: boolean;
|
|
@@ -32392,10 +32171,6 @@ export declare function useComponents(): {
|
|
|
32392
32171
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
32393
32172
|
};
|
|
32394
32173
|
use12Hours: BooleanConstructor;
|
|
32395
|
-
stateful: {
|
|
32396
|
-
type: BooleanConstructor;
|
|
32397
|
-
default: boolean;
|
|
32398
|
-
};
|
|
32399
32174
|
onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
32400
32175
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
32401
32176
|
panelColor: string;
|
|
@@ -33614,10 +33389,6 @@ export declare function useComponents(): {
|
|
|
33614
33389
|
treeSelect: (key: any, vnode: any) => void;
|
|
33615
33390
|
filter: (pattern: string, option: AnyObject) => boolean;
|
|
33616
33391
|
NTreeSelect: import("vue").DefineComponent<{
|
|
33617
|
-
readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33618
|
-
readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33619
|
-
readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33620
|
-
readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
|
|
33621
33392
|
readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
|
|
33622
33393
|
readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
|
|
33623
33394
|
readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
|
|
@@ -33647,7 +33418,6 @@ export declare function useComponents(): {
|
|
|
33647
33418
|
readonly default: () => never[];
|
|
33648
33419
|
};
|
|
33649
33420
|
readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
33650
|
-
readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
|
|
33651
33421
|
readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
33652
33422
|
readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
33653
33423
|
readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
@@ -33714,7 +33484,6 @@ export declare function useComponents(): {
|
|
|
33714
33484
|
readonly default: true;
|
|
33715
33485
|
};
|
|
33716
33486
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
33717
|
-
readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
|
|
33718
33487
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
|
|
33719
33488
|
menuPadding: string;
|
|
33720
33489
|
menuColor: string;
|
|
@@ -34185,6 +33954,7 @@ export declare function useComponents(): {
|
|
|
34185
33954
|
syncPosition: () => void;
|
|
34186
33955
|
} | null>;
|
|
34187
33956
|
treeInstRef: import("vue").Ref<{
|
|
33957
|
+
handleKeyup: (e: KeyboardEvent) => void;
|
|
34188
33958
|
handleKeydown: (e: KeyboardEvent) => void;
|
|
34189
33959
|
} | null>;
|
|
34190
33960
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
@@ -34207,10 +33977,6 @@ export declare function useComponents(): {
|
|
|
34207
33977
|
pendingNodeKey: import("vue").Ref<string | number | null>;
|
|
34208
33978
|
mergedCascade: import("vue").ComputedRef<boolean>;
|
|
34209
33979
|
mergedFilter: import("vue").ComputedRef<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
|
|
34210
|
-
selectionRenderTag: import("vue").ComputedRef<(({ option, handleClose }: {
|
|
34211
|
-
option: import("naive-ui").SelectOption;
|
|
34212
|
-
handleClose: () => void;
|
|
34213
|
-
}) => import("vue").VNodeChild) | undefined>;
|
|
34214
33980
|
handleTriggerOrMenuResize: () => void;
|
|
34215
33981
|
doUpdateExpandedKeys: (keys: import("naive-ui/es/tree/src/interface").Key[], option: (import("naive-ui").TreeSelectOption | null)[]) => void;
|
|
34216
33982
|
handleMenuLeave: () => void;
|
|
@@ -34226,6 +33992,7 @@ export declare function useComponents(): {
|
|
|
34226
33992
|
handleDeleteOption: (option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | any>, selected: boolean) => import("vue").VNodeChild)>) => void;
|
|
34227
33993
|
handlePatternInput: (e: InputEvent) => void;
|
|
34228
33994
|
handleKeydown: (e: KeyboardEvent) => void;
|
|
33995
|
+
handleKeyup: (e: KeyboardEvent) => void;
|
|
34229
33996
|
handleTabOut: () => void;
|
|
34230
33997
|
handleMenuMousedown: (e: MouseEvent) => void;
|
|
34231
33998
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -34269,11 +34036,10 @@ export declare function useComponents(): {
|
|
|
34269
34036
|
opacity5: string;
|
|
34270
34037
|
dividerColor: string;
|
|
34271
34038
|
borderColor: string;
|
|
34272
|
-
|
|
34273
|
-
closeIconColorHover: string;
|
|
34274
|
-
closeIconColorPressed: string;
|
|
34039
|
+
closeColor: string;
|
|
34275
34040
|
closeColorHover: string;
|
|
34276
34041
|
closeColorPressed: string;
|
|
34042
|
+
closeColorDisabled: string;
|
|
34277
34043
|
clearColor: string;
|
|
34278
34044
|
clearColorHover: string;
|
|
34279
34045
|
clearColorPressed: string;
|
|
@@ -34576,10 +34342,6 @@ export declare function useComponents(): {
|
|
|
34576
34342
|
themeClass: import("vue").Ref<string> | undefined;
|
|
34577
34343
|
onRender: (() => void) | undefined;
|
|
34578
34344
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34579
|
-
readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34580
|
-
readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34581
|
-
readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34582
|
-
readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
|
|
34583
34345
|
readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
|
|
34584
34346
|
readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
|
|
34585
34347
|
readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
|
|
@@ -34609,7 +34371,6 @@ export declare function useComponents(): {
|
|
|
34609
34371
|
readonly default: () => never[];
|
|
34610
34372
|
};
|
|
34611
34373
|
readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
34612
|
-
readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
|
|
34613
34374
|
readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
34614
34375
|
readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
34615
34376
|
readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
@@ -34676,7 +34437,6 @@ export declare function useComponents(): {
|
|
|
34676
34437
|
readonly default: true;
|
|
34677
34438
|
};
|
|
34678
34439
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
34679
|
-
readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
|
|
34680
34440
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
|
|
34681
34441
|
menuPadding: string;
|
|
34682
34442
|
menuColor: string;
|
|
@@ -35134,33 +34894,33 @@ export declare function useComponents(): {
|
|
|
35134
34894
|
}>;
|
|
35135
34895
|
}>>>;
|
|
35136
34896
|
}>>, {
|
|
35137
|
-
|
|
35138
|
-
|
|
35139
|
-
|
|
35140
|
-
|
|
35141
|
-
|
|
35142
|
-
|
|
35143
|
-
|
|
35144
|
-
|
|
35145
|
-
|
|
35146
|
-
|
|
35147
|
-
|
|
35148
|
-
|
|
35149
|
-
|
|
35150
|
-
|
|
35151
|
-
|
|
35152
|
-
|
|
35153
|
-
|
|
35154
|
-
|
|
35155
|
-
|
|
35156
|
-
|
|
35157
|
-
|
|
35158
|
-
|
|
35159
|
-
|
|
35160
|
-
|
|
35161
|
-
|
|
35162
|
-
|
|
35163
|
-
|
|
34897
|
+
show: boolean | undefined;
|
|
34898
|
+
separator: string;
|
|
34899
|
+
multiple: boolean;
|
|
34900
|
+
disabled: boolean | undefined;
|
|
34901
|
+
to: string | boolean | HTMLElement;
|
|
34902
|
+
options: import("naive-ui").TreeSelectOption[];
|
|
34903
|
+
loading: boolean;
|
|
34904
|
+
bordered: boolean;
|
|
34905
|
+
placement: import("vueuc").FollowerPlacement;
|
|
34906
|
+
keyField: string;
|
|
34907
|
+
virtualScroll: boolean;
|
|
34908
|
+
checkable: boolean;
|
|
34909
|
+
defaultShow: boolean;
|
|
34910
|
+
filterable: boolean;
|
|
34911
|
+
clearable: boolean;
|
|
34912
|
+
clearFilterAfterSelect: boolean;
|
|
34913
|
+
defaultValue: string | number | (string | number)[] | null;
|
|
34914
|
+
consistentMenuWidth: boolean;
|
|
34915
|
+
allowCheckingNotLoaded: boolean;
|
|
34916
|
+
cascade: boolean;
|
|
34917
|
+
labelField: string;
|
|
34918
|
+
childrenField: string;
|
|
34919
|
+
checkStrategy: import("treemate").CheckStrategy;
|
|
34920
|
+
leafOnly: boolean;
|
|
34921
|
+
showPath: boolean;
|
|
34922
|
+
defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
|
|
34923
|
+
defaultExpandAll: boolean;
|
|
35164
34924
|
}>;
|
|
35165
34925
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35166
34926
|
mainForm: {
|
|
@@ -35402,11 +35162,9 @@ export declare function useComponents(): {
|
|
|
35402
35162
|
scrollable: BooleanConstructor;
|
|
35403
35163
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35404
35164
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35405
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35406
35165
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
35407
35166
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35408
35167
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35409
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
35410
35168
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
35411
35169
|
internalInheritedEventHandlers: {
|
|
35412
35170
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -35471,11 +35229,10 @@ export declare function useComponents(): {
|
|
|
35471
35229
|
opacity5: string;
|
|
35472
35230
|
dividerColor: string;
|
|
35473
35231
|
borderColor: string;
|
|
35474
|
-
|
|
35475
|
-
closeIconColorHover: string;
|
|
35476
|
-
closeIconColorPressed: string;
|
|
35232
|
+
closeColor: string;
|
|
35477
35233
|
closeColorHover: string;
|
|
35478
35234
|
closeColorPressed: string;
|
|
35235
|
+
closeColorDisabled: string;
|
|
35479
35236
|
clearColor: string;
|
|
35480
35237
|
clearColorHover: string;
|
|
35481
35238
|
clearColorPressed: string;
|
|
@@ -35704,11 +35461,9 @@ export declare function useComponents(): {
|
|
|
35704
35461
|
scrollable: BooleanConstructor;
|
|
35705
35462
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35706
35463
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35707
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35708
35464
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
35709
35465
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35710
35466
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35711
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
35712
35467
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
35713
35468
|
internalInheritedEventHandlers: {
|
|
35714
35469
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -35744,7 +35499,6 @@ export declare function useComponents(): {
|
|
|
35744
35499
|
arrowPointToCenter: boolean;
|
|
35745
35500
|
displayDirective: "show" | "if";
|
|
35746
35501
|
keepAliveOnHover: boolean;
|
|
35747
|
-
internalDeactivateImmediately: boolean;
|
|
35748
35502
|
animated: boolean;
|
|
35749
35503
|
internalTrapFocus: boolean;
|
|
35750
35504
|
defaultShow: boolean;
|