igniteui-angular-core 16.1.0-beta.2 → 16.1.0-beta.3

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.
Files changed (42) hide show
  1. package/bundles/igniteui-angular-core.umd.js +206 -127
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasViewRenderer.js +15 -0
  4. package/esm2015/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
  5. package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
  6. package/esm2015/lib/WebContentPaneDescription.js +69 -53
  7. package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
  8. package/esm2015/lib/WebDockManagerDescription.js +20 -12
  9. package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
  10. package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
  11. package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
  12. package/esm2015/lib/WebSplitPaneDescription.js +25 -17
  13. package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  14. package/esm2015/lib/WebStepperDescription.js +6 -14
  15. package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
  16. package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
  17. package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  18. package/esm5/lib/CanvasViewRenderer.js +15 -0
  19. package/esm5/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
  20. package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
  21. package/esm5/lib/WebContentPaneDescription.js +77 -53
  22. package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
  23. package/esm5/lib/WebDockManagerDescription.js +24 -12
  24. package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
  25. package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
  26. package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
  27. package/esm5/lib/WebSplitPaneDescription.js +29 -17
  28. package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  29. package/esm5/lib/WebStepperDescription.js +6 -18
  30. package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
  31. package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
  32. package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  33. package/fesm2015/igniteui-angular-core.js +182 -123
  34. package/fesm5/igniteui-angular-core.js +206 -127
  35. package/lib/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
  36. package/lib/WebContentPaneDescription.d.ts +26 -20
  37. package/lib/WebDockManagerDescription.d.ts +7 -4
  38. package/lib/WebDockingIndicatorDescription.d.ts +4 -1
  39. package/lib/WebSplitPaneDescription.d.ts +9 -6
  40. package/lib/WebStepperDescription.d.ts +2 -5
  41. package/lib/WebTabGroupPaneDescription.d.ts +7 -4
  42. package/package.json +1 -1
@@ -35927,6 +35927,9 @@ var CanvasViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
35927
35927
  this.j.stroke();
35928
35928
  }
35929
35929
  this.j.globalAlpha = 1;
35930
+ if (a.ai != null) {
35931
+ this.j.setLineDash(new Array(0));
35932
+ }
35930
35933
  };
35931
35934
  CanvasViewRenderer.prototype.h$q = function (a) {
35932
35935
  if (a._visibility != 0) {
@@ -36004,6 +36007,9 @@ var CanvasViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
36004
36007
  if (a._opacity < 1 || this.e < 1) {
36005
36008
  this.j.globalAlpha = 1;
36006
36009
  }
36010
+ if (a.ai != null) {
36011
+ this.j.setLineDash(new Array(0));
36012
+ }
36007
36013
  };
36008
36014
  CanvasViewRenderer.prototype.h$o = function (a) {
36009
36015
  if (a == null) {
@@ -36505,6 +36511,9 @@ var CanvasViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
36505
36511
  this.j.stroke();
36506
36512
  }
36507
36513
  this.j.globalAlpha = 1;
36514
+ if (a.ai != null) {
36515
+ this.j.setLineDash(new Array(0));
36516
+ }
36508
36517
  };
36509
36518
  CanvasViewRenderer.prototype.h$s = function (a) {
36510
36519
  if (a.an == null || a.an.count < 1) {
@@ -36579,6 +36588,9 @@ var CanvasViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
36579
36588
  this.j.stroke();
36580
36589
  }
36581
36590
  this.j.globalAlpha = 1;
36591
+ if (a.ai != null) {
36592
+ this.j.setLineDash(new Array(0));
36593
+ }
36582
36594
  };
36583
36595
  CanvasViewRenderer.prototype.h$n = function (a, b) {
36584
36596
  if (b._visibility == 1) {
@@ -36681,6 +36693,9 @@ var CanvasViewRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
36681
36693
  this.j.stroke();
36682
36694
  }
36683
36695
  this.j.globalAlpha = 1;
36696
+ if (a.ai != null) {
36697
+ this.j.setLineDash(new Array(0));
36698
+ }
36684
36699
  };
36685
36700
  CanvasViewRenderer.prototype.h$ac = function (a) {
36686
36701
  this.j.beginPath();
@@ -183811,26 +183826,28 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183811
183826
  __extends(WebContentPaneDescription, _super);
183812
183827
  function WebContentPaneDescription() {
183813
183828
  var _this = _super.call(this) || this;
183829
+ _this.as = null;
183830
+ _this.at = null;
183814
183831
  _this.ao = null;
183815
- _this.ap = null;
183816
- _this.ak = null;
183817
- _this.am = null;
183818
- _this.an = null;
183819
183832
  _this.aq = null;
183820
183833
  _this.ar = null;
183821
- _this.al = null;
183822
- _this.af = 0;
183823
- _this.n = false;
183824
- _this.q = false;
183825
- _this.r = false;
183834
+ _this.au = null;
183835
+ _this.av = null;
183836
+ _this.ap = null;
183837
+ _this.aj = 0;
183826
183838
  _this.o = false;
183839
+ _this.r = false;
183840
+ _this.s = false;
183827
183841
  _this.p = false;
183828
- _this.ag = 0;
183842
+ _this.n = false;
183843
+ _this.q = false;
183844
+ _this.ak = 0;
183845
+ _this.x = false;
183846
+ _this.w = false;
183847
+ _this.aw = null;
183829
183848
  _this.v = false;
183830
- _this.as = null;
183831
- _this.u = false;
183832
- _this.s = false;
183833
183849
  _this.t = false;
183850
+ _this.u = false;
183834
183851
  return _this;
183835
183852
  }
183836
183853
  WebContentPaneDescription.prototype.get_type = function () {
@@ -183838,10 +183855,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183838
183855
  };
183839
183856
  Object.defineProperty(WebContentPaneDescription.prototype, "id", {
183840
183857
  get: function () {
183841
- return this.ao;
183858
+ return this.as;
183842
183859
  },
183843
183860
  set: function (a) {
183844
- this.ao = a;
183861
+ this.as = a;
183845
183862
  this.g("Id");
183846
183863
  },
183847
183864
  enumerable: false,
@@ -183849,10 +183866,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183849
183866
  });
183850
183867
  Object.defineProperty(WebContentPaneDescription.prototype, "paneType", {
183851
183868
  get: function () {
183852
- return this.ap;
183869
+ return this.at;
183853
183870
  },
183854
183871
  set: function (a) {
183855
- this.ap = a;
183872
+ this.at = a;
183856
183873
  this.g("PaneType");
183857
183874
  },
183858
183875
  enumerable: false,
@@ -183860,10 +183877,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183860
183877
  });
183861
183878
  Object.defineProperty(WebContentPaneDescription.prototype, "contentId", {
183862
183879
  get: function () {
183863
- return this.ak;
183880
+ return this.ao;
183864
183881
  },
183865
183882
  set: function (a) {
183866
- this.ak = a;
183883
+ this.ao = a;
183867
183884
  this.g("ContentId");
183868
183885
  },
183869
183886
  enumerable: false,
@@ -183871,10 +183888,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183871
183888
  });
183872
183889
  Object.defineProperty(WebContentPaneDescription.prototype, "header", {
183873
183890
  get: function () {
183874
- return this.am;
183891
+ return this.aq;
183875
183892
  },
183876
183893
  set: function (a) {
183877
- this.am = a;
183894
+ this.aq = a;
183878
183895
  this.g("Header");
183879
183896
  },
183880
183897
  enumerable: false,
@@ -183882,10 +183899,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183882
183899
  });
183883
183900
  Object.defineProperty(WebContentPaneDescription.prototype, "headerId", {
183884
183901
  get: function () {
183885
- return this.an;
183902
+ return this.ar;
183886
183903
  },
183887
183904
  set: function (a) {
183888
- this.an = a;
183905
+ this.ar = a;
183889
183906
  this.g("HeaderId");
183890
183907
  },
183891
183908
  enumerable: false,
@@ -183893,10 +183910,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183893
183910
  });
183894
183911
  Object.defineProperty(WebContentPaneDescription.prototype, "tabHeaderId", {
183895
183912
  get: function () {
183896
- return this.aq;
183913
+ return this.au;
183897
183914
  },
183898
183915
  set: function (a) {
183899
- this.aq = a;
183916
+ this.au = a;
183900
183917
  this.g("TabHeaderId");
183901
183918
  },
183902
183919
  enumerable: false,
@@ -183904,10 +183921,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183904
183921
  });
183905
183922
  Object.defineProperty(WebContentPaneDescription.prototype, "unpinnedHeaderId", {
183906
183923
  get: function () {
183907
- return this.ar;
183924
+ return this.av;
183908
183925
  },
183909
183926
  set: function (a) {
183910
- this.ar = a;
183927
+ this.av = a;
183911
183928
  this.g("UnpinnedHeaderId");
183912
183929
  },
183913
183930
  enumerable: false,
@@ -183915,10 +183932,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183915
183932
  });
183916
183933
  Object.defineProperty(WebContentPaneDescription.prototype, "floatingHeaderId", {
183917
183934
  get: function () {
183918
- return this.al;
183935
+ return this.ap;
183919
183936
  },
183920
183937
  set: function (a) {
183921
- this.al = a;
183938
+ this.ap = a;
183922
183939
  this.g("FloatingHeaderId");
183923
183940
  },
183924
183941
  enumerable: false,
@@ -183926,10 +183943,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183926
183943
  });
183927
183944
  Object.defineProperty(WebContentPaneDescription.prototype, "size", {
183928
183945
  get: function () {
183929
- return this.af;
183946
+ return this.aj;
183930
183947
  },
183931
183948
  set: function (a) {
183932
- this.af = a;
183949
+ this.aj = a;
183933
183950
  this.g("Size");
183934
183951
  },
183935
183952
  enumerable: false,
@@ -183937,10 +183954,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183937
183954
  });
183938
183955
  Object.defineProperty(WebContentPaneDescription.prototype, "allowClose", {
183939
183956
  get: function () {
183940
- return this.n;
183957
+ return this.o;
183941
183958
  },
183942
183959
  set: function (a) {
183943
- this.n = a;
183960
+ this.o = a;
183944
183961
  this.g("AllowClose");
183945
183962
  },
183946
183963
  enumerable: false,
@@ -183948,10 +183965,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183948
183965
  });
183949
183966
  Object.defineProperty(WebContentPaneDescription.prototype, "allowMaximize", {
183950
183967
  get: function () {
183951
- return this.q;
183968
+ return this.r;
183952
183969
  },
183953
183970
  set: function (a) {
183954
- this.q = a;
183971
+ this.r = a;
183955
183972
  this.g("AllowMaximize");
183956
183973
  },
183957
183974
  enumerable: false,
@@ -183959,10 +183976,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183959
183976
  });
183960
183977
  Object.defineProperty(WebContentPaneDescription.prototype, "allowPinning", {
183961
183978
  get: function () {
183962
- return this.r;
183979
+ return this.s;
183963
183980
  },
183964
183981
  set: function (a) {
183965
- this.r = a;
183982
+ this.s = a;
183966
183983
  this.g("AllowPinning");
183967
183984
  },
183968
183985
  enumerable: false,
@@ -183970,21 +183987,32 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183970
183987
  });
183971
183988
  Object.defineProperty(WebContentPaneDescription.prototype, "allowDocking", {
183972
183989
  get: function () {
183973
- return this.o;
183990
+ return this.p;
183974
183991
  },
183975
183992
  set: function (a) {
183976
- this.o = a;
183993
+ this.p = a;
183977
183994
  this.g("AllowDocking");
183978
183995
  },
183979
183996
  enumerable: false,
183980
183997
  configurable: true
183981
183998
  });
183999
+ Object.defineProperty(WebContentPaneDescription.prototype, "acceptsInnerDock", {
184000
+ get: function () {
184001
+ return this.n;
184002
+ },
184003
+ set: function (a) {
184004
+ this.n = a;
184005
+ this.g("AcceptsInnerDock");
184006
+ },
184007
+ enumerable: false,
184008
+ configurable: true
184009
+ });
183982
184010
  Object.defineProperty(WebContentPaneDescription.prototype, "allowFloating", {
183983
184011
  get: function () {
183984
- return this.p;
184012
+ return this.q;
183985
184013
  },
183986
184014
  set: function (a) {
183987
- this.p = a;
184015
+ this.q = a;
183988
184016
  this.g("AllowFloating");
183989
184017
  },
183990
184018
  enumerable: false,
@@ -183992,10 +184020,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
183992
184020
  });
183993
184021
  Object.defineProperty(WebContentPaneDescription.prototype, "unpinnedSize", {
183994
184022
  get: function () {
183995
- return this.ag;
184023
+ return this.ak;
183996
184024
  },
183997
184025
  set: function (a) {
183998
- this.ag = a;
184026
+ this.ak = a;
183999
184027
  this.g("UnpinnedSize");
184000
184028
  },
184001
184029
  enumerable: false,
@@ -184003,21 +184031,32 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
184003
184031
  });
184004
184032
  Object.defineProperty(WebContentPaneDescription.prototype, "isPinned", {
184005
184033
  get: function () {
184006
- return this.v;
184034
+ return this.x;
184007
184035
  },
184008
184036
  set: function (a) {
184009
- this.v = a;
184037
+ this.x = a;
184010
184038
  this.g("IsPinned");
184011
184039
  },
184012
184040
  enumerable: false,
184013
184041
  configurable: true
184014
184042
  });
184043
+ Object.defineProperty(WebContentPaneDescription.prototype, "isMaximized", {
184044
+ get: function () {
184045
+ return this.w;
184046
+ },
184047
+ set: function (a) {
184048
+ this.w = a;
184049
+ this.g("IsMaximized");
184050
+ },
184051
+ enumerable: false,
184052
+ configurable: true
184053
+ });
184015
184054
  Object.defineProperty(WebContentPaneDescription.prototype, "unpinnedLocation", {
184016
184055
  get: function () {
184017
- return this.as;
184056
+ return this.aw;
184018
184057
  },
184019
184058
  set: function (a) {
184020
- this.as = a;
184059
+ this.aw = a;
184021
184060
  this.g("UnpinnedLocation");
184022
184061
  },
184023
184062
  enumerable: false,
@@ -184025,10 +184064,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
184025
184064
  });
184026
184065
  Object.defineProperty(WebContentPaneDescription.prototype, "hidden", {
184027
184066
  get: function () {
184028
- return this.u;
184067
+ return this.v;
184029
184068
  },
184030
184069
  set: function (a) {
184031
- this.u = a;
184070
+ this.v = a;
184032
184071
  this.g("Hidden");
184033
184072
  },
184034
184073
  enumerable: false,
@@ -184036,10 +184075,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
184036
184075
  });
184037
184076
  Object.defineProperty(WebContentPaneDescription.prototype, "disabled", {
184038
184077
  get: function () {
184039
- return this.s;
184078
+ return this.t;
184040
184079
  },
184041
184080
  set: function (a) {
184042
- this.s = a;
184081
+ this.t = a;
184043
184082
  this.g("Disabled");
184044
184083
  },
184045
184084
  enumerable: false,
@@ -184047,10 +184086,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
184047
184086
  });
184048
184087
  Object.defineProperty(WebContentPaneDescription.prototype, "documentOnly", {
184049
184088
  get: function () {
184050
- return this.t;
184089
+ return this.u;
184051
184090
  },
184052
184091
  set: function (a) {
184053
- this.t = a;
184092
+ this.u = a;
184054
184093
  this.g("DocumentOnly");
184055
184094
  },
184056
184095
  enumerable: false,
@@ -184106,9 +184145,11 @@ var WebContentPaneDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_
184106
184145
  a.item("AllowMaximize", "Boolean");
184107
184146
  a.item("AllowPinning", "Boolean");
184108
184147
  a.item("AllowDocking", "Boolean");
184148
+ a.item("AcceptsInnerDock", "Boolean");
184109
184149
  a.item("AllowFloating", "Boolean");
184110
184150
  a.item("UnpinnedSize", "Number:double");
184111
184151
  a.item("IsPinned", "Boolean");
184152
+ a.item("IsMaximized", "Boolean");
184112
184153
  a.item("UnpinnedLocation", "ExportedType:string:UnpinnedLocation");
184113
184154
  a.item("UnpinnedLocation@stringUnion", "WebComponents;React");
184114
184155
  a.item("UnpinnedLocation@names", "Top;Bottom;Left;Right");
@@ -202582,9 +202623,9 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
202582
202623
  __extends(WebComboChangeEventArgsDetailDescription, _super);
202583
202624
  function WebComboChangeEventArgsDetailDescription() {
202584
202625
  var _this = _super.call(this) || this;
202585
- _this.m = null;
202586
- _this.i = null;
202587
- _this.l = null;
202626
+ _this.h = null;
202627
+ _this.k = null;
202628
+ _this.n = null;
202588
202629
  return _this;
202589
202630
  }
202590
202631
  WebComboChangeEventArgsDetailDescription.prototype.get_type = function () {
@@ -202599,10 +202640,10 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
202599
202640
  });
202600
202641
  Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "newValue", {
202601
202642
  get: function () {
202602
- return this.m;
202643
+ return this.h;
202603
202644
  },
202604
202645
  set: function (a) {
202605
- this.m = a;
202646
+ this.h = a;
202606
202647
  this.g("NewValue");
202607
202648
  },
202608
202649
  enumerable: false,
@@ -202610,10 +202651,10 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
202610
202651
  });
202611
202652
  Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "items", {
202612
202653
  get: function () {
202613
- return this.i;
202654
+ return this.k;
202614
202655
  },
202615
202656
  set: function (a) {
202616
- this.i = a;
202657
+ this.k = a;
202617
202658
  this.g("Items");
202618
202659
  },
202619
202660
  enumerable: false,
@@ -202621,10 +202662,10 @@ var WebComboChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (func
202621
202662
  });
202622
202663
  Object.defineProperty(WebComboChangeEventArgsDetailDescription.prototype, "changeType", {
202623
202664
  get: function () {
202624
- return this.l;
202665
+ return this.n;
202625
202666
  },
202626
202667
  set: function (a) {
202627
- this.l = a;
202668
+ this.n = a;
202628
202669
  this.g("ChangeType");
202629
202670
  },
202630
202671
  enumerable: false,
@@ -202665,7 +202706,7 @@ var WebComboChangeEventArgsDetailDescriptionMetadata = /** @class */ /*@__PURE__
202665
202706
  a.item("__skipModuleRegisterWebComponents", "Boolean");
202666
202707
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
202667
202708
  a.item("__skipSuffix", "Boolean");
202668
- a.item("NewValue", "String");
202709
+ a.item("NewValue", "Array:string");
202669
202710
  a.item("Items", "Unknown");
202670
202711
  a.item("ChangeType", "(wc:Type)ExportedType:string:ComboChangeType");
202671
202712
  a.item("ChangeType@stringUnion", "WebComponents;React");
@@ -205103,8 +205144,9 @@ var WebDockingIndicatorDescription = /** @class */ /*@__PURE__*/ (function (_sup
205103
205144
  __extends(WebDockingIndicatorDescription, _super);
205104
205145
  function WebDockingIndicatorDescription() {
205105
205146
  var _this = _super.call(this) || this;
205106
- _this.j = null;
205147
+ _this.k = null;
205107
205148
  _this.h = false;
205149
+ _this.j = null;
205108
205150
  return _this;
205109
205151
  }
205110
205152
  WebDockingIndicatorDescription.prototype.get_type = function () {
@@ -205119,10 +205161,10 @@ var WebDockingIndicatorDescription = /** @class */ /*@__PURE__*/ (function (_sup
205119
205161
  });
205120
205162
  Object.defineProperty(WebDockingIndicatorDescription.prototype, "position", {
205121
205163
  get: function () {
205122
- return this.j;
205164
+ return this.k;
205123
205165
  },
205124
205166
  set: function (a) {
205125
- this.j = a;
205167
+ this.k = a;
205126
205168
  this.g("Position");
205127
205169
  },
205128
205170
  enumerable: false,
@@ -205139,6 +205181,17 @@ var WebDockingIndicatorDescription = /** @class */ /*@__PURE__*/ (function (_sup
205139
205181
  enumerable: false,
205140
205182
  configurable: true
205141
205183
  });
205184
+ Object.defineProperty(WebDockingIndicatorDescription.prototype, "direction", {
205185
+ get: function () {
205186
+ return this.j;
205187
+ },
205188
+ set: function (a) {
205189
+ this.j = a;
205190
+ this.g("Direction");
205191
+ },
205192
+ enumerable: false,
205193
+ configurable: true
205194
+ });
205142
205195
  WebDockingIndicatorDescription.$t = markType(WebDockingIndicatorDescription, 'WebDockingIndicatorDescription', Description.$);
205143
205196
  return WebDockingIndicatorDescription;
205144
205197
  }(Description));
@@ -205176,6 +205229,7 @@ var WebDockingIndicatorDescriptionMetadata = /** @class */ /*@__PURE__*/ (functi
205176
205229
  a.item("Position@stringUnion", "WebComponents;React");
205177
205230
  a.item("Position@names", "Left;OuterLeft;Right;OuterRight;Top;OuterTop;Bottom;OuterBottom;Center");
205178
205231
  a.item("IsRoot", "Boolean");
205232
+ a.item("Direction", "String");
205179
205233
  };
205180
205234
  WebDockingIndicatorDescriptionMetadata.d = function (a) {
205181
205235
  WebDockingIndicatorDescriptionMetadata.b(a);
@@ -205204,13 +205258,14 @@ var WebDockManagerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205204
205258
  _this.l = null;
205205
205259
  _this.p = null;
205206
205260
  _this.h = null;
205207
- _this.u = false;
205208
- _this.aa = null;
205261
+ _this.v = false;
205262
+ _this.ac = null;
205209
205263
  _this.m = null;
205210
205264
  _this.r = null;
205211
205265
  _this.t = false;
205212
- _this.v = false;
205213
- _this.z = null;
205266
+ _this.w = false;
205267
+ _this.u = false;
205268
+ _this.ab = null;
205214
205269
  return _this;
205215
205270
  }
205216
205271
  WebDockManagerDescription.prototype.get_type = function () {
@@ -205269,10 +205324,10 @@ var WebDockManagerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205269
205324
  });
205270
205325
  Object.defineProperty(WebDockManagerDescription.prototype, "allowMaximize", {
205271
205326
  get: function () {
205272
- return this.u;
205327
+ return this.v;
205273
205328
  },
205274
205329
  set: function (a) {
205275
- this.u = a;
205330
+ this.v = a;
205276
205331
  this.g("AllowMaximize");
205277
205332
  },
205278
205333
  enumerable: false,
@@ -205280,10 +205335,10 @@ var WebDockManagerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205280
205335
  });
205281
205336
  Object.defineProperty(WebDockManagerDescription.prototype, "showHeaderIconOnHover", {
205282
205337
  get: function () {
205283
- return this.aa;
205338
+ return this.ac;
205284
205339
  },
205285
205340
  set: function (a) {
205286
- this.aa = a;
205341
+ this.ac = a;
205287
205342
  this.g("ShowHeaderIconOnHover");
205288
205343
  },
205289
205344
  enumerable: false,
@@ -205324,21 +205379,32 @@ var WebDockManagerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205324
205379
  });
205325
205380
  Object.defineProperty(WebDockManagerDescription.prototype, "disableKeyboardNavigation", {
205326
205381
  get: function () {
205327
- return this.v;
205382
+ return this.w;
205328
205383
  },
205329
205384
  set: function (a) {
205330
- this.v = a;
205385
+ this.w = a;
205331
205386
  this.g("DisableKeyboardNavigation");
205332
205387
  },
205333
205388
  enumerable: false,
205334
205389
  configurable: true
205335
205390
  });
205391
+ Object.defineProperty(WebDockManagerDescription.prototype, "allowInnerDock", {
205392
+ get: function () {
205393
+ return this.u;
205394
+ },
205395
+ set: function (a) {
205396
+ this.u = a;
205397
+ this.g("AllowInnerDock");
205398
+ },
205399
+ enumerable: false,
205400
+ configurable: true
205401
+ });
205336
205402
  Object.defineProperty(WebDockManagerDescription.prototype, "layoutChangeRef", {
205337
205403
  get: function () {
205338
- return this.z;
205404
+ return this.ab;
205339
205405
  },
205340
205406
  set: function (a) {
205341
- this.z = a;
205407
+ this.ab = a;
205342
205408
  this.g("LayoutChangeRef");
205343
205409
  },
205344
205410
  enumerable: false,
@@ -205458,16 +205524,17 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205458
205524
  __extends(WebSplitPaneDescription, _super);
205459
205525
  function WebSplitPaneDescription() {
205460
205526
  var _this = _super.call(this) || this;
205461
- _this.ac = null;
205462
205527
  _this.ae = null;
205463
- _this.ad = null;
205528
+ _this.ag = null;
205529
+ _this.af = null;
205464
205530
  _this.m = null;
205465
- _this.x = 0;
205531
+ _this.z = 0;
205466
205532
  _this.o = null;
205467
- _this.w = 0;
205468
- _this.v = 0;
205533
+ _this.y = 0;
205534
+ _this.x = 0;
205469
205535
  _this.s = false;
205470
205536
  _this.r = false;
205537
+ _this.t = false;
205471
205538
  return _this;
205472
205539
  }
205473
205540
  WebSplitPaneDescription.prototype.get_type = function () {
@@ -205475,10 +205542,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205475
205542
  };
205476
205543
  Object.defineProperty(WebSplitPaneDescription.prototype, "id", {
205477
205544
  get: function () {
205478
- return this.ac;
205545
+ return this.ae;
205479
205546
  },
205480
205547
  set: function (a) {
205481
- this.ac = a;
205548
+ this.ae = a;
205482
205549
  this.g("Id");
205483
205550
  },
205484
205551
  enumerable: false,
@@ -205486,10 +205553,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205486
205553
  });
205487
205554
  Object.defineProperty(WebSplitPaneDescription.prototype, "paneType", {
205488
205555
  get: function () {
205489
- return this.ae;
205556
+ return this.ag;
205490
205557
  },
205491
205558
  set: function (a) {
205492
- this.ae = a;
205559
+ this.ag = a;
205493
205560
  this.g("PaneType");
205494
205561
  },
205495
205562
  enumerable: false,
@@ -205497,10 +205564,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205497
205564
  });
205498
205565
  Object.defineProperty(WebSplitPaneDescription.prototype, "orientation", {
205499
205566
  get: function () {
205500
- return this.ad;
205567
+ return this.af;
205501
205568
  },
205502
205569
  set: function (a) {
205503
- this.ad = a;
205570
+ this.af = a;
205504
205571
  this.g("Orientation");
205505
205572
  },
205506
205573
  enumerable: false,
@@ -205519,10 +205586,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205519
205586
  });
205520
205587
  Object.defineProperty(WebSplitPaneDescription.prototype, "size", {
205521
205588
  get: function () {
205522
- return this.x;
205589
+ return this.z;
205523
205590
  },
205524
205591
  set: function (a) {
205525
- this.x = a;
205592
+ this.z = a;
205526
205593
  this.g("Size");
205527
205594
  },
205528
205595
  enumerable: false,
@@ -205541,10 +205608,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205541
205608
  });
205542
205609
  Object.defineProperty(WebSplitPaneDescription.prototype, "floatingWidth", {
205543
205610
  get: function () {
205544
- return this.w;
205611
+ return this.y;
205545
205612
  },
205546
205613
  set: function (a) {
205547
- this.w = a;
205614
+ this.y = a;
205548
205615
  this.g("FloatingWidth");
205549
205616
  },
205550
205617
  enumerable: false,
@@ -205552,10 +205619,10 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205552
205619
  });
205553
205620
  Object.defineProperty(WebSplitPaneDescription.prototype, "floatingHeight", {
205554
205621
  get: function () {
205555
- return this.v;
205622
+ return this.x;
205556
205623
  },
205557
205624
  set: function (a) {
205558
- this.v = a;
205625
+ this.x = a;
205559
205626
  this.g("FloatingHeight");
205560
205627
  },
205561
205628
  enumerable: false,
@@ -205583,6 +205650,17 @@ var WebSplitPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
205583
205650
  enumerable: false,
205584
205651
  configurable: true
205585
205652
  });
205653
+ Object.defineProperty(WebSplitPaneDescription.prototype, "isMaximized", {
205654
+ get: function () {
205655
+ return this.t;
205656
+ },
205657
+ set: function (a) {
205658
+ this.t = a;
205659
+ this.g("IsMaximized");
205660
+ },
205661
+ enumerable: false,
205662
+ configurable: true
205663
+ });
205586
205664
  WebSplitPaneDescription.$t = markType(WebSplitPaneDescription, 'WebSplitPaneDescription', WebDockManagerPaneDescription.$);
205587
205665
  WebSplitPaneDescription.__marshalByValue1 = true;
205588
205666
  WebSplitPaneDescription.__marshalByValueAlias1 = "SplitPane";
@@ -205633,6 +205711,7 @@ var WebSplitPaneDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_su
205633
205711
  a.item("FloatingHeight", "Number:double");
205634
205712
  a.item("FloatingResizable", "Boolean");
205635
205713
  a.item("AllowEmpty", "Boolean");
205714
+ a.item("IsMaximized", "Boolean");
205636
205715
  WebSplitPaneDescriptionMetadata.e(a);
205637
205716
  };
205638
205717
  WebSplitPaneDescriptionMetadata.d = function (a) {
@@ -206077,6 +206156,7 @@ var WebDockManagerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_
206077
206156
  a.item("ResourceStrings", "ExportedType:WebDockManagerResourceStrings");
206078
206157
  a.item("AllowFloatingPanesResize", "Boolean");
206079
206158
  a.item("DisableKeyboardNavigation", "Boolean");
206159
+ a.item("AllowInnerDock", "Boolean");
206080
206160
  a.item("LayoutChangeRef", "EventRef::layoutChange:customEvent");
206081
206161
  };
206082
206162
  WebDockManagerDescriptionMetadata.d = function (a) {
@@ -206288,12 +206368,13 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
206288
206368
  __extends(WebTabGroupPaneDescription, _super);
206289
206369
  function WebTabGroupPaneDescription() {
206290
206370
  var _this = _super.call(this) || this;
206291
- _this.w = null;
206292
- _this.x = null;
206371
+ _this.y = null;
206372
+ _this.z = null;
206293
206373
  _this.m = null;
206294
- _this.s = 0;
206295
- _this.r = 0;
206374
+ _this.u = 0;
206375
+ _this.t = 0;
206296
206376
  _this.p = false;
206377
+ _this.q = false;
206297
206378
  return _this;
206298
206379
  }
206299
206380
  WebTabGroupPaneDescription.prototype.get_type = function () {
@@ -206301,10 +206382,10 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
206301
206382
  };
206302
206383
  Object.defineProperty(WebTabGroupPaneDescription.prototype, "id", {
206303
206384
  get: function () {
206304
- return this.w;
206385
+ return this.y;
206305
206386
  },
206306
206387
  set: function (a) {
206307
- this.w = a;
206388
+ this.y = a;
206308
206389
  this.g("Id");
206309
206390
  },
206310
206391
  enumerable: false,
@@ -206312,10 +206393,10 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
206312
206393
  });
206313
206394
  Object.defineProperty(WebTabGroupPaneDescription.prototype, "paneType", {
206314
206395
  get: function () {
206315
- return this.x;
206396
+ return this.z;
206316
206397
  },
206317
206398
  set: function (a) {
206318
- this.x = a;
206399
+ this.z = a;
206319
206400
  this.g("PaneType");
206320
206401
  },
206321
206402
  enumerable: false,
@@ -206334,10 +206415,10 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
206334
206415
  });
206335
206416
  Object.defineProperty(WebTabGroupPaneDescription.prototype, "size", {
206336
206417
  get: function () {
206337
- return this.s;
206418
+ return this.u;
206338
206419
  },
206339
206420
  set: function (a) {
206340
- this.s = a;
206421
+ this.u = a;
206341
206422
  this.g("Size");
206342
206423
  },
206343
206424
  enumerable: false,
@@ -206345,10 +206426,10 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
206345
206426
  });
206346
206427
  Object.defineProperty(WebTabGroupPaneDescription.prototype, "selectedIndex", {
206347
206428
  get: function () {
206348
- return this.r;
206429
+ return this.t;
206349
206430
  },
206350
206431
  set: function (a) {
206351
- this.r = a;
206432
+ this.t = a;
206352
206433
  this.g("SelectedIndex");
206353
206434
  },
206354
206435
  enumerable: false,
@@ -206365,6 +206446,17 @@ var WebTabGroupPaneDescription = /** @class */ /*@__PURE__*/ (function (_super)
206365
206446
  enumerable: false,
206366
206447
  configurable: true
206367
206448
  });
206449
+ Object.defineProperty(WebTabGroupPaneDescription.prototype, "isMaximized", {
206450
+ get: function () {
206451
+ return this.q;
206452
+ },
206453
+ set: function (a) {
206454
+ this.q = a;
206455
+ this.g("IsMaximized");
206456
+ },
206457
+ enumerable: false,
206458
+ configurable: true
206459
+ });
206368
206460
  WebTabGroupPaneDescription.$t = markType(WebTabGroupPaneDescription, 'WebTabGroupPaneDescription', WebDockManagerPaneDescription.$);
206369
206461
  WebTabGroupPaneDescription.__marshalByValue1 = true;
206370
206462
  WebTabGroupPaneDescription.__marshalByValueAlias1 = "TabGroupPane";
@@ -206408,6 +206500,7 @@ var WebTabGroupPaneDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (
206408
206500
  a.item("Size", "Number:double");
206409
206501
  a.item("SelectedIndex", "Number:double");
206410
206502
  a.item("AllowEmpty", "Boolean");
206503
+ a.item("IsMaximized", "Boolean");
206411
206504
  WebTabGroupPaneDescriptionMetadata.e(a);
206412
206505
  };
206413
206506
  WebTabGroupPaneDescriptionMetadata.d = function (a) {
@@ -224967,12 +225060,11 @@ var WebStepperDescription = /** @class */ /*@__PURE__*/ (function (_super) {
224967
225060
  var _this = _super.call(this) || this;
224968
225061
  _this.h = null;
224969
225062
  _this.q = null;
224970
- _this.s = null;
225063
+ _this.r = null;
224971
225064
  _this.k = false;
224972
225065
  _this.j = false;
224973
225066
  _this.p = null;
224974
- _this.t = null;
224975
- _this.r = null;
225067
+ _this.s = null;
224976
225068
  _this.o = null;
224977
225069
  _this.n = null;
224978
225070
  return _this;
@@ -225011,10 +225103,10 @@ var WebStepperDescription = /** @class */ /*@__PURE__*/ (function (_super) {
225011
225103
  });
225012
225104
  Object.defineProperty(WebStepperDescription.prototype, "stepType", {
225013
225105
  get: function () {
225014
- return this.s;
225106
+ return this.r;
225015
225107
  },
225016
225108
  set: function (a) {
225017
- this.s = a;
225109
+ this.r = a;
225018
225110
  this.g("StepType");
225019
225111
  },
225020
225112
  enumerable: false,
@@ -225055,26 +225147,15 @@ var WebStepperDescription = /** @class */ /*@__PURE__*/ (function (_super) {
225055
225147
  });
225056
225148
  Object.defineProperty(WebStepperDescription.prototype, "titlePosition", {
225057
225149
  get: function () {
225058
- return this.t;
225150
+ return this.s;
225059
225151
  },
225060
225152
  set: function (a) {
225061
- this.t = a;
225153
+ this.s = a;
225062
225154
  this.g("TitlePosition");
225063
225155
  },
225064
225156
  enumerable: false,
225065
225157
  configurable: true
225066
225158
  });
225067
- Object.defineProperty(WebStepperDescription.prototype, "size", {
225068
- get: function () {
225069
- return this.r;
225070
- },
225071
- set: function (a) {
225072
- this.r = a;
225073
- this.g("Size");
225074
- },
225075
- enumerable: false,
225076
- configurable: true
225077
- });
225078
225159
  Object.defineProperty(WebStepperDescription.prototype, "activeStepChangingRef", {
225079
225160
  get: function () {
225080
225161
  return this.o;
@@ -225148,8 +225229,6 @@ var WebStepperDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_supe
225148
225229
  a.item("TitlePosition", "ExportedType:string:StepperTitlePosition");
225149
225230
  a.item("TitlePosition@stringUnion", "WebComponents;React");
225150
225231
  a.item("TitlePosition@names", "Top;Bottom;Start;End");
225151
- a.item("Size", "ExportedType:string:SizableComponentSize");
225152
- a.item("Size@names", "Large;Small;Medium");
225153
225232
  a.item("ActiveStepChangingRef", "EventRef::activeStepChanging");
225154
225233
  a.item("ActiveStepChangedRef", "EventRef::activeStepChanged");
225155
225234
  };