@fle-ui/next 1.0.3 → 1.0.4-alpha.0

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 (68) hide show
  1. package/.history/package_20211223145956.json +146 -0
  2. package/.history/package_20211223211341.json +146 -0
  3. package/.history/package_20211223220710.json +146 -0
  4. package/.history/package_20211223221147.json +146 -0
  5. package/.history/package_20211223221328.json +146 -0
  6. package/.history/package_20211223221445.json +146 -0
  7. package/dist/@fle-ui/next.css +2254 -2212
  8. package/dist/@fle-ui/next.css.map +1 -1
  9. package/dist/@fle-ui/next.js +1165 -1247
  10. package/dist/@fle-ui/next.js.map +1 -1
  11. package/dist/@fle-ui/next.min.css +2 -2
  12. package/dist/@fle-ui/next.min.css.map +1 -1
  13. package/dist/@fle-ui/next.min.js +3 -3
  14. package/dist/@fle-ui/next.min.js.map +1 -1
  15. package/docs-dist/components__affix__affix.md~components__alert__alert.md~components__anchor__anchor.md~components__au~31d645aa.js +13 -16
  16. package/docs-dist/components__avatar__avatar.md.js +227 -372
  17. package/docs-dist/components__button__button.md.js +27 -27
  18. package/docs-dist/components__form__form.md.js +1 -1
  19. package/docs-dist/components__layout__layout.md.js +1 -1
  20. package/docs-dist/components__modal__modal.md.js +17 -11
  21. package/docs-dist/components__popconfirm__popconfirm.md.js +51 -51
  22. package/docs-dist/components__upload__upload.md.js +6 -10
  23. package/docs-dist/demos_bmurcdaerb~demos_citsitats~demos_dirg~demos_drac~demos_ecaps~demos_eert~demos_egami~demos_egas~1a5cf206.chunk.css +2 -2
  24. package/docs-dist/demos_bmurcdaerb~demos_citsitats~demos_dirg~demos_drac~demos_ecaps~demos_eert~demos_egami~demos_egas~1a5cf206.js +1536 -1843
  25. package/docs-dist/demos_daolpu.chunk.css +2 -2
  26. package/docs-dist/demos_daolpu.js +2597 -2904
  27. package/docs-dist/demos_eert.js +1 -1
  28. package/docs-dist/demos_elbat.chunk.css +2 -2
  29. package/docs-dist/demos_elbat.js +645 -952
  30. package/docs-dist/demos_mrifnocpop.js +1 -1
  31. package/docs-dist/demos_mrof.js +0 -1
  32. package/docs-dist/demos_noitacifiton.js +1 -1
  33. package/docs-dist/demos_pot-kcab.js +9 -9
  34. package/docs-dist/demos_ratava.js +3 -3
  35. package/docs-dist/demos_redivorp-gifnoc.js +5 -5
  36. package/docs-dist/demos_rekcip-etad.js +2 -2
  37. package/docs-dist/demos_sbat.chunk.css +2 -2
  38. package/docs-dist/demos_sbat.js +2301 -2608
  39. package/docs-dist/demos_tupni.js +1 -1
  40. package/docs-dist/docs__story__index.md.js +22 -0
  41. package/docs-dist/umi.js +9 -8
  42. package/docs-dist/vendors~demos_bmurcdaerb~demos_citsitats~demos_daolpu~demos_dirg~demos_drac~demos_ecaps~demos_eert~d~f20ff6ec.js +9204 -8936
  43. package/es/cascader/index.d.ts +11 -129
  44. package/es/cascader/index.js +151 -534
  45. package/es/cascader/style/css.js +1 -1
  46. package/es/cascader/style/index.css +205 -180
  47. package/es/cascader/style/index.d.ts +1 -1
  48. package/es/cascader/style/index.js +1 -1
  49. package/es/cascader/style/index.less +66 -205
  50. package/es/cascader/style/rtl.less +10 -84
  51. package/es/input-number/style/index.css +18 -4
  52. package/es/input-number/style/index.less +15 -2
  53. package/es/input-number/style/rtl.less +24 -7
  54. package/es/table/style/index.css +3 -0
  55. package/lib/cascader/index.d.ts +11 -129
  56. package/lib/cascader/index.js +153 -545
  57. package/lib/cascader/style/css.js +1 -1
  58. package/lib/cascader/style/index.css +205 -180
  59. package/lib/cascader/style/index.d.ts +1 -1
  60. package/lib/cascader/style/index.js +1 -1
  61. package/lib/cascader/style/index.less +66 -205
  62. package/lib/cascader/style/rtl.less +10 -84
  63. package/lib/input-number/style/index.css +18 -4
  64. package/lib/input-number/style/index.less +15 -2
  65. package/lib/input-number/style/rtl.less +24 -7
  66. package/lib/table/style/index.css +3 -0
  67. package/package.json +3 -2
  68. package/report.html +2 -2
@@ -2,172 +2,38 @@
2
2
  @import '../../style/theme.less';
3
3
  @import '../../style/mixins/index';
4
4
  @import '../../input/style/mixin';
5
+ @import '../../checkbox/style/mixin';
5
6
 
6
7
  @cascader-prefix-cls: ~'@{ant-prefix}-cascader';
7
8
 
9
+ .antCheckboxFn(@checkbox-prefix-cls: ~'@{cascader-prefix-cls}-checkbox');
10
+
8
11
  .@{cascader-prefix-cls} {
9
- .reset-component();
10
-
11
- &-input.@{ant-prefix}-input {
12
- // Keep it static for https://github.com/ant-design/ant-design/issues/16738
13
- position: static;
14
- width: 100%;
15
- // https://github.com/ant-design/ant-design/issues/17582
16
- padding-right: 24px;
17
- // Add important to fix https://github.com/ant-design/ant-design/issues/5078
18
- // because input.less will compile after cascader.less
19
- background-color: transparent !important;
20
- cursor: pointer;
21
- }
12
+ width: 184px;
22
13
 
23
- &-picker-show-search &-input.@{ant-prefix}-input {
24
- position: relative;
14
+ &-checkbox {
15
+ top: 0;
16
+ margin-right: @padding-xs;
25
17
  }
26
18
 
27
- &-picker {
28
- .reset-component();
29
-
30
- position: relative;
31
- display: inline-block;
32
- background-color: @cascader-bg;
33
- border-radius: @border-radius-base;
34
- outline: 0;
35
- cursor: pointer;
36
- transition: color 0.3s;
37
-
38
- &-with-value &-label {
39
- color: transparent;
40
- }
41
-
42
- &-disabled {
43
- color: @disabled-color;
44
- background: @input-disabled-bg;
45
- cursor: not-allowed;
46
- .@{cascader-prefix-cls}-input {
47
- cursor: not-allowed;
48
- }
49
- }
50
-
51
- &:focus .@{cascader-prefix-cls}-input {
52
- .active();
53
- }
54
-
55
- &-borderless .@{cascader-prefix-cls}-input {
56
- border-color: transparent !important;
57
- box-shadow: none !important;
58
- }
59
-
60
- &-show-search&-focused {
61
- color: @disabled-color;
62
- }
63
-
64
- &-label {
65
- position: absolute;
66
- top: 50%;
67
- left: 0;
68
- width: 100%;
69
- height: 20px;
70
- margin-top: -10px;
71
- padding: 0 20px 0 @control-padding-horizontal;
72
- overflow: hidden;
73
- line-height: 20px;
74
- white-space: nowrap;
75
- text-overflow: ellipsis;
76
- }
77
-
78
- &-clear {
79
- position: absolute;
80
- top: 50%;
81
- right: @control-padding-horizontal;
82
- z-index: 2;
83
- width: 12px;
84
- height: 12px;
85
- margin-top: -6px;
86
- color: @disabled-color;
87
- font-size: @font-size-sm;
88
- line-height: 12px;
89
- background: @component-background;
90
- cursor: pointer;
91
- opacity: 0;
92
- transition: color 0.3s ease, opacity 0.15s ease;
93
- &:hover {
94
- color: @text-color-secondary;
19
+ &-menus {
20
+ display: flex;
21
+ flex-wrap: nowrap;
22
+ align-items: flex-start;
23
+
24
+ &.@{cascader-prefix-cls}-menu-empty {
25
+ .@{cascader-prefix-cls}-menu {
26
+ width: 100%;
27
+ height: auto;
95
28
  }
96
29
  }
97
-
98
- &:hover &-clear {
99
- opacity: 1;
100
- }
101
-
102
- // arrow
103
- &-arrow {
104
- position: absolute;
105
- top: 50%;
106
- right: @control-padding-horizontal;
107
- z-index: 1;
108
- width: 12px;
109
- height: 12px;
110
- margin-top: -6px;
111
- color: @disabled-color;
112
- font-size: 12px;
113
- line-height: 12px;
114
- }
115
30
  }
116
31
 
117
- // https://github.com/ant-design/ant-design/pull/12407#issuecomment-424657810
118
- &-picker-label:hover + &-input {
119
- &:not(.@{cascader-prefix-cls}-picker-disabled &) {
120
- .hover();
121
- }
122
- }
123
-
124
- &-picker-small &-picker-clear,
125
- &-picker-small &-picker-arrow {
126
- right: @control-padding-horizontal-sm;
127
- }
128
-
129
- &-menus {
130
- position: absolute;
131
- z-index: @zindex-dropdown;
132
- font-size: @cascader-dropdown-font-size;
133
- white-space: nowrap;
134
- background: @cascader-menu-bg;
135
- border-radius: @border-radius-base;
136
- box-shadow: @box-shadow-base;
137
-
138
- ul,
139
- ol {
140
- margin: 0;
141
- list-style: none;
142
- }
143
-
144
- &-empty,
145
- &-hidden {
146
- display: none;
147
- }
148
- &.@{ant-prefix}-slide-up-enter.@{ant-prefix}-slide-up-enter-active&-placement-bottomLeft,
149
- &.@{ant-prefix}-slide-up-appear.@{ant-prefix}-slide-up-appear-active&-placement-bottomLeft {
150
- animation-name: antSlideUpIn;
151
- }
152
-
153
- &.@{ant-prefix}-slide-up-enter.@{ant-prefix}-slide-up-enter-active&-placement-topLeft,
154
- &.@{ant-prefix}-slide-up-appear.@{ant-prefix}-slide-up-appear-active&-placement-topLeft {
155
- animation-name: antSlideDownIn;
156
- }
157
-
158
- &.@{ant-prefix}-slide-up-leave.@{ant-prefix}-slide-up-leave-active&-placement-bottomLeft {
159
- animation-name: antSlideUpOut;
160
- }
161
-
162
- &.@{ant-prefix}-slide-up-leave.@{ant-prefix}-slide-up-leave-active&-placement-topLeft {
163
- animation-name: antSlideDownOut;
164
- }
165
- }
166
32
  &-menu {
167
- display: inline-block;
168
33
  min-width: 111px;
169
34
  height: 180px;
170
35
  margin: 0;
36
+ margin: -@dropdown-edge-child-vertical-padding 0;
171
37
  padding: @cascader-dropdown-edge-child-vertical-padding 0;
172
38
  overflow: auto;
173
39
  vertical-align: top;
@@ -176,67 +42,62 @@
176
42
  @cascader-menu-border-color-split;
177
43
  -ms-overflow-style: -ms-autohiding-scrollbar; // https://github.com/ant-design/ant-design/issues/11857
178
44
 
179
- &:first-child {
180
- border-radius: @border-radius-base 0 0 @border-radius-base;
181
- }
182
- &:last-child {
183
- margin-right: -1px;
184
- border-right-color: transparent;
185
- border-radius: 0 @border-radius-base @border-radius-base 0;
186
- }
187
- &:only-child {
188
- border-radius: @border-radius-base;
189
- }
190
- }
191
- &-menu-item {
192
- padding: @cascader-dropdown-vertical-padding @control-padding-horizontal;
193
- overflow: hidden;
194
- line-height: @cascader-dropdown-line-height;
195
- white-space: nowrap;
196
- text-overflow: ellipsis;
197
- cursor: pointer;
198
- transition: all 0.3s;
199
- &:hover {
200
- background: @item-hover-bg;
201
- }
202
- &-disabled {
203
- color: @disabled-color;
204
- cursor: not-allowed;
205
- &:hover {
206
- background: transparent;
207
- }
208
- }
209
- .@{cascader-prefix-cls}-menu-empty & {
210
- color: @disabled-color;
211
- cursor: default;
212
- pointer-events: none;
213
- }
214
- &-active:not(&-disabled) {
215
- &,
45
+ &-item {
46
+ display: flex;
47
+ flex-wrap: nowrap;
48
+ align-items: center;
49
+ padding: @cascader-dropdown-vertical-padding @control-padding-horizontal;
50
+ overflow: hidden;
51
+ line-height: @cascader-dropdown-line-height;
52
+ white-space: nowrap;
53
+ text-overflow: ellipsis;
54
+ cursor: pointer;
55
+ transition: all 0.3s;
56
+
216
57
  &:hover {
217
- font-weight: @select-item-selected-font-weight;
218
- background-color: @cascader-item-selected-bg;
58
+ background: @item-hover-bg;
219
59
  }
220
- }
221
- &-expand {
222
- position: relative;
223
- padding-right: 24px;
224
- }
225
60
 
226
- &-expand &-expand-icon,
227
- &-loading-icon {
228
- position: absolute;
229
- right: @control-padding-horizontal;
230
- color: @text-color-secondary;
231
- font-size: 10px;
61
+ &-disabled {
62
+ color: @disabled-color;
63
+ cursor: not-allowed;
64
+ &:hover {
65
+ background: transparent;
66
+ }
67
+ }
232
68
 
233
- .@{cascader-prefix-cls}-menu-item-disabled& {
69
+ .@{cascader-prefix-cls}-menu-empty & {
234
70
  color: @disabled-color;
71
+ cursor: default;
72
+ pointer-events: none;
235
73
  }
236
- }
237
74
 
238
- & &-keyword {
239
- color: @highlight-color;
75
+ &-active:not(&-disabled) {
76
+ &,
77
+ &:hover {
78
+ font-weight: @select-item-selected-font-weight;
79
+ background-color: @cascader-item-selected-bg;
80
+ }
81
+ }
82
+
83
+ &-content {
84
+ flex: auto;
85
+ }
86
+
87
+ &-expand &-expand-icon,
88
+ &-loading-icon {
89
+ margin-left: @padding-xss;
90
+ color: @text-color-secondary;
91
+ font-size: 10px;
92
+
93
+ .@{cascader-prefix-cls}-menu-item-disabled& {
94
+ color: @disabled-color;
95
+ }
96
+ }
97
+
98
+ &-keyword {
99
+ color: @highlight-color;
100
+ }
240
101
  }
241
102
  }
242
103
  }
@@ -4,93 +4,19 @@
4
4
  @import '../../input/style/mixin';
5
5
 
6
6
  @cascader-prefix-cls: ~'@{ant-prefix}-cascader';
7
- @picker-rtl-cls: ~'@{cascader-prefix-cls}-picker-rtl';
8
- @menu-rtl-cls: ~'@{cascader-prefix-cls}-menu-rtl';
9
7
 
10
- .@{cascader-prefix-cls} {
11
- &-input.@{ant-prefix}-input {
12
- .@{picker-rtl-cls} & {
13
- padding-right: @input-padding-horizontal-base;
14
- padding-left: 24px;
15
- text-align: right;
16
- }
17
- }
18
-
19
- &-picker {
20
- &-rtl {
21
- direction: rtl;
22
- }
23
-
24
- &-label {
25
- .@{picker-rtl-cls} & {
26
- padding: 0 @control-padding-horizontal 0 20px;
27
- text-align: right;
28
- }
29
- }
30
-
31
- &-clear {
32
- .@{picker-rtl-cls} & {
33
- right: auto;
34
- left: @control-padding-horizontal;
35
- }
36
- }
37
-
38
- &-arrow {
39
- .@{picker-rtl-cls} & {
40
- right: auto;
41
- left: @control-padding-horizontal;
42
- }
43
- }
44
- }
45
-
46
- &-picker-small &-picker-clear,
47
- &-picker-small &-picker-arrow {
48
- .@{picker-rtl-cls}& {
49
- right: auto;
50
- left: @control-padding-horizontal-sm;
51
- }
52
- }
53
-
54
- &-menu {
55
- &-rtl & {
56
- direction: rtl;
57
- border-right: none;
58
- border-left: @border-width-base @border-style-base @border-color-split;
59
- &:first-child {
60
- border-radius: 0 @border-radius-base @border-radius-base 0;
61
- }
62
- &:last-child {
63
- margin-right: 0;
64
- margin-left: -1px;
65
- border-left-color: transparent;
66
- border-radius: @border-radius-base 0 0 @border-radius-base;
67
- }
68
- &:only-child {
69
- border-radius: @border-radius-base;
70
- }
71
- }
72
- }
73
-
74
- &-menu-item {
75
- &-expand {
76
- .@{menu-rtl-cls} & {
77
- padding-right: @control-padding-horizontal;
78
- padding-left: 24px;
79
- }
80
- }
81
-
82
- &-expand &-expand-icon,
8
+ .@{cascader-prefix-cls}-rtl {
9
+ .@{cascader-prefix-cls}-menu-item {
10
+ &-expand-icon,
83
11
  &-loading-icon {
84
- .@{menu-rtl-cls} & {
85
- right: auto;
86
- left: @control-padding-horizontal;
87
- }
12
+ margin-right: @padding-xss;
13
+ margin-left: 0;
88
14
  }
15
+ }
89
16
 
90
- &-loading-icon {
91
- .@{menu-rtl-cls} & {
92
- transform: scaleY(-1);
93
- }
94
- }
17
+ .@{cascader-prefix-cls}-checkbox {
18
+ top: 0;
19
+ margin-right: 0;
20
+ margin-left: @padding-xs;
95
21
  }
96
22
  }
@@ -472,7 +472,9 @@ textarea.ant-input-number {
472
472
  border-radius: 4px;
473
473
  outline: 0;
474
474
  transition: all 0.3s linear;
475
- -moz-appearance: textfield !important;
475
+ -webkit-appearance: textfield !important;
476
+ -moz-appearance: textfield !important;
477
+ appearance: textfield !important;
476
478
  }
477
479
  .ant-input-number-input::-moz-placeholder {
478
480
  opacity: 1;
@@ -495,7 +497,9 @@ textarea.ant-input-number {
495
497
  .ant-input-number-input[type='number']::-webkit-inner-spin-button,
496
498
  .ant-input-number-input[type='number']::-webkit-outer-spin-button {
497
499
  margin: 0;
500
+ /* stylelint-disable-next-line property-no-vendor-prefix */
498
501
  -webkit-appearance: none;
502
+ appearance: none;
499
503
  }
500
504
  .ant-input-number-lg {
501
505
  padding: 0;
@@ -524,6 +528,9 @@ textarea.ant-input-number {
524
528
  }
525
529
  .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
526
530
  .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
531
+ display: flex;
532
+ align-items: center;
533
+ justify-content: center;
527
534
  min-width: auto;
528
535
  margin-right: 0;
529
536
  font-size: 7px;
@@ -584,16 +591,23 @@ textarea.ant-input-number {
584
591
  .ant-input-number-rtl {
585
592
  direction: rtl;
586
593
  }
594
+ .ant-input-number-rtl .ant-input-number-handler {
595
+ border-right: 1px solid #d2d2d2;
596
+ border-left: 0;
597
+ }
587
598
  .ant-input-number-rtl .ant-input-number-handler-wrap {
588
599
  right: auto;
589
600
  left: 0;
590
- border-right: 1px solid #d2d2d2;
591
- border-left: 0;
592
- border-radius: 4px 0 0 4px;
593
601
  }
594
602
  .ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
595
603
  border-right-width: 0;
596
604
  }
605
+ .ant-input-number-rtl .ant-input-number-handler-up {
606
+ border-top-right-radius: 0;
607
+ }
608
+ .ant-input-number-rtl .ant-input-number-handler-down {
609
+ border-bottom-right-radius: 0;
610
+ }
597
611
  .ant-input-number-rtl .ant-input-number-input {
598
612
  direction: ltr;
599
613
  text-align: right;
@@ -14,6 +14,7 @@
14
14
  &-group {
15
15
  .reset-component();
16
16
  .input-group(~'@{input-number-prefix-cls}');
17
+
17
18
  &-wrapper {
18
19
  display: inline-block;
19
20
  text-align: start;
@@ -38,11 +39,14 @@
38
39
  font-weight: bold;
39
40
  line-height: 0;
40
41
  text-align: center;
41
- border-left: @border-width-base @border-style-base @input-number-handler-border-color;
42
+ border-left: @border-width-base @border-style-base
43
+ @input-number-handler-border-color;
42
44
  transition: all 0.1s linear;
45
+
43
46
  &:active {
44
47
  background: @input-number-handler-active-bg;
45
48
  }
49
+
46
50
  &:hover &-up-inner,
47
51
  &:hover &-down-inner {
48
52
  color: @input-number-handler-hover-bg;
@@ -101,13 +105,15 @@
101
105
  border-radius: @border-radius-base;
102
106
  outline: 0;
103
107
  transition: all 0.3s linear;
104
- -moz-appearance: textfield !important;
108
+ appearance: textfield !important;
105
109
  .placeholder();
106
110
 
107
111
  &[type='number']::-webkit-inner-spin-button,
108
112
  &[type='number']::-webkit-outer-spin-button {
109
113
  margin: 0;
114
+ /* stylelint-disable-next-line property-no-vendor-prefix */
110
115
  -webkit-appearance: none;
116
+ appearance: none;
111
117
  }
112
118
  }
113
119
 
@@ -146,6 +152,9 @@
146
152
  .@{input-number-prefix-cls}-handler {
147
153
  .@{input-number-prefix-cls}-handler-up-inner,
148
154
  .@{input-number-prefix-cls}-handler-down-inner {
155
+ display: flex;
156
+ align-items: center;
157
+ justify-content: center;
149
158
  min-width: auto;
150
159
  margin-right: 0;
151
160
  font-size: 7px;
@@ -169,11 +178,13 @@
169
178
  &-handler-up {
170
179
  border-top-right-radius: @border-radius-base;
171
180
  cursor: pointer;
181
+
172
182
  &-inner {
173
183
  top: 50%;
174
184
  margin-top: -5px;
175
185
  text-align: center;
176
186
  }
187
+
177
188
  &:hover {
178
189
  height: 60% !important;
179
190
  }
@@ -184,11 +195,13 @@
184
195
  border-top: @border-width-base @border-style-base @border-color-base;
185
196
  border-bottom-right-radius: @border-radius-base;
186
197
  cursor: pointer;
198
+
187
199
  &-inner {
188
200
  top: 50%;
189
201
  text-align: center;
190
202
  transform: translateY(-50%);
191
203
  }
204
+
192
205
  &:hover {
193
206
  height: 60% !important;
194
207
  }
@@ -9,17 +9,34 @@
9
9
  direction: rtl;
10
10
  }
11
11
 
12
- &-handler-wrap {
12
+ &-handler {
13
13
  .@{input-number-prefix-cls}-rtl & {
14
- right: auto;
15
- left: 0;
16
- border-right: @border-width-base @border-style-base @input-number-handler-border-color;
14
+ border-right: @border-width-base @border-style-base
15
+ @input-number-handler-border-color;
17
16
  border-left: 0;
18
- border-radius: @border-radius-base 0 0 @border-radius-base;
19
17
  }
20
18
 
21
- .@{input-number-prefix-cls}-rtl.@{input-number-prefix-cls}-borderless & {
22
- border-right-width: 0;
19
+ &-wrap {
20
+ .@{input-number-prefix-cls}-rtl & {
21
+ right: auto;
22
+ left: 0;
23
+ }
24
+
25
+ .@{input-number-prefix-cls}-rtl.@{input-number-prefix-cls}-borderless & {
26
+ border-right-width: 0;
27
+ }
28
+ }
29
+
30
+ &-up {
31
+ .@{input-number-prefix-cls}-rtl & {
32
+ border-top-right-radius: 0;
33
+ }
34
+ }
35
+
36
+ &-down {
37
+ .@{input-number-prefix-cls}-rtl & {
38
+ border-bottom-right-radius: 0;
39
+ }
23
40
  }
24
41
  }
25
42
 
@@ -618,6 +618,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
618
618
  }
619
619
  .ant-table-cell-fix-left,
620
620
  .ant-table-cell-fix-right {
621
+ position: -webkit-sticky !important;
621
622
  position: sticky !important;
622
623
  z-index: 2;
623
624
  background: #fff;
@@ -687,11 +688,13 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
687
688
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
688
689
  }
689
690
  .ant-table-sticky-holder {
691
+ position: -webkit-sticky;
690
692
  position: sticky;
691
693
  z-index: calc(2 + 1);
692
694
  background: #fff;
693
695
  }
694
696
  .ant-table-sticky-scroll {
697
+ position: -webkit-sticky;
695
698
  position: sticky;
696
699
  bottom: 0;
697
700
  z-index: calc(2 + 1);
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@fle-ui/next",
4
- "version": "1.0.3",
4
+ "version": "1.0.4-alpha.0",
5
+ "license": "MIT",
5
6
  "scripts": {
6
7
  "start": "dumi dev UMI_ENV=docs",
7
8
  "docs:build": "dumi build UMI_ENV=docs",
@@ -43,7 +44,7 @@
43
44
  "copy-to-clipboard": "^3.2.0",
44
45
  "lodash": "^4.17.21",
45
46
  "moment": "^2.25.3",
46
- "rc-cascader": "1.4.3",
47
+ "rc-cascader": "~2.0.0-alpha.18",
47
48
  "rc-checkbox": "~2.3.0",
48
49
  "rc-collapse": "~3.1.0",
49
50
  "rc-dialog": "~8.6.0",