@kdcloudjs/kdesign 1.7.0 → 1.7.1

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 (200) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/default-theme.js +4 -5
  3. package/dist/kdesign-complete.less +328 -35
  4. package/dist/kdesign.css +543 -30
  5. package/dist/kdesign.css.map +1 -1
  6. package/dist/kdesign.js +58633 -40500
  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 +317 -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 +253 -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/style/index.css +2 -0
  57. package/es/empty/style/index.css +2 -0
  58. package/es/filter/style/index.css +2 -0
  59. package/es/form/style/index.css +2 -0
  60. package/es/grid/style/index.css +2 -0
  61. package/es/icon/style/index.css +2 -0
  62. package/es/image/style/index.css +2 -0
  63. package/es/image-cropper/style/index.css +2 -0
  64. package/es/index.d.ts +1 -0
  65. package/es/index.js +2 -1
  66. package/es/input/style/index.css +2 -0
  67. package/es/input-number/style/index.css +2 -0
  68. package/es/layout/style/index.css +2 -0
  69. package/es/link/style/index.css +2 -0
  70. package/es/locale/locale.d.ts +4 -0
  71. package/es/locale/locale.js +6 -4
  72. package/es/locale/zh-CN.d.ts +1 -0
  73. package/es/locale/zh-CN.js +1 -0
  74. package/es/menu/style/index.css +2 -0
  75. package/es/message/style/index.css +2 -0
  76. package/es/modal/style/index.css +2 -0
  77. package/es/notification/style/index.css +2 -0
  78. package/es/pagination/style/index.css +116 -29
  79. package/es/pagination/style/index.less +38 -29
  80. package/es/popconfirm/style/index.css +2 -0
  81. package/es/progress/style/index.css +2 -0
  82. package/es/radio/style/index.css +2 -0
  83. package/es/rate/style/index.css +2 -0
  84. package/es/search/style/index.css +2 -0
  85. package/es/select/style/index.css +2 -0
  86. package/es/slider/style/index.css +2 -0
  87. package/es/space/style/index.css +2 -0
  88. package/es/spin/style/index.css +2 -0
  89. package/es/split-panel/style/index.css +2 -0
  90. package/es/stepper/style/index.css +2 -0
  91. package/es/steps/style/index.css +2 -0
  92. package/es/style/index.css +2 -0
  93. package/es/style/themes/default.less +10 -6
  94. package/es/switch/style/index.css +2 -0
  95. package/es/table/style/index.css +2 -0
  96. package/es/tabs/style/index.css +2 -0
  97. package/es/tag/style/index.css +2 -0
  98. package/es/timeline/style/index.css +2 -0
  99. package/es/tooltip/style/index.css +2 -0
  100. package/es/transfer/style/index.css +2 -0
  101. package/es/tree/style/index.css +2 -0
  102. package/es/tree-select/style/index.css +2 -0
  103. package/es/typography/style/index.css +2 -0
  104. package/es/upload/style/index.css +2 -0
  105. package/lib/alert/style/index.css +2 -0
  106. package/lib/anchor/style/index.css +2 -0
  107. package/lib/avatar/style/index.css +2 -0
  108. package/lib/badge/style/index.css +2 -0
  109. package/lib/base-data/style/index.css +2 -0
  110. package/lib/button/style/index.css +2 -0
  111. package/lib/card/style/index.css +2 -0
  112. package/lib/carousel/style/index.css +2 -0
  113. package/lib/cascader/style/index.css +2 -0
  114. package/lib/checkbox/style/index.css +2 -0
  115. package/lib/city-picker/style/index.css +2 -0
  116. package/lib/collapse/style/index.css +2 -0
  117. package/lib/color-picker/color-picker-panel.d.ts +4 -0
  118. package/lib/color-picker/color-picker-panel.js +253 -0
  119. package/lib/color-picker/color-picker.d.ts +4 -0
  120. package/lib/color-picker/color-picker.js +214 -0
  121. package/lib/color-picker/constant/colorTypes.d.ts +4 -0
  122. package/lib/color-picker/constant/colorTypes.js +20 -0
  123. package/lib/color-picker/constant/defaultColor.d.ts +1 -0
  124. package/lib/color-picker/constant/defaultColor.js +8 -0
  125. package/lib/color-picker/constant/systemPresetColor.d.ts +1 -0
  126. package/lib/color-picker/constant/systemPresetColor.js +8 -0
  127. package/lib/color-picker/index.d.ts +3 -0
  128. package/lib/color-picker/index.js +27 -0
  129. package/lib/color-picker/interface.d.ts +64 -0
  130. package/lib/color-picker/interface.js +11 -0
  131. package/lib/color-picker/style/css.js +4 -0
  132. package/lib/color-picker/style/index.css +317 -0
  133. package/lib/color-picker/style/index.d.ts +2 -0
  134. package/lib/color-picker/style/index.js +4 -0
  135. package/lib/color-picker/style/index.less +253 -0
  136. package/lib/color-picker/style/mixin.less +5 -0
  137. package/lib/color-picker/style/token.less +22 -0
  138. package/lib/color-picker/utils/colorFormat.d.ts +18 -0
  139. package/lib/color-picker/utils/colorFormat.js +166 -0
  140. package/lib/color-picker/utils/convertLetters.d.ts +1 -0
  141. package/lib/color-picker/utils/convertLetters.js +18 -0
  142. package/lib/color-picker/utils/hooks/useOnClickOutside.d.ts +2 -0
  143. package/lib/color-picker/utils/hooks/useOnClickOutside.js +23 -0
  144. package/lib/color-picker/utils/validateColor.d.ts +1 -0
  145. package/lib/color-picker/utils/validateColor.js +30 -0
  146. package/lib/config-provider/compDefaultProps.d.ts +12 -0
  147. package/lib/config-provider/compDefaultProps.js +12 -0
  148. package/lib/date-picker/style/index.css +2 -0
  149. package/lib/drawer/style/index.css +2 -0
  150. package/lib/dropdown/style/index.css +2 -0
  151. package/lib/empty/style/index.css +2 -0
  152. package/lib/filter/style/index.css +2 -0
  153. package/lib/form/style/index.css +2 -0
  154. package/lib/grid/style/index.css +2 -0
  155. package/lib/icon/style/index.css +2 -0
  156. package/lib/image/style/index.css +2 -0
  157. package/lib/image-cropper/style/index.css +2 -0
  158. package/lib/index.d.ts +1 -0
  159. package/lib/index.js +7 -0
  160. package/lib/input/style/index.css +2 -0
  161. package/lib/input-number/style/index.css +2 -0
  162. package/lib/layout/style/index.css +2 -0
  163. package/lib/link/style/index.css +2 -0
  164. package/lib/locale/locale.d.ts +4 -0
  165. package/lib/locale/locale.js +6 -4
  166. package/lib/locale/zh-CN.d.ts +1 -0
  167. package/lib/locale/zh-CN.js +1 -0
  168. package/lib/menu/style/index.css +2 -0
  169. package/lib/message/style/index.css +2 -0
  170. package/lib/modal/style/index.css +2 -0
  171. package/lib/notification/style/index.css +2 -0
  172. package/lib/pagination/style/index.css +116 -29
  173. package/lib/pagination/style/index.less +38 -29
  174. package/lib/popconfirm/style/index.css +2 -0
  175. package/lib/progress/style/index.css +2 -0
  176. package/lib/radio/style/index.css +2 -0
  177. package/lib/rate/style/index.css +2 -0
  178. package/lib/search/style/index.css +2 -0
  179. package/lib/select/style/index.css +2 -0
  180. package/lib/slider/style/index.css +2 -0
  181. package/lib/space/style/index.css +2 -0
  182. package/lib/spin/style/index.css +2 -0
  183. package/lib/split-panel/style/index.css +2 -0
  184. package/lib/stepper/style/index.css +2 -0
  185. package/lib/steps/style/index.css +2 -0
  186. package/lib/style/components.less +1 -0
  187. package/lib/style/index.css +2 -0
  188. package/lib/style/themes/default.less +10 -6
  189. package/lib/switch/style/index.css +2 -0
  190. package/lib/table/style/index.css +2 -0
  191. package/lib/tabs/style/index.css +2 -0
  192. package/lib/tag/style/index.css +2 -0
  193. package/lib/timeline/style/index.css +2 -0
  194. package/lib/tooltip/style/index.css +2 -0
  195. package/lib/transfer/style/index.css +2 -0
  196. package/lib/tree/style/index.css +2 -0
  197. package/lib/tree-select/style/index.css +2 -0
  198. package/lib/typography/style/index.css +2 -0
  199. package/lib/upload/style/index.css +2 -0
  200. 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.0
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,326 @@ 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 {
6144
+ overflow: hidden;
6145
+ }
6146
+ .kd-color-picker-pop .kd-color-picker-panel-input .kd-select-bordered {
6147
+ border-radius: 2px;
6148
+ width: var(--kd-c-color-picker-panel-select-sizing-width, 212px);
6149
+ height: var(--kd-c-color-picker-panel-select-sizing-height, 28px);
6150
+ min-height: 28px;
6151
+ margin-top: -2px;
6152
+ }
6153
+ .kd-color-picker-pop .kd-color-picker-panel-input .kd-select-bordered .kd-select-placeholder {
6154
+ left: 8px;
6155
+ }
6156
+ .kd-color-picker-pop .kd-color-picker-panel-input .active-option {
6157
+ background-color: #E3EBFF;
6158
+ }
6159
+ .kd-color-picker-pop .kd-color-picker-panel-transparent {
6160
+ width: 60px;
6161
+ height: 28px;
6162
+ margin-left: 8px;
6163
+ text-align: center;
6164
+ font-size: var(--kd-c-color-picker-panel-alpha-font-size, var(--kd-g-font-size-middle, 14px));
6165
+ }
6166
+ .kd-color-picker-pop .kd-color-picker-panel-colorDivContainer {
6167
+ display: grid;
6168
+ grid-template-columns: repeat(12, 1fr);
6169
+ grid-column-gap: 8px;
6170
+ grid-row-gap: 8px;
6171
+ margin-top: 12px;
6172
+ }
6173
+ .kd-color-picker-pop .kd-color-picker-panel-colorDivContainer li {
6174
+ position: relative;
6175
+ -webkit-box-sizing: border-box;
6176
+ box-sizing: border-box;
6177
+ width: var(--kd-c-color-picker-panel-preset-sizing-width, 16px);
6178
+ height: var(--kd-c-color-picker-panel-preset-sizing-height, 16px);
6179
+ border: 1px solid rgba(0, 0, 0, 0.05);
6180
+ border-radius: 2px;
6181
+ list-style: none;
6182
+ cursor: pointer;
6183
+ }
6184
+ .kd-color-picker-pop .kd-color-picker-panel-colorDivContainer li .square {
6185
+ display: none;
6186
+ position: absolute;
6187
+ -webkit-box-sizing: inherit;
6188
+ box-sizing: inherit;
6189
+ top: -3px;
6190
+ left: -3px;
6191
+ width: calc(var(--kd-c-color-picker-panel-preset-sizing-width, 16px) + 4px);
6192
+ height: calc(var(--kd-c-color-picker-panel-preset-sizing-height, 16px) + 4px);
6193
+ border: 1px solid #b2b2b0;
6194
+ border-radius: 4px;
6195
+ }
6196
+ .kd-color-picker-pop .kd-color-picker-panel-colorDivContainer li .square-click {
6197
+ display: block;
6198
+ -webkit-box-shadow: 0 0 0 1px #e5e5e5 !important;
6199
+ box-shadow: 0 0 0 1px #e5e5e5 !important;
6200
+ }
6201
+ .kd-color-picker-pop .kd-color-picker-panel-colorDivContainer li:hover .square {
6202
+ display: block;
6203
+ }
6204
+
6205
+ /* ----------- color ——————---- start */
6206
+ /* ----------- color ——————---- end */
6207
+ /* ----------- motion ——————---- start */
6208
+ /* ----------- motion ——————---- end */
6209
+ /* ----------- transition ——————---- start */
6210
+ /* ----------- transition ——————---- end */
6211
+ /* ----------- font ——————---- start */
6212
+ /* ----------- font ——————---- end */
6213
+ /* ----------- zIndex ——————---- start */
6214
+ /*
6215
+ 普通组件内部自身层级应设置在0-100间
6216
+ */
6217
+ /* ----------- zIndex ——————---- end */
6218
+ /* ----------- Button ——————---- start */
6219
+ /* ----------- Button ——————---- end */
6220
+ /* ----------- Collapse ——————---- start */
6221
+ /* ----------- Collapse ——————---- end */
6222
+ /* ----------- Card ——————---- start */
6223
+ /* ----------- Card ——————---- end */
6224
+ /* ----------- Carousel ——————---- start */
6225
+ /* ----------- Carousel ——————---- end */
6226
+ /* ----------- Cascader ——————---- start */
6227
+ /* ----------- Cascader ——————---- end */
6228
+ /* ----------- Switch ——————---- start */
6229
+ /* ----------- Switch ——————---- end */
6230
+ /* ----------- Input ——————---- start */
6231
+ /* ----------- Input ——————---- end */
6232
+ /* ----------- InputNumber ——————---- start */
6233
+ /* ----------- InputNumber ——————---- end */
6234
+ /* ----------- checkbox ——————---- start */
6235
+ /* ----------- checkbox ——————---- start */
6236
+ /* ----------- checkbox ——————---- end */
6237
+ /* ----------- Radio ——————---- start */
6238
+ /* ----------- Radio ——————---- end */
6239
+ /* ----------- icon ——————---- start */
6240
+ /* ----------- icon ——————---- end */
6241
+ /* ----------- Popconfirm ——————---- start */
6242
+ /* ----------- Popconfirm ——————---- end */
6243
+ /* ----------- Progress ——————---- start */
6244
+ /* ----------- Progress ——————---- end */
6245
+ /* ----------- Pagination ——————---- start */
6246
+ /* ----------- Pagination ——————---- end */
6247
+ /* ----------- Timeline ——————---- start */
6248
+ /* ----------- Timeline ——————---- end */
6249
+ /* ----------- Tabs ——————---- start */
6250
+ /* ----------- Tabs ——————---- end */
6251
+ /* ----------- Select ——————---- start */
6252
+ /* ----------- Select ——————---- end */
6253
+ /* ----------- Rate ——————---- start */
6254
+ /* ----------- Rate ——————---- end */
6255
+ /* ----------- Dropdown ——————---- start */
6256
+ /* ----------- Dropdown ——————---- end */
6257
+ /* ----------- Tooltip ——————---- start */
6258
+ /* ----------- Tooltip ——————---- end */
6259
+ /* ----------- Transfer ——————---- start */
6260
+ /* ----------- Transfer ——————---- end */
6261
+ /* ----------- DatePicker ——————---- start */
6262
+ /* ----------- DatePicker ——————---- end */
6263
+ /* ----------- ColorPicker ——————---- start */
6264
+ /* ----------- ColorPicker ——————---- end */
5919
6265
  /* ----------- Tree ——————---- start */
5920
6266
  /* ----------- Tree ——————---- end */
5921
6267
  /* ----------- Alert ——————---- start */
@@ -6853,6 +7199,8 @@ template {
6853
7199
  /* ----------- Transfer ——————---- end */
6854
7200
  /* ----------- DatePicker ——————---- start */
6855
7201
  /* ----------- DatePicker ——————---- end */
7202
+ /* ----------- ColorPicker ——————---- start */
7203
+ /* ----------- ColorPicker ——————---- end */
6856
7204
  /* ----------- Tree ——————---- start */
6857
7205
  /* ----------- Tree ——————---- end */
6858
7206
  /* ----------- Alert ——————---- start */
@@ -7090,6 +7438,8 @@ template {
7090
7438
  /* ----------- Transfer ——————---- end */
7091
7439
  /* ----------- DatePicker ——————---- start */
7092
7440
  /* ----------- DatePicker ——————---- end */
7441
+ /* ----------- ColorPicker ——————---- start */
7442
+ /* ----------- ColorPicker ——————---- end */
7093
7443
  /* ----------- Tree ——————---- start */
7094
7444
  /* ----------- Tree ——————---- end */
7095
7445
  /* ----------- Alert ——————---- start */
@@ -7355,6 +7705,8 @@ template {
7355
7705
  /* ----------- Transfer ——————---- end */
7356
7706
  /* ----------- DatePicker ——————---- start */
7357
7707
  /* ----------- DatePicker ——————---- end */
7708
+ /* ----------- ColorPicker ——————---- start */
7709
+ /* ----------- ColorPicker ——————---- end */
7358
7710
  /* ----------- Tree ——————---- start */
7359
7711
  /* ----------- Tree ——————---- end */
7360
7712
  /* ----------- Alert ——————---- start */
@@ -7481,6 +7833,8 @@ template {
7481
7833
  /* ----------- Transfer ——————---- end */
7482
7834
  /* ----------- DatePicker ——————---- start */
7483
7835
  /* ----------- DatePicker ——————---- end */
7836
+ /* ----------- ColorPicker ——————---- start */
7837
+ /* ----------- ColorPicker ——————---- end */
7484
7838
  /* ----------- Tree ——————---- start */
7485
7839
  /* ----------- Tree ——————---- end */
7486
7840
  /* ----------- Alert ——————---- start */
@@ -7839,6 +8193,8 @@ template {
7839
8193
  /* ----------- Transfer ——————---- end */
7840
8194
  /* ----------- DatePicker ——————---- start */
7841
8195
  /* ----------- DatePicker ——————---- end */
8196
+ /* ----------- ColorPicker ——————---- start */
8197
+ /* ----------- ColorPicker ——————---- end */
7842
8198
  /* ----------- Tree ——————---- start */
7843
8199
  /* ----------- Tree ——————---- end */
7844
8200
  /* ----------- Alert ——————---- start */
@@ -8031,6 +8387,8 @@ template {
8031
8387
  /* ----------- Transfer ——————---- end */
8032
8388
  /* ----------- DatePicker ——————---- start */
8033
8389
  /* ----------- DatePicker ——————---- end */
8390
+ /* ----------- ColorPicker ——————---- start */
8391
+ /* ----------- ColorPicker ——————---- end */
8034
8392
  /* ----------- Tree ——————---- start */
8035
8393
  /* ----------- Tree ——————---- end */
8036
8394
  /* ----------- Alert ——————---- start */
@@ -8165,6 +8523,8 @@ template {
8165
8523
  /* ----------- Transfer ——————---- end */
8166
8524
  /* ----------- DatePicker ——————---- start */
8167
8525
  /* ----------- DatePicker ——————---- end */
8526
+ /* ----------- ColorPicker ——————---- start */
8527
+ /* ----------- ColorPicker ——————---- end */
8168
8528
  /* ----------- Tree ——————---- start */
8169
8529
  /* ----------- Tree ——————---- end */
8170
8530
  /* ----------- Alert ——————---- start */
@@ -8270,6 +8630,8 @@ template {
8270
8630
  /* ----------- Transfer ——————---- end */
8271
8631
  /* ----------- DatePicker ——————---- start */
8272
8632
  /* ----------- DatePicker ——————---- end */
8633
+ /* ----------- ColorPicker ——————---- start */
8634
+ /* ----------- ColorPicker ——————---- end */
8273
8635
  /* ----------- Tree ——————---- start */
8274
8636
  /* ----------- Tree ——————---- end */
8275
8637
  /* ----------- Alert ——————---- start */
@@ -8676,6 +9038,8 @@ template {
8676
9038
  /* ----------- Transfer ——————---- end */
8677
9039
  /* ----------- DatePicker ——————---- start */
8678
9040
  /* ----------- DatePicker ——————---- end */
9041
+ /* ----------- ColorPicker ——————---- start */
9042
+ /* ----------- ColorPicker ——————---- end */
8679
9043
  /* ----------- Tree ——————---- start */
8680
9044
  /* ----------- Tree ——————---- end */
8681
9045
  /* ----------- Alert ——————---- start */
@@ -9008,6 +9372,8 @@ template {
9008
9372
  /* ----------- Transfer ——————---- end */
9009
9373
  /* ----------- DatePicker ——————---- start */
9010
9374
  /* ----------- DatePicker ——————---- end */
9375
+ /* ----------- ColorPicker ——————---- start */
9376
+ /* ----------- ColorPicker ——————---- end */
9011
9377
  /* ----------- Tree ——————---- start */
9012
9378
  /* ----------- Tree ——————---- end */
9013
9379
  /* ----------- Alert ——————---- start */
@@ -9231,6 +9597,8 @@ template {
9231
9597
  /* ----------- Transfer ——————---- end */
9232
9598
  /* ----------- DatePicker ——————---- start */
9233
9599
  /* ----------- DatePicker ——————---- end */
9600
+ /* ----------- ColorPicker ——————---- start */
9601
+ /* ----------- ColorPicker ——————---- end */
9234
9602
  /* ----------- Tree ——————---- start */
9235
9603
  /* ----------- Tree ——————---- end */
9236
9604
  /* ----------- Alert ——————---- start */
@@ -9769,6 +10137,8 @@ textarea {
9769
10137
  /* ----------- Transfer ——————---- end */
9770
10138
  /* ----------- DatePicker ——————---- start */
9771
10139
  /* ----------- DatePicker ——————---- end */
10140
+ /* ----------- ColorPicker ——————---- start */
10141
+ /* ----------- ColorPicker ——————---- end */
9772
10142
  /* ----------- Tree ——————---- start */
9773
10143
  /* ----------- Tree ——————---- end */
9774
10144
  /* ----------- Alert ——————---- start */
@@ -10015,6 +10385,8 @@ textarea {
10015
10385
  /* ----------- Transfer ——————---- end */
10016
10386
  /* ----------- DatePicker ——————---- start */
10017
10387
  /* ----------- DatePicker ——————---- end */
10388
+ /* ----------- ColorPicker ——————---- start */
10389
+ /* ----------- ColorPicker ——————---- end */
10018
10390
  /* ----------- Tree ——————---- start */
10019
10391
  /* ----------- Tree ——————---- end */
10020
10392
  /* ----------- Alert ——————---- start */
@@ -10171,6 +10543,8 @@ textarea {
10171
10543
  /* ----------- Transfer ——————---- end */
10172
10544
  /* ----------- DatePicker ——————---- start */
10173
10545
  /* ----------- DatePicker ——————---- end */
10546
+ /* ----------- ColorPicker ——————---- start */
10547
+ /* ----------- ColorPicker ——————---- end */
10174
10548
  /* ----------- Tree ——————---- start */
10175
10549
  /* ----------- Tree ——————---- end */
10176
10550
  /* ----------- Alert ——————---- start */
@@ -10795,6 +11169,8 @@ textarea {
10795
11169
  /* ----------- Transfer ——————---- end */
10796
11170
  /* ----------- DatePicker ——————---- start */
10797
11171
  /* ----------- DatePicker ——————---- end */
11172
+ /* ----------- ColorPicker ——————---- start */
11173
+ /* ----------- ColorPicker ——————---- end */
10798
11174
  /* ----------- Tree ——————---- start */
10799
11175
  /* ----------- Tree ——————---- end */
10800
11176
  /* ----------- Alert ——————---- start */
@@ -11013,6 +11389,8 @@ textarea {
11013
11389
  /* ----------- Transfer ——————---- end */
11014
11390
  /* ----------- DatePicker ——————---- start */
11015
11391
  /* ----------- DatePicker ——————---- end */
11392
+ /* ----------- ColorPicker ——————---- start */
11393
+ /* ----------- ColorPicker ——————---- end */
11016
11394
  /* ----------- Tree ——————---- start */
11017
11395
  /* ----------- Tree ——————---- end */
11018
11396
  /* ----------- Alert ——————---- start */
@@ -11272,6 +11650,8 @@ textarea {
11272
11650
  /* ----------- Transfer ——————---- end */
11273
11651
  /* ----------- DatePicker ——————---- start */
11274
11652
  /* ----------- DatePicker ——————---- end */
11653
+ /* ----------- ColorPicker ——————---- start */
11654
+ /* ----------- ColorPicker ——————---- end */
11275
11655
  /* ----------- Tree ——————---- start */
11276
11656
  /* ----------- Tree ——————---- end */
11277
11657
  /* ----------- Alert ——————---- start */
@@ -11518,6 +11898,8 @@ textarea {
11518
11898
  /* ----------- Transfer ——————---- end */
11519
11899
  /* ----------- DatePicker ——————---- start */
11520
11900
  /* ----------- DatePicker ——————---- end */
11901
+ /* ----------- ColorPicker ——————---- start */
11902
+ /* ----------- ColorPicker ——————---- end */
11521
11903
  /* ----------- Tree ——————---- start */
11522
11904
  /* ----------- Tree ——————---- end */
11523
11905
  /* ----------- Alert ——————---- start */
@@ -11577,16 +11959,30 @@ textarea {
11577
11959
  font-feature-settings: 'tnum';
11578
11960
  color: var(--kd-c-pagination-text-color, var(--kd-g-color-text-secondary, #666));
11579
11961
  font-size: var(--kd-c-pagination-font-size, var(--kd-g-font-size-small, 12px));
11962
+ display: -webkit-box;
11963
+ display: -ms-flexbox;
11964
+ display: flex;
11965
+ -webkit-box-align: center;
11966
+ -ms-flex-align: center;
11967
+ align-items: center;
11580
11968
  }
11581
11969
  .kd-pagination .kd-pagination-total {
11582
- display: inline-block;
11970
+ display: -webkit-inline-box;
11971
+ display: -ms-inline-flexbox;
11972
+ display: inline-flex;
11973
+ -webkit-box-align: center;
11974
+ -ms-flex-align: center;
11975
+ align-items: center;
11583
11976
  margin-right: 12px;
11584
- vertical-align: middle;
11585
11977
  }
11586
11978
  .kd-pagination .kd-pagination-current {
11587
- display: inline-block;
11979
+ display: -webkit-inline-box;
11980
+ display: -ms-inline-flexbox;
11981
+ display: inline-flex;
11982
+ -webkit-box-align: center;
11983
+ -ms-flex-align: center;
11984
+ align-items: center;
11588
11985
  margin-right: 12px;
11589
- vertical-align: middle;
11590
11986
  }
11591
11987
  .kd-pagination .kd-pagination-current .kd-pagination-current-input {
11592
11988
  -webkit-box-sizing: border-box;
@@ -11625,8 +12021,12 @@ textarea {
11625
12021
  list-style: none;
11626
12022
  -webkit-font-feature-settings: 'tnum';
11627
12023
  font-feature-settings: 'tnum';
11628
- display: inline-block;
11629
- vertical-align: middle;
12024
+ display: -webkit-inline-box;
12025
+ display: -ms-inline-flexbox;
12026
+ display: inline-flex;
12027
+ -webkit-box-align: center;
12028
+ -ms-flex-align: center;
12029
+ align-items: center;
11630
12030
  }
11631
12031
  .kd-pagination .kd-pagination-action .kd-pagination-action-item {
11632
12032
  -webkit-box-sizing: border-box;
@@ -11637,7 +12037,12 @@ textarea {
11637
12037
  list-style: none;
11638
12038
  -webkit-font-feature-settings: 'tnum';
11639
12039
  font-feature-settings: 'tnum';
11640
- display: inline-block;
12040
+ display: -webkit-inline-box;
12041
+ display: -ms-inline-flexbox;
12042
+ display: inline-flex;
12043
+ -webkit-box-align: center;
12044
+ -ms-flex-align: center;
12045
+ align-items: center;
11641
12046
  }
11642
12047
  .kd-pagination .kd-pagination-action .kd-pagination-action-item.bordered {
11643
12048
  margin-right: calc(2 * var(--kd-c-pagination-button-spacing, 4px));
@@ -11662,7 +12067,6 @@ textarea {
11662
12067
  border-radius: var(--kd-g-radius-border, 2px);
11663
12068
  cursor: pointer;
11664
12069
  outline: none;
11665
- vertical-align: middle;
11666
12070
  -webkit-transition: border-color var(--kd-g-duration, 0.3s);
11667
12071
  transition: border-color var(--kd-g-duration, 0.3s);
11668
12072
  }
@@ -11711,11 +12115,15 @@ textarea {
11711
12115
  -webkit-font-feature-settings: 'tnum';
11712
12116
  font-feature-settings: 'tnum';
11713
12117
  position: relative;
11714
- display: inline-block;
12118
+ display: -webkit-inline-box;
12119
+ display: -ms-inline-flexbox;
12120
+ display: inline-flex;
12121
+ -webkit-box-align: center;
12122
+ -ms-flex-align: center;
12123
+ align-items: center;
11715
12124
  margin-left: 20px;
11716
12125
  outline: none;
11717
12126
  height: var(--kd-c-pagination-sizing-square, 24px);
11718
- vertical-align: middle;
11719
12127
  }
11720
12128
  .kd-pagination .kd-pagination-selector .kd-pagination-selector-size {
11721
12129
  -webkit-box-sizing: border-box;
@@ -11791,11 +12199,15 @@ textarea {
11791
12199
  list-style: none;
11792
12200
  -webkit-font-feature-settings: 'tnum';
11793
12201
  font-feature-settings: 'tnum';
11794
- display: inline-block;
11795
12202
  height: var(--kd-c-pagination-sizing-square, 24px);
11796
12203
  overflow: hidden;
11797
12204
  margin: 0 8px;
11798
- vertical-align: middle;
12205
+ display: -webkit-inline-box;
12206
+ display: -ms-inline-flexbox;
12207
+ display: inline-flex;
12208
+ -webkit-box-align: center;
12209
+ -ms-flex-align: center;
12210
+ align-items: center;
11799
12211
  color: var(--kd-g-color-text-primary, #212121);
11800
12212
  }
11801
12213
  .kd-pagination.simple .kd-pagination-action-item:first-child,
@@ -11804,7 +12216,6 @@ textarea {
11804
12216
  }
11805
12217
  .kd-pagination.simple .kd-pagination-action-item .kd-pagination-current {
11806
12218
  margin-right: 2px;
11807
- vertical-align: middle;
11808
12219
  }
11809
12220
  .kd-pagination.simple .kd-pagination-action-item .kd-pagination-current .kd-pagination-current-input {
11810
12221
  margin: 0;
@@ -11814,7 +12225,6 @@ textarea {
11814
12225
  cursor: not-allowed;
11815
12226
  }
11816
12227
  .kd-pagination.simple .kd-pagination-action-item .kd-pagination-total {
11817
- vertical-align: middle;
11818
12228
  margin-right: 0;
11819
12229
  }
11820
12230
  .kd-pagination.simple .kd-pagination-action-item.bordered > button {
@@ -11831,7 +12241,15 @@ textarea {
11831
12241
  border-radius: var(--kd-g-radius-border, 2px);
11832
12242
  cursor: pointer;
11833
12243
  outline: none;
11834
- vertical-align: middle;
12244
+ display: -webkit-inline-box;
12245
+ display: -ms-inline-flexbox;
12246
+ display: inline-flex;
12247
+ -webkit-box-align: center;
12248
+ -ms-flex-align: center;
12249
+ align-items: center;
12250
+ -webkit-box-pack: center;
12251
+ -ms-flex-pack: center;
12252
+ justify-content: center;
11835
12253
  -webkit-transition: border-color var(--kd-g-duration, 0.3s);
11836
12254
  transition: border-color var(--kd-g-duration, 0.3s);
11837
12255
  }
@@ -11883,9 +12301,13 @@ textarea {
11883
12301
  -webkit-font-feature-settings: 'tnum';
11884
12302
  font-feature-settings: 'tnum';
11885
12303
  position: relative;
11886
- display: inline-block;
12304
+ display: -webkit-inline-box;
12305
+ display: -ms-inline-flexbox;
12306
+ display: inline-flex;
12307
+ -webkit-box-align: center;
12308
+ -ms-flex-align: center;
12309
+ align-items: center;
11887
12310
  margin-right: var(--kd-c-pagination-button-spacing, 4px);
11888
- vertical-align: middle;
11889
12311
  }
11890
12312
  .kd-pagination.less .kd-pagination-pages-item:last-child {
11891
12313
  margin-right: 0;
@@ -11937,6 +12359,15 @@ textarea {
11937
12359
  background: var(--kd-g-color-background, #fff);
11938
12360
  -webkit-transition: color var(--kd-g-duration, 0.3s), border-color var(--kd-g-duration, 0.3s);
11939
12361
  transition: color var(--kd-g-duration, 0.3s), border-color var(--kd-g-duration, 0.3s);
12362
+ display: -webkit-inline-box;
12363
+ display: -ms-inline-flexbox;
12364
+ display: inline-flex;
12365
+ -webkit-box-align: center;
12366
+ -ms-flex-align: center;
12367
+ align-items: center;
12368
+ -webkit-box-pack: center;
12369
+ -ms-flex-pack: center;
12370
+ justify-content: center;
11940
12371
  }
11941
12372
  .kd-pagination.less .kd-pagination-pages-item button:disabled {
11942
12373
  cursor: not-allowed;
@@ -11951,7 +12382,12 @@ textarea {
11951
12382
  list-style: none;
11952
12383
  -webkit-font-feature-settings: 'tnum';
11953
12384
  font-feature-settings: 'tnum';
11954
- display: inline-block;
12385
+ display: -webkit-inline-box;
12386
+ display: -ms-inline-flexbox;
12387
+ display: inline-flex;
12388
+ -webkit-box-align: center;
12389
+ -ms-flex-align: center;
12390
+ align-items: center;
11955
12391
  }
11956
12392
  .kd-pagination.nicety .kd-pagination-pages-item {
11957
12393
  -webkit-box-sizing: border-box;
@@ -11963,9 +12399,13 @@ textarea {
11963
12399
  -webkit-font-feature-settings: 'tnum';
11964
12400
  font-feature-settings: 'tnum';
11965
12401
  position: relative;
11966
- display: inline-block;
12402
+ display: -webkit-inline-box;
12403
+ display: -ms-inline-flexbox;
12404
+ display: inline-flex;
12405
+ -webkit-box-align: center;
12406
+ -ms-flex-align: center;
12407
+ align-items: center;
11967
12408
  margin-right: var(--kd-c-pagination-button-spacing, 4px);
11968
- vertical-align: middle;
11969
12409
  }
11970
12410
  .kd-pagination.nicety .kd-pagination-pages-item:last-child {
11971
12411
  margin-right: 0;
@@ -12011,6 +12451,15 @@ textarea {
12011
12451
  padding: 0 6px;
12012
12452
  cursor: pointer;
12013
12453
  outline: none;
12454
+ display: -webkit-inline-box;
12455
+ display: -ms-inline-flexbox;
12456
+ display: inline-flex;
12457
+ -webkit-box-align: center;
12458
+ -ms-flex-align: center;
12459
+ align-items: center;
12460
+ -webkit-box-pack: center;
12461
+ -ms-flex-pack: center;
12462
+ justify-content: center;
12014
12463
  font-size: var(--kd-c-pagination-font-size, var(--kd-g-font-size-small, 12px));
12015
12464
  color: var(--kd-g-color-text-primary, #212121);
12016
12465
  border-radius: var(--kd-g-radius-border, 2px);
@@ -12040,9 +12489,13 @@ textarea {
12040
12489
  transition: opacity var(--kd-g-duration, 0.3s);
12041
12490
  }
12042
12491
  .kd-pagination.nicety .kd-pagination-jumper {
12043
- display: inline-block;
12492
+ display: -webkit-inline-box;
12493
+ display: -ms-inline-flexbox;
12494
+ display: inline-flex;
12495
+ -webkit-box-align: center;
12496
+ -ms-flex-align: center;
12497
+ align-items: center;
12044
12498
  margin-left: 4px;
12045
- vertical-align: middle;
12046
12499
  }
12047
12500
  .kd-pagination.nicety .kd-pagination-jumper .kd-pagination-jumper-input {
12048
12501
  -webkit-box-sizing: border-box;
@@ -12083,8 +12536,15 @@ textarea {
12083
12536
  width: var(--kd-c-pagination-sizing-square, 24px);
12084
12537
  height: var(--kd-c-pagination-sizing-square, 24px);
12085
12538
  margin-left: var(--kd-c-pagination-button-spacing, 4px);
12086
- line-height: var(--kd-c-pagination-sizing-square, 24px);
12087
- vertical-align: top;
12539
+ display: -webkit-inline-box;
12540
+ display: -ms-inline-flexbox;
12541
+ display: inline-flex;
12542
+ -webkit-box-align: center;
12543
+ -ms-flex-align: center;
12544
+ align-items: center;
12545
+ -webkit-box-pack: center;
12546
+ -ms-flex-pack: center;
12547
+ justify-content: center;
12088
12548
  cursor: pointer;
12089
12549
  outline: none;
12090
12550
  color: var(--kd-g-color-text-primary, #212121);
@@ -12118,26 +12578,33 @@ textarea {
12118
12578
  -webkit-font-feature-settings: 'tnum';
12119
12579
  font-feature-settings: 'tnum';
12120
12580
  position: relative;
12121
- display: inline-block;
12581
+ display: -webkit-inline-box;
12582
+ display: -ms-inline-flexbox;
12583
+ display: inline-flex;
12584
+ -webkit-box-align: center;
12585
+ -ms-flex-align: center;
12586
+ align-items: center;
12122
12587
  margin-left: 22px;
12123
12588
  outline: none;
12124
12589
  height: var(--kd-c-pagination-sizing-square, 24px);
12125
12590
  color: var(--kd-g-color-text-primary, #212121);
12126
- vertical-align: middle;
12127
12591
  }
12128
12592
  .kd-pagination.nicety .kd-pagination-options .kd-pagination-options-size {
12129
12593
  position: relative;
12130
12594
  -webkit-box-sizing: border-box;
12131
12595
  box-sizing: border-box;
12132
- display: inline-block;
12596
+ display: -webkit-inline-box;
12597
+ display: -ms-inline-flexbox;
12598
+ display: inline-flex;
12599
+ -webkit-box-align: center;
12600
+ -ms-flex-align: center;
12601
+ align-items: center;
12133
12602
  min-width: 64px;
12134
12603
  height: var(--kd-c-pagination-sizing-square, 24px);
12135
12604
  margin-right: 8px;
12136
12605
  padding: 0 24px 0 4px;
12137
- line-height: var(--kd-c-pagination-sizing-square, 24px);
12138
12606
  font-size: var(--kd-c-pagination-font-size, var(--kd-g-font-size-small, 12px));
12139
12607
  color: var(--kd-g-color-text-primary, #212121);
12140
- text-align: left;
12141
12608
  border-radius: var(--kd-g-radius-border, 2px);
12142
12609
  border: var(--kd-c-pagination-sizing-border-width, 1px) solid var(--kd-g-color-border-strong, #d9d9d9);
12143
12610
  background: var(--kd-g-color-background, #fff);
@@ -12242,6 +12709,8 @@ textarea {
12242
12709
  /* ----------- Transfer ——————---- end */
12243
12710
  /* ----------- DatePicker ——————---- start */
12244
12711
  /* ----------- DatePicker ——————---- end */
12712
+ /* ----------- ColorPicker ——————---- start */
12713
+ /* ----------- ColorPicker ——————---- end */
12245
12714
  /* ----------- Tree ——————---- start */
12246
12715
  /* ----------- Tree ——————---- end */
12247
12716
  /* ----------- Alert ——————---- start */
@@ -12477,6 +12946,8 @@ textarea {
12477
12946
  /* ----------- Transfer ——————---- end */
12478
12947
  /* ----------- DatePicker ——————---- start */
12479
12948
  /* ----------- DatePicker ——————---- end */
12949
+ /* ----------- ColorPicker ——————---- start */
12950
+ /* ----------- ColorPicker ——————---- end */
12480
12951
  /* ----------- Tree ——————---- start */
12481
12952
  /* ----------- Tree ——————---- end */
12482
12953
  /* ----------- Alert ——————---- start */
@@ -12747,6 +13218,8 @@ textarea {
12747
13218
  /* ----------- Transfer ——————---- end */
12748
13219
  /* ----------- DatePicker ——————---- start */
12749
13220
  /* ----------- DatePicker ——————---- end */
13221
+ /* ----------- ColorPicker ——————---- start */
13222
+ /* ----------- ColorPicker ——————---- end */
12750
13223
  /* ----------- Tree ——————---- start */
12751
13224
  /* ----------- Tree ——————---- end */
12752
13225
  /* ----------- Alert ——————---- start */
@@ -13194,6 +13667,8 @@ textarea {
13194
13667
  /* ----------- Transfer ——————---- end */
13195
13668
  /* ----------- DatePicker ——————---- start */
13196
13669
  /* ----------- DatePicker ——————---- end */
13670
+ /* ----------- ColorPicker ——————---- start */
13671
+ /* ----------- ColorPicker ——————---- end */
13197
13672
  /* ----------- Tree ——————---- start */
13198
13673
  /* ----------- Tree ——————---- end */
13199
13674
  /* ----------- Alert ——————---- start */
@@ -13405,6 +13880,8 @@ textarea {
13405
13880
  /* ----------- Transfer ——————---- end */
13406
13881
  /* ----------- DatePicker ——————---- start */
13407
13882
  /* ----------- DatePicker ——————---- end */
13883
+ /* ----------- ColorPicker ——————---- start */
13884
+ /* ----------- ColorPicker ——————---- end */
13408
13885
  /* ----------- Tree ——————---- start */
13409
13886
  /* ----------- Tree ——————---- end */
13410
13887
  /* ----------- Alert ——————---- start */
@@ -14132,6 +14609,8 @@ textarea {
14132
14609
  /* ----------- Transfer ——————---- end */
14133
14610
  /* ----------- DatePicker ——————---- start */
14134
14611
  /* ----------- DatePicker ——————---- end */
14612
+ /* ----------- ColorPicker ——————---- start */
14613
+ /* ----------- ColorPicker ——————---- end */
14135
14614
  /* ----------- Tree ——————---- start */
14136
14615
  /* ----------- Tree ——————---- end */
14137
14616
  /* ----------- Alert ——————---- start */
@@ -14803,6 +15282,8 @@ textarea {
14803
15282
  /* ----------- Transfer ——————---- end */
14804
15283
  /* ----------- DatePicker ——————---- start */
14805
15284
  /* ----------- DatePicker ——————---- end */
15285
+ /* ----------- ColorPicker ——————---- start */
15286
+ /* ----------- ColorPicker ——————---- end */
14806
15287
  /* ----------- Tree ——————---- start */
14807
15288
  /* ----------- Tree ——————---- end */
14808
15289
  /* ----------- Alert ——————---- start */
@@ -15118,6 +15599,8 @@ textarea {
15118
15599
  /* ----------- Transfer ——————---- end */
15119
15600
  /* ----------- DatePicker ——————---- start */
15120
15601
  /* ----------- DatePicker ——————---- end */
15602
+ /* ----------- ColorPicker ——————---- start */
15603
+ /* ----------- ColorPicker ——————---- end */
15121
15604
  /* ----------- Tree ——————---- start */
15122
15605
  /* ----------- Tree ——————---- end */
15123
15606
  /* ----------- Alert ——————---- start */
@@ -15267,6 +15750,8 @@ textarea {
15267
15750
  /* ----------- Transfer ——————---- end */
15268
15751
  /* ----------- DatePicker ——————---- start */
15269
15752
  /* ----------- DatePicker ——————---- end */
15753
+ /* ----------- ColorPicker ——————---- start */
15754
+ /* ----------- ColorPicker ——————---- end */
15270
15755
  /* ----------- Tree ——————---- start */
15271
15756
  /* ----------- Tree ——————---- end */
15272
15757
  /* ----------- Alert ——————---- start */
@@ -15567,6 +16052,8 @@ textarea {
15567
16052
  /* ----------- Transfer ——————---- end */
15568
16053
  /* ----------- DatePicker ——————---- start */
15569
16054
  /* ----------- DatePicker ——————---- end */
16055
+ /* ----------- ColorPicker ——————---- start */
16056
+ /* ----------- ColorPicker ——————---- end */
15570
16057
  /* ----------- Tree ——————---- start */
15571
16058
  /* ----------- Tree ——————---- end */
15572
16059
  /* ----------- Alert ——————---- start */
@@ -15831,6 +16318,8 @@ textarea {
15831
16318
  /* ----------- Transfer ——————---- end */
15832
16319
  /* ----------- DatePicker ——————---- start */
15833
16320
  /* ----------- DatePicker ——————---- end */
16321
+ /* ----------- ColorPicker ——————---- start */
16322
+ /* ----------- ColorPicker ——————---- end */
15834
16323
  /* ----------- Tree ——————---- start */
15835
16324
  /* ----------- Tree ——————---- end */
15836
16325
  /* ----------- Alert ——————---- start */
@@ -16093,6 +16582,8 @@ textarea {
16093
16582
  /* ----------- Transfer ——————---- end */
16094
16583
  /* ----------- DatePicker ——————---- start */
16095
16584
  /* ----------- DatePicker ——————---- end */
16585
+ /* ----------- ColorPicker ——————---- start */
16586
+ /* ----------- ColorPicker ——————---- end */
16096
16587
  /* ----------- Tree ——————---- start */
16097
16588
  /* ----------- Tree ——————---- end */
16098
16589
  /* ----------- Alert ——————---- start */
@@ -16431,6 +16922,8 @@ textarea {
16431
16922
  /* ----------- Transfer ——————---- end */
16432
16923
  /* ----------- DatePicker ——————---- start */
16433
16924
  /* ----------- DatePicker ——————---- end */
16925
+ /* ----------- ColorPicker ——————---- start */
16926
+ /* ----------- ColorPicker ——————---- end */
16434
16927
  /* ----------- Tree ——————---- start */
16435
16928
  /* ----------- Tree ——————---- end */
16436
16929
  /* ----------- Alert ——————---- start */
@@ -16649,6 +17142,8 @@ textarea {
16649
17142
  /* ----------- Transfer ——————---- end */
16650
17143
  /* ----------- DatePicker ——————---- start */
16651
17144
  /* ----------- DatePicker ——————---- end */
17145
+ /* ----------- ColorPicker ——————---- start */
17146
+ /* ----------- ColorPicker ——————---- end */
16652
17147
  /* ----------- Tree ——————---- start */
16653
17148
  /* ----------- Tree ——————---- end */
16654
17149
  /* ----------- Alert ——————---- start */
@@ -16749,6 +17244,8 @@ textarea {
16749
17244
  /* ----------- Transfer ——————---- end */
16750
17245
  /* ----------- DatePicker ——————---- start */
16751
17246
  /* ----------- DatePicker ——————---- end */
17247
+ /* ----------- ColorPicker ——————---- start */
17248
+ /* ----------- ColorPicker ——————---- end */
16752
17249
  /* ----------- Tree ——————---- start */
16753
17250
  /* ----------- Tree ——————---- end */
16754
17251
  /* ----------- Alert ——————---- start */
@@ -17313,6 +17810,8 @@ textarea {
17313
17810
  /* ----------- Transfer ——————---- end */
17314
17811
  /* ----------- DatePicker ——————---- start */
17315
17812
  /* ----------- DatePicker ——————---- end */
17813
+ /* ----------- ColorPicker ——————---- start */
17814
+ /* ----------- ColorPicker ——————---- end */
17316
17815
  /* ----------- Tree ——————---- start */
17317
17816
  /* ----------- Tree ——————---- end */
17318
17817
  /* ----------- Alert ——————---- start */
@@ -17827,6 +18326,8 @@ textarea {
17827
18326
  /* ----------- Transfer ——————---- end */
17828
18327
  /* ----------- DatePicker ——————---- start */
17829
18328
  /* ----------- DatePicker ——————---- end */
18329
+ /* ----------- ColorPicker ——————---- start */
18330
+ /* ----------- ColorPicker ——————---- end */
17830
18331
  /* ----------- Tree ——————---- start */
17831
18332
  /* ----------- Tree ——————---- end */
17832
18333
  /* ----------- Alert ——————---- start */
@@ -18139,6 +18640,8 @@ textarea {
18139
18640
  /* ----------- Transfer ——————---- end */
18140
18641
  /* ----------- DatePicker ——————---- start */
18141
18642
  /* ----------- DatePicker ——————---- end */
18643
+ /* ----------- ColorPicker ——————---- start */
18644
+ /* ----------- ColorPicker ——————---- end */
18142
18645
  /* ----------- Tree ——————---- start */
18143
18646
  /* ----------- Tree ——————---- end */
18144
18647
  /* ----------- Alert ——————---- start */
@@ -18329,6 +18832,8 @@ textarea {
18329
18832
  /* ----------- Transfer ——————---- end */
18330
18833
  /* ----------- DatePicker ——————---- start */
18331
18834
  /* ----------- DatePicker ——————---- end */
18835
+ /* ----------- ColorPicker ——————---- start */
18836
+ /* ----------- ColorPicker ——————---- end */
18332
18837
  /* ----------- Tree ——————---- start */
18333
18838
  /* ----------- Tree ——————---- end */
18334
18839
  /* ----------- Alert ——————---- start */
@@ -18684,6 +19189,8 @@ textarea {
18684
19189
  /* ----------- Transfer ——————---- end */
18685
19190
  /* ----------- DatePicker ——————---- start */
18686
19191
  /* ----------- DatePicker ——————---- end */
19192
+ /* ----------- ColorPicker ——————---- start */
19193
+ /* ----------- ColorPicker ——————---- end */
18687
19194
  /* ----------- Tree ——————---- start */
18688
19195
  /* ----------- Tree ——————---- end */
18689
19196
  /* ----------- Alert ——————---- start */
@@ -19187,6 +19694,8 @@ textarea {
19187
19694
  /* ----------- Transfer ——————---- end */
19188
19695
  /* ----------- DatePicker ——————---- start */
19189
19696
  /* ----------- DatePicker ——————---- end */
19697
+ /* ----------- ColorPicker ——————---- start */
19698
+ /* ----------- ColorPicker ——————---- end */
19190
19699
  /* ----------- Tree ——————---- start */
19191
19700
  /* ----------- Tree ——————---- end */
19192
19701
  /* ----------- Alert ——————---- start */
@@ -19547,6 +20056,8 @@ textarea {
19547
20056
  /* ----------- Transfer ——————---- end */
19548
20057
  /* ----------- DatePicker ——————---- start */
19549
20058
  /* ----------- DatePicker ——————---- end */
20059
+ /* ----------- ColorPicker ——————---- start */
20060
+ /* ----------- ColorPicker ——————---- end */
19550
20061
  /* ----------- Tree ——————---- start */
19551
20062
  /* ----------- Tree ——————---- end */
19552
20063
  /* ----------- Alert ——————---- start */
@@ -19783,6 +20294,8 @@ h3.kd-typography,
19783
20294
  /* ----------- Transfer ——————---- end */
19784
20295
  /* ----------- DatePicker ——————---- start */
19785
20296
  /* ----------- DatePicker ——————---- end */
20297
+ /* ----------- ColorPicker ——————---- start */
20298
+ /* ----------- ColorPicker ——————---- end */
19786
20299
  /* ----------- Tree ——————---- start */
19787
20300
  /* ----------- Tree ——————---- end */
19788
20301
  /* ----------- Alert ——————---- start */