@magic-xpa/gui 4.1000.0-dev4100.294 → 4.1000.0-dev4100.295

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-xpa/gui",
3
- "version": "4.1000.0-dev4100.294",
3
+ "version": "4.1000.0-dev4100.295",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "dependencies": {
6
6
  "timers": "^0.1.1",
@@ -8,7 +8,7 @@
8
8
  "tslib": "^2.3.0"
9
9
  },
10
10
  "peerDependencies": {
11
- "@magic-xpa/utils": "4.1000.0-dev4100.294",
11
+ "@magic-xpa/utils": "4.1000.0-dev4100.295",
12
12
  "rxjs": "^6.3.3"
13
13
  },
14
14
  "module": "fesm2015/magic-xpa-gui.mjs",
package/src/GuiEnums.d.ts CHANGED
@@ -215,7 +215,8 @@ export declare enum CommandType {
215
215
  CALL_JS = 153,
216
216
  PROP_SET_BINDING_LEVEL = 154,
217
217
  SHOW_SPINNER = 155,
218
- SHOW_HTML_ERROR = 156
218
+ SHOW_HTML_ERROR = 156,
219
+ SET_WC_IDLE = 157
219
220
  }
220
221
  export declare enum HtmlProperties {
221
222
  Visible = "visible",