@leankylin-sheet/react 3.1.41 → 3.1.43
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/index.css +70 -111
- package/dist/index.esm.css +70 -111
- package/dist/index.esm.js +17 -65
- package/dist/index.js +17 -65
- package/dist/index.umd.css +70 -111
- package/dist/index.umd.js +17 -65
- package/dist/index.umd.min.css +1 -1
- package/dist/index.umd.min.js +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -2017,7 +2017,7 @@ html::-webkit-scrollbar-button {
|
|
|
2017
2017
|
.leankylin-toolbar {
|
|
2018
2018
|
display: flex;
|
|
2019
2019
|
flex-direction: row;
|
|
2020
|
-
background: #
|
|
2020
|
+
background: #fff;
|
|
2021
2021
|
position: relative;
|
|
2022
2022
|
padding: 5px 0px 3px 15px;
|
|
2023
2023
|
border-bottom: 1px solid #d4d4d4;
|
|
@@ -2071,6 +2071,7 @@ html::-webkit-scrollbar-button {
|
|
|
2071
2071
|
.leankylin-toolbar-combo-arrow {
|
|
2072
2072
|
display: flex;
|
|
2073
2073
|
align-items: center;
|
|
2074
|
+
padding: 0 6px;
|
|
2074
2075
|
}
|
|
2075
2076
|
|
|
2076
2077
|
.leankylin-toolbar-button:hover,
|
|
@@ -2103,7 +2104,7 @@ html::-webkit-scrollbar-button {
|
|
|
2103
2104
|
}
|
|
2104
2105
|
|
|
2105
2106
|
.leankylin-toolbar-select::-webkit-scrollbar {
|
|
2106
|
-
display: none
|
|
2107
|
+
display: none;
|
|
2107
2108
|
}
|
|
2108
2109
|
|
|
2109
2110
|
.leankylin-toolbar-select,
|
|
@@ -2203,7 +2204,7 @@ html::-webkit-scrollbar-button {
|
|
|
2203
2204
|
padding-top: 1px;
|
|
2204
2205
|
padding-left: 24px;
|
|
2205
2206
|
text-align: right;
|
|
2206
|
-
opacity: .5;
|
|
2207
|
+
opacity: 0.5;
|
|
2207
2208
|
filter: alpha(opacity=50);
|
|
2208
2209
|
color: #000;
|
|
2209
2210
|
-webkit-user-select: none;
|
|
@@ -2217,7 +2218,7 @@ html::-webkit-scrollbar-button {
|
|
|
2217
2218
|
position: absolute;
|
|
2218
2219
|
box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
|
|
2219
2220
|
background: #fff;
|
|
2220
|
-
border: 1px solid rgba(0, 0, 0, .2);
|
|
2221
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
2221
2222
|
cursor: default;
|
|
2222
2223
|
font-size: 12px;
|
|
2223
2224
|
z-index: 1004;
|
|
@@ -2234,7 +2235,7 @@ html::-webkit-scrollbar-button {
|
|
|
2234
2235
|
background: rgb(240, 240, 240);
|
|
2235
2236
|
border-radius: 6px;
|
|
2236
2237
|
box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
|
|
2237
|
-
border: 1px solid rgba(0, 0, 0, .2);
|
|
2238
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
2238
2239
|
font-size: 12px;
|
|
2239
2240
|
}
|
|
2240
2241
|
|
|
@@ -2297,9 +2298,9 @@ html::-webkit-scrollbar-button {
|
|
|
2297
2298
|
margin-right: -4px;
|
|
2298
2299
|
}
|
|
2299
2300
|
|
|
2300
|
-
.leankylin-border-select-menu{
|
|
2301
|
-
|
|
2302
|
-
|
|
2301
|
+
.leankylin-border-select-menu {
|
|
2302
|
+
position: absolute;
|
|
2303
|
+
bottom: 0px;
|
|
2303
2304
|
}
|
|
2304
2305
|
|
|
2305
2306
|
.leankylin-border-color-preview {
|
|
@@ -2319,16 +2320,16 @@ html::-webkit-scrollbar-button {
|
|
|
2319
2320
|
cursor: pointer;
|
|
2320
2321
|
}
|
|
2321
2322
|
|
|
2322
|
-
.leankylin-border-style-preview{
|
|
2323
|
+
.leankylin-border-style-preview {
|
|
2323
2324
|
height: 3px;
|
|
2324
2325
|
overflow: hidden;
|
|
2325
2326
|
}
|
|
2326
2327
|
|
|
2327
|
-
.leankylin-border-style-picker-menu{
|
|
2328
|
+
.leankylin-border-style-picker-menu {
|
|
2328
2329
|
padding: 0px 10px;
|
|
2329
2330
|
}
|
|
2330
2331
|
|
|
2331
|
-
.leankylin-border-style-picker-menu:hover{
|
|
2332
|
+
.leankylin-border-style-picker-menu:hover {
|
|
2332
2333
|
background: #efefef;
|
|
2333
2334
|
cursor: pointer;
|
|
2334
2335
|
}
|
|
@@ -2662,10 +2663,10 @@ label {
|
|
|
2662
2663
|
.luckysheet-sheet-area {
|
|
2663
2664
|
width: 100%;
|
|
2664
2665
|
box-sizing: border-box;
|
|
2665
|
-
background-color: #
|
|
2666
|
+
background-color: #fff;
|
|
2666
2667
|
color: #444;
|
|
2667
|
-
height:
|
|
2668
|
-
padding:
|
|
2668
|
+
height: 36px;
|
|
2669
|
+
padding: 4px 30px 4px 44px;
|
|
2669
2670
|
margin: 0;
|
|
2670
2671
|
-webkit-touch-callout: none;
|
|
2671
2672
|
cursor: default;
|
|
@@ -2674,6 +2675,7 @@ label {
|
|
|
2674
2675
|
align-items: center;
|
|
2675
2676
|
justify-content: space-between;
|
|
2676
2677
|
position: relative;
|
|
2678
|
+
border-top: 1px solid rgb(227, 229, 234);
|
|
2677
2679
|
}
|
|
2678
2680
|
|
|
2679
2681
|
#luckysheet-sheet-content {
|
|
@@ -2692,7 +2694,7 @@ label {
|
|
|
2692
2694
|
white-space: nowrap;
|
|
2693
2695
|
}
|
|
2694
2696
|
|
|
2695
|
-
.luckysheet-sheet-area>div,
|
|
2697
|
+
.luckysheet-sheet-area > div,
|
|
2696
2698
|
.luckysheet-sheet-area .luckysheet-sheets-item {
|
|
2697
2699
|
display: inline-block;
|
|
2698
2700
|
/* margin-right: 6px;
|
|
@@ -2753,23 +2755,21 @@ label {
|
|
|
2753
2755
|
}
|
|
2754
2756
|
|
|
2755
2757
|
.luckysheet-sheet-area div.luckysheet-sheets-item {
|
|
2756
|
-
|
|
2757
|
-
height:
|
|
2758
|
-
|
|
2759
|
-
background-color: #fafafc;
|
|
2758
|
+
height: 28px;
|
|
2759
|
+
line-height: 28px;
|
|
2760
|
+
background-color: #fff;
|
|
2760
2761
|
color: #676464;
|
|
2761
2762
|
min-width: 30px;
|
|
2762
2763
|
top: 0px;
|
|
2763
2764
|
position: relative;
|
|
2764
|
-
margin-right: -1px;
|
|
2765
2765
|
cursor: pointer;
|
|
2766
2766
|
transition: all 0.1s;
|
|
2767
2767
|
font-size: 13px;
|
|
2768
|
-
padding: 2px 19px 0px 5px;
|
|
2769
2768
|
box-sizing: border-box;
|
|
2770
|
-
border-left: 1px solid #e0e0e0;
|
|
2771
|
-
border-right: 1px solid #e0e0e0;
|
|
2772
2769
|
vertical-align: middle;
|
|
2770
|
+
margin: 0 6px;
|
|
2771
|
+
border-radius: 4px;
|
|
2772
|
+
padding: 0 6px;
|
|
2773
2773
|
}
|
|
2774
2774
|
|
|
2775
2775
|
.luckysheet-sheet-area div.luckysheet-sheets-item:last-child {
|
|
@@ -2795,7 +2795,9 @@ label {
|
|
|
2795
2795
|
text-align: center;
|
|
2796
2796
|
}
|
|
2797
2797
|
|
|
2798
|
-
.luckysheet-sheet-area
|
|
2798
|
+
.luckysheet-sheet-area
|
|
2799
|
+
div.luckysheet-sheets-item
|
|
2800
|
+
.luckysheet-sheets-item-menu:hover {
|
|
2799
2801
|
color: #2a2a2a;
|
|
2800
2802
|
cursor: pointer;
|
|
2801
2803
|
}
|
|
@@ -2812,7 +2814,9 @@ label {
|
|
|
2812
2814
|
left: 0;
|
|
2813
2815
|
}
|
|
2814
2816
|
|
|
2815
|
-
.luckysheet-sheet-area
|
|
2817
|
+
.luckysheet-sheet-area
|
|
2818
|
+
div.luckysheet-sheets-item
|
|
2819
|
+
.luckysheet-sheets-item-name[contenteditable="true"] {
|
|
2816
2820
|
border: 1px solid #d9d9d9;
|
|
2817
2821
|
display: inline-block;
|
|
2818
2822
|
height: 18px;
|
|
@@ -2826,7 +2830,9 @@ label {
|
|
|
2826
2830
|
-webkit-user-select: text !important;
|
|
2827
2831
|
}
|
|
2828
2832
|
|
|
2829
|
-
.luckysheet-sheet-area
|
|
2833
|
+
.luckysheet-sheet-area
|
|
2834
|
+
div.luckysheet-sheets-item
|
|
2835
|
+
.luckysheet-sheets-item-name[contenteditable="true"]:focus {
|
|
2830
2836
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
2831
2837
|
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
2832
2838
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
@@ -2836,8 +2842,8 @@ label {
|
|
|
2836
2842
|
|
|
2837
2843
|
.luckysheet-sheet-area div.luckysheet-sheets-item-active {
|
|
2838
2844
|
/* padding: 2px 8px; */
|
|
2839
|
-
height:
|
|
2840
|
-
line-height:
|
|
2845
|
+
height: 28px;
|
|
2846
|
+
line-height: 28px;
|
|
2841
2847
|
background-color: #efefef;
|
|
2842
2848
|
/* border-color: #aaa; */
|
|
2843
2849
|
border-top-color: #fff;
|
|
@@ -2859,16 +2865,19 @@ label {
|
|
|
2859
2865
|
display: flex;
|
|
2860
2866
|
align-items: center;
|
|
2861
2867
|
justify-content: center;
|
|
2862
|
-
height:
|
|
2863
|
-
width:
|
|
2868
|
+
height: 28px;
|
|
2869
|
+
width: 28px;
|
|
2870
|
+
cursor: pointer;
|
|
2871
|
+
border-radius: 4px;
|
|
2872
|
+
margin: 0 6px;
|
|
2864
2873
|
}
|
|
2865
2874
|
|
|
2866
2875
|
.leankylin-sheettab-button:hover {
|
|
2867
2876
|
display: flex;
|
|
2868
2877
|
align-items: center;
|
|
2869
2878
|
justify-content: center;
|
|
2870
|
-
height:
|
|
2871
|
-
width:
|
|
2879
|
+
height: 28px;
|
|
2880
|
+
width: 28px;
|
|
2872
2881
|
background-color: #efefef;
|
|
2873
2882
|
}
|
|
2874
2883
|
|
|
@@ -2884,7 +2893,7 @@ label {
|
|
|
2884
2893
|
display: flex;
|
|
2885
2894
|
align-items: center;
|
|
2886
2895
|
padding: 0 5px;
|
|
2887
|
-
height:
|
|
2896
|
+
height: 28px;
|
|
2888
2897
|
cursor: pointer;
|
|
2889
2898
|
}
|
|
2890
2899
|
|
|
@@ -2895,8 +2904,8 @@ label {
|
|
|
2895
2904
|
.leankylin-sheettab-placeholder {
|
|
2896
2905
|
display: inline-block;
|
|
2897
2906
|
width: 30px;
|
|
2898
|
-
height:
|
|
2899
|
-
line-height:
|
|
2907
|
+
height: 28px;
|
|
2908
|
+
line-height: 28px;
|
|
2900
2909
|
vertical-align: middle;
|
|
2901
2910
|
}
|
|
2902
2911
|
|
|
@@ -2923,16 +2932,23 @@ label {
|
|
|
2923
2932
|
}
|
|
2924
2933
|
|
|
2925
2934
|
.luckysheet-sheets-item-function {
|
|
2926
|
-
|
|
2927
|
-
|
|
2935
|
+
display: none;
|
|
2936
|
+
width: 28px;
|
|
2937
|
+
height: 28px;
|
|
2928
2938
|
position: absolute;
|
|
2939
|
+
text-align: center;
|
|
2929
2940
|
top: 4px;
|
|
2930
2941
|
right: 2px;
|
|
2942
|
+
cursor: pointer;
|
|
2943
|
+
}
|
|
2944
|
+
.luckysheet-sheets-item-function:hover {
|
|
2945
|
+
background-color: #f1f1f1;
|
|
2931
2946
|
}
|
|
2932
2947
|
|
|
2933
2948
|
.leankylin-sheet-area-right {
|
|
2934
2949
|
display: flex !important;
|
|
2935
2950
|
}
|
|
2951
|
+
|
|
2936
2952
|
.leankylin-zoom-container {
|
|
2937
2953
|
white-space: nowrap;
|
|
2938
2954
|
overflow: visible;
|
|
@@ -2950,6 +2966,8 @@ label {
|
|
|
2950
2966
|
justify-content: center;
|
|
2951
2967
|
width: 24px;
|
|
2952
2968
|
height: 24px;
|
|
2969
|
+
border-radius: 4px;
|
|
2970
|
+
margin: 0 6px;
|
|
2953
2971
|
}
|
|
2954
2972
|
|
|
2955
2973
|
.leankylin-zoom-button:hover {
|
|
@@ -2960,14 +2978,14 @@ label {
|
|
|
2960
2978
|
position: relative;
|
|
2961
2979
|
display: flex;
|
|
2962
2980
|
justify-content: center;
|
|
2963
|
-
width: 48px;
|
|
2964
2981
|
color: #1e1e1f;
|
|
2965
2982
|
font-size: 12px;
|
|
2966
2983
|
cursor: pointer;
|
|
2967
2984
|
}
|
|
2968
2985
|
|
|
2969
2986
|
.leankylin-zoom-ratio-current {
|
|
2970
|
-
|
|
2987
|
+
padding: 0 12px;
|
|
2988
|
+
margin: 0;
|
|
2971
2989
|
}
|
|
2972
2990
|
|
|
2973
2991
|
.leankylin-zoom-ratio-item:hover {
|
|
@@ -2994,7 +3012,6 @@ label {
|
|
|
2994
3012
|
max-height: 100%;
|
|
2995
3013
|
overflow-y: auto;
|
|
2996
3014
|
border-radius: 4px;
|
|
2997
|
-
box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
|
|
2998
3015
|
transition: opacity 0.218s;
|
|
2999
3016
|
background: #fff;
|
|
3000
3017
|
cursor: default;
|
|
@@ -3009,8 +3026,13 @@ label {
|
|
|
3009
3026
|
-moz-user-select: none;
|
|
3010
3027
|
user-select: none;
|
|
3011
3028
|
border: none;
|
|
3029
|
+
width: 248px;
|
|
3012
3030
|
border-radius: 8px;
|
|
3013
3031
|
line-height: 22px;
|
|
3032
|
+
padding: 4px 8px;
|
|
3033
|
+
border: 1px solid #e3e5ea;
|
|
3034
|
+
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
|
|
3035
|
+
rgba(0, 0, 0, 0) 0px 0px 0px 0px;
|
|
3014
3036
|
}
|
|
3015
3037
|
|
|
3016
3038
|
.leankylin-context-menu input.luckysheet-mousedown-cancel {
|
|
@@ -3043,12 +3065,13 @@ label {
|
|
|
3043
3065
|
-webkit-user-select: none;
|
|
3044
3066
|
-moz-user-select: none;
|
|
3045
3067
|
user-select: none;
|
|
3068
|
+
border-radius: 4px;
|
|
3046
3069
|
}
|
|
3047
3070
|
|
|
3048
3071
|
/* 右击菜单项目 hover背景色 */
|
|
3049
3072
|
.luckysheet-cols-menu .luckysheet-cols-menuitem:hover,
|
|
3050
3073
|
.luckysheet-cols-menu .luckysheet-cols-menuitem-hover {
|
|
3051
|
-
background: #
|
|
3074
|
+
background: #f9fafb;
|
|
3052
3075
|
}
|
|
3053
3076
|
|
|
3054
3077
|
.luckysheet-cols-menu
|
|
@@ -3282,6 +3305,12 @@ label {
|
|
|
3282
3305
|
right: -18px;
|
|
3283
3306
|
}
|
|
3284
3307
|
|
|
3308
|
+
.leankylin-sheet-color-change {
|
|
3309
|
+
position: absolute;
|
|
3310
|
+
left: 200px;
|
|
3311
|
+
bottom: -100px;
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3285
3314
|
.leankylin-sort-title {
|
|
3286
3315
|
background-color: #fff;
|
|
3287
3316
|
color: #000;
|
|
@@ -3306,76 +3335,6 @@ label {
|
|
|
3306
3335
|
margin-bottom: 25px;
|
|
3307
3336
|
}
|
|
3308
3337
|
|
|
3309
|
-
#leankylin-change-color {
|
|
3310
|
-
min-width: 164px;
|
|
3311
|
-
height: 252px;
|
|
3312
|
-
background: rgb(240, 240, 240);
|
|
3313
|
-
position: absolute;
|
|
3314
|
-
bottom: -110px;
|
|
3315
|
-
left: 197px;
|
|
3316
|
-
border-radius: 6px;
|
|
3317
|
-
box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
|
|
3318
|
-
border: 1px solid rgba(0, 0, 0, .2);
|
|
3319
|
-
}
|
|
3320
|
-
|
|
3321
|
-
#leankylin-change-color .color-reset {
|
|
3322
|
-
position: relative;
|
|
3323
|
-
color: #333;
|
|
3324
|
-
cursor: pointer;
|
|
3325
|
-
list-style: none;
|
|
3326
|
-
padding: 10px;
|
|
3327
|
-
white-space: nowrap;
|
|
3328
|
-
padding-left: 8px;
|
|
3329
|
-
vertical-align: middle;
|
|
3330
|
-
padding-right: 24px;
|
|
3331
|
-
-webkit-user-select: none;
|
|
3332
|
-
-moz-user-select: none;
|
|
3333
|
-
user-select: none;
|
|
3334
|
-
border-radius: 6px;
|
|
3335
|
-
background: white;
|
|
3336
|
-
}
|
|
3337
|
-
|
|
3338
|
-
#leankylin-change-color .color-reset:hover {
|
|
3339
|
-
background: rgb(230, 230, 230);
|
|
3340
|
-
}
|
|
3341
|
-
|
|
3342
|
-
#leankylin-change-color .custom-color {
|
|
3343
|
-
position: relative;
|
|
3344
|
-
margin: auto;
|
|
3345
|
-
padding: 10px;
|
|
3346
|
-
border-radius: 6px;
|
|
3347
|
-
background: white;
|
|
3348
|
-
display: flex;
|
|
3349
|
-
align-items: center;
|
|
3350
|
-
margin: 1px 0px;
|
|
3351
|
-
display: flex;
|
|
3352
|
-
justify-content: space-around;
|
|
3353
|
-
}
|
|
3354
|
-
|
|
3355
|
-
.button-basic {
|
|
3356
|
-
display: inline-block;
|
|
3357
|
-
margin-bottom: 0;
|
|
3358
|
-
font-weight: 400;
|
|
3359
|
-
text-align: center;
|
|
3360
|
-
vertical-align: middle;
|
|
3361
|
-
touch-action: manipulation;
|
|
3362
|
-
cursor: pointer;
|
|
3363
|
-
white-space: nowrap;
|
|
3364
|
-
padding: 4px 8px;
|
|
3365
|
-
font-size: 12px;
|
|
3366
|
-
line-height: 1.42857143;
|
|
3367
|
-
border-radius: 2px;
|
|
3368
|
-
-webkit-user-select: none;
|
|
3369
|
-
-moz-user-select: none;
|
|
3370
|
-
user-select: none;
|
|
3371
|
-
}
|
|
3372
|
-
|
|
3373
|
-
.button-primary {
|
|
3374
|
-
background: #0188fb;
|
|
3375
|
-
border: 1px solid #0188fb;
|
|
3376
|
-
color: #fff;
|
|
3377
|
-
margin-right: -4px;
|
|
3378
|
-
}
|
|
3379
3338
|
.leankylin-sheet-list {
|
|
3380
3339
|
overflow-y: auto;
|
|
3381
3340
|
overflow-x: hidden;
|