@douyinfe/semi-ui 2.46.0 → 2.46.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.
|
@@ -210,7 +210,8 @@ class Pagination extends _baseComponent.default {
|
|
|
210
210
|
const {
|
|
211
211
|
showSizeChanger,
|
|
212
212
|
popoverPosition = defaultPopoverPosition,
|
|
213
|
-
disabled
|
|
213
|
+
disabled,
|
|
214
|
+
popoverZIndex
|
|
214
215
|
} = this.props;
|
|
215
216
|
const {
|
|
216
217
|
pageSize
|
|
@@ -236,6 +237,7 @@ class Pagination extends _baseComponent.default {
|
|
|
236
237
|
key: pageSize,
|
|
237
238
|
position: popoverPosition || 'bottomRight',
|
|
238
239
|
clickToHide: true,
|
|
240
|
+
zIndex: popoverZIndex,
|
|
239
241
|
dropdownClassName: `${prefixCls}-select-dropdown`
|
|
240
242
|
}, options));
|
|
241
243
|
}
|
|
@@ -202,7 +202,8 @@ export default class Pagination extends BaseComponent {
|
|
|
202
202
|
const {
|
|
203
203
|
showSizeChanger,
|
|
204
204
|
popoverPosition = defaultPopoverPosition,
|
|
205
|
-
disabled
|
|
205
|
+
disabled,
|
|
206
|
+
popoverZIndex
|
|
206
207
|
} = this.props;
|
|
207
208
|
const {
|
|
208
209
|
pageSize
|
|
@@ -228,6 +229,7 @@ export default class Pagination extends BaseComponent {
|
|
|
228
229
|
key: pageSize,
|
|
229
230
|
position: popoverPosition || 'bottomRight',
|
|
230
231
|
clickToHide: true,
|
|
232
|
+
zIndex: popoverZIndex,
|
|
231
233
|
dropdownClassName: `${prefixCls}-select-dropdown`
|
|
232
234
|
}, options));
|
|
233
235
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-ui",
|
|
3
|
-
"version": "2.46.
|
|
3
|
+
"version": "2.46.1",
|
|
4
4
|
"description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es/index.js",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"@dnd-kit/core": "^6.0.8",
|
|
21
21
|
"@dnd-kit/sortable": "^7.0.2",
|
|
22
22
|
"@dnd-kit/utilities": "^3.2.1",
|
|
23
|
-
"@douyinfe/semi-animation": "2.46.
|
|
24
|
-
"@douyinfe/semi-animation-react": "2.46.
|
|
25
|
-
"@douyinfe/semi-foundation": "2.46.
|
|
26
|
-
"@douyinfe/semi-icons": "2.46.
|
|
27
|
-
"@douyinfe/semi-illustrations": "2.46.
|
|
28
|
-
"@douyinfe/semi-theme-default": "2.46.
|
|
23
|
+
"@douyinfe/semi-animation": "2.46.1",
|
|
24
|
+
"@douyinfe/semi-animation-react": "2.46.1",
|
|
25
|
+
"@douyinfe/semi-foundation": "2.46.1",
|
|
26
|
+
"@douyinfe/semi-icons": "2.46.1",
|
|
27
|
+
"@douyinfe/semi-illustrations": "2.46.1",
|
|
28
|
+
"@douyinfe/semi-theme-default": "2.46.1",
|
|
29
29
|
"async-validator": "^3.5.0",
|
|
30
30
|
"classnames": "^2.2.6",
|
|
31
31
|
"copy-text-to-clipboard": "^2.1.1",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
],
|
|
76
76
|
"author": "",
|
|
77
77
|
"license": "MIT",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "11cc57786fbf20f83242a7ccebf62c8874f03057",
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@babel/plugin-proposal-decorators": "^7.15.8",
|
|
81
81
|
"@babel/plugin-transform-runtime": "^7.15.8",
|