@ray-js/smart-ui 2.2.1-beta-4 → 2.2.1-beta-6
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
|
/**
|