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.
- package/es/_internal/select-menu/src/SelectMenu.d.ts +6 -1
- package/es/_internal/select-menu/src/SelectMenu.js +17 -8
- package/es/_internal/selection/src/Selection.d.ts +31 -26
- package/es/_internal/selection/src/Selection.js +78 -80
- package/es/_internal/selection/styles/dark.js +3 -3
- package/es/_internal/selection/styles/light.d.ts +6 -6
- package/es/_internal/selection/styles/light.js +3 -3
- package/es/_mixins/index.d.ts +1 -1
- package/es/_mixins/index.js +1 -1
- package/es/_mixins/use-css-vars-class.d.ts +9 -2
- package/es/_mixins/use-css-vars-class.js +29 -13
- package/es/_mixins/use-form-item.d.ts +1 -1
- package/es/_utils/css/color-to-class.d.ts +1 -0
- package/es/_utils/css/color-to-class.js +3 -0
- package/es/_utils/css/format-length.d.ts +2 -2
- package/es/_utils/css/format-length.js +1 -2
- package/es/_utils/css/index.d.ts +2 -1
- package/es/_utils/css/index.js +2 -1
- package/es/_utils/index.d.ts +1 -1
- package/es/_utils/index.js +1 -1
- package/es/_utils/vue/resolve-slot.js +0 -1
- package/es/alert/src/Alert.d.ts +4 -4
- package/es/auto-complete/src/AutoComplete.d.ts +1 -1
- package/es/badge/src/Badge.d.ts +4 -4
- package/es/button/src/Button.d.ts +3 -2
- package/es/button/src/Button.js +13 -24
- package/es/button/styles/index.d.ts +1 -1
- package/es/button/styles/index.js +1 -1
- package/es/button/styles/rtl.d.ts +2 -5
- package/es/button/styles/rtl.js +1 -1
- package/es/card/src/Card.d.ts +3 -1
- package/es/card/src/Card.js +41 -38
- package/es/card/styles/index.d.ts +1 -1
- package/es/card/styles/index.js +1 -1
- package/es/card/styles/rtl.d.ts +2 -5
- package/es/card/styles/rtl.js +1 -1
- package/es/cascader/src/Cascader.d.ts +30 -30
- package/es/cascader/src/CascaderMenu.d.ts +3 -3
- package/es/cascader/src/CascaderOption.d.ts +3 -3
- package/es/cascader/src/CascaderSelectMenu.d.ts +3 -3
- package/es/cascader/src/CascaderSubmenu.d.ts +3 -3
- package/es/cascader/styles/light.d.ts +3 -3
- package/es/checkbox/src/styles/index.cssr.js +12 -12
- package/es/data-table/src/DataTable.d.ts +34 -34
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +6 -6
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +6 -6
- package/es/data-table/src/TableParts/Body.d.ts +6 -6
- package/es/data-table/src/TableParts/Cell.d.ts +12 -12
- package/es/data-table/src/TableParts/Header.d.ts +6 -6
- package/es/data-table/styles/light.d.ts +3 -3
- package/es/descriptions/src/Descriptions.d.ts +1 -1
- package/es/dialog/src/Dialog.d.ts +4 -4
- package/es/dialog/src/DialogEnvironment.d.ts +5 -5
- package/es/dialog/src/DialogProvider.d.ts +2 -2
- package/es/dialog/src/dialogProps.d.ts +2 -2
- package/es/dynamic-tags/src/DynamicTags.d.ts +4 -4
- package/es/form/src/FormItem.d.ts +4 -4
- package/es/form/src/FormItemCol.d.ts +3 -3
- package/es/form/src/FormItemGridItem.d.ts +5 -5
- package/es/form/src/FormItemRow.d.ts +3 -3
- package/es/form/src/utils.d.ts +1 -1
- package/es/gradient-text/src/GradientText.d.ts +5 -5
- package/es/icon-wrapper/src/IconWrapper.js +7 -5
- package/es/image/src/Image.d.ts +1 -1
- package/es/input/src/Input.d.ts +1 -1
- package/es/input-number/src/InputNumber.d.ts +1 -1
- package/es/locales/common/eo.d.ts +109 -0
- package/es/locales/common/eo.js +109 -0
- package/es/locales/common/plPL.d.ts +3 -0
- package/es/locales/common/plPL.js +109 -0
- package/es/locales/date/eo.d.ts +3 -0
- package/es/locales/date/eo.js +6 -0
- package/es/locales/date/plPL.d.ts +3 -0
- package/es/locales/date/plPL.js +6 -0
- package/es/locales/index.d.ts +4 -0
- package/es/locales/index.js +4 -0
- package/es/mention/src/Mention.d.ts +1 -1
- package/es/menu/src/Menu.d.ts +1 -1
- package/es/modal/src/BodyWrapper.d.ts +6 -6
- package/es/modal/src/Modal.d.ts +8 -8
- package/es/modal/src/presetProps.d.ts +2 -2
- package/es/notification/src/Notification.d.ts +4 -4
- package/es/notification/src/NotificationEnvironment.d.ts +4 -4
- package/es/notification/src/NotificationProvider.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +33 -33
- package/es/pagination/styles/light.d.ts +3 -3
- package/es/progress/src/Circle.d.ts +19 -3
- package/es/progress/src/Circle.js +41 -22
- package/es/progress/src/Progress.d.ts +14 -5
- package/es/progress/src/Progress.js +43 -29
- package/es/progress/src/styles/index.cssr.js +1 -1
- package/es/result/src/Result.d.ts +4 -4
- package/es/select/src/Select.d.ts +45 -31
- package/es/select/src/Select.js +13 -8
- package/es/select/styles/light.d.ts +3 -3
- package/es/tag/src/Tag.d.ts +7 -5
- package/es/tag/src/Tag.js +60 -40
- package/es/tag/src/common-props.d.ts +1 -1
- package/es/tag/src/styles/index.cssr.js +1 -1
- package/es/tag/styles/index.d.ts +1 -1
- package/es/tag/styles/index.js +1 -1
- package/es/tag/styles/rtl.d.ts +2 -5
- package/es/tag/styles/rtl.js +1 -1
- package/es/timeline/src/TimelineItem.d.ts +4 -4
- package/es/tree/src/utils.js +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +30 -30
- package/es/tree-select/styles/light.d.ts +3 -3
- package/es/typography/src/create-header.d.ts +4 -4
- package/es/typography/src/headers.d.ts +18 -18
- package/es/upload/src/UploadFile.d.ts +1 -1
- package/es/upload/src/UploadProgress.d.ts +2 -2
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +6 -1
- package/lib/_internal/select-menu/src/SelectMenu.js +16 -7
- package/lib/_internal/selection/src/Selection.d.ts +31 -26
- package/lib/_internal/selection/src/Selection.js +77 -79
- package/lib/_internal/selection/styles/dark.js +3 -3
- package/lib/_internal/selection/styles/light.d.ts +6 -6
- package/lib/_internal/selection/styles/light.js +3 -3
- package/lib/_mixins/index.d.ts +1 -1
- package/lib/_mixins/index.js +3 -2
- package/lib/_mixins/use-css-vars-class.d.ts +9 -2
- package/lib/_mixins/use-css-vars-class.js +31 -15
- package/lib/_mixins/use-form-item.d.ts +1 -1
- package/lib/_utils/css/color-to-class.d.ts +1 -0
- package/lib/_utils/css/color-to-class.js +7 -0
- package/lib/_utils/css/format-length.d.ts +2 -2
- package/lib/_utils/css/format-length.js +2 -1
- package/lib/_utils/css/index.d.ts +2 -1
- package/lib/_utils/css/index.js +4 -5
- package/lib/_utils/index.d.ts +1 -1
- package/lib/_utils/index.js +2 -1
- package/lib/_utils/vue/resolve-slot.js +0 -1
- package/lib/alert/src/Alert.d.ts +4 -4
- package/lib/auto-complete/src/AutoComplete.d.ts +1 -1
- package/lib/badge/src/Badge.d.ts +4 -4
- package/lib/button/src/Button.d.ts +3 -2
- package/lib/button/src/Button.js +11 -22
- package/lib/button/styles/index.d.ts +1 -1
- package/lib/button/styles/index.js +1 -1
- package/lib/button/styles/rtl.d.ts +2 -5
- package/lib/button/styles/rtl.js +2 -1
- package/lib/card/src/Card.d.ts +3 -1
- package/lib/card/src/Card.js +40 -37
- package/lib/card/styles/index.d.ts +1 -1
- package/lib/card/styles/index.js +1 -1
- package/lib/card/styles/rtl.d.ts +2 -5
- package/lib/card/styles/rtl.js +2 -1
- package/lib/cascader/src/Cascader.d.ts +30 -30
- package/lib/cascader/src/CascaderMenu.d.ts +3 -3
- package/lib/cascader/src/CascaderOption.d.ts +3 -3
- package/lib/cascader/src/CascaderSelectMenu.d.ts +3 -3
- package/lib/cascader/src/CascaderSubmenu.d.ts +3 -3
- package/lib/cascader/styles/light.d.ts +3 -3
- package/lib/checkbox/src/styles/index.cssr.js +12 -12
- package/lib/data-table/src/DataTable.d.ts +34 -34
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +6 -6
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +6 -6
- package/lib/data-table/src/TableParts/Body.d.ts +6 -6
- package/lib/data-table/src/TableParts/Cell.d.ts +12 -12
- package/lib/data-table/src/TableParts/Header.d.ts +6 -6
- package/lib/data-table/styles/light.d.ts +3 -3
- package/lib/descriptions/src/Descriptions.d.ts +1 -1
- package/lib/dialog/src/Dialog.d.ts +4 -4
- package/lib/dialog/src/DialogEnvironment.d.ts +5 -5
- package/lib/dialog/src/DialogProvider.d.ts +2 -2
- package/lib/dialog/src/dialogProps.d.ts +2 -2
- package/lib/dynamic-tags/src/DynamicTags.d.ts +4 -4
- package/lib/form/src/FormItem.d.ts +4 -4
- package/lib/form/src/FormItemCol.d.ts +3 -3
- package/lib/form/src/FormItemGridItem.d.ts +5 -5
- package/lib/form/src/FormItemRow.d.ts +3 -3
- package/lib/form/src/utils.d.ts +1 -1
- package/lib/gradient-text/src/GradientText.d.ts +5 -5
- package/lib/icon-wrapper/src/IconWrapper.js +6 -4
- package/lib/image/src/Image.d.ts +1 -1
- package/lib/input/src/Input.d.ts +1 -1
- package/lib/input-number/src/InputNumber.d.ts +1 -1
- package/lib/locales/common/eo.d.ts +109 -0
- package/lib/locales/common/eo.js +111 -0
- package/lib/locales/common/plPL.d.ts +3 -0
- package/lib/locales/common/plPL.js +111 -0
- package/lib/locales/date/eo.d.ts +3 -0
- package/lib/locales/date/eo.js +11 -0
- package/lib/locales/date/plPL.d.ts +3 -0
- package/lib/locales/date/plPL.js +11 -0
- package/lib/locales/index.d.ts +4 -0
- package/lib/locales/index.js +9 -1
- package/lib/mention/src/Mention.d.ts +1 -1
- package/lib/menu/src/Menu.d.ts +1 -1
- package/lib/modal/src/BodyWrapper.d.ts +6 -6
- package/lib/modal/src/Modal.d.ts +8 -8
- package/lib/modal/src/presetProps.d.ts +2 -2
- package/lib/notification/src/Notification.d.ts +4 -4
- package/lib/notification/src/NotificationEnvironment.d.ts +4 -4
- package/lib/notification/src/NotificationProvider.d.ts +1 -1
- package/lib/pagination/src/Pagination.d.ts +33 -33
- package/lib/pagination/styles/light.d.ts +3 -3
- package/lib/progress/src/Circle.d.ts +19 -3
- package/lib/progress/src/Circle.js +40 -21
- package/lib/progress/src/Progress.d.ts +14 -5
- package/lib/progress/src/Progress.js +42 -28
- package/lib/progress/src/styles/index.cssr.js +1 -1
- package/lib/result/src/Result.d.ts +4 -4
- package/lib/select/src/Select.d.ts +45 -31
- package/lib/select/src/Select.js +13 -8
- package/lib/select/styles/light.d.ts +3 -3
- package/lib/tag/src/Tag.d.ts +7 -5
- package/lib/tag/src/Tag.js +58 -38
- package/lib/tag/src/common-props.d.ts +1 -1
- package/lib/tag/src/styles/index.cssr.js +1 -1
- package/lib/tag/styles/index.d.ts +1 -1
- package/lib/tag/styles/index.js +1 -1
- package/lib/tag/styles/rtl.d.ts +2 -5
- package/lib/tag/styles/rtl.js +2 -1
- package/lib/timeline/src/TimelineItem.d.ts +4 -4
- package/lib/tree/src/utils.js +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +30 -30
- package/lib/tree-select/styles/light.d.ts +3 -3
- package/lib/typography/src/create-header.d.ts +4 -4
- package/lib/typography/src/headers.d.ts +18 -18
- package/lib/upload/src/UploadFile.d.ts +1 -1
- package/lib/upload/src/UploadProgress.d.ts +2 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +4 -4
- 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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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
|
-
|
|
71
|
-
|
|
72
|
-
|
|
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;
|