@magic-xpa/gui 4.1100.0-dev4110.207 → 4.1100.0-dev4110.208

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.1100.0-dev4110.207",
3
+ "version": "4.1100.0-dev4110.208",
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.1100.0-dev4110.207",
11
+ "@magic-xpa/utils": "4.1100.0-dev4110.208",
12
12
  "rxjs": "^6.3.3"
13
13
  },
14
14
  "module": "fesm2022/magic-xpa-gui.mjs",
@@ -239,5 +239,6 @@ export declare enum PropInterface {
239
239
  PROP_TYPE_CUSTOM_VALIDATORS = 732,
240
240
  PROP_TYPE_BINDING_LEVEL = 733,
241
241
  PROP_TYPE_SERVER_READ_AHEAD = 736,
242
- PROP_TYPE_AUTO_COMPLETE_MODE_WC = 740
242
+ PROP_TYPE_AUTO_COMPLETE_MODE_WC = 740,
243
+ PROP_TYPE_PARK_FIRST_ON = 743
243
244
  }