@ray-js/smart-ui 2.2.1-beta-4 → 2.2.1-beta-5

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.
@@ -87,6 +87,13 @@ export type SmartDialogOptions = {
87
87
  * @default 当前页面
88
88
  */
89
89
  context?: WechatMiniprogram.Page.TrivialInstance | WechatMiniprogram.Component.TrivialInstance;
90
+ /**
91
+ * 当有dialog未关闭时组件内部会阻塞同 Id 的组件被重复打开,此属性可以无视组件内部阻塞队列
92
+ *
93
+ * @default false
94
+ * @version v2.2.1
95
+ */
96
+ ignoreQueue?: boolean;
90
97
  } & SmartDialogCommonProps;
91
98
  export interface SmartDialogInputOptions extends SmartDialogOptions {
92
99
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.2.1-beta-4",
3
+ "version": "2.2.1-beta-5",
4
4
  "description": "轻量、可靠的智能小程序 UI 组件库",
5
5
  "scripts": {
6
6
  "syncMiniappData": "node ./build/syncMiniappData.js",