@magic-xpa/gui 4.1100.0-dev4110.204 → 4.1100.0-dev4110.212

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.
@@ -1593,6 +1593,7 @@ var PropInterface;
1593
1593
  PropInterface[PropInterface["PROP_TYPE_BINDING_LEVEL"] = 733] = "PROP_TYPE_BINDING_LEVEL";
1594
1594
  PropInterface[PropInterface["PROP_TYPE_SERVER_READ_AHEAD"] = 736] = "PROP_TYPE_SERVER_READ_AHEAD";
1595
1595
  PropInterface[PropInterface["PROP_TYPE_AUTO_COMPLETE_MODE_WC"] = 740] = "PROP_TYPE_AUTO_COMPLETE_MODE_WC";
1596
+ PropInterface[PropInterface["PROP_TYPE_PARK_FIRST_ON"] = 743] = "PROP_TYPE_PARK_FIRST_ON";
1596
1597
  })(PropInterface || (PropInterface = {}));
1597
1598
 
1598
1599
  class GuiEnvironment {
@@ -9095,6 +9096,7 @@ class Property {
9095
9096
  case PropInterface.PROP_TYPE_TASK_MODE:
9096
9097
  case PropInterface.PROP_TYPE_CUSTOM_PROPERTIES:
9097
9098
  case PropInterface.PROP_TYPE_CUSTOM_VALIDATORS:
9099
+ case PropInterface.PROP_TYPE_PARK_FIRST_ON:
9098
9100
  this._dataType = StorageAttribute.ALPHA;
9099
9101
  break;
9100
9102
  case PropInterface.PROP_TYPE_COLUMN_TITLE: