@kdcloudjs/kdesign 1.7.0 → 1.7.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 (208) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/default-theme.js +4 -5
  3. package/dist/kdesign-complete.less +332 -35
  4. package/dist/kdesign.css +549 -30
  5. package/dist/kdesign.css.map +1 -1
  6. package/dist/kdesign.js +21841 -3922
  7. package/dist/kdesign.js.map +1 -1
  8. package/dist/kdesign.min.css +3 -3
  9. package/dist/kdesign.min.js +9 -9
  10. package/dist/kdesign.min.js.map +1 -1
  11. package/es/alert/style/index.css +2 -0
  12. package/es/anchor/style/index.css +2 -0
  13. package/es/avatar/style/index.css +2 -0
  14. package/es/badge/style/index.css +2 -0
  15. package/es/base-data/style/index.css +2 -0
  16. package/es/button/style/index.css +2 -0
  17. package/es/card/style/index.css +2 -0
  18. package/es/carousel/style/index.css +2 -0
  19. package/es/cascader/style/index.css +2 -0
  20. package/es/checkbox/style/index.css +2 -0
  21. package/es/city-picker/style/index.css +2 -0
  22. package/es/collapse/style/index.css +2 -0
  23. package/es/color-picker/color-picker-panel.d.ts +4 -0
  24. package/es/color-picker/color-picker-panel.js +239 -0
  25. package/es/color-picker/color-picker.d.ts +4 -0
  26. package/es/color-picker/color-picker.js +201 -0
  27. package/es/color-picker/constant/colorTypes.d.ts +4 -0
  28. package/es/color-picker/constant/colorTypes.js +13 -0
  29. package/es/color-picker/constant/defaultColor.d.ts +1 -0
  30. package/es/color-picker/constant/defaultColor.js +1 -0
  31. package/es/color-picker/constant/systemPresetColor.d.ts +1 -0
  32. package/es/color-picker/constant/systemPresetColor.js +1 -0
  33. package/es/color-picker/index.d.ts +3 -0
  34. package/es/color-picker/index.js +3 -0
  35. package/es/color-picker/interface.d.ts +64 -0
  36. package/es/color-picker/interface.js +3 -0
  37. package/es/color-picker/style/css.js +2 -0
  38. package/es/color-picker/style/index.css +323 -0
  39. package/es/color-picker/style/index.d.ts +2 -0
  40. package/es/color-picker/style/index.js +2 -0
  41. package/es/color-picker/style/index.less +257 -0
  42. package/es/color-picker/style/mixin.less +5 -0
  43. package/es/color-picker/style/token.less +22 -0
  44. package/es/color-picker/utils/colorFormat.d.ts +18 -0
  45. package/es/color-picker/utils/colorFormat.js +153 -0
  46. package/es/color-picker/utils/convertLetters.d.ts +1 -0
  47. package/es/color-picker/utils/convertLetters.js +12 -0
  48. package/es/color-picker/utils/hooks/useOnClickOutside.d.ts +2 -0
  49. package/es/color-picker/utils/hooks/useOnClickOutside.js +16 -0
  50. package/es/color-picker/utils/validateColor.d.ts +1 -0
  51. package/es/color-picker/utils/validateColor.js +24 -0
  52. package/es/config-provider/compDefaultProps.d.ts +12 -0
  53. package/es/config-provider/compDefaultProps.js +12 -0
  54. package/es/date-picker/style/index.css +2 -0
  55. package/es/drawer/style/index.css +2 -0
  56. package/es/dropdown/dropdown.js +2 -7
  57. package/es/dropdown/menu.js +3 -0
  58. package/es/dropdown/style/index.css +2 -0
  59. package/es/empty/style/index.css +2 -0
  60. package/es/filter/style/index.css +2 -0
  61. package/es/form/style/index.css +2 -0
  62. package/es/grid/style/index.css +2 -0
  63. package/es/icon/style/index.css +2 -0
  64. package/es/image/style/index.css +2 -0
  65. package/es/image-cropper/style/index.css +2 -0
  66. package/es/index.d.ts +1 -0
  67. package/es/index.js +2 -1
  68. package/es/input/style/index.css +2 -0
  69. package/es/input-number/style/index.css +2 -0
  70. package/es/layout/style/index.css +2 -0
  71. package/es/link/style/index.css +2 -0
  72. package/es/locale/locale.d.ts +4 -0
  73. package/es/locale/locale.js +6 -4
  74. package/es/locale/zh-CN.d.ts +1 -0
  75. package/es/locale/zh-CN.js +1 -0
  76. package/es/menu/style/index.css +2 -0
  77. package/es/message/style/index.css +2 -0
  78. package/es/modal/modal.d.ts +7 -1
  79. package/es/modal/modal.js +29 -5
  80. package/es/modal/style/index.css +2 -0
  81. package/es/notification/style/index.css +2 -0
  82. package/es/pagination/style/index.css +116 -29
  83. package/es/pagination/style/index.less +38 -29
  84. package/es/popconfirm/style/index.css +2 -0
  85. package/es/progress/style/index.css +2 -0
  86. package/es/radio/style/index.css +2 -0
  87. package/es/rate/style/index.css +2 -0
  88. package/es/search/style/index.css +2 -0
  89. package/es/select/style/index.css +2 -0
  90. package/es/slider/style/index.css +2 -0
  91. package/es/space/style/index.css +2 -0
  92. package/es/spin/style/index.css +2 -0
  93. package/es/split-panel/style/index.css +2 -0
  94. package/es/stepper/style/index.css +2 -0
  95. package/es/steps/style/index.css +2 -0
  96. package/es/style/index.css +2 -0
  97. package/es/style/themes/default.less +10 -6
  98. package/es/switch/style/index.css +2 -0
  99. package/es/table/style/index.css +2 -0
  100. package/es/tabs/style/index.css +2 -0
  101. package/es/tag/style/index.css +2 -0
  102. package/es/timeline/style/index.css +2 -0
  103. package/es/tooltip/style/index.css +2 -0
  104. package/es/transfer/style/index.css +2 -0
  105. package/es/tree/style/index.css +2 -0
  106. package/es/tree-select/style/index.css +2 -0
  107. package/es/typography/style/index.css +2 -0
  108. package/es/upload/style/index.css +2 -0
  109. package/lib/alert/style/index.css +2 -0
  110. package/lib/anchor/style/index.css +2 -0
  111. package/lib/avatar/style/index.css +2 -0
  112. package/lib/badge/style/index.css +2 -0
  113. package/lib/base-data/style/index.css +2 -0
  114. package/lib/button/style/index.css +2 -0
  115. package/lib/card/style/index.css +2 -0
  116. package/lib/carousel/style/index.css +2 -0
  117. package/lib/cascader/style/index.css +2 -0
  118. package/lib/checkbox/style/index.css +2 -0
  119. package/lib/city-picker/style/index.css +2 -0
  120. package/lib/collapse/style/index.css +2 -0
  121. package/lib/color-picker/color-picker-panel.d.ts +4 -0
  122. package/lib/color-picker/color-picker-panel.js +253 -0
  123. package/lib/color-picker/color-picker.d.ts +4 -0
  124. package/lib/color-picker/color-picker.js +214 -0
  125. package/lib/color-picker/constant/colorTypes.d.ts +4 -0
  126. package/lib/color-picker/constant/colorTypes.js +20 -0
  127. package/lib/color-picker/constant/defaultColor.d.ts +1 -0
  128. package/lib/color-picker/constant/defaultColor.js +8 -0
  129. package/lib/color-picker/constant/systemPresetColor.d.ts +1 -0
  130. package/lib/color-picker/constant/systemPresetColor.js +8 -0
  131. package/lib/color-picker/index.d.ts +3 -0
  132. package/lib/color-picker/index.js +27 -0
  133. package/lib/color-picker/interface.d.ts +64 -0
  134. package/lib/color-picker/interface.js +11 -0
  135. package/lib/color-picker/style/css.js +4 -0
  136. package/lib/color-picker/style/index.css +323 -0
  137. package/lib/color-picker/style/index.d.ts +2 -0
  138. package/lib/color-picker/style/index.js +4 -0
  139. package/lib/color-picker/style/index.less +257 -0
  140. package/lib/color-picker/style/mixin.less +5 -0
  141. package/lib/color-picker/style/token.less +22 -0
  142. package/lib/color-picker/utils/colorFormat.d.ts +18 -0
  143. package/lib/color-picker/utils/colorFormat.js +166 -0
  144. package/lib/color-picker/utils/convertLetters.d.ts +1 -0
  145. package/lib/color-picker/utils/convertLetters.js +18 -0
  146. package/lib/color-picker/utils/hooks/useOnClickOutside.d.ts +2 -0
  147. package/lib/color-picker/utils/hooks/useOnClickOutside.js +23 -0
  148. package/lib/color-picker/utils/validateColor.d.ts +1 -0
  149. package/lib/color-picker/utils/validateColor.js +30 -0
  150. package/lib/config-provider/compDefaultProps.d.ts +12 -0
  151. package/lib/config-provider/compDefaultProps.js +12 -0
  152. package/lib/date-picker/style/index.css +2 -0
  153. package/lib/drawer/style/index.css +2 -0
  154. package/lib/dropdown/dropdown.js +2 -7
  155. package/lib/dropdown/menu.js +3 -0
  156. package/lib/dropdown/style/index.css +2 -0
  157. package/lib/empty/style/index.css +2 -0
  158. package/lib/filter/style/index.css +2 -0
  159. package/lib/form/style/index.css +2 -0
  160. package/lib/grid/style/index.css +2 -0
  161. package/lib/icon/style/index.css +2 -0
  162. package/lib/image/style/index.css +2 -0
  163. package/lib/image-cropper/style/index.css +2 -0
  164. package/lib/index.d.ts +1 -0
  165. package/lib/index.js +7 -0
  166. package/lib/input/style/index.css +2 -0
  167. package/lib/input-number/style/index.css +2 -0
  168. package/lib/layout/style/index.css +2 -0
  169. package/lib/link/style/index.css +2 -0
  170. package/lib/locale/locale.d.ts +4 -0
  171. package/lib/locale/locale.js +6 -4
  172. package/lib/locale/zh-CN.d.ts +1 -0
  173. package/lib/locale/zh-CN.js +1 -0
  174. package/lib/menu/style/index.css +2 -0
  175. package/lib/message/style/index.css +2 -0
  176. package/lib/modal/modal.d.ts +7 -1
  177. package/lib/modal/modal.js +31 -7
  178. package/lib/modal/style/index.css +2 -0
  179. package/lib/notification/style/index.css +2 -0
  180. package/lib/pagination/style/index.css +116 -29
  181. package/lib/pagination/style/index.less +38 -29
  182. package/lib/popconfirm/style/index.css +2 -0
  183. package/lib/progress/style/index.css +2 -0
  184. package/lib/radio/style/index.css +2 -0
  185. package/lib/rate/style/index.css +2 -0
  186. package/lib/search/style/index.css +2 -0
  187. package/lib/select/style/index.css +2 -0
  188. package/lib/slider/style/index.css +2 -0
  189. package/lib/space/style/index.css +2 -0
  190. package/lib/spin/style/index.css +2 -0
  191. package/lib/split-panel/style/index.css +2 -0
  192. package/lib/stepper/style/index.css +2 -0
  193. package/lib/steps/style/index.css +2 -0
  194. package/lib/style/components.less +1 -0
  195. package/lib/style/index.css +2 -0
  196. package/lib/style/themes/default.less +10 -6
  197. package/lib/switch/style/index.css +2 -0
  198. package/lib/table/style/index.css +2 -0
  199. package/lib/tabs/style/index.css +2 -0
  200. package/lib/tag/style/index.css +2 -0
  201. package/lib/timeline/style/index.css +2 -0
  202. package/lib/tooltip/style/index.css +2 -0
  203. package/lib/transfer/style/index.css +2 -0
  204. package/lib/tree/style/index.css +2 -0
  205. package/lib/tree-select/style/index.css +2 -0
  206. package/lib/typography/style/index.css +2 -0
  207. package/lib/upload/style/index.css +2 -0
  208. package/package.json +5 -1
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.6.40
3
+ * @kdcloudjs/kdesign v1.7.1
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -294,6 +294,8 @@
294
294
  /* ----------- Transfer ——————---- end */
295
295
  /* ----------- DatePicker ——————---- start */
296
296
  /* ----------- DatePicker ——————---- end */
297
+ /* ----------- ColorPicker ——————---- start */
298
+ /* ----------- ColorPicker ——————---- end */
297
299
  /* ----------- Tree ——————---- start */
298
300
  /* ----------- Tree ——————---- end */
299
301
  /* ----------- Alert ——————---- start */
@@ -2120,6 +2122,8 @@ template {
2120
2122
  /* ----------- Transfer ——————---- end */
2121
2123
  /* ----------- DatePicker ——————---- start */
2122
2124
  /* ----------- DatePicker ——————---- end */
2125
+ /* ----------- ColorPicker ——————---- start */
2126
+ /* ----------- ColorPicker ——————---- end */
2123
2127
  /* ----------- Tree ——————---- start */
2124
2128
  /* ----------- Tree ——————---- end */
2125
2129
  /* ----------- Alert ——————---- start */
@@ -2380,6 +2384,8 @@ template {
2380
2384
  /* ----------- Transfer ——————---- end */
2381
2385
  /* ----------- DatePicker ——————---- start */
2382
2386
  /* ----------- DatePicker ——————---- end */
2387
+ /* ----------- ColorPicker ——————---- start */
2388
+ /* ----------- ColorPicker ——————---- end */
2383
2389
  /* ----------- Tree ——————---- start */
2384
2390
  /* ----------- Tree ——————---- end */
2385
2391
  /* ----------- Alert ——————---- start */
@@ -2676,6 +2682,8 @@ template {
2676
2682
  /* ----------- Transfer ——————---- end */
2677
2683
  /* ----------- DatePicker ——————---- start */
2678
2684
  /* ----------- DatePicker ——————---- end */
2685
+ /* ----------- ColorPicker ——————---- start */
2686
+ /* ----------- ColorPicker ——————---- end */
2679
2687
  /* ----------- Tree ——————---- start */
2680
2688
  /* ----------- Tree ——————---- end */
2681
2689
  /* ----------- Alert ——————---- start */
@@ -2869,6 +2877,8 @@ template {
2869
2877
  /* ----------- Transfer ——————---- end */
2870
2878
  /* ----------- DatePicker ——————---- start */
2871
2879
  /* ----------- DatePicker ——————---- end */
2880
+ /* ----------- ColorPicker ——————---- start */
2881
+ /* ----------- ColorPicker ——————---- end */
2872
2882
  /* ----------- Tree ——————---- start */
2873
2883
  /* ----------- Tree ——————---- end */
2874
2884
  /* ----------- Alert ——————---- start */
@@ -3104,6 +3114,8 @@ template {
3104
3114
  /* ----------- Transfer ——————---- end */
3105
3115
  /* ----------- DatePicker ——————---- start */
3106
3116
  /* ----------- DatePicker ——————---- end */
3117
+ /* ----------- ColorPicker ——————---- start */
3118
+ /* ----------- ColorPicker ——————---- end */
3107
3119
  /* ----------- Tree ——————---- start */
3108
3120
  /* ----------- Tree ——————---- end */
3109
3121
  /* ----------- Alert ——————---- start */
@@ -3400,6 +3412,8 @@ template {
3400
3412
  /* ----------- Transfer ——————---- end */
3401
3413
  /* ----------- DatePicker ——————---- start */
3402
3414
  /* ----------- DatePicker ——————---- end */
3415
+ /* ----------- ColorPicker ——————---- start */
3416
+ /* ----------- ColorPicker ——————---- end */
3403
3417
  /* ----------- Tree ——————---- start */
3404
3418
  /* ----------- Tree ——————---- end */
3405
3419
  /* ----------- Alert ——————---- start */
@@ -3860,6 +3874,8 @@ template {
3860
3874
  /* ----------- Transfer ——————---- end */
3861
3875
  /* ----------- DatePicker ——————---- start */
3862
3876
  /* ----------- DatePicker ——————---- end */
3877
+ /* ----------- ColorPicker ——————---- start */
3878
+ /* ----------- ColorPicker ——————---- end */
3863
3879
  /* ----------- Tree ——————---- start */
3864
3880
  /* ----------- Tree ——————---- end */
3865
3881
  /* ----------- Alert ——————---- start */
@@ -4068,6 +4084,8 @@ template {
4068
4084
  /* ----------- Transfer ——————---- end */
4069
4085
  /* ----------- DatePicker ——————---- start */
4070
4086
  /* ----------- DatePicker ——————---- end */
4087
+ /* ----------- ColorPicker ——————---- start */
4088
+ /* ----------- ColorPicker ——————---- end */
4071
4089
  /* ----------- Tree ——————---- start */
4072
4090
  /* ----------- Tree ——————---- end */
4073
4091
  /* ----------- Alert ——————---- start */
@@ -4434,6 +4452,8 @@ template {
4434
4452
  /* ----------- Transfer ——————---- end */
4435
4453
  /* ----------- DatePicker ——————---- start */
4436
4454
  /* ----------- DatePicker ——————---- end */
4455
+ /* ----------- ColorPicker ——————---- start */
4456
+ /* ----------- ColorPicker ——————---- end */
4437
4457
  /* ----------- Tree ——————---- start */
4438
4458
  /* ----------- Tree ——————---- end */
4439
4459
  /* ----------- Alert ——————---- start */
@@ -4845,6 +4865,8 @@ template {
4845
4865
  /* ----------- Transfer ——————---- end */
4846
4866
  /* ----------- DatePicker ——————---- start */
4847
4867
  /* ----------- DatePicker ——————---- end */
4868
+ /* ----------- ColorPicker ——————---- start */
4869
+ /* ----------- ColorPicker ——————---- end */
4848
4870
  /* ----------- Tree ——————---- start */
4849
4871
  /* ----------- Tree ——————---- end */
4850
4872
  /* ----------- Alert ——————---- start */
@@ -5243,6 +5265,8 @@ template {
5243
5265
  /* ----------- Transfer ——————---- end */
5244
5266
  /* ----------- DatePicker ——————---- start */
5245
5267
  /* ----------- DatePicker ——————---- end */
5268
+ /* ----------- ColorPicker ——————---- start */
5269
+ /* ----------- ColorPicker ——————---- end */
5246
5270
  /* ----------- Tree ——————---- start */
5247
5271
  /* ----------- Tree ——————---- end */
5248
5272
  /* ----------- Alert ——————---- start */
@@ -5664,6 +5688,8 @@ template {
5664
5688
  /* ----------- Transfer ——————---- end */
5665
5689
  /* ----------- DatePicker ——————---- start */
5666
5690
  /* ----------- DatePicker ——————---- end */
5691
+ /* ----------- ColorPicker ——————---- start */
5692
+ /* ----------- ColorPicker ——————---- end */
5667
5693
  /* ----------- Tree ——————---- start */
5668
5694
  /* ----------- Tree ——————---- end */
5669
5695
  /* ----------- Alert ——————---- start */
@@ -5916,6 +5942,332 @@ template {
5916
5942
  /* ----------- Transfer ——————---- end */
5917
5943
  /* ----------- DatePicker ——————---- start */
5918
5944
  /* ----------- DatePicker ——————---- end */
5945
+ /* ----------- ColorPicker ——————---- start */
5946
+ /* ----------- ColorPicker ——————---- end */
5947
+ /* ----------- Tree ——————---- start */
5948
+ /* ----------- Tree ——————---- end */
5949
+ /* ----------- Alert ——————---- start */
5950
+ /* ----------- Alert ——————---- end */
5951
+ /* ----------- Split-Panel ——————---- start */
5952
+ /* ----------- Split-Panel ——————---- end */
5953
+ /* ----------- Modal ——————---- start */
5954
+ /* ----------- Modal ——————---- end */
5955
+ /* ----------- Steps ——————---- start */
5956
+ /* ----------- Steps ——————---- end */
5957
+ /* ----------- Form ——————---- start */
5958
+ /* ----------- Form ——————---- end */
5959
+ /* ----------- Tag ——————---- start */
5960
+ /* ----------- Tag ——————---- end */
5961
+ /* ----------- Menu ——————---- start */
5962
+ /* ----------- Menu ——————---- end */
5963
+ /* ----------- notice ——————---- start */
5964
+ /* ----------- message ——————---- end */
5965
+ /* ----------- Spin ——————---- start */
5966
+ /* ----------- Spin ——————---- end */
5967
+ /* ----------- Spin ——————---- start */
5968
+ /* ----------- Spin ——————---- end */
5969
+ /* ----------- Layout ——————---- start */
5970
+ /* ----------- Layout ——————---- end */
5971
+ /* ----------- Typography ——————---- start */
5972
+ /* ----------- Typography ——————---- start */
5973
+ /* ----------- Search ——————---- start */
5974
+ /* ----------- Search ——————---- start */
5975
+ /* ----------- Badge ——————---- start */
5976
+ /* ----------- Badge ——————---- end */
5977
+ /* ----------- Anchor ——————---- start */
5978
+ /* ----------- Anchor ——————---- end */
5979
+ /* ----------- Avatar ——————---- start */
5980
+ /* ----------- Avatar ——————---- end */
5981
+ /* ----------- AdvancedSelector ——————---- start */
5982
+ /* ----------- AdvancedSelector ——————---- end */
5983
+ /* ----------- motion ——————---- start */
5984
+ /* ----------- motion ——————---- end */
5985
+ /* ----------- transition ——————---- start */
5986
+ /* ----------- transition ——————---- end */
5987
+ /* ----------- zIndex ——————---- start */
5988
+ /*
5989
+ 普通组件内部自身层级应设置在0-100间
5990
+ */
5991
+ /* ----------- zIndex ——————---- end */
5992
+ .kd-color-picker-container {
5993
+ position: relative;
5994
+ }
5995
+ .kd-color-picker-container .kd-color-picker-input {
5996
+ width: var(--kd-c-color-picker-input-sizing-width, 230px);
5997
+ height: var(--kd-c-color-picker-input-sizing-height, 28px);
5998
+ border-bottom: 1px solid #d9d9d9;
5999
+ font-size: var(--kd-c-color-picker-input-font-size, var(--kd-g-font-size-middle, 14px));
6000
+ }
6001
+ .kd-color-picker-container .kd-color-picker-icon-container {
6002
+ position: absolute;
6003
+ top: 3px;
6004
+ right: 6px;
6005
+ cursor: pointer;
6006
+ }
6007
+ .kd-color-picker-container .kd-color-picker-icon-container .kd-color-picker-icon {
6008
+ width: var(--kd-c-color-picker-input-suffix-sizing-width, 20px);
6009
+ height: var(--kd-c-color-picker-input-suffix-sizing-height, 20px);
6010
+ border: 1px solid rgba(0, 0, 0, 0.05);
6011
+ border-radius: 2px;
6012
+ line-height: 18px;
6013
+ text-align: center;
6014
+ color: #fff;
6015
+ }
6016
+ .kd-color-picker-container .kd-color-picker-icon-container .kd-color-picker-icon-underline {
6017
+ margin-right: -6px;
6018
+ }
6019
+ .kd-color-picker-container .kd-color-picker-icon-container .kd-color-picker-icon-up .kdicon-arrow-down {
6020
+ -webkit-transform: rotate(180deg);
6021
+ transform: rotate(180deg);
6022
+ -webkit-transition: -webkit-transform 0.2s ease-in-out;
6023
+ transition: -webkit-transform 0.2s ease-in-out;
6024
+ transition: transform 0.2s ease-in-out;
6025
+ transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
6026
+ }
6027
+ .kd-color-picker-container .kd-color-picker-icon-container .kd-color-picker-icon-down .kdicon-arrow-down {
6028
+ -webkit-transform: rotate(0deg);
6029
+ transform: rotate(0deg);
6030
+ -webkit-transition: -webkit-transform 0.2s ease-in-out;
6031
+ transition: -webkit-transform 0.2s ease-in-out;
6032
+ transition: transform 0.2s ease-in-out;
6033
+ transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
6034
+ }
6035
+ .kd-color-picker-pop.topLeft.hidden,
6036
+ .kd-color-picker-pop.bottomLeft.hidden,
6037
+ .kd-color-picker-pop.topRight.hidden,
6038
+ .kd-color-picker-pop.bottomRight.hidden {
6039
+ opacity: 0;
6040
+ visibility: hidden;
6041
+ -webkit-transition: all calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1);
6042
+ transition: all calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1);
6043
+ }
6044
+ .kd-color-picker-pop .kd-color-picker-panel {
6045
+ -webkit-box-sizing: border-box;
6046
+ box-sizing: border-box;
6047
+ width: var(--kd-c-color-picker-panel-sizing-width, 304px);
6048
+ padding: 4px 12px 16px;
6049
+ background: #FFFFFF;
6050
+ -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
6051
+ box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
6052
+ border-radius: 2px;
6053
+ -webkit-transform-origin: top left;
6054
+ transform-origin: top left;
6055
+ z-index: var(--kd-c-color-picker-panel-z-index, var(--kd-g-z-index-popper, 1050));
6056
+ }
6057
+ .kd-color-picker-pop .kd-color-picker-panel-chrome {
6058
+ width: 278px !important;
6059
+ margin-top: 12px;
6060
+ -webkit-box-shadow: none !important;
6061
+ box-shadow: none !important;
6062
+ }
6063
+ .kd-color-picker-pop .kd-color-picker-panel-chrome > div:last-child {
6064
+ padding: 9px 0 4px !important;
6065
+ }
6066
+ .kd-color-picker-pop .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:first-child {
6067
+ display: -webkit-box;
6068
+ display: -ms-flexbox;
6069
+ display: flex;
6070
+ -webkit-box-orient: horizontal;
6071
+ -webkit-box-direction: reverse;
6072
+ -ms-flex-direction: row-reverse;
6073
+ flex-direction: row-reverse;
6074
+ }
6075
+ .kd-color-picker-pop .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:first-child > div:first-child > div {
6076
+ width: 28px !important;
6077
+ height: 28px !important;
6078
+ border-radius: 50% !important;
6079
+ margin-top: -1px !important;
6080
+ margin-left: 4px !important;
6081
+ }
6082
+ .kd-color-picker-pop .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:first-child > div:last-child .hue-horizontal {
6083
+ width: 240px !important;
6084
+ height: 12px !important;
6085
+ border-radius: 6px !important;
6086
+ padding: unset !important;
6087
+ }
6088
+ .kd-color-picker-pop .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:first-child > div:last-child .hue-horizontal > div > div {
6089
+ margin-top: 1px;
6090
+ }
6091
+ .kd-color-picker-pop .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:first-child > div:last-child > div:last-child > div {
6092
+ width: 240px !important;
6093
+ height: 12px !important;
6094
+ margin: unset;
6095
+ }
6096
+ .kd-color-picker-pop .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:first-child > div:last-child > div:last-child > div > div:first-child {
6097
+ border-radius: 6px !important;
6098
+ }
6099
+ .kd-color-picker-pop .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:first-child > div:last-child > div:last-child > div > div:nth-child(2) {
6100
+ border-radius: 6px !important;
6101
+ }
6102
+ .kd-color-picker-pop .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:first-child > div:last-child > div:last-child > div > div:last-child {
6103
+ margin: unset !important;
6104
+ }
6105
+ .kd-color-picker-pop .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:first-child > div:last-child > div:last-child > div > div:last-child > div > div {
6106
+ margin-top: 1px;
6107
+ }
6108
+ .kd-color-picker-pop .kd-color-picker-panel-chrome > div:last-child .flexbox-fix:last-child {
6109
+ display: none !important;
6110
+ }
6111
+ .kd-color-picker-pop .kd-color-picker-panel-switch {
6112
+ margin: 12px 0 0;
6113
+ font-size: 12px;
6114
+ color: #666666;
6115
+ letter-spacing: 0;
6116
+ line-height: 16px;
6117
+ font-weight: 400;
6118
+ }
6119
+ .kd-color-picker-pop .kd-color-picker-panel-switch span {
6120
+ vertical-align: middle;
6121
+ margin-right: 9px;
6122
+ }
6123
+ .kd-color-picker-pop .kd-color-picker-panel-input {
6124
+ display: inline-block;
6125
+ position: relative;
6126
+ margin-top: 12px;
6127
+ font-size: var(--kd-c-color-picker-panel-select-font-size, var(--kd-g-font-size-middle, 14px));
6128
+ }
6129
+ .kd-color-picker-pop .kd-color-picker-panel-input-no-recommend {
6130
+ margin-bottom: 8px;
6131
+ }
6132
+ .kd-color-picker-pop .kd-color-picker-panel-input .kd-select.bottomLeft,
6133
+ .kd-color-picker-pop .kd-color-picker-panel-input .kd-select.topLeft {
6134
+ position: absolute;
6135
+ width: 60px !important;
6136
+ background: #FFFFFF;
6137
+ right: 0;
6138
+ left: unset !important;
6139
+ -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
6140
+ box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
6141
+ border-radius: 2px;
6142
+ }
6143
+ .kd-color-picker-pop .kd-color-picker-panel-input .kd-select .kd-select-dropdown .kd-select-item-option {
6144
+ display: -webkit-box;
6145
+ display: -ms-flexbox;
6146
+ display: flex;
6147
+ -webkit-box-pack: center;
6148
+ -ms-flex-pack: center;
6149
+ justify-content: center;
6150
+ min-width: unset;
6151
+ }
6152
+ .kd-color-picker-pop .kd-color-picker-panel-input .kd-select-bordered {
6153
+ border-radius: 2px;
6154
+ width: var(--kd-c-color-picker-panel-select-sizing-width, 212px);
6155
+ height: var(--kd-c-color-picker-panel-select-sizing-height, 28px);
6156
+ min-height: 28px;
6157
+ margin-top: -2px;
6158
+ }
6159
+ .kd-color-picker-pop .kd-color-picker-panel-input .kd-select-bordered .kd-select-placeholder {
6160
+ left: 8px;
6161
+ }
6162
+ .kd-color-picker-pop .kd-color-picker-panel-input .active-option {
6163
+ background-color: #E3EBFF;
6164
+ }
6165
+ .kd-color-picker-pop .kd-color-picker-panel-transparent {
6166
+ width: 60px;
6167
+ height: 28px;
6168
+ margin-left: 8px;
6169
+ text-align: center;
6170
+ font-size: var(--kd-c-color-picker-panel-alpha-font-size, var(--kd-g-font-size-middle, 14px));
6171
+ }
6172
+ .kd-color-picker-pop .kd-color-picker-panel-colorDivContainer {
6173
+ display: grid;
6174
+ grid-template-columns: repeat(12, 1fr);
6175
+ grid-column-gap: 8px;
6176
+ grid-row-gap: 8px;
6177
+ margin-top: 12px;
6178
+ }
6179
+ .kd-color-picker-pop .kd-color-picker-panel-colorDivContainer li {
6180
+ position: relative;
6181
+ -webkit-box-sizing: border-box;
6182
+ box-sizing: border-box;
6183
+ width: var(--kd-c-color-picker-panel-preset-sizing-width, 16px);
6184
+ height: var(--kd-c-color-picker-panel-preset-sizing-height, 16px);
6185
+ border: 1px solid rgba(0, 0, 0, 0.05);
6186
+ border-radius: 2px;
6187
+ list-style: none;
6188
+ cursor: pointer;
6189
+ }
6190
+ .kd-color-picker-pop .kd-color-picker-panel-colorDivContainer li .square {
6191
+ display: none;
6192
+ position: absolute;
6193
+ -webkit-box-sizing: inherit;
6194
+ box-sizing: inherit;
6195
+ top: -3px;
6196
+ left: -3px;
6197
+ width: calc(var(--kd-c-color-picker-panel-preset-sizing-width, 16px) + 4px);
6198
+ height: calc(var(--kd-c-color-picker-panel-preset-sizing-height, 16px) + 4px);
6199
+ border: 1px solid #b2b2b0;
6200
+ border-radius: 4px;
6201
+ }
6202
+ .kd-color-picker-pop .kd-color-picker-panel-colorDivContainer li .square-click {
6203
+ display: block;
6204
+ -webkit-box-shadow: 0 0 0 1px #e5e5e5 !important;
6205
+ box-shadow: 0 0 0 1px #e5e5e5 !important;
6206
+ }
6207
+ .kd-color-picker-pop .kd-color-picker-panel-colorDivContainer li:hover .square {
6208
+ display: block;
6209
+ }
6210
+
6211
+ /* ----------- color ——————---- start */
6212
+ /* ----------- color ——————---- end */
6213
+ /* ----------- motion ——————---- start */
6214
+ /* ----------- motion ——————---- end */
6215
+ /* ----------- transition ——————---- start */
6216
+ /* ----------- transition ——————---- end */
6217
+ /* ----------- font ——————---- start */
6218
+ /* ----------- font ——————---- end */
6219
+ /* ----------- zIndex ——————---- start */
6220
+ /*
6221
+ 普通组件内部自身层级应设置在0-100间
6222
+ */
6223
+ /* ----------- zIndex ——————---- end */
6224
+ /* ----------- Button ——————---- start */
6225
+ /* ----------- Button ——————---- end */
6226
+ /* ----------- Collapse ——————---- start */
6227
+ /* ----------- Collapse ——————---- end */
6228
+ /* ----------- Card ——————---- start */
6229
+ /* ----------- Card ——————---- end */
6230
+ /* ----------- Carousel ——————---- start */
6231
+ /* ----------- Carousel ——————---- end */
6232
+ /* ----------- Cascader ——————---- start */
6233
+ /* ----------- Cascader ——————---- end */
6234
+ /* ----------- Switch ——————---- start */
6235
+ /* ----------- Switch ——————---- end */
6236
+ /* ----------- Input ——————---- start */
6237
+ /* ----------- Input ——————---- end */
6238
+ /* ----------- InputNumber ——————---- start */
6239
+ /* ----------- InputNumber ——————---- end */
6240
+ /* ----------- checkbox ——————---- start */
6241
+ /* ----------- checkbox ——————---- start */
6242
+ /* ----------- checkbox ——————---- end */
6243
+ /* ----------- Radio ——————---- start */
6244
+ /* ----------- Radio ——————---- end */
6245
+ /* ----------- icon ——————---- start */
6246
+ /* ----------- icon ——————---- end */
6247
+ /* ----------- Popconfirm ——————---- start */
6248
+ /* ----------- Popconfirm ——————---- end */
6249
+ /* ----------- Progress ——————---- start */
6250
+ /* ----------- Progress ——————---- end */
6251
+ /* ----------- Pagination ——————---- start */
6252
+ /* ----------- Pagination ——————---- end */
6253
+ /* ----------- Timeline ——————---- start */
6254
+ /* ----------- Timeline ——————---- end */
6255
+ /* ----------- Tabs ——————---- start */
6256
+ /* ----------- Tabs ——————---- end */
6257
+ /* ----------- Select ——————---- start */
6258
+ /* ----------- Select ——————---- end */
6259
+ /* ----------- Rate ——————---- start */
6260
+ /* ----------- Rate ——————---- end */
6261
+ /* ----------- Dropdown ——————---- start */
6262
+ /* ----------- Dropdown ——————---- end */
6263
+ /* ----------- Tooltip ——————---- start */
6264
+ /* ----------- Tooltip ——————---- end */
6265
+ /* ----------- Transfer ——————---- start */
6266
+ /* ----------- Transfer ——————---- end */
6267
+ /* ----------- DatePicker ——————---- start */
6268
+ /* ----------- DatePicker ——————---- end */
6269
+ /* ----------- ColorPicker ——————---- start */
6270
+ /* ----------- ColorPicker ——————---- end */
5919
6271
  /* ----------- Tree ——————---- start */
5920
6272
  /* ----------- Tree ——————---- end */
5921
6273
  /* ----------- Alert ——————---- start */
@@ -6853,6 +7205,8 @@ template {
6853
7205
  /* ----------- Transfer ——————---- end */
6854
7206
  /* ----------- DatePicker ——————---- start */
6855
7207
  /* ----------- DatePicker ——————---- end */
7208
+ /* ----------- ColorPicker ——————---- start */
7209
+ /* ----------- ColorPicker ——————---- end */
6856
7210
  /* ----------- Tree ——————---- start */
6857
7211
  /* ----------- Tree ——————---- end */
6858
7212
  /* ----------- Alert ——————---- start */
@@ -7090,6 +7444,8 @@ template {
7090
7444
  /* ----------- Transfer ——————---- end */
7091
7445
  /* ----------- DatePicker ——————---- start */
7092
7446
  /* ----------- DatePicker ——————---- end */
7447
+ /* ----------- ColorPicker ——————---- start */
7448
+ /* ----------- ColorPicker ——————---- end */
7093
7449
  /* ----------- Tree ——————---- start */
7094
7450
  /* ----------- Tree ——————---- end */
7095
7451
  /* ----------- Alert ——————---- start */
@@ -7355,6 +7711,8 @@ template {
7355
7711
  /* ----------- Transfer ——————---- end */
7356
7712
  /* ----------- DatePicker ——————---- start */
7357
7713
  /* ----------- DatePicker ——————---- end */
7714
+ /* ----------- ColorPicker ——————---- start */
7715
+ /* ----------- ColorPicker ——————---- end */
7358
7716
  /* ----------- Tree ——————---- start */
7359
7717
  /* ----------- Tree ——————---- end */
7360
7718
  /* ----------- Alert ——————---- start */
@@ -7481,6 +7839,8 @@ template {
7481
7839
  /* ----------- Transfer ——————---- end */
7482
7840
  /* ----------- DatePicker ——————---- start */
7483
7841
  /* ----------- DatePicker ——————---- end */
7842
+ /* ----------- ColorPicker ——————---- start */
7843
+ /* ----------- ColorPicker ——————---- end */
7484
7844
  /* ----------- Tree ——————---- start */
7485
7845
  /* ----------- Tree ——————---- end */
7486
7846
  /* ----------- Alert ——————---- start */
@@ -7839,6 +8199,8 @@ template {
7839
8199
  /* ----------- Transfer ——————---- end */
7840
8200
  /* ----------- DatePicker ——————---- start */
7841
8201
  /* ----------- DatePicker ——————---- end */
8202
+ /* ----------- ColorPicker ——————---- start */
8203
+ /* ----------- ColorPicker ——————---- end */
7842
8204
  /* ----------- Tree ——————---- start */
7843
8205
  /* ----------- Tree ——————---- end */
7844
8206
  /* ----------- Alert ——————---- start */
@@ -8031,6 +8393,8 @@ template {
8031
8393
  /* ----------- Transfer ——————---- end */
8032
8394
  /* ----------- DatePicker ——————---- start */
8033
8395
  /* ----------- DatePicker ——————---- end */
8396
+ /* ----------- ColorPicker ——————---- start */
8397
+ /* ----------- ColorPicker ——————---- end */
8034
8398
  /* ----------- Tree ——————---- start */
8035
8399
  /* ----------- Tree ——————---- end */
8036
8400
  /* ----------- Alert ——————---- start */
@@ -8165,6 +8529,8 @@ template {
8165
8529
  /* ----------- Transfer ——————---- end */
8166
8530
  /* ----------- DatePicker ——————---- start */
8167
8531
  /* ----------- DatePicker ——————---- end */
8532
+ /* ----------- ColorPicker ——————---- start */
8533
+ /* ----------- ColorPicker ——————---- end */
8168
8534
  /* ----------- Tree ——————---- start */
8169
8535
  /* ----------- Tree ——————---- end */
8170
8536
  /* ----------- Alert ——————---- start */
@@ -8270,6 +8636,8 @@ template {
8270
8636
  /* ----------- Transfer ——————---- end */
8271
8637
  /* ----------- DatePicker ——————---- start */
8272
8638
  /* ----------- DatePicker ——————---- end */
8639
+ /* ----------- ColorPicker ——————---- start */
8640
+ /* ----------- ColorPicker ——————---- end */
8273
8641
  /* ----------- Tree ——————---- start */
8274
8642
  /* ----------- Tree ——————---- end */
8275
8643
  /* ----------- Alert ——————---- start */
@@ -8676,6 +9044,8 @@ template {
8676
9044
  /* ----------- Transfer ——————---- end */
8677
9045
  /* ----------- DatePicker ——————---- start */
8678
9046
  /* ----------- DatePicker ——————---- end */
9047
+ /* ----------- ColorPicker ——————---- start */
9048
+ /* ----------- ColorPicker ——————---- end */
8679
9049
  /* ----------- Tree ——————---- start */
8680
9050
  /* ----------- Tree ——————---- end */
8681
9051
  /* ----------- Alert ——————---- start */
@@ -9008,6 +9378,8 @@ template {
9008
9378
  /* ----------- Transfer ——————---- end */
9009
9379
  /* ----------- DatePicker ——————---- start */
9010
9380
  /* ----------- DatePicker ——————---- end */
9381
+ /* ----------- ColorPicker ——————---- start */
9382
+ /* ----------- ColorPicker ——————---- end */
9011
9383
  /* ----------- Tree ——————---- start */
9012
9384
  /* ----------- Tree ——————---- end */
9013
9385
  /* ----------- Alert ——————---- start */
@@ -9231,6 +9603,8 @@ template {
9231
9603
  /* ----------- Transfer ——————---- end */
9232
9604
  /* ----------- DatePicker ——————---- start */
9233
9605
  /* ----------- DatePicker ——————---- end */
9606
+ /* ----------- ColorPicker ——————---- start */
9607
+ /* ----------- ColorPicker ——————---- end */
9234
9608
  /* ----------- Tree ——————---- start */
9235
9609
  /* ----------- Tree ——————---- end */
9236
9610
  /* ----------- Alert ——————---- start */
@@ -9769,6 +10143,8 @@ textarea {
9769
10143
  /* ----------- Transfer ——————---- end */
9770
10144
  /* ----------- DatePicker ——————---- start */
9771
10145
  /* ----------- DatePicker ——————---- end */
10146
+ /* ----------- ColorPicker ——————---- start */
10147
+ /* ----------- ColorPicker ——————---- end */
9772
10148
  /* ----------- Tree ——————---- start */
9773
10149
  /* ----------- Tree ——————---- end */
9774
10150
  /* ----------- Alert ——————---- start */
@@ -10015,6 +10391,8 @@ textarea {
10015
10391
  /* ----------- Transfer ——————---- end */
10016
10392
  /* ----------- DatePicker ——————---- start */
10017
10393
  /* ----------- DatePicker ——————---- end */
10394
+ /* ----------- ColorPicker ——————---- start */
10395
+ /* ----------- ColorPicker ——————---- end */
10018
10396
  /* ----------- Tree ——————---- start */
10019
10397
  /* ----------- Tree ——————---- end */
10020
10398
  /* ----------- Alert ——————---- start */
@@ -10171,6 +10549,8 @@ textarea {
10171
10549
  /* ----------- Transfer ——————---- end */
10172
10550
  /* ----------- DatePicker ——————---- start */
10173
10551
  /* ----------- DatePicker ——————---- end */
10552
+ /* ----------- ColorPicker ——————---- start */
10553
+ /* ----------- ColorPicker ——————---- end */
10174
10554
  /* ----------- Tree ——————---- start */
10175
10555
  /* ----------- Tree ——————---- end */
10176
10556
  /* ----------- Alert ——————---- start */
@@ -10795,6 +11175,8 @@ textarea {
10795
11175
  /* ----------- Transfer ——————---- end */
10796
11176
  /* ----------- DatePicker ——————---- start */
10797
11177
  /* ----------- DatePicker ——————---- end */
11178
+ /* ----------- ColorPicker ——————---- start */
11179
+ /* ----------- ColorPicker ——————---- end */
10798
11180
  /* ----------- Tree ——————---- start */
10799
11181
  /* ----------- Tree ——————---- end */
10800
11182
  /* ----------- Alert ——————---- start */
@@ -11013,6 +11395,8 @@ textarea {
11013
11395
  /* ----------- Transfer ——————---- end */
11014
11396
  /* ----------- DatePicker ——————---- start */
11015
11397
  /* ----------- DatePicker ——————---- end */
11398
+ /* ----------- ColorPicker ——————---- start */
11399
+ /* ----------- ColorPicker ——————---- end */
11016
11400
  /* ----------- Tree ——————---- start */
11017
11401
  /* ----------- Tree ——————---- end */
11018
11402
  /* ----------- Alert ——————---- start */
@@ -11272,6 +11656,8 @@ textarea {
11272
11656
  /* ----------- Transfer ——————---- end */
11273
11657
  /* ----------- DatePicker ——————---- start */
11274
11658
  /* ----------- DatePicker ——————---- end */
11659
+ /* ----------- ColorPicker ——————---- start */
11660
+ /* ----------- ColorPicker ——————---- end */
11275
11661
  /* ----------- Tree ——————---- start */
11276
11662
  /* ----------- Tree ——————---- end */
11277
11663
  /* ----------- Alert ——————---- start */
@@ -11518,6 +11904,8 @@ textarea {
11518
11904
  /* ----------- Transfer ——————---- end */
11519
11905
  /* ----------- DatePicker ——————---- start */
11520
11906
  /* ----------- DatePicker ——————---- end */
11907
+ /* ----------- ColorPicker ——————---- start */
11908
+ /* ----------- ColorPicker ——————---- end */
11521
11909
  /* ----------- Tree ——————---- start */
11522
11910
  /* ----------- Tree ——————---- end */
11523
11911
  /* ----------- Alert ——————---- start */
@@ -11577,16 +11965,30 @@ textarea {
11577
11965
  font-feature-settings: 'tnum';
11578
11966
  color: var(--kd-c-pagination-text-color, var(--kd-g-color-text-secondary, #666));
11579
11967
  font-size: var(--kd-c-pagination-font-size, var(--kd-g-font-size-small, 12px));
11968
+ display: -webkit-box;
11969
+ display: -ms-flexbox;
11970
+ display: flex;
11971
+ -webkit-box-align: center;
11972
+ -ms-flex-align: center;
11973
+ align-items: center;
11580
11974
  }
11581
11975
  .kd-pagination .kd-pagination-total {
11582
- display: inline-block;
11976
+ display: -webkit-inline-box;
11977
+ display: -ms-inline-flexbox;
11978
+ display: inline-flex;
11979
+ -webkit-box-align: center;
11980
+ -ms-flex-align: center;
11981
+ align-items: center;
11583
11982
  margin-right: 12px;
11584
- vertical-align: middle;
11585
11983
  }
11586
11984
  .kd-pagination .kd-pagination-current {
11587
- display: inline-block;
11985
+ display: -webkit-inline-box;
11986
+ display: -ms-inline-flexbox;
11987
+ display: inline-flex;
11988
+ -webkit-box-align: center;
11989
+ -ms-flex-align: center;
11990
+ align-items: center;
11588
11991
  margin-right: 12px;
11589
- vertical-align: middle;
11590
11992
  }
11591
11993
  .kd-pagination .kd-pagination-current .kd-pagination-current-input {
11592
11994
  -webkit-box-sizing: border-box;
@@ -11625,8 +12027,12 @@ textarea {
11625
12027
  list-style: none;
11626
12028
  -webkit-font-feature-settings: 'tnum';
11627
12029
  font-feature-settings: 'tnum';
11628
- display: inline-block;
11629
- vertical-align: middle;
12030
+ display: -webkit-inline-box;
12031
+ display: -ms-inline-flexbox;
12032
+ display: inline-flex;
12033
+ -webkit-box-align: center;
12034
+ -ms-flex-align: center;
12035
+ align-items: center;
11630
12036
  }
11631
12037
  .kd-pagination .kd-pagination-action .kd-pagination-action-item {
11632
12038
  -webkit-box-sizing: border-box;
@@ -11637,7 +12043,12 @@ textarea {
11637
12043
  list-style: none;
11638
12044
  -webkit-font-feature-settings: 'tnum';
11639
12045
  font-feature-settings: 'tnum';
11640
- display: inline-block;
12046
+ display: -webkit-inline-box;
12047
+ display: -ms-inline-flexbox;
12048
+ display: inline-flex;
12049
+ -webkit-box-align: center;
12050
+ -ms-flex-align: center;
12051
+ align-items: center;
11641
12052
  }
11642
12053
  .kd-pagination .kd-pagination-action .kd-pagination-action-item.bordered {
11643
12054
  margin-right: calc(2 * var(--kd-c-pagination-button-spacing, 4px));
@@ -11662,7 +12073,6 @@ textarea {
11662
12073
  border-radius: var(--kd-g-radius-border, 2px);
11663
12074
  cursor: pointer;
11664
12075
  outline: none;
11665
- vertical-align: middle;
11666
12076
  -webkit-transition: border-color var(--kd-g-duration, 0.3s);
11667
12077
  transition: border-color var(--kd-g-duration, 0.3s);
11668
12078
  }
@@ -11711,11 +12121,15 @@ textarea {
11711
12121
  -webkit-font-feature-settings: 'tnum';
11712
12122
  font-feature-settings: 'tnum';
11713
12123
  position: relative;
11714
- display: inline-block;
12124
+ display: -webkit-inline-box;
12125
+ display: -ms-inline-flexbox;
12126
+ display: inline-flex;
12127
+ -webkit-box-align: center;
12128
+ -ms-flex-align: center;
12129
+ align-items: center;
11715
12130
  margin-left: 20px;
11716
12131
  outline: none;
11717
12132
  height: var(--kd-c-pagination-sizing-square, 24px);
11718
- vertical-align: middle;
11719
12133
  }
11720
12134
  .kd-pagination .kd-pagination-selector .kd-pagination-selector-size {
11721
12135
  -webkit-box-sizing: border-box;
@@ -11791,11 +12205,15 @@ textarea {
11791
12205
  list-style: none;
11792
12206
  -webkit-font-feature-settings: 'tnum';
11793
12207
  font-feature-settings: 'tnum';
11794
- display: inline-block;
11795
12208
  height: var(--kd-c-pagination-sizing-square, 24px);
11796
12209
  overflow: hidden;
11797
12210
  margin: 0 8px;
11798
- vertical-align: middle;
12211
+ display: -webkit-inline-box;
12212
+ display: -ms-inline-flexbox;
12213
+ display: inline-flex;
12214
+ -webkit-box-align: center;
12215
+ -ms-flex-align: center;
12216
+ align-items: center;
11799
12217
  color: var(--kd-g-color-text-primary, #212121);
11800
12218
  }
11801
12219
  .kd-pagination.simple .kd-pagination-action-item:first-child,
@@ -11804,7 +12222,6 @@ textarea {
11804
12222
  }
11805
12223
  .kd-pagination.simple .kd-pagination-action-item .kd-pagination-current {
11806
12224
  margin-right: 2px;
11807
- vertical-align: middle;
11808
12225
  }
11809
12226
  .kd-pagination.simple .kd-pagination-action-item .kd-pagination-current .kd-pagination-current-input {
11810
12227
  margin: 0;
@@ -11814,7 +12231,6 @@ textarea {
11814
12231
  cursor: not-allowed;
11815
12232
  }
11816
12233
  .kd-pagination.simple .kd-pagination-action-item .kd-pagination-total {
11817
- vertical-align: middle;
11818
12234
  margin-right: 0;
11819
12235
  }
11820
12236
  .kd-pagination.simple .kd-pagination-action-item.bordered > button {
@@ -11831,7 +12247,15 @@ textarea {
11831
12247
  border-radius: var(--kd-g-radius-border, 2px);
11832
12248
  cursor: pointer;
11833
12249
  outline: none;
11834
- vertical-align: middle;
12250
+ display: -webkit-inline-box;
12251
+ display: -ms-inline-flexbox;
12252
+ display: inline-flex;
12253
+ -webkit-box-align: center;
12254
+ -ms-flex-align: center;
12255
+ align-items: center;
12256
+ -webkit-box-pack: center;
12257
+ -ms-flex-pack: center;
12258
+ justify-content: center;
11835
12259
  -webkit-transition: border-color var(--kd-g-duration, 0.3s);
11836
12260
  transition: border-color var(--kd-g-duration, 0.3s);
11837
12261
  }
@@ -11883,9 +12307,13 @@ textarea {
11883
12307
  -webkit-font-feature-settings: 'tnum';
11884
12308
  font-feature-settings: 'tnum';
11885
12309
  position: relative;
11886
- display: inline-block;
12310
+ display: -webkit-inline-box;
12311
+ display: -ms-inline-flexbox;
12312
+ display: inline-flex;
12313
+ -webkit-box-align: center;
12314
+ -ms-flex-align: center;
12315
+ align-items: center;
11887
12316
  margin-right: var(--kd-c-pagination-button-spacing, 4px);
11888
- vertical-align: middle;
11889
12317
  }
11890
12318
  .kd-pagination.less .kd-pagination-pages-item:last-child {
11891
12319
  margin-right: 0;
@@ -11937,6 +12365,15 @@ textarea {
11937
12365
  background: var(--kd-g-color-background, #fff);
11938
12366
  -webkit-transition: color var(--kd-g-duration, 0.3s), border-color var(--kd-g-duration, 0.3s);
11939
12367
  transition: color var(--kd-g-duration, 0.3s), border-color var(--kd-g-duration, 0.3s);
12368
+ display: -webkit-inline-box;
12369
+ display: -ms-inline-flexbox;
12370
+ display: inline-flex;
12371
+ -webkit-box-align: center;
12372
+ -ms-flex-align: center;
12373
+ align-items: center;
12374
+ -webkit-box-pack: center;
12375
+ -ms-flex-pack: center;
12376
+ justify-content: center;
11940
12377
  }
11941
12378
  .kd-pagination.less .kd-pagination-pages-item button:disabled {
11942
12379
  cursor: not-allowed;
@@ -11951,7 +12388,12 @@ textarea {
11951
12388
  list-style: none;
11952
12389
  -webkit-font-feature-settings: 'tnum';
11953
12390
  font-feature-settings: 'tnum';
11954
- display: inline-block;
12391
+ display: -webkit-inline-box;
12392
+ display: -ms-inline-flexbox;
12393
+ display: inline-flex;
12394
+ -webkit-box-align: center;
12395
+ -ms-flex-align: center;
12396
+ align-items: center;
11955
12397
  }
11956
12398
  .kd-pagination.nicety .kd-pagination-pages-item {
11957
12399
  -webkit-box-sizing: border-box;
@@ -11963,9 +12405,13 @@ textarea {
11963
12405
  -webkit-font-feature-settings: 'tnum';
11964
12406
  font-feature-settings: 'tnum';
11965
12407
  position: relative;
11966
- display: inline-block;
12408
+ display: -webkit-inline-box;
12409
+ display: -ms-inline-flexbox;
12410
+ display: inline-flex;
12411
+ -webkit-box-align: center;
12412
+ -ms-flex-align: center;
12413
+ align-items: center;
11967
12414
  margin-right: var(--kd-c-pagination-button-spacing, 4px);
11968
- vertical-align: middle;
11969
12415
  }
11970
12416
  .kd-pagination.nicety .kd-pagination-pages-item:last-child {
11971
12417
  margin-right: 0;
@@ -12011,6 +12457,15 @@ textarea {
12011
12457
  padding: 0 6px;
12012
12458
  cursor: pointer;
12013
12459
  outline: none;
12460
+ display: -webkit-inline-box;
12461
+ display: -ms-inline-flexbox;
12462
+ display: inline-flex;
12463
+ -webkit-box-align: center;
12464
+ -ms-flex-align: center;
12465
+ align-items: center;
12466
+ -webkit-box-pack: center;
12467
+ -ms-flex-pack: center;
12468
+ justify-content: center;
12014
12469
  font-size: var(--kd-c-pagination-font-size, var(--kd-g-font-size-small, 12px));
12015
12470
  color: var(--kd-g-color-text-primary, #212121);
12016
12471
  border-radius: var(--kd-g-radius-border, 2px);
@@ -12040,9 +12495,13 @@ textarea {
12040
12495
  transition: opacity var(--kd-g-duration, 0.3s);
12041
12496
  }
12042
12497
  .kd-pagination.nicety .kd-pagination-jumper {
12043
- display: inline-block;
12498
+ display: -webkit-inline-box;
12499
+ display: -ms-inline-flexbox;
12500
+ display: inline-flex;
12501
+ -webkit-box-align: center;
12502
+ -ms-flex-align: center;
12503
+ align-items: center;
12044
12504
  margin-left: 4px;
12045
- vertical-align: middle;
12046
12505
  }
12047
12506
  .kd-pagination.nicety .kd-pagination-jumper .kd-pagination-jumper-input {
12048
12507
  -webkit-box-sizing: border-box;
@@ -12083,8 +12542,15 @@ textarea {
12083
12542
  width: var(--kd-c-pagination-sizing-square, 24px);
12084
12543
  height: var(--kd-c-pagination-sizing-square, 24px);
12085
12544
  margin-left: var(--kd-c-pagination-button-spacing, 4px);
12086
- line-height: var(--kd-c-pagination-sizing-square, 24px);
12087
- vertical-align: top;
12545
+ display: -webkit-inline-box;
12546
+ display: -ms-inline-flexbox;
12547
+ display: inline-flex;
12548
+ -webkit-box-align: center;
12549
+ -ms-flex-align: center;
12550
+ align-items: center;
12551
+ -webkit-box-pack: center;
12552
+ -ms-flex-pack: center;
12553
+ justify-content: center;
12088
12554
  cursor: pointer;
12089
12555
  outline: none;
12090
12556
  color: var(--kd-g-color-text-primary, #212121);
@@ -12118,26 +12584,33 @@ textarea {
12118
12584
  -webkit-font-feature-settings: 'tnum';
12119
12585
  font-feature-settings: 'tnum';
12120
12586
  position: relative;
12121
- display: inline-block;
12587
+ display: -webkit-inline-box;
12588
+ display: -ms-inline-flexbox;
12589
+ display: inline-flex;
12590
+ -webkit-box-align: center;
12591
+ -ms-flex-align: center;
12592
+ align-items: center;
12122
12593
  margin-left: 22px;
12123
12594
  outline: none;
12124
12595
  height: var(--kd-c-pagination-sizing-square, 24px);
12125
12596
  color: var(--kd-g-color-text-primary, #212121);
12126
- vertical-align: middle;
12127
12597
  }
12128
12598
  .kd-pagination.nicety .kd-pagination-options .kd-pagination-options-size {
12129
12599
  position: relative;
12130
12600
  -webkit-box-sizing: border-box;
12131
12601
  box-sizing: border-box;
12132
- display: inline-block;
12602
+ display: -webkit-inline-box;
12603
+ display: -ms-inline-flexbox;
12604
+ display: inline-flex;
12605
+ -webkit-box-align: center;
12606
+ -ms-flex-align: center;
12607
+ align-items: center;
12133
12608
  min-width: 64px;
12134
12609
  height: var(--kd-c-pagination-sizing-square, 24px);
12135
12610
  margin-right: 8px;
12136
12611
  padding: 0 24px 0 4px;
12137
- line-height: var(--kd-c-pagination-sizing-square, 24px);
12138
12612
  font-size: var(--kd-c-pagination-font-size, var(--kd-g-font-size-small, 12px));
12139
12613
  color: var(--kd-g-color-text-primary, #212121);
12140
- text-align: left;
12141
12614
  border-radius: var(--kd-g-radius-border, 2px);
12142
12615
  border: var(--kd-c-pagination-sizing-border-width, 1px) solid var(--kd-g-color-border-strong, #d9d9d9);
12143
12616
  background: var(--kd-g-color-background, #fff);
@@ -12242,6 +12715,8 @@ textarea {
12242
12715
  /* ----------- Transfer ——————---- end */
12243
12716
  /* ----------- DatePicker ——————---- start */
12244
12717
  /* ----------- DatePicker ——————---- end */
12718
+ /* ----------- ColorPicker ——————---- start */
12719
+ /* ----------- ColorPicker ——————---- end */
12245
12720
  /* ----------- Tree ——————---- start */
12246
12721
  /* ----------- Tree ——————---- end */
12247
12722
  /* ----------- Alert ——————---- start */
@@ -12477,6 +12952,8 @@ textarea {
12477
12952
  /* ----------- Transfer ——————---- end */
12478
12953
  /* ----------- DatePicker ——————---- start */
12479
12954
  /* ----------- DatePicker ——————---- end */
12955
+ /* ----------- ColorPicker ——————---- start */
12956
+ /* ----------- ColorPicker ——————---- end */
12480
12957
  /* ----------- Tree ——————---- start */
12481
12958
  /* ----------- Tree ——————---- end */
12482
12959
  /* ----------- Alert ——————---- start */
@@ -12747,6 +13224,8 @@ textarea {
12747
13224
  /* ----------- Transfer ——————---- end */
12748
13225
  /* ----------- DatePicker ——————---- start */
12749
13226
  /* ----------- DatePicker ——————---- end */
13227
+ /* ----------- ColorPicker ——————---- start */
13228
+ /* ----------- ColorPicker ——————---- end */
12750
13229
  /* ----------- Tree ——————---- start */
12751
13230
  /* ----------- Tree ——————---- end */
12752
13231
  /* ----------- Alert ——————---- start */
@@ -13194,6 +13673,8 @@ textarea {
13194
13673
  /* ----------- Transfer ——————---- end */
13195
13674
  /* ----------- DatePicker ——————---- start */
13196
13675
  /* ----------- DatePicker ——————---- end */
13676
+ /* ----------- ColorPicker ——————---- start */
13677
+ /* ----------- ColorPicker ——————---- end */
13197
13678
  /* ----------- Tree ——————---- start */
13198
13679
  /* ----------- Tree ——————---- end */
13199
13680
  /* ----------- Alert ——————---- start */
@@ -13405,6 +13886,8 @@ textarea {
13405
13886
  /* ----------- Transfer ——————---- end */
13406
13887
  /* ----------- DatePicker ——————---- start */
13407
13888
  /* ----------- DatePicker ——————---- end */
13889
+ /* ----------- ColorPicker ——————---- start */
13890
+ /* ----------- ColorPicker ——————---- end */
13408
13891
  /* ----------- Tree ——————---- start */
13409
13892
  /* ----------- Tree ——————---- end */
13410
13893
  /* ----------- Alert ——————---- start */
@@ -14132,6 +14615,8 @@ textarea {
14132
14615
  /* ----------- Transfer ——————---- end */
14133
14616
  /* ----------- DatePicker ——————---- start */
14134
14617
  /* ----------- DatePicker ——————---- end */
14618
+ /* ----------- ColorPicker ——————---- start */
14619
+ /* ----------- ColorPicker ——————---- end */
14135
14620
  /* ----------- Tree ——————---- start */
14136
14621
  /* ----------- Tree ——————---- end */
14137
14622
  /* ----------- Alert ——————---- start */
@@ -14803,6 +15288,8 @@ textarea {
14803
15288
  /* ----------- Transfer ——————---- end */
14804
15289
  /* ----------- DatePicker ——————---- start */
14805
15290
  /* ----------- DatePicker ——————---- end */
15291
+ /* ----------- ColorPicker ——————---- start */
15292
+ /* ----------- ColorPicker ——————---- end */
14806
15293
  /* ----------- Tree ——————---- start */
14807
15294
  /* ----------- Tree ——————---- end */
14808
15295
  /* ----------- Alert ——————---- start */
@@ -15118,6 +15605,8 @@ textarea {
15118
15605
  /* ----------- Transfer ——————---- end */
15119
15606
  /* ----------- DatePicker ——————---- start */
15120
15607
  /* ----------- DatePicker ——————---- end */
15608
+ /* ----------- ColorPicker ——————---- start */
15609
+ /* ----------- ColorPicker ——————---- end */
15121
15610
  /* ----------- Tree ——————---- start */
15122
15611
  /* ----------- Tree ——————---- end */
15123
15612
  /* ----------- Alert ——————---- start */
@@ -15267,6 +15756,8 @@ textarea {
15267
15756
  /* ----------- Transfer ——————---- end */
15268
15757
  /* ----------- DatePicker ——————---- start */
15269
15758
  /* ----------- DatePicker ——————---- end */
15759
+ /* ----------- ColorPicker ——————---- start */
15760
+ /* ----------- ColorPicker ——————---- end */
15270
15761
  /* ----------- Tree ——————---- start */
15271
15762
  /* ----------- Tree ——————---- end */
15272
15763
  /* ----------- Alert ——————---- start */
@@ -15567,6 +16058,8 @@ textarea {
15567
16058
  /* ----------- Transfer ——————---- end */
15568
16059
  /* ----------- DatePicker ——————---- start */
15569
16060
  /* ----------- DatePicker ——————---- end */
16061
+ /* ----------- ColorPicker ——————---- start */
16062
+ /* ----------- ColorPicker ——————---- end */
15570
16063
  /* ----------- Tree ——————---- start */
15571
16064
  /* ----------- Tree ——————---- end */
15572
16065
  /* ----------- Alert ——————---- start */
@@ -15831,6 +16324,8 @@ textarea {
15831
16324
  /* ----------- Transfer ——————---- end */
15832
16325
  /* ----------- DatePicker ——————---- start */
15833
16326
  /* ----------- DatePicker ——————---- end */
16327
+ /* ----------- ColorPicker ——————---- start */
16328
+ /* ----------- ColorPicker ——————---- end */
15834
16329
  /* ----------- Tree ——————---- start */
15835
16330
  /* ----------- Tree ——————---- end */
15836
16331
  /* ----------- Alert ——————---- start */
@@ -16093,6 +16588,8 @@ textarea {
16093
16588
  /* ----------- Transfer ——————---- end */
16094
16589
  /* ----------- DatePicker ——————---- start */
16095
16590
  /* ----------- DatePicker ——————---- end */
16591
+ /* ----------- ColorPicker ——————---- start */
16592
+ /* ----------- ColorPicker ——————---- end */
16096
16593
  /* ----------- Tree ——————---- start */
16097
16594
  /* ----------- Tree ——————---- end */
16098
16595
  /* ----------- Alert ——————---- start */
@@ -16431,6 +16928,8 @@ textarea {
16431
16928
  /* ----------- Transfer ——————---- end */
16432
16929
  /* ----------- DatePicker ——————---- start */
16433
16930
  /* ----------- DatePicker ——————---- end */
16931
+ /* ----------- ColorPicker ——————---- start */
16932
+ /* ----------- ColorPicker ——————---- end */
16434
16933
  /* ----------- Tree ——————---- start */
16435
16934
  /* ----------- Tree ——————---- end */
16436
16935
  /* ----------- Alert ——————---- start */
@@ -16649,6 +17148,8 @@ textarea {
16649
17148
  /* ----------- Transfer ——————---- end */
16650
17149
  /* ----------- DatePicker ——————---- start */
16651
17150
  /* ----------- DatePicker ——————---- end */
17151
+ /* ----------- ColorPicker ——————---- start */
17152
+ /* ----------- ColorPicker ——————---- end */
16652
17153
  /* ----------- Tree ——————---- start */
16653
17154
  /* ----------- Tree ——————---- end */
16654
17155
  /* ----------- Alert ——————---- start */
@@ -16749,6 +17250,8 @@ textarea {
16749
17250
  /* ----------- Transfer ——————---- end */
16750
17251
  /* ----------- DatePicker ——————---- start */
16751
17252
  /* ----------- DatePicker ——————---- end */
17253
+ /* ----------- ColorPicker ——————---- start */
17254
+ /* ----------- ColorPicker ——————---- end */
16752
17255
  /* ----------- Tree ——————---- start */
16753
17256
  /* ----------- Tree ——————---- end */
16754
17257
  /* ----------- Alert ——————---- start */
@@ -17313,6 +17816,8 @@ textarea {
17313
17816
  /* ----------- Transfer ——————---- end */
17314
17817
  /* ----------- DatePicker ——————---- start */
17315
17818
  /* ----------- DatePicker ——————---- end */
17819
+ /* ----------- ColorPicker ——————---- start */
17820
+ /* ----------- ColorPicker ——————---- end */
17316
17821
  /* ----------- Tree ——————---- start */
17317
17822
  /* ----------- Tree ——————---- end */
17318
17823
  /* ----------- Alert ——————---- start */
@@ -17827,6 +18332,8 @@ textarea {
17827
18332
  /* ----------- Transfer ——————---- end */
17828
18333
  /* ----------- DatePicker ——————---- start */
17829
18334
  /* ----------- DatePicker ——————---- end */
18335
+ /* ----------- ColorPicker ——————---- start */
18336
+ /* ----------- ColorPicker ——————---- end */
17830
18337
  /* ----------- Tree ——————---- start */
17831
18338
  /* ----------- Tree ——————---- end */
17832
18339
  /* ----------- Alert ——————---- start */
@@ -18139,6 +18646,8 @@ textarea {
18139
18646
  /* ----------- Transfer ——————---- end */
18140
18647
  /* ----------- DatePicker ——————---- start */
18141
18648
  /* ----------- DatePicker ——————---- end */
18649
+ /* ----------- ColorPicker ——————---- start */
18650
+ /* ----------- ColorPicker ——————---- end */
18142
18651
  /* ----------- Tree ——————---- start */
18143
18652
  /* ----------- Tree ——————---- end */
18144
18653
  /* ----------- Alert ——————---- start */
@@ -18329,6 +18838,8 @@ textarea {
18329
18838
  /* ----------- Transfer ——————---- end */
18330
18839
  /* ----------- DatePicker ——————---- start */
18331
18840
  /* ----------- DatePicker ——————---- end */
18841
+ /* ----------- ColorPicker ——————---- start */
18842
+ /* ----------- ColorPicker ——————---- end */
18332
18843
  /* ----------- Tree ——————---- start */
18333
18844
  /* ----------- Tree ——————---- end */
18334
18845
  /* ----------- Alert ——————---- start */
@@ -18684,6 +19195,8 @@ textarea {
18684
19195
  /* ----------- Transfer ——————---- end */
18685
19196
  /* ----------- DatePicker ——————---- start */
18686
19197
  /* ----------- DatePicker ——————---- end */
19198
+ /* ----------- ColorPicker ——————---- start */
19199
+ /* ----------- ColorPicker ——————---- end */
18687
19200
  /* ----------- Tree ——————---- start */
18688
19201
  /* ----------- Tree ——————---- end */
18689
19202
  /* ----------- Alert ——————---- start */
@@ -19187,6 +19700,8 @@ textarea {
19187
19700
  /* ----------- Transfer ——————---- end */
19188
19701
  /* ----------- DatePicker ——————---- start */
19189
19702
  /* ----------- DatePicker ——————---- end */
19703
+ /* ----------- ColorPicker ——————---- start */
19704
+ /* ----------- ColorPicker ——————---- end */
19190
19705
  /* ----------- Tree ——————---- start */
19191
19706
  /* ----------- Tree ——————---- end */
19192
19707
  /* ----------- Alert ——————---- start */
@@ -19547,6 +20062,8 @@ textarea {
19547
20062
  /* ----------- Transfer ——————---- end */
19548
20063
  /* ----------- DatePicker ——————---- start */
19549
20064
  /* ----------- DatePicker ——————---- end */
20065
+ /* ----------- ColorPicker ——————---- start */
20066
+ /* ----------- ColorPicker ——————---- end */
19550
20067
  /* ----------- Tree ——————---- start */
19551
20068
  /* ----------- Tree ——————---- end */
19552
20069
  /* ----------- Alert ——————---- start */
@@ -19783,6 +20300,8 @@ h3.kd-typography,
19783
20300
  /* ----------- Transfer ——————---- end */
19784
20301
  /* ----------- DatePicker ——————---- start */
19785
20302
  /* ----------- DatePicker ——————---- end */
20303
+ /* ----------- ColorPicker ——————---- start */
20304
+ /* ----------- ColorPicker ——————---- end */
19786
20305
  /* ----------- Tree ——————---- start */
19787
20306
  /* ----------- Tree ——————---- end */
19788
20307
  /* ----------- Alert ——————---- start */