@ray-js/smart-ui 2.13.1-beta-0 → 2.13.1-beta-2
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.
|
@@ -14,6 +14,17 @@ export interface SmartPopoverProps {
|
|
|
14
14
|
* 自定义弹出层样式
|
|
15
15
|
*/
|
|
16
16
|
customStyle?: React.CSSProperties;
|
|
17
|
+
/**
|
|
18
|
+
* 自定义遮罩层样式,透传至内部 smart-overlay 的 custom-style
|
|
19
|
+
*
|
|
20
|
+
* @since `v2.13.1`
|
|
21
|
+
*/
|
|
22
|
+
overlayStyle?: React.CSSProperties;
|
|
23
|
+
/**
|
|
24
|
+
* `z-index`层级
|
|
25
|
+
*
|
|
26
|
+
* @default 100
|
|
27
|
+
*/
|
|
17
28
|
zIndex?: number;
|
|
18
29
|
/**
|
|
19
30
|
* 延迟关闭的时间
|
|
@@ -14,6 +14,17 @@ export interface SmartPopoverProps {
|
|
|
14
14
|
* 自定义弹出层样式
|
|
15
15
|
*/
|
|
16
16
|
customStyle?: React.CSSProperties;
|
|
17
|
+
/**
|
|
18
|
+
* 自定义遮罩层样式,透传至内部 smart-overlay 的 custom-style
|
|
19
|
+
*
|
|
20
|
+
* @since `v2.13.1`
|
|
21
|
+
*/
|
|
22
|
+
overlayStyle?: React.CSSProperties;
|
|
23
|
+
/**
|
|
24
|
+
* `z-index`层级
|
|
25
|
+
*
|
|
26
|
+
* @default 100
|
|
27
|
+
*/
|
|
17
28
|
zIndex?: number;
|
|
18
29
|
/**
|
|
19
30
|
* 延迟关闭的时间
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "2.13.1-beta-
|
|
3
|
+
"version": "2.13.1-beta-2",
|
|
4
4
|
"description": "轻量、可靠的智能小程序 UI 组件库",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"syncMiniappData": "node ./build/syncMiniappData.js",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@ray-js/components-ty-slider": "^0.3.9",
|
|
45
|
-
"@tuya-miniapp/smart-ui": "2.13.1-beta-
|
|
45
|
+
"@tuya-miniapp/smart-ui": "2.13.1-beta-2",
|
|
46
46
|
"lodash-es": "^4.17.21"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|