cnhis-design-vue 3.1.18-beta.5 → 3.1.18-beta.8
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 +15 -0
- 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 +15 -0
- 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 +15 -0
- 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 +15 -0
- 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 +15 -0
- 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 +32 -2
- 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 +32 -2
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/components/button-print/src/components/IdentityVerification.js +16 -7
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +32 -2
- package/es/components/button-print/src/utils/dialog.d.ts +8 -0
- package/es/components/button-print/src/utils/dialog.js +77 -0
- package/es/components/button-print/src/utils/index.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +11 -0
- package/es/components/button-print/src/utils/print.js +1 -325
- package/es/components/button-print/src/utils/print2.js +348 -0
- 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/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/drag-layout/index.d.ts +90 -10
- 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 +45 -7
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +2 -0
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +90 -10
- 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 +28 -3
- 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 +28 -3
- package/es/components/form-config/index.d.ts +44 -4
- 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 +44 -4
- package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +16 -2
- 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 +28 -2
- package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.js +2 -2
- package/es/components/form-config/src/components/renderer/DefaultNode.js +4 -4
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +1 -1
- 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 +16 -2
- 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 +10 -10
- package/es/components/form-render/src/FormRender.vue.d.ts +16 -2
- package/es/components/form-render/src/components/renderer/cascader.js +6 -6
- package/es/components/form-render/src/components/renderer/checkbox.js +1 -1
- 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 +3 -3
- 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.js +2 -2
- 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 +2 -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 +1 -1
- package/es/components/form-render/src/components/renderer/select.js +13 -10
- package/es/components/form-render/src/components/renderer/slider.js +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.js +2 -2
- 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.js +1 -32
- 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.js +1 -93
- package/es/components/form-render/src/utils/schema2.js +93 -0
- package/es/components/form-table/index.d.ts +130 -12
- 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 +151 -19
- package/es/components/form-table/src/components/index.d.ts +130 -12
- 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 +13 -3
- 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 +18 -2
- package/es/components/form-table/src/components/table-digital.js +1 -1
- package/es/components/form-table/src/components/table-digital.vue.d.ts +11 -3
- 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 +15 -0
- package/es/components/form-table/src/components/table-input.js +1 -1
- package/es/components/form-table/src/components/table-input.vue.d.ts +15 -0
- 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 +18 -2
- 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 +2 -0
- 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 +2 -0
- package/es/components/form-table/src/components/table-select.js +1 -1
- package/es/components/form-table/src/components/table-select.vue.d.ts +2 -0
- package/es/components/form-table/src/components/table-textarea.js +1 -1
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +15 -0
- 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 +10 -2
- 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 +9 -0
- 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 +3 -3
- package/es/components/info-header/index.js +1 -10
- package/es/components/info-header/index2.js +10 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +3 -3
- package/es/components/map/index.d.ts +15 -0
- 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 +15 -0
- package/es/components/scale-view/index.d.ts +1 -0
- 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 +1 -0
- 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/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/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 +33 -6
- 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 +51 -9
- 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 +18 -3
- package/es/components/select-label/src/SelectLabel.vue.d.ts +34 -9
- 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 +18 -3
- package/es/components/select-person/index.d.ts +59 -0
- 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 +22 -0
- package/es/components/select-person/src/SelectPerson.vue.d.ts +63 -6
- 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 +16 -2
- 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 +16 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +15 -0
- package/es/components/steps-wheel/index.js +1 -10
- package/es/components/steps-wheel/index2.js +10 -0
- package/es/components/time-line/index.js +1 -10
- package/es/components/time-line/index2.js +10 -0
- 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/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 +4 -4
- 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
|
@@ -305,6 +305,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
305
305
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
306
306
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
307
307
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
308
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
308
309
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
309
310
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
310
311
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -354,7 +355,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
354
355
|
borderFocus: string;
|
|
355
356
|
boxShadowHover: string;
|
|
356
357
|
boxShadowActive: string;
|
|
357
|
-
boxShadowFocus: string;
|
|
358
|
+
boxShadowFocus: string; /** 特殊处理
|
|
359
|
+
* search 回复默认值
|
|
360
|
+
*/
|
|
358
361
|
caretColor: string;
|
|
359
362
|
arrowColor: string;
|
|
360
363
|
arrowColorDisabled: string;
|
|
@@ -1127,6 +1130,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1127
1130
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
1128
1131
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1129
1132
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
1133
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
1130
1134
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1131
1135
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1132
1136
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1573,7 +1577,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1573
1577
|
};
|
|
1574
1578
|
min: (NumberConstructor | StringConstructor)[];
|
|
1575
1579
|
max: (NumberConstructor | StringConstructor)[];
|
|
1576
|
-
size: import("vue").PropType<"
|
|
1580
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
1577
1581
|
disabled: {
|
|
1578
1582
|
type: import("vue").PropType<boolean | undefined>;
|
|
1579
1583
|
default: undefined;
|
|
@@ -1822,6 +1826,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1822
1826
|
rippleDuration: string;
|
|
1823
1827
|
}, any>;
|
|
1824
1828
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1829
|
+
countTextColorDisabled: string;
|
|
1825
1830
|
countTextColor: string;
|
|
1826
1831
|
heightTiny: string;
|
|
1827
1832
|
heightSmall: string;
|
|
@@ -2090,6 +2095,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2090
2095
|
rippleDuration: string;
|
|
2091
2096
|
}, any>;
|
|
2092
2097
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2098
|
+
countTextColorDisabled: string;
|
|
2093
2099
|
countTextColor: string;
|
|
2094
2100
|
heightTiny: string;
|
|
2095
2101
|
heightSmall: string;
|
|
@@ -2358,6 +2364,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2358
2364
|
rippleDuration: string;
|
|
2359
2365
|
}, any>;
|
|
2360
2366
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2367
|
+
countTextColorDisabled: string;
|
|
2361
2368
|
countTextColor: string;
|
|
2362
2369
|
heightTiny: string;
|
|
2363
2370
|
heightSmall: string;
|
|
@@ -2430,6 +2437,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2430
2437
|
select: () => void;
|
|
2431
2438
|
activate: () => void;
|
|
2432
2439
|
deactivate: () => void;
|
|
2440
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2433
2441
|
} | null>;
|
|
2434
2442
|
minusButtonInstRef: import("vue").Ref<{
|
|
2435
2443
|
$el: HTMLElement;
|
|
@@ -2443,7 +2451,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2443
2451
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
2444
2452
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
2445
2453
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2446
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
2454
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
2447
2455
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
2448
2456
|
displayedValue: import("vue").Ref<string>;
|
|
2449
2457
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -2774,6 +2782,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2774
2782
|
rippleDuration: string;
|
|
2775
2783
|
}, any>;
|
|
2776
2784
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2785
|
+
countTextColorDisabled: string;
|
|
2777
2786
|
countTextColor: string;
|
|
2778
2787
|
heightTiny: string;
|
|
2779
2788
|
heightSmall: string;
|
|
@@ -2876,7 +2885,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2876
2885
|
};
|
|
2877
2886
|
min: (NumberConstructor | StringConstructor)[];
|
|
2878
2887
|
max: (NumberConstructor | StringConstructor)[];
|
|
2879
|
-
size: import("vue").PropType<"
|
|
2888
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
2880
2889
|
disabled: {
|
|
2881
2890
|
type: import("vue").PropType<boolean | undefined>;
|
|
2882
2891
|
default: undefined;
|
|
@@ -3125,6 +3134,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3125
3134
|
rippleDuration: string;
|
|
3126
3135
|
}, any>;
|
|
3127
3136
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3137
|
+
countTextColorDisabled: string;
|
|
3128
3138
|
countTextColor: string;
|
|
3129
3139
|
heightTiny: string;
|
|
3130
3140
|
heightSmall: string;
|
|
@@ -3393,6 +3403,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3393
3403
|
rippleDuration: string;
|
|
3394
3404
|
}, any>;
|
|
3395
3405
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3406
|
+
countTextColorDisabled: string;
|
|
3396
3407
|
countTextColor: string;
|
|
3397
3408
|
heightTiny: string;
|
|
3398
3409
|
heightSmall: string;
|
|
@@ -3661,6 +3672,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3661
3672
|
rippleDuration: string;
|
|
3662
3673
|
}, any>;
|
|
3663
3674
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3675
|
+
countTextColorDisabled: string;
|
|
3664
3676
|
countTextColor: string;
|
|
3665
3677
|
heightTiny: string;
|
|
3666
3678
|
heightSmall: string;
|
|
@@ -4660,6 +4672,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4660
4672
|
calendarRightPaddingYearrange: string;
|
|
4661
4673
|
}, {
|
|
4662
4674
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4675
|
+
countTextColorDisabled: string;
|
|
4663
4676
|
countTextColor: string;
|
|
4664
4677
|
heightTiny: string;
|
|
4665
4678
|
heightSmall: string;
|
|
@@ -5149,6 +5162,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5149
5162
|
rippleDuration: string;
|
|
5150
5163
|
}, any>;
|
|
5151
5164
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5165
|
+
countTextColorDisabled: string;
|
|
5152
5166
|
countTextColor: string;
|
|
5153
5167
|
heightTiny: string;
|
|
5154
5168
|
heightSmall: string;
|
|
@@ -5278,6 +5292,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5278
5292
|
calendarRightPaddingYearrange: string;
|
|
5279
5293
|
}, {
|
|
5280
5294
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5295
|
+
countTextColorDisabled: string;
|
|
5281
5296
|
countTextColor: string;
|
|
5282
5297
|
heightTiny: string;
|
|
5283
5298
|
heightSmall: string;
|
|
@@ -5767,6 +5782,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5767
5782
|
rippleDuration: string;
|
|
5768
5783
|
}, any>;
|
|
5769
5784
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5785
|
+
countTextColorDisabled: string;
|
|
5770
5786
|
countTextColor: string;
|
|
5771
5787
|
heightTiny: string;
|
|
5772
5788
|
heightSmall: string;
|
|
@@ -5896,6 +5912,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5896
5912
|
calendarRightPaddingYearrange: string;
|
|
5897
5913
|
}, {
|
|
5898
5914
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5915
|
+
countTextColorDisabled: string;
|
|
5899
5916
|
countTextColor: string;
|
|
5900
5917
|
heightTiny: string;
|
|
5901
5918
|
heightSmall: string;
|
|
@@ -6385,6 +6402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6385
6402
|
rippleDuration: string;
|
|
6386
6403
|
}, any>;
|
|
6387
6404
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6405
|
+
countTextColorDisabled: string;
|
|
6388
6406
|
countTextColor: string;
|
|
6389
6407
|
heightTiny: string;
|
|
6390
6408
|
heightSmall: string;
|
|
@@ -6558,6 +6576,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6558
6576
|
select: () => void;
|
|
6559
6577
|
activate: () => void;
|
|
6560
6578
|
deactivate: () => void;
|
|
6579
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
6561
6580
|
} | null>;
|
|
6562
6581
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
6563
6582
|
displayTime: import("vue").Ref<string>;
|
|
@@ -6761,6 +6780,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6761
6780
|
};
|
|
6762
6781
|
peers: {
|
|
6763
6782
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6783
|
+
countTextColorDisabled: string;
|
|
6764
6784
|
countTextColor: string;
|
|
6765
6785
|
heightTiny: string;
|
|
6766
6786
|
heightSmall: string;
|
|
@@ -7250,6 +7270,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7250
7270
|
rippleDuration: string;
|
|
7251
7271
|
}, any>;
|
|
7252
7272
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7273
|
+
countTextColorDisabled: string;
|
|
7253
7274
|
countTextColor: string;
|
|
7254
7275
|
heightTiny: string;
|
|
7255
7276
|
heightSmall: string;
|
|
@@ -7537,6 +7558,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7537
7558
|
rippleDuration: string;
|
|
7538
7559
|
}, any>> | undefined;
|
|
7539
7560
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7561
|
+
countTextColorDisabled: string;
|
|
7540
7562
|
countTextColor: string;
|
|
7541
7563
|
heightTiny: string;
|
|
7542
7564
|
heightSmall: string;
|
|
@@ -7608,8 +7630,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7608
7630
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
7609
7631
|
triggerCssVars: import("vue").ComputedRef<{
|
|
7610
7632
|
'--n-bezier': string;
|
|
7611
|
-
'--n-icon-color': string;
|
|
7612
|
-
'--n-icon-color-disabled': string;
|
|
7633
|
+
'--n-icon-color-override': string;
|
|
7634
|
+
'--n-icon-color-disabled-override': string;
|
|
7613
7635
|
}> | undefined;
|
|
7614
7636
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
7615
7637
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -7792,6 +7814,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7792
7814
|
calendarRightPaddingYearrange: string;
|
|
7793
7815
|
}, {
|
|
7794
7816
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7817
|
+
countTextColorDisabled: string;
|
|
7795
7818
|
countTextColor: string;
|
|
7796
7819
|
heightTiny: string;
|
|
7797
7820
|
heightSmall: string;
|
|
@@ -8281,6 +8304,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8281
8304
|
rippleDuration: string;
|
|
8282
8305
|
}, any>;
|
|
8283
8306
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8307
|
+
countTextColorDisabled: string;
|
|
8284
8308
|
countTextColor: string;
|
|
8285
8309
|
heightTiny: string;
|
|
8286
8310
|
heightSmall: string;
|
|
@@ -8410,6 +8434,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8410
8434
|
calendarRightPaddingYearrange: string;
|
|
8411
8435
|
}, {
|
|
8412
8436
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8437
|
+
countTextColorDisabled: string;
|
|
8413
8438
|
countTextColor: string;
|
|
8414
8439
|
heightTiny: string;
|
|
8415
8440
|
heightSmall: string;
|
|
@@ -8899,6 +8924,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8899
8924
|
rippleDuration: string;
|
|
8900
8925
|
}, any>;
|
|
8901
8926
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8927
|
+
countTextColorDisabled: string;
|
|
8902
8928
|
countTextColor: string;
|
|
8903
8929
|
heightTiny: string;
|
|
8904
8930
|
heightSmall: string;
|
|
@@ -9028,6 +9054,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9028
9054
|
calendarRightPaddingYearrange: string;
|
|
9029
9055
|
}, {
|
|
9030
9056
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9057
|
+
countTextColorDisabled: string;
|
|
9031
9058
|
countTextColor: string;
|
|
9032
9059
|
heightTiny: string;
|
|
9033
9060
|
heightSmall: string;
|
|
@@ -9517,6 +9544,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9517
9544
|
rippleDuration: string;
|
|
9518
9545
|
}, any>;
|
|
9519
9546
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9547
|
+
countTextColorDisabled: string;
|
|
9520
9548
|
countTextColor: string;
|
|
9521
9549
|
heightTiny: string;
|
|
9522
9550
|
heightSmall: string;
|
|
@@ -9801,7 +9829,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9801
9829
|
};
|
|
9802
9830
|
min: (NumberConstructor | StringConstructor)[];
|
|
9803
9831
|
max: (NumberConstructor | StringConstructor)[];
|
|
9804
|
-
size: import("vue").PropType<"
|
|
9832
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
9805
9833
|
disabled: {
|
|
9806
9834
|
type: import("vue").PropType<boolean | undefined>;
|
|
9807
9835
|
default: undefined;
|
|
@@ -10050,6 +10078,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10050
10078
|
rippleDuration: string;
|
|
10051
10079
|
}, any>;
|
|
10052
10080
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10081
|
+
countTextColorDisabled: string;
|
|
10053
10082
|
countTextColor: string;
|
|
10054
10083
|
heightTiny: string;
|
|
10055
10084
|
heightSmall: string;
|
|
@@ -10318,6 +10347,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10318
10347
|
rippleDuration: string;
|
|
10319
10348
|
}, any>;
|
|
10320
10349
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10350
|
+
countTextColorDisabled: string;
|
|
10321
10351
|
countTextColor: string;
|
|
10322
10352
|
heightTiny: string;
|
|
10323
10353
|
heightSmall: string;
|
|
@@ -10586,6 +10616,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10586
10616
|
rippleDuration: string;
|
|
10587
10617
|
}, any>;
|
|
10588
10618
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10619
|
+
countTextColorDisabled: string;
|
|
10589
10620
|
countTextColor: string;
|
|
10590
10621
|
heightTiny: string;
|
|
10591
10622
|
heightSmall: string;
|
|
@@ -10658,6 +10689,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10658
10689
|
select: () => void;
|
|
10659
10690
|
activate: () => void;
|
|
10660
10691
|
deactivate: () => void;
|
|
10692
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
10661
10693
|
} | null>;
|
|
10662
10694
|
minusButtonInstRef: import("vue").Ref<{
|
|
10663
10695
|
$el: HTMLElement;
|
|
@@ -10671,7 +10703,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10671
10703
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
10672
10704
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
10673
10705
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10674
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
10706
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
10675
10707
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
10676
10708
|
displayedValue: import("vue").Ref<string>;
|
|
10677
10709
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -11002,6 +11034,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11002
11034
|
rippleDuration: string;
|
|
11003
11035
|
}, any>;
|
|
11004
11036
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11037
|
+
countTextColorDisabled: string;
|
|
11005
11038
|
countTextColor: string;
|
|
11006
11039
|
heightTiny: string;
|
|
11007
11040
|
heightSmall: string;
|
|
@@ -11104,7 +11137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11104
11137
|
};
|
|
11105
11138
|
min: (NumberConstructor | StringConstructor)[];
|
|
11106
11139
|
max: (NumberConstructor | StringConstructor)[];
|
|
11107
|
-
size: import("vue").PropType<"
|
|
11140
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
11108
11141
|
disabled: {
|
|
11109
11142
|
type: import("vue").PropType<boolean | undefined>;
|
|
11110
11143
|
default: undefined;
|
|
@@ -11353,6 +11386,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11353
11386
|
rippleDuration: string;
|
|
11354
11387
|
}, any>;
|
|
11355
11388
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11389
|
+
countTextColorDisabled: string;
|
|
11356
11390
|
countTextColor: string;
|
|
11357
11391
|
heightTiny: string;
|
|
11358
11392
|
heightSmall: string;
|
|
@@ -11621,6 +11655,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11621
11655
|
rippleDuration: string;
|
|
11622
11656
|
}, any>;
|
|
11623
11657
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11658
|
+
countTextColorDisabled: string;
|
|
11624
11659
|
countTextColor: string;
|
|
11625
11660
|
heightTiny: string;
|
|
11626
11661
|
heightSmall: string;
|
|
@@ -11889,6 +11924,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11889
11924
|
rippleDuration: string;
|
|
11890
11925
|
}, any>;
|
|
11891
11926
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11927
|
+
countTextColorDisabled: string;
|
|
11892
11928
|
countTextColor: string;
|
|
11893
11929
|
heightTiny: string;
|
|
11894
11930
|
heightSmall: string;
|
|
@@ -12759,6 +12795,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12759
12795
|
default: undefined;
|
|
12760
12796
|
};
|
|
12761
12797
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
12798
|
+
renderCount: import("vue").PropType<(props: {
|
|
12799
|
+
value: string;
|
|
12800
|
+
}) => import("vue").VNodeChild>;
|
|
12762
12801
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12763
12802
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
12764
12803
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -12787,6 +12826,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12787
12826
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
12788
12827
|
showPasswordToggle: BooleanConstructor;
|
|
12789
12828
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12829
|
+
countTextColorDisabled: string;
|
|
12790
12830
|
countTextColor: string;
|
|
12791
12831
|
heightTiny: string;
|
|
12792
12832
|
heightSmall: string;
|
|
@@ -12847,6 +12887,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12847
12887
|
clearSize: string;
|
|
12848
12888
|
}, any>>;
|
|
12849
12889
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12890
|
+
countTextColorDisabled: string;
|
|
12850
12891
|
countTextColor: string;
|
|
12851
12892
|
heightTiny: string;
|
|
12852
12893
|
heightSmall: string;
|
|
@@ -12907,6 +12948,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12907
12948
|
clearSize: string;
|
|
12908
12949
|
}, any>>>;
|
|
12909
12950
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12951
|
+
countTextColorDisabled: string;
|
|
12910
12952
|
countTextColor: string;
|
|
12911
12953
|
heightTiny: string;
|
|
12912
12954
|
heightSmall: string;
|
|
@@ -13079,7 +13121,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13079
13121
|
clearColorPressed: string;
|
|
13080
13122
|
scrollbarColor: string;
|
|
13081
13123
|
scrollbarColorHover: string;
|
|
13082
|
-
scrollbarWidth: string;
|
|
13124
|
+
scrollbarWidth: string; /** 特殊处理
|
|
13125
|
+
* search 回复默认值
|
|
13126
|
+
*/
|
|
13083
13127
|
scrollbarHeight: string;
|
|
13084
13128
|
scrollbarBorderRadius: string;
|
|
13085
13129
|
progressRailColor: string;
|
|
@@ -13135,6 +13179,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13135
13179
|
name: "common";
|
|
13136
13180
|
};
|
|
13137
13181
|
self: {
|
|
13182
|
+
countTextColorDisabled: string;
|
|
13138
13183
|
countTextColor: string;
|
|
13139
13184
|
heightTiny: string;
|
|
13140
13185
|
heightSmall: string;
|
|
@@ -13202,6 +13247,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13202
13247
|
cssVars: import("vue").ComputedRef<{
|
|
13203
13248
|
'--n-bezier': string;
|
|
13204
13249
|
'--n-count-text-color': string;
|
|
13250
|
+
'--n-count-text-color-disabled': string;
|
|
13205
13251
|
'--n-color': string;
|
|
13206
13252
|
'--n-font-size': string;
|
|
13207
13253
|
'--n-border-radius': string;
|
|
@@ -13256,6 +13302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13256
13302
|
select: () => void;
|
|
13257
13303
|
activate: () => void;
|
|
13258
13304
|
deactivate: () => void;
|
|
13305
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
13259
13306
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13260
13307
|
bordered: {
|
|
13261
13308
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13315,6 +13362,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13315
13362
|
default: undefined;
|
|
13316
13363
|
};
|
|
13317
13364
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
13365
|
+
renderCount: import("vue").PropType<(props: {
|
|
13366
|
+
value: string;
|
|
13367
|
+
}) => import("vue").VNodeChild>;
|
|
13318
13368
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13319
13369
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
13320
13370
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -13343,6 +13393,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13343
13393
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
13344
13394
|
showPasswordToggle: BooleanConstructor;
|
|
13345
13395
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13396
|
+
countTextColorDisabled: string;
|
|
13346
13397
|
countTextColor: string;
|
|
13347
13398
|
heightTiny: string;
|
|
13348
13399
|
heightSmall: string;
|
|
@@ -13403,6 +13454,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13403
13454
|
clearSize: string;
|
|
13404
13455
|
}, any>>;
|
|
13405
13456
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13457
|
+
countTextColorDisabled: string;
|
|
13406
13458
|
countTextColor: string;
|
|
13407
13459
|
heightTiny: string;
|
|
13408
13460
|
heightSmall: string;
|
|
@@ -13463,6 +13515,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13463
13515
|
clearSize: string;
|
|
13464
13516
|
}, any>>>;
|
|
13465
13517
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13518
|
+
countTextColorDisabled: string;
|
|
13466
13519
|
countTextColor: string;
|
|
13467
13520
|
heightTiny: string;
|
|
13468
13521
|
heightSmall: string;
|
|
@@ -14342,6 +14395,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14342
14395
|
default: undefined;
|
|
14343
14396
|
};
|
|
14344
14397
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14398
|
+
renderCount: import("vue").PropType<(props: {
|
|
14399
|
+
value: string;
|
|
14400
|
+
}) => import("vue").VNodeChild>;
|
|
14345
14401
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14346
14402
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14347
14403
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14370,6 +14426,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14370
14426
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
14371
14427
|
showPasswordToggle: BooleanConstructor;
|
|
14372
14428
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14429
|
+
countTextColorDisabled: string;
|
|
14373
14430
|
countTextColor: string;
|
|
14374
14431
|
heightTiny: string;
|
|
14375
14432
|
heightSmall: string;
|
|
@@ -14430,6 +14487,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14430
14487
|
clearSize: string;
|
|
14431
14488
|
}, any>>;
|
|
14432
14489
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14490
|
+
countTextColorDisabled: string;
|
|
14433
14491
|
countTextColor: string;
|
|
14434
14492
|
heightTiny: string;
|
|
14435
14493
|
heightSmall: string;
|
|
@@ -14490,6 +14548,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14490
14548
|
clearSize: string;
|
|
14491
14549
|
}, any>>>;
|
|
14492
14550
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14551
|
+
countTextColorDisabled: string;
|
|
14493
14552
|
countTextColor: string;
|
|
14494
14553
|
heightTiny: string;
|
|
14495
14554
|
heightSmall: string;
|
|
@@ -14662,7 +14721,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14662
14721
|
clearColorPressed: string;
|
|
14663
14722
|
scrollbarColor: string;
|
|
14664
14723
|
scrollbarColorHover: string;
|
|
14665
|
-
scrollbarWidth: string;
|
|
14724
|
+
scrollbarWidth: string; /** 特殊处理
|
|
14725
|
+
* search 回复默认值
|
|
14726
|
+
*/
|
|
14666
14727
|
scrollbarHeight: string;
|
|
14667
14728
|
scrollbarBorderRadius: string;
|
|
14668
14729
|
progressRailColor: string;
|
|
@@ -14718,6 +14779,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14718
14779
|
name: "common";
|
|
14719
14780
|
};
|
|
14720
14781
|
self: {
|
|
14782
|
+
countTextColorDisabled: string;
|
|
14721
14783
|
countTextColor: string;
|
|
14722
14784
|
heightTiny: string;
|
|
14723
14785
|
heightSmall: string;
|
|
@@ -14785,6 +14847,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14785
14847
|
cssVars: import("vue").ComputedRef<{
|
|
14786
14848
|
'--n-bezier': string;
|
|
14787
14849
|
'--n-count-text-color': string;
|
|
14850
|
+
'--n-count-text-color-disabled': string;
|
|
14788
14851
|
'--n-color': string;
|
|
14789
14852
|
'--n-font-size': string;
|
|
14790
14853
|
'--n-border-radius': string;
|
|
@@ -14839,6 +14902,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14839
14902
|
select: () => void;
|
|
14840
14903
|
activate: () => void;
|
|
14841
14904
|
deactivate: () => void;
|
|
14905
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
14842
14906
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14843
14907
|
bordered: {
|
|
14844
14908
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14898,6 +14962,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14898
14962
|
default: undefined;
|
|
14899
14963
|
};
|
|
14900
14964
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14965
|
+
renderCount: import("vue").PropType<(props: {
|
|
14966
|
+
value: string;
|
|
14967
|
+
}) => import("vue").VNodeChild>;
|
|
14901
14968
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14902
14969
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14903
14970
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14926,6 +14993,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14926
14993
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
14927
14994
|
showPasswordToggle: BooleanConstructor;
|
|
14928
14995
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14996
|
+
countTextColorDisabled: string;
|
|
14929
14997
|
countTextColor: string;
|
|
14930
14998
|
heightTiny: string;
|
|
14931
14999
|
heightSmall: string;
|
|
@@ -14986,6 +15054,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14986
15054
|
clearSize: string;
|
|
14987
15055
|
}, any>>;
|
|
14988
15056
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
15057
|
+
countTextColorDisabled: string;
|
|
14989
15058
|
countTextColor: string;
|
|
14990
15059
|
heightTiny: string;
|
|
14991
15060
|
heightSmall: string;
|
|
@@ -15046,6 +15115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15046
15115
|
clearSize: string;
|
|
15047
15116
|
}, any>>>;
|
|
15048
15117
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
15118
|
+
countTextColorDisabled: string;
|
|
15049
15119
|
countTextColor: string;
|
|
15050
15120
|
heightTiny: string;
|
|
15051
15121
|
heightSmall: string;
|
|
@@ -16038,6 +16108,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16038
16108
|
calendarRightPaddingYearrange: string;
|
|
16039
16109
|
}, {
|
|
16040
16110
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16111
|
+
countTextColorDisabled: string;
|
|
16041
16112
|
countTextColor: string;
|
|
16042
16113
|
heightTiny: string;
|
|
16043
16114
|
heightSmall: string;
|
|
@@ -16527,6 +16598,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16527
16598
|
rippleDuration: string;
|
|
16528
16599
|
}, any>;
|
|
16529
16600
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16601
|
+
countTextColorDisabled: string;
|
|
16530
16602
|
countTextColor: string;
|
|
16531
16603
|
heightTiny: string;
|
|
16532
16604
|
heightSmall: string;
|
|
@@ -16656,6 +16728,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16656
16728
|
calendarRightPaddingYearrange: string;
|
|
16657
16729
|
}, {
|
|
16658
16730
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16731
|
+
countTextColorDisabled: string;
|
|
16659
16732
|
countTextColor: string;
|
|
16660
16733
|
heightTiny: string;
|
|
16661
16734
|
heightSmall: string;
|
|
@@ -17145,6 +17218,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17145
17218
|
rippleDuration: string;
|
|
17146
17219
|
}, any>;
|
|
17147
17220
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17221
|
+
countTextColorDisabled: string;
|
|
17148
17222
|
countTextColor: string;
|
|
17149
17223
|
heightTiny: string;
|
|
17150
17224
|
heightSmall: string;
|
|
@@ -17274,6 +17348,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17274
17348
|
calendarRightPaddingYearrange: string;
|
|
17275
17349
|
}, {
|
|
17276
17350
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17351
|
+
countTextColorDisabled: string;
|
|
17277
17352
|
countTextColor: string;
|
|
17278
17353
|
heightTiny: string;
|
|
17279
17354
|
heightSmall: string;
|
|
@@ -17763,6 +17838,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17763
17838
|
rippleDuration: string;
|
|
17764
17839
|
}, any>;
|
|
17765
17840
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17841
|
+
countTextColorDisabled: string;
|
|
17766
17842
|
countTextColor: string;
|
|
17767
17843
|
heightTiny: string;
|
|
17768
17844
|
heightSmall: string;
|
|
@@ -17936,6 +18012,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17936
18012
|
select: () => void;
|
|
17937
18013
|
activate: () => void;
|
|
17938
18014
|
deactivate: () => void;
|
|
18015
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
17939
18016
|
} | null>;
|
|
17940
18017
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
17941
18018
|
displayTime: import("vue").Ref<string>;
|
|
@@ -18139,6 +18216,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18139
18216
|
};
|
|
18140
18217
|
peers: {
|
|
18141
18218
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18219
|
+
countTextColorDisabled: string;
|
|
18142
18220
|
countTextColor: string;
|
|
18143
18221
|
heightTiny: string;
|
|
18144
18222
|
heightSmall: string;
|
|
@@ -18628,6 +18706,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18628
18706
|
rippleDuration: string;
|
|
18629
18707
|
}, any>;
|
|
18630
18708
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18709
|
+
countTextColorDisabled: string;
|
|
18631
18710
|
countTextColor: string;
|
|
18632
18711
|
heightTiny: string;
|
|
18633
18712
|
heightSmall: string;
|
|
@@ -18915,6 +18994,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18915
18994
|
rippleDuration: string;
|
|
18916
18995
|
}, any>> | undefined;
|
|
18917
18996
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18997
|
+
countTextColorDisabled: string;
|
|
18918
18998
|
countTextColor: string;
|
|
18919
18999
|
heightTiny: string;
|
|
18920
19000
|
heightSmall: string;
|
|
@@ -18986,8 +19066,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18986
19066
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
18987
19067
|
triggerCssVars: import("vue").ComputedRef<{
|
|
18988
19068
|
'--n-bezier': string;
|
|
18989
|
-
'--n-icon-color': string;
|
|
18990
|
-
'--n-icon-color-disabled': string;
|
|
19069
|
+
'--n-icon-color-override': string;
|
|
19070
|
+
'--n-icon-color-disabled-override': string;
|
|
18991
19071
|
}> | undefined;
|
|
18992
19072
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
18993
19073
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -19170,6 +19250,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19170
19250
|
calendarRightPaddingYearrange: string;
|
|
19171
19251
|
}, {
|
|
19172
19252
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19253
|
+
countTextColorDisabled: string;
|
|
19173
19254
|
countTextColor: string;
|
|
19174
19255
|
heightTiny: string;
|
|
19175
19256
|
heightSmall: string;
|
|
@@ -19659,6 +19740,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19659
19740
|
rippleDuration: string;
|
|
19660
19741
|
}, any>;
|
|
19661
19742
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19743
|
+
countTextColorDisabled: string;
|
|
19662
19744
|
countTextColor: string;
|
|
19663
19745
|
heightTiny: string;
|
|
19664
19746
|
heightSmall: string;
|
|
@@ -19788,6 +19870,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19788
19870
|
calendarRightPaddingYearrange: string;
|
|
19789
19871
|
}, {
|
|
19790
19872
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19873
|
+
countTextColorDisabled: string;
|
|
19791
19874
|
countTextColor: string;
|
|
19792
19875
|
heightTiny: string;
|
|
19793
19876
|
heightSmall: string;
|
|
@@ -20277,6 +20360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20277
20360
|
rippleDuration: string;
|
|
20278
20361
|
}, any>;
|
|
20279
20362
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20363
|
+
countTextColorDisabled: string;
|
|
20280
20364
|
countTextColor: string;
|
|
20281
20365
|
heightTiny: string;
|
|
20282
20366
|
heightSmall: string;
|
|
@@ -20406,6 +20490,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20406
20490
|
calendarRightPaddingYearrange: string;
|
|
20407
20491
|
}, {
|
|
20408
20492
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20493
|
+
countTextColorDisabled: string;
|
|
20409
20494
|
countTextColor: string;
|
|
20410
20495
|
heightTiny: string;
|
|
20411
20496
|
heightSmall: string;
|
|
@@ -20895,6 +20980,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20895
20980
|
rippleDuration: string;
|
|
20896
20981
|
}, any>;
|
|
20897
20982
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20983
|
+
countTextColorDisabled: string;
|
|
20898
20984
|
countTextColor: string;
|
|
20899
20985
|
heightTiny: string;
|
|
20900
20986
|
heightSmall: string;
|
|
@@ -21391,6 +21477,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21391
21477
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
21392
21478
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
21393
21479
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
21480
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
21394
21481
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
21395
21482
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
21396
21483
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -21440,7 +21527,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21440
21527
|
borderFocus: string;
|
|
21441
21528
|
boxShadowHover: string;
|
|
21442
21529
|
boxShadowActive: string;
|
|
21443
|
-
boxShadowFocus: string;
|
|
21530
|
+
boxShadowFocus: string; /** 特殊处理
|
|
21531
|
+
* search 回复默认值
|
|
21532
|
+
*/
|
|
21444
21533
|
caretColor: string;
|
|
21445
21534
|
arrowColor: string;
|
|
21446
21535
|
arrowColorDisabled: string;
|
|
@@ -22213,6 +22302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22213
22302
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
22214
22303
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
22215
22304
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
22305
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
22216
22306
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
22217
22307
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
22218
22308
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -26192,6 +26282,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26192
26282
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
26193
26283
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26194
26284
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
26285
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
26195
26286
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26196
26287
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
26197
26288
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -26241,7 +26332,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26241
26332
|
borderFocus: string;
|
|
26242
26333
|
boxShadowHover: string;
|
|
26243
26334
|
boxShadowActive: string;
|
|
26244
|
-
boxShadowFocus: string;
|
|
26335
|
+
boxShadowFocus: string; /** 特殊处理
|
|
26336
|
+
* search 回复默认值
|
|
26337
|
+
*/
|
|
26245
26338
|
caretColor: string;
|
|
26246
26339
|
arrowColor: string;
|
|
26247
26340
|
arrowColorDisabled: string;
|
|
@@ -27014,6 +27107,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27014
27107
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
27015
27108
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27016
27109
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
27110
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
27017
27111
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27018
27112
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
27019
27113
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -27755,6 +27849,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27755
27849
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
27756
27850
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27757
27851
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
27852
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
27758
27853
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27759
27854
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
27760
27855
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -27804,7 +27899,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27804
27899
|
borderFocus: string;
|
|
27805
27900
|
boxShadowHover: string;
|
|
27806
27901
|
boxShadowActive: string;
|
|
27807
|
-
boxShadowFocus: string;
|
|
27902
|
+
boxShadowFocus: string; /** 特殊处理
|
|
27903
|
+
* search 回复默认值
|
|
27904
|
+
*/
|
|
27808
27905
|
caretColor: string;
|
|
27809
27906
|
arrowColor: string;
|
|
27810
27907
|
arrowColorDisabled: string;
|
|
@@ -28577,6 +28674,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28577
28674
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
28578
28675
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
28579
28676
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
28677
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
28580
28678
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
28581
28679
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
28582
28680
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -29293,6 +29391,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29293
29391
|
default: undefined;
|
|
29294
29392
|
};
|
|
29295
29393
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29394
|
+
renderCount: import("vue").PropType<(props: {
|
|
29395
|
+
value: string;
|
|
29396
|
+
}) => import("vue").VNodeChild>;
|
|
29296
29397
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29297
29398
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29298
29399
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29321,6 +29422,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29321
29422
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
29322
29423
|
showPasswordToggle: BooleanConstructor;
|
|
29323
29424
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29425
|
+
countTextColorDisabled: string;
|
|
29324
29426
|
countTextColor: string;
|
|
29325
29427
|
heightTiny: string;
|
|
29326
29428
|
heightSmall: string;
|
|
@@ -29381,6 +29483,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29381
29483
|
clearSize: string;
|
|
29382
29484
|
}, any>>;
|
|
29383
29485
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29486
|
+
countTextColorDisabled: string;
|
|
29384
29487
|
countTextColor: string;
|
|
29385
29488
|
heightTiny: string;
|
|
29386
29489
|
heightSmall: string;
|
|
@@ -29441,6 +29544,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29441
29544
|
clearSize: string;
|
|
29442
29545
|
}, any>>>;
|
|
29443
29546
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29547
|
+
countTextColorDisabled: string;
|
|
29444
29548
|
countTextColor: string;
|
|
29445
29549
|
heightTiny: string;
|
|
29446
29550
|
heightSmall: string;
|
|
@@ -29613,7 +29717,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29613
29717
|
clearColorPressed: string;
|
|
29614
29718
|
scrollbarColor: string;
|
|
29615
29719
|
scrollbarColorHover: string;
|
|
29616
|
-
scrollbarWidth: string;
|
|
29720
|
+
scrollbarWidth: string; /** 特殊处理
|
|
29721
|
+
* search 回复默认值
|
|
29722
|
+
*/
|
|
29617
29723
|
scrollbarHeight: string;
|
|
29618
29724
|
scrollbarBorderRadius: string;
|
|
29619
29725
|
progressRailColor: string;
|
|
@@ -29669,6 +29775,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29669
29775
|
name: "common";
|
|
29670
29776
|
};
|
|
29671
29777
|
self: {
|
|
29778
|
+
countTextColorDisabled: string;
|
|
29672
29779
|
countTextColor: string;
|
|
29673
29780
|
heightTiny: string;
|
|
29674
29781
|
heightSmall: string;
|
|
@@ -29736,6 +29843,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29736
29843
|
cssVars: import("vue").ComputedRef<{
|
|
29737
29844
|
'--n-bezier': string;
|
|
29738
29845
|
'--n-count-text-color': string;
|
|
29846
|
+
'--n-count-text-color-disabled': string;
|
|
29739
29847
|
'--n-color': string;
|
|
29740
29848
|
'--n-font-size': string;
|
|
29741
29849
|
'--n-border-radius': string;
|
|
@@ -29790,6 +29898,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29790
29898
|
select: () => void;
|
|
29791
29899
|
activate: () => void;
|
|
29792
29900
|
deactivate: () => void;
|
|
29901
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
29793
29902
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29794
29903
|
bordered: {
|
|
29795
29904
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -29849,6 +29958,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29849
29958
|
default: undefined;
|
|
29850
29959
|
};
|
|
29851
29960
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29961
|
+
renderCount: import("vue").PropType<(props: {
|
|
29962
|
+
value: string;
|
|
29963
|
+
}) => import("vue").VNodeChild>;
|
|
29852
29964
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29853
29965
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29854
29966
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29877,6 +29989,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29877
29989
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
29878
29990
|
showPasswordToggle: BooleanConstructor;
|
|
29879
29991
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29992
|
+
countTextColorDisabled: string;
|
|
29880
29993
|
countTextColor: string;
|
|
29881
29994
|
heightTiny: string;
|
|
29882
29995
|
heightSmall: string;
|
|
@@ -29937,6 +30050,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29937
30050
|
clearSize: string;
|
|
29938
30051
|
}, any>>;
|
|
29939
30052
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
30053
|
+
countTextColorDisabled: string;
|
|
29940
30054
|
countTextColor: string;
|
|
29941
30055
|
heightTiny: string;
|
|
29942
30056
|
heightSmall: string;
|
|
@@ -29997,6 +30111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29997
30111
|
clearSize: string;
|
|
29998
30112
|
}, any>>>;
|
|
29999
30113
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
30114
|
+
countTextColorDisabled: string;
|
|
30000
30115
|
countTextColor: string;
|
|
30001
30116
|
heightTiny: string;
|
|
30002
30117
|
heightSmall: string;
|
|
@@ -31188,6 +31303,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31188
31303
|
rippleDuration: string;
|
|
31189
31304
|
}, any>;
|
|
31190
31305
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31306
|
+
countTextColorDisabled: string;
|
|
31191
31307
|
countTextColor: string;
|
|
31192
31308
|
heightTiny: string;
|
|
31193
31309
|
heightSmall: string;
|
|
@@ -31474,6 +31590,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31474
31590
|
rippleDuration: string;
|
|
31475
31591
|
}, any>;
|
|
31476
31592
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31593
|
+
countTextColorDisabled: string;
|
|
31477
31594
|
countTextColor: string;
|
|
31478
31595
|
heightTiny: string;
|
|
31479
31596
|
heightSmall: string;
|
|
@@ -31760,6 +31877,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31760
31877
|
rippleDuration: string;
|
|
31761
31878
|
}, any>;
|
|
31762
31879
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31880
|
+
countTextColorDisabled: string;
|
|
31763
31881
|
countTextColor: string;
|
|
31764
31882
|
heightTiny: string;
|
|
31765
31883
|
heightSmall: string;
|
|
@@ -31840,6 +31958,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31840
31958
|
select: () => void;
|
|
31841
31959
|
activate: () => void;
|
|
31842
31960
|
deactivate: () => void;
|
|
31961
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
31843
31962
|
} | null>;
|
|
31844
31963
|
panelInstRef: import("vue").Ref<{
|
|
31845
31964
|
$el: HTMLElement;
|
|
@@ -32266,6 +32385,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32266
32385
|
rippleDuration: string;
|
|
32267
32386
|
}, any>;
|
|
32268
32387
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
32388
|
+
countTextColorDisabled: string;
|
|
32269
32389
|
countTextColor: string;
|
|
32270
32390
|
heightTiny: string;
|
|
32271
32391
|
heightSmall: string;
|
|
@@ -32345,8 +32465,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32345
32465
|
};
|
|
32346
32466
|
}>;
|
|
32347
32467
|
triggerCssVars: import("vue").ComputedRef<{
|
|
32348
|
-
'--n-icon-color': string;
|
|
32349
|
-
'--n-icon-color-disabled': string;
|
|
32468
|
+
'--n-icon-color-override': string;
|
|
32469
|
+
'--n-icon-color-disabled-override': string;
|
|
32350
32470
|
'--n-bezier': string;
|
|
32351
32471
|
}> | undefined;
|
|
32352
32472
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
@@ -32670,6 +32790,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32670
32790
|
rippleDuration: string;
|
|
32671
32791
|
}, any>;
|
|
32672
32792
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
32793
|
+
countTextColorDisabled: string;
|
|
32673
32794
|
countTextColor: string;
|
|
32674
32795
|
heightTiny: string;
|
|
32675
32796
|
heightSmall: string;
|
|
@@ -32956,6 +33077,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32956
33077
|
rippleDuration: string;
|
|
32957
33078
|
}, any>;
|
|
32958
33079
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
33080
|
+
countTextColorDisabled: string;
|
|
32959
33081
|
countTextColor: string;
|
|
32960
33082
|
heightTiny: string;
|
|
32961
33083
|
heightSmall: string;
|
|
@@ -33242,6 +33364,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33242
33364
|
rippleDuration: string;
|
|
33243
33365
|
}, any>;
|
|
33244
33366
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
33367
|
+
countTextColorDisabled: string;
|
|
33245
33368
|
countTextColor: string;
|
|
33246
33369
|
heightTiny: string;
|
|
33247
33370
|
heightSmall: string;
|
|
@@ -33689,6 +33812,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33689
33812
|
readonly type: StringConstructor;
|
|
33690
33813
|
readonly default: "children";
|
|
33691
33814
|
};
|
|
33815
|
+
readonly disabledField: {
|
|
33816
|
+
readonly type: StringConstructor;
|
|
33817
|
+
readonly default: "disabled";
|
|
33818
|
+
};
|
|
33692
33819
|
readonly defaultExpandedKeys: {
|
|
33693
33820
|
readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
33694
33821
|
readonly default: () => never[];
|
|
@@ -34651,6 +34778,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34651
34778
|
readonly type: StringConstructor;
|
|
34652
34779
|
readonly default: "children";
|
|
34653
34780
|
};
|
|
34781
|
+
readonly disabledField: {
|
|
34782
|
+
readonly type: StringConstructor;
|
|
34783
|
+
readonly default: "disabled";
|
|
34784
|
+
};
|
|
34654
34785
|
readonly defaultExpandedKeys: {
|
|
34655
34786
|
readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
34656
34787
|
readonly default: () => never[];
|
|
@@ -35205,6 +35336,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35205
35336
|
readonly allowCheckingNotLoaded: boolean;
|
|
35206
35337
|
readonly cascade: boolean;
|
|
35207
35338
|
readonly checkStrategy: import("treemate").CheckStrategy;
|
|
35339
|
+
readonly disabledField: string;
|
|
35208
35340
|
readonly leafOnly: boolean;
|
|
35209
35341
|
readonly showPath: boolean;
|
|
35210
35342
|
readonly defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
|