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
|
@@ -258,6 +258,7 @@ export declare function useComponents(): {
|
|
|
258
258
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
259
259
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
260
260
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
261
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
261
262
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
262
263
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
263
264
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1080,6 +1081,7 @@ export declare function useComponents(): {
|
|
|
1080
1081
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
1081
1082
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1082
1083
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
1084
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
1083
1085
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1084
1086
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1085
1087
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1526,7 +1528,7 @@ export declare function useComponents(): {
|
|
|
1526
1528
|
};
|
|
1527
1529
|
min: (NumberConstructor | StringConstructor)[];
|
|
1528
1530
|
max: (NumberConstructor | StringConstructor)[];
|
|
1529
|
-
size: import("vue").PropType<"
|
|
1531
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
1530
1532
|
disabled: {
|
|
1531
1533
|
type: import("vue").PropType<boolean | undefined>;
|
|
1532
1534
|
default: undefined;
|
|
@@ -1775,6 +1777,7 @@ export declare function useComponents(): {
|
|
|
1775
1777
|
rippleDuration: string;
|
|
1776
1778
|
}, any>;
|
|
1777
1779
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1780
|
+
countTextColorDisabled: string;
|
|
1778
1781
|
countTextColor: string;
|
|
1779
1782
|
heightTiny: string;
|
|
1780
1783
|
heightSmall: string;
|
|
@@ -2043,6 +2046,7 @@ export declare function useComponents(): {
|
|
|
2043
2046
|
rippleDuration: string;
|
|
2044
2047
|
}, any>;
|
|
2045
2048
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2049
|
+
countTextColorDisabled: string;
|
|
2046
2050
|
countTextColor: string;
|
|
2047
2051
|
heightTiny: string;
|
|
2048
2052
|
heightSmall: string;
|
|
@@ -2311,6 +2315,7 @@ export declare function useComponents(): {
|
|
|
2311
2315
|
rippleDuration: string;
|
|
2312
2316
|
}, any>;
|
|
2313
2317
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2318
|
+
countTextColorDisabled: string;
|
|
2314
2319
|
countTextColor: string;
|
|
2315
2320
|
heightTiny: string;
|
|
2316
2321
|
heightSmall: string;
|
|
@@ -2383,6 +2388,7 @@ export declare function useComponents(): {
|
|
|
2383
2388
|
select: () => void;
|
|
2384
2389
|
activate: () => void;
|
|
2385
2390
|
deactivate: () => void;
|
|
2391
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2386
2392
|
} | null>;
|
|
2387
2393
|
minusButtonInstRef: import("vue").Ref<{
|
|
2388
2394
|
$el: HTMLElement;
|
|
@@ -2396,7 +2402,7 @@ export declare function useComponents(): {
|
|
|
2396
2402
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
2397
2403
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
2398
2404
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2399
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
2405
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
2400
2406
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
2401
2407
|
displayedValue: import("vue").Ref<string>;
|
|
2402
2408
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -2727,6 +2733,7 @@ export declare function useComponents(): {
|
|
|
2727
2733
|
rippleDuration: string;
|
|
2728
2734
|
}, any>;
|
|
2729
2735
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2736
|
+
countTextColorDisabled: string;
|
|
2730
2737
|
countTextColor: string;
|
|
2731
2738
|
heightTiny: string;
|
|
2732
2739
|
heightSmall: string;
|
|
@@ -2829,7 +2836,7 @@ export declare function useComponents(): {
|
|
|
2829
2836
|
};
|
|
2830
2837
|
min: (NumberConstructor | StringConstructor)[];
|
|
2831
2838
|
max: (NumberConstructor | StringConstructor)[];
|
|
2832
|
-
size: import("vue").PropType<"
|
|
2839
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
2833
2840
|
disabled: {
|
|
2834
2841
|
type: import("vue").PropType<boolean | undefined>;
|
|
2835
2842
|
default: undefined;
|
|
@@ -3078,6 +3085,7 @@ export declare function useComponents(): {
|
|
|
3078
3085
|
rippleDuration: string;
|
|
3079
3086
|
}, any>;
|
|
3080
3087
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3088
|
+
countTextColorDisabled: string;
|
|
3081
3089
|
countTextColor: string;
|
|
3082
3090
|
heightTiny: string;
|
|
3083
3091
|
heightSmall: string;
|
|
@@ -3346,6 +3354,7 @@ export declare function useComponents(): {
|
|
|
3346
3354
|
rippleDuration: string;
|
|
3347
3355
|
}, any>;
|
|
3348
3356
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3357
|
+
countTextColorDisabled: string;
|
|
3349
3358
|
countTextColor: string;
|
|
3350
3359
|
heightTiny: string;
|
|
3351
3360
|
heightSmall: string;
|
|
@@ -3614,6 +3623,7 @@ export declare function useComponents(): {
|
|
|
3614
3623
|
rippleDuration: string;
|
|
3615
3624
|
}, any>;
|
|
3616
3625
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3626
|
+
countTextColorDisabled: string;
|
|
3617
3627
|
countTextColor: string;
|
|
3618
3628
|
heightTiny: string;
|
|
3619
3629
|
heightSmall: string;
|
|
@@ -4613,6 +4623,7 @@ export declare function useComponents(): {
|
|
|
4613
4623
|
calendarRightPaddingYearrange: string;
|
|
4614
4624
|
}, {
|
|
4615
4625
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4626
|
+
countTextColorDisabled: string;
|
|
4616
4627
|
countTextColor: string;
|
|
4617
4628
|
heightTiny: string;
|
|
4618
4629
|
heightSmall: string;
|
|
@@ -5102,6 +5113,7 @@ export declare function useComponents(): {
|
|
|
5102
5113
|
rippleDuration: string;
|
|
5103
5114
|
}, any>;
|
|
5104
5115
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5116
|
+
countTextColorDisabled: string;
|
|
5105
5117
|
countTextColor: string;
|
|
5106
5118
|
heightTiny: string;
|
|
5107
5119
|
heightSmall: string;
|
|
@@ -5231,6 +5243,7 @@ export declare function useComponents(): {
|
|
|
5231
5243
|
calendarRightPaddingYearrange: string;
|
|
5232
5244
|
}, {
|
|
5233
5245
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5246
|
+
countTextColorDisabled: string;
|
|
5234
5247
|
countTextColor: string;
|
|
5235
5248
|
heightTiny: string;
|
|
5236
5249
|
heightSmall: string;
|
|
@@ -5720,6 +5733,7 @@ export declare function useComponents(): {
|
|
|
5720
5733
|
rippleDuration: string;
|
|
5721
5734
|
}, any>;
|
|
5722
5735
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5736
|
+
countTextColorDisabled: string;
|
|
5723
5737
|
countTextColor: string;
|
|
5724
5738
|
heightTiny: string;
|
|
5725
5739
|
heightSmall: string;
|
|
@@ -5849,6 +5863,7 @@ export declare function useComponents(): {
|
|
|
5849
5863
|
calendarRightPaddingYearrange: string;
|
|
5850
5864
|
}, {
|
|
5851
5865
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5866
|
+
countTextColorDisabled: string;
|
|
5852
5867
|
countTextColor: string;
|
|
5853
5868
|
heightTiny: string;
|
|
5854
5869
|
heightSmall: string;
|
|
@@ -6338,6 +6353,7 @@ export declare function useComponents(): {
|
|
|
6338
6353
|
rippleDuration: string;
|
|
6339
6354
|
}, any>;
|
|
6340
6355
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6356
|
+
countTextColorDisabled: string;
|
|
6341
6357
|
countTextColor: string;
|
|
6342
6358
|
heightTiny: string;
|
|
6343
6359
|
heightSmall: string;
|
|
@@ -6511,6 +6527,7 @@ export declare function useComponents(): {
|
|
|
6511
6527
|
select: () => void;
|
|
6512
6528
|
activate: () => void;
|
|
6513
6529
|
deactivate: () => void;
|
|
6530
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
6514
6531
|
} | null>;
|
|
6515
6532
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
6516
6533
|
displayTime: import("vue").Ref<string>;
|
|
@@ -6714,6 +6731,7 @@ export declare function useComponents(): {
|
|
|
6714
6731
|
};
|
|
6715
6732
|
peers: {
|
|
6716
6733
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6734
|
+
countTextColorDisabled: string;
|
|
6717
6735
|
countTextColor: string;
|
|
6718
6736
|
heightTiny: string;
|
|
6719
6737
|
heightSmall: string;
|
|
@@ -7203,6 +7221,7 @@ export declare function useComponents(): {
|
|
|
7203
7221
|
rippleDuration: string;
|
|
7204
7222
|
}, any>;
|
|
7205
7223
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7224
|
+
countTextColorDisabled: string;
|
|
7206
7225
|
countTextColor: string;
|
|
7207
7226
|
heightTiny: string;
|
|
7208
7227
|
heightSmall: string;
|
|
@@ -7490,6 +7509,7 @@ export declare function useComponents(): {
|
|
|
7490
7509
|
rippleDuration: string;
|
|
7491
7510
|
}, any>> | undefined;
|
|
7492
7511
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7512
|
+
countTextColorDisabled: string;
|
|
7493
7513
|
countTextColor: string;
|
|
7494
7514
|
heightTiny: string;
|
|
7495
7515
|
heightSmall: string;
|
|
@@ -7561,8 +7581,8 @@ export declare function useComponents(): {
|
|
|
7561
7581
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
7562
7582
|
triggerCssVars: import("vue").ComputedRef<{
|
|
7563
7583
|
'--n-bezier': string;
|
|
7564
|
-
'--n-icon-color': string;
|
|
7565
|
-
'--n-icon-color-disabled': string;
|
|
7584
|
+
'--n-icon-color-override': string;
|
|
7585
|
+
'--n-icon-color-disabled-override': string;
|
|
7566
7586
|
}> | undefined;
|
|
7567
7587
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
7568
7588
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -7745,6 +7765,7 @@ export declare function useComponents(): {
|
|
|
7745
7765
|
calendarRightPaddingYearrange: string;
|
|
7746
7766
|
}, {
|
|
7747
7767
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7768
|
+
countTextColorDisabled: string;
|
|
7748
7769
|
countTextColor: string;
|
|
7749
7770
|
heightTiny: string;
|
|
7750
7771
|
heightSmall: string;
|
|
@@ -8234,6 +8255,7 @@ export declare function useComponents(): {
|
|
|
8234
8255
|
rippleDuration: string;
|
|
8235
8256
|
}, any>;
|
|
8236
8257
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8258
|
+
countTextColorDisabled: string;
|
|
8237
8259
|
countTextColor: string;
|
|
8238
8260
|
heightTiny: string;
|
|
8239
8261
|
heightSmall: string;
|
|
@@ -8363,6 +8385,7 @@ export declare function useComponents(): {
|
|
|
8363
8385
|
calendarRightPaddingYearrange: string;
|
|
8364
8386
|
}, {
|
|
8365
8387
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8388
|
+
countTextColorDisabled: string;
|
|
8366
8389
|
countTextColor: string;
|
|
8367
8390
|
heightTiny: string;
|
|
8368
8391
|
heightSmall: string;
|
|
@@ -8852,6 +8875,7 @@ export declare function useComponents(): {
|
|
|
8852
8875
|
rippleDuration: string;
|
|
8853
8876
|
}, any>;
|
|
8854
8877
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8878
|
+
countTextColorDisabled: string;
|
|
8855
8879
|
countTextColor: string;
|
|
8856
8880
|
heightTiny: string;
|
|
8857
8881
|
heightSmall: string;
|
|
@@ -8981,6 +9005,7 @@ export declare function useComponents(): {
|
|
|
8981
9005
|
calendarRightPaddingYearrange: string;
|
|
8982
9006
|
}, {
|
|
8983
9007
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9008
|
+
countTextColorDisabled: string;
|
|
8984
9009
|
countTextColor: string;
|
|
8985
9010
|
heightTiny: string;
|
|
8986
9011
|
heightSmall: string;
|
|
@@ -9470,6 +9495,7 @@ export declare function useComponents(): {
|
|
|
9470
9495
|
rippleDuration: string;
|
|
9471
9496
|
}, any>;
|
|
9472
9497
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9498
|
+
countTextColorDisabled: string;
|
|
9473
9499
|
countTextColor: string;
|
|
9474
9500
|
heightTiny: string;
|
|
9475
9501
|
heightSmall: string;
|
|
@@ -9754,7 +9780,7 @@ export declare function useComponents(): {
|
|
|
9754
9780
|
};
|
|
9755
9781
|
min: (NumberConstructor | StringConstructor)[];
|
|
9756
9782
|
max: (NumberConstructor | StringConstructor)[];
|
|
9757
|
-
size: import("vue").PropType<"
|
|
9783
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
9758
9784
|
disabled: {
|
|
9759
9785
|
type: import("vue").PropType<boolean | undefined>;
|
|
9760
9786
|
default: undefined;
|
|
@@ -10003,6 +10029,7 @@ export declare function useComponents(): {
|
|
|
10003
10029
|
rippleDuration: string;
|
|
10004
10030
|
}, any>;
|
|
10005
10031
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10032
|
+
countTextColorDisabled: string;
|
|
10006
10033
|
countTextColor: string;
|
|
10007
10034
|
heightTiny: string;
|
|
10008
10035
|
heightSmall: string;
|
|
@@ -10271,6 +10298,7 @@ export declare function useComponents(): {
|
|
|
10271
10298
|
rippleDuration: string;
|
|
10272
10299
|
}, any>;
|
|
10273
10300
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10301
|
+
countTextColorDisabled: string;
|
|
10274
10302
|
countTextColor: string;
|
|
10275
10303
|
heightTiny: string;
|
|
10276
10304
|
heightSmall: string;
|
|
@@ -10539,6 +10567,7 @@ export declare function useComponents(): {
|
|
|
10539
10567
|
rippleDuration: string;
|
|
10540
10568
|
}, any>;
|
|
10541
10569
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10570
|
+
countTextColorDisabled: string;
|
|
10542
10571
|
countTextColor: string;
|
|
10543
10572
|
heightTiny: string;
|
|
10544
10573
|
heightSmall: string;
|
|
@@ -10611,6 +10640,7 @@ export declare function useComponents(): {
|
|
|
10611
10640
|
select: () => void;
|
|
10612
10641
|
activate: () => void;
|
|
10613
10642
|
deactivate: () => void;
|
|
10643
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
10614
10644
|
} | null>;
|
|
10615
10645
|
minusButtonInstRef: import("vue").Ref<{
|
|
10616
10646
|
$el: HTMLElement;
|
|
@@ -10624,7 +10654,7 @@ export declare function useComponents(): {
|
|
|
10624
10654
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
10625
10655
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
10626
10656
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10627
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
10657
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
10628
10658
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
10629
10659
|
displayedValue: import("vue").Ref<string>;
|
|
10630
10660
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -10955,6 +10985,7 @@ export declare function useComponents(): {
|
|
|
10955
10985
|
rippleDuration: string;
|
|
10956
10986
|
}, any>;
|
|
10957
10987
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10988
|
+
countTextColorDisabled: string;
|
|
10958
10989
|
countTextColor: string;
|
|
10959
10990
|
heightTiny: string;
|
|
10960
10991
|
heightSmall: string;
|
|
@@ -11057,7 +11088,7 @@ export declare function useComponents(): {
|
|
|
11057
11088
|
};
|
|
11058
11089
|
min: (NumberConstructor | StringConstructor)[];
|
|
11059
11090
|
max: (NumberConstructor | StringConstructor)[];
|
|
11060
|
-
size: import("vue").PropType<"
|
|
11091
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
11061
11092
|
disabled: {
|
|
11062
11093
|
type: import("vue").PropType<boolean | undefined>;
|
|
11063
11094
|
default: undefined;
|
|
@@ -11306,6 +11337,7 @@ export declare function useComponents(): {
|
|
|
11306
11337
|
rippleDuration: string;
|
|
11307
11338
|
}, any>;
|
|
11308
11339
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11340
|
+
countTextColorDisabled: string;
|
|
11309
11341
|
countTextColor: string;
|
|
11310
11342
|
heightTiny: string;
|
|
11311
11343
|
heightSmall: string;
|
|
@@ -11574,6 +11606,7 @@ export declare function useComponents(): {
|
|
|
11574
11606
|
rippleDuration: string;
|
|
11575
11607
|
}, any>;
|
|
11576
11608
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11609
|
+
countTextColorDisabled: string;
|
|
11577
11610
|
countTextColor: string;
|
|
11578
11611
|
heightTiny: string;
|
|
11579
11612
|
heightSmall: string;
|
|
@@ -11842,6 +11875,7 @@ export declare function useComponents(): {
|
|
|
11842
11875
|
rippleDuration: string;
|
|
11843
11876
|
}, any>;
|
|
11844
11877
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11878
|
+
countTextColorDisabled: string;
|
|
11845
11879
|
countTextColor: string;
|
|
11846
11880
|
heightTiny: string;
|
|
11847
11881
|
heightSmall: string;
|
|
@@ -12712,6 +12746,9 @@ export declare function useComponents(): {
|
|
|
12712
12746
|
default: undefined;
|
|
12713
12747
|
};
|
|
12714
12748
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
12749
|
+
renderCount: import("vue").PropType<(props: {
|
|
12750
|
+
value: string;
|
|
12751
|
+
}) => import("vue").VNodeChild>;
|
|
12715
12752
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12716
12753
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
12717
12754
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -12740,6 +12777,7 @@ export declare function useComponents(): {
|
|
|
12740
12777
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
12741
12778
|
showPasswordToggle: BooleanConstructor;
|
|
12742
12779
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12780
|
+
countTextColorDisabled: string;
|
|
12743
12781
|
countTextColor: string;
|
|
12744
12782
|
heightTiny: string;
|
|
12745
12783
|
heightSmall: string;
|
|
@@ -12800,6 +12838,7 @@ export declare function useComponents(): {
|
|
|
12800
12838
|
clearSize: string;
|
|
12801
12839
|
}, any>>;
|
|
12802
12840
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12841
|
+
countTextColorDisabled: string;
|
|
12803
12842
|
countTextColor: string;
|
|
12804
12843
|
heightTiny: string;
|
|
12805
12844
|
heightSmall: string;
|
|
@@ -12860,6 +12899,7 @@ export declare function useComponents(): {
|
|
|
12860
12899
|
clearSize: string;
|
|
12861
12900
|
}, any>>>;
|
|
12862
12901
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12902
|
+
countTextColorDisabled: string;
|
|
12863
12903
|
countTextColor: string;
|
|
12864
12904
|
heightTiny: string;
|
|
12865
12905
|
heightSmall: string;
|
|
@@ -13088,6 +13128,7 @@ export declare function useComponents(): {
|
|
|
13088
13128
|
name: "common";
|
|
13089
13129
|
};
|
|
13090
13130
|
self: {
|
|
13131
|
+
countTextColorDisabled: string;
|
|
13091
13132
|
countTextColor: string;
|
|
13092
13133
|
heightTiny: string;
|
|
13093
13134
|
heightSmall: string;
|
|
@@ -13155,6 +13196,7 @@ export declare function useComponents(): {
|
|
|
13155
13196
|
cssVars: import("vue").ComputedRef<{
|
|
13156
13197
|
'--n-bezier': string;
|
|
13157
13198
|
'--n-count-text-color': string;
|
|
13199
|
+
'--n-count-text-color-disabled': string;
|
|
13158
13200
|
'--n-color': string;
|
|
13159
13201
|
'--n-font-size': string;
|
|
13160
13202
|
'--n-border-radius': string;
|
|
@@ -13209,6 +13251,7 @@ export declare function useComponents(): {
|
|
|
13209
13251
|
select: () => void;
|
|
13210
13252
|
activate: () => void;
|
|
13211
13253
|
deactivate: () => void;
|
|
13254
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
13212
13255
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13213
13256
|
bordered: {
|
|
13214
13257
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13268,6 +13311,9 @@ export declare function useComponents(): {
|
|
|
13268
13311
|
default: undefined;
|
|
13269
13312
|
};
|
|
13270
13313
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
13314
|
+
renderCount: import("vue").PropType<(props: {
|
|
13315
|
+
value: string;
|
|
13316
|
+
}) => import("vue").VNodeChild>;
|
|
13271
13317
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13272
13318
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
13273
13319
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -13296,6 +13342,7 @@ export declare function useComponents(): {
|
|
|
13296
13342
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
13297
13343
|
showPasswordToggle: BooleanConstructor;
|
|
13298
13344
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13345
|
+
countTextColorDisabled: string;
|
|
13299
13346
|
countTextColor: string;
|
|
13300
13347
|
heightTiny: string;
|
|
13301
13348
|
heightSmall: string;
|
|
@@ -13356,6 +13403,7 @@ export declare function useComponents(): {
|
|
|
13356
13403
|
clearSize: string;
|
|
13357
13404
|
}, any>>;
|
|
13358
13405
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13406
|
+
countTextColorDisabled: string;
|
|
13359
13407
|
countTextColor: string;
|
|
13360
13408
|
heightTiny: string;
|
|
13361
13409
|
heightSmall: string;
|
|
@@ -13416,6 +13464,7 @@ export declare function useComponents(): {
|
|
|
13416
13464
|
clearSize: string;
|
|
13417
13465
|
}, any>>>;
|
|
13418
13466
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13467
|
+
countTextColorDisabled: string;
|
|
13419
13468
|
countTextColor: string;
|
|
13420
13469
|
heightTiny: string;
|
|
13421
13470
|
heightSmall: string;
|
|
@@ -14295,6 +14344,9 @@ export declare function useComponents(): {
|
|
|
14295
14344
|
default: undefined;
|
|
14296
14345
|
};
|
|
14297
14346
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14347
|
+
renderCount: import("vue").PropType<(props: {
|
|
14348
|
+
value: string;
|
|
14349
|
+
}) => import("vue").VNodeChild>;
|
|
14298
14350
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14299
14351
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14300
14352
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14323,6 +14375,7 @@ export declare function useComponents(): {
|
|
|
14323
14375
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
14324
14376
|
showPasswordToggle: BooleanConstructor;
|
|
14325
14377
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14378
|
+
countTextColorDisabled: string;
|
|
14326
14379
|
countTextColor: string;
|
|
14327
14380
|
heightTiny: string;
|
|
14328
14381
|
heightSmall: string;
|
|
@@ -14383,6 +14436,7 @@ export declare function useComponents(): {
|
|
|
14383
14436
|
clearSize: string;
|
|
14384
14437
|
}, any>>;
|
|
14385
14438
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14439
|
+
countTextColorDisabled: string;
|
|
14386
14440
|
countTextColor: string;
|
|
14387
14441
|
heightTiny: string;
|
|
14388
14442
|
heightSmall: string;
|
|
@@ -14443,6 +14497,7 @@ export declare function useComponents(): {
|
|
|
14443
14497
|
clearSize: string;
|
|
14444
14498
|
}, any>>>;
|
|
14445
14499
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14500
|
+
countTextColorDisabled: string;
|
|
14446
14501
|
countTextColor: string;
|
|
14447
14502
|
heightTiny: string;
|
|
14448
14503
|
heightSmall: string;
|
|
@@ -14671,6 +14726,7 @@ export declare function useComponents(): {
|
|
|
14671
14726
|
name: "common";
|
|
14672
14727
|
};
|
|
14673
14728
|
self: {
|
|
14729
|
+
countTextColorDisabled: string;
|
|
14674
14730
|
countTextColor: string;
|
|
14675
14731
|
heightTiny: string;
|
|
14676
14732
|
heightSmall: string;
|
|
@@ -14738,6 +14794,7 @@ export declare function useComponents(): {
|
|
|
14738
14794
|
cssVars: import("vue").ComputedRef<{
|
|
14739
14795
|
'--n-bezier': string;
|
|
14740
14796
|
'--n-count-text-color': string;
|
|
14797
|
+
'--n-count-text-color-disabled': string;
|
|
14741
14798
|
'--n-color': string;
|
|
14742
14799
|
'--n-font-size': string;
|
|
14743
14800
|
'--n-border-radius': string;
|
|
@@ -14792,6 +14849,7 @@ export declare function useComponents(): {
|
|
|
14792
14849
|
select: () => void;
|
|
14793
14850
|
activate: () => void;
|
|
14794
14851
|
deactivate: () => void;
|
|
14852
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
14795
14853
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14796
14854
|
bordered: {
|
|
14797
14855
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14851,6 +14909,9 @@ export declare function useComponents(): {
|
|
|
14851
14909
|
default: undefined;
|
|
14852
14910
|
};
|
|
14853
14911
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14912
|
+
renderCount: import("vue").PropType<(props: {
|
|
14913
|
+
value: string;
|
|
14914
|
+
}) => import("vue").VNodeChild>;
|
|
14854
14915
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14855
14916
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14856
14917
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14879,6 +14940,7 @@ export declare function useComponents(): {
|
|
|
14879
14940
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
14880
14941
|
showPasswordToggle: BooleanConstructor;
|
|
14881
14942
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14943
|
+
countTextColorDisabled: string;
|
|
14882
14944
|
countTextColor: string;
|
|
14883
14945
|
heightTiny: string;
|
|
14884
14946
|
heightSmall: string;
|
|
@@ -14939,6 +15001,7 @@ export declare function useComponents(): {
|
|
|
14939
15001
|
clearSize: string;
|
|
14940
15002
|
}, any>>;
|
|
14941
15003
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
15004
|
+
countTextColorDisabled: string;
|
|
14942
15005
|
countTextColor: string;
|
|
14943
15006
|
heightTiny: string;
|
|
14944
15007
|
heightSmall: string;
|
|
@@ -14999,6 +15062,7 @@ export declare function useComponents(): {
|
|
|
14999
15062
|
clearSize: string;
|
|
15000
15063
|
}, any>>>;
|
|
15001
15064
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
15065
|
+
countTextColorDisabled: string;
|
|
15002
15066
|
countTextColor: string;
|
|
15003
15067
|
heightTiny: string;
|
|
15004
15068
|
heightSmall: string;
|
|
@@ -15991,6 +16055,7 @@ export declare function useComponents(): {
|
|
|
15991
16055
|
calendarRightPaddingYearrange: string;
|
|
15992
16056
|
}, {
|
|
15993
16057
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16058
|
+
countTextColorDisabled: string;
|
|
15994
16059
|
countTextColor: string;
|
|
15995
16060
|
heightTiny: string;
|
|
15996
16061
|
heightSmall: string;
|
|
@@ -16480,6 +16545,7 @@ export declare function useComponents(): {
|
|
|
16480
16545
|
rippleDuration: string;
|
|
16481
16546
|
}, any>;
|
|
16482
16547
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16548
|
+
countTextColorDisabled: string;
|
|
16483
16549
|
countTextColor: string;
|
|
16484
16550
|
heightTiny: string;
|
|
16485
16551
|
heightSmall: string;
|
|
@@ -16609,6 +16675,7 @@ export declare function useComponents(): {
|
|
|
16609
16675
|
calendarRightPaddingYearrange: string;
|
|
16610
16676
|
}, {
|
|
16611
16677
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16678
|
+
countTextColorDisabled: string;
|
|
16612
16679
|
countTextColor: string;
|
|
16613
16680
|
heightTiny: string;
|
|
16614
16681
|
heightSmall: string;
|
|
@@ -17098,6 +17165,7 @@ export declare function useComponents(): {
|
|
|
17098
17165
|
rippleDuration: string;
|
|
17099
17166
|
}, any>;
|
|
17100
17167
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17168
|
+
countTextColorDisabled: string;
|
|
17101
17169
|
countTextColor: string;
|
|
17102
17170
|
heightTiny: string;
|
|
17103
17171
|
heightSmall: string;
|
|
@@ -17227,6 +17295,7 @@ export declare function useComponents(): {
|
|
|
17227
17295
|
calendarRightPaddingYearrange: string;
|
|
17228
17296
|
}, {
|
|
17229
17297
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17298
|
+
countTextColorDisabled: string;
|
|
17230
17299
|
countTextColor: string;
|
|
17231
17300
|
heightTiny: string;
|
|
17232
17301
|
heightSmall: string;
|
|
@@ -17716,6 +17785,7 @@ export declare function useComponents(): {
|
|
|
17716
17785
|
rippleDuration: string;
|
|
17717
17786
|
}, any>;
|
|
17718
17787
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17788
|
+
countTextColorDisabled: string;
|
|
17719
17789
|
countTextColor: string;
|
|
17720
17790
|
heightTiny: string;
|
|
17721
17791
|
heightSmall: string;
|
|
@@ -17889,6 +17959,7 @@ export declare function useComponents(): {
|
|
|
17889
17959
|
select: () => void;
|
|
17890
17960
|
activate: () => void;
|
|
17891
17961
|
deactivate: () => void;
|
|
17962
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
17892
17963
|
} | null>;
|
|
17893
17964
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
17894
17965
|
displayTime: import("vue").Ref<string>;
|
|
@@ -18092,6 +18163,7 @@ export declare function useComponents(): {
|
|
|
18092
18163
|
};
|
|
18093
18164
|
peers: {
|
|
18094
18165
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18166
|
+
countTextColorDisabled: string;
|
|
18095
18167
|
countTextColor: string;
|
|
18096
18168
|
heightTiny: string;
|
|
18097
18169
|
heightSmall: string;
|
|
@@ -18581,6 +18653,7 @@ export declare function useComponents(): {
|
|
|
18581
18653
|
rippleDuration: string;
|
|
18582
18654
|
}, any>;
|
|
18583
18655
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18656
|
+
countTextColorDisabled: string;
|
|
18584
18657
|
countTextColor: string;
|
|
18585
18658
|
heightTiny: string;
|
|
18586
18659
|
heightSmall: string;
|
|
@@ -18868,6 +18941,7 @@ export declare function useComponents(): {
|
|
|
18868
18941
|
rippleDuration: string;
|
|
18869
18942
|
}, any>> | undefined;
|
|
18870
18943
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18944
|
+
countTextColorDisabled: string;
|
|
18871
18945
|
countTextColor: string;
|
|
18872
18946
|
heightTiny: string;
|
|
18873
18947
|
heightSmall: string;
|
|
@@ -18939,8 +19013,8 @@ export declare function useComponents(): {
|
|
|
18939
19013
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
18940
19014
|
triggerCssVars: import("vue").ComputedRef<{
|
|
18941
19015
|
'--n-bezier': string;
|
|
18942
|
-
'--n-icon-color': string;
|
|
18943
|
-
'--n-icon-color-disabled': string;
|
|
19016
|
+
'--n-icon-color-override': string;
|
|
19017
|
+
'--n-icon-color-disabled-override': string;
|
|
18944
19018
|
}> | undefined;
|
|
18945
19019
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
18946
19020
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -19123,6 +19197,7 @@ export declare function useComponents(): {
|
|
|
19123
19197
|
calendarRightPaddingYearrange: string;
|
|
19124
19198
|
}, {
|
|
19125
19199
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19200
|
+
countTextColorDisabled: string;
|
|
19126
19201
|
countTextColor: string;
|
|
19127
19202
|
heightTiny: string;
|
|
19128
19203
|
heightSmall: string;
|
|
@@ -19612,6 +19687,7 @@ export declare function useComponents(): {
|
|
|
19612
19687
|
rippleDuration: string;
|
|
19613
19688
|
}, any>;
|
|
19614
19689
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19690
|
+
countTextColorDisabled: string;
|
|
19615
19691
|
countTextColor: string;
|
|
19616
19692
|
heightTiny: string;
|
|
19617
19693
|
heightSmall: string;
|
|
@@ -19741,6 +19817,7 @@ export declare function useComponents(): {
|
|
|
19741
19817
|
calendarRightPaddingYearrange: string;
|
|
19742
19818
|
}, {
|
|
19743
19819
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19820
|
+
countTextColorDisabled: string;
|
|
19744
19821
|
countTextColor: string;
|
|
19745
19822
|
heightTiny: string;
|
|
19746
19823
|
heightSmall: string;
|
|
@@ -20230,6 +20307,7 @@ export declare function useComponents(): {
|
|
|
20230
20307
|
rippleDuration: string;
|
|
20231
20308
|
}, any>;
|
|
20232
20309
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20310
|
+
countTextColorDisabled: string;
|
|
20233
20311
|
countTextColor: string;
|
|
20234
20312
|
heightTiny: string;
|
|
20235
20313
|
heightSmall: string;
|
|
@@ -20359,6 +20437,7 @@ export declare function useComponents(): {
|
|
|
20359
20437
|
calendarRightPaddingYearrange: string;
|
|
20360
20438
|
}, {
|
|
20361
20439
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20440
|
+
countTextColorDisabled: string;
|
|
20362
20441
|
countTextColor: string;
|
|
20363
20442
|
heightTiny: string;
|
|
20364
20443
|
heightSmall: string;
|
|
@@ -20848,6 +20927,7 @@ export declare function useComponents(): {
|
|
|
20848
20927
|
rippleDuration: string;
|
|
20849
20928
|
}, any>;
|
|
20850
20929
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20930
|
+
countTextColorDisabled: string;
|
|
20851
20931
|
countTextColor: string;
|
|
20852
20932
|
heightTiny: string;
|
|
20853
20933
|
heightSmall: string;
|
|
@@ -21344,6 +21424,7 @@ export declare function useComponents(): {
|
|
|
21344
21424
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
21345
21425
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
21346
21426
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
21427
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
21347
21428
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
21348
21429
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
21349
21430
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -22166,6 +22247,7 @@ export declare function useComponents(): {
|
|
|
22166
22247
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
22167
22248
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
22168
22249
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
22250
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
22169
22251
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
22170
22252
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
22171
22253
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -26145,6 +26227,7 @@ export declare function useComponents(): {
|
|
|
26145
26227
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
26146
26228
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26147
26229
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
26230
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
26148
26231
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26149
26232
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
26150
26233
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -26967,6 +27050,7 @@ export declare function useComponents(): {
|
|
|
26967
27050
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
26968
27051
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26969
27052
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
27053
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
26970
27054
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26971
27055
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
26972
27056
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -27708,6 +27792,7 @@ export declare function useComponents(): {
|
|
|
27708
27792
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
27709
27793
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27710
27794
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
27795
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
27711
27796
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27712
27797
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
27713
27798
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -28530,6 +28615,7 @@ export declare function useComponents(): {
|
|
|
28530
28615
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
28531
28616
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
28532
28617
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
28618
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
28533
28619
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
28534
28620
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
28535
28621
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -29246,6 +29332,9 @@ export declare function useComponents(): {
|
|
|
29246
29332
|
default: undefined;
|
|
29247
29333
|
};
|
|
29248
29334
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29335
|
+
renderCount: import("vue").PropType<(props: {
|
|
29336
|
+
value: string;
|
|
29337
|
+
}) => import("vue").VNodeChild>;
|
|
29249
29338
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29250
29339
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29251
29340
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29274,6 +29363,7 @@ export declare function useComponents(): {
|
|
|
29274
29363
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
29275
29364
|
showPasswordToggle: BooleanConstructor;
|
|
29276
29365
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29366
|
+
countTextColorDisabled: string;
|
|
29277
29367
|
countTextColor: string;
|
|
29278
29368
|
heightTiny: string;
|
|
29279
29369
|
heightSmall: string;
|
|
@@ -29334,6 +29424,7 @@ export declare function useComponents(): {
|
|
|
29334
29424
|
clearSize: string;
|
|
29335
29425
|
}, any>>;
|
|
29336
29426
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29427
|
+
countTextColorDisabled: string;
|
|
29337
29428
|
countTextColor: string;
|
|
29338
29429
|
heightTiny: string;
|
|
29339
29430
|
heightSmall: string;
|
|
@@ -29394,6 +29485,7 @@ export declare function useComponents(): {
|
|
|
29394
29485
|
clearSize: string;
|
|
29395
29486
|
}, any>>>;
|
|
29396
29487
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29488
|
+
countTextColorDisabled: string;
|
|
29397
29489
|
countTextColor: string;
|
|
29398
29490
|
heightTiny: string;
|
|
29399
29491
|
heightSmall: string;
|
|
@@ -29622,6 +29714,7 @@ export declare function useComponents(): {
|
|
|
29622
29714
|
name: "common";
|
|
29623
29715
|
};
|
|
29624
29716
|
self: {
|
|
29717
|
+
countTextColorDisabled: string;
|
|
29625
29718
|
countTextColor: string;
|
|
29626
29719
|
heightTiny: string;
|
|
29627
29720
|
heightSmall: string;
|
|
@@ -29689,6 +29782,7 @@ export declare function useComponents(): {
|
|
|
29689
29782
|
cssVars: import("vue").ComputedRef<{
|
|
29690
29783
|
'--n-bezier': string;
|
|
29691
29784
|
'--n-count-text-color': string;
|
|
29785
|
+
'--n-count-text-color-disabled': string;
|
|
29692
29786
|
'--n-color': string;
|
|
29693
29787
|
'--n-font-size': string;
|
|
29694
29788
|
'--n-border-radius': string;
|
|
@@ -29743,6 +29837,7 @@ export declare function useComponents(): {
|
|
|
29743
29837
|
select: () => void;
|
|
29744
29838
|
activate: () => void;
|
|
29745
29839
|
deactivate: () => void;
|
|
29840
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
29746
29841
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29747
29842
|
bordered: {
|
|
29748
29843
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -29802,6 +29897,9 @@ export declare function useComponents(): {
|
|
|
29802
29897
|
default: undefined;
|
|
29803
29898
|
};
|
|
29804
29899
|
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29900
|
+
renderCount: import("vue").PropType<(props: {
|
|
29901
|
+
value: string;
|
|
29902
|
+
}) => import("vue").VNodeChild>;
|
|
29805
29903
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29806
29904
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29807
29905
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29830,6 +29928,7 @@ export declare function useComponents(): {
|
|
|
29830
29928
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
29831
29929
|
showPasswordToggle: BooleanConstructor;
|
|
29832
29930
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29931
|
+
countTextColorDisabled: string;
|
|
29833
29932
|
countTextColor: string;
|
|
29834
29933
|
heightTiny: string;
|
|
29835
29934
|
heightSmall: string;
|
|
@@ -29890,6 +29989,7 @@ export declare function useComponents(): {
|
|
|
29890
29989
|
clearSize: string;
|
|
29891
29990
|
}, any>>;
|
|
29892
29991
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29992
|
+
countTextColorDisabled: string;
|
|
29893
29993
|
countTextColor: string;
|
|
29894
29994
|
heightTiny: string;
|
|
29895
29995
|
heightSmall: string;
|
|
@@ -29950,6 +30050,7 @@ export declare function useComponents(): {
|
|
|
29950
30050
|
clearSize: string;
|
|
29951
30051
|
}, any>>>;
|
|
29952
30052
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
30053
|
+
countTextColorDisabled: string;
|
|
29953
30054
|
countTextColor: string;
|
|
29954
30055
|
heightTiny: string;
|
|
29955
30056
|
heightSmall: string;
|
|
@@ -31141,6 +31242,7 @@ export declare function useComponents(): {
|
|
|
31141
31242
|
rippleDuration: string;
|
|
31142
31243
|
}, any>;
|
|
31143
31244
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31245
|
+
countTextColorDisabled: string;
|
|
31144
31246
|
countTextColor: string;
|
|
31145
31247
|
heightTiny: string;
|
|
31146
31248
|
heightSmall: string;
|
|
@@ -31427,6 +31529,7 @@ export declare function useComponents(): {
|
|
|
31427
31529
|
rippleDuration: string;
|
|
31428
31530
|
}, any>;
|
|
31429
31531
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31532
|
+
countTextColorDisabled: string;
|
|
31430
31533
|
countTextColor: string;
|
|
31431
31534
|
heightTiny: string;
|
|
31432
31535
|
heightSmall: string;
|
|
@@ -31713,6 +31816,7 @@ export declare function useComponents(): {
|
|
|
31713
31816
|
rippleDuration: string;
|
|
31714
31817
|
}, any>;
|
|
31715
31818
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31819
|
+
countTextColorDisabled: string;
|
|
31716
31820
|
countTextColor: string;
|
|
31717
31821
|
heightTiny: string;
|
|
31718
31822
|
heightSmall: string;
|
|
@@ -31793,6 +31897,7 @@ export declare function useComponents(): {
|
|
|
31793
31897
|
select: () => void;
|
|
31794
31898
|
activate: () => void;
|
|
31795
31899
|
deactivate: () => void;
|
|
31900
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
31796
31901
|
} | null>;
|
|
31797
31902
|
panelInstRef: import("vue").Ref<{
|
|
31798
31903
|
$el: HTMLElement;
|
|
@@ -32219,6 +32324,7 @@ export declare function useComponents(): {
|
|
|
32219
32324
|
rippleDuration: string;
|
|
32220
32325
|
}, any>;
|
|
32221
32326
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
32327
|
+
countTextColorDisabled: string;
|
|
32222
32328
|
countTextColor: string;
|
|
32223
32329
|
heightTiny: string;
|
|
32224
32330
|
heightSmall: string;
|
|
@@ -32298,8 +32404,8 @@ export declare function useComponents(): {
|
|
|
32298
32404
|
};
|
|
32299
32405
|
}>;
|
|
32300
32406
|
triggerCssVars: import("vue").ComputedRef<{
|
|
32301
|
-
'--n-icon-color': string;
|
|
32302
|
-
'--n-icon-color-disabled': string;
|
|
32407
|
+
'--n-icon-color-override': string;
|
|
32408
|
+
'--n-icon-color-disabled-override': string;
|
|
32303
32409
|
'--n-bezier': string;
|
|
32304
32410
|
}> | undefined;
|
|
32305
32411
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
@@ -32623,6 +32729,7 @@ export declare function useComponents(): {
|
|
|
32623
32729
|
rippleDuration: string;
|
|
32624
32730
|
}, any>;
|
|
32625
32731
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
32732
|
+
countTextColorDisabled: string;
|
|
32626
32733
|
countTextColor: string;
|
|
32627
32734
|
heightTiny: string;
|
|
32628
32735
|
heightSmall: string;
|
|
@@ -32909,6 +33016,7 @@ export declare function useComponents(): {
|
|
|
32909
33016
|
rippleDuration: string;
|
|
32910
33017
|
}, any>;
|
|
32911
33018
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
33019
|
+
countTextColorDisabled: string;
|
|
32912
33020
|
countTextColor: string;
|
|
32913
33021
|
heightTiny: string;
|
|
32914
33022
|
heightSmall: string;
|
|
@@ -33195,6 +33303,7 @@ export declare function useComponents(): {
|
|
|
33195
33303
|
rippleDuration: string;
|
|
33196
33304
|
}, any>;
|
|
33197
33305
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
33306
|
+
countTextColorDisabled: string;
|
|
33198
33307
|
countTextColor: string;
|
|
33199
33308
|
heightTiny: string;
|
|
33200
33309
|
heightSmall: string;
|
|
@@ -33642,6 +33751,10 @@ export declare function useComponents(): {
|
|
|
33642
33751
|
readonly type: StringConstructor;
|
|
33643
33752
|
readonly default: "children";
|
|
33644
33753
|
};
|
|
33754
|
+
readonly disabledField: {
|
|
33755
|
+
readonly type: StringConstructor;
|
|
33756
|
+
readonly default: "disabled";
|
|
33757
|
+
};
|
|
33645
33758
|
readonly defaultExpandedKeys: {
|
|
33646
33759
|
readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
33647
33760
|
readonly default: () => never[];
|
|
@@ -34604,6 +34717,10 @@ export declare function useComponents(): {
|
|
|
34604
34717
|
readonly type: StringConstructor;
|
|
34605
34718
|
readonly default: "children";
|
|
34606
34719
|
};
|
|
34720
|
+
readonly disabledField: {
|
|
34721
|
+
readonly type: StringConstructor;
|
|
34722
|
+
readonly default: "disabled";
|
|
34723
|
+
};
|
|
34607
34724
|
readonly defaultExpandedKeys: {
|
|
34608
34725
|
readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
34609
34726
|
readonly default: () => never[];
|
|
@@ -35158,6 +35275,7 @@ export declare function useComponents(): {
|
|
|
35158
35275
|
readonly allowCheckingNotLoaded: boolean;
|
|
35159
35276
|
readonly cascade: boolean;
|
|
35160
35277
|
readonly checkStrategy: import("treemate").CheckStrategy;
|
|
35278
|
+
readonly disabledField: string;
|
|
35161
35279
|
readonly leafOnly: boolean;
|
|
35162
35280
|
readonly showPath: boolean;
|
|
35163
35281
|
readonly defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
|