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
|
@@ -175,16 +175,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
175
175
|
};
|
|
176
176
|
checked: BooleanConstructor;
|
|
177
177
|
checkable: BooleanConstructor;
|
|
178
|
-
strong: BooleanConstructor;
|
|
179
178
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
180
179
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
181
180
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
182
181
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
183
182
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
184
|
-
internalCloseFocusable: {
|
|
185
|
-
type: BooleanConstructor;
|
|
186
|
-
default: boolean;
|
|
187
|
-
};
|
|
188
183
|
internalStopClickPropagation: BooleanConstructor;
|
|
189
184
|
onCheckedChange: {
|
|
190
185
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -207,7 +202,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
202
|
readonly default: undefined;
|
|
208
203
|
};
|
|
209
204
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
210
|
-
closeBorderRadius: string;
|
|
211
205
|
heightTiny: string;
|
|
212
206
|
heightSmall: string;
|
|
213
207
|
heightMedium: string;
|
|
@@ -218,7 +212,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
218
212
|
fontSizeSmall: string;
|
|
219
213
|
fontSizeMedium: string;
|
|
220
214
|
fontSizeLarge: string;
|
|
221
|
-
fontWeightStrong: string;
|
|
222
215
|
textColorCheckable: string;
|
|
223
216
|
textColorHoverCheckable: string;
|
|
224
217
|
textColorPressedCheckable: string;
|
|
@@ -232,61 +225,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
232
225
|
border: string;
|
|
233
226
|
textColor: string;
|
|
234
227
|
color: string;
|
|
235
|
-
|
|
236
|
-
closeIconColor: string;
|
|
237
|
-
closeIconColorHover: string;
|
|
238
|
-
closeIconColorPressed: string;
|
|
228
|
+
closeColor: string;
|
|
239
229
|
closeColorHover: string;
|
|
240
230
|
closeColorPressed: string;
|
|
241
231
|
borderPrimary: string;
|
|
242
232
|
textColorPrimary: string;
|
|
243
233
|
colorPrimary: string;
|
|
244
|
-
|
|
245
|
-
closeIconColorPrimary: string;
|
|
246
|
-
closeIconColorHoverPrimary: string;
|
|
247
|
-
closeIconColorPressedPrimary: string;
|
|
234
|
+
closeColorPrimary: string;
|
|
248
235
|
closeColorHoverPrimary: string;
|
|
249
236
|
closeColorPressedPrimary: string;
|
|
250
237
|
borderInfo: string;
|
|
251
238
|
textColorInfo: string;
|
|
252
239
|
colorInfo: string;
|
|
253
|
-
|
|
254
|
-
closeIconColorInfo: string;
|
|
255
|
-
closeIconColorHoverInfo: string;
|
|
256
|
-
closeIconColorPressedInfo: string;
|
|
240
|
+
closeColorInfo: string;
|
|
257
241
|
closeColorHoverInfo: string;
|
|
258
242
|
closeColorPressedInfo: string;
|
|
259
243
|
borderSuccess: string;
|
|
260
244
|
textColorSuccess: string;
|
|
261
245
|
colorSuccess: string;
|
|
262
|
-
|
|
263
|
-
closeIconColorSuccess: string;
|
|
264
|
-
closeIconColorHoverSuccess: string;
|
|
265
|
-
closeIconColorPressedSuccess: string;
|
|
246
|
+
closeColorSuccess: string;
|
|
266
247
|
closeColorHoverSuccess: string;
|
|
267
248
|
closeColorPressedSuccess: string;
|
|
268
249
|
borderWarning: string;
|
|
269
250
|
textColorWarning: string;
|
|
270
251
|
colorWarning: string;
|
|
271
|
-
|
|
272
|
-
closeIconColorWarning: string;
|
|
273
|
-
closeIconColorHoverWarning: string;
|
|
274
|
-
closeIconColorPressedWarning: string;
|
|
252
|
+
closeColorWarning: string;
|
|
275
253
|
closeColorHoverWarning: string;
|
|
276
254
|
closeColorPressedWarning: string;
|
|
277
255
|
borderError: string;
|
|
278
256
|
textColorError: string;
|
|
279
257
|
colorError: string;
|
|
280
|
-
|
|
281
|
-
closeIconColorError: string;
|
|
282
|
-
closeIconColorHoverError: string;
|
|
283
|
-
closeIconColorPressedError: string;
|
|
258
|
+
closeColorError: string;
|
|
284
259
|
closeColorHoverError: string;
|
|
285
260
|
closeColorPressedError: string;
|
|
286
|
-
closeIconSizeTiny: string;
|
|
287
|
-
closeIconSizeSmall: string;
|
|
288
|
-
closeIconSizeMedium: string;
|
|
289
|
-
closeIconSizeLarge: string;
|
|
290
261
|
closeSizeTiny: string;
|
|
291
262
|
closeSizeSmall: string;
|
|
292
263
|
closeSizeMedium: string;
|
|
@@ -296,7 +267,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
296
267
|
closeMarginRtl: string;
|
|
297
268
|
}, any>>;
|
|
298
269
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
299
|
-
closeBorderRadius: string;
|
|
300
270
|
heightTiny: string;
|
|
301
271
|
heightSmall: string;
|
|
302
272
|
heightMedium: string;
|
|
@@ -307,7 +277,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
307
277
|
fontSizeSmall: string;
|
|
308
278
|
fontSizeMedium: string;
|
|
309
279
|
fontSizeLarge: string;
|
|
310
|
-
fontWeightStrong: string;
|
|
311
280
|
textColorCheckable: string;
|
|
312
281
|
textColorHoverCheckable: string;
|
|
313
282
|
textColorPressedCheckable: string;
|
|
@@ -321,61 +290,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
321
290
|
border: string;
|
|
322
291
|
textColor: string;
|
|
323
292
|
color: string;
|
|
324
|
-
|
|
325
|
-
closeIconColor: string;
|
|
326
|
-
closeIconColorHover: string;
|
|
327
|
-
closeIconColorPressed: string;
|
|
293
|
+
closeColor: string;
|
|
328
294
|
closeColorHover: string;
|
|
329
295
|
closeColorPressed: string;
|
|
330
296
|
borderPrimary: string;
|
|
331
297
|
textColorPrimary: string;
|
|
332
298
|
colorPrimary: string;
|
|
333
|
-
|
|
334
|
-
closeIconColorPrimary: string;
|
|
335
|
-
closeIconColorHoverPrimary: string;
|
|
336
|
-
closeIconColorPressedPrimary: string;
|
|
299
|
+
closeColorPrimary: string;
|
|
337
300
|
closeColorHoverPrimary: string;
|
|
338
301
|
closeColorPressedPrimary: string;
|
|
339
302
|
borderInfo: string;
|
|
340
303
|
textColorInfo: string;
|
|
341
304
|
colorInfo: string;
|
|
342
|
-
|
|
343
|
-
closeIconColorInfo: string;
|
|
344
|
-
closeIconColorHoverInfo: string;
|
|
345
|
-
closeIconColorPressedInfo: string;
|
|
305
|
+
closeColorInfo: string;
|
|
346
306
|
closeColorHoverInfo: string;
|
|
347
307
|
closeColorPressedInfo: string;
|
|
348
308
|
borderSuccess: string;
|
|
349
309
|
textColorSuccess: string;
|
|
350
310
|
colorSuccess: string;
|
|
351
|
-
|
|
352
|
-
closeIconColorSuccess: string;
|
|
353
|
-
closeIconColorHoverSuccess: string;
|
|
354
|
-
closeIconColorPressedSuccess: string;
|
|
311
|
+
closeColorSuccess: string;
|
|
355
312
|
closeColorHoverSuccess: string;
|
|
356
313
|
closeColorPressedSuccess: string;
|
|
357
314
|
borderWarning: string;
|
|
358
315
|
textColorWarning: string;
|
|
359
316
|
colorWarning: string;
|
|
360
|
-
|
|
361
|
-
closeIconColorWarning: string;
|
|
362
|
-
closeIconColorHoverWarning: string;
|
|
363
|
-
closeIconColorPressedWarning: string;
|
|
317
|
+
closeColorWarning: string;
|
|
364
318
|
closeColorHoverWarning: string;
|
|
365
319
|
closeColorPressedWarning: string;
|
|
366
320
|
borderError: string;
|
|
367
321
|
textColorError: string;
|
|
368
322
|
colorError: string;
|
|
369
|
-
|
|
370
|
-
closeIconColorError: string;
|
|
371
|
-
closeIconColorHoverError: string;
|
|
372
|
-
closeIconColorPressedError: string;
|
|
323
|
+
closeColorError: string;
|
|
373
324
|
closeColorHoverError: string;
|
|
374
325
|
closeColorPressedError: string;
|
|
375
|
-
closeIconSizeTiny: string;
|
|
376
|
-
closeIconSizeSmall: string;
|
|
377
|
-
closeIconSizeMedium: string;
|
|
378
|
-
closeIconSizeLarge: string;
|
|
379
326
|
closeSizeTiny: string;
|
|
380
327
|
closeSizeSmall: string;
|
|
381
328
|
closeSizeMedium: string;
|
|
@@ -385,7 +332,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
385
332
|
closeMarginRtl: string;
|
|
386
333
|
}, any>>>;
|
|
387
334
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
388
|
-
closeBorderRadius: string;
|
|
389
335
|
heightTiny: string;
|
|
390
336
|
heightSmall: string;
|
|
391
337
|
heightMedium: string;
|
|
@@ -396,7 +342,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
396
342
|
fontSizeSmall: string;
|
|
397
343
|
fontSizeMedium: string;
|
|
398
344
|
fontSizeLarge: string;
|
|
399
|
-
fontWeightStrong: string;
|
|
400
345
|
textColorCheckable: string;
|
|
401
346
|
textColorHoverCheckable: string;
|
|
402
347
|
textColorPressedCheckable: string;
|
|
@@ -410,61 +355,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
410
355
|
border: string;
|
|
411
356
|
textColor: string;
|
|
412
357
|
color: string;
|
|
413
|
-
|
|
414
|
-
closeIconColor: string;
|
|
415
|
-
closeIconColorHover: string;
|
|
416
|
-
closeIconColorPressed: string;
|
|
358
|
+
closeColor: string;
|
|
417
359
|
closeColorHover: string;
|
|
418
360
|
closeColorPressed: string;
|
|
419
361
|
borderPrimary: string;
|
|
420
362
|
textColorPrimary: string;
|
|
421
363
|
colorPrimary: string;
|
|
422
|
-
|
|
423
|
-
closeIconColorPrimary: string;
|
|
424
|
-
closeIconColorHoverPrimary: string;
|
|
425
|
-
closeIconColorPressedPrimary: string;
|
|
364
|
+
closeColorPrimary: string;
|
|
426
365
|
closeColorHoverPrimary: string;
|
|
427
366
|
closeColorPressedPrimary: string;
|
|
428
367
|
borderInfo: string;
|
|
429
368
|
textColorInfo: string;
|
|
430
369
|
colorInfo: string;
|
|
431
|
-
|
|
432
|
-
closeIconColorInfo: string;
|
|
433
|
-
closeIconColorHoverInfo: string;
|
|
434
|
-
closeIconColorPressedInfo: string;
|
|
370
|
+
closeColorInfo: string;
|
|
435
371
|
closeColorHoverInfo: string;
|
|
436
372
|
closeColorPressedInfo: string;
|
|
437
373
|
borderSuccess: string;
|
|
438
374
|
textColorSuccess: string;
|
|
439
375
|
colorSuccess: string;
|
|
440
|
-
|
|
441
|
-
closeIconColorSuccess: string;
|
|
442
|
-
closeIconColorHoverSuccess: string;
|
|
443
|
-
closeIconColorPressedSuccess: string;
|
|
376
|
+
closeColorSuccess: string;
|
|
444
377
|
closeColorHoverSuccess: string;
|
|
445
378
|
closeColorPressedSuccess: string;
|
|
446
379
|
borderWarning: string;
|
|
447
380
|
textColorWarning: string;
|
|
448
381
|
colorWarning: string;
|
|
449
|
-
|
|
450
|
-
closeIconColorWarning: string;
|
|
451
|
-
closeIconColorHoverWarning: string;
|
|
452
|
-
closeIconColorPressedWarning: string;
|
|
382
|
+
closeColorWarning: string;
|
|
453
383
|
closeColorHoverWarning: string;
|
|
454
384
|
closeColorPressedWarning: string;
|
|
455
385
|
borderError: string;
|
|
456
386
|
textColorError: string;
|
|
457
387
|
colorError: string;
|
|
458
|
-
|
|
459
|
-
closeIconColorError: string;
|
|
460
|
-
closeIconColorHoverError: string;
|
|
461
|
-
closeIconColorPressedError: string;
|
|
388
|
+
closeColorError: string;
|
|
462
389
|
closeColorHoverError: string;
|
|
463
390
|
closeColorPressedError: string;
|
|
464
|
-
closeIconSizeTiny: string;
|
|
465
|
-
closeIconSizeSmall: string;
|
|
466
|
-
closeIconSizeMedium: string;
|
|
467
|
-
closeIconSizeLarge: string;
|
|
468
391
|
closeSizeTiny: string;
|
|
469
392
|
closeSizeSmall: string;
|
|
470
393
|
closeSizeMedium: string;
|
|
@@ -481,19 +404,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
481
404
|
handleClick: (e: MouseEvent) => void;
|
|
482
405
|
handleCloseClick: (e: MouseEvent) => void;
|
|
483
406
|
cssVars: import("vue").ComputedRef<{
|
|
484
|
-
'--n-font-weight-strong': string;
|
|
485
407
|
'--n-avatar-size-override': string;
|
|
486
408
|
'--n-bezier': string;
|
|
487
409
|
'--n-border-radius': string;
|
|
488
410
|
'--n-border': string;
|
|
489
|
-
'--n-close-
|
|
490
|
-
'--n-close-color-pressed': string;
|
|
411
|
+
'--n-close-color': string;
|
|
491
412
|
'--n-close-color-hover': string;
|
|
492
|
-
'--n-close-
|
|
493
|
-
'--n-close-
|
|
494
|
-
'--n-close-icon-color-hover': string;
|
|
495
|
-
'--n-close-icon-color-pressed': string;
|
|
496
|
-
'--n-close-icon-color-disabled': string;
|
|
413
|
+
'--n-close-color-pressed': string;
|
|
414
|
+
'--n-close-color-disabled': string;
|
|
497
415
|
'--n-close-margin': string;
|
|
498
416
|
'--n-close-margin-rtl': string;
|
|
499
417
|
'--n-close-size': string;
|
|
@@ -524,16 +442,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
524
442
|
};
|
|
525
443
|
checked: BooleanConstructor;
|
|
526
444
|
checkable: BooleanConstructor;
|
|
527
|
-
strong: BooleanConstructor;
|
|
528
445
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
529
446
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
530
447
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
531
448
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
532
449
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
533
|
-
internalCloseFocusable: {
|
|
534
|
-
type: BooleanConstructor;
|
|
535
|
-
default: boolean;
|
|
536
|
-
};
|
|
537
450
|
internalStopClickPropagation: BooleanConstructor;
|
|
538
451
|
onCheckedChange: {
|
|
539
452
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -556,7 +469,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
556
469
|
readonly default: undefined;
|
|
557
470
|
};
|
|
558
471
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
559
|
-
closeBorderRadius: string;
|
|
560
472
|
heightTiny: string;
|
|
561
473
|
heightSmall: string;
|
|
562
474
|
heightMedium: string;
|
|
@@ -567,7 +479,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
567
479
|
fontSizeSmall: string;
|
|
568
480
|
fontSizeMedium: string;
|
|
569
481
|
fontSizeLarge: string;
|
|
570
|
-
fontWeightStrong: string;
|
|
571
482
|
textColorCheckable: string;
|
|
572
483
|
textColorHoverCheckable: string;
|
|
573
484
|
textColorPressedCheckable: string;
|
|
@@ -581,61 +492,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
581
492
|
border: string;
|
|
582
493
|
textColor: string;
|
|
583
494
|
color: string;
|
|
584
|
-
|
|
585
|
-
closeIconColor: string;
|
|
586
|
-
closeIconColorHover: string;
|
|
587
|
-
closeIconColorPressed: string;
|
|
495
|
+
closeColor: string;
|
|
588
496
|
closeColorHover: string;
|
|
589
497
|
closeColorPressed: string;
|
|
590
498
|
borderPrimary: string;
|
|
591
499
|
textColorPrimary: string;
|
|
592
500
|
colorPrimary: string;
|
|
593
|
-
|
|
594
|
-
closeIconColorPrimary: string;
|
|
595
|
-
closeIconColorHoverPrimary: string;
|
|
596
|
-
closeIconColorPressedPrimary: string;
|
|
501
|
+
closeColorPrimary: string;
|
|
597
502
|
closeColorHoverPrimary: string;
|
|
598
503
|
closeColorPressedPrimary: string;
|
|
599
504
|
borderInfo: string;
|
|
600
505
|
textColorInfo: string;
|
|
601
506
|
colorInfo: string;
|
|
602
|
-
|
|
603
|
-
closeIconColorInfo: string;
|
|
604
|
-
closeIconColorHoverInfo: string;
|
|
605
|
-
closeIconColorPressedInfo: string;
|
|
507
|
+
closeColorInfo: string;
|
|
606
508
|
closeColorHoverInfo: string;
|
|
607
509
|
closeColorPressedInfo: string;
|
|
608
510
|
borderSuccess: string;
|
|
609
511
|
textColorSuccess: string;
|
|
610
512
|
colorSuccess: string;
|
|
611
|
-
|
|
612
|
-
closeIconColorSuccess: string;
|
|
613
|
-
closeIconColorHoverSuccess: string;
|
|
614
|
-
closeIconColorPressedSuccess: string;
|
|
513
|
+
closeColorSuccess: string;
|
|
615
514
|
closeColorHoverSuccess: string;
|
|
616
515
|
closeColorPressedSuccess: string;
|
|
617
516
|
borderWarning: string;
|
|
618
517
|
textColorWarning: string;
|
|
619
518
|
colorWarning: string;
|
|
620
|
-
|
|
621
|
-
closeIconColorWarning: string;
|
|
622
|
-
closeIconColorHoverWarning: string;
|
|
623
|
-
closeIconColorPressedWarning: string;
|
|
519
|
+
closeColorWarning: string;
|
|
624
520
|
closeColorHoverWarning: string;
|
|
625
521
|
closeColorPressedWarning: string;
|
|
626
522
|
borderError: string;
|
|
627
523
|
textColorError: string;
|
|
628
524
|
colorError: string;
|
|
629
|
-
|
|
630
|
-
closeIconColorError: string;
|
|
631
|
-
closeIconColorHoverError: string;
|
|
632
|
-
closeIconColorPressedError: string;
|
|
525
|
+
closeColorError: string;
|
|
633
526
|
closeColorHoverError: string;
|
|
634
527
|
closeColorPressedError: string;
|
|
635
|
-
closeIconSizeTiny: string;
|
|
636
|
-
closeIconSizeSmall: string;
|
|
637
|
-
closeIconSizeMedium: string;
|
|
638
|
-
closeIconSizeLarge: string;
|
|
639
528
|
closeSizeTiny: string;
|
|
640
529
|
closeSizeSmall: string;
|
|
641
530
|
closeSizeMedium: string;
|
|
@@ -645,7 +534,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
645
534
|
closeMarginRtl: string;
|
|
646
535
|
}, any>>;
|
|
647
536
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
648
|
-
closeBorderRadius: string;
|
|
649
537
|
heightTiny: string;
|
|
650
538
|
heightSmall: string;
|
|
651
539
|
heightMedium: string;
|
|
@@ -656,7 +544,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
656
544
|
fontSizeSmall: string;
|
|
657
545
|
fontSizeMedium: string;
|
|
658
546
|
fontSizeLarge: string;
|
|
659
|
-
fontWeightStrong: string;
|
|
660
547
|
textColorCheckable: string;
|
|
661
548
|
textColorHoverCheckable: string;
|
|
662
549
|
textColorPressedCheckable: string;
|
|
@@ -670,61 +557,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
670
557
|
border: string;
|
|
671
558
|
textColor: string;
|
|
672
559
|
color: string;
|
|
673
|
-
|
|
674
|
-
closeIconColor: string;
|
|
675
|
-
closeIconColorHover: string;
|
|
676
|
-
closeIconColorPressed: string;
|
|
560
|
+
closeColor: string;
|
|
677
561
|
closeColorHover: string;
|
|
678
562
|
closeColorPressed: string;
|
|
679
563
|
borderPrimary: string;
|
|
680
564
|
textColorPrimary: string;
|
|
681
565
|
colorPrimary: string;
|
|
682
|
-
|
|
683
|
-
closeIconColorPrimary: string;
|
|
684
|
-
closeIconColorHoverPrimary: string;
|
|
685
|
-
closeIconColorPressedPrimary: string;
|
|
566
|
+
closeColorPrimary: string;
|
|
686
567
|
closeColorHoverPrimary: string;
|
|
687
568
|
closeColorPressedPrimary: string;
|
|
688
569
|
borderInfo: string;
|
|
689
570
|
textColorInfo: string;
|
|
690
571
|
colorInfo: string;
|
|
691
|
-
|
|
692
|
-
closeIconColorInfo: string;
|
|
693
|
-
closeIconColorHoverInfo: string;
|
|
694
|
-
closeIconColorPressedInfo: string;
|
|
572
|
+
closeColorInfo: string;
|
|
695
573
|
closeColorHoverInfo: string;
|
|
696
574
|
closeColorPressedInfo: string;
|
|
697
575
|
borderSuccess: string;
|
|
698
576
|
textColorSuccess: string;
|
|
699
577
|
colorSuccess: string;
|
|
700
|
-
|
|
701
|
-
closeIconColorSuccess: string;
|
|
702
|
-
closeIconColorHoverSuccess: string;
|
|
703
|
-
closeIconColorPressedSuccess: string;
|
|
578
|
+
closeColorSuccess: string;
|
|
704
579
|
closeColorHoverSuccess: string;
|
|
705
580
|
closeColorPressedSuccess: string;
|
|
706
581
|
borderWarning: string;
|
|
707
582
|
textColorWarning: string;
|
|
708
583
|
colorWarning: string;
|
|
709
|
-
|
|
710
|
-
closeIconColorWarning: string;
|
|
711
|
-
closeIconColorHoverWarning: string;
|
|
712
|
-
closeIconColorPressedWarning: string;
|
|
584
|
+
closeColorWarning: string;
|
|
713
585
|
closeColorHoverWarning: string;
|
|
714
586
|
closeColorPressedWarning: string;
|
|
715
587
|
borderError: string;
|
|
716
588
|
textColorError: string;
|
|
717
589
|
colorError: string;
|
|
718
|
-
|
|
719
|
-
closeIconColorError: string;
|
|
720
|
-
closeIconColorHoverError: string;
|
|
721
|
-
closeIconColorPressedError: string;
|
|
590
|
+
closeColorError: string;
|
|
722
591
|
closeColorHoverError: string;
|
|
723
592
|
closeColorPressedError: string;
|
|
724
|
-
closeIconSizeTiny: string;
|
|
725
|
-
closeIconSizeSmall: string;
|
|
726
|
-
closeIconSizeMedium: string;
|
|
727
|
-
closeIconSizeLarge: string;
|
|
728
593
|
closeSizeTiny: string;
|
|
729
594
|
closeSizeSmall: string;
|
|
730
595
|
closeSizeMedium: string;
|
|
@@ -734,7 +599,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
734
599
|
closeMarginRtl: string;
|
|
735
600
|
}, any>>>;
|
|
736
601
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
737
|
-
closeBorderRadius: string;
|
|
738
602
|
heightTiny: string;
|
|
739
603
|
heightSmall: string;
|
|
740
604
|
heightMedium: string;
|
|
@@ -745,7 +609,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
745
609
|
fontSizeSmall: string;
|
|
746
610
|
fontSizeMedium: string;
|
|
747
611
|
fontSizeLarge: string;
|
|
748
|
-
fontWeightStrong: string;
|
|
749
612
|
textColorCheckable: string;
|
|
750
613
|
textColorHoverCheckable: string;
|
|
751
614
|
textColorPressedCheckable: string;
|
|
@@ -759,61 +622,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
759
622
|
border: string;
|
|
760
623
|
textColor: string;
|
|
761
624
|
color: string;
|
|
762
|
-
|
|
763
|
-
closeIconColor: string;
|
|
764
|
-
closeIconColorHover: string;
|
|
765
|
-
closeIconColorPressed: string;
|
|
625
|
+
closeColor: string;
|
|
766
626
|
closeColorHover: string;
|
|
767
627
|
closeColorPressed: string;
|
|
768
628
|
borderPrimary: string;
|
|
769
629
|
textColorPrimary: string;
|
|
770
630
|
colorPrimary: string;
|
|
771
|
-
|
|
772
|
-
closeIconColorPrimary: string;
|
|
773
|
-
closeIconColorHoverPrimary: string;
|
|
774
|
-
closeIconColorPressedPrimary: string;
|
|
631
|
+
closeColorPrimary: string;
|
|
775
632
|
closeColorHoverPrimary: string;
|
|
776
633
|
closeColorPressedPrimary: string;
|
|
777
634
|
borderInfo: string;
|
|
778
635
|
textColorInfo: string;
|
|
779
636
|
colorInfo: string;
|
|
780
|
-
|
|
781
|
-
closeIconColorInfo: string;
|
|
782
|
-
closeIconColorHoverInfo: string;
|
|
783
|
-
closeIconColorPressedInfo: string;
|
|
637
|
+
closeColorInfo: string;
|
|
784
638
|
closeColorHoverInfo: string;
|
|
785
639
|
closeColorPressedInfo: string;
|
|
786
640
|
borderSuccess: string;
|
|
787
641
|
textColorSuccess: string;
|
|
788
642
|
colorSuccess: string;
|
|
789
|
-
|
|
790
|
-
closeIconColorSuccess: string;
|
|
791
|
-
closeIconColorHoverSuccess: string;
|
|
792
|
-
closeIconColorPressedSuccess: string;
|
|
643
|
+
closeColorSuccess: string;
|
|
793
644
|
closeColorHoverSuccess: string;
|
|
794
645
|
closeColorPressedSuccess: string;
|
|
795
646
|
borderWarning: string;
|
|
796
647
|
textColorWarning: string;
|
|
797
648
|
colorWarning: string;
|
|
798
|
-
|
|
799
|
-
closeIconColorWarning: string;
|
|
800
|
-
closeIconColorHoverWarning: string;
|
|
801
|
-
closeIconColorPressedWarning: string;
|
|
649
|
+
closeColorWarning: string;
|
|
802
650
|
closeColorHoverWarning: string;
|
|
803
651
|
closeColorPressedWarning: string;
|
|
804
652
|
borderError: string;
|
|
805
653
|
textColorError: string;
|
|
806
654
|
colorError: string;
|
|
807
|
-
|
|
808
|
-
closeIconColorError: string;
|
|
809
|
-
closeIconColorHoverError: string;
|
|
810
|
-
closeIconColorPressedError: string;
|
|
655
|
+
closeColorError: string;
|
|
811
656
|
closeColorHoverError: string;
|
|
812
657
|
closeColorPressedError: string;
|
|
813
|
-
closeIconSizeTiny: string;
|
|
814
|
-
closeIconSizeSmall: string;
|
|
815
|
-
closeIconSizeMedium: string;
|
|
816
|
-
closeIconSizeLarge: string;
|
|
817
658
|
closeSizeTiny: string;
|
|
818
659
|
closeSizeSmall: string;
|
|
819
660
|
closeSizeMedium: string;
|
|
@@ -828,13 +669,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
828
669
|
size: "small" | "medium" | "tiny" | "large";
|
|
829
670
|
disabled: boolean | undefined;
|
|
830
671
|
checked: boolean;
|
|
831
|
-
strong: boolean;
|
|
832
672
|
bordered: boolean | undefined;
|
|
833
|
-
closable: boolean;
|
|
834
673
|
checkable: boolean;
|
|
835
|
-
internalCloseFocusable: boolean;
|
|
836
674
|
internalStopClickPropagation: boolean;
|
|
837
675
|
onCheckedChange: (checked: boolean) => void;
|
|
676
|
+
closable: boolean;
|
|
838
677
|
}>;
|
|
839
678
|
NIcon: import("vue").DefineComponent<{
|
|
840
679
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|
|
@@ -1018,12 +857,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1018
857
|
titleTextColor: string;
|
|
1019
858
|
textColor: string;
|
|
1020
859
|
color: string;
|
|
860
|
+
closeColor: string;
|
|
1021
861
|
closeColorHover: string;
|
|
1022
862
|
closeColorPressed: string;
|
|
1023
|
-
closeIconColor: string;
|
|
1024
|
-
closeIconColorHover: string;
|
|
1025
|
-
closeIconColorPressed: string;
|
|
1026
|
-
closeBorderRadius: string;
|
|
1027
863
|
iconColor: string;
|
|
1028
864
|
iconColorInfo: string;
|
|
1029
865
|
iconColorSuccess: string;
|
|
@@ -1039,7 +875,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1039
875
|
iconMargin: string;
|
|
1040
876
|
iconMarginIconTop: string;
|
|
1041
877
|
closeSize: string;
|
|
1042
|
-
closeIconSize: string;
|
|
1043
878
|
closeMargin: string;
|
|
1044
879
|
closeMarginIconTop: string;
|
|
1045
880
|
}, {
|
|
@@ -1260,12 +1095,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1260
1095
|
borderColor: string;
|
|
1261
1096
|
actionColor: string;
|
|
1262
1097
|
titleFontWeight: string;
|
|
1098
|
+
closeColor: string;
|
|
1263
1099
|
closeColorHover: string;
|
|
1264
1100
|
closeColorPressed: string;
|
|
1265
|
-
closeBorderRadius: string;
|
|
1266
|
-
closeIconColor: string;
|
|
1267
|
-
closeIconColorHover: string;
|
|
1268
|
-
closeIconColorPressed: string;
|
|
1269
1101
|
fontSizeSmall: string;
|
|
1270
1102
|
fontSizeMedium: string;
|
|
1271
1103
|
fontSizeLarge: string;
|
|
@@ -1280,7 +1112,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1280
1112
|
titleFontSizeMedium: string;
|
|
1281
1113
|
titleFontSizeLarge: string;
|
|
1282
1114
|
titleFontSizeHuge: string;
|
|
1283
|
-
closeIconSize: string;
|
|
1284
1115
|
closeSize: string;
|
|
1285
1116
|
}, any>;
|
|
1286
1117
|
}>>;
|
|
@@ -1300,12 +1131,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1300
1131
|
titleTextColor: string;
|
|
1301
1132
|
textColor: string;
|
|
1302
1133
|
color: string;
|
|
1134
|
+
closeColor: string;
|
|
1303
1135
|
closeColorHover: string;
|
|
1304
1136
|
closeColorPressed: string;
|
|
1305
|
-
closeIconColor: string;
|
|
1306
|
-
closeIconColorHover: string;
|
|
1307
|
-
closeIconColorPressed: string;
|
|
1308
|
-
closeBorderRadius: string;
|
|
1309
1137
|
iconColor: string;
|
|
1310
1138
|
iconColorInfo: string;
|
|
1311
1139
|
iconColorSuccess: string;
|
|
@@ -1321,7 +1149,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1321
1149
|
iconMargin: string;
|
|
1322
1150
|
iconMarginIconTop: string;
|
|
1323
1151
|
closeSize: string;
|
|
1324
|
-
closeIconSize: string;
|
|
1325
1152
|
closeMargin: string;
|
|
1326
1153
|
closeMarginIconTop: string;
|
|
1327
1154
|
}, {
|
|
@@ -1542,12 +1369,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1542
1369
|
borderColor: string;
|
|
1543
1370
|
actionColor: string;
|
|
1544
1371
|
titleFontWeight: string;
|
|
1372
|
+
closeColor: string;
|
|
1545
1373
|
closeColorHover: string;
|
|
1546
1374
|
closeColorPressed: string;
|
|
1547
|
-
closeBorderRadius: string;
|
|
1548
|
-
closeIconColor: string;
|
|
1549
|
-
closeIconColorHover: string;
|
|
1550
|
-
closeIconColorPressed: string;
|
|
1551
1375
|
fontSizeSmall: string;
|
|
1552
1376
|
fontSizeMedium: string;
|
|
1553
1377
|
fontSizeLarge: string;
|
|
@@ -1562,7 +1386,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1562
1386
|
titleFontSizeMedium: string;
|
|
1563
1387
|
titleFontSizeLarge: string;
|
|
1564
1388
|
titleFontSizeHuge: string;
|
|
1565
|
-
closeIconSize: string;
|
|
1566
1389
|
closeSize: string;
|
|
1567
1390
|
}, any>;
|
|
1568
1391
|
}>>>;
|
|
@@ -1582,12 +1405,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1582
1405
|
titleTextColor: string;
|
|
1583
1406
|
textColor: string;
|
|
1584
1407
|
color: string;
|
|
1408
|
+
closeColor: string;
|
|
1585
1409
|
closeColorHover: string;
|
|
1586
1410
|
closeColorPressed: string;
|
|
1587
|
-
closeIconColor: string;
|
|
1588
|
-
closeIconColorHover: string;
|
|
1589
|
-
closeIconColorPressed: string;
|
|
1590
|
-
closeBorderRadius: string;
|
|
1591
1411
|
iconColor: string;
|
|
1592
1412
|
iconColorInfo: string;
|
|
1593
1413
|
iconColorSuccess: string;
|
|
@@ -1603,7 +1423,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1603
1423
|
iconMargin: string;
|
|
1604
1424
|
iconMarginIconTop: string;
|
|
1605
1425
|
closeSize: string;
|
|
1606
|
-
closeIconSize: string;
|
|
1607
1426
|
closeMargin: string;
|
|
1608
1427
|
closeMarginIconTop: string;
|
|
1609
1428
|
}, {
|
|
@@ -1824,12 +1643,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1824
1643
|
borderColor: string;
|
|
1825
1644
|
actionColor: string;
|
|
1826
1645
|
titleFontWeight: string;
|
|
1646
|
+
closeColor: string;
|
|
1827
1647
|
closeColorHover: string;
|
|
1828
1648
|
closeColorPressed: string;
|
|
1829
|
-
closeBorderRadius: string;
|
|
1830
|
-
closeIconColor: string;
|
|
1831
|
-
closeIconColorHover: string;
|
|
1832
|
-
closeIconColorPressed: string;
|
|
1833
1649
|
fontSizeSmall: string;
|
|
1834
1650
|
fontSizeMedium: string;
|
|
1835
1651
|
fontSizeLarge: string;
|
|
@@ -1844,7 +1660,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1844
1660
|
titleFontSizeMedium: string;
|
|
1845
1661
|
titleFontSizeLarge: string;
|
|
1846
1662
|
titleFontSizeHuge: string;
|
|
1847
|
-
closeIconSize: string;
|
|
1848
1663
|
closeSize: string;
|
|
1849
1664
|
}, any>;
|
|
1850
1665
|
}>>>;
|
|
@@ -1980,12 +1795,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1980
1795
|
titleTextColor: string;
|
|
1981
1796
|
textColor: string;
|
|
1982
1797
|
color: string;
|
|
1798
|
+
closeColor: string;
|
|
1983
1799
|
closeColorHover: string;
|
|
1984
1800
|
closeColorPressed: string;
|
|
1985
|
-
closeIconColor: string;
|
|
1986
|
-
closeIconColorHover: string;
|
|
1987
|
-
closeIconColorPressed: string;
|
|
1988
|
-
closeBorderRadius: string;
|
|
1989
1801
|
iconColor: string;
|
|
1990
1802
|
iconColorInfo: string;
|
|
1991
1803
|
iconColorSuccess: string;
|
|
@@ -2001,7 +1813,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2001
1813
|
iconMargin: string;
|
|
2002
1814
|
iconMarginIconTop: string;
|
|
2003
1815
|
closeSize: string;
|
|
2004
|
-
closeIconSize: string;
|
|
2005
1816
|
closeMargin: string;
|
|
2006
1817
|
closeMarginIconTop: string;
|
|
2007
1818
|
}, {
|
|
@@ -2222,12 +2033,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2222
2033
|
borderColor: string;
|
|
2223
2034
|
actionColor: string;
|
|
2224
2035
|
titleFontWeight: string;
|
|
2036
|
+
closeColor: string;
|
|
2225
2037
|
closeColorHover: string;
|
|
2226
2038
|
closeColorPressed: string;
|
|
2227
|
-
closeBorderRadius: string;
|
|
2228
|
-
closeIconColor: string;
|
|
2229
|
-
closeIconColorHover: string;
|
|
2230
|
-
closeIconColorPressed: string;
|
|
2231
2039
|
fontSizeSmall: string;
|
|
2232
2040
|
fontSizeMedium: string;
|
|
2233
2041
|
fontSizeLarge: string;
|
|
@@ -2242,7 +2050,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2242
2050
|
titleFontSizeMedium: string;
|
|
2243
2051
|
titleFontSizeLarge: string;
|
|
2244
2052
|
titleFontSizeHuge: string;
|
|
2245
|
-
closeIconSize: string;
|
|
2246
2053
|
closeSize: string;
|
|
2247
2054
|
}, any>;
|
|
2248
2055
|
}>>;
|
|
@@ -2262,12 +2069,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2262
2069
|
titleTextColor: string;
|
|
2263
2070
|
textColor: string;
|
|
2264
2071
|
color: string;
|
|
2072
|
+
closeColor: string;
|
|
2265
2073
|
closeColorHover: string;
|
|
2266
2074
|
closeColorPressed: string;
|
|
2267
|
-
closeIconColor: string;
|
|
2268
|
-
closeIconColorHover: string;
|
|
2269
|
-
closeIconColorPressed: string;
|
|
2270
|
-
closeBorderRadius: string;
|
|
2271
2075
|
iconColor: string;
|
|
2272
2076
|
iconColorInfo: string;
|
|
2273
2077
|
iconColorSuccess: string;
|
|
@@ -2283,7 +2087,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2283
2087
|
iconMargin: string;
|
|
2284
2088
|
iconMarginIconTop: string;
|
|
2285
2089
|
closeSize: string;
|
|
2286
|
-
closeIconSize: string;
|
|
2287
2090
|
closeMargin: string;
|
|
2288
2091
|
closeMarginIconTop: string;
|
|
2289
2092
|
}, {
|
|
@@ -2504,12 +2307,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2504
2307
|
borderColor: string;
|
|
2505
2308
|
actionColor: string;
|
|
2506
2309
|
titleFontWeight: string;
|
|
2310
|
+
closeColor: string;
|
|
2507
2311
|
closeColorHover: string;
|
|
2508
2312
|
closeColorPressed: string;
|
|
2509
|
-
closeBorderRadius: string;
|
|
2510
|
-
closeIconColor: string;
|
|
2511
|
-
closeIconColorHover: string;
|
|
2512
|
-
closeIconColorPressed: string;
|
|
2513
2313
|
fontSizeSmall: string;
|
|
2514
2314
|
fontSizeMedium: string;
|
|
2515
2315
|
fontSizeLarge: string;
|
|
@@ -2524,7 +2324,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2524
2324
|
titleFontSizeMedium: string;
|
|
2525
2325
|
titleFontSizeLarge: string;
|
|
2526
2326
|
titleFontSizeHuge: string;
|
|
2527
|
-
closeIconSize: string;
|
|
2528
2327
|
closeSize: string;
|
|
2529
2328
|
}, any>;
|
|
2530
2329
|
}>>>;
|
|
@@ -2544,12 +2343,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2544
2343
|
titleTextColor: string;
|
|
2545
2344
|
textColor: string;
|
|
2546
2345
|
color: string;
|
|
2346
|
+
closeColor: string;
|
|
2547
2347
|
closeColorHover: string;
|
|
2548
2348
|
closeColorPressed: string;
|
|
2549
|
-
closeIconColor: string;
|
|
2550
|
-
closeIconColorHover: string;
|
|
2551
|
-
closeIconColorPressed: string;
|
|
2552
|
-
closeBorderRadius: string;
|
|
2553
2349
|
iconColor: string;
|
|
2554
2350
|
iconColorInfo: string;
|
|
2555
2351
|
iconColorSuccess: string;
|
|
@@ -2565,7 +2361,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2565
2361
|
iconMargin: string;
|
|
2566
2362
|
iconMarginIconTop: string;
|
|
2567
2363
|
closeSize: string;
|
|
2568
|
-
closeIconSize: string;
|
|
2569
2364
|
closeMargin: string;
|
|
2570
2365
|
closeMarginIconTop: string;
|
|
2571
2366
|
}, {
|
|
@@ -2786,12 +2581,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2786
2581
|
borderColor: string;
|
|
2787
2582
|
actionColor: string;
|
|
2788
2583
|
titleFontWeight: string;
|
|
2584
|
+
closeColor: string;
|
|
2789
2585
|
closeColorHover: string;
|
|
2790
2586
|
closeColorPressed: string;
|
|
2791
|
-
closeBorderRadius: string;
|
|
2792
|
-
closeIconColor: string;
|
|
2793
|
-
closeIconColorHover: string;
|
|
2794
|
-
closeIconColorPressed: string;
|
|
2795
2587
|
fontSizeSmall: string;
|
|
2796
2588
|
fontSizeMedium: string;
|
|
2797
2589
|
fontSizeLarge: string;
|
|
@@ -2806,7 +2598,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2806
2598
|
titleFontSizeMedium: string;
|
|
2807
2599
|
titleFontSizeLarge: string;
|
|
2808
2600
|
titleFontSizeHuge: string;
|
|
2809
|
-
closeIconSize: string;
|
|
2810
2601
|
closeSize: string;
|
|
2811
2602
|
}, any>;
|
|
2812
2603
|
}>>>;
|
|
@@ -2844,19 +2635,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2844
2635
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
2845
2636
|
readonly default: "medium";
|
|
2846
2637
|
};
|
|
2847
|
-
readonly wrapItem: {
|
|
2848
|
-
readonly type: BooleanConstructor;
|
|
2849
|
-
readonly default: true;
|
|
2850
|
-
};
|
|
2851
2638
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2852
2639
|
readonly wrap: {
|
|
2853
2640
|
readonly type: BooleanConstructor;
|
|
2854
2641
|
readonly default: true;
|
|
2855
2642
|
};
|
|
2856
|
-
readonly internalUseGap: {
|
|
2857
|
-
readonly type: BooleanConstructor;
|
|
2858
|
-
readonly default: undefined;
|
|
2859
|
-
};
|
|
2860
2643
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
2861
2644
|
gapSmall: string;
|
|
2862
2645
|
gapMedium: string;
|
|
@@ -2873,7 +2656,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2873
2656
|
gapLarge: string;
|
|
2874
2657
|
}, any>>>;
|
|
2875
2658
|
}, {
|
|
2876
|
-
useGap: boolean;
|
|
2877
2659
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
2878
2660
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
2879
2661
|
margin: import("vue").ComputedRef<{
|
|
@@ -2892,19 +2674,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2892
2674
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
2893
2675
|
readonly default: "medium";
|
|
2894
2676
|
};
|
|
2895
|
-
readonly wrapItem: {
|
|
2896
|
-
readonly type: BooleanConstructor;
|
|
2897
|
-
readonly default: true;
|
|
2898
|
-
};
|
|
2899
2677
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2900
2678
|
readonly wrap: {
|
|
2901
2679
|
readonly type: BooleanConstructor;
|
|
2902
2680
|
readonly default: true;
|
|
2903
2681
|
};
|
|
2904
|
-
readonly internalUseGap: {
|
|
2905
|
-
readonly type: BooleanConstructor;
|
|
2906
|
-
readonly default: undefined;
|
|
2907
|
-
};
|
|
2908
2682
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
2909
2683
|
gapSmall: string;
|
|
2910
2684
|
gapMedium: string;
|
|
@@ -2921,13 +2695,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2921
2695
|
gapLarge: string;
|
|
2922
2696
|
}, any>>>;
|
|
2923
2697
|
}>>, {
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
readonly wrapItem: boolean;
|
|
2930
|
-
readonly internalUseGap: boolean;
|
|
2698
|
+
inline: boolean;
|
|
2699
|
+
size: number | "small" | "medium" | "large" | [number, number];
|
|
2700
|
+
wrap: boolean;
|
|
2701
|
+
vertical: boolean;
|
|
2702
|
+
justify: import("naive-ui/es/space/src/Space").Justify;
|
|
2931
2703
|
}>;
|
|
2932
2704
|
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<{}>>, {}>;
|
|
2933
2705
|
labelFormContent: import("vue").DefineComponent<{
|
|
@@ -3095,12 +2867,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3095
2867
|
tabTextColorActiveCard: string;
|
|
3096
2868
|
tabTextColorDisabledCard: string;
|
|
3097
2869
|
barColor: string;
|
|
3098
|
-
|
|
3099
|
-
closeIconColorHover: string;
|
|
3100
|
-
closeIconColorPressed: string;
|
|
2870
|
+
closeColor: string;
|
|
3101
2871
|
closeColorHover: string;
|
|
3102
2872
|
closeColorPressed: string;
|
|
3103
|
-
closeBorderRadius: string;
|
|
3104
2873
|
tabColor: string;
|
|
3105
2874
|
tabColorSegment: string;
|
|
3106
2875
|
tabBorderColor: string;
|
|
@@ -3139,8 +2908,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3139
2908
|
panePaddingSmall: string;
|
|
3140
2909
|
panePaddingMedium: string;
|
|
3141
2910
|
panePaddingLarge: string;
|
|
3142
|
-
closeSize: string;
|
|
3143
|
-
closeIconSize: string;
|
|
3144
2911
|
}, any>>;
|
|
3145
2912
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3146
2913
|
colorSegment: string;
|
|
@@ -3162,12 +2929,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3162
2929
|
tabTextColorActiveCard: string;
|
|
3163
2930
|
tabTextColorDisabledCard: string;
|
|
3164
2931
|
barColor: string;
|
|
3165
|
-
|
|
3166
|
-
closeIconColorHover: string;
|
|
3167
|
-
closeIconColorPressed: string;
|
|
2932
|
+
closeColor: string;
|
|
3168
2933
|
closeColorHover: string;
|
|
3169
2934
|
closeColorPressed: string;
|
|
3170
|
-
closeBorderRadius: string;
|
|
3171
2935
|
tabColor: string;
|
|
3172
2936
|
tabColorSegment: string;
|
|
3173
2937
|
tabBorderColor: string;
|
|
@@ -3206,8 +2970,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3206
2970
|
panePaddingSmall: string;
|
|
3207
2971
|
panePaddingMedium: string;
|
|
3208
2972
|
panePaddingLarge: string;
|
|
3209
|
-
closeSize: string;
|
|
3210
|
-
closeIconSize: string;
|
|
3211
2973
|
}, any>>>;
|
|
3212
2974
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3213
2975
|
colorSegment: string;
|
|
@@ -3229,12 +2991,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3229
2991
|
tabTextColorActiveCard: string;
|
|
3230
2992
|
tabTextColorDisabledCard: string;
|
|
3231
2993
|
barColor: string;
|
|
3232
|
-
|
|
3233
|
-
closeIconColorHover: string;
|
|
3234
|
-
closeIconColorPressed: string;
|
|
2994
|
+
closeColor: string;
|
|
3235
2995
|
closeColorHover: string;
|
|
3236
2996
|
closeColorPressed: string;
|
|
3237
|
-
closeBorderRadius: string;
|
|
3238
2997
|
tabColor: string;
|
|
3239
2998
|
tabColorSegment: string;
|
|
3240
2999
|
tabBorderColor: string;
|
|
@@ -3273,15 +3032,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3273
3032
|
panePaddingSmall: string;
|
|
3274
3033
|
panePaddingMedium: string;
|
|
3275
3034
|
panePaddingLarge: string;
|
|
3276
|
-
closeSize: string;
|
|
3277
|
-
closeIconSize: string;
|
|
3278
3035
|
}, any>>>;
|
|
3279
3036
|
}, {
|
|
3280
3037
|
syncBarPosition: () => void;
|
|
3281
3038
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3282
3039
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
3283
3040
|
renderedNames: Set<string | number>;
|
|
3284
|
-
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
3285
3041
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
3286
3042
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
3287
3043
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -3346,14 +3102,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3346
3102
|
'--n-pane-text-color': string;
|
|
3347
3103
|
'--n-tab-border-color': string;
|
|
3348
3104
|
'--n-tab-border-radius': string;
|
|
3349
|
-
'--n-close-
|
|
3350
|
-
'--n-close-icon-size': string;
|
|
3105
|
+
'--n-close-color': string;
|
|
3351
3106
|
'--n-close-color-hover': string;
|
|
3352
3107
|
'--n-close-color-pressed': string;
|
|
3353
|
-
'--n-close-border-radius': string;
|
|
3354
|
-
'--n-close-icon-color': string;
|
|
3355
|
-
'--n-close-icon-color-hover': string;
|
|
3356
|
-
'--n-close-icon-color-pressed': string;
|
|
3357
3108
|
'--n-tab-color': string;
|
|
3358
3109
|
'--n-tab-font-weight': string;
|
|
3359
3110
|
'--n-tab-font-weight-active': string;
|
|
@@ -3368,7 +3119,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3368
3119
|
renderNameListRef: {
|
|
3369
3120
|
value: (string | number)[];
|
|
3370
3121
|
};
|
|
3371
|
-
onAnimationBeforeLeave: (
|
|
3122
|
+
onAnimationBeforeLeave: () => void;
|
|
3372
3123
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
3373
3124
|
onAnimationAfterEnter: () => void;
|
|
3374
3125
|
onRender: (() => void) | undefined;
|
|
@@ -3427,12 +3178,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3427
3178
|
tabTextColorActiveCard: string;
|
|
3428
3179
|
tabTextColorDisabledCard: string;
|
|
3429
3180
|
barColor: string;
|
|
3430
|
-
|
|
3431
|
-
closeIconColorHover: string;
|
|
3432
|
-
closeIconColorPressed: string;
|
|
3181
|
+
closeColor: string;
|
|
3433
3182
|
closeColorHover: string;
|
|
3434
3183
|
closeColorPressed: string;
|
|
3435
|
-
closeBorderRadius: string;
|
|
3436
3184
|
tabColor: string;
|
|
3437
3185
|
tabColorSegment: string;
|
|
3438
3186
|
tabBorderColor: string;
|
|
@@ -3471,8 +3219,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3471
3219
|
panePaddingSmall: string;
|
|
3472
3220
|
panePaddingMedium: string;
|
|
3473
3221
|
panePaddingLarge: string;
|
|
3474
|
-
closeSize: string;
|
|
3475
|
-
closeIconSize: string;
|
|
3476
3222
|
}, any>>;
|
|
3477
3223
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3478
3224
|
colorSegment: string;
|
|
@@ -3494,12 +3240,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3494
3240
|
tabTextColorActiveCard: string;
|
|
3495
3241
|
tabTextColorDisabledCard: string;
|
|
3496
3242
|
barColor: string;
|
|
3497
|
-
|
|
3498
|
-
closeIconColorHover: string;
|
|
3499
|
-
closeIconColorPressed: string;
|
|
3243
|
+
closeColor: string;
|
|
3500
3244
|
closeColorHover: string;
|
|
3501
3245
|
closeColorPressed: string;
|
|
3502
|
-
closeBorderRadius: string;
|
|
3503
3246
|
tabColor: string;
|
|
3504
3247
|
tabColorSegment: string;
|
|
3505
3248
|
tabBorderColor: string;
|
|
@@ -3538,8 +3281,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3538
3281
|
panePaddingSmall: string;
|
|
3539
3282
|
panePaddingMedium: string;
|
|
3540
3283
|
panePaddingLarge: string;
|
|
3541
|
-
closeSize: string;
|
|
3542
|
-
closeIconSize: string;
|
|
3543
3284
|
}, any>>>;
|
|
3544
3285
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3545
3286
|
colorSegment: string;
|
|
@@ -3561,12 +3302,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3561
3302
|
tabTextColorActiveCard: string;
|
|
3562
3303
|
tabTextColorDisabledCard: string;
|
|
3563
3304
|
barColor: string;
|
|
3564
|
-
|
|
3565
|
-
closeIconColorHover: string;
|
|
3566
|
-
closeIconColorPressed: string;
|
|
3305
|
+
closeColor: string;
|
|
3567
3306
|
closeColorHover: string;
|
|
3568
3307
|
closeColorPressed: string;
|
|
3569
|
-
closeBorderRadius: string;
|
|
3570
3308
|
tabColor: string;
|
|
3571
3309
|
tabColorSegment: string;
|
|
3572
3310
|
tabBorderColor: string;
|
|
@@ -3605,16 +3343,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3605
3343
|
panePaddingSmall: string;
|
|
3606
3344
|
panePaddingMedium: string;
|
|
3607
3345
|
panePaddingLarge: string;
|
|
3608
|
-
closeSize: string;
|
|
3609
|
-
closeIconSize: string;
|
|
3610
3346
|
}, any>>>;
|
|
3611
3347
|
}>>, {
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3348
|
+
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3349
|
+
size: "small" | "medium" | "large";
|
|
3350
|
+
closable: boolean;
|
|
3351
|
+
trigger: "click" | "hover";
|
|
3352
|
+
animated: boolean;
|
|
3353
|
+
tabsPadding: number;
|
|
3618
3354
|
}>;
|
|
3619
3355
|
NTabPane: import("vue").DefineComponent<{
|
|
3620
3356
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -3663,9 +3399,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3663
3399
|
[key: string]: any;
|
|
3664
3400
|
}> | (() => import("vue").VNodeChild)>;
|
|
3665
3401
|
}>>, {
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3402
|
+
disabled: boolean;
|
|
3403
|
+
closable: boolean | undefined;
|
|
3404
|
+
displayDirective: "show" | "if" | "show:lazy";
|
|
3669
3405
|
}>;
|
|
3670
3406
|
NAnchor: import("vue").DefineComponent<{
|
|
3671
3407
|
readonly type: {
|
|
@@ -3839,17 +3575,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3839
3575
|
railWidth: string;
|
|
3840
3576
|
}, any>>>;
|
|
3841
3577
|
}>>, {
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3578
|
+
type: "block" | "rail";
|
|
3579
|
+
bound: number;
|
|
3580
|
+
position: "fix" | "absolute";
|
|
3581
|
+
target: (() => HTMLElement) | undefined;
|
|
3582
|
+
affix: boolean;
|
|
3583
|
+
offsetTop: number | undefined;
|
|
3584
|
+
offsetBottom: number | undefined;
|
|
3585
|
+
showRail: boolean;
|
|
3586
|
+
showBackground: boolean;
|
|
3587
|
+
internalScrollable: boolean;
|
|
3588
|
+
ignoreGap: boolean;
|
|
3853
3589
|
}>;
|
|
3854
3590
|
NAnchorLink: import("vue").DefineComponent<{
|
|
3855
3591
|
readonly title: StringConstructor;
|
|
@@ -3924,16 +3660,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3924
3660
|
};
|
|
3925
3661
|
checked: BooleanConstructor;
|
|
3926
3662
|
checkable: BooleanConstructor;
|
|
3927
|
-
strong: BooleanConstructor;
|
|
3928
3663
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
3929
3664
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3930
3665
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3931
3666
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
3932
3667
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
3933
|
-
internalCloseFocusable: {
|
|
3934
|
-
type: BooleanConstructor;
|
|
3935
|
-
default: boolean;
|
|
3936
|
-
};
|
|
3937
3668
|
internalStopClickPropagation: BooleanConstructor;
|
|
3938
3669
|
onCheckedChange: {
|
|
3939
3670
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -3956,7 +3687,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3956
3687
|
readonly default: undefined;
|
|
3957
3688
|
};
|
|
3958
3689
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
3959
|
-
closeBorderRadius: string;
|
|
3960
3690
|
heightTiny: string;
|
|
3961
3691
|
heightSmall: string;
|
|
3962
3692
|
heightMedium: string;
|
|
@@ -3967,7 +3697,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3967
3697
|
fontSizeSmall: string;
|
|
3968
3698
|
fontSizeMedium: string;
|
|
3969
3699
|
fontSizeLarge: string;
|
|
3970
|
-
fontWeightStrong: string;
|
|
3971
3700
|
textColorCheckable: string;
|
|
3972
3701
|
textColorHoverCheckable: string;
|
|
3973
3702
|
textColorPressedCheckable: string;
|
|
@@ -3981,61 +3710,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3981
3710
|
border: string;
|
|
3982
3711
|
textColor: string;
|
|
3983
3712
|
color: string;
|
|
3984
|
-
|
|
3985
|
-
closeIconColor: string;
|
|
3986
|
-
closeIconColorHover: string;
|
|
3987
|
-
closeIconColorPressed: string;
|
|
3713
|
+
closeColor: string;
|
|
3988
3714
|
closeColorHover: string;
|
|
3989
3715
|
closeColorPressed: string;
|
|
3990
3716
|
borderPrimary: string;
|
|
3991
3717
|
textColorPrimary: string;
|
|
3992
3718
|
colorPrimary: string;
|
|
3993
|
-
|
|
3994
|
-
closeIconColorPrimary: string;
|
|
3995
|
-
closeIconColorHoverPrimary: string;
|
|
3996
|
-
closeIconColorPressedPrimary: string;
|
|
3719
|
+
closeColorPrimary: string;
|
|
3997
3720
|
closeColorHoverPrimary: string;
|
|
3998
3721
|
closeColorPressedPrimary: string;
|
|
3999
3722
|
borderInfo: string;
|
|
4000
3723
|
textColorInfo: string;
|
|
4001
3724
|
colorInfo: string;
|
|
4002
|
-
|
|
4003
|
-
closeIconColorInfo: string;
|
|
4004
|
-
closeIconColorHoverInfo: string;
|
|
4005
|
-
closeIconColorPressedInfo: string;
|
|
3725
|
+
closeColorInfo: string;
|
|
4006
3726
|
closeColorHoverInfo: string;
|
|
4007
3727
|
closeColorPressedInfo: string;
|
|
4008
3728
|
borderSuccess: string;
|
|
4009
3729
|
textColorSuccess: string;
|
|
4010
3730
|
colorSuccess: string;
|
|
4011
|
-
|
|
4012
|
-
closeIconColorSuccess: string;
|
|
4013
|
-
closeIconColorHoverSuccess: string;
|
|
4014
|
-
closeIconColorPressedSuccess: string;
|
|
3731
|
+
closeColorSuccess: string;
|
|
4015
3732
|
closeColorHoverSuccess: string;
|
|
4016
3733
|
closeColorPressedSuccess: string;
|
|
4017
3734
|
borderWarning: string;
|
|
4018
3735
|
textColorWarning: string;
|
|
4019
3736
|
colorWarning: string;
|
|
4020
|
-
|
|
4021
|
-
closeIconColorWarning: string;
|
|
4022
|
-
closeIconColorHoverWarning: string;
|
|
4023
|
-
closeIconColorPressedWarning: string;
|
|
3737
|
+
closeColorWarning: string;
|
|
4024
3738
|
closeColorHoverWarning: string;
|
|
4025
3739
|
closeColorPressedWarning: string;
|
|
4026
3740
|
borderError: string;
|
|
4027
3741
|
textColorError: string;
|
|
4028
3742
|
colorError: string;
|
|
4029
|
-
|
|
4030
|
-
closeIconColorError: string;
|
|
4031
|
-
closeIconColorHoverError: string;
|
|
4032
|
-
closeIconColorPressedError: string;
|
|
3743
|
+
closeColorError: string;
|
|
4033
3744
|
closeColorHoverError: string;
|
|
4034
3745
|
closeColorPressedError: string;
|
|
4035
|
-
closeIconSizeTiny: string;
|
|
4036
|
-
closeIconSizeSmall: string;
|
|
4037
|
-
closeIconSizeMedium: string;
|
|
4038
|
-
closeIconSizeLarge: string;
|
|
4039
3746
|
closeSizeTiny: string;
|
|
4040
3747
|
closeSizeSmall: string;
|
|
4041
3748
|
closeSizeMedium: string;
|
|
@@ -4045,7 +3752,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4045
3752
|
closeMarginRtl: string;
|
|
4046
3753
|
}, any>>;
|
|
4047
3754
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4048
|
-
closeBorderRadius: string;
|
|
4049
3755
|
heightTiny: string;
|
|
4050
3756
|
heightSmall: string;
|
|
4051
3757
|
heightMedium: string;
|
|
@@ -4056,7 +3762,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4056
3762
|
fontSizeSmall: string;
|
|
4057
3763
|
fontSizeMedium: string;
|
|
4058
3764
|
fontSizeLarge: string;
|
|
4059
|
-
fontWeightStrong: string;
|
|
4060
3765
|
textColorCheckable: string;
|
|
4061
3766
|
textColorHoverCheckable: string;
|
|
4062
3767
|
textColorPressedCheckable: string;
|
|
@@ -4070,61 +3775,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4070
3775
|
border: string;
|
|
4071
3776
|
textColor: string;
|
|
4072
3777
|
color: string;
|
|
4073
|
-
|
|
4074
|
-
closeIconColor: string;
|
|
4075
|
-
closeIconColorHover: string;
|
|
4076
|
-
closeIconColorPressed: string;
|
|
3778
|
+
closeColor: string;
|
|
4077
3779
|
closeColorHover: string;
|
|
4078
3780
|
closeColorPressed: string;
|
|
4079
3781
|
borderPrimary: string;
|
|
4080
3782
|
textColorPrimary: string;
|
|
4081
3783
|
colorPrimary: string;
|
|
4082
|
-
|
|
4083
|
-
closeIconColorPrimary: string;
|
|
4084
|
-
closeIconColorHoverPrimary: string;
|
|
4085
|
-
closeIconColorPressedPrimary: string;
|
|
3784
|
+
closeColorPrimary: string;
|
|
4086
3785
|
closeColorHoverPrimary: string;
|
|
4087
3786
|
closeColorPressedPrimary: string;
|
|
4088
3787
|
borderInfo: string;
|
|
4089
3788
|
textColorInfo: string;
|
|
4090
3789
|
colorInfo: string;
|
|
4091
|
-
|
|
4092
|
-
closeIconColorInfo: string;
|
|
4093
|
-
closeIconColorHoverInfo: string;
|
|
4094
|
-
closeIconColorPressedInfo: string;
|
|
3790
|
+
closeColorInfo: string;
|
|
4095
3791
|
closeColorHoverInfo: string;
|
|
4096
3792
|
closeColorPressedInfo: string;
|
|
4097
3793
|
borderSuccess: string;
|
|
4098
3794
|
textColorSuccess: string;
|
|
4099
3795
|
colorSuccess: string;
|
|
4100
|
-
|
|
4101
|
-
closeIconColorSuccess: string;
|
|
4102
|
-
closeIconColorHoverSuccess: string;
|
|
4103
|
-
closeIconColorPressedSuccess: string;
|
|
3796
|
+
closeColorSuccess: string;
|
|
4104
3797
|
closeColorHoverSuccess: string;
|
|
4105
3798
|
closeColorPressedSuccess: string;
|
|
4106
3799
|
borderWarning: string;
|
|
4107
3800
|
textColorWarning: string;
|
|
4108
3801
|
colorWarning: string;
|
|
4109
|
-
|
|
4110
|
-
closeIconColorWarning: string;
|
|
4111
|
-
closeIconColorHoverWarning: string;
|
|
4112
|
-
closeIconColorPressedWarning: string;
|
|
3802
|
+
closeColorWarning: string;
|
|
4113
3803
|
closeColorHoverWarning: string;
|
|
4114
3804
|
closeColorPressedWarning: string;
|
|
4115
3805
|
borderError: string;
|
|
4116
3806
|
textColorError: string;
|
|
4117
3807
|
colorError: string;
|
|
4118
|
-
|
|
4119
|
-
closeIconColorError: string;
|
|
4120
|
-
closeIconColorHoverError: string;
|
|
4121
|
-
closeIconColorPressedError: string;
|
|
3808
|
+
closeColorError: string;
|
|
4122
3809
|
closeColorHoverError: string;
|
|
4123
3810
|
closeColorPressedError: string;
|
|
4124
|
-
closeIconSizeTiny: string;
|
|
4125
|
-
closeIconSizeSmall: string;
|
|
4126
|
-
closeIconSizeMedium: string;
|
|
4127
|
-
closeIconSizeLarge: string;
|
|
4128
3811
|
closeSizeTiny: string;
|
|
4129
3812
|
closeSizeSmall: string;
|
|
4130
3813
|
closeSizeMedium: string;
|
|
@@ -4134,7 +3817,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4134
3817
|
closeMarginRtl: string;
|
|
4135
3818
|
}, any>>>;
|
|
4136
3819
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4137
|
-
closeBorderRadius: string;
|
|
4138
3820
|
heightTiny: string;
|
|
4139
3821
|
heightSmall: string;
|
|
4140
3822
|
heightMedium: string;
|
|
@@ -4145,7 +3827,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4145
3827
|
fontSizeSmall: string;
|
|
4146
3828
|
fontSizeMedium: string;
|
|
4147
3829
|
fontSizeLarge: string;
|
|
4148
|
-
fontWeightStrong: string;
|
|
4149
3830
|
textColorCheckable: string;
|
|
4150
3831
|
textColorHoverCheckable: string;
|
|
4151
3832
|
textColorPressedCheckable: string;
|
|
@@ -4159,61 +3840,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4159
3840
|
border: string;
|
|
4160
3841
|
textColor: string;
|
|
4161
3842
|
color: string;
|
|
4162
|
-
|
|
4163
|
-
closeIconColor: string;
|
|
4164
|
-
closeIconColorHover: string;
|
|
4165
|
-
closeIconColorPressed: string;
|
|
3843
|
+
closeColor: string;
|
|
4166
3844
|
closeColorHover: string;
|
|
4167
3845
|
closeColorPressed: string;
|
|
4168
3846
|
borderPrimary: string;
|
|
4169
3847
|
textColorPrimary: string;
|
|
4170
3848
|
colorPrimary: string;
|
|
4171
|
-
|
|
4172
|
-
closeIconColorPrimary: string;
|
|
4173
|
-
closeIconColorHoverPrimary: string;
|
|
4174
|
-
closeIconColorPressedPrimary: string;
|
|
3849
|
+
closeColorPrimary: string;
|
|
4175
3850
|
closeColorHoverPrimary: string;
|
|
4176
3851
|
closeColorPressedPrimary: string;
|
|
4177
3852
|
borderInfo: string;
|
|
4178
3853
|
textColorInfo: string;
|
|
4179
3854
|
colorInfo: string;
|
|
4180
|
-
|
|
4181
|
-
closeIconColorInfo: string;
|
|
4182
|
-
closeIconColorHoverInfo: string;
|
|
4183
|
-
closeIconColorPressedInfo: string;
|
|
3855
|
+
closeColorInfo: string;
|
|
4184
3856
|
closeColorHoverInfo: string;
|
|
4185
3857
|
closeColorPressedInfo: string;
|
|
4186
3858
|
borderSuccess: string;
|
|
4187
3859
|
textColorSuccess: string;
|
|
4188
3860
|
colorSuccess: string;
|
|
4189
|
-
|
|
4190
|
-
closeIconColorSuccess: string;
|
|
4191
|
-
closeIconColorHoverSuccess: string;
|
|
4192
|
-
closeIconColorPressedSuccess: string;
|
|
3861
|
+
closeColorSuccess: string;
|
|
4193
3862
|
closeColorHoverSuccess: string;
|
|
4194
3863
|
closeColorPressedSuccess: string;
|
|
4195
3864
|
borderWarning: string;
|
|
4196
3865
|
textColorWarning: string;
|
|
4197
3866
|
colorWarning: string;
|
|
4198
|
-
|
|
4199
|
-
closeIconColorWarning: string;
|
|
4200
|
-
closeIconColorHoverWarning: string;
|
|
4201
|
-
closeIconColorPressedWarning: string;
|
|
3867
|
+
closeColorWarning: string;
|
|
4202
3868
|
closeColorHoverWarning: string;
|
|
4203
3869
|
closeColorPressedWarning: string;
|
|
4204
3870
|
borderError: string;
|
|
4205
3871
|
textColorError: string;
|
|
4206
3872
|
colorError: string;
|
|
4207
|
-
|
|
4208
|
-
closeIconColorError: string;
|
|
4209
|
-
closeIconColorHoverError: string;
|
|
4210
|
-
closeIconColorPressedError: string;
|
|
3873
|
+
closeColorError: string;
|
|
4211
3874
|
closeColorHoverError: string;
|
|
4212
3875
|
closeColorPressedError: string;
|
|
4213
|
-
closeIconSizeTiny: string;
|
|
4214
|
-
closeIconSizeSmall: string;
|
|
4215
|
-
closeIconSizeMedium: string;
|
|
4216
|
-
closeIconSizeLarge: string;
|
|
4217
3876
|
closeSizeTiny: string;
|
|
4218
3877
|
closeSizeSmall: string;
|
|
4219
3878
|
closeSizeMedium: string;
|
|
@@ -4230,19 +3889,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4230
3889
|
handleClick: (e: MouseEvent) => void;
|
|
4231
3890
|
handleCloseClick: (e: MouseEvent) => void;
|
|
4232
3891
|
cssVars: import("vue").ComputedRef<{
|
|
4233
|
-
'--n-font-weight-strong': string;
|
|
4234
3892
|
'--n-avatar-size-override': string;
|
|
4235
3893
|
'--n-bezier': string;
|
|
4236
3894
|
'--n-border-radius': string;
|
|
4237
3895
|
'--n-border': string;
|
|
4238
|
-
'--n-close-
|
|
4239
|
-
'--n-close-color-pressed': string;
|
|
3896
|
+
'--n-close-color': string;
|
|
4240
3897
|
'--n-close-color-hover': string;
|
|
4241
|
-
'--n-close-
|
|
4242
|
-
'--n-close-
|
|
4243
|
-
'--n-close-icon-color-hover': string;
|
|
4244
|
-
'--n-close-icon-color-pressed': string;
|
|
4245
|
-
'--n-close-icon-color-disabled': string;
|
|
3898
|
+
'--n-close-color-pressed': string;
|
|
3899
|
+
'--n-close-color-disabled': string;
|
|
4246
3900
|
'--n-close-margin': string;
|
|
4247
3901
|
'--n-close-margin-rtl': string;
|
|
4248
3902
|
'--n-close-size': string;
|
|
@@ -4273,16 +3927,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4273
3927
|
};
|
|
4274
3928
|
checked: BooleanConstructor;
|
|
4275
3929
|
checkable: BooleanConstructor;
|
|
4276
|
-
strong: BooleanConstructor;
|
|
4277
3930
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
4278
3931
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4279
3932
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4280
3933
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
4281
3934
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
4282
|
-
internalCloseFocusable: {
|
|
4283
|
-
type: BooleanConstructor;
|
|
4284
|
-
default: boolean;
|
|
4285
|
-
};
|
|
4286
3935
|
internalStopClickPropagation: BooleanConstructor;
|
|
4287
3936
|
onCheckedChange: {
|
|
4288
3937
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -4305,7 +3954,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4305
3954
|
readonly default: undefined;
|
|
4306
3955
|
};
|
|
4307
3956
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4308
|
-
closeBorderRadius: string;
|
|
4309
3957
|
heightTiny: string;
|
|
4310
3958
|
heightSmall: string;
|
|
4311
3959
|
heightMedium: string;
|
|
@@ -4316,7 +3964,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4316
3964
|
fontSizeSmall: string;
|
|
4317
3965
|
fontSizeMedium: string;
|
|
4318
3966
|
fontSizeLarge: string;
|
|
4319
|
-
fontWeightStrong: string;
|
|
4320
3967
|
textColorCheckable: string;
|
|
4321
3968
|
textColorHoverCheckable: string;
|
|
4322
3969
|
textColorPressedCheckable: string;
|
|
@@ -4330,61 +3977,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4330
3977
|
border: string;
|
|
4331
3978
|
textColor: string;
|
|
4332
3979
|
color: string;
|
|
4333
|
-
|
|
4334
|
-
closeIconColor: string;
|
|
4335
|
-
closeIconColorHover: string;
|
|
4336
|
-
closeIconColorPressed: string;
|
|
3980
|
+
closeColor: string;
|
|
4337
3981
|
closeColorHover: string;
|
|
4338
3982
|
closeColorPressed: string;
|
|
4339
3983
|
borderPrimary: string;
|
|
4340
3984
|
textColorPrimary: string;
|
|
4341
3985
|
colorPrimary: string;
|
|
4342
|
-
|
|
4343
|
-
closeIconColorPrimary: string;
|
|
4344
|
-
closeIconColorHoverPrimary: string;
|
|
4345
|
-
closeIconColorPressedPrimary: string;
|
|
3986
|
+
closeColorPrimary: string;
|
|
4346
3987
|
closeColorHoverPrimary: string;
|
|
4347
3988
|
closeColorPressedPrimary: string;
|
|
4348
3989
|
borderInfo: string;
|
|
4349
3990
|
textColorInfo: string;
|
|
4350
3991
|
colorInfo: string;
|
|
4351
|
-
|
|
4352
|
-
closeIconColorInfo: string;
|
|
4353
|
-
closeIconColorHoverInfo: string;
|
|
4354
|
-
closeIconColorPressedInfo: string;
|
|
3992
|
+
closeColorInfo: string;
|
|
4355
3993
|
closeColorHoverInfo: string;
|
|
4356
3994
|
closeColorPressedInfo: string;
|
|
4357
3995
|
borderSuccess: string;
|
|
4358
3996
|
textColorSuccess: string;
|
|
4359
3997
|
colorSuccess: string;
|
|
4360
|
-
|
|
4361
|
-
closeIconColorSuccess: string;
|
|
4362
|
-
closeIconColorHoverSuccess: string;
|
|
4363
|
-
closeIconColorPressedSuccess: string;
|
|
3998
|
+
closeColorSuccess: string;
|
|
4364
3999
|
closeColorHoverSuccess: string;
|
|
4365
4000
|
closeColorPressedSuccess: string;
|
|
4366
4001
|
borderWarning: string;
|
|
4367
4002
|
textColorWarning: string;
|
|
4368
4003
|
colorWarning: string;
|
|
4369
|
-
|
|
4370
|
-
closeIconColorWarning: string;
|
|
4371
|
-
closeIconColorHoverWarning: string;
|
|
4372
|
-
closeIconColorPressedWarning: string;
|
|
4004
|
+
closeColorWarning: string;
|
|
4373
4005
|
closeColorHoverWarning: string;
|
|
4374
4006
|
closeColorPressedWarning: string;
|
|
4375
4007
|
borderError: string;
|
|
4376
4008
|
textColorError: string;
|
|
4377
4009
|
colorError: string;
|
|
4378
|
-
|
|
4379
|
-
closeIconColorError: string;
|
|
4380
|
-
closeIconColorHoverError: string;
|
|
4381
|
-
closeIconColorPressedError: string;
|
|
4010
|
+
closeColorError: string;
|
|
4382
4011
|
closeColorHoverError: string;
|
|
4383
4012
|
closeColorPressedError: string;
|
|
4384
|
-
closeIconSizeTiny: string;
|
|
4385
|
-
closeIconSizeSmall: string;
|
|
4386
|
-
closeIconSizeMedium: string;
|
|
4387
|
-
closeIconSizeLarge: string;
|
|
4388
4013
|
closeSizeTiny: string;
|
|
4389
4014
|
closeSizeSmall: string;
|
|
4390
4015
|
closeSizeMedium: string;
|
|
@@ -4394,7 +4019,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4394
4019
|
closeMarginRtl: string;
|
|
4395
4020
|
}, any>>;
|
|
4396
4021
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4397
|
-
closeBorderRadius: string;
|
|
4398
4022
|
heightTiny: string;
|
|
4399
4023
|
heightSmall: string;
|
|
4400
4024
|
heightMedium: string;
|
|
@@ -4405,7 +4029,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4405
4029
|
fontSizeSmall: string;
|
|
4406
4030
|
fontSizeMedium: string;
|
|
4407
4031
|
fontSizeLarge: string;
|
|
4408
|
-
fontWeightStrong: string;
|
|
4409
4032
|
textColorCheckable: string;
|
|
4410
4033
|
textColorHoverCheckable: string;
|
|
4411
4034
|
textColorPressedCheckable: string;
|
|
@@ -4419,61 +4042,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4419
4042
|
border: string;
|
|
4420
4043
|
textColor: string;
|
|
4421
4044
|
color: string;
|
|
4422
|
-
|
|
4423
|
-
closeIconColor: string;
|
|
4424
|
-
closeIconColorHover: string;
|
|
4425
|
-
closeIconColorPressed: string;
|
|
4045
|
+
closeColor: string;
|
|
4426
4046
|
closeColorHover: string;
|
|
4427
4047
|
closeColorPressed: string;
|
|
4428
4048
|
borderPrimary: string;
|
|
4429
4049
|
textColorPrimary: string;
|
|
4430
4050
|
colorPrimary: string;
|
|
4431
|
-
|
|
4432
|
-
closeIconColorPrimary: string;
|
|
4433
|
-
closeIconColorHoverPrimary: string;
|
|
4434
|
-
closeIconColorPressedPrimary: string;
|
|
4051
|
+
closeColorPrimary: string;
|
|
4435
4052
|
closeColorHoverPrimary: string;
|
|
4436
4053
|
closeColorPressedPrimary: string;
|
|
4437
4054
|
borderInfo: string;
|
|
4438
4055
|
textColorInfo: string;
|
|
4439
4056
|
colorInfo: string;
|
|
4440
|
-
|
|
4441
|
-
closeIconColorInfo: string;
|
|
4442
|
-
closeIconColorHoverInfo: string;
|
|
4443
|
-
closeIconColorPressedInfo: string;
|
|
4057
|
+
closeColorInfo: string;
|
|
4444
4058
|
closeColorHoverInfo: string;
|
|
4445
4059
|
closeColorPressedInfo: string;
|
|
4446
4060
|
borderSuccess: string;
|
|
4447
4061
|
textColorSuccess: string;
|
|
4448
4062
|
colorSuccess: string;
|
|
4449
|
-
|
|
4450
|
-
closeIconColorSuccess: string;
|
|
4451
|
-
closeIconColorHoverSuccess: string;
|
|
4452
|
-
closeIconColorPressedSuccess: string;
|
|
4063
|
+
closeColorSuccess: string;
|
|
4453
4064
|
closeColorHoverSuccess: string;
|
|
4454
4065
|
closeColorPressedSuccess: string;
|
|
4455
4066
|
borderWarning: string;
|
|
4456
4067
|
textColorWarning: string;
|
|
4457
4068
|
colorWarning: string;
|
|
4458
|
-
|
|
4459
|
-
closeIconColorWarning: string;
|
|
4460
|
-
closeIconColorHoverWarning: string;
|
|
4461
|
-
closeIconColorPressedWarning: string;
|
|
4069
|
+
closeColorWarning: string;
|
|
4462
4070
|
closeColorHoverWarning: string;
|
|
4463
4071
|
closeColorPressedWarning: string;
|
|
4464
4072
|
borderError: string;
|
|
4465
4073
|
textColorError: string;
|
|
4466
4074
|
colorError: string;
|
|
4467
|
-
|
|
4468
|
-
closeIconColorError: string;
|
|
4469
|
-
closeIconColorHoverError: string;
|
|
4470
|
-
closeIconColorPressedError: string;
|
|
4075
|
+
closeColorError: string;
|
|
4471
4076
|
closeColorHoverError: string;
|
|
4472
4077
|
closeColorPressedError: string;
|
|
4473
|
-
closeIconSizeTiny: string;
|
|
4474
|
-
closeIconSizeSmall: string;
|
|
4475
|
-
closeIconSizeMedium: string;
|
|
4476
|
-
closeIconSizeLarge: string;
|
|
4477
4078
|
closeSizeTiny: string;
|
|
4478
4079
|
closeSizeSmall: string;
|
|
4479
4080
|
closeSizeMedium: string;
|
|
@@ -4483,7 +4084,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4483
4084
|
closeMarginRtl: string;
|
|
4484
4085
|
}, any>>>;
|
|
4485
4086
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4486
|
-
closeBorderRadius: string;
|
|
4487
4087
|
heightTiny: string;
|
|
4488
4088
|
heightSmall: string;
|
|
4489
4089
|
heightMedium: string;
|
|
@@ -4494,7 +4094,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4494
4094
|
fontSizeSmall: string;
|
|
4495
4095
|
fontSizeMedium: string;
|
|
4496
4096
|
fontSizeLarge: string;
|
|
4497
|
-
fontWeightStrong: string;
|
|
4498
4097
|
textColorCheckable: string;
|
|
4499
4098
|
textColorHoverCheckable: string;
|
|
4500
4099
|
textColorPressedCheckable: string;
|
|
@@ -4508,61 +4107,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4508
4107
|
border: string;
|
|
4509
4108
|
textColor: string;
|
|
4510
4109
|
color: string;
|
|
4511
|
-
|
|
4512
|
-
closeIconColor: string;
|
|
4513
|
-
closeIconColorHover: string;
|
|
4514
|
-
closeIconColorPressed: string;
|
|
4110
|
+
closeColor: string;
|
|
4515
4111
|
closeColorHover: string;
|
|
4516
4112
|
closeColorPressed: string;
|
|
4517
4113
|
borderPrimary: string;
|
|
4518
4114
|
textColorPrimary: string;
|
|
4519
4115
|
colorPrimary: string;
|
|
4520
|
-
|
|
4521
|
-
closeIconColorPrimary: string;
|
|
4522
|
-
closeIconColorHoverPrimary: string;
|
|
4523
|
-
closeIconColorPressedPrimary: string;
|
|
4116
|
+
closeColorPrimary: string;
|
|
4524
4117
|
closeColorHoverPrimary: string;
|
|
4525
4118
|
closeColorPressedPrimary: string;
|
|
4526
4119
|
borderInfo: string;
|
|
4527
4120
|
textColorInfo: string;
|
|
4528
4121
|
colorInfo: string;
|
|
4529
|
-
|
|
4530
|
-
closeIconColorInfo: string;
|
|
4531
|
-
closeIconColorHoverInfo: string;
|
|
4532
|
-
closeIconColorPressedInfo: string;
|
|
4122
|
+
closeColorInfo: string;
|
|
4533
4123
|
closeColorHoverInfo: string;
|
|
4534
4124
|
closeColorPressedInfo: string;
|
|
4535
4125
|
borderSuccess: string;
|
|
4536
4126
|
textColorSuccess: string;
|
|
4537
4127
|
colorSuccess: string;
|
|
4538
|
-
|
|
4539
|
-
closeIconColorSuccess: string;
|
|
4540
|
-
closeIconColorHoverSuccess: string;
|
|
4541
|
-
closeIconColorPressedSuccess: string;
|
|
4128
|
+
closeColorSuccess: string;
|
|
4542
4129
|
closeColorHoverSuccess: string;
|
|
4543
4130
|
closeColorPressedSuccess: string;
|
|
4544
4131
|
borderWarning: string;
|
|
4545
4132
|
textColorWarning: string;
|
|
4546
4133
|
colorWarning: string;
|
|
4547
|
-
|
|
4548
|
-
closeIconColorWarning: string;
|
|
4549
|
-
closeIconColorHoverWarning: string;
|
|
4550
|
-
closeIconColorPressedWarning: string;
|
|
4134
|
+
closeColorWarning: string;
|
|
4551
4135
|
closeColorHoverWarning: string;
|
|
4552
4136
|
closeColorPressedWarning: string;
|
|
4553
4137
|
borderError: string;
|
|
4554
4138
|
textColorError: string;
|
|
4555
4139
|
colorError: string;
|
|
4556
|
-
|
|
4557
|
-
closeIconColorError: string;
|
|
4558
|
-
closeIconColorHoverError: string;
|
|
4559
|
-
closeIconColorPressedError: string;
|
|
4140
|
+
closeColorError: string;
|
|
4560
4141
|
closeColorHoverError: string;
|
|
4561
4142
|
closeColorPressedError: string;
|
|
4562
|
-
closeIconSizeTiny: string;
|
|
4563
|
-
closeIconSizeSmall: string;
|
|
4564
|
-
closeIconSizeMedium: string;
|
|
4565
|
-
closeIconSizeLarge: string;
|
|
4566
4143
|
closeSizeTiny: string;
|
|
4567
4144
|
closeSizeSmall: string;
|
|
4568
4145
|
closeSizeMedium: string;
|
|
@@ -4577,13 +4154,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4577
4154
|
size: "small" | "medium" | "tiny" | "large";
|
|
4578
4155
|
disabled: boolean | undefined;
|
|
4579
4156
|
checked: boolean;
|
|
4580
|
-
strong: boolean;
|
|
4581
4157
|
bordered: boolean | undefined;
|
|
4582
|
-
closable: boolean;
|
|
4583
4158
|
checkable: boolean;
|
|
4584
|
-
internalCloseFocusable: boolean;
|
|
4585
4159
|
internalStopClickPropagation: boolean;
|
|
4586
4160
|
onCheckedChange: (checked: boolean) => void;
|
|
4161
|
+
closable: boolean;
|
|
4587
4162
|
}>;
|
|
4588
4163
|
NTooltip: import("vue").DefineComponent<{
|
|
4589
4164
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -4613,14 +4188,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4613
4188
|
boxShadow: string;
|
|
4614
4189
|
color: string;
|
|
4615
4190
|
textColor: string;
|
|
4616
|
-
padding: string;
|
|
4617
|
-
* typeName 按照分类处理
|
|
4618
|
-
* 没有分类创建分类,有则添加
|
|
4619
|
-
*/
|
|
4191
|
+
padding: string;
|
|
4620
4192
|
}, {
|
|
4621
4193
|
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
4622
4194
|
fontSize: string;
|
|
4623
4195
|
borderRadius: string;
|
|
4196
|
+
/**
|
|
4197
|
+
* typeName 按照分类处理
|
|
4198
|
+
* 没有分类创建分类,有则添加
|
|
4199
|
+
*/
|
|
4624
4200
|
color: string;
|
|
4625
4201
|
dividerColor: string;
|
|
4626
4202
|
textColor: string;
|
|
@@ -4630,11 +4206,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4630
4206
|
arrowOffset: string;
|
|
4631
4207
|
arrowOffsetVertical: string;
|
|
4632
4208
|
arrowHeight: string;
|
|
4633
|
-
padding: string;
|
|
4634
|
-
* labelObj 展示的分类值
|
|
4635
|
-
* labelList 原始数据结构
|
|
4636
|
-
* selectList 已选的数据
|
|
4637
|
-
*/
|
|
4209
|
+
padding: string;
|
|
4638
4210
|
}, any>;
|
|
4639
4211
|
}>>>;
|
|
4640
4212
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -4720,11 +4292,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4720
4292
|
scrollable: BooleanConstructor;
|
|
4721
4293
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4722
4294
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4723
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4724
4295
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4725
4296
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4726
4297
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4727
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
4728
4298
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4729
4299
|
internalInheritedEventHandlers: {
|
|
4730
4300
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4789,11 +4359,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4789
4359
|
opacity5: string;
|
|
4790
4360
|
dividerColor: string;
|
|
4791
4361
|
borderColor: string;
|
|
4792
|
-
|
|
4793
|
-
closeIconColorHover: string;
|
|
4794
|
-
closeIconColorPressed: string;
|
|
4362
|
+
closeColor: string;
|
|
4795
4363
|
closeColorHover: string;
|
|
4796
4364
|
closeColorPressed: string;
|
|
4365
|
+
closeColorDisabled: string;
|
|
4797
4366
|
clearColor: string;
|
|
4798
4367
|
clearColorHover: string;
|
|
4799
4368
|
clearColorPressed: string;
|
|
@@ -5022,11 +4591,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5022
4591
|
scrollable: BooleanConstructor;
|
|
5023
4592
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5024
4593
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5025
|
-
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5026
4594
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
5027
4595
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
5028
4596
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
5029
|
-
internalDeactivateImmediately: BooleanConstructor;
|
|
5030
4597
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
5031
4598
|
internalInheritedEventHandlers: {
|
|
5032
4599
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -5062,7 +4629,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5062
4629
|
arrowPointToCenter: boolean;
|
|
5063
4630
|
displayDirective: "show" | "if";
|
|
5064
4631
|
keepAliveOnHover: boolean;
|
|
5065
|
-
internalDeactivateImmediately: boolean;
|
|
5066
4632
|
animated: boolean;
|
|
5067
4633
|
internalTrapFocus: boolean;
|
|
5068
4634
|
defaultShow: boolean;
|
|
@@ -5188,10 +4754,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5188
4754
|
readonly default: true;
|
|
5189
4755
|
};
|
|
5190
4756
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
5191
|
-
readonly nativeFocusBehavior:
|
|
5192
|
-
readonly type: BooleanConstructor;
|
|
5193
|
-
readonly default: boolean;
|
|
5194
|
-
};
|
|
4757
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
5195
4758
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
5196
4759
|
heightTiny: string;
|
|
5197
4760
|
heightSmall: string;
|
|
@@ -5905,10 +5468,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5905
5468
|
readonly default: true;
|
|
5906
5469
|
};
|
|
5907
5470
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
5908
|
-
readonly nativeFocusBehavior:
|
|
5909
|
-
readonly type: BooleanConstructor;
|
|
5910
|
-
readonly default: boolean;
|
|
5911
|
-
};
|
|
5471
|
+
readonly nativeFocusBehavior: BooleanConstructor;
|
|
5912
5472
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
5913
5473
|
heightTiny: string;
|
|
5914
5474
|
heightSmall: string;
|
|
@@ -6522,26 +6082,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6522
6082
|
rippleDuration: string;
|
|
6523
6083
|
}, any>>>;
|
|
6524
6084
|
}>>, {
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6085
|
+
type: import("naive-ui/es/button/src/interface").Type;
|
|
6086
|
+
tag: keyof HTMLElementTagNameMap;
|
|
6087
|
+
block: boolean;
|
|
6088
|
+
round: boolean;
|
|
6089
|
+
dashed: boolean;
|
|
6090
|
+
text: boolean;
|
|
6091
|
+
circle: boolean;
|
|
6092
|
+
disabled: boolean;
|
|
6093
|
+
focusable: boolean;
|
|
6094
|
+
strong: boolean;
|
|
6095
|
+
loading: boolean;
|
|
6096
|
+
bordered: boolean;
|
|
6097
|
+
tertiary: boolean;
|
|
6098
|
+
ghost: boolean;
|
|
6099
|
+
keyboard: boolean;
|
|
6100
|
+
secondary: boolean;
|
|
6101
|
+
quaternary: boolean;
|
|
6102
|
+
iconPlacement: "left" | "right";
|
|
6103
|
+
attrType: "button" | "reset" | "submit";
|
|
6104
|
+
nativeFocusBehavior: boolean;
|
|
6545
6105
|
}>;
|
|
6546
6106
|
NInput: import("vue").DefineComponent<{
|
|
6547
6107
|
bordered: {
|
|
@@ -6555,9 +6115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6555
6115
|
placeholder: import("vue").PropType<string | [string, string]>;
|
|
6556
6116
|
defaultValue: {
|
|
6557
6117
|
type: import("vue").PropType<string | [string, string] | null>;
|
|
6558
|
-
default: null;
|
|
6559
|
-
* 清空选项和常用值;
|
|
6560
|
-
*/
|
|
6118
|
+
default: null;
|
|
6561
6119
|
};
|
|
6562
6120
|
value: import("vue").PropType<string | [string, string] | null>;
|
|
6563
6121
|
disabled: {
|
|
@@ -6603,7 +6161,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6603
6161
|
type: BooleanConstructor;
|
|
6604
6162
|
default: undefined;
|
|
6605
6163
|
};
|
|
6606
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
6607
6164
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6608
6165
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
6609
6166
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -6824,8 +6381,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6824
6381
|
contentRef: HTMLElement | null;
|
|
6825
6382
|
containerScrollTop: number;
|
|
6826
6383
|
syncUnifiedContainer: () => void;
|
|
6827
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6828
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6384
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
|
|
6385
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
|
|
6829
6386
|
sync: () => void;
|
|
6830
6387
|
handleMouseEnterWrapper: () => void;
|
|
6831
6388
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6859,7 +6416,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6859
6416
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
6860
6417
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
6861
6418
|
handleInputBlur: (e: FocusEvent) => void;
|
|
6862
|
-
handleInputFocus: (e: FocusEvent
|
|
6419
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
6863
6420
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
6864
6421
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
6865
6422
|
handleMouseEnter: () => void;
|
|
@@ -6870,7 +6427,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6870
6427
|
handleClear: (e: MouseEvent) => void;
|
|
6871
6428
|
handlePasswordToggleClick: () => void;
|
|
6872
6429
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
6873
|
-
|
|
6430
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
6874
6431
|
handleTextAreaMirrorResize: () => void;
|
|
6875
6432
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
6876
6433
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -6914,11 +6471,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6914
6471
|
opacity5: string;
|
|
6915
6472
|
dividerColor: string;
|
|
6916
6473
|
borderColor: string;
|
|
6917
|
-
|
|
6918
|
-
closeIconColorHover: string;
|
|
6919
|
-
closeIconColorPressed: string;
|
|
6474
|
+
closeColor: string;
|
|
6920
6475
|
closeColorHover: string;
|
|
6921
6476
|
closeColorPressed: string;
|
|
6477
|
+
closeColorDisabled: string;
|
|
6922
6478
|
clearColor: string;
|
|
6923
6479
|
clearColorHover: string;
|
|
6924
6480
|
clearColorPressed: string;
|
|
@@ -7159,7 +6715,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7159
6715
|
type: BooleanConstructor;
|
|
7160
6716
|
default: undefined;
|
|
7161
6717
|
};
|
|
7162
|
-
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
7163
6718
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
7164
6719
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
7165
6720
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|