@kdcloudjs/kdesign 1.7.35 → 1.7.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/kdesign-complete.less +185 -26
- package/dist/kdesign.css +228 -24
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +565 -119
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +3 -3
- package/dist/kdesign.min.js +5 -5
- package/dist/kdesign.min.js.map +1 -1
- package/es/city-picker/city-picker.js +1 -1
- package/es/clipboard/clipboard.d.ts +21 -0
- package/es/clipboard/clipboard.js +106 -0
- package/es/clipboard/index.d.ts +4 -0
- package/es/clipboard/index.js +3 -0
- package/es/clipboard/style/css.js +2 -0
- package/es/clipboard/style/index.css +190 -0
- package/es/clipboard/style/index.d.ts +2 -0
- package/es/clipboard/style/index.js +2 -0
- package/es/clipboard/style/index.less +32 -0
- package/es/clipboard/style/mixin.less +39 -0
- package/es/clipboard/style/token.less +52 -0
- package/es/clipboard/util.d.ts +13 -0
- package/es/clipboard/util.js +197 -0
- package/es/config-provider/compDefaultProps.d.ts +5 -0
- package/es/config-provider/compDefaultProps.js +5 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +2 -1
- package/es/message/content.js +1 -4
- package/es/select/interface.d.ts +1 -0
- package/es/select/select.js +3 -8
- package/es/select/style/index.css +7 -4
- package/es/select/style/index.less +12 -4
- package/es/select/style/token.less +1 -0
- package/es/tree/style/index.css +22 -15
- package/es/tree/style/index.less +33 -18
- package/es/tree/tree.d.ts +1 -0
- package/es/tree/tree.js +29 -13
- package/es/tree/treeHooks.d.ts +2 -2
- package/es/tree/treeHooks.js +11 -6
- package/es/tree/treeNode.d.ts +2 -3
- package/es/tree/treeNode.js +6 -5
- package/es/tree/utils/treeUtils.d.ts +2 -2
- package/es/tree/utils/treeUtils.js +5 -6
- package/es/tree-select/interface.d.ts +1 -0
- package/es/tree-select/style/index.css +7 -4
- package/es/tree-select/style/index.less +12 -4
- package/es/tree-select/style/token.less +1 -0
- package/es/tree-select/tree-select.js +6 -2
- package/lib/city-picker/city-picker.js +1 -1
- package/lib/clipboard/clipboard.d.ts +21 -0
- package/lib/clipboard/clipboard.js +121 -0
- package/lib/clipboard/index.d.ts +4 -0
- package/lib/clipboard/index.js +11 -0
- package/lib/clipboard/style/css.js +4 -0
- package/lib/clipboard/style/index.css +190 -0
- package/lib/clipboard/style/index.d.ts +2 -0
- package/lib/clipboard/style/index.js +4 -0
- package/lib/clipboard/style/index.less +32 -0
- package/lib/clipboard/style/mixin.less +39 -0
- package/lib/clipboard/style/token.less +52 -0
- package/lib/clipboard/util.d.ts +13 -0
- package/lib/clipboard/util.js +204 -0
- package/lib/config-provider/compDefaultProps.d.ts +5 -0
- package/lib/config-provider/compDefaultProps.js +5 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +7 -0
- package/lib/message/content.js +1 -4
- package/lib/select/interface.d.ts +1 -0
- package/lib/select/select.js +3 -8
- package/lib/select/style/index.css +7 -4
- package/lib/select/style/index.less +12 -4
- package/lib/select/style/token.less +1 -0
- package/lib/style/components.less +1 -0
- package/lib/tree/style/index.css +22 -15
- package/lib/tree/style/index.less +33 -18
- package/lib/tree/tree.d.ts +1 -0
- package/lib/tree/tree.js +28 -12
- package/lib/tree/treeHooks.d.ts +2 -2
- package/lib/tree/treeHooks.js +10 -5
- package/lib/tree/treeNode.d.ts +2 -3
- package/lib/tree/treeNode.js +6 -5
- package/lib/tree/utils/treeUtils.d.ts +2 -2
- package/lib/tree/utils/treeUtils.js +5 -6
- package/lib/tree-select/interface.d.ts +1 -0
- package/lib/tree-select/style/index.css +7 -4
- package/lib/tree-select/style/index.less +12 -4
- package/lib/tree-select/style/token.less +1 -0
- package/lib/tree-select/tree-select.js +6 -2
- package/package.json +1 -1
|
@@ -2953,6 +2953,132 @@
|
|
|
2953
2953
|
|
|
2954
2954
|
|
|
2955
2955
|
|
|
2956
|
+
@clipboard-prefix-cls: ~'@{kd-prefix}-clipboard';
|
|
2957
|
+
|
|
2958
|
+
.@{clipboard-prefix-cls} {
|
|
2959
|
+
.clipboard;
|
|
2960
|
+
|
|
2961
|
+
&-size-small {
|
|
2962
|
+
.clipboard-size(@clipboard-small-height, @clipboard-small-font-size, @clipboard-small-padding-vertical, @clipboard-small-padding-horizontal);
|
|
2963
|
+
&.@{clipboard-prefix-cls}-icon-only {
|
|
2964
|
+
.clipboard-icon-only(@clipboard-icon-small-font-size, @clipboard-icon-padding-horizontal);
|
|
2965
|
+
}
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
&-size-middle {
|
|
2969
|
+
.clipboard-size(@clipboard-middle-height, @clipboard-middle-font-size, @clipboard-middle-padding-vertical, @clipboard-middle-padding-horizontal);
|
|
2970
|
+
&.@{clipboard-prefix-cls}-icon-only {
|
|
2971
|
+
.clipboard-icon-only(@clipboard-icon-middle-font-size, @clipboard-icon-padding-horizontal);
|
|
2972
|
+
}
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2975
|
+
&-size-large {
|
|
2976
|
+
.clipboard-size(@clipboard-large-height, @clipboard-large-font-size, @clipboard-large-padding-vertical, @clipboard-large-padding-horizontal);
|
|
2977
|
+
&.@{clipboard-prefix-cls}-icon-only {
|
|
2978
|
+
.clipboard-icon-only(@clipboard-icon-large-font-size, @clipboard-icon-padding-horizontal);
|
|
2979
|
+
}
|
|
2980
|
+
}
|
|
2981
|
+
|
|
2982
|
+
&:not(.@{clipboard-prefix-cls}-icon-only) > i:not(:last-child) {
|
|
2983
|
+
margin-right: 2px;
|
|
2984
|
+
}
|
|
2985
|
+
}
|
|
2986
|
+
|
|
2987
|
+
|
|
2988
|
+
|
|
2989
|
+
.clipboard() {
|
|
2990
|
+
padding: 0;
|
|
2991
|
+
position: relative;
|
|
2992
|
+
display: inline-block;
|
|
2993
|
+
vertical-align: middle;
|
|
2994
|
+
box-sizing: border-box;
|
|
2995
|
+
font-weight: @clipboard-g-font-weight;
|
|
2996
|
+
color: #bbbbbb;
|
|
2997
|
+
cursor: pointer;
|
|
2998
|
+
white-space: nowrap;
|
|
2999
|
+
overflow: hidden;
|
|
3000
|
+
user-select: none;
|
|
3001
|
+
|
|
3002
|
+
&:hover {
|
|
3003
|
+
color: #5582f3;
|
|
3004
|
+
}
|
|
3005
|
+
&:disabled,
|
|
3006
|
+
&[disabled] {
|
|
3007
|
+
color: #bbbbbb;
|
|
3008
|
+
cursor: not-allowed;
|
|
3009
|
+
}
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3012
|
+
.clipboard-size(@height, @font-size, @padding-vertical, @padding-horizontal) {
|
|
3013
|
+
height: @height;
|
|
3014
|
+
padding: @padding-vertical @padding-horizontal;
|
|
3015
|
+
font-size: @font-size;
|
|
3016
|
+
line-height: calc(@height - (@padding-vertical) * 2);
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3019
|
+
.clipboard-icon-only(@font-size, @padding-horizontal) {
|
|
3020
|
+
font-size: @font-size;
|
|
3021
|
+
padding: 0 @padding-horizontal;
|
|
3022
|
+
display: inline-flex;
|
|
3023
|
+
justify-content: center;
|
|
3024
|
+
align-items: center;
|
|
3025
|
+
}
|
|
3026
|
+
|
|
3027
|
+
|
|
3028
|
+
|
|
3029
|
+
@clipboard-custom-prefix: ~'--@{kd-prefix}-c-clipboard';
|
|
3030
|
+
|
|
3031
|
+
// color
|
|
3032
|
+
@clipboard-font-color: var(~'@{clipboard-custom-prefix}-color-text', @color-theme); // color-theme为全局token
|
|
3033
|
+
|
|
3034
|
+
// font
|
|
3035
|
+
@clipboard-g-font-weight: var(~'@{clipboard-custom-prefix}-font-weight', @font-weight-light); // 字体粗细
|
|
3036
|
+
@clipboard-small-font-size: var(~'@{clipboard-custom-prefix}-font-size-small', @font-size-small); // 小号 文字大小
|
|
3037
|
+
@clipboard-middle-font-size: var(~'@{clipboard-custom-prefix}-font-size-middle', @font-size-middle); // 中号 文字大小
|
|
3038
|
+
@clipboard-large-font-size: var(~'@{clipboard-custom-prefix}-font-size-large', @font-size-large); // 大号 文字大小
|
|
3039
|
+
|
|
3040
|
+
@clipboard-icon-small-font-size: var(~'@{clipboard-custom-prefix}-icon-font-size-small', 14px); // 小号 图标大小
|
|
3041
|
+
@clipboard-icon-middle-font-size: var(~'@{clipboard-custom-prefix}-icon-font-size-middle', 16px); // 中号 图标大小
|
|
3042
|
+
@clipboard-icon-large-font-size: var(~'@{clipboard-custom-prefix}-icon-font-size-large', 18px); // 大号 图标大小
|
|
3043
|
+
|
|
3044
|
+
// motion
|
|
3045
|
+
@clipboard-duration-fade: var(~'@{clipboard-custom-prefix}-motion-duration-fade', @duration-slowly);
|
|
3046
|
+
@clipboard-duration-wave: var(~'@{clipboard-custom-prefix}-motion-duration-wave', @duration-quickly);
|
|
3047
|
+
|
|
3048
|
+
// sizing
|
|
3049
|
+
@clipboard-small-height: var(~'@{clipboard-custom-prefix}-sizing-height-small', 24px); // 小号 高度
|
|
3050
|
+
@clipboard-middle-height: var(~'@{clipboard-custom-prefix}-sizing-height-middle', 28px); // 中号 高度
|
|
3051
|
+
@clipboard-large-height: var(~'@{clipboard-custom-prefix}-sizing-height-large', 32px); // 大号 高度
|
|
3052
|
+
|
|
3053
|
+
// spacing
|
|
3054
|
+
@clipboard-small-padding-vertical: var(
|
|
3055
|
+
~'@{clipboard-custom-prefix}-spacing-padding-vertical-small',
|
|
3056
|
+
3px
|
|
3057
|
+
); // 小号 内间距 纵向
|
|
3058
|
+
@clipboard-small-padding-horizontal: var(
|
|
3059
|
+
~'@{clipboard-custom-prefix}-spacing-padding-horizontal-small',
|
|
3060
|
+
8px
|
|
3061
|
+
); // 小号 内间距 横向
|
|
3062
|
+
@clipboard-middle-padding-vertical: var(
|
|
3063
|
+
~'@{clipboard-custom-prefix}-spacing-padding-vertical-middle',
|
|
3064
|
+
5px
|
|
3065
|
+
); // 中号 内间距 纵向
|
|
3066
|
+
@clipboard-middle-padding-horizontal: var(
|
|
3067
|
+
~'@{clipboard-custom-prefix}-spacing-padding-horizontal-middle',
|
|
3068
|
+
8px
|
|
3069
|
+
); // 中号 内间距 横向
|
|
3070
|
+
@clipboard-large-padding-vertical: var(
|
|
3071
|
+
~'@{clipboard-custom-prefix}-spacing-padding-vertical-large',
|
|
3072
|
+
6px
|
|
3073
|
+
); // 大号 内间距 纵向
|
|
3074
|
+
@clipboard-large-padding-horizontal: var(
|
|
3075
|
+
~'@{clipboard-custom-prefix}-spacing-padding-horizontal-large',
|
|
3076
|
+
8px
|
|
3077
|
+
); // 大号 内间距 横向
|
|
3078
|
+
@clipboard-icon-padding-horizontal: var(~'@{clipboard-custom-prefix}-icon-spacing-padding-horizontal', 4px);
|
|
3079
|
+
|
|
3080
|
+
|
|
3081
|
+
|
|
2956
3082
|
|
|
2957
3083
|
@collapse-prefix-cls: ~'@{kd-prefix}-collapse';
|
|
2958
3084
|
.@{collapse-prefix-cls} {
|
|
@@ -9797,7 +9923,7 @@ textarea {
|
|
|
9797
9923
|
}
|
|
9798
9924
|
}
|
|
9799
9925
|
|
|
9800
|
-
&-focused {
|
|
9926
|
+
&-focused:not(.@{select-prefix-cls}-error) {
|
|
9801
9927
|
.focusColor();
|
|
9802
9928
|
}
|
|
9803
9929
|
&-placeholder {
|
|
@@ -9821,7 +9947,9 @@ textarea {
|
|
|
9821
9947
|
|
|
9822
9948
|
&-underline {
|
|
9823
9949
|
border-bottom: 1px solid @select-g-color-border;
|
|
9824
|
-
&:hover:not(.@{select-prefix-cls}-multiple-disabled):not(.@{select-prefix-cls}-single-disabled)
|
|
9950
|
+
&:hover:not(.@{select-prefix-cls}-multiple-disabled):not(.@{select-prefix-cls}-single-disabled):not(
|
|
9951
|
+
.@{select-prefix-cls}-error
|
|
9952
|
+
) {
|
|
9825
9953
|
border-bottom: 1px solid @select-g-color-border-hover;
|
|
9826
9954
|
}
|
|
9827
9955
|
}
|
|
@@ -9830,7 +9958,9 @@ textarea {
|
|
|
9830
9958
|
border: 1px solid @select-border-g-color-border;
|
|
9831
9959
|
padding-left: @select-bordered !important;
|
|
9832
9960
|
border-radius: @select-border-radius-border;
|
|
9833
|
-
&:hover:not(.@{select-prefix-cls}-multiple-disabled):not(.@{select-prefix-cls}-single-disabled)
|
|
9961
|
+
&:hover:not(.@{select-prefix-cls}-multiple-disabled):not(.@{select-prefix-cls}-single-disabled):not(
|
|
9962
|
+
.@{select-prefix-cls}-error
|
|
9963
|
+
) {
|
|
9834
9964
|
border: 1px solid @select-g-color-border-hover;
|
|
9835
9965
|
}
|
|
9836
9966
|
|
|
@@ -10003,7 +10133,7 @@ textarea {
|
|
|
10003
10133
|
.over();
|
|
10004
10134
|
}
|
|
10005
10135
|
}
|
|
10006
|
-
&-focused {
|
|
10136
|
+
&-focused:not(.@{select-prefix-cls}-error) {
|
|
10007
10137
|
.focusColor();
|
|
10008
10138
|
}
|
|
10009
10139
|
&-disabled {
|
|
@@ -10177,6 +10307,10 @@ textarea {
|
|
|
10177
10307
|
}
|
|
10178
10308
|
}
|
|
10179
10309
|
|
|
10310
|
+
&-error:not(.@{select-prefix-cls}-single-disabled):not(.@{select-prefix-cls}-multiple-disabled) {
|
|
10311
|
+
border-color: @select-error-color;
|
|
10312
|
+
}
|
|
10313
|
+
|
|
10180
10314
|
&-dropdown-panel {
|
|
10181
10315
|
&.topLeft.hidden,
|
|
10182
10316
|
&.bottomLeft.hidden,
|
|
@@ -10298,6 +10432,7 @@ textarea {
|
|
|
10298
10432
|
@select-single-color-text: var(~'@{select-custom-prefix}-single-color-text', @color-text-primary);
|
|
10299
10433
|
@select-clear-color: var(~'@{select-custom-prefix}-icon-clear-color-text', #d9d9d9);
|
|
10300
10434
|
@select-clear-color-hover: var(~'@{select-custom-prefix}-icon-clear-color-text-hover', #999);
|
|
10435
|
+
@select-error-color: var(~'@{select-custom-prefix}-color-error', @color-error);
|
|
10301
10436
|
|
|
10302
10437
|
// font
|
|
10303
10438
|
@select-list-font-size: var(~'@{select-custom-prefix}-dropdown-font-size', 12px); // 下拉列表文字大小
|
|
@@ -14631,10 +14766,26 @@ template {
|
|
|
14631
14766
|
min-width: 100%;
|
|
14632
14767
|
flex-shrink: 0;
|
|
14633
14768
|
}
|
|
14634
|
-
|
|
14635
|
-
|
|
14636
|
-
|
|
14637
|
-
|
|
14769
|
+
|
|
14770
|
+
&-show-line {
|
|
14771
|
+
.@{tree-node-prefix-cls}-indent {
|
|
14772
|
+
position: relative;
|
|
14773
|
+
&::before {
|
|
14774
|
+
position: absolute;
|
|
14775
|
+
left: 50%;
|
|
14776
|
+
transform: translateX(-50%);
|
|
14777
|
+
width: 1px;
|
|
14778
|
+
border-left: 1px solid #d9d9d9;
|
|
14779
|
+
content: '';
|
|
14780
|
+
box-sizing: border-box;
|
|
14781
|
+
top: 0;
|
|
14782
|
+
bottom: 0;
|
|
14783
|
+
}
|
|
14784
|
+
|
|
14785
|
+
&-active::before {
|
|
14786
|
+
border-color: @tree-color-theme;
|
|
14787
|
+
}
|
|
14788
|
+
}
|
|
14638
14789
|
}
|
|
14639
14790
|
}
|
|
14640
14791
|
|
|
@@ -14668,21 +14819,13 @@ template {
|
|
|
14668
14819
|
|
|
14669
14820
|
&-indent {
|
|
14670
14821
|
display: flex;
|
|
14671
|
-
width:
|
|
14672
|
-
|
|
14673
|
-
|
|
14674
|
-
border-bottom: 0;
|
|
14675
|
-
border-right: 10px;
|
|
14676
|
-
border-color: white;
|
|
14677
|
-
border-style: solid;
|
|
14822
|
+
width: @tree-expand-icon-width;
|
|
14823
|
+
margin-right: 6px;
|
|
14824
|
+
|
|
14678
14825
|
height: 100%;
|
|
14679
14826
|
cursor: default;
|
|
14680
|
-
opacity: 0;
|
|
14681
|
-
}
|
|
14682
|
-
&-indent-line {
|
|
14683
|
-
background-color: black;
|
|
14684
|
-
opacity: 1;
|
|
14685
14827
|
}
|
|
14828
|
+
|
|
14686
14829
|
&-icon {
|
|
14687
14830
|
cursor: pointer;
|
|
14688
14831
|
height: @tree-expand-icon-height;
|
|
@@ -14747,6 +14890,12 @@ template {
|
|
|
14747
14890
|
align-items: center;
|
|
14748
14891
|
width: 100%;
|
|
14749
14892
|
height: 100%;
|
|
14893
|
+
|
|
14894
|
+
&.@{tree-node-prefix-cls}-dragging {
|
|
14895
|
+
.@{tree-node-prefix-cls}-indent::before {
|
|
14896
|
+
border-color: transparent;
|
|
14897
|
+
}
|
|
14898
|
+
}
|
|
14750
14899
|
}
|
|
14751
14900
|
|
|
14752
14901
|
&-drag-over {
|
|
@@ -14755,13 +14904,14 @@ template {
|
|
|
14755
14904
|
}
|
|
14756
14905
|
|
|
14757
14906
|
&-drag-line {
|
|
14758
|
-
&-top,
|
|
14907
|
+
&-top,
|
|
14908
|
+
&-bottom {
|
|
14759
14909
|
position: absolute;
|
|
14760
14910
|
left: 0;
|
|
14761
14911
|
top: 0;
|
|
14762
14912
|
width: 100%;
|
|
14763
14913
|
border-top: 2px solid @tree-node-drag-line-border-color;
|
|
14764
|
-
|
|
14914
|
+
|
|
14765
14915
|
&::before {
|
|
14766
14916
|
content: '';
|
|
14767
14917
|
width: 4px;
|
|
@@ -14916,7 +15066,7 @@ template {
|
|
|
14916
15066
|
}
|
|
14917
15067
|
}
|
|
14918
15068
|
|
|
14919
|
-
&-focused {
|
|
15069
|
+
&-focused:not(.@{tree-select-prefix-cls}-error) {
|
|
14920
15070
|
.focusColor();
|
|
14921
15071
|
}
|
|
14922
15072
|
&-placeholder {
|
|
@@ -14935,7 +15085,9 @@ template {
|
|
|
14935
15085
|
|
|
14936
15086
|
&-underline {
|
|
14937
15087
|
border-bottom: 1px solid @tree-select-g-color-border;
|
|
14938
|
-
&:hover:not(.@{tree-select-prefix-cls}-multiple-disabled):not(.@{tree-select-prefix-cls}-single-disabled)
|
|
15088
|
+
&:hover:not(.@{tree-select-prefix-cls}-multiple-disabled):not(.@{tree-select-prefix-cls}-single-disabled):not(
|
|
15089
|
+
.@{tree-select-prefix-cls}-error
|
|
15090
|
+
) {
|
|
14939
15091
|
border-bottom: 1px solid @tree-select-g-color-border-hover;
|
|
14940
15092
|
}
|
|
14941
15093
|
}
|
|
@@ -14944,7 +15096,9 @@ template {
|
|
|
14944
15096
|
border: 1px solid @tree-select-border-g-color-border;
|
|
14945
15097
|
padding-left: @tree-select-bordered !important;
|
|
14946
15098
|
border-radius: @tree-select-border-radius-border;
|
|
14947
|
-
&:hover:not(.@{tree-select-prefix-cls}-multiple-disabled):not(.@{tree-select-prefix-cls}-single-disabled)
|
|
15099
|
+
&:hover:not(.@{tree-select-prefix-cls}-multiple-disabled):not(.@{tree-select-prefix-cls}-single-disabled):not(
|
|
15100
|
+
.@{tree-select-prefix-cls}-error
|
|
15101
|
+
) {
|
|
14948
15102
|
border: 1px solid @tree-select-g-color-border-hover;
|
|
14949
15103
|
}
|
|
14950
15104
|
|
|
@@ -15063,7 +15217,7 @@ template {
|
|
|
15063
15217
|
.over();
|
|
15064
15218
|
}
|
|
15065
15219
|
}
|
|
15066
|
-
&-focused {
|
|
15220
|
+
&-focused:not(.@{tree-select-prefix-cls}-error) {
|
|
15067
15221
|
.focusColor();
|
|
15068
15222
|
}
|
|
15069
15223
|
&-disabled {
|
|
@@ -15240,6 +15394,10 @@ template {
|
|
|
15240
15394
|
}
|
|
15241
15395
|
}
|
|
15242
15396
|
|
|
15397
|
+
&-error:not(.@{tree-select-prefix-cls}-single-disabled):not(.@{tree-select-prefix-cls}-multiple-disabled) {
|
|
15398
|
+
border-color: @tree-select-error-color;
|
|
15399
|
+
}
|
|
15400
|
+
|
|
15243
15401
|
&.topLeft.hidden,
|
|
15244
15402
|
&.bottomLeft.hidden,
|
|
15245
15403
|
&.topRight.hidden,
|
|
@@ -15304,6 +15462,7 @@ template {
|
|
|
15304
15462
|
@tree-select-single-color-text: var(~'@{tree-select-custom-prefix}-single-color-text', @color-text-primary);
|
|
15305
15463
|
@tree-select-clear-color: var(~'@{tree-select-custom-prefix}-icon-clear-color-text', #d9d9d9);
|
|
15306
15464
|
@tree-select-clear-color-hover: var(~'@{tree-select-custom-prefix}-icon-clear-color-text-hover', #999);
|
|
15465
|
+
@tree-select-error-color: var(~'@{tree-select-custom-prefix}-color-error', @color-error);
|
|
15307
15466
|
|
|
15308
15467
|
// font
|
|
15309
15468
|
@tree-select-list-font-size: var(~'@{tree-select-custom-prefix}-dropdown-font-size', 12px); // 下拉列表文字大小
|
package/dist/kdesign.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @kdcloudjs/kdesign v1.7.
|
|
3
|
+
* @kdcloudjs/kdesign v1.7.35
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2020-present, Kingdee, Inc.
|
|
6
6
|
* All rights reserved.
|
|
@@ -5864,6 +5864,197 @@ template {
|
|
|
5864
5864
|
普通组件内部自身层级应设置在0-100间
|
|
5865
5865
|
*/
|
|
5866
5866
|
/* ----------- zIndex ——————---- end */
|
|
5867
|
+
.kd-clipboard {
|
|
5868
|
+
padding: 0;
|
|
5869
|
+
position: relative;
|
|
5870
|
+
display: inline-block;
|
|
5871
|
+
vertical-align: middle;
|
|
5872
|
+
-webkit-box-sizing: border-box;
|
|
5873
|
+
box-sizing: border-box;
|
|
5874
|
+
font-weight: var(--kd-c-clipboard-font-weight, var(--kd-g-font-weight, 400));
|
|
5875
|
+
color: #bbbbbb;
|
|
5876
|
+
cursor: pointer;
|
|
5877
|
+
white-space: nowrap;
|
|
5878
|
+
overflow: hidden;
|
|
5879
|
+
-webkit-user-select: none;
|
|
5880
|
+
-moz-user-select: none;
|
|
5881
|
+
-ms-user-select: none;
|
|
5882
|
+
user-select: none;
|
|
5883
|
+
}
|
|
5884
|
+
.kd-clipboard:hover {
|
|
5885
|
+
color: #5582f3;
|
|
5886
|
+
}
|
|
5887
|
+
.kd-clipboard:disabled,
|
|
5888
|
+
.kd-clipboard[disabled] {
|
|
5889
|
+
color: #bbbbbb;
|
|
5890
|
+
cursor: not-allowed;
|
|
5891
|
+
}
|
|
5892
|
+
.kd-clipboard-size-small {
|
|
5893
|
+
height: var(--kd-c-clipboard-sizing-height-small, 24px);
|
|
5894
|
+
padding: var(--kd-c-clipboard-spacing-padding-vertical-small, 3px) var(--kd-c-clipboard-spacing-padding-horizontal-small, 8px);
|
|
5895
|
+
font-size: var(--kd-c-clipboard-font-size-small, var(--kd-g-font-size-small, 12px));
|
|
5896
|
+
line-height: calc(var(--kd-c-clipboard-sizing-height-small, 24px) - (var(--kd-c-clipboard-spacing-padding-vertical-small, 3px)) * 2);
|
|
5897
|
+
}
|
|
5898
|
+
.kd-clipboard-size-small.kd-clipboard-icon-only {
|
|
5899
|
+
font-size: var(--kd-c-clipboard-icon-font-size-small, 14px);
|
|
5900
|
+
padding: 0 var(--kd-c-clipboard-icon-spacing-padding-horizontal, 4px);
|
|
5901
|
+
display: -webkit-inline-box;
|
|
5902
|
+
display: -ms-inline-flexbox;
|
|
5903
|
+
display: inline-flex;
|
|
5904
|
+
-webkit-box-pack: center;
|
|
5905
|
+
-ms-flex-pack: center;
|
|
5906
|
+
justify-content: center;
|
|
5907
|
+
-webkit-box-align: center;
|
|
5908
|
+
-ms-flex-align: center;
|
|
5909
|
+
align-items: center;
|
|
5910
|
+
}
|
|
5911
|
+
.kd-clipboard-size-middle {
|
|
5912
|
+
height: var(--kd-c-clipboard-sizing-height-middle, 28px);
|
|
5913
|
+
padding: var(--kd-c-clipboard-spacing-padding-vertical-middle, 5px) var(--kd-c-clipboard-spacing-padding-horizontal-middle, 8px);
|
|
5914
|
+
font-size: var(--kd-c-clipboard-font-size-middle, var(--kd-g-font-size-middle, 14px));
|
|
5915
|
+
line-height: calc(var(--kd-c-clipboard-sizing-height-middle, 28px) - (var(--kd-c-clipboard-spacing-padding-vertical-middle, 5px)) * 2);
|
|
5916
|
+
}
|
|
5917
|
+
.kd-clipboard-size-middle.kd-clipboard-icon-only {
|
|
5918
|
+
font-size: var(--kd-c-clipboard-icon-font-size-middle, 16px);
|
|
5919
|
+
padding: 0 var(--kd-c-clipboard-icon-spacing-padding-horizontal, 4px);
|
|
5920
|
+
display: -webkit-inline-box;
|
|
5921
|
+
display: -ms-inline-flexbox;
|
|
5922
|
+
display: inline-flex;
|
|
5923
|
+
-webkit-box-pack: center;
|
|
5924
|
+
-ms-flex-pack: center;
|
|
5925
|
+
justify-content: center;
|
|
5926
|
+
-webkit-box-align: center;
|
|
5927
|
+
-ms-flex-align: center;
|
|
5928
|
+
align-items: center;
|
|
5929
|
+
}
|
|
5930
|
+
.kd-clipboard-size-large {
|
|
5931
|
+
height: var(--kd-c-clipboard-sizing-height-large, 32px);
|
|
5932
|
+
padding: var(--kd-c-clipboard-spacing-padding-vertical-large, 6px) var(--kd-c-clipboard-spacing-padding-horizontal-large, 8px);
|
|
5933
|
+
font-size: var(--kd-c-clipboard-font-size-large, var(--kd-g-font-size-large, 16px));
|
|
5934
|
+
line-height: calc(var(--kd-c-clipboard-sizing-height-large, 32px) - (var(--kd-c-clipboard-spacing-padding-vertical-large, 6px)) * 2);
|
|
5935
|
+
}
|
|
5936
|
+
.kd-clipboard-size-large.kd-clipboard-icon-only {
|
|
5937
|
+
font-size: var(--kd-c-clipboard-icon-font-size-large, 18px);
|
|
5938
|
+
padding: 0 var(--kd-c-clipboard-icon-spacing-padding-horizontal, 4px);
|
|
5939
|
+
display: -webkit-inline-box;
|
|
5940
|
+
display: -ms-inline-flexbox;
|
|
5941
|
+
display: inline-flex;
|
|
5942
|
+
-webkit-box-pack: center;
|
|
5943
|
+
-ms-flex-pack: center;
|
|
5944
|
+
justify-content: center;
|
|
5945
|
+
-webkit-box-align: center;
|
|
5946
|
+
-ms-flex-align: center;
|
|
5947
|
+
align-items: center;
|
|
5948
|
+
}
|
|
5949
|
+
.kd-clipboard:not(.kd-clipboard-icon-only) > i:not(:last-child) {
|
|
5950
|
+
margin-right: 2px;
|
|
5951
|
+
}
|
|
5952
|
+
|
|
5953
|
+
/* ----------- color ——————---- start */
|
|
5954
|
+
/* ----------- color ——————---- end */
|
|
5955
|
+
/* ----------- motion ——————---- start */
|
|
5956
|
+
/* ----------- motion ——————---- end */
|
|
5957
|
+
/* ----------- transition ——————---- start */
|
|
5958
|
+
/* ----------- transition ——————---- end */
|
|
5959
|
+
/* ----------- font ——————---- start */
|
|
5960
|
+
/* ----------- font ——————---- end */
|
|
5961
|
+
/* ----------- zIndex ——————---- start */
|
|
5962
|
+
/*
|
|
5963
|
+
普通组件内部自身层级应设置在0-100间
|
|
5964
|
+
*/
|
|
5965
|
+
/* ----------- zIndex ——————---- end */
|
|
5966
|
+
/* ----------- Button ——————---- start */
|
|
5967
|
+
/* ----------- Button ——————---- end */
|
|
5968
|
+
/* ----------- Collapse ——————---- start */
|
|
5969
|
+
/* ----------- Collapse ——————---- end */
|
|
5970
|
+
/* ----------- Card ——————---- start */
|
|
5971
|
+
/* ----------- Card ——————---- end */
|
|
5972
|
+
/* ----------- Carousel ——————---- start */
|
|
5973
|
+
/* ----------- Carousel ——————---- end */
|
|
5974
|
+
/* ----------- Cascader ——————---- start */
|
|
5975
|
+
/* ----------- Cascader ——————---- end */
|
|
5976
|
+
/* ----------- Switch ——————---- start */
|
|
5977
|
+
/* ----------- Switch ——————---- end */
|
|
5978
|
+
/* ----------- Input ——————---- start */
|
|
5979
|
+
/* ----------- Input ——————---- end */
|
|
5980
|
+
/* ----------- InputNumber ——————---- start */
|
|
5981
|
+
/* ----------- InputNumber ——————---- end */
|
|
5982
|
+
/* ----------- checkbox ——————---- start */
|
|
5983
|
+
/* ----------- checkbox ——————---- start */
|
|
5984
|
+
/* ----------- checkbox ——————---- end */
|
|
5985
|
+
/* ----------- Radio ——————---- start */
|
|
5986
|
+
/* ----------- Radio ——————---- end */
|
|
5987
|
+
/* ----------- icon ——————---- start */
|
|
5988
|
+
/* ----------- icon ——————---- end */
|
|
5989
|
+
/* ----------- Popconfirm ——————---- start */
|
|
5990
|
+
/* ----------- Popconfirm ——————---- end */
|
|
5991
|
+
/* ----------- Progress ——————---- start */
|
|
5992
|
+
/* ----------- Progress ——————---- end */
|
|
5993
|
+
/* ----------- Pagination ——————---- start */
|
|
5994
|
+
/* ----------- Pagination ——————---- end */
|
|
5995
|
+
/* ----------- Timeline ——————---- start */
|
|
5996
|
+
/* ----------- Timeline ——————---- end */
|
|
5997
|
+
/* ----------- Tabs ——————---- start */
|
|
5998
|
+
/* ----------- Tabs ——————---- end */
|
|
5999
|
+
/* ----------- Select ——————---- start */
|
|
6000
|
+
/* ----------- Select ——————---- end */
|
|
6001
|
+
/* ----------- Rate ——————---- start */
|
|
6002
|
+
/* ----------- Rate ——————---- end */
|
|
6003
|
+
/* ----------- Dropdown ——————---- start */
|
|
6004
|
+
/* ----------- Dropdown ——————---- end */
|
|
6005
|
+
/* ----------- Tooltip ——————---- start */
|
|
6006
|
+
/* ----------- Tooltip ——————---- end */
|
|
6007
|
+
/* ----------- Transfer ——————---- start */
|
|
6008
|
+
/* ----------- Transfer ——————---- end */
|
|
6009
|
+
/* ----------- DatePicker ——————---- start */
|
|
6010
|
+
/* ----------- DatePicker ——————---- end */
|
|
6011
|
+
/* ----------- ColorPicker ——————---- start */
|
|
6012
|
+
/* ----------- ColorPicker ——————---- end */
|
|
6013
|
+
/* ----------- Tree ——————---- start */
|
|
6014
|
+
/* ----------- Tree ——————---- end */
|
|
6015
|
+
/* ----------- Alert ——————---- start */
|
|
6016
|
+
/* ----------- Alert ——————---- end */
|
|
6017
|
+
/* ----------- Split-Panel ——————---- start */
|
|
6018
|
+
/* ----------- Split-Panel ——————---- end */
|
|
6019
|
+
/* ----------- Modal ——————---- start */
|
|
6020
|
+
/* ----------- Modal ——————---- end */
|
|
6021
|
+
/* ----------- Steps ——————---- start */
|
|
6022
|
+
/* ----------- Steps ——————---- end */
|
|
6023
|
+
/* ----------- Form ——————---- start */
|
|
6024
|
+
/* ----------- Form ——————---- end */
|
|
6025
|
+
/* ----------- Tag ——————---- start */
|
|
6026
|
+
/* ----------- Tag ——————---- end */
|
|
6027
|
+
/* ----------- Menu ——————---- start */
|
|
6028
|
+
/* ----------- Menu ——————---- end */
|
|
6029
|
+
/* ----------- notice ——————---- start */
|
|
6030
|
+
/* ----------- message ——————---- end */
|
|
6031
|
+
/* ----------- Spin ——————---- start */
|
|
6032
|
+
/* ----------- Spin ——————---- end */
|
|
6033
|
+
/* ----------- Spin ——————---- start */
|
|
6034
|
+
/* ----------- Spin ——————---- end */
|
|
6035
|
+
/* ----------- Layout ——————---- start */
|
|
6036
|
+
/* ----------- Layout ——————---- end */
|
|
6037
|
+
/* ----------- Typography ——————---- start */
|
|
6038
|
+
/* ----------- Typography ——————---- start */
|
|
6039
|
+
/* ----------- Search ——————---- start */
|
|
6040
|
+
/* ----------- Search ——————---- start */
|
|
6041
|
+
/* ----------- Badge ——————---- start */
|
|
6042
|
+
/* ----------- Badge ——————---- end */
|
|
6043
|
+
/* ----------- Anchor ——————---- start */
|
|
6044
|
+
/* ----------- Anchor ——————---- end */
|
|
6045
|
+
/* ----------- Avatar ——————---- start */
|
|
6046
|
+
/* ----------- Avatar ——————---- end */
|
|
6047
|
+
/* ----------- AdvancedSelector ——————---- start */
|
|
6048
|
+
/* ----------- AdvancedSelector ——————---- end */
|
|
6049
|
+
/* ----------- motion ——————---- start */
|
|
6050
|
+
/* ----------- motion ——————---- end */
|
|
6051
|
+
/* ----------- transition ——————---- start */
|
|
6052
|
+
/* ----------- transition ——————---- end */
|
|
6053
|
+
/* ----------- zIndex ——————---- start */
|
|
6054
|
+
/*
|
|
6055
|
+
普通组件内部自身层级应设置在0-100间
|
|
6056
|
+
*/
|
|
6057
|
+
/* ----------- zIndex ——————---- end */
|
|
5867
6058
|
.kd-collapse {
|
|
5868
6059
|
display: -webkit-box;
|
|
5869
6060
|
display: -ms-flexbox;
|
|
@@ -15166,7 +15357,7 @@ textarea {
|
|
|
15166
15357
|
.kd-select-icon-clear:hover {
|
|
15167
15358
|
color: var(--kd-c-select-color-border-hover, var(--kd-g-color-theme, #5582f3));
|
|
15168
15359
|
}
|
|
15169
|
-
.kd-select-focused {
|
|
15360
|
+
.kd-select-focused:not(.kd-select-error) {
|
|
15170
15361
|
border-color: var(--kd-c-select-color-border-foucs, var(--kd-g-color-theme, #5582f3)) !important;
|
|
15171
15362
|
}
|
|
15172
15363
|
.kd-select-placeholder {
|
|
@@ -15193,7 +15384,7 @@ textarea {
|
|
|
15193
15384
|
.kd-select-underline {
|
|
15194
15385
|
border-bottom: 1px solid var(--kd-c-select-color-border, var(--kd-g-color-input, #999));
|
|
15195
15386
|
}
|
|
15196
|
-
.kd-select-underline:hover:not(.kd-select-multiple-disabled):not(.kd-select-single-disabled) {
|
|
15387
|
+
.kd-select-underline:hover:not(.kd-select-multiple-disabled):not(.kd-select-single-disabled):not( .kd-select-error) {
|
|
15197
15388
|
border-bottom: 1px solid var(--kd-c-select-color-border-hover, var(--kd-g-color-theme, #5582f3));
|
|
15198
15389
|
}
|
|
15199
15390
|
.kd-select-bordered {
|
|
@@ -15201,7 +15392,7 @@ textarea {
|
|
|
15201
15392
|
padding-left: var(--kd-c-select-bordered-spacing-padding-left, 8px) !important;
|
|
15202
15393
|
border-radius: var(--kd-c-select-bordered-radius-border, 2px);
|
|
15203
15394
|
}
|
|
15204
|
-
.kd-select-bordered:hover:not(.kd-select-multiple-disabled):not(.kd-select-single-disabled) {
|
|
15395
|
+
.kd-select-bordered:hover:not(.kd-select-multiple-disabled):not(.kd-select-single-disabled):not( .kd-select-error) {
|
|
15205
15396
|
border: 1px solid var(--kd-c-select-color-border-hover, var(--kd-g-color-theme, #5582f3));
|
|
15206
15397
|
}
|
|
15207
15398
|
.kd-select-bordered .kd-select-suffix {
|
|
@@ -15392,7 +15583,7 @@ textarea {
|
|
|
15392
15583
|
white-space: nowrap;
|
|
15393
15584
|
text-overflow: ellipsis;
|
|
15394
15585
|
}
|
|
15395
|
-
.kd-select .kd-select-single-focused {
|
|
15586
|
+
.kd-select .kd-select-single-focused:not(.kd-select-error) {
|
|
15396
15587
|
border-color: var(--kd-c-select-color-border-foucs, var(--kd-g-color-theme, #5582f3)) !important;
|
|
15397
15588
|
}
|
|
15398
15589
|
.kd-select .kd-select-single-disabled {
|
|
@@ -15572,6 +15763,9 @@ textarea {
|
|
|
15572
15763
|
color: var(--kd-c-select-footer-color-text-selected, #0e5fd8);
|
|
15573
15764
|
padding: 0 2px;
|
|
15574
15765
|
}
|
|
15766
|
+
.kd-select-error:not(.kd-select-single-disabled):not(.kd-select-multiple-disabled) {
|
|
15767
|
+
border-color: var(--kd-c-select-color-error, var(--kd-g-color-error, #fb2323));
|
|
15768
|
+
}
|
|
15575
15769
|
.kd-select-dropdown-panel.topLeft.hidden,
|
|
15576
15770
|
.kd-select-dropdown-panel.bottomLeft.hidden,
|
|
15577
15771
|
.kd-select-dropdown-panel.topRight.hidden,
|
|
@@ -19664,7 +19858,7 @@ textarea {
|
|
|
19664
19858
|
.kd-tree-select-icon-clear:hover {
|
|
19665
19859
|
color: var(--kd-c-tree-select-color-border-hover, var(--kd-g-color-theme, #5582f3));
|
|
19666
19860
|
}
|
|
19667
|
-
.kd-tree-select-focused {
|
|
19861
|
+
.kd-tree-select-focused:not(.kd-tree-select-error) {
|
|
19668
19862
|
border-color: var(--kd-c-tree-select-color-border-foucs, var(--kd-g-color-theme, #5582f3)) !important;
|
|
19669
19863
|
}
|
|
19670
19864
|
.kd-tree-select-placeholder {
|
|
@@ -19682,7 +19876,7 @@ textarea {
|
|
|
19682
19876
|
.kd-tree-select-underline {
|
|
19683
19877
|
border-bottom: 1px solid var(--kd-c-tree-select-color-border, var(--kd-g-color-input, #999));
|
|
19684
19878
|
}
|
|
19685
|
-
.kd-tree-select-underline:hover:not(.kd-tree-select-multiple-disabled):not(.kd-tree-select-single-disabled) {
|
|
19879
|
+
.kd-tree-select-underline:hover:not(.kd-tree-select-multiple-disabled):not(.kd-tree-select-single-disabled):not( .kd-tree-select-error) {
|
|
19686
19880
|
border-bottom: 1px solid var(--kd-c-tree-select-color-border-hover, var(--kd-g-color-theme, #5582f3));
|
|
19687
19881
|
}
|
|
19688
19882
|
.kd-tree-select-bordered {
|
|
@@ -19690,7 +19884,7 @@ textarea {
|
|
|
19690
19884
|
padding-left: var(--kd-c-tree-select-bordered-spacing-padding-left, 8px) !important;
|
|
19691
19885
|
border-radius: var(--kd-c-tree-select-bordered-radius-border, 2px);
|
|
19692
19886
|
}
|
|
19693
|
-
.kd-tree-select-bordered:hover:not(.kd-tree-select-multiple-disabled):not(.kd-tree-select-single-disabled) {
|
|
19887
|
+
.kd-tree-select-bordered:hover:not(.kd-tree-select-multiple-disabled):not(.kd-tree-select-single-disabled):not( .kd-tree-select-error) {
|
|
19694
19888
|
border: 1px solid var(--kd-c-tree-select-color-border-hover, var(--kd-g-color-theme, #5582f3));
|
|
19695
19889
|
}
|
|
19696
19890
|
.kd-tree-select-bordered .kd-tree-select-suffix {
|
|
@@ -19813,7 +20007,7 @@ textarea {
|
|
|
19813
20007
|
white-space: nowrap;
|
|
19814
20008
|
text-overflow: ellipsis;
|
|
19815
20009
|
}
|
|
19816
|
-
.kd-tree-select .kd-tree-select-single-focused {
|
|
20010
|
+
.kd-tree-select .kd-tree-select-single-focused:not(.kd-tree-select-error) {
|
|
19817
20011
|
border-color: var(--kd-c-tree-select-color-border-foucs, var(--kd-g-color-theme, #5582f3)) !important;
|
|
19818
20012
|
}
|
|
19819
20013
|
.kd-tree-select .kd-tree-select-single-disabled {
|
|
@@ -19996,6 +20190,9 @@ textarea {
|
|
|
19996
20190
|
color: var(--kd-c-tree-select-footer-color-text-selected, #0e5fd8);
|
|
19997
20191
|
padding: 0 2px;
|
|
19998
20192
|
}
|
|
20193
|
+
.kd-tree-select-error:not(.kd-tree-select-single-disabled):not(.kd-tree-select-multiple-disabled) {
|
|
20194
|
+
border-color: var(--kd-c-tree-select-color-error, var(--kd-g-color-error, #fb2323));
|
|
20195
|
+
}
|
|
19999
20196
|
.kd-tree-select.topLeft.hidden,
|
|
20000
20197
|
.kd-tree-select.bottomLeft.hidden,
|
|
20001
20198
|
.kd-tree-select.topRight.hidden,
|
|
@@ -20151,10 +20348,24 @@ textarea {
|
|
|
20151
20348
|
-ms-flex-negative: 0;
|
|
20152
20349
|
flex-shrink: 0;
|
|
20153
20350
|
}
|
|
20154
|
-
.kd-tree-
|
|
20351
|
+
.kd-tree-show-line .kd-tree-node-indent {
|
|
20352
|
+
position: relative;
|
|
20353
|
+
}
|
|
20354
|
+
.kd-tree-show-line .kd-tree-node-indent::before {
|
|
20155
20355
|
position: absolute;
|
|
20156
|
-
|
|
20157
|
-
|
|
20356
|
+
left: 50%;
|
|
20357
|
+
-webkit-transform: translateX(-50%);
|
|
20358
|
+
transform: translateX(-50%);
|
|
20359
|
+
width: 1px;
|
|
20360
|
+
border-left: 1px solid #d9d9d9;
|
|
20361
|
+
content: '';
|
|
20362
|
+
-webkit-box-sizing: border-box;
|
|
20363
|
+
box-sizing: border-box;
|
|
20364
|
+
top: 0;
|
|
20365
|
+
bottom: 0;
|
|
20366
|
+
}
|
|
20367
|
+
.kd-tree-show-line .kd-tree-node-indent-active::before {
|
|
20368
|
+
border-color: var(--kd-c-tree-color-theme, var(--kd-g-color-theme, #5582f3));
|
|
20158
20369
|
}
|
|
20159
20370
|
.kd-tree-node-root {
|
|
20160
20371
|
position: relative;
|
|
@@ -20200,20 +20411,10 @@ textarea {
|
|
|
20200
20411
|
display: -webkit-box;
|
|
20201
20412
|
display: -ms-flexbox;
|
|
20202
20413
|
display: flex;
|
|
20203
|
-
width:
|
|
20204
|
-
|
|
20205
|
-
border-left: 11px;
|
|
20206
|
-
border-bottom: 0;
|
|
20207
|
-
border-right: 10px;
|
|
20208
|
-
border-color: white;
|
|
20209
|
-
border-style: solid;
|
|
20414
|
+
width: var(--kd-c-tree-expand-icon-sizing-width, 16px);
|
|
20415
|
+
margin-right: 6px;
|
|
20210
20416
|
height: 100%;
|
|
20211
20417
|
cursor: default;
|
|
20212
|
-
opacity: 0;
|
|
20213
|
-
}
|
|
20214
|
-
.kd-tree-node-indent-line {
|
|
20215
|
-
background-color: black;
|
|
20216
|
-
opacity: 1;
|
|
20217
20418
|
}
|
|
20218
20419
|
.kd-tree-node-icon {
|
|
20219
20420
|
cursor: pointer;
|
|
@@ -20324,6 +20525,9 @@ textarea {
|
|
|
20324
20525
|
width: 100%;
|
|
20325
20526
|
height: 100%;
|
|
20326
20527
|
}
|
|
20528
|
+
.kd-tree-node-draggabled.kd-tree-node-dragging .kd-tree-node-indent::before {
|
|
20529
|
+
border-color: transparent;
|
|
20530
|
+
}
|
|
20327
20531
|
.kd-tree-node-drag-over {
|
|
20328
20532
|
background-color: var(--kd-c-tree-node-drag-over-color-background, #E3EBFF);
|
|
20329
20533
|
-webkit-box-shadow: inset 0 0 0 2px var(--kd-c-tree-node-drag-over-color-border, #5582f3);
|