naive-ui 2.25.1 → 2.25.2

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.
Files changed (228) hide show
  1. package/es/_internal/select-menu/src/SelectMenu.d.ts +6 -1
  2. package/es/_internal/select-menu/src/SelectMenu.js +17 -8
  3. package/es/_internal/selection/src/Selection.d.ts +31 -26
  4. package/es/_internal/selection/src/Selection.js +78 -80
  5. package/es/_internal/selection/styles/dark.js +3 -3
  6. package/es/_internal/selection/styles/light.d.ts +6 -6
  7. package/es/_internal/selection/styles/light.js +3 -3
  8. package/es/_mixins/index.d.ts +1 -1
  9. package/es/_mixins/index.js +1 -1
  10. package/es/_mixins/use-css-vars-class.d.ts +9 -2
  11. package/es/_mixins/use-css-vars-class.js +29 -13
  12. package/es/_mixins/use-form-item.d.ts +1 -1
  13. package/es/_utils/css/color-to-class.d.ts +1 -0
  14. package/es/_utils/css/color-to-class.js +3 -0
  15. package/es/_utils/css/format-length.d.ts +2 -2
  16. package/es/_utils/css/format-length.js +1 -2
  17. package/es/_utils/css/index.d.ts +2 -1
  18. package/es/_utils/css/index.js +2 -1
  19. package/es/_utils/index.d.ts +1 -1
  20. package/es/_utils/index.js +1 -1
  21. package/es/_utils/vue/resolve-slot.js +0 -1
  22. package/es/alert/src/Alert.d.ts +4 -4
  23. package/es/auto-complete/src/AutoComplete.d.ts +1 -1
  24. package/es/badge/src/Badge.d.ts +4 -4
  25. package/es/button/src/Button.d.ts +3 -2
  26. package/es/button/src/Button.js +13 -24
  27. package/es/button/styles/index.d.ts +1 -1
  28. package/es/button/styles/index.js +1 -1
  29. package/es/button/styles/rtl.d.ts +2 -5
  30. package/es/button/styles/rtl.js +1 -1
  31. package/es/card/src/Card.d.ts +3 -1
  32. package/es/card/src/Card.js +41 -38
  33. package/es/card/styles/index.d.ts +1 -1
  34. package/es/card/styles/index.js +1 -1
  35. package/es/card/styles/rtl.d.ts +2 -5
  36. package/es/card/styles/rtl.js +1 -1
  37. package/es/cascader/src/Cascader.d.ts +30 -30
  38. package/es/cascader/src/CascaderMenu.d.ts +3 -3
  39. package/es/cascader/src/CascaderOption.d.ts +3 -3
  40. package/es/cascader/src/CascaderSelectMenu.d.ts +3 -3
  41. package/es/cascader/src/CascaderSubmenu.d.ts +3 -3
  42. package/es/cascader/styles/light.d.ts +3 -3
  43. package/es/checkbox/src/styles/index.cssr.js +12 -12
  44. package/es/data-table/src/DataTable.d.ts +34 -34
  45. package/es/data-table/src/HeaderButton/FilterButton.d.ts +6 -6
  46. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +6 -6
  47. package/es/data-table/src/TableParts/Body.d.ts +6 -6
  48. package/es/data-table/src/TableParts/Cell.d.ts +12 -12
  49. package/es/data-table/src/TableParts/Header.d.ts +6 -6
  50. package/es/data-table/styles/light.d.ts +3 -3
  51. package/es/descriptions/src/Descriptions.d.ts +1 -1
  52. package/es/dialog/src/Dialog.d.ts +4 -4
  53. package/es/dialog/src/DialogEnvironment.d.ts +5 -5
  54. package/es/dialog/src/DialogProvider.d.ts +2 -2
  55. package/es/dialog/src/dialogProps.d.ts +2 -2
  56. package/es/dynamic-tags/src/DynamicTags.d.ts +4 -4
  57. package/es/form/src/FormItem.d.ts +4 -4
  58. package/es/form/src/FormItemCol.d.ts +3 -3
  59. package/es/form/src/FormItemGridItem.d.ts +5 -5
  60. package/es/form/src/FormItemRow.d.ts +3 -3
  61. package/es/form/src/utils.d.ts +1 -1
  62. package/es/gradient-text/src/GradientText.d.ts +5 -5
  63. package/es/icon-wrapper/src/IconWrapper.js +7 -5
  64. package/es/image/src/Image.d.ts +1 -1
  65. package/es/input/src/Input.d.ts +1 -1
  66. package/es/input-number/src/InputNumber.d.ts +1 -1
  67. package/es/locales/common/eo.d.ts +109 -0
  68. package/es/locales/common/eo.js +109 -0
  69. package/es/locales/common/plPL.d.ts +3 -0
  70. package/es/locales/common/plPL.js +109 -0
  71. package/es/locales/date/eo.d.ts +3 -0
  72. package/es/locales/date/eo.js +6 -0
  73. package/es/locales/date/plPL.d.ts +3 -0
  74. package/es/locales/date/plPL.js +6 -0
  75. package/es/locales/index.d.ts +4 -0
  76. package/es/locales/index.js +4 -0
  77. package/es/mention/src/Mention.d.ts +1 -1
  78. package/es/menu/src/Menu.d.ts +1 -1
  79. package/es/modal/src/BodyWrapper.d.ts +6 -6
  80. package/es/modal/src/Modal.d.ts +8 -8
  81. package/es/modal/src/presetProps.d.ts +2 -2
  82. package/es/notification/src/Notification.d.ts +4 -4
  83. package/es/notification/src/NotificationEnvironment.d.ts +4 -4
  84. package/es/notification/src/NotificationProvider.d.ts +1 -1
  85. package/es/pagination/src/Pagination.d.ts +33 -33
  86. package/es/pagination/styles/light.d.ts +3 -3
  87. package/es/progress/src/Circle.d.ts +19 -3
  88. package/es/progress/src/Circle.js +41 -22
  89. package/es/progress/src/Progress.d.ts +14 -5
  90. package/es/progress/src/Progress.js +43 -29
  91. package/es/progress/src/styles/index.cssr.js +1 -1
  92. package/es/result/src/Result.d.ts +4 -4
  93. package/es/select/src/Select.d.ts +45 -31
  94. package/es/select/src/Select.js +13 -8
  95. package/es/select/styles/light.d.ts +3 -3
  96. package/es/tag/src/Tag.d.ts +7 -5
  97. package/es/tag/src/Tag.js +60 -40
  98. package/es/tag/src/common-props.d.ts +1 -1
  99. package/es/tag/src/styles/index.cssr.js +1 -1
  100. package/es/tag/styles/index.d.ts +1 -1
  101. package/es/tag/styles/index.js +1 -1
  102. package/es/tag/styles/rtl.d.ts +2 -5
  103. package/es/tag/styles/rtl.js +1 -1
  104. package/es/timeline/src/TimelineItem.d.ts +4 -4
  105. package/es/tree/src/utils.js +1 -1
  106. package/es/tree-select/src/TreeSelect.d.ts +30 -30
  107. package/es/tree-select/styles/light.d.ts +3 -3
  108. package/es/typography/src/create-header.d.ts +4 -4
  109. package/es/typography/src/headers.d.ts +18 -18
  110. package/es/upload/src/UploadFile.d.ts +1 -1
  111. package/es/upload/src/UploadProgress.d.ts +2 -2
  112. package/es/version.d.ts +1 -1
  113. package/es/version.js +1 -1
  114. package/lib/_internal/select-menu/src/SelectMenu.d.ts +6 -1
  115. package/lib/_internal/select-menu/src/SelectMenu.js +16 -7
  116. package/lib/_internal/selection/src/Selection.d.ts +31 -26
  117. package/lib/_internal/selection/src/Selection.js +77 -79
  118. package/lib/_internal/selection/styles/dark.js +3 -3
  119. package/lib/_internal/selection/styles/light.d.ts +6 -6
  120. package/lib/_internal/selection/styles/light.js +3 -3
  121. package/lib/_mixins/index.d.ts +1 -1
  122. package/lib/_mixins/index.js +3 -2
  123. package/lib/_mixins/use-css-vars-class.d.ts +9 -2
  124. package/lib/_mixins/use-css-vars-class.js +31 -15
  125. package/lib/_mixins/use-form-item.d.ts +1 -1
  126. package/lib/_utils/css/color-to-class.d.ts +1 -0
  127. package/lib/_utils/css/color-to-class.js +7 -0
  128. package/lib/_utils/css/format-length.d.ts +2 -2
  129. package/lib/_utils/css/format-length.js +2 -1
  130. package/lib/_utils/css/index.d.ts +2 -1
  131. package/lib/_utils/css/index.js +4 -5
  132. package/lib/_utils/index.d.ts +1 -1
  133. package/lib/_utils/index.js +2 -1
  134. package/lib/_utils/vue/resolve-slot.js +0 -1
  135. package/lib/alert/src/Alert.d.ts +4 -4
  136. package/lib/auto-complete/src/AutoComplete.d.ts +1 -1
  137. package/lib/badge/src/Badge.d.ts +4 -4
  138. package/lib/button/src/Button.d.ts +3 -2
  139. package/lib/button/src/Button.js +11 -22
  140. package/lib/button/styles/index.d.ts +1 -1
  141. package/lib/button/styles/index.js +1 -1
  142. package/lib/button/styles/rtl.d.ts +2 -5
  143. package/lib/button/styles/rtl.js +2 -1
  144. package/lib/card/src/Card.d.ts +3 -1
  145. package/lib/card/src/Card.js +40 -37
  146. package/lib/card/styles/index.d.ts +1 -1
  147. package/lib/card/styles/index.js +1 -1
  148. package/lib/card/styles/rtl.d.ts +2 -5
  149. package/lib/card/styles/rtl.js +2 -1
  150. package/lib/cascader/src/Cascader.d.ts +30 -30
  151. package/lib/cascader/src/CascaderMenu.d.ts +3 -3
  152. package/lib/cascader/src/CascaderOption.d.ts +3 -3
  153. package/lib/cascader/src/CascaderSelectMenu.d.ts +3 -3
  154. package/lib/cascader/src/CascaderSubmenu.d.ts +3 -3
  155. package/lib/cascader/styles/light.d.ts +3 -3
  156. package/lib/checkbox/src/styles/index.cssr.js +12 -12
  157. package/lib/data-table/src/DataTable.d.ts +34 -34
  158. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +6 -6
  159. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +6 -6
  160. package/lib/data-table/src/TableParts/Body.d.ts +6 -6
  161. package/lib/data-table/src/TableParts/Cell.d.ts +12 -12
  162. package/lib/data-table/src/TableParts/Header.d.ts +6 -6
  163. package/lib/data-table/styles/light.d.ts +3 -3
  164. package/lib/descriptions/src/Descriptions.d.ts +1 -1
  165. package/lib/dialog/src/Dialog.d.ts +4 -4
  166. package/lib/dialog/src/DialogEnvironment.d.ts +5 -5
  167. package/lib/dialog/src/DialogProvider.d.ts +2 -2
  168. package/lib/dialog/src/dialogProps.d.ts +2 -2
  169. package/lib/dynamic-tags/src/DynamicTags.d.ts +4 -4
  170. package/lib/form/src/FormItem.d.ts +4 -4
  171. package/lib/form/src/FormItemCol.d.ts +3 -3
  172. package/lib/form/src/FormItemGridItem.d.ts +5 -5
  173. package/lib/form/src/FormItemRow.d.ts +3 -3
  174. package/lib/form/src/utils.d.ts +1 -1
  175. package/lib/gradient-text/src/GradientText.d.ts +5 -5
  176. package/lib/icon-wrapper/src/IconWrapper.js +6 -4
  177. package/lib/image/src/Image.d.ts +1 -1
  178. package/lib/input/src/Input.d.ts +1 -1
  179. package/lib/input-number/src/InputNumber.d.ts +1 -1
  180. package/lib/locales/common/eo.d.ts +109 -0
  181. package/lib/locales/common/eo.js +111 -0
  182. package/lib/locales/common/plPL.d.ts +3 -0
  183. package/lib/locales/common/plPL.js +111 -0
  184. package/lib/locales/date/eo.d.ts +3 -0
  185. package/lib/locales/date/eo.js +11 -0
  186. package/lib/locales/date/plPL.d.ts +3 -0
  187. package/lib/locales/date/plPL.js +11 -0
  188. package/lib/locales/index.d.ts +4 -0
  189. package/lib/locales/index.js +9 -1
  190. package/lib/mention/src/Mention.d.ts +1 -1
  191. package/lib/menu/src/Menu.d.ts +1 -1
  192. package/lib/modal/src/BodyWrapper.d.ts +6 -6
  193. package/lib/modal/src/Modal.d.ts +8 -8
  194. package/lib/modal/src/presetProps.d.ts +2 -2
  195. package/lib/notification/src/Notification.d.ts +4 -4
  196. package/lib/notification/src/NotificationEnvironment.d.ts +4 -4
  197. package/lib/notification/src/NotificationProvider.d.ts +1 -1
  198. package/lib/pagination/src/Pagination.d.ts +33 -33
  199. package/lib/pagination/styles/light.d.ts +3 -3
  200. package/lib/progress/src/Circle.d.ts +19 -3
  201. package/lib/progress/src/Circle.js +40 -21
  202. package/lib/progress/src/Progress.d.ts +14 -5
  203. package/lib/progress/src/Progress.js +42 -28
  204. package/lib/progress/src/styles/index.cssr.js +1 -1
  205. package/lib/result/src/Result.d.ts +4 -4
  206. package/lib/select/src/Select.d.ts +45 -31
  207. package/lib/select/src/Select.js +13 -8
  208. package/lib/select/styles/light.d.ts +3 -3
  209. package/lib/tag/src/Tag.d.ts +7 -5
  210. package/lib/tag/src/Tag.js +58 -38
  211. package/lib/tag/src/common-props.d.ts +1 -1
  212. package/lib/tag/src/styles/index.cssr.js +1 -1
  213. package/lib/tag/styles/index.d.ts +1 -1
  214. package/lib/tag/styles/index.js +1 -1
  215. package/lib/tag/styles/rtl.d.ts +2 -5
  216. package/lib/tag/styles/rtl.js +2 -1
  217. package/lib/timeline/src/TimelineItem.d.ts +4 -4
  218. package/lib/tree/src/utils.js +1 -1
  219. package/lib/tree-select/src/TreeSelect.d.ts +30 -30
  220. package/lib/tree-select/styles/light.d.ts +3 -3
  221. package/lib/typography/src/create-header.d.ts +4 -4
  222. package/lib/typography/src/headers.d.ts +18 -18
  223. package/lib/upload/src/UploadFile.d.ts +1 -1
  224. package/lib/upload/src/UploadProgress.d.ts +2 -2
  225. package/lib/version.d.ts +1 -1
  226. package/lib/version.js +1 -1
  227. package/package.json +4 -4
  228. package/web-types.json +28 -1
@@ -178,7 +178,7 @@ declare const cascaderProps: {
178
178
  borderHover: string;
179
179
  borderActive: string;
180
180
  borderFocus: string;
181
- boxShadowHover: null;
181
+ boxShadowHover: string;
182
182
  boxShadowActive: string;
183
183
  boxShadowFocus: string;
184
184
  caretColor: string;
@@ -189,7 +189,7 @@ declare const cascaderProps: {
189
189
  borderHoverWarning: string;
190
190
  borderActiveWarning: string;
191
191
  borderFocusWarning: string;
192
- boxShadowHoverWarning: null;
192
+ boxShadowHoverWarning: string;
193
193
  boxShadowActiveWarning: string;
194
194
  boxShadowFocusWarning: string;
195
195
  colorActiveWarning: string;
@@ -198,7 +198,7 @@ declare const cascaderProps: {
198
198
  borderHoverError: string;
199
199
  borderActiveError: string;
200
200
  borderFocusError: string;
201
- boxShadowHoverError: null;
201
+ boxShadowHoverError: string;
202
202
  boxShadowActiveError: string;
203
203
  boxShadowFocusError: string;
204
204
  colorActiveError: string;
@@ -362,7 +362,7 @@ declare const cascaderProps: {
362
362
  borderHover: string;
363
363
  borderActive: string;
364
364
  borderFocus: string;
365
- boxShadowHover: null;
365
+ boxShadowHover: string;
366
366
  boxShadowActive: string;
367
367
  boxShadowFocus: string;
368
368
  caretColor: string;
@@ -373,7 +373,7 @@ declare const cascaderProps: {
373
373
  borderHoverWarning: string;
374
374
  borderActiveWarning: string;
375
375
  borderFocusWarning: string;
376
- boxShadowHoverWarning: null;
376
+ boxShadowHoverWarning: string;
377
377
  boxShadowActiveWarning: string;
378
378
  boxShadowFocusWarning: string;
379
379
  colorActiveWarning: string;
@@ -382,7 +382,7 @@ declare const cascaderProps: {
382
382
  borderHoverError: string;
383
383
  borderActiveError: string;
384
384
  borderFocusError: string;
385
- boxShadowHoverError: null;
385
+ boxShadowHoverError: string;
386
386
  boxShadowActiveError: string;
387
387
  boxShadowFocusError: string;
388
388
  colorActiveError: string;
@@ -546,7 +546,7 @@ declare const cascaderProps: {
546
546
  borderHover: string;
547
547
  borderActive: string;
548
548
  borderFocus: string;
549
- boxShadowHover: null;
549
+ boxShadowHover: string;
550
550
  boxShadowActive: string;
551
551
  boxShadowFocus: string;
552
552
  caretColor: string;
@@ -557,7 +557,7 @@ declare const cascaderProps: {
557
557
  borderHoverWarning: string;
558
558
  borderActiveWarning: string;
559
559
  borderFocusWarning: string;
560
- boxShadowHoverWarning: null;
560
+ boxShadowHoverWarning: string;
561
561
  boxShadowActiveWarning: string;
562
562
  boxShadowFocusWarning: string;
563
563
  colorActiveWarning: string;
@@ -566,7 +566,7 @@ declare const cascaderProps: {
566
566
  borderHoverError: string;
567
567
  borderActiveError: string;
568
568
  borderFocusError: string;
569
- boxShadowHoverError: null;
569
+ boxShadowHoverError: string;
570
570
  boxShadowActiveError: string;
571
571
  boxShadowFocusError: string;
572
572
  colorActiveError: string;
@@ -816,7 +816,7 @@ declare const _default: import("vue").DefineComponent<{
816
816
  borderHover: string;
817
817
  borderActive: string;
818
818
  borderFocus: string;
819
- boxShadowHover: null;
819
+ boxShadowHover: string;
820
820
  boxShadowActive: string;
821
821
  boxShadowFocus: string;
822
822
  caretColor: string;
@@ -827,7 +827,7 @@ declare const _default: import("vue").DefineComponent<{
827
827
  borderHoverWarning: string;
828
828
  borderActiveWarning: string;
829
829
  borderFocusWarning: string;
830
- boxShadowHoverWarning: null;
830
+ boxShadowHoverWarning: string;
831
831
  boxShadowActiveWarning: string;
832
832
  boxShadowFocusWarning: string;
833
833
  colorActiveWarning: string;
@@ -836,7 +836,7 @@ declare const _default: import("vue").DefineComponent<{
836
836
  borderHoverError: string;
837
837
  borderActiveError: string;
838
838
  borderFocusError: string;
839
- boxShadowHoverError: null;
839
+ boxShadowHoverError: string;
840
840
  boxShadowActiveError: string;
841
841
  boxShadowFocusError: string;
842
842
  colorActiveError: string;
@@ -1000,7 +1000,7 @@ declare const _default: import("vue").DefineComponent<{
1000
1000
  borderHover: string;
1001
1001
  borderActive: string;
1002
1002
  borderFocus: string;
1003
- boxShadowHover: null;
1003
+ boxShadowHover: string;
1004
1004
  boxShadowActive: string;
1005
1005
  boxShadowFocus: string;
1006
1006
  caretColor: string;
@@ -1011,7 +1011,7 @@ declare const _default: import("vue").DefineComponent<{
1011
1011
  borderHoverWarning: string;
1012
1012
  borderActiveWarning: string;
1013
1013
  borderFocusWarning: string;
1014
- boxShadowHoverWarning: null;
1014
+ boxShadowHoverWarning: string;
1015
1015
  boxShadowActiveWarning: string;
1016
1016
  boxShadowFocusWarning: string;
1017
1017
  colorActiveWarning: string;
@@ -1020,7 +1020,7 @@ declare const _default: import("vue").DefineComponent<{
1020
1020
  borderHoverError: string;
1021
1021
  borderActiveError: string;
1022
1022
  borderFocusError: string;
1023
- boxShadowHoverError: null;
1023
+ boxShadowHoverError: string;
1024
1024
  boxShadowActiveError: string;
1025
1025
  boxShadowFocusError: string;
1026
1026
  colorActiveError: string;
@@ -1184,7 +1184,7 @@ declare const _default: import("vue").DefineComponent<{
1184
1184
  borderHover: string;
1185
1185
  borderActive: string;
1186
1186
  borderFocus: string;
1187
- boxShadowHover: null;
1187
+ boxShadowHover: string;
1188
1188
  boxShadowActive: string;
1189
1189
  boxShadowFocus: string;
1190
1190
  caretColor: string;
@@ -1195,7 +1195,7 @@ declare const _default: import("vue").DefineComponent<{
1195
1195
  borderHoverWarning: string;
1196
1196
  borderActiveWarning: string;
1197
1197
  borderFocusWarning: string;
1198
- boxShadowHoverWarning: null;
1198
+ boxShadowHoverWarning: string;
1199
1199
  boxShadowActiveWarning: string;
1200
1200
  boxShadowFocusWarning: string;
1201
1201
  colorActiveWarning: string;
@@ -1204,7 +1204,7 @@ declare const _default: import("vue").DefineComponent<{
1204
1204
  borderHoverError: string;
1205
1205
  borderActiveError: string;
1206
1206
  borderFocusError: string;
1207
- boxShadowHoverError: null;
1207
+ boxShadowHoverError: string;
1208
1208
  boxShadowActiveError: string;
1209
1209
  boxShadowFocusError: string;
1210
1210
  colorActiveError: string;
@@ -1534,7 +1534,7 @@ declare const _default: import("vue").DefineComponent<{
1534
1534
  borderHover: string;
1535
1535
  borderActive: string;
1536
1536
  borderFocus: string;
1537
- boxShadowHover: null;
1537
+ boxShadowHover: string;
1538
1538
  boxShadowActive: string;
1539
1539
  boxShadowFocus: string;
1540
1540
  caretColor: string;
@@ -1545,7 +1545,7 @@ declare const _default: import("vue").DefineComponent<{
1545
1545
  borderHoverWarning: string;
1546
1546
  borderActiveWarning: string;
1547
1547
  borderFocusWarning: string;
1548
- boxShadowHoverWarning: null;
1548
+ boxShadowHoverWarning: string;
1549
1549
  boxShadowActiveWarning: string;
1550
1550
  boxShadowFocusWarning: string;
1551
1551
  colorActiveWarning: string;
@@ -1554,7 +1554,7 @@ declare const _default: import("vue").DefineComponent<{
1554
1554
  borderHoverError: string;
1555
1555
  borderActiveError: string;
1556
1556
  borderFocusError: string;
1557
- boxShadowHoverError: null;
1557
+ boxShadowHoverError: string;
1558
1558
  boxShadowActiveError: string;
1559
1559
  boxShadowFocusError: string;
1560
1560
  colorActiveError: string;
@@ -1880,7 +1880,7 @@ declare const _default: import("vue").DefineComponent<{
1880
1880
  borderHover: string;
1881
1881
  borderActive: string;
1882
1882
  borderFocus: string;
1883
- boxShadowHover: null;
1883
+ boxShadowHover: string;
1884
1884
  boxShadowActive: string;
1885
1885
  boxShadowFocus: string;
1886
1886
  caretColor: string;
@@ -1891,7 +1891,7 @@ declare const _default: import("vue").DefineComponent<{
1891
1891
  borderHoverWarning: string;
1892
1892
  borderActiveWarning: string;
1893
1893
  borderFocusWarning: string;
1894
- boxShadowHoverWarning: null;
1894
+ boxShadowHoverWarning: string;
1895
1895
  boxShadowActiveWarning: string;
1896
1896
  boxShadowFocusWarning: string;
1897
1897
  colorActiveWarning: string;
@@ -1900,7 +1900,7 @@ declare const _default: import("vue").DefineComponent<{
1900
1900
  borderHoverError: string;
1901
1901
  borderActiveError: string;
1902
1902
  borderFocusError: string;
1903
- boxShadowHoverError: null;
1903
+ boxShadowHoverError: string;
1904
1904
  boxShadowActiveError: string;
1905
1905
  boxShadowFocusError: string;
1906
1906
  colorActiveError: string;
@@ -2064,7 +2064,7 @@ declare const _default: import("vue").DefineComponent<{
2064
2064
  borderHover: string;
2065
2065
  borderActive: string;
2066
2066
  borderFocus: string;
2067
- boxShadowHover: null;
2067
+ boxShadowHover: string;
2068
2068
  boxShadowActive: string;
2069
2069
  boxShadowFocus: string;
2070
2070
  caretColor: string;
@@ -2075,7 +2075,7 @@ declare const _default: import("vue").DefineComponent<{
2075
2075
  borderHoverWarning: string;
2076
2076
  borderActiveWarning: string;
2077
2077
  borderFocusWarning: string;
2078
- boxShadowHoverWarning: null;
2078
+ boxShadowHoverWarning: string;
2079
2079
  boxShadowActiveWarning: string;
2080
2080
  boxShadowFocusWarning: string;
2081
2081
  colorActiveWarning: string;
@@ -2084,7 +2084,7 @@ declare const _default: import("vue").DefineComponent<{
2084
2084
  borderHoverError: string;
2085
2085
  borderActiveError: string;
2086
2086
  borderFocusError: string;
2087
- boxShadowHoverError: null;
2087
+ boxShadowHoverError: string;
2088
2088
  boxShadowActiveError: string;
2089
2089
  boxShadowFocusError: string;
2090
2090
  colorActiveError: string;
@@ -2248,7 +2248,7 @@ declare const _default: import("vue").DefineComponent<{
2248
2248
  borderHover: string;
2249
2249
  borderActive: string;
2250
2250
  borderFocus: string;
2251
- boxShadowHover: null;
2251
+ boxShadowHover: string;
2252
2252
  boxShadowActive: string;
2253
2253
  boxShadowFocus: string;
2254
2254
  caretColor: string;
@@ -2259,7 +2259,7 @@ declare const _default: import("vue").DefineComponent<{
2259
2259
  borderHoverWarning: string;
2260
2260
  borderActiveWarning: string;
2261
2261
  borderFocusWarning: string;
2262
- boxShadowHoverWarning: null;
2262
+ boxShadowHoverWarning: string;
2263
2263
  boxShadowActiveWarning: string;
2264
2264
  boxShadowFocusWarning: string;
2265
2265
  colorActiveWarning: string;
@@ -2268,7 +2268,7 @@ declare const _default: import("vue").DefineComponent<{
2268
2268
  borderHoverError: string;
2269
2269
  borderActiveError: string;
2270
2270
  borderFocusError: string;
2271
- boxShadowHoverError: null;
2271
+ boxShadowHoverError: string;
2272
2272
  boxShadowActiveError: string;
2273
2273
  boxShadowFocusError: string;
2274
2274
  colorActiveError: string;
@@ -238,7 +238,7 @@ declare const _default: import("vue").DefineComponent<{
238
238
  borderHover: string;
239
239
  borderActive: string;
240
240
  borderFocus: string;
241
- boxShadowHover: null;
241
+ boxShadowHover: string;
242
242
  boxShadowActive: string;
243
243
  boxShadowFocus: string;
244
244
  caretColor: string;
@@ -249,7 +249,7 @@ declare const _default: import("vue").DefineComponent<{
249
249
  borderHoverWarning: string;
250
250
  borderActiveWarning: string;
251
251
  borderFocusWarning: string;
252
- boxShadowHoverWarning: null;
252
+ boxShadowHoverWarning: string;
253
253
  boxShadowActiveWarning: string;
254
254
  boxShadowFocusWarning: string;
255
255
  colorActiveWarning: string;
@@ -258,7 +258,7 @@ declare const _default: import("vue").DefineComponent<{
258
258
  borderHoverError: string;
259
259
  borderActiveError: string;
260
260
  borderFocusError: string;
261
- boxShadowHoverError: null;
261
+ boxShadowHoverError: string;
262
262
  boxShadowActiveError: string;
263
263
  boxShadowFocusError: string;
264
264
  colorActiveError: string;
@@ -214,7 +214,7 @@ declare const _default: import("vue").DefineComponent<{
214
214
  borderHover: string;
215
215
  borderActive: string;
216
216
  borderFocus: string;
217
- boxShadowHover: null;
217
+ boxShadowHover: string;
218
218
  boxShadowActive: string;
219
219
  boxShadowFocus: string;
220
220
  caretColor: string;
@@ -225,7 +225,7 @@ declare const _default: import("vue").DefineComponent<{
225
225
  borderHoverWarning: string;
226
226
  borderActiveWarning: string;
227
227
  borderFocusWarning: string;
228
- boxShadowHoverWarning: null;
228
+ boxShadowHoverWarning: string;
229
229
  boxShadowActiveWarning: string;
230
230
  boxShadowFocusWarning: string;
231
231
  colorActiveWarning: string;
@@ -234,7 +234,7 @@ declare const _default: import("vue").DefineComponent<{
234
234
  borderHoverError: string;
235
235
  borderActiveError: string;
236
236
  borderFocusError: string;
237
- boxShadowHoverError: null;
237
+ boxShadowHoverError: string;
238
238
  boxShadowActiveError: string;
239
239
  boxShadowFocusError: string;
240
240
  colorActiveError: string;
@@ -226,7 +226,7 @@ declare const _default: import("vue").DefineComponent<{
226
226
  borderHover: string;
227
227
  borderActive: string;
228
228
  borderFocus: string;
229
- boxShadowHover: null;
229
+ boxShadowHover: string;
230
230
  boxShadowActive: string;
231
231
  boxShadowFocus: string;
232
232
  caretColor: string;
@@ -237,7 +237,7 @@ declare const _default: import("vue").DefineComponent<{
237
237
  borderHoverWarning: string;
238
238
  borderActiveWarning: string;
239
239
  borderFocusWarning: string;
240
- boxShadowHoverWarning: null;
240
+ boxShadowHoverWarning: string;
241
241
  boxShadowActiveWarning: string;
242
242
  boxShadowFocusWarning: string;
243
243
  colorActiveWarning: string;
@@ -246,7 +246,7 @@ declare const _default: import("vue").DefineComponent<{
246
246
  borderHoverError: string;
247
247
  borderActiveError: string;
248
248
  borderFocusError: string;
249
- boxShadowHoverError: null;
249
+ boxShadowHoverError: string;
250
250
  boxShadowActiveError: string;
251
251
  boxShadowFocusError: string;
252
252
  colorActiveError: string;
@@ -207,7 +207,7 @@ declare const _default: import("vue").DefineComponent<{
207
207
  borderHover: string;
208
208
  borderActive: string;
209
209
  borderFocus: string;
210
- boxShadowHover: null;
210
+ boxShadowHover: string;
211
211
  boxShadowActive: string;
212
212
  boxShadowFocus: string;
213
213
  caretColor: string;
@@ -218,7 +218,7 @@ declare const _default: import("vue").DefineComponent<{
218
218
  borderHoverWarning: string;
219
219
  borderActiveWarning: string;
220
220
  borderFocusWarning: string;
221
- boxShadowHoverWarning: null;
221
+ boxShadowHoverWarning: string;
222
222
  boxShadowActiveWarning: string;
223
223
  boxShadowFocusWarning: string;
224
224
  colorActiveWarning: string;
@@ -227,7 +227,7 @@ declare const _default: import("vue").DefineComponent<{
227
227
  borderHoverError: string;
228
228
  borderActiveError: string;
229
229
  borderFocusError: string;
230
- boxShadowHoverError: null;
230
+ boxShadowHoverError: string;
231
231
  boxShadowActiveError: string;
232
232
  boxShadowFocusError: string;
233
233
  colorActiveError: string;
@@ -107,7 +107,7 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
107
107
  borderHover: string;
108
108
  borderActive: string;
109
109
  borderFocus: string;
110
- boxShadowHover: null;
110
+ boxShadowHover: string;
111
111
  boxShadowActive: string;
112
112
  boxShadowFocus: string;
113
113
  caretColor: string;
@@ -118,7 +118,7 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
118
118
  borderHoverWarning: string;
119
119
  borderActiveWarning: string;
120
120
  borderFocusWarning: string;
121
- boxShadowHoverWarning: null;
121
+ boxShadowHoverWarning: string;
122
122
  boxShadowActiveWarning: string;
123
123
  boxShadowFocusWarning: string;
124
124
  colorActiveWarning: string;
@@ -127,7 +127,7 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
127
127
  borderHoverError: string;
128
128
  borderActiveError: string;
129
129
  borderFocusError: string;
130
- boxShadowHoverError: null;
130
+ boxShadowHoverError: string;
131
131
  boxShadowActiveError: string;
132
132
  boxShadowFocusError: string;
133
133
  colorActiveError: string;
@@ -49,14 +49,14 @@ exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('checkbox', `
49
49
  --n-merged-color-table-header: var(--n-color-table-header);
50
50
  `, [(0, cssr_1.c)('&:hover', [(0, cssr_1.cB)('checkbox-box', [(0, cssr_1.cE)('border', {
51
51
  border: 'var(--n-border-checked)'
52
- })])]), (0, cssr_1.c)('&:focus:not(:active)', [(0, cssr_1.cB)('checkbox-box', [(0, cssr_1.cE)('border', {
53
- border: 'var(--n-border-focus)',
54
- boxShadow: 'var(--n-box-shadow-focus)'
55
- })])]), (0, cssr_1.cM)('table-header', [(0, cssr_1.cB)('checkbox-box', {
56
- backgroundColor: 'var(--n-merged-color-table-header)'
57
- })]), (0, cssr_1.cM)('checked', [(0, cssr_1.cB)('checkbox-box', {
58
- backgroundColor: 'var(--n-color-checked)'
59
- }, [(0, cssr_1.cB)('checkbox-icon', [// if not set width to 100%, safari & old chrome won't display the icon
52
+ })])]), (0, cssr_1.c)('&:focus:not(:active)', [(0, cssr_1.cB)('checkbox-box', [(0, cssr_1.cE)('border', `
53
+ border: var(--n-border-focus);
54
+ box-shadow: var(--n-box-shadow-focus);
55
+ `)])]), (0, cssr_1.cM)('table-header', [(0, cssr_1.cB)('checkbox-box', `
56
+ background-color: var(--n-merged-color-table-header);
57
+ `)]), (0, cssr_1.cM)('checked', [(0, cssr_1.cB)('checkbox-box', `
58
+ background-color: var(--n-color-checked);
59
+ `, [(0, cssr_1.cB)('checkbox-icon', [// if not set width to 100%, safari & old chrome won't display the icon
60
60
  (0, cssr_1.c)('.check-icon', `
61
61
  opacity: 1;
62
62
  transform: scale(1);
@@ -66,10 +66,10 @@ exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('checkbox', `
66
66
  `), (0, cssr_1.c)('.line-icon', `
67
67
  opacity: 1;
68
68
  transform: scale(1);
69
- `)])])]), (0, cssr_1.cM)('checked, indeterminate', [(0, cssr_1.c)('&:focus:not(:active)', [(0, cssr_1.cB)('checkbox-box', [(0, cssr_1.cE)('border', {
70
- border: 'var(--n-border-checked)',
71
- boxShadow: 'var(--n-box-shadow-focus)'
72
- })])]), (0, cssr_1.cB)('checkbox-box', `
69
+ `)])])]), (0, cssr_1.cM)('checked, indeterminate', [(0, cssr_1.c)('&:focus:not(:active)', [(0, cssr_1.cB)('checkbox-box', [(0, cssr_1.cE)('border', `
70
+ border: var(--n-border-checked);
71
+ box-shadow: var(--n-box-shadow-focus);
72
+ `)])]), (0, cssr_1.cB)('checkbox-box', `
73
73
  background-color: var(--n-color-checked);
74
74
  border-left: 0;
75
75
  border-top: 0;