@kdcloudjs/kdesign 1.8.17 → 1.8.19
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/dist/kdesign-complete.less +2 -1
- package/dist/kdesign.css +2 -2
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +11 -5
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +2 -2
- package/dist/kdesign.min.js +3 -3
- package/dist/kdesign.min.js.map +1 -1
- package/es/city-picker/city-picker.js +2 -0
- package/es/locale/en-US.d.ts +1 -0
- package/es/locale/en-US.js +1 -0
- package/es/locale/locale.d.ts +3 -2
- package/es/locale/zh-CN.d.ts +1 -0
- package/es/locale/zh-CN.js +1 -0
- package/es/modal/modal.js +6 -3
- package/es/pagination/pagination.js +1 -1
- package/es/pagination/style/index.css +1 -1
- package/es/pagination/style/index.less +1 -1
- package/es/pagination/style/token.less +1 -0
- package/lib/city-picker/city-picker.js +2 -0
- package/lib/locale/en-US.d.ts +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/locale.d.ts +3 -2
- package/lib/locale/zh-CN.d.ts +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/modal/modal.js +6 -3
- package/lib/pagination/pagination.js +1 -1
- package/lib/pagination/style/index.css +1 -1
- package/lib/pagination/style/index.less +1 -1
- package/lib/pagination/style/token.less +1 -0
- package/package.json +1 -1
|
@@ -8818,7 +8818,7 @@ textarea {
|
|
|
8818
8818
|
|
|
8819
8819
|
.@{pagination-jumper-prefix-cls}-button {
|
|
8820
8820
|
.reset-component;
|
|
8821
|
-
|
|
8821
|
+
padding: 0 @pagination-jumper-spacing;
|
|
8822
8822
|
height: @pagination-size;
|
|
8823
8823
|
margin-left: @pagination-button-spacing;
|
|
8824
8824
|
display: inline-flex;
|
|
@@ -8956,6 +8956,7 @@ textarea {
|
|
|
8956
8956
|
// spacing
|
|
8957
8957
|
@pagination-button-spacing: var(~'@{pagination-custom-prefix}-button-spacing', 4px);
|
|
8958
8958
|
@pagination-dropdown-item-spacing-horizontal: var(~'@{pagination-custom-prefix}-dropdown-item-spacing-padding-horizontal', 24px);
|
|
8959
|
+
@pagination-jumper-spacing: var(~'@{pagination-custom-prefix}-jumper-spacing-padding-horizontal', 4px);
|
|
8959
8960
|
|
|
8960
8961
|
|
|
8961
8962
|
|
package/dist/kdesign.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @kdcloudjs/kdesign v1.8.
|
|
3
|
+
* @kdcloudjs/kdesign v1.8.19
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2020-present, Kingdee, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -13731,7 +13731,7 @@ textarea {
|
|
|
13731
13731
|
list-style: none;
|
|
13732
13732
|
-webkit-font-feature-settings: 'tnum';
|
|
13733
13733
|
font-feature-settings: 'tnum';
|
|
13734
|
-
|
|
13734
|
+
padding: 0 var(--kd-c-pagination-jumper-spacing-padding-horizontal, 4px);
|
|
13735
13735
|
height: var(--kd-c-pagination-sizing-square, 24px);
|
|
13736
13736
|
margin-left: var(--kd-c-pagination-button-spacing, 4px);
|
|
13737
13737
|
display: -webkit-inline-box;
|