cnhis-design-vue 3.1.18-beta.6 → 3.1.18-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/index.js +1 -10
- package/es/components/annotation-edit/index2.js +10 -0
- package/es/components/big-table/index.d.ts +47 -98
- package/es/components/big-table/index.js +2 -18
- package/es/components/big-table/index2.js +19 -0
- package/es/components/big-table/src/BigTable.vue.d.ts +63 -99
- package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +13 -13
- package/es/components/big-table/src/bigTableEmits.js +1 -53
- package/es/components/big-table/src/bigTableEmits2.js +53 -0
- package/es/components/big-table/src/bigTableProps.js +1 -119
- package/es/components/big-table/src/bigTableProps2.js +119 -0
- package/es/components/big-table/src/bigTableState.js +1 -62
- package/es/components/big-table/src/bigTableState2.js +62 -0
- package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
- package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +6 -16
- package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
- package/es/components/big-table/src/components/edit-form/useCommon.js +1 -19
- package/es/components/big-table/src/components/edit-form/useCommon2.js +19 -0
- package/es/components/big-table/src/components/input-button.vue.d.ts +28 -37
- package/es/components/big-table/src/components/separate.js +1 -1
- package/es/components/big-table/src/constants/index.js +1 -3
- package/es/components/big-table/src/constants/index2.js +3 -0
- package/es/components/big-table/src/hooks/export.js +1 -1
- package/es/components/big-table/src/hooks/index.js +8 -8
- package/es/components/big-table/src/hooks/useAnchor.js +1 -49
- package/es/components/big-table/src/hooks/useAnchor2.js +49 -0
- package/es/components/big-table/src/hooks/useAnnotation.js +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +1 -289
- package/es/components/big-table/src/hooks/useBatchEditing2.js +289 -0
- package/es/components/big-table/src/hooks/useColumnConfigAdaptor.js +1 -154
- package/es/components/big-table/src/hooks/useColumnConfigAdaptor2.js +154 -0
- package/es/components/big-table/src/hooks/useEdit.d.ts +6 -16
- package/es/components/big-table/src/hooks/useEdit.js +1 -122
- package/es/components/big-table/src/hooks/useEdit2.js +122 -0
- package/es/components/big-table/src/hooks/useEvent.js +1 -72
- package/es/components/big-table/src/hooks/useEvent2.js +72 -0
- package/es/components/big-table/src/hooks/useFormat.js +1 -492
- package/es/components/big-table/src/hooks/useFormat2.js +492 -0
- package/es/components/big-table/src/hooks/useNestTable.js +1 -86
- package/es/components/big-table/src/hooks/useNestTable2.js +86 -0
- package/es/components/big-table/src/hooks/useSeparateRow.js +1 -164
- package/es/components/big-table/src/hooks/useSeparateRow2.js +164 -0
- package/es/components/big-table/src/hooks/useTableParse.js +1 -136
- package/es/components/big-table/src/hooks/useTableParse2.js +136 -0
- package/es/components/big-table/src/utils.js +1 -630
- package/es/components/big-table/src/utils2.js +630 -0
- package/es/components/bpmn-workflow/index.js +1 -10
- package/es/components/bpmn-workflow/index2.js +10 -0
- package/es/components/button-print/index.d.ts +113 -190
- package/es/components/button-print/index.js +2 -11
- package/es/components/button-print/index2.js +11 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +113 -190
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/button-print/src/components/IdentityVerification.js +2 -1
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +59 -117
- package/es/components/button-print/src/utils/dialog.d.ts +6 -0
- package/es/components/button-print/src/utils/dialog.js +65 -0
- package/es/components/button-print/src/utils/index.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +6 -0
- package/es/components/button-print/src/utils/print.js +1 -325
- package/es/components/button-print/src/utils/print2.js +330 -0
- package/es/components/chunk-upload/index.d.ts +22 -28
- package/es/components/chunk-upload/index.js +1 -14
- package/es/components/chunk-upload/index2.js +14 -0
- package/es/components/chunk-upload/src/chunk-upload-new.js +2 -2
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +32 -38
- package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -70
- package/es/components/chunk-upload/src/hooks/upload-computed2.js +70 -0
- package/es/components/chunk-upload/src/hooks/upload-data.js +1 -96
- package/es/components/chunk-upload/src/hooks/upload-data2.js +96 -0
- package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -79
- package/es/components/chunk-upload/src/hooks/vod-computed2.js +79 -0
- package/es/components/chunk-upload/src/hooks/vod-data.js +1 -28
- package/es/components/chunk-upload/src/hooks/vod-data2.js +28 -0
- package/es/components/chunk-upload/src/vod-chunk-upload/index.js +0 -1
- package/es/components/chunk-upload/src/vod-chunk-upload/index2.js +2 -0
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -2
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +22 -28
- package/es/components/drag-layout/index.d.ts +298 -478
- package/es/components/drag-layout/index.js +1 -11
- package/es/components/drag-layout/index2.js +11 -0
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -147
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +79 -110
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +298 -478
- package/es/components/editor/index.js +1 -10
- package/es/components/editor/index2.js +10 -0
- package/es/components/fabric-chart/index.js +1 -10
- package/es/components/fabric-chart/index2.js +10 -0
- package/es/components/fabric-chart/src/FabricChart.js +9 -9
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.js +1 -1
- package/es/components/fabric-chart/src/components/useStyle.js +1 -36
- package/es/components/fabric-chart/src/components/useStyle2.js +36 -0
- package/es/components/fabric-chart/src/hooks/constant.js +1 -36
- package/es/components/fabric-chart/src/hooks/constant2.js +36 -0
- package/es/components/fabric-chart/src/hooks/index.js +9 -9
- package/es/components/fabric-chart/src/hooks/useBottom.js +1 -85
- package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useCenter.js +1 -534
- package/es/components/fabric-chart/src/hooks/useCenter2.js +534 -0
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -60
- package/es/components/fabric-chart/src/hooks/useCumputedPoint2.js +60 -0
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -153
- package/es/components/fabric-chart/src/hooks/useDraw2.js +153 -0
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -85
- package/es/components/fabric-chart/src/hooks/useEvent2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -50
- package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
- package/es/components/fabric-chart/src/hooks/useLeft.js +1 -282
- package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -85
- package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
- package/es/components/fabric-chart/src/hooks/useRight.js +1 -27
- package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
- package/es/components/fabric-chart/src/hooks/useShadow.js +1 -127
- package/es/components/fabric-chart/src/hooks/useShadow2.js +127 -0
- package/es/components/fabric-chart/src/hooks/useTop.js +1 -138
- package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
- package/es/components/fabric-chart/src/interface.js +1 -4
- package/es/components/fabric-chart/src/interface2.js +4 -0
- package/es/components/field-set/index.d.ts +92 -142
- package/es/components/field-set/index.js +1 -10
- package/es/components/field-set/index2.js +10 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +92 -142
- package/es/components/form-config/index.d.ts +122 -264
- package/es/components/form-config/index.js +1 -10
- package/es/components/form-config/index2.js +10 -0
- package/es/components/form-config/src/FormConfig.js +3 -3
- package/es/components/form-config/src/FormConfig.vue.d.ts +122 -264
- package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -107
- package/es/components/form-config/src/components/FormConfigDragDisplay.js +2 -2
- package/es/components/form-config/src/components/FormConfigEdit.js +5 -5
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +43 -129
- package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +22 -28
- package/es/components/form-config/src/components/renderer/ComplexNode.js +2 -2
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +22 -28
- package/es/components/form-config/src/components/renderer/DefaultNode.js +2 -2
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +47 -60
- package/es/components/form-config/src/constants/index.js +1 -60
- package/es/components/form-config/src/constants/index2.js +60 -0
- package/es/components/form-config/src/hooks/index.js +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -52
- package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -27
- package/es/components/form-config/src/hooks/useSortalbeConfig2.js +27 -0
- package/es/components/form-config/src/utils/index.js +1 -26
- package/es/components/form-config/src/utils/index2.js +26 -0
- package/es/components/form-render/index.d.ts +31 -69
- package/es/components/form-render/index.js +14 -23
- package/es/components/form-render/index2.js +46 -0
- package/es/components/form-render/src/FormRender.js +10 -10
- package/es/components/form-render/src/FormRender.vue.d.ts +31 -69
- 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 +6 -6
- 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 +408 -654
- package/es/components/form-table/index.js +1 -10
- package/es/components/form-table/index2.js +10 -0
- package/es/components/form-table/src/FormTable.js +2 -2
- package/es/components/form-table/src/FormTable.vue.d.ts +408 -654
- package/es/components/form-table/src/components/index.d.ts +408 -654
- package/es/components/form-table/src/components/index.js +1 -40
- package/es/components/form-table/src/components/index2.js +40 -0
- package/es/components/form-table/src/components/table-age.js +1 -1
- package/es/components/form-table/src/components/table-age.vue.d.ts +61 -101
- package/es/components/form-table/src/components/table-date-picker.js +2 -2
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +26 -59
- package/es/components/form-table/src/components/table-digital.js +1 -1
- package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -26
- package/es/components/form-table/src/components/table-input-password.js +1 -1
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-input.js +1 -1
- package/es/components/form-table/src/components/table-input.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-month-picker.js +2 -2
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +26 -59
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +22 -28
- package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/form-table/src/components/table-search.vue.d.ts +79 -103
- package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/form-table/src/components/table-select-multiple.js +1 -1
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +57 -75
- package/es/components/form-table/src/components/table-select.js +1 -1
- package/es/components/form-table/src/components/table-select.vue.d.ts +57 -75
- package/es/components/form-table/src/components/table-textarea.js +1 -1
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +8 -17
- package/es/components/form-table/src/components/table-time-picker.js +2 -2
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +19 -23
- package/es/components/form-table/src/components/table-tree-select.js +1 -1
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +31 -46
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -8
- package/es/components/form-table/src/configs/index.js +1 -67
- package/es/components/form-table/src/configs/index2.js +67 -0
- package/es/components/form-table/src/hooks/index.js +5 -5
- package/es/components/form-table/src/hooks/useBoundDate.js +1 -414
- package/es/components/form-table/src/hooks/useBoundDate2.js +414 -0
- package/es/components/form-table/src/hooks/useDateType.js +1 -160
- package/es/components/form-table/src/hooks/useDateType2.js +160 -0
- package/es/components/form-table/src/hooks/useFormCommon.js +1 -101
- package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
- package/es/components/form-table/src/hooks/useFormEvent.js +1 -68
- package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
- package/es/components/form-table/src/hooks/useItemDefault.js +1 -218
- package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
- package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -18
- package/es/components/form-table/src/hooks/useNuiThemeOverrides2.js +18 -0
- package/es/components/form-table/src/hooks/useSearch.js +1 -1154
- package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
- package/es/components/form-table/src/hooks/useValidate.js +1 -480
- package/es/components/form-table/src/hooks/useValidate2.js +480 -0
- package/es/components/grid/index.js +1 -13
- package/es/components/grid/index2.js +13 -0
- package/es/components/grid/src/Grid.js +1 -1
- package/es/components/grid/src/hooks.js +1 -165
- package/es/components/grid/src/hooks2.js +165 -0
- package/es/components/index.js +39 -96
- package/es/components/index2.js +79 -0
- package/es/components/info-header/index.d.ts +58 -233
- package/es/components/info-header/index.js +1 -10
- package/es/components/info-header/index2.js +10 -0
- package/es/components/info-header/src/HiddenContent.vue.d.ts +5 -12
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +5 -12
- package/es/components/info-header/src/InfoHeader.vue.d.ts +58 -233
- package/es/components/map/index.d.ts +28 -37
- package/es/components/map/index.js +1 -10
- package/es/components/map/index2.js +10 -0
- package/es/components/map/src/Map.vue.d.ts +28 -37
- package/es/components/scale-view/index.d.ts +60 -74
- package/es/components/scale-view/index.js +1 -35
- package/es/components/scale-view/index2.js +35 -0
- package/es/components/scale-view/src/ScaleView.js +8 -8
- package/es/components/scale-view/src/ScaleView.vue.d.ts +60 -74
- package/es/components/scale-view/src/components/EvaluateCountdown.js +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.js +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +22 -28
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/composables/choose-common.js +1 -83
- package/es/components/scale-view/src/components/composables/choose-common2.js +83 -0
- package/es/components/scale-view/src/components/formitem/address.js +1 -3993
- package/es/components/scale-view/src/components/formitem/address2.js +3993 -0
- package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -8
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -309
- package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
- package/es/components/scale-view/src/hooks/scaleview-init.js +1 -437
- package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +1 -81
- package/es/components/scale-view/src/hooks/scaleview-props2.js +81 -0
- package/es/components/scale-view/src/hooks/scaleview-state.js +1 -38
- package/es/components/scale-view/src/hooks/scaleview-state2.js +38 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -154
- package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
- package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -187
- package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
- package/es/components/scale-view/src/hooks/use-component.d.ts +177 -623
- package/es/components/scale-view/src/hooks/use-component.js +1 -82
- package/es/components/scale-view/src/hooks/use-component2.js +82 -0
- package/es/components/scale-view/src/hooks/use-evaluate.js +1 -150
- package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
- package/es/components/scale-view/src/hooks/use-event.js +1 -129
- package/es/components/scale-view/src/hooks/use-event2.js +129 -0
- package/es/components/scale-view/src/hooks/use-noData.js +1 -41
- package/es/components/scale-view/src/hooks/use-noData2.js +41 -0
- package/es/components/scale-view/src/utils/judge-types.js +1 -36
- package/es/components/scale-view/src/utils/judge-types2.js +36 -0
- package/es/components/select-label/index.d.ts +253 -905
- package/es/components/select-label/index.js +1 -15
- package/es/components/select-label/index2.js +15 -0
- package/es/components/select-label/src/LabelFormContent.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +98 -313
- package/es/components/select-label/src/SelectLabel.vue.d.ts +162 -607
- package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue.d.ts +70 -246
- package/es/components/select-person/index.d.ts +111 -151
- package/es/components/select-person/index.js +1 -10
- package/es/components/select-person/index2.js +10 -0
- package/es/components/select-person/src/SearchTree.vue.d.ts +40 -55
- package/es/components/select-person/src/SelectPerson.vue.d.ts +117 -159
- package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/components/select-person/src/utils/index.js +1 -84
- package/es/components/select-person/src/utils/index2.js +84 -0
- package/es/components/shortcut-provider/index.js +3 -12
- package/es/components/shortcut-provider/index2.js +13 -0
- package/es/components/shortcut-provider/src/ShortcutProvider.js +3 -3
- package/es/components/shortcut-provider/src/constants/index.js +1 -8
- package/es/components/shortcut-provider/src/constants/index2.js +8 -0
- package/es/components/shortcut-provider/src/hooks/index.js +2 -2
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -12
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -181
- package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
- package/es/components/shortcut-provider/src/utils/index.js +1 -59
- package/es/components/shortcut-provider/src/utils/index2.js +59 -0
- package/es/components/shortcut-setter/index.d.ts +31 -69
- package/es/components/shortcut-setter/index.js +1 -10
- package/es/components/shortcut-setter/index2.js +10 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.js +4 -4
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +31 -69
- package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +6 -9
- package/es/components/steps-wheel/index.d.ts +2 -8
- package/es/components/steps-wheel/index.js +1 -10
- package/es/components/steps-wheel/index2.js +10 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +2 -8
- package/es/components/time-line/index.d.ts +30 -55
- package/es/components/time-line/index.js +1 -10
- package/es/components/time-line/index2.js +10 -0
- package/es/components/time-line/src/TimeLine.vue.d.ts +30 -55
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +22 -28
- package/es/shared/components/SelectPage/index.js +0 -1
- package/es/shared/components/SelectPage/index2.js +2 -0
- package/es/shared/components/SlotRender/index.js +0 -1
- package/es/shared/components/SlotRender/index2.js +2 -0
- package/es/shared/components/SvgIcon/index.js +0 -1
- package/es/shared/components/SvgIcon/index2.js +2 -0
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -8
- package/es/shared/components/TextOverTooltip/index.js +0 -1
- package/es/shared/components/TextOverTooltip/index2.js +2 -0
- package/es/shared/global/variable.js +1 -4
- package/es/shared/global/variable2.js +4 -0
- package/es/shared/utils/anime.js +1 -129
- package/es/shared/utils/anime2.js +129 -0
- package/es/shared/utils/clickoutside.js +1 -48
- package/es/shared/utils/clickoutside2.js +48 -0
- package/es/shared/utils/colorLog.js +1 -44
- package/es/shared/utils/colorLog2.js +44 -0
- package/es/shared/utils/index.js +1 -25
- package/es/shared/utils/index2.js +25 -0
- package/es/shared/utils/loadViewer.js +1 -11
- package/es/shared/utils/loadViewer2.js +11 -0
- package/es/shared/utils/loadVxe.js +1 -12
- package/es/shared/utils/loadVxe2.js +12 -0
- package/es/shared/utils/state.js +1 -44
- package/es/shared/utils/state2.js +44 -0
- package/es/shared/utils/tapable/AsyncParallelBailHook.js +2 -17
- package/es/shared/utils/tapable/AsyncParallelHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesBailHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +2 -17
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -19
- package/es/shared/utils/tapable/SyncBailHook.js +2 -23
- package/es/shared/utils/tapable/SyncHook.js +2 -23
- package/es/shared/utils/tapable/SyncLoopHook.js +2 -23
- package/es/shared/utils/utilExpand.js +46 -46
- package/es/shared/utils/vexutils.js +1 -22
- package/package.json +2 -2
- package/es/components/big-table/src/components/edit-form/edit-select-table.js +0 -149
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
- package/es/components/bpmn-workflow/src/custom/customModeler/index.js +0 -12
- package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
- package/es/components/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
- package/es/components/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
- package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
- package/es/components/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -80
- package/es/shared/components/player-vod/index.js +0 -14
- package/es/shared/components/player-vod/video-list.js +0 -126
- package/es/shared/core/create.js +0 -8
- package/es/shared/utils/crypto.js +0 -25
- package/es/shared/utils/tapable/HookMap.js +0 -32
- package/es/shared/utils/tapable/MultiHook.js +0 -38
- package/es/shared/utils/tapable/index.js +0 -12
|
@@ -671,16 +671,11 @@ export declare const componentMap: {
|
|
|
671
671
|
};
|
|
672
672
|
checked: BooleanConstructor;
|
|
673
673
|
checkable: BooleanConstructor;
|
|
674
|
-
strong: BooleanConstructor;
|
|
675
674
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
676
675
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
677
676
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
678
677
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
679
678
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
680
|
-
internalCloseFocusable: {
|
|
681
|
-
type: BooleanConstructor;
|
|
682
|
-
default: boolean;
|
|
683
|
-
};
|
|
684
679
|
internalStopClickPropagation: BooleanConstructor;
|
|
685
680
|
onCheckedChange: {
|
|
686
681
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -703,7 +698,6 @@ export declare const componentMap: {
|
|
|
703
698
|
readonly default: undefined;
|
|
704
699
|
};
|
|
705
700
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
706
|
-
closeBorderRadius: string;
|
|
707
701
|
heightTiny: string;
|
|
708
702
|
heightSmall: string;
|
|
709
703
|
heightMedium: string;
|
|
@@ -714,7 +708,6 @@ export declare const componentMap: {
|
|
|
714
708
|
fontSizeSmall: string;
|
|
715
709
|
fontSizeMedium: string;
|
|
716
710
|
fontSizeLarge: string;
|
|
717
|
-
fontWeightStrong: string;
|
|
718
711
|
textColorCheckable: string;
|
|
719
712
|
textColorHoverCheckable: string;
|
|
720
713
|
textColorPressedCheckable: string;
|
|
@@ -728,61 +721,39 @@ export declare const componentMap: {
|
|
|
728
721
|
border: string;
|
|
729
722
|
textColor: string;
|
|
730
723
|
color: string;
|
|
731
|
-
|
|
732
|
-
closeIconColor: string;
|
|
733
|
-
closeIconColorHover: string;
|
|
734
|
-
closeIconColorPressed: string;
|
|
724
|
+
closeColor: string;
|
|
735
725
|
closeColorHover: string;
|
|
736
726
|
closeColorPressed: string;
|
|
737
727
|
borderPrimary: string;
|
|
738
728
|
textColorPrimary: string;
|
|
739
729
|
colorPrimary: string;
|
|
740
|
-
|
|
741
|
-
closeIconColorPrimary: string;
|
|
742
|
-
closeIconColorHoverPrimary: string;
|
|
743
|
-
closeIconColorPressedPrimary: string;
|
|
730
|
+
closeColorPrimary: string;
|
|
744
731
|
closeColorHoverPrimary: string;
|
|
745
732
|
closeColorPressedPrimary: string;
|
|
746
733
|
borderInfo: string;
|
|
747
734
|
textColorInfo: string;
|
|
748
735
|
colorInfo: string;
|
|
749
|
-
|
|
750
|
-
closeIconColorInfo: string;
|
|
751
|
-
closeIconColorHoverInfo: string;
|
|
752
|
-
closeIconColorPressedInfo: string;
|
|
736
|
+
closeColorInfo: string;
|
|
753
737
|
closeColorHoverInfo: string;
|
|
754
738
|
closeColorPressedInfo: string;
|
|
755
739
|
borderSuccess: string;
|
|
756
740
|
textColorSuccess: string;
|
|
757
741
|
colorSuccess: string;
|
|
758
|
-
|
|
759
|
-
closeIconColorSuccess: string;
|
|
760
|
-
closeIconColorHoverSuccess: string;
|
|
761
|
-
closeIconColorPressedSuccess: string;
|
|
742
|
+
closeColorSuccess: string;
|
|
762
743
|
closeColorHoverSuccess: string;
|
|
763
744
|
closeColorPressedSuccess: string;
|
|
764
745
|
borderWarning: string;
|
|
765
746
|
textColorWarning: string;
|
|
766
747
|
colorWarning: string;
|
|
767
|
-
|
|
768
|
-
closeIconColorWarning: string;
|
|
769
|
-
closeIconColorHoverWarning: string;
|
|
770
|
-
closeIconColorPressedWarning: string;
|
|
748
|
+
closeColorWarning: string;
|
|
771
749
|
closeColorHoverWarning: string;
|
|
772
750
|
closeColorPressedWarning: string;
|
|
773
751
|
borderError: string;
|
|
774
752
|
textColorError: string;
|
|
775
753
|
colorError: string;
|
|
776
|
-
|
|
777
|
-
closeIconColorError: string;
|
|
778
|
-
closeIconColorHoverError: string;
|
|
779
|
-
closeIconColorPressedError: string;
|
|
754
|
+
closeColorError: string;
|
|
780
755
|
closeColorHoverError: string;
|
|
781
756
|
closeColorPressedError: string;
|
|
782
|
-
closeIconSizeTiny: string;
|
|
783
|
-
closeIconSizeSmall: string;
|
|
784
|
-
closeIconSizeMedium: string;
|
|
785
|
-
closeIconSizeLarge: string;
|
|
786
757
|
closeSizeTiny: string;
|
|
787
758
|
closeSizeSmall: string;
|
|
788
759
|
closeSizeMedium: string;
|
|
@@ -792,7 +763,6 @@ export declare const componentMap: {
|
|
|
792
763
|
closeMarginRtl: string;
|
|
793
764
|
}, any>>;
|
|
794
765
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
795
|
-
closeBorderRadius: string;
|
|
796
766
|
heightTiny: string;
|
|
797
767
|
heightSmall: string;
|
|
798
768
|
heightMedium: string;
|
|
@@ -803,7 +773,6 @@ export declare const componentMap: {
|
|
|
803
773
|
fontSizeSmall: string;
|
|
804
774
|
fontSizeMedium: string;
|
|
805
775
|
fontSizeLarge: string;
|
|
806
|
-
fontWeightStrong: string;
|
|
807
776
|
textColorCheckable: string;
|
|
808
777
|
textColorHoverCheckable: string;
|
|
809
778
|
textColorPressedCheckable: string;
|
|
@@ -817,61 +786,39 @@ export declare const componentMap: {
|
|
|
817
786
|
border: string;
|
|
818
787
|
textColor: string;
|
|
819
788
|
color: string;
|
|
820
|
-
|
|
821
|
-
closeIconColor: string;
|
|
822
|
-
closeIconColorHover: string;
|
|
823
|
-
closeIconColorPressed: string;
|
|
789
|
+
closeColor: string;
|
|
824
790
|
closeColorHover: string;
|
|
825
791
|
closeColorPressed: string;
|
|
826
792
|
borderPrimary: string;
|
|
827
793
|
textColorPrimary: string;
|
|
828
794
|
colorPrimary: string;
|
|
829
|
-
|
|
830
|
-
closeIconColorPrimary: string;
|
|
831
|
-
closeIconColorHoverPrimary: string;
|
|
832
|
-
closeIconColorPressedPrimary: string;
|
|
795
|
+
closeColorPrimary: string;
|
|
833
796
|
closeColorHoverPrimary: string;
|
|
834
797
|
closeColorPressedPrimary: string;
|
|
835
798
|
borderInfo: string;
|
|
836
799
|
textColorInfo: string;
|
|
837
800
|
colorInfo: string;
|
|
838
|
-
|
|
839
|
-
closeIconColorInfo: string;
|
|
840
|
-
closeIconColorHoverInfo: string;
|
|
841
|
-
closeIconColorPressedInfo: string;
|
|
801
|
+
closeColorInfo: string;
|
|
842
802
|
closeColorHoverInfo: string;
|
|
843
803
|
closeColorPressedInfo: string;
|
|
844
804
|
borderSuccess: string;
|
|
845
805
|
textColorSuccess: string;
|
|
846
806
|
colorSuccess: string;
|
|
847
|
-
|
|
848
|
-
closeIconColorSuccess: string;
|
|
849
|
-
closeIconColorHoverSuccess: string;
|
|
850
|
-
closeIconColorPressedSuccess: string;
|
|
807
|
+
closeColorSuccess: string;
|
|
851
808
|
closeColorHoverSuccess: string;
|
|
852
809
|
closeColorPressedSuccess: string;
|
|
853
810
|
borderWarning: string;
|
|
854
811
|
textColorWarning: string;
|
|
855
812
|
colorWarning: string;
|
|
856
|
-
|
|
857
|
-
closeIconColorWarning: string;
|
|
858
|
-
closeIconColorHoverWarning: string;
|
|
859
|
-
closeIconColorPressedWarning: string;
|
|
813
|
+
closeColorWarning: string;
|
|
860
814
|
closeColorHoverWarning: string;
|
|
861
815
|
closeColorPressedWarning: string;
|
|
862
816
|
borderError: string;
|
|
863
817
|
textColorError: string;
|
|
864
818
|
colorError: string;
|
|
865
|
-
|
|
866
|
-
closeIconColorError: string;
|
|
867
|
-
closeIconColorHoverError: string;
|
|
868
|
-
closeIconColorPressedError: string;
|
|
819
|
+
closeColorError: string;
|
|
869
820
|
closeColorHoverError: string;
|
|
870
821
|
closeColorPressedError: string;
|
|
871
|
-
closeIconSizeTiny: string;
|
|
872
|
-
closeIconSizeSmall: string;
|
|
873
|
-
closeIconSizeMedium: string;
|
|
874
|
-
closeIconSizeLarge: string;
|
|
875
822
|
closeSizeTiny: string;
|
|
876
823
|
closeSizeSmall: string;
|
|
877
824
|
closeSizeMedium: string;
|
|
@@ -881,7 +828,6 @@ export declare const componentMap: {
|
|
|
881
828
|
closeMarginRtl: string;
|
|
882
829
|
}, any>>>;
|
|
883
830
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
884
|
-
closeBorderRadius: string;
|
|
885
831
|
heightTiny: string;
|
|
886
832
|
heightSmall: string;
|
|
887
833
|
heightMedium: string;
|
|
@@ -892,7 +838,6 @@ export declare const componentMap: {
|
|
|
892
838
|
fontSizeSmall: string;
|
|
893
839
|
fontSizeMedium: string;
|
|
894
840
|
fontSizeLarge: string;
|
|
895
|
-
fontWeightStrong: string;
|
|
896
841
|
textColorCheckable: string;
|
|
897
842
|
textColorHoverCheckable: string;
|
|
898
843
|
textColorPressedCheckable: string;
|
|
@@ -906,61 +851,39 @@ export declare const componentMap: {
|
|
|
906
851
|
border: string;
|
|
907
852
|
textColor: string;
|
|
908
853
|
color: string;
|
|
909
|
-
|
|
910
|
-
closeIconColor: string;
|
|
911
|
-
closeIconColorHover: string;
|
|
912
|
-
closeIconColorPressed: string;
|
|
854
|
+
closeColor: string;
|
|
913
855
|
closeColorHover: string;
|
|
914
856
|
closeColorPressed: string;
|
|
915
857
|
borderPrimary: string;
|
|
916
858
|
textColorPrimary: string;
|
|
917
859
|
colorPrimary: string;
|
|
918
|
-
|
|
919
|
-
closeIconColorPrimary: string;
|
|
920
|
-
closeIconColorHoverPrimary: string;
|
|
921
|
-
closeIconColorPressedPrimary: string;
|
|
860
|
+
closeColorPrimary: string;
|
|
922
861
|
closeColorHoverPrimary: string;
|
|
923
862
|
closeColorPressedPrimary: string;
|
|
924
863
|
borderInfo: string;
|
|
925
864
|
textColorInfo: string;
|
|
926
865
|
colorInfo: string;
|
|
927
|
-
|
|
928
|
-
closeIconColorInfo: string;
|
|
929
|
-
closeIconColorHoverInfo: string;
|
|
930
|
-
closeIconColorPressedInfo: string;
|
|
866
|
+
closeColorInfo: string;
|
|
931
867
|
closeColorHoverInfo: string;
|
|
932
868
|
closeColorPressedInfo: string;
|
|
933
869
|
borderSuccess: string;
|
|
934
870
|
textColorSuccess: string;
|
|
935
871
|
colorSuccess: string;
|
|
936
|
-
|
|
937
|
-
closeIconColorSuccess: string;
|
|
938
|
-
closeIconColorHoverSuccess: string;
|
|
939
|
-
closeIconColorPressedSuccess: string;
|
|
872
|
+
closeColorSuccess: string;
|
|
940
873
|
closeColorHoverSuccess: string;
|
|
941
874
|
closeColorPressedSuccess: string;
|
|
942
875
|
borderWarning: string;
|
|
943
876
|
textColorWarning: string;
|
|
944
877
|
colorWarning: string;
|
|
945
|
-
|
|
946
|
-
closeIconColorWarning: string;
|
|
947
|
-
closeIconColorHoverWarning: string;
|
|
948
|
-
closeIconColorPressedWarning: string;
|
|
878
|
+
closeColorWarning: string;
|
|
949
879
|
closeColorHoverWarning: string;
|
|
950
880
|
closeColorPressedWarning: string;
|
|
951
881
|
borderError: string;
|
|
952
882
|
textColorError: string;
|
|
953
883
|
colorError: string;
|
|
954
|
-
|
|
955
|
-
closeIconColorError: string;
|
|
956
|
-
closeIconColorHoverError: string;
|
|
957
|
-
closeIconColorPressedError: string;
|
|
884
|
+
closeColorError: string;
|
|
958
885
|
closeColorHoverError: string;
|
|
959
886
|
closeColorPressedError: string;
|
|
960
|
-
closeIconSizeTiny: string;
|
|
961
|
-
closeIconSizeSmall: string;
|
|
962
|
-
closeIconSizeMedium: string;
|
|
963
|
-
closeIconSizeLarge: string;
|
|
964
887
|
closeSizeTiny: string;
|
|
965
888
|
closeSizeSmall: string;
|
|
966
889
|
closeSizeMedium: string;
|
|
@@ -977,19 +900,14 @@ export declare const componentMap: {
|
|
|
977
900
|
handleClick: (e: MouseEvent) => void;
|
|
978
901
|
handleCloseClick: (e: MouseEvent) => void;
|
|
979
902
|
cssVars: import("vue").ComputedRef<{
|
|
980
|
-
'--n-font-weight-strong': string;
|
|
981
903
|
'--n-avatar-size-override': string;
|
|
982
904
|
'--n-bezier': string;
|
|
983
905
|
'--n-border-radius': string;
|
|
984
906
|
'--n-border': string;
|
|
985
|
-
'--n-close-
|
|
986
|
-
'--n-close-color-pressed': string;
|
|
907
|
+
'--n-close-color': string;
|
|
987
908
|
'--n-close-color-hover': string;
|
|
988
|
-
'--n-close-
|
|
989
|
-
'--n-close-
|
|
990
|
-
'--n-close-icon-color-hover': string;
|
|
991
|
-
'--n-close-icon-color-pressed': string;
|
|
992
|
-
'--n-close-icon-color-disabled': string;
|
|
909
|
+
'--n-close-color-pressed': string;
|
|
910
|
+
'--n-close-color-disabled': string;
|
|
993
911
|
'--n-close-margin': string;
|
|
994
912
|
'--n-close-margin-rtl': string;
|
|
995
913
|
'--n-close-size': string;
|
|
@@ -1020,16 +938,11 @@ export declare const componentMap: {
|
|
|
1020
938
|
};
|
|
1021
939
|
checked: BooleanConstructor;
|
|
1022
940
|
checkable: BooleanConstructor;
|
|
1023
|
-
strong: BooleanConstructor;
|
|
1024
941
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1025
942
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1026
943
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1027
944
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
1028
945
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
1029
|
-
internalCloseFocusable: {
|
|
1030
|
-
type: BooleanConstructor;
|
|
1031
|
-
default: boolean;
|
|
1032
|
-
};
|
|
1033
946
|
internalStopClickPropagation: BooleanConstructor;
|
|
1034
947
|
onCheckedChange: {
|
|
1035
948
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -1052,7 +965,6 @@ export declare const componentMap: {
|
|
|
1052
965
|
readonly default: undefined;
|
|
1053
966
|
};
|
|
1054
967
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1055
|
-
closeBorderRadius: string;
|
|
1056
968
|
heightTiny: string;
|
|
1057
969
|
heightSmall: string;
|
|
1058
970
|
heightMedium: string;
|
|
@@ -1063,7 +975,6 @@ export declare const componentMap: {
|
|
|
1063
975
|
fontSizeSmall: string;
|
|
1064
976
|
fontSizeMedium: string;
|
|
1065
977
|
fontSizeLarge: string;
|
|
1066
|
-
fontWeightStrong: string;
|
|
1067
978
|
textColorCheckable: string;
|
|
1068
979
|
textColorHoverCheckable: string;
|
|
1069
980
|
textColorPressedCheckable: string;
|
|
@@ -1077,61 +988,39 @@ export declare const componentMap: {
|
|
|
1077
988
|
border: string;
|
|
1078
989
|
textColor: string;
|
|
1079
990
|
color: string;
|
|
1080
|
-
|
|
1081
|
-
closeIconColor: string;
|
|
1082
|
-
closeIconColorHover: string;
|
|
1083
|
-
closeIconColorPressed: string;
|
|
991
|
+
closeColor: string;
|
|
1084
992
|
closeColorHover: string;
|
|
1085
993
|
closeColorPressed: string;
|
|
1086
994
|
borderPrimary: string;
|
|
1087
995
|
textColorPrimary: string;
|
|
1088
996
|
colorPrimary: string;
|
|
1089
|
-
|
|
1090
|
-
closeIconColorPrimary: string;
|
|
1091
|
-
closeIconColorHoverPrimary: string;
|
|
1092
|
-
closeIconColorPressedPrimary: string;
|
|
997
|
+
closeColorPrimary: string;
|
|
1093
998
|
closeColorHoverPrimary: string;
|
|
1094
999
|
closeColorPressedPrimary: string;
|
|
1095
1000
|
borderInfo: string;
|
|
1096
1001
|
textColorInfo: string;
|
|
1097
1002
|
colorInfo: string;
|
|
1098
|
-
|
|
1099
|
-
closeIconColorInfo: string;
|
|
1100
|
-
closeIconColorHoverInfo: string;
|
|
1101
|
-
closeIconColorPressedInfo: string;
|
|
1003
|
+
closeColorInfo: string;
|
|
1102
1004
|
closeColorHoverInfo: string;
|
|
1103
1005
|
closeColorPressedInfo: string;
|
|
1104
1006
|
borderSuccess: string;
|
|
1105
1007
|
textColorSuccess: string;
|
|
1106
1008
|
colorSuccess: string;
|
|
1107
|
-
|
|
1108
|
-
closeIconColorSuccess: string;
|
|
1109
|
-
closeIconColorHoverSuccess: string;
|
|
1110
|
-
closeIconColorPressedSuccess: string;
|
|
1009
|
+
closeColorSuccess: string;
|
|
1111
1010
|
closeColorHoverSuccess: string;
|
|
1112
1011
|
closeColorPressedSuccess: string;
|
|
1113
1012
|
borderWarning: string;
|
|
1114
1013
|
textColorWarning: string;
|
|
1115
1014
|
colorWarning: string;
|
|
1116
|
-
|
|
1117
|
-
closeIconColorWarning: string;
|
|
1118
|
-
closeIconColorHoverWarning: string;
|
|
1119
|
-
closeIconColorPressedWarning: string;
|
|
1015
|
+
closeColorWarning: string;
|
|
1120
1016
|
closeColorHoverWarning: string;
|
|
1121
1017
|
closeColorPressedWarning: string;
|
|
1122
1018
|
borderError: string;
|
|
1123
1019
|
textColorError: string;
|
|
1124
1020
|
colorError: string;
|
|
1125
|
-
|
|
1126
|
-
closeIconColorError: string;
|
|
1127
|
-
closeIconColorHoverError: string;
|
|
1128
|
-
closeIconColorPressedError: string;
|
|
1021
|
+
closeColorError: string;
|
|
1129
1022
|
closeColorHoverError: string;
|
|
1130
1023
|
closeColorPressedError: string;
|
|
1131
|
-
closeIconSizeTiny: string;
|
|
1132
|
-
closeIconSizeSmall: string;
|
|
1133
|
-
closeIconSizeMedium: string;
|
|
1134
|
-
closeIconSizeLarge: string;
|
|
1135
1024
|
closeSizeTiny: string;
|
|
1136
1025
|
closeSizeSmall: string;
|
|
1137
1026
|
closeSizeMedium: string;
|
|
@@ -1141,7 +1030,6 @@ export declare const componentMap: {
|
|
|
1141
1030
|
closeMarginRtl: string;
|
|
1142
1031
|
}, any>>;
|
|
1143
1032
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1144
|
-
closeBorderRadius: string;
|
|
1145
1033
|
heightTiny: string;
|
|
1146
1034
|
heightSmall: string;
|
|
1147
1035
|
heightMedium: string;
|
|
@@ -1152,7 +1040,6 @@ export declare const componentMap: {
|
|
|
1152
1040
|
fontSizeSmall: string;
|
|
1153
1041
|
fontSizeMedium: string;
|
|
1154
1042
|
fontSizeLarge: string;
|
|
1155
|
-
fontWeightStrong: string;
|
|
1156
1043
|
textColorCheckable: string;
|
|
1157
1044
|
textColorHoverCheckable: string;
|
|
1158
1045
|
textColorPressedCheckable: string;
|
|
@@ -1166,61 +1053,39 @@ export declare const componentMap: {
|
|
|
1166
1053
|
border: string;
|
|
1167
1054
|
textColor: string;
|
|
1168
1055
|
color: string;
|
|
1169
|
-
|
|
1170
|
-
closeIconColor: string;
|
|
1171
|
-
closeIconColorHover: string;
|
|
1172
|
-
closeIconColorPressed: string;
|
|
1056
|
+
closeColor: string;
|
|
1173
1057
|
closeColorHover: string;
|
|
1174
1058
|
closeColorPressed: string;
|
|
1175
1059
|
borderPrimary: string;
|
|
1176
1060
|
textColorPrimary: string;
|
|
1177
1061
|
colorPrimary: string;
|
|
1178
|
-
|
|
1179
|
-
closeIconColorPrimary: string;
|
|
1180
|
-
closeIconColorHoverPrimary: string;
|
|
1181
|
-
closeIconColorPressedPrimary: string;
|
|
1062
|
+
closeColorPrimary: string;
|
|
1182
1063
|
closeColorHoverPrimary: string;
|
|
1183
1064
|
closeColorPressedPrimary: string;
|
|
1184
1065
|
borderInfo: string;
|
|
1185
1066
|
textColorInfo: string;
|
|
1186
1067
|
colorInfo: string;
|
|
1187
|
-
|
|
1188
|
-
closeIconColorInfo: string;
|
|
1189
|
-
closeIconColorHoverInfo: string;
|
|
1190
|
-
closeIconColorPressedInfo: string;
|
|
1068
|
+
closeColorInfo: string;
|
|
1191
1069
|
closeColorHoverInfo: string;
|
|
1192
1070
|
closeColorPressedInfo: string;
|
|
1193
1071
|
borderSuccess: string;
|
|
1194
1072
|
textColorSuccess: string;
|
|
1195
1073
|
colorSuccess: string;
|
|
1196
|
-
|
|
1197
|
-
closeIconColorSuccess: string;
|
|
1198
|
-
closeIconColorHoverSuccess: string;
|
|
1199
|
-
closeIconColorPressedSuccess: string;
|
|
1074
|
+
closeColorSuccess: string;
|
|
1200
1075
|
closeColorHoverSuccess: string;
|
|
1201
1076
|
closeColorPressedSuccess: string;
|
|
1202
1077
|
borderWarning: string;
|
|
1203
1078
|
textColorWarning: string;
|
|
1204
1079
|
colorWarning: string;
|
|
1205
|
-
|
|
1206
|
-
closeIconColorWarning: string;
|
|
1207
|
-
closeIconColorHoverWarning: string;
|
|
1208
|
-
closeIconColorPressedWarning: string;
|
|
1080
|
+
closeColorWarning: string;
|
|
1209
1081
|
closeColorHoverWarning: string;
|
|
1210
1082
|
closeColorPressedWarning: string;
|
|
1211
1083
|
borderError: string;
|
|
1212
1084
|
textColorError: string;
|
|
1213
1085
|
colorError: string;
|
|
1214
|
-
|
|
1215
|
-
closeIconColorError: string;
|
|
1216
|
-
closeIconColorHoverError: string;
|
|
1217
|
-
closeIconColorPressedError: string;
|
|
1086
|
+
closeColorError: string;
|
|
1218
1087
|
closeColorHoverError: string;
|
|
1219
1088
|
closeColorPressedError: string;
|
|
1220
|
-
closeIconSizeTiny: string;
|
|
1221
|
-
closeIconSizeSmall: string;
|
|
1222
|
-
closeIconSizeMedium: string;
|
|
1223
|
-
closeIconSizeLarge: string;
|
|
1224
1089
|
closeSizeTiny: string;
|
|
1225
1090
|
closeSizeSmall: string;
|
|
1226
1091
|
closeSizeMedium: string;
|
|
@@ -1230,7 +1095,6 @@ export declare const componentMap: {
|
|
|
1230
1095
|
closeMarginRtl: string;
|
|
1231
1096
|
}, any>>>;
|
|
1232
1097
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1233
|
-
closeBorderRadius: string;
|
|
1234
1098
|
heightTiny: string;
|
|
1235
1099
|
heightSmall: string;
|
|
1236
1100
|
heightMedium: string;
|
|
@@ -1241,7 +1105,6 @@ export declare const componentMap: {
|
|
|
1241
1105
|
fontSizeSmall: string;
|
|
1242
1106
|
fontSizeMedium: string;
|
|
1243
1107
|
fontSizeLarge: string;
|
|
1244
|
-
fontWeightStrong: string;
|
|
1245
1108
|
textColorCheckable: string;
|
|
1246
1109
|
textColorHoverCheckable: string;
|
|
1247
1110
|
textColorPressedCheckable: string;
|
|
@@ -1255,61 +1118,39 @@ export declare const componentMap: {
|
|
|
1255
1118
|
border: string;
|
|
1256
1119
|
textColor: string;
|
|
1257
1120
|
color: string;
|
|
1258
|
-
|
|
1259
|
-
closeIconColor: string;
|
|
1260
|
-
closeIconColorHover: string;
|
|
1261
|
-
closeIconColorPressed: string;
|
|
1121
|
+
closeColor: string;
|
|
1262
1122
|
closeColorHover: string;
|
|
1263
1123
|
closeColorPressed: string;
|
|
1264
1124
|
borderPrimary: string;
|
|
1265
1125
|
textColorPrimary: string;
|
|
1266
1126
|
colorPrimary: string;
|
|
1267
|
-
|
|
1268
|
-
closeIconColorPrimary: string;
|
|
1269
|
-
closeIconColorHoverPrimary: string;
|
|
1270
|
-
closeIconColorPressedPrimary: string;
|
|
1127
|
+
closeColorPrimary: string;
|
|
1271
1128
|
closeColorHoverPrimary: string;
|
|
1272
1129
|
closeColorPressedPrimary: string;
|
|
1273
1130
|
borderInfo: string;
|
|
1274
1131
|
textColorInfo: string;
|
|
1275
1132
|
colorInfo: string;
|
|
1276
|
-
|
|
1277
|
-
closeIconColorInfo: string;
|
|
1278
|
-
closeIconColorHoverInfo: string;
|
|
1279
|
-
closeIconColorPressedInfo: string;
|
|
1133
|
+
closeColorInfo: string;
|
|
1280
1134
|
closeColorHoverInfo: string;
|
|
1281
1135
|
closeColorPressedInfo: string;
|
|
1282
1136
|
borderSuccess: string;
|
|
1283
1137
|
textColorSuccess: string;
|
|
1284
1138
|
colorSuccess: string;
|
|
1285
|
-
|
|
1286
|
-
closeIconColorSuccess: string;
|
|
1287
|
-
closeIconColorHoverSuccess: string;
|
|
1288
|
-
closeIconColorPressedSuccess: string;
|
|
1139
|
+
closeColorSuccess: string;
|
|
1289
1140
|
closeColorHoverSuccess: string;
|
|
1290
1141
|
closeColorPressedSuccess: string;
|
|
1291
1142
|
borderWarning: string;
|
|
1292
1143
|
textColorWarning: string;
|
|
1293
1144
|
colorWarning: string;
|
|
1294
|
-
|
|
1295
|
-
closeIconColorWarning: string;
|
|
1296
|
-
closeIconColorHoverWarning: string;
|
|
1297
|
-
closeIconColorPressedWarning: string;
|
|
1145
|
+
closeColorWarning: string;
|
|
1298
1146
|
closeColorHoverWarning: string;
|
|
1299
1147
|
closeColorPressedWarning: string;
|
|
1300
1148
|
borderError: string;
|
|
1301
1149
|
textColorError: string;
|
|
1302
1150
|
colorError: string;
|
|
1303
|
-
|
|
1304
|
-
closeIconColorError: string;
|
|
1305
|
-
closeIconColorHoverError: string;
|
|
1306
|
-
closeIconColorPressedError: string;
|
|
1151
|
+
closeColorError: string;
|
|
1307
1152
|
closeColorHoverError: string;
|
|
1308
1153
|
closeColorPressedError: string;
|
|
1309
|
-
closeIconSizeTiny: string;
|
|
1310
|
-
closeIconSizeSmall: string;
|
|
1311
|
-
closeIconSizeMedium: string;
|
|
1312
|
-
closeIconSizeLarge: string;
|
|
1313
1154
|
closeSizeTiny: string;
|
|
1314
1155
|
closeSizeSmall: string;
|
|
1315
1156
|
closeSizeMedium: string;
|
|
@@ -1324,13 +1165,11 @@ export declare const componentMap: {
|
|
|
1324
1165
|
size: "small" | "medium" | "tiny" | "large";
|
|
1325
1166
|
disabled: boolean | undefined;
|
|
1326
1167
|
checked: boolean;
|
|
1327
|
-
strong: boolean;
|
|
1328
1168
|
bordered: boolean | undefined;
|
|
1329
|
-
closable: boolean;
|
|
1330
1169
|
checkable: boolean;
|
|
1331
|
-
internalCloseFocusable: boolean;
|
|
1332
1170
|
internalStopClickPropagation: boolean;
|
|
1333
1171
|
onCheckedChange: (checked: boolean) => void;
|
|
1172
|
+
closable: boolean;
|
|
1334
1173
|
}>;
|
|
1335
1174
|
NIcon: import("vue").DefineComponent<{
|
|
1336
1175
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|
|
@@ -1514,12 +1353,9 @@ export declare const componentMap: {
|
|
|
1514
1353
|
titleTextColor: string;
|
|
1515
1354
|
textColor: string;
|
|
1516
1355
|
color: string;
|
|
1356
|
+
closeColor: string;
|
|
1517
1357
|
closeColorHover: string;
|
|
1518
1358
|
closeColorPressed: string;
|
|
1519
|
-
closeIconColor: string;
|
|
1520
|
-
closeIconColorHover: string;
|
|
1521
|
-
closeIconColorPressed: string;
|
|
1522
|
-
closeBorderRadius: string;
|
|
1523
1359
|
iconColor: string;
|
|
1524
1360
|
iconColorInfo: string;
|
|
1525
1361
|
iconColorSuccess: string;
|
|
@@ -1535,7 +1371,6 @@ export declare const componentMap: {
|
|
|
1535
1371
|
iconMargin: string;
|
|
1536
1372
|
iconMarginIconTop: string;
|
|
1537
1373
|
closeSize: string;
|
|
1538
|
-
closeIconSize: string;
|
|
1539
1374
|
closeMargin: string;
|
|
1540
1375
|
closeMarginIconTop: string;
|
|
1541
1376
|
}, {
|
|
@@ -1756,12 +1591,9 @@ export declare const componentMap: {
|
|
|
1756
1591
|
borderColor: string;
|
|
1757
1592
|
actionColor: string;
|
|
1758
1593
|
titleFontWeight: string;
|
|
1594
|
+
closeColor: string;
|
|
1759
1595
|
closeColorHover: string;
|
|
1760
1596
|
closeColorPressed: string;
|
|
1761
|
-
closeBorderRadius: string;
|
|
1762
|
-
closeIconColor: string;
|
|
1763
|
-
closeIconColorHover: string;
|
|
1764
|
-
closeIconColorPressed: string;
|
|
1765
1597
|
fontSizeSmall: string;
|
|
1766
1598
|
fontSizeMedium: string;
|
|
1767
1599
|
fontSizeLarge: string;
|
|
@@ -1776,7 +1608,6 @@ export declare const componentMap: {
|
|
|
1776
1608
|
titleFontSizeMedium: string;
|
|
1777
1609
|
titleFontSizeLarge: string;
|
|
1778
1610
|
titleFontSizeHuge: string;
|
|
1779
|
-
closeIconSize: string;
|
|
1780
1611
|
closeSize: string;
|
|
1781
1612
|
}, any>;
|
|
1782
1613
|
}>>;
|
|
@@ -1796,12 +1627,9 @@ export declare const componentMap: {
|
|
|
1796
1627
|
titleTextColor: string;
|
|
1797
1628
|
textColor: string;
|
|
1798
1629
|
color: string;
|
|
1630
|
+
closeColor: string;
|
|
1799
1631
|
closeColorHover: string;
|
|
1800
1632
|
closeColorPressed: string;
|
|
1801
|
-
closeIconColor: string;
|
|
1802
|
-
closeIconColorHover: string;
|
|
1803
|
-
closeIconColorPressed: string;
|
|
1804
|
-
closeBorderRadius: string;
|
|
1805
1633
|
iconColor: string;
|
|
1806
1634
|
iconColorInfo: string;
|
|
1807
1635
|
iconColorSuccess: string;
|
|
@@ -1817,7 +1645,6 @@ export declare const componentMap: {
|
|
|
1817
1645
|
iconMargin: string;
|
|
1818
1646
|
iconMarginIconTop: string;
|
|
1819
1647
|
closeSize: string;
|
|
1820
|
-
closeIconSize: string;
|
|
1821
1648
|
closeMargin: string;
|
|
1822
1649
|
closeMarginIconTop: string;
|
|
1823
1650
|
}, {
|
|
@@ -2038,12 +1865,9 @@ export declare const componentMap: {
|
|
|
2038
1865
|
borderColor: string;
|
|
2039
1866
|
actionColor: string;
|
|
2040
1867
|
titleFontWeight: string;
|
|
1868
|
+
closeColor: string;
|
|
2041
1869
|
closeColorHover: string;
|
|
2042
1870
|
closeColorPressed: string;
|
|
2043
|
-
closeBorderRadius: string;
|
|
2044
|
-
closeIconColor: string;
|
|
2045
|
-
closeIconColorHover: string;
|
|
2046
|
-
closeIconColorPressed: string;
|
|
2047
1871
|
fontSizeSmall: string;
|
|
2048
1872
|
fontSizeMedium: string;
|
|
2049
1873
|
fontSizeLarge: string;
|
|
@@ -2058,7 +1882,6 @@ export declare const componentMap: {
|
|
|
2058
1882
|
titleFontSizeMedium: string;
|
|
2059
1883
|
titleFontSizeLarge: string;
|
|
2060
1884
|
titleFontSizeHuge: string;
|
|
2061
|
-
closeIconSize: string;
|
|
2062
1885
|
closeSize: string;
|
|
2063
1886
|
}, any>;
|
|
2064
1887
|
}>>>;
|
|
@@ -2078,12 +1901,9 @@ export declare const componentMap: {
|
|
|
2078
1901
|
titleTextColor: string;
|
|
2079
1902
|
textColor: string;
|
|
2080
1903
|
color: string;
|
|
1904
|
+
closeColor: string;
|
|
2081
1905
|
closeColorHover: string;
|
|
2082
1906
|
closeColorPressed: string;
|
|
2083
|
-
closeIconColor: string;
|
|
2084
|
-
closeIconColorHover: string;
|
|
2085
|
-
closeIconColorPressed: string;
|
|
2086
|
-
closeBorderRadius: string;
|
|
2087
1907
|
iconColor: string;
|
|
2088
1908
|
iconColorInfo: string;
|
|
2089
1909
|
iconColorSuccess: string;
|
|
@@ -2099,7 +1919,6 @@ export declare const componentMap: {
|
|
|
2099
1919
|
iconMargin: string;
|
|
2100
1920
|
iconMarginIconTop: string;
|
|
2101
1921
|
closeSize: string;
|
|
2102
|
-
closeIconSize: string;
|
|
2103
1922
|
closeMargin: string;
|
|
2104
1923
|
closeMarginIconTop: string;
|
|
2105
1924
|
}, {
|
|
@@ -2320,12 +2139,9 @@ export declare const componentMap: {
|
|
|
2320
2139
|
borderColor: string;
|
|
2321
2140
|
actionColor: string;
|
|
2322
2141
|
titleFontWeight: string;
|
|
2142
|
+
closeColor: string;
|
|
2323
2143
|
closeColorHover: string;
|
|
2324
2144
|
closeColorPressed: string;
|
|
2325
|
-
closeBorderRadius: string;
|
|
2326
|
-
closeIconColor: string;
|
|
2327
|
-
closeIconColorHover: string;
|
|
2328
|
-
closeIconColorPressed: string;
|
|
2329
2145
|
fontSizeSmall: string;
|
|
2330
2146
|
fontSizeMedium: string;
|
|
2331
2147
|
fontSizeLarge: string;
|
|
@@ -2340,7 +2156,6 @@ export declare const componentMap: {
|
|
|
2340
2156
|
titleFontSizeMedium: string;
|
|
2341
2157
|
titleFontSizeLarge: string;
|
|
2342
2158
|
titleFontSizeHuge: string;
|
|
2343
|
-
closeIconSize: string;
|
|
2344
2159
|
closeSize: string;
|
|
2345
2160
|
}, any>;
|
|
2346
2161
|
}>>>;
|
|
@@ -2476,12 +2291,9 @@ export declare const componentMap: {
|
|
|
2476
2291
|
titleTextColor: string;
|
|
2477
2292
|
textColor: string;
|
|
2478
2293
|
color: string;
|
|
2294
|
+
closeColor: string;
|
|
2479
2295
|
closeColorHover: string;
|
|
2480
2296
|
closeColorPressed: string;
|
|
2481
|
-
closeIconColor: string;
|
|
2482
|
-
closeIconColorHover: string;
|
|
2483
|
-
closeIconColorPressed: string;
|
|
2484
|
-
closeBorderRadius: string;
|
|
2485
2297
|
iconColor: string;
|
|
2486
2298
|
iconColorInfo: string;
|
|
2487
2299
|
iconColorSuccess: string;
|
|
@@ -2497,7 +2309,6 @@ export declare const componentMap: {
|
|
|
2497
2309
|
iconMargin: string;
|
|
2498
2310
|
iconMarginIconTop: string;
|
|
2499
2311
|
closeSize: string;
|
|
2500
|
-
closeIconSize: string;
|
|
2501
2312
|
closeMargin: string;
|
|
2502
2313
|
closeMarginIconTop: string;
|
|
2503
2314
|
}, {
|
|
@@ -2718,12 +2529,9 @@ export declare const componentMap: {
|
|
|
2718
2529
|
borderColor: string;
|
|
2719
2530
|
actionColor: string;
|
|
2720
2531
|
titleFontWeight: string;
|
|
2532
|
+
closeColor: string;
|
|
2721
2533
|
closeColorHover: string;
|
|
2722
2534
|
closeColorPressed: string;
|
|
2723
|
-
closeBorderRadius: string;
|
|
2724
|
-
closeIconColor: string;
|
|
2725
|
-
closeIconColorHover: string;
|
|
2726
|
-
closeIconColorPressed: string;
|
|
2727
2535
|
fontSizeSmall: string;
|
|
2728
2536
|
fontSizeMedium: string;
|
|
2729
2537
|
fontSizeLarge: string;
|
|
@@ -2738,7 +2546,6 @@ export declare const componentMap: {
|
|
|
2738
2546
|
titleFontSizeMedium: string;
|
|
2739
2547
|
titleFontSizeLarge: string;
|
|
2740
2548
|
titleFontSizeHuge: string;
|
|
2741
|
-
closeIconSize: string;
|
|
2742
2549
|
closeSize: string;
|
|
2743
2550
|
}, any>;
|
|
2744
2551
|
}>>;
|
|
@@ -2758,12 +2565,9 @@ export declare const componentMap: {
|
|
|
2758
2565
|
titleTextColor: string;
|
|
2759
2566
|
textColor: string;
|
|
2760
2567
|
color: string;
|
|
2568
|
+
closeColor: string;
|
|
2761
2569
|
closeColorHover: string;
|
|
2762
2570
|
closeColorPressed: string;
|
|
2763
|
-
closeIconColor: string;
|
|
2764
|
-
closeIconColorHover: string;
|
|
2765
|
-
closeIconColorPressed: string;
|
|
2766
|
-
closeBorderRadius: string;
|
|
2767
2571
|
iconColor: string;
|
|
2768
2572
|
iconColorInfo: string;
|
|
2769
2573
|
iconColorSuccess: string;
|
|
@@ -2779,7 +2583,6 @@ export declare const componentMap: {
|
|
|
2779
2583
|
iconMargin: string;
|
|
2780
2584
|
iconMarginIconTop: string;
|
|
2781
2585
|
closeSize: string;
|
|
2782
|
-
closeIconSize: string;
|
|
2783
2586
|
closeMargin: string;
|
|
2784
2587
|
closeMarginIconTop: string;
|
|
2785
2588
|
}, {
|
|
@@ -3000,12 +2803,9 @@ export declare const componentMap: {
|
|
|
3000
2803
|
borderColor: string;
|
|
3001
2804
|
actionColor: string;
|
|
3002
2805
|
titleFontWeight: string;
|
|
2806
|
+
closeColor: string;
|
|
3003
2807
|
closeColorHover: string;
|
|
3004
2808
|
closeColorPressed: string;
|
|
3005
|
-
closeBorderRadius: string;
|
|
3006
|
-
closeIconColor: string;
|
|
3007
|
-
closeIconColorHover: string;
|
|
3008
|
-
closeIconColorPressed: string;
|
|
3009
2809
|
fontSizeSmall: string;
|
|
3010
2810
|
fontSizeMedium: string;
|
|
3011
2811
|
fontSizeLarge: string;
|
|
@@ -3020,7 +2820,6 @@ export declare const componentMap: {
|
|
|
3020
2820
|
titleFontSizeMedium: string;
|
|
3021
2821
|
titleFontSizeLarge: string;
|
|
3022
2822
|
titleFontSizeHuge: string;
|
|
3023
|
-
closeIconSize: string;
|
|
3024
2823
|
closeSize: string;
|
|
3025
2824
|
}, any>;
|
|
3026
2825
|
}>>>;
|
|
@@ -3040,12 +2839,9 @@ export declare const componentMap: {
|
|
|
3040
2839
|
titleTextColor: string;
|
|
3041
2840
|
textColor: string;
|
|
3042
2841
|
color: string;
|
|
2842
|
+
closeColor: string;
|
|
3043
2843
|
closeColorHover: string;
|
|
3044
2844
|
closeColorPressed: string;
|
|
3045
|
-
closeIconColor: string;
|
|
3046
|
-
closeIconColorHover: string;
|
|
3047
|
-
closeIconColorPressed: string;
|
|
3048
|
-
closeBorderRadius: string;
|
|
3049
2845
|
iconColor: string;
|
|
3050
2846
|
iconColorInfo: string;
|
|
3051
2847
|
iconColorSuccess: string;
|
|
@@ -3061,7 +2857,6 @@ export declare const componentMap: {
|
|
|
3061
2857
|
iconMargin: string;
|
|
3062
2858
|
iconMarginIconTop: string;
|
|
3063
2859
|
closeSize: string;
|
|
3064
|
-
closeIconSize: string;
|
|
3065
2860
|
closeMargin: string;
|
|
3066
2861
|
closeMarginIconTop: string;
|
|
3067
2862
|
}, {
|
|
@@ -3282,12 +3077,9 @@ export declare const componentMap: {
|
|
|
3282
3077
|
borderColor: string;
|
|
3283
3078
|
actionColor: string;
|
|
3284
3079
|
titleFontWeight: string;
|
|
3080
|
+
closeColor: string;
|
|
3285
3081
|
closeColorHover: string;
|
|
3286
3082
|
closeColorPressed: string;
|
|
3287
|
-
closeBorderRadius: string;
|
|
3288
|
-
closeIconColor: string;
|
|
3289
|
-
closeIconColorHover: string;
|
|
3290
|
-
closeIconColorPressed: string;
|
|
3291
3083
|
fontSizeSmall: string;
|
|
3292
3084
|
fontSizeMedium: string;
|
|
3293
3085
|
fontSizeLarge: string;
|
|
@@ -3302,7 +3094,6 @@ export declare const componentMap: {
|
|
|
3302
3094
|
titleFontSizeMedium: string;
|
|
3303
3095
|
titleFontSizeLarge: string;
|
|
3304
3096
|
titleFontSizeHuge: string;
|
|
3305
|
-
closeIconSize: string;
|
|
3306
3097
|
closeSize: string;
|
|
3307
3098
|
}, any>;
|
|
3308
3099
|
}>>>;
|
|
@@ -3340,19 +3131,11 @@ export declare const componentMap: {
|
|
|
3340
3131
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
3341
3132
|
readonly default: "medium";
|
|
3342
3133
|
};
|
|
3343
|
-
readonly wrapItem: {
|
|
3344
|
-
readonly type: BooleanConstructor;
|
|
3345
|
-
readonly default: true;
|
|
3346
|
-
};
|
|
3347
3134
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3348
3135
|
readonly wrap: {
|
|
3349
3136
|
readonly type: BooleanConstructor;
|
|
3350
3137
|
readonly default: true;
|
|
3351
3138
|
};
|
|
3352
|
-
readonly internalUseGap: {
|
|
3353
|
-
readonly type: BooleanConstructor;
|
|
3354
|
-
readonly default: undefined;
|
|
3355
|
-
};
|
|
3356
3139
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
3357
3140
|
gapSmall: string;
|
|
3358
3141
|
gapMedium: string;
|
|
@@ -3369,7 +3152,6 @@ export declare const componentMap: {
|
|
|
3369
3152
|
gapLarge: string;
|
|
3370
3153
|
}, any>>>;
|
|
3371
3154
|
}, {
|
|
3372
|
-
useGap: boolean;
|
|
3373
3155
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
3374
3156
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3375
3157
|
margin: import("vue").ComputedRef<{
|
|
@@ -3388,19 +3170,11 @@ export declare const componentMap: {
|
|
|
3388
3170
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
3389
3171
|
readonly default: "medium";
|
|
3390
3172
|
};
|
|
3391
|
-
readonly wrapItem: {
|
|
3392
|
-
readonly type: BooleanConstructor;
|
|
3393
|
-
readonly default: true;
|
|
3394
|
-
};
|
|
3395
3173
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3396
3174
|
readonly wrap: {
|
|
3397
3175
|
readonly type: BooleanConstructor;
|
|
3398
3176
|
readonly default: true;
|
|
3399
3177
|
};
|
|
3400
|
-
readonly internalUseGap: {
|
|
3401
|
-
readonly type: BooleanConstructor;
|
|
3402
|
-
readonly default: undefined;
|
|
3403
|
-
};
|
|
3404
3178
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
3405
3179
|
gapSmall: string;
|
|
3406
3180
|
gapMedium: string;
|
|
@@ -3417,13 +3191,11 @@ export declare const componentMap: {
|
|
|
3417
3191
|
gapLarge: string;
|
|
3418
3192
|
}, any>>>;
|
|
3419
3193
|
}>>, {
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
readonly wrapItem: boolean;
|
|
3426
|
-
readonly internalUseGap: boolean;
|
|
3194
|
+
inline: boolean;
|
|
3195
|
+
size: number | "small" | "medium" | "large" | [number, number];
|
|
3196
|
+
wrap: boolean;
|
|
3197
|
+
vertical: boolean;
|
|
3198
|
+
justify: import("naive-ui/es/space/src/Space").Justify;
|
|
3427
3199
|
}>;
|
|
3428
3200
|
AddCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3429
3201
|
labelFormContent: import("vue").DefineComponent<{
|
|
@@ -3591,12 +3363,9 @@ export declare const componentMap: {
|
|
|
3591
3363
|
tabTextColorActiveCard: string;
|
|
3592
3364
|
tabTextColorDisabledCard: string;
|
|
3593
3365
|
barColor: string;
|
|
3594
|
-
|
|
3595
|
-
closeIconColorHover: string;
|
|
3596
|
-
closeIconColorPressed: string;
|
|
3366
|
+
closeColor: string;
|
|
3597
3367
|
closeColorHover: string;
|
|
3598
3368
|
closeColorPressed: string;
|
|
3599
|
-
closeBorderRadius: string;
|
|
3600
3369
|
tabColor: string;
|
|
3601
3370
|
tabColorSegment: string;
|
|
3602
3371
|
tabBorderColor: string;
|
|
@@ -3635,8 +3404,6 @@ export declare const componentMap: {
|
|
|
3635
3404
|
panePaddingSmall: string;
|
|
3636
3405
|
panePaddingMedium: string;
|
|
3637
3406
|
panePaddingLarge: string;
|
|
3638
|
-
closeSize: string;
|
|
3639
|
-
closeIconSize: string;
|
|
3640
3407
|
}, any>>;
|
|
3641
3408
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3642
3409
|
colorSegment: string;
|
|
@@ -3658,12 +3425,9 @@ export declare const componentMap: {
|
|
|
3658
3425
|
tabTextColorActiveCard: string;
|
|
3659
3426
|
tabTextColorDisabledCard: string;
|
|
3660
3427
|
barColor: string;
|
|
3661
|
-
|
|
3662
|
-
closeIconColorHover: string;
|
|
3663
|
-
closeIconColorPressed: string;
|
|
3428
|
+
closeColor: string;
|
|
3664
3429
|
closeColorHover: string;
|
|
3665
3430
|
closeColorPressed: string;
|
|
3666
|
-
closeBorderRadius: string;
|
|
3667
3431
|
tabColor: string;
|
|
3668
3432
|
tabColorSegment: string;
|
|
3669
3433
|
tabBorderColor: string;
|
|
@@ -3702,8 +3466,6 @@ export declare const componentMap: {
|
|
|
3702
3466
|
panePaddingSmall: string;
|
|
3703
3467
|
panePaddingMedium: string;
|
|
3704
3468
|
panePaddingLarge: string;
|
|
3705
|
-
closeSize: string;
|
|
3706
|
-
closeIconSize: string;
|
|
3707
3469
|
}, any>>>;
|
|
3708
3470
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3709
3471
|
colorSegment: string;
|
|
@@ -3725,12 +3487,9 @@ export declare const componentMap: {
|
|
|
3725
3487
|
tabTextColorActiveCard: string;
|
|
3726
3488
|
tabTextColorDisabledCard: string;
|
|
3727
3489
|
barColor: string;
|
|
3728
|
-
|
|
3729
|
-
closeIconColorHover: string;
|
|
3730
|
-
closeIconColorPressed: string;
|
|
3490
|
+
closeColor: string;
|
|
3731
3491
|
closeColorHover: string;
|
|
3732
3492
|
closeColorPressed: string;
|
|
3733
|
-
closeBorderRadius: string;
|
|
3734
3493
|
tabColor: string;
|
|
3735
3494
|
tabColorSegment: string;
|
|
3736
3495
|
tabBorderColor: string;
|
|
@@ -3769,15 +3528,12 @@ export declare const componentMap: {
|
|
|
3769
3528
|
panePaddingSmall: string;
|
|
3770
3529
|
panePaddingMedium: string;
|
|
3771
3530
|
panePaddingLarge: string;
|
|
3772
|
-
closeSize: string;
|
|
3773
|
-
closeIconSize: string;
|
|
3774
3531
|
}, any>>>;
|
|
3775
3532
|
}, {
|
|
3776
3533
|
syncBarPosition: () => void;
|
|
3777
3534
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3778
3535
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
3779
3536
|
renderedNames: Set<string | number>;
|
|
3780
|
-
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
3781
3537
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
3782
3538
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
3783
3539
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -3842,14 +3598,9 @@ export declare const componentMap: {
|
|
|
3842
3598
|
'--n-pane-text-color': string;
|
|
3843
3599
|
'--n-tab-border-color': string;
|
|
3844
3600
|
'--n-tab-border-radius': string;
|
|
3845
|
-
'--n-close-
|
|
3846
|
-
'--n-close-icon-size': string;
|
|
3601
|
+
'--n-close-color': string;
|
|
3847
3602
|
'--n-close-color-hover': string;
|
|
3848
3603
|
'--n-close-color-pressed': string;
|
|
3849
|
-
'--n-close-border-radius': string;
|
|
3850
|
-
'--n-close-icon-color': string;
|
|
3851
|
-
'--n-close-icon-color-hover': string;
|
|
3852
|
-
'--n-close-icon-color-pressed': string;
|
|
3853
3604
|
'--n-tab-color': string;
|
|
3854
3605
|
'--n-tab-font-weight': string;
|
|
3855
3606
|
'--n-tab-font-weight-active': string;
|
|
@@ -3864,7 +3615,7 @@ export declare const componentMap: {
|
|
|
3864
3615
|
renderNameListRef: {
|
|
3865
3616
|
value: (string | number)[];
|
|
3866
3617
|
};
|
|
3867
|
-
onAnimationBeforeLeave: (
|
|
3618
|
+
onAnimationBeforeLeave: () => void;
|
|
3868
3619
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
3869
3620
|
onAnimationAfterEnter: () => void;
|
|
3870
3621
|
onRender: (() => void) | undefined;
|
|
@@ -3923,12 +3674,9 @@ export declare const componentMap: {
|
|
|
3923
3674
|
tabTextColorActiveCard: string;
|
|
3924
3675
|
tabTextColorDisabledCard: string;
|
|
3925
3676
|
barColor: string;
|
|
3926
|
-
|
|
3927
|
-
closeIconColorHover: string;
|
|
3928
|
-
closeIconColorPressed: string;
|
|
3677
|
+
closeColor: string;
|
|
3929
3678
|
closeColorHover: string;
|
|
3930
3679
|
closeColorPressed: string;
|
|
3931
|
-
closeBorderRadius: string;
|
|
3932
3680
|
tabColor: string;
|
|
3933
3681
|
tabColorSegment: string;
|
|
3934
3682
|
tabBorderColor: string;
|
|
@@ -3967,8 +3715,6 @@ export declare const componentMap: {
|
|
|
3967
3715
|
panePaddingSmall: string;
|
|
3968
3716
|
panePaddingMedium: string;
|
|
3969
3717
|
panePaddingLarge: string;
|
|
3970
|
-
closeSize: string;
|
|
3971
|
-
closeIconSize: string;
|
|
3972
3718
|
}, any>>;
|
|
3973
3719
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3974
3720
|
colorSegment: string;
|
|
@@ -3990,12 +3736,9 @@ export declare const componentMap: {
|
|
|
3990
3736
|
tabTextColorActiveCard: string;
|
|
3991
3737
|
tabTextColorDisabledCard: string;
|
|
3992
3738
|
barColor: string;
|
|
3993
|
-
|
|
3994
|
-
closeIconColorHover: string;
|
|
3995
|
-
closeIconColorPressed: string;
|
|
3739
|
+
closeColor: string;
|
|
3996
3740
|
closeColorHover: string;
|
|
3997
3741
|
closeColorPressed: string;
|
|
3998
|
-
closeBorderRadius: string;
|
|
3999
3742
|
tabColor: string;
|
|
4000
3743
|
tabColorSegment: string;
|
|
4001
3744
|
tabBorderColor: string;
|
|
@@ -4034,8 +3777,6 @@ export declare const componentMap: {
|
|
|
4034
3777
|
panePaddingSmall: string;
|
|
4035
3778
|
panePaddingMedium: string;
|
|
4036
3779
|
panePaddingLarge: string;
|
|
4037
|
-
closeSize: string;
|
|
4038
|
-
closeIconSize: string;
|
|
4039
3780
|
}, any>>>;
|
|
4040
3781
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
4041
3782
|
colorSegment: string;
|
|
@@ -4057,12 +3798,9 @@ export declare const componentMap: {
|
|
|
4057
3798
|
tabTextColorActiveCard: string;
|
|
4058
3799
|
tabTextColorDisabledCard: string;
|
|
4059
3800
|
barColor: string;
|
|
4060
|
-
|
|
4061
|
-
closeIconColorHover: string;
|
|
4062
|
-
closeIconColorPressed: string;
|
|
3801
|
+
closeColor: string;
|
|
4063
3802
|
closeColorHover: string;
|
|
4064
3803
|
closeColorPressed: string;
|
|
4065
|
-
closeBorderRadius: string;
|
|
4066
3804
|
tabColor: string;
|
|
4067
3805
|
tabColorSegment: string;
|
|
4068
3806
|
tabBorderColor: string;
|
|
@@ -4101,16 +3839,14 @@ export declare const componentMap: {
|
|
|
4101
3839
|
panePaddingSmall: string;
|
|
4102
3840
|
panePaddingMedium: string;
|
|
4103
3841
|
panePaddingLarge: string;
|
|
4104
|
-
closeSize: string;
|
|
4105
|
-
closeIconSize: string;
|
|
4106
3842
|
}, any>>>;
|
|
4107
3843
|
}>>, {
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
3844
|
+
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3845
|
+
size: "small" | "medium" | "large";
|
|
3846
|
+
closable: boolean;
|
|
3847
|
+
trigger: "click" | "hover";
|
|
3848
|
+
animated: boolean;
|
|
3849
|
+
tabsPadding: number;
|
|
4114
3850
|
}>;
|
|
4115
3851
|
NTabPane: import("vue").DefineComponent<{
|
|
4116
3852
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -4159,9 +3895,9 @@ export declare const componentMap: {
|
|
|
4159
3895
|
[key: string]: any;
|
|
4160
3896
|
}> | (() => import("vue").VNodeChild)>;
|
|
4161
3897
|
}>>, {
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
3898
|
+
disabled: boolean;
|
|
3899
|
+
closable: boolean | undefined;
|
|
3900
|
+
displayDirective: "show" | "if" | "show:lazy";
|
|
4165
3901
|
}>;
|
|
4166
3902
|
NAnchor: import("vue").DefineComponent<{
|
|
4167
3903
|
readonly type: {
|
|
@@ -4335,17 +4071,17 @@ export declare const componentMap: {
|
|
|
4335
4071
|
railWidth: string;
|
|
4336
4072
|
}, any>>>;
|
|
4337
4073
|
}>>, {
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4074
|
+
type: "block" | "rail";
|
|
4075
|
+
bound: number;
|
|
4076
|
+
position: "fix" | "absolute";
|
|
4077
|
+
target: (() => HTMLElement) | undefined;
|
|
4078
|
+
affix: boolean;
|
|
4079
|
+
offsetTop: number | undefined;
|
|
4080
|
+
offsetBottom: number | undefined;
|
|
4081
|
+
showRail: boolean;
|
|
4082
|
+
showBackground: boolean;
|
|
4083
|
+
internalScrollable: boolean;
|
|
4084
|
+
ignoreGap: boolean;
|
|
4349
4085
|
}>;
|
|
4350
4086
|
NAnchorLink: import("vue").DefineComponent<{
|
|
4351
4087
|
readonly title: StringConstructor;
|
|
@@ -4420,16 +4156,11 @@ export declare const componentMap: {
|
|
|
4420
4156
|
};
|
|
4421
4157
|
checked: BooleanConstructor;
|
|
4422
4158
|
checkable: BooleanConstructor;
|
|
4423
|
-
strong: BooleanConstructor;
|
|
4424
4159
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
4425
4160
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4426
4161
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4427
4162
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
4428
4163
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
4429
|
-
internalCloseFocusable: {
|
|
4430
|
-
type: BooleanConstructor;
|
|
4431
|
-
default: boolean;
|
|
4432
|
-
};
|
|
4433
4164
|
internalStopClickPropagation: BooleanConstructor;
|
|
4434
4165
|
onCheckedChange: {
|
|
4435
4166
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -4452,7 +4183,6 @@ export declare const componentMap: {
|
|
|
4452
4183
|
readonly default: undefined;
|
|
4453
4184
|
};
|
|
4454
4185
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4455
|
-
closeBorderRadius: string;
|
|
4456
4186
|
heightTiny: string;
|
|
4457
4187
|
heightSmall: string;
|
|
4458
4188
|
heightMedium: string;
|
|
@@ -4463,7 +4193,6 @@ export declare const componentMap: {
|
|
|
4463
4193
|
fontSizeSmall: string;
|
|
4464
4194
|
fontSizeMedium: string;
|
|
4465
4195
|
fontSizeLarge: string;
|
|
4466
|
-
fontWeightStrong: string;
|
|
4467
4196
|
textColorCheckable: string;
|
|
4468
4197
|
textColorHoverCheckable: string;
|
|
4469
4198
|
textColorPressedCheckable: string;
|
|
@@ -4477,61 +4206,39 @@ export declare const componentMap: {
|
|
|
4477
4206
|
border: string;
|
|
4478
4207
|
textColor: string;
|
|
4479
4208
|
color: string;
|
|
4480
|
-
|
|
4481
|
-
closeIconColor: string;
|
|
4482
|
-
closeIconColorHover: string;
|
|
4483
|
-
closeIconColorPressed: string;
|
|
4209
|
+
closeColor: string;
|
|
4484
4210
|
closeColorHover: string;
|
|
4485
4211
|
closeColorPressed: string;
|
|
4486
4212
|
borderPrimary: string;
|
|
4487
4213
|
textColorPrimary: string;
|
|
4488
4214
|
colorPrimary: string;
|
|
4489
|
-
|
|
4490
|
-
closeIconColorPrimary: string;
|
|
4491
|
-
closeIconColorHoverPrimary: string;
|
|
4492
|
-
closeIconColorPressedPrimary: string;
|
|
4215
|
+
closeColorPrimary: string;
|
|
4493
4216
|
closeColorHoverPrimary: string;
|
|
4494
4217
|
closeColorPressedPrimary: string;
|
|
4495
4218
|
borderInfo: string;
|
|
4496
4219
|
textColorInfo: string;
|
|
4497
4220
|
colorInfo: string;
|
|
4498
|
-
|
|
4499
|
-
closeIconColorInfo: string;
|
|
4500
|
-
closeIconColorHoverInfo: string;
|
|
4501
|
-
closeIconColorPressedInfo: string;
|
|
4221
|
+
closeColorInfo: string;
|
|
4502
4222
|
closeColorHoverInfo: string;
|
|
4503
4223
|
closeColorPressedInfo: string;
|
|
4504
4224
|
borderSuccess: string;
|
|
4505
4225
|
textColorSuccess: string;
|
|
4506
4226
|
colorSuccess: string;
|
|
4507
|
-
|
|
4508
|
-
closeIconColorSuccess: string;
|
|
4509
|
-
closeIconColorHoverSuccess: string;
|
|
4510
|
-
closeIconColorPressedSuccess: string;
|
|
4227
|
+
closeColorSuccess: string;
|
|
4511
4228
|
closeColorHoverSuccess: string;
|
|
4512
4229
|
closeColorPressedSuccess: string;
|
|
4513
4230
|
borderWarning: string;
|
|
4514
4231
|
textColorWarning: string;
|
|
4515
4232
|
colorWarning: string;
|
|
4516
|
-
|
|
4517
|
-
closeIconColorWarning: string;
|
|
4518
|
-
closeIconColorHoverWarning: string;
|
|
4519
|
-
closeIconColorPressedWarning: string;
|
|
4233
|
+
closeColorWarning: string;
|
|
4520
4234
|
closeColorHoverWarning: string;
|
|
4521
4235
|
closeColorPressedWarning: string;
|
|
4522
4236
|
borderError: string;
|
|
4523
4237
|
textColorError: string;
|
|
4524
4238
|
colorError: string;
|
|
4525
|
-
|
|
4526
|
-
closeIconColorError: string;
|
|
4527
|
-
closeIconColorHoverError: string;
|
|
4528
|
-
closeIconColorPressedError: string;
|
|
4239
|
+
closeColorError: string;
|
|
4529
4240
|
closeColorHoverError: string;
|
|
4530
4241
|
closeColorPressedError: string;
|
|
4531
|
-
closeIconSizeTiny: string;
|
|
4532
|
-
closeIconSizeSmall: string;
|
|
4533
|
-
closeIconSizeMedium: string;
|
|
4534
|
-
closeIconSizeLarge: string;
|
|
4535
4242
|
closeSizeTiny: string;
|
|
4536
4243
|
closeSizeSmall: string;
|
|
4537
4244
|
closeSizeMedium: string;
|
|
@@ -4541,7 +4248,6 @@ export declare const componentMap: {
|
|
|
4541
4248
|
closeMarginRtl: string;
|
|
4542
4249
|
}, any>>;
|
|
4543
4250
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4544
|
-
closeBorderRadius: string;
|
|
4545
4251
|
heightTiny: string;
|
|
4546
4252
|
heightSmall: string;
|
|
4547
4253
|
heightMedium: string;
|
|
@@ -4552,7 +4258,6 @@ export declare const componentMap: {
|
|
|
4552
4258
|
fontSizeSmall: string;
|
|
4553
4259
|
fontSizeMedium: string;
|
|
4554
4260
|
fontSizeLarge: string;
|
|
4555
|
-
fontWeightStrong: string;
|
|
4556
4261
|
textColorCheckable: string;
|
|
4557
4262
|
textColorHoverCheckable: string;
|
|
4558
4263
|
textColorPressedCheckable: string;
|
|
@@ -4566,61 +4271,39 @@ export declare const componentMap: {
|
|
|
4566
4271
|
border: string;
|
|
4567
4272
|
textColor: string;
|
|
4568
4273
|
color: string;
|
|
4569
|
-
|
|
4570
|
-
closeIconColor: string;
|
|
4571
|
-
closeIconColorHover: string;
|
|
4572
|
-
closeIconColorPressed: string;
|
|
4274
|
+
closeColor: string;
|
|
4573
4275
|
closeColorHover: string;
|
|
4574
4276
|
closeColorPressed: string;
|
|
4575
4277
|
borderPrimary: string;
|
|
4576
4278
|
textColorPrimary: string;
|
|
4577
4279
|
colorPrimary: string;
|
|
4578
|
-
|
|
4579
|
-
closeIconColorPrimary: string;
|
|
4580
|
-
closeIconColorHoverPrimary: string;
|
|
4581
|
-
closeIconColorPressedPrimary: string;
|
|
4280
|
+
closeColorPrimary: string;
|
|
4582
4281
|
closeColorHoverPrimary: string;
|
|
4583
4282
|
closeColorPressedPrimary: string;
|
|
4584
4283
|
borderInfo: string;
|
|
4585
4284
|
textColorInfo: string;
|
|
4586
4285
|
colorInfo: string;
|
|
4587
|
-
|
|
4588
|
-
closeIconColorInfo: string;
|
|
4589
|
-
closeIconColorHoverInfo: string;
|
|
4590
|
-
closeIconColorPressedInfo: string;
|
|
4286
|
+
closeColorInfo: string;
|
|
4591
4287
|
closeColorHoverInfo: string;
|
|
4592
4288
|
closeColorPressedInfo: string;
|
|
4593
4289
|
borderSuccess: string;
|
|
4594
4290
|
textColorSuccess: string;
|
|
4595
4291
|
colorSuccess: string;
|
|
4596
|
-
|
|
4597
|
-
closeIconColorSuccess: string;
|
|
4598
|
-
closeIconColorHoverSuccess: string;
|
|
4599
|
-
closeIconColorPressedSuccess: string;
|
|
4292
|
+
closeColorSuccess: string;
|
|
4600
4293
|
closeColorHoverSuccess: string;
|
|
4601
4294
|
closeColorPressedSuccess: string;
|
|
4602
4295
|
borderWarning: string;
|
|
4603
4296
|
textColorWarning: string;
|
|
4604
4297
|
colorWarning: string;
|
|
4605
|
-
|
|
4606
|
-
closeIconColorWarning: string;
|
|
4607
|
-
closeIconColorHoverWarning: string;
|
|
4608
|
-
closeIconColorPressedWarning: string;
|
|
4298
|
+
closeColorWarning: string;
|
|
4609
4299
|
closeColorHoverWarning: string;
|
|
4610
4300
|
closeColorPressedWarning: string;
|
|
4611
4301
|
borderError: string;
|
|
4612
4302
|
textColorError: string;
|
|
4613
4303
|
colorError: string;
|
|
4614
|
-
|
|
4615
|
-
closeIconColorError: string;
|
|
4616
|
-
closeIconColorHoverError: string;
|
|
4617
|
-
closeIconColorPressedError: string;
|
|
4304
|
+
closeColorError: string;
|
|
4618
4305
|
closeColorHoverError: string;
|
|
4619
4306
|
closeColorPressedError: string;
|
|
4620
|
-
closeIconSizeTiny: string;
|
|
4621
|
-
closeIconSizeSmall: string;
|
|
4622
|
-
closeIconSizeMedium: string;
|
|
4623
|
-
closeIconSizeLarge: string;
|
|
4624
4307
|
closeSizeTiny: string;
|
|
4625
4308
|
closeSizeSmall: string;
|
|
4626
4309
|
closeSizeMedium: string;
|
|
@@ -4630,7 +4313,6 @@ export declare const componentMap: {
|
|
|
4630
4313
|
closeMarginRtl: string;
|
|
4631
4314
|
}, any>>>;
|
|
4632
4315
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4633
|
-
closeBorderRadius: string;
|
|
4634
4316
|
heightTiny: string;
|
|
4635
4317
|
heightSmall: string;
|
|
4636
4318
|
heightMedium: string;
|
|
@@ -4641,7 +4323,6 @@ export declare const componentMap: {
|
|
|
4641
4323
|
fontSizeSmall: string;
|
|
4642
4324
|
fontSizeMedium: string;
|
|
4643
4325
|
fontSizeLarge: string;
|
|
4644
|
-
fontWeightStrong: string;
|
|
4645
4326
|
textColorCheckable: string;
|
|
4646
4327
|
textColorHoverCheckable: string;
|
|
4647
4328
|
textColorPressedCheckable: string;
|
|
@@ -4655,61 +4336,39 @@ export declare const componentMap: {
|
|
|
4655
4336
|
border: string;
|
|
4656
4337
|
textColor: string;
|
|
4657
4338
|
color: string;
|
|
4658
|
-
|
|
4659
|
-
closeIconColor: string;
|
|
4660
|
-
closeIconColorHover: string;
|
|
4661
|
-
closeIconColorPressed: string;
|
|
4339
|
+
closeColor: string;
|
|
4662
4340
|
closeColorHover: string;
|
|
4663
4341
|
closeColorPressed: string;
|
|
4664
4342
|
borderPrimary: string;
|
|
4665
4343
|
textColorPrimary: string;
|
|
4666
4344
|
colorPrimary: string;
|
|
4667
|
-
|
|
4668
|
-
closeIconColorPrimary: string;
|
|
4669
|
-
closeIconColorHoverPrimary: string;
|
|
4670
|
-
closeIconColorPressedPrimary: string;
|
|
4345
|
+
closeColorPrimary: string;
|
|
4671
4346
|
closeColorHoverPrimary: string;
|
|
4672
4347
|
closeColorPressedPrimary: string;
|
|
4673
4348
|
borderInfo: string;
|
|
4674
4349
|
textColorInfo: string;
|
|
4675
4350
|
colorInfo: string;
|
|
4676
|
-
|
|
4677
|
-
closeIconColorInfo: string;
|
|
4678
|
-
closeIconColorHoverInfo: string;
|
|
4679
|
-
closeIconColorPressedInfo: string;
|
|
4351
|
+
closeColorInfo: string;
|
|
4680
4352
|
closeColorHoverInfo: string;
|
|
4681
4353
|
closeColorPressedInfo: string;
|
|
4682
4354
|
borderSuccess: string;
|
|
4683
4355
|
textColorSuccess: string;
|
|
4684
4356
|
colorSuccess: string;
|
|
4685
|
-
|
|
4686
|
-
closeIconColorSuccess: string;
|
|
4687
|
-
closeIconColorHoverSuccess: string;
|
|
4688
|
-
closeIconColorPressedSuccess: string;
|
|
4357
|
+
closeColorSuccess: string;
|
|
4689
4358
|
closeColorHoverSuccess: string;
|
|
4690
4359
|
closeColorPressedSuccess: string;
|
|
4691
4360
|
borderWarning: string;
|
|
4692
4361
|
textColorWarning: string;
|
|
4693
4362
|
colorWarning: string;
|
|
4694
|
-
|
|
4695
|
-
closeIconColorWarning: string;
|
|
4696
|
-
closeIconColorHoverWarning: string;
|
|
4697
|
-
closeIconColorPressedWarning: string;
|
|
4363
|
+
closeColorWarning: string;
|
|
4698
4364
|
closeColorHoverWarning: string;
|
|
4699
4365
|
closeColorPressedWarning: string;
|
|
4700
4366
|
borderError: string;
|
|
4701
4367
|
textColorError: string;
|
|
4702
4368
|
colorError: string;
|
|
4703
|
-
|
|
4704
|
-
closeIconColorError: string;
|
|
4705
|
-
closeIconColorHoverError: string;
|
|
4706
|
-
closeIconColorPressedError: string;
|
|
4369
|
+
closeColorError: string;
|
|
4707
4370
|
closeColorHoverError: string;
|
|
4708
4371
|
closeColorPressedError: string;
|
|
4709
|
-
closeIconSizeTiny: string;
|
|
4710
|
-
closeIconSizeSmall: string;
|
|
4711
|
-
closeIconSizeMedium: string;
|
|
4712
|
-
closeIconSizeLarge: string;
|
|
4713
4372
|
closeSizeTiny: string;
|
|
4714
4373
|
closeSizeSmall: string;
|
|
4715
4374
|
closeSizeMedium: string;
|
|
@@ -4726,19 +4385,14 @@ export declare const componentMap: {
|
|
|
4726
4385
|
handleClick: (e: MouseEvent) => void;
|
|
4727
4386
|
handleCloseClick: (e: MouseEvent) => void;
|
|
4728
4387
|
cssVars: import("vue").ComputedRef<{
|
|
4729
|
-
'--n-font-weight-strong': string;
|
|
4730
4388
|
'--n-avatar-size-override': string;
|
|
4731
4389
|
'--n-bezier': string;
|
|
4732
4390
|
'--n-border-radius': string;
|
|
4733
4391
|
'--n-border': string;
|
|
4734
|
-
'--n-close-
|
|
4735
|
-
'--n-close-color-pressed': string;
|
|
4392
|
+
'--n-close-color': string;
|
|
4736
4393
|
'--n-close-color-hover': string;
|
|
4737
|
-
'--n-close-
|
|
4738
|
-
'--n-close-
|
|
4739
|
-
'--n-close-icon-color-hover': string;
|
|
4740
|
-
'--n-close-icon-color-pressed': string;
|
|
4741
|
-
'--n-close-icon-color-disabled': string;
|
|
4394
|
+
'--n-close-color-pressed': string;
|
|
4395
|
+
'--n-close-color-disabled': string;
|
|
4742
4396
|
'--n-close-margin': string;
|
|
4743
4397
|
'--n-close-margin-rtl': string;
|
|
4744
4398
|
'--n-close-size': string;
|
|
@@ -4769,16 +4423,11 @@ export declare const componentMap: {
|
|
|
4769
4423
|
};
|
|
4770
4424
|
checked: BooleanConstructor;
|
|
4771
4425
|
checkable: BooleanConstructor;
|
|
4772
|
-
strong: BooleanConstructor;
|
|
4773
4426
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
4774
4427
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4775
4428
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4776
4429
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
4777
4430
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
4778
|
-
internalCloseFocusable: {
|
|
4779
|
-
type: BooleanConstructor;
|
|
4780
|
-
default: boolean;
|
|
4781
|
-
};
|
|
4782
4431
|
internalStopClickPropagation: BooleanConstructor;
|
|
4783
4432
|
onCheckedChange: {
|
|
4784
4433
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -4801,7 +4450,6 @@ export declare const componentMap: {
|
|
|
4801
4450
|
readonly default: undefined;
|
|
4802
4451
|
};
|
|
4803
4452
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4804
|
-
closeBorderRadius: string;
|
|
4805
4453
|
heightTiny: string;
|
|
4806
4454
|
heightSmall: string;
|
|
4807
4455
|
heightMedium: string;
|
|
@@ -4812,7 +4460,6 @@ export declare const componentMap: {
|
|
|
4812
4460
|
fontSizeSmall: string;
|
|
4813
4461
|
fontSizeMedium: string;
|
|
4814
4462
|
fontSizeLarge: string;
|
|
4815
|
-
fontWeightStrong: string;
|
|
4816
4463
|
textColorCheckable: string;
|
|
4817
4464
|
textColorHoverCheckable: string;
|
|
4818
4465
|
textColorPressedCheckable: string;
|
|
@@ -4826,61 +4473,39 @@ export declare const componentMap: {
|
|
|
4826
4473
|
border: string;
|
|
4827
4474
|
textColor: string;
|
|
4828
4475
|
color: string;
|
|
4829
|
-
|
|
4830
|
-
closeIconColor: string;
|
|
4831
|
-
closeIconColorHover: string;
|
|
4832
|
-
closeIconColorPressed: string;
|
|
4476
|
+
closeColor: string;
|
|
4833
4477
|
closeColorHover: string;
|
|
4834
4478
|
closeColorPressed: string;
|
|
4835
4479
|
borderPrimary: string;
|
|
4836
4480
|
textColorPrimary: string;
|
|
4837
4481
|
colorPrimary: string;
|
|
4838
|
-
|
|
4839
|
-
closeIconColorPrimary: string;
|
|
4840
|
-
closeIconColorHoverPrimary: string;
|
|
4841
|
-
closeIconColorPressedPrimary: string;
|
|
4482
|
+
closeColorPrimary: string;
|
|
4842
4483
|
closeColorHoverPrimary: string;
|
|
4843
4484
|
closeColorPressedPrimary: string;
|
|
4844
4485
|
borderInfo: string;
|
|
4845
4486
|
textColorInfo: string;
|
|
4846
4487
|
colorInfo: string;
|
|
4847
|
-
|
|
4848
|
-
closeIconColorInfo: string;
|
|
4849
|
-
closeIconColorHoverInfo: string;
|
|
4850
|
-
closeIconColorPressedInfo: string;
|
|
4488
|
+
closeColorInfo: string;
|
|
4851
4489
|
closeColorHoverInfo: string;
|
|
4852
4490
|
closeColorPressedInfo: string;
|
|
4853
4491
|
borderSuccess: string;
|
|
4854
4492
|
textColorSuccess: string;
|
|
4855
4493
|
colorSuccess: string;
|
|
4856
|
-
|
|
4857
|
-
closeIconColorSuccess: string;
|
|
4858
|
-
closeIconColorHoverSuccess: string;
|
|
4859
|
-
closeIconColorPressedSuccess: string;
|
|
4494
|
+
closeColorSuccess: string;
|
|
4860
4495
|
closeColorHoverSuccess: string;
|
|
4861
4496
|
closeColorPressedSuccess: string;
|
|
4862
4497
|
borderWarning: string;
|
|
4863
4498
|
textColorWarning: string;
|
|
4864
4499
|
colorWarning: string;
|
|
4865
|
-
|
|
4866
|
-
closeIconColorWarning: string;
|
|
4867
|
-
closeIconColorHoverWarning: string;
|
|
4868
|
-
closeIconColorPressedWarning: string;
|
|
4500
|
+
closeColorWarning: string;
|
|
4869
4501
|
closeColorHoverWarning: string;
|
|
4870
4502
|
closeColorPressedWarning: string;
|
|
4871
4503
|
borderError: string;
|
|
4872
4504
|
textColorError: string;
|
|
4873
4505
|
colorError: string;
|
|
4874
|
-
|
|
4875
|
-
closeIconColorError: string;
|
|
4876
|
-
closeIconColorHoverError: string;
|
|
4877
|
-
closeIconColorPressedError: string;
|
|
4506
|
+
closeColorError: string;
|
|
4878
4507
|
closeColorHoverError: string;
|
|
4879
4508
|
closeColorPressedError: string;
|
|
4880
|
-
closeIconSizeTiny: string;
|
|
4881
|
-
closeIconSizeSmall: string;
|
|
4882
|
-
closeIconSizeMedium: string;
|
|
4883
|
-
closeIconSizeLarge: string;
|
|
4884
4509
|
closeSizeTiny: string;
|
|
4885
4510
|
closeSizeSmall: string;
|
|
4886
4511
|
closeSizeMedium: string;
|
|
@@ -4890,7 +4515,6 @@ export declare const componentMap: {
|
|
|
4890
4515
|
closeMarginRtl: string;
|
|
4891
4516
|
}, any>>;
|
|
4892
4517
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4893
|
-
closeBorderRadius: string;
|
|
4894
4518
|
heightTiny: string;
|
|
4895
4519
|
heightSmall: string;
|
|
4896
4520
|
heightMedium: string;
|
|
@@ -4901,7 +4525,6 @@ export declare const componentMap: {
|
|
|
4901
4525
|
fontSizeSmall: string;
|
|
4902
4526
|
fontSizeMedium: string;
|
|
4903
4527
|
fontSizeLarge: string;
|
|
4904
|
-
fontWeightStrong: string;
|
|
4905
4528
|
textColorCheckable: string;
|
|
4906
4529
|
textColorHoverCheckable: string;
|
|
4907
4530
|
textColorPressedCheckable: string;
|
|
@@ -4915,61 +4538,39 @@ export declare const componentMap: {
|
|
|
4915
4538
|
border: string;
|
|
4916
4539
|
textColor: string;
|
|
4917
4540
|
color: string;
|
|
4918
|
-
|
|
4919
|
-
closeIconColor: string;
|
|
4920
|
-
closeIconColorHover: string;
|
|
4921
|
-
closeIconColorPressed: string;
|
|
4541
|
+
closeColor: string;
|
|
4922
4542
|
closeColorHover: string;
|
|
4923
4543
|
closeColorPressed: string;
|
|
4924
4544
|
borderPrimary: string;
|
|
4925
4545
|
textColorPrimary: string;
|
|
4926
4546
|
colorPrimary: string;
|
|
4927
|
-
|
|
4928
|
-
closeIconColorPrimary: string;
|
|
4929
|
-
closeIconColorHoverPrimary: string;
|
|
4930
|
-
closeIconColorPressedPrimary: string;
|
|
4547
|
+
closeColorPrimary: string;
|
|
4931
4548
|
closeColorHoverPrimary: string;
|
|
4932
4549
|
closeColorPressedPrimary: string;
|
|
4933
4550
|
borderInfo: string;
|
|
4934
4551
|
textColorInfo: string;
|
|
4935
4552
|
colorInfo: string;
|
|
4936
|
-
|
|
4937
|
-
closeIconColorInfo: string;
|
|
4938
|
-
closeIconColorHoverInfo: string;
|
|
4939
|
-
closeIconColorPressedInfo: string;
|
|
4553
|
+
closeColorInfo: string;
|
|
4940
4554
|
closeColorHoverInfo: string;
|
|
4941
4555
|
closeColorPressedInfo: string;
|
|
4942
4556
|
borderSuccess: string;
|
|
4943
4557
|
textColorSuccess: string;
|
|
4944
4558
|
colorSuccess: string;
|
|
4945
|
-
|
|
4946
|
-
closeIconColorSuccess: string;
|
|
4947
|
-
closeIconColorHoverSuccess: string;
|
|
4948
|
-
closeIconColorPressedSuccess: string;
|
|
4559
|
+
closeColorSuccess: string;
|
|
4949
4560
|
closeColorHoverSuccess: string;
|
|
4950
4561
|
closeColorPressedSuccess: string;
|
|
4951
4562
|
borderWarning: string;
|
|
4952
4563
|
textColorWarning: string;
|
|
4953
4564
|
colorWarning: string;
|
|
4954
|
-
|
|
4955
|
-
closeIconColorWarning: string;
|
|
4956
|
-
closeIconColorHoverWarning: string;
|
|
4957
|
-
closeIconColorPressedWarning: string;
|
|
4565
|
+
closeColorWarning: string;
|
|
4958
4566
|
closeColorHoverWarning: string;
|
|
4959
4567
|
closeColorPressedWarning: string;
|
|
4960
4568
|
borderError: string;
|
|
4961
4569
|
textColorError: string;
|
|
4962
4570
|
colorError: string;
|
|
4963
|
-
|
|
4964
|
-
closeIconColorError: string;
|
|
4965
|
-
closeIconColorHoverError: string;
|
|
4966
|
-
closeIconColorPressedError: string;
|
|
4571
|
+
closeColorError: string;
|
|
4967
4572
|
closeColorHoverError: string;
|
|
4968
4573
|
closeColorPressedError: string;
|
|
4969
|
-
closeIconSizeTiny: string;
|
|
4970
|
-
closeIconSizeSmall: string;
|
|
4971
|
-
closeIconSizeMedium: string;
|
|
4972
|
-
closeIconSizeLarge: string;
|
|
4973
4574
|
closeSizeTiny: string;
|
|
4974
4575
|
closeSizeSmall: string;
|
|
4975
4576
|
closeSizeMedium: string;
|
|
@@ -4979,7 +4580,6 @@ export declare const componentMap: {
|
|
|
4979
4580
|
closeMarginRtl: string;
|
|
4980
4581
|
}, any>>>;
|
|
4981
4582
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4982
|
-
closeBorderRadius: string;
|
|
4983
4583
|
heightTiny: string;
|
|
4984
4584
|
heightSmall: string;
|
|
4985
4585
|
heightMedium: string;
|
|
@@ -4990,7 +4590,6 @@ export declare const componentMap: {
|
|
|
4990
4590
|
fontSizeSmall: string;
|
|
4991
4591
|
fontSizeMedium: string;
|
|
4992
4592
|
fontSizeLarge: string;
|
|
4993
|
-
fontWeightStrong: string;
|
|
4994
4593
|
textColorCheckable: string;
|
|
4995
4594
|
textColorHoverCheckable: string;
|
|
4996
4595
|
textColorPressedCheckable: string;
|
|
@@ -5004,61 +4603,39 @@ export declare const componentMap: {
|
|
|
5004
4603
|
border: string;
|
|
5005
4604
|
textColor: string;
|
|
5006
4605
|
color: string;
|
|
5007
|
-
|
|
5008
|
-
closeIconColor: string;
|
|
5009
|
-
closeIconColorHover: string;
|
|
5010
|
-
closeIconColorPressed: string;
|
|
4606
|
+
closeColor: string;
|
|
5011
4607
|
closeColorHover: string;
|
|
5012
4608
|
closeColorPressed: string;
|
|
5013
4609
|
borderPrimary: string;
|
|
5014
4610
|
textColorPrimary: string;
|
|
5015
4611
|
colorPrimary: string;
|
|
5016
|
-
|
|
5017
|
-
closeIconColorPrimary: string;
|
|
5018
|
-
closeIconColorHoverPrimary: string;
|
|
5019
|
-
closeIconColorPressedPrimary: string;
|
|
4612
|
+
closeColorPrimary: string;
|
|
5020
4613
|
closeColorHoverPrimary: string;
|
|
5021
4614
|
closeColorPressedPrimary: string;
|
|
5022
4615
|
borderInfo: string;
|
|
5023
4616
|
textColorInfo: string;
|
|
5024
4617
|
colorInfo: string;
|
|
5025
|
-
|
|
5026
|
-
closeIconColorInfo: string;
|
|
5027
|
-
closeIconColorHoverInfo: string;
|
|
5028
|
-
closeIconColorPressedInfo: string;
|
|
4618
|
+
closeColorInfo: string;
|
|
5029
4619
|
closeColorHoverInfo: string;
|
|
5030
4620
|
closeColorPressedInfo: string;
|
|
5031
4621
|
borderSuccess: string;
|
|
5032
4622
|
textColorSuccess: string;
|
|
5033
4623
|
colorSuccess: string;
|
|
5034
|
-
|
|
5035
|
-
closeIconColorSuccess: string;
|
|
5036
|
-
closeIconColorHoverSuccess: string;
|
|
5037
|
-
closeIconColorPressedSuccess: string;
|
|
4624
|
+
closeColorSuccess: string;
|
|
5038
4625
|
closeColorHoverSuccess: string;
|
|
5039
4626
|
closeColorPressedSuccess: string;
|
|
5040
4627
|
borderWarning: string;
|
|
5041
4628
|
textColorWarning: string;
|
|
5042
4629
|
colorWarning: string;
|
|
5043
|
-
|
|
5044
|
-
closeIconColorWarning: string;
|
|
5045
|
-
closeIconColorHoverWarning: string;
|
|
5046
|
-
closeIconColorPressedWarning: string;
|
|
4630
|
+
closeColorWarning: string;
|
|
5047
4631
|
closeColorHoverWarning: string;
|
|
5048
4632
|
closeColorPressedWarning: string;
|
|
5049
4633
|
borderError: string;
|
|
5050
4634
|
textColorError: string;
|
|
5051
4635
|
colorError: string;
|
|
5052
|
-
|
|
5053
|
-
closeIconColorError: string;
|
|
5054
|
-
closeIconColorHoverError: string;
|
|
5055
|
-
closeIconColorPressedError: string;
|
|
4636
|
+
closeColorError: string;
|
|
5056
4637
|
closeColorHoverError: string;
|
|
5057
4638
|
closeColorPressedError: string;
|
|
5058
|
-
closeIconSizeTiny: string;
|
|
5059
|
-
closeIconSizeSmall: string;
|
|
5060
|
-
closeIconSizeMedium: string;
|
|
5061
|
-
closeIconSizeLarge: string;
|
|
5062
4639
|
closeSizeTiny: string;
|
|
5063
4640
|
closeSizeSmall: string;
|
|
5064
4641
|
closeSizeMedium: string;
|
|
@@ -5073,13 +4650,11 @@ export declare const componentMap: {
|
|
|
5073
4650
|
size: "small" | "medium" | "tiny" | "large";
|
|
5074
4651
|
disabled: boolean | undefined;
|
|
5075
4652
|
checked: boolean;
|
|
5076
|
-
strong: boolean;
|
|
5077
4653
|
bordered: boolean | undefined;
|
|
5078
|
-
closable: boolean;
|
|
5079
4654
|
checkable: boolean;
|
|
5080
|
-
internalCloseFocusable: boolean;
|
|
5081
4655
|
internalStopClickPropagation: boolean;
|
|
5082
4656
|
onCheckedChange: (checked: boolean) => void;
|
|
4657
|
+
closable: boolean;
|
|
5083
4658
|
}>;
|
|
5084
4659
|
NTooltip: import("vue").DefineComponent<{
|
|
5085
4660
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -5209,11 +4784,9 @@ export declare const componentMap: {
|
|
|
5209
4784
|
scrollable: BooleanConstructor;
|
|
5210
4785
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5211
4786
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5212
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5213
4787
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
5214
4788
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
5215
4789
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
5216
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
5217
4790
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
5218
4791
|
internalInheritedEventHandlers: {
|
|
5219
4792
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -5278,11 +4851,10 @@ export declare const componentMap: {
|
|
|
5278
4851
|
opacity5: string;
|
|
5279
4852
|
dividerColor: string;
|
|
5280
4853
|
borderColor: string;
|
|
5281
|
-
|
|
5282
|
-
closeIconColorHover: string;
|
|
5283
|
-
closeIconColorPressed: string;
|
|
4854
|
+
closeColor: string;
|
|
5284
4855
|
closeColorHover: string;
|
|
5285
4856
|
closeColorPressed: string;
|
|
4857
|
+
closeColorDisabled: string;
|
|
5286
4858
|
clearColor: string;
|
|
5287
4859
|
clearColorHover: string;
|
|
5288
4860
|
clearColorPressed: string;
|
|
@@ -5511,11 +5083,9 @@ export declare const componentMap: {
|
|
|
5511
5083
|
scrollable: BooleanConstructor;
|
|
5512
5084
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5513
5085
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5514
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5515
5086
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
5516
5087
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
5517
5088
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
5518
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
5519
5089
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
5520
5090
|
internalInheritedEventHandlers: {
|
|
5521
5091
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -5551,7 +5121,6 @@ export declare const componentMap: {
|
|
|
5551
5121
|
arrowPointToCenter: boolean;
|
|
5552
5122
|
displayDirective: "show" | "if";
|
|
5553
5123
|
keepAliveOnHover: boolean;
|
|
5554
|
-
internalDeactivateImmediately: boolean;
|
|
5555
5124
|
animated: boolean;
|
|
5556
5125
|
internalTrapFocus: boolean;
|
|
5557
5126
|
defaultShow: boolean;
|
|
@@ -5677,10 +5246,7 @@ export declare const componentMap: {
|
|
|
5677
5246
|
readonly default: true;
|
|
5678
5247
|
};
|
|
5679
5248
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
5680
|
-
readonly nativeFocusBehavior:
|
|
5681
|
-
readonly type: BooleanConstructor;
|
|
5682
|
-
readonly default: boolean;
|
|
5683
|
-
};
|
|
5249
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
5684
5250
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
5685
5251
|
heightTiny: string;
|
|
5686
5252
|
heightSmall: string;
|
|
@@ -6394,10 +5960,7 @@ export declare const componentMap: {
|
|
|
6394
5960
|
readonly default: true;
|
|
6395
5961
|
};
|
|
6396
5962
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
6397
|
-
readonly nativeFocusBehavior:
|
|
6398
|
-
readonly type: BooleanConstructor;
|
|
6399
|
-
readonly default: boolean;
|
|
6400
|
-
};
|
|
5963
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
6401
5964
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
6402
5965
|
heightTiny: string;
|
|
6403
5966
|
heightSmall: string;
|
|
@@ -7011,26 +6574,26 @@ export declare const componentMap: {
|
|
|
7011
6574
|
rippleDuration: string;
|
|
7012
6575
|
}, any>>>;
|
|
7013
6576
|
}>>, {
|
|
7014
|
-
|
|
7015
|
-
|
|
7016
|
-
|
|
7017
|
-
|
|
7018
|
-
|
|
7019
|
-
|
|
7020
|
-
|
|
7021
|
-
|
|
7022
|
-
|
|
7023
|
-
|
|
7024
|
-
|
|
7025
|
-
|
|
7026
|
-
|
|
7027
|
-
|
|
7028
|
-
|
|
7029
|
-
|
|
7030
|
-
|
|
7031
|
-
|
|
7032
|
-
|
|
7033
|
-
|
|
6577
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
6578
|
+
tag: keyof HTMLElementTagNameMap;
|
|
6579
|
+
block: boolean;
|
|
6580
|
+
round: boolean;
|
|
6581
|
+
dashed: boolean;
|
|
6582
|
+
text: boolean;
|
|
6583
|
+
circle: boolean;
|
|
6584
|
+
disabled: boolean;
|
|
6585
|
+
focusable: boolean;
|
|
6586
|
+
strong: boolean;
|
|
6587
|
+
loading: boolean;
|
|
6588
|
+
bordered: boolean;
|
|
6589
|
+
tertiary: boolean;
|
|
6590
|
+
ghost: boolean;
|
|
6591
|
+
keyboard: boolean;
|
|
6592
|
+
secondary: boolean;
|
|
6593
|
+
quaternary: boolean;
|
|
6594
|
+
iconPlacement: "left" | "right";
|
|
6595
|
+
attrType: "button" | "reset" | "submit";
|
|
6596
|
+
nativeFocusBehavior: boolean;
|
|
7034
6597
|
}>;
|
|
7035
6598
|
NInput: import("vue").DefineComponent<{
|
|
7036
6599
|
bordered: {
|
|
@@ -7090,7 +6653,6 @@ export declare const componentMap: {
|
|
|
7090
6653
|
type: BooleanConstructor;
|
|
7091
6654
|
default: undefined;
|
|
7092
6655
|
};
|
|
7093
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
7094
6656
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
7095
6657
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
7096
6658
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -7311,8 +6873,8 @@ export declare const componentMap: {
|
|
|
7311
6873
|
contentRef: HTMLElement | null;
|
|
7312
6874
|
containerScrollTop: number;
|
|
7313
6875
|
syncUnifiedContainer: () => void;
|
|
7314
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
7315
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6876
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6877
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
7316
6878
|
sync: () => void;
|
|
7317
6879
|
handleMouseEnterWrapper: () => void;
|
|
7318
6880
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -7346,7 +6908,7 @@ export declare const componentMap: {
|
|
|
7346
6908
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
7347
6909
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
7348
6910
|
handleInputBlur: (e: FocusEvent) => void;
|
|
7349
|
-
handleInputFocus: (e: FocusEvent
|
|
6911
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
7350
6912
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
7351
6913
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
7352
6914
|
handleMouseEnter: () => void;
|
|
@@ -7357,7 +6919,7 @@ export declare const componentMap: {
|
|
|
7357
6919
|
handleClear: (e: MouseEvent) => void;
|
|
7358
6920
|
handlePasswordToggleClick: () => void;
|
|
7359
6921
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
7360
|
-
|
|
6922
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
7361
6923
|
handleTextAreaMirrorResize: () => void;
|
|
7362
6924
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
7363
6925
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -7401,11 +6963,10 @@ export declare const componentMap: {
|
|
|
7401
6963
|
opacity5: string;
|
|
7402
6964
|
dividerColor: string;
|
|
7403
6965
|
borderColor: string;
|
|
7404
|
-
|
|
7405
|
-
closeIconColorHover: string;
|
|
7406
|
-
closeIconColorPressed: string;
|
|
6966
|
+
closeColor: string;
|
|
7407
6967
|
closeColorHover: string;
|
|
7408
6968
|
closeColorPressed: string;
|
|
6969
|
+
closeColorDisabled: string;
|
|
7409
6970
|
clearColor: string;
|
|
7410
6971
|
clearColorHover: string;
|
|
7411
6972
|
clearColorPressed: string;
|
|
@@ -7646,7 +7207,6 @@ export declare const componentMap: {
|
|
|
7646
7207
|
type: BooleanConstructor;
|
|
7647
7208
|
default: undefined;
|
|
7648
7209
|
};
|
|
7649
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
7650
7210
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
7651
7211
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
7652
7212
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -8575,10 +8135,7 @@ export declare const componentMap: {
|
|
|
8575
8135
|
readonly default: true;
|
|
8576
8136
|
};
|
|
8577
8137
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
8578
|
-
readonly nativeFocusBehavior:
|
|
8579
|
-
readonly type: BooleanConstructor;
|
|
8580
|
-
readonly default: boolean;
|
|
8581
|
-
};
|
|
8138
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
8582
8139
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
8583
8140
|
heightTiny: string;
|
|
8584
8141
|
heightSmall: string;
|
|
@@ -9292,10 +8849,7 @@ export declare const componentMap: {
|
|
|
9292
8849
|
readonly default: true;
|
|
9293
8850
|
};
|
|
9294
8851
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
9295
|
-
readonly nativeFocusBehavior:
|
|
9296
|
-
readonly type: BooleanConstructor;
|
|
9297
|
-
readonly default: boolean;
|
|
9298
|
-
};
|
|
8852
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
9299
8853
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
9300
8854
|
heightTiny: string;
|
|
9301
8855
|
heightSmall: string;
|
|
@@ -9909,26 +9463,26 @@ export declare const componentMap: {
|
|
|
9909
9463
|
rippleDuration: string;
|
|
9910
9464
|
}, any>>>;
|
|
9911
9465
|
}>>, {
|
|
9912
|
-
|
|
9913
|
-
|
|
9914
|
-
|
|
9915
|
-
|
|
9916
|
-
|
|
9917
|
-
|
|
9918
|
-
|
|
9919
|
-
|
|
9920
|
-
|
|
9921
|
-
|
|
9922
|
-
|
|
9923
|
-
|
|
9924
|
-
|
|
9925
|
-
|
|
9926
|
-
|
|
9927
|
-
|
|
9928
|
-
|
|
9929
|
-
|
|
9930
|
-
|
|
9931
|
-
|
|
9466
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
9467
|
+
tag: keyof HTMLElementTagNameMap;
|
|
9468
|
+
block: boolean;
|
|
9469
|
+
round: boolean;
|
|
9470
|
+
dashed: boolean;
|
|
9471
|
+
text: boolean;
|
|
9472
|
+
circle: boolean;
|
|
9473
|
+
disabled: boolean;
|
|
9474
|
+
focusable: boolean;
|
|
9475
|
+
strong: boolean;
|
|
9476
|
+
loading: boolean;
|
|
9477
|
+
bordered: boolean;
|
|
9478
|
+
tertiary: boolean;
|
|
9479
|
+
ghost: boolean;
|
|
9480
|
+
keyboard: boolean;
|
|
9481
|
+
secondary: boolean;
|
|
9482
|
+
quaternary: boolean;
|
|
9483
|
+
iconPlacement: "left" | "right";
|
|
9484
|
+
attrType: "button" | "reset" | "submit";
|
|
9485
|
+
nativeFocusBehavior: boolean;
|
|
9932
9486
|
}>;
|
|
9933
9487
|
PlayCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
9934
9488
|
PlayCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|