@ray-js/smart-ui 1.0.3 → 1.0.4

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.
@@ -53,6 +53,13 @@ export interface SmartSwitchProps {
53
53
  * @default false
54
54
  */
55
55
  inactiveValue?: any;
56
+ /**
57
+ * 是否阻止冒泡
58
+ *
59
+ * @default false
60
+ * @version 1.0.4
61
+ */
62
+ stopClickPropagation?: boolean;
56
63
  }
57
64
  /**
58
65
  * @deprecated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "author": "MiniApp Team",
5
5
  "description": "轻量、可靠的智能小程序 UI 组件库",
6
6
  "scripts": {