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
@@ -31547,6 +31547,9 @@ let CanvasViewRenderer = /*@__PURE__*/ (() => {
31547
31547
  this.j.stroke();
31548
31548
  }
31549
31549
  this.j.globalAlpha = 1;
31550
+ if (a.ai != null) {
31551
+ this.j.setLineDash(new Array(0));
31552
+ }
31550
31553
  }
31551
31554
  h$q(a) {
31552
31555
  if (a._visibility != 0) {
@@ -31624,6 +31627,9 @@ let CanvasViewRenderer = /*@__PURE__*/ (() => {
31624
31627
  if (a._opacity < 1 || this.e < 1) {
31625
31628
  this.j.globalAlpha = 1;
31626
31629
  }
31630
+ if (a.ai != null) {
31631
+ this.j.setLineDash(new Array(0));
31632
+ }
31627
31633
  }
31628
31634
  h$o(a) {
31629
31635
  if (a == null) {
@@ -32125,6 +32131,9 @@ let CanvasViewRenderer = /*@__PURE__*/ (() => {
32125
32131
  this.j.stroke();
32126
32132
  }
32127
32133
  this.j.globalAlpha = 1;
32134
+ if (a.ai != null) {
32135
+ this.j.setLineDash(new Array(0));
32136
+ }
32128
32137
  }
32129
32138
  h$s(a) {
32130
32139
  if (a.an == null || a.an.count < 1) {
@@ -32199,6 +32208,9 @@ let CanvasViewRenderer = /*@__PURE__*/ (() => {
32199
32208
  this.j.stroke();
32200
32209
  }
32201
32210
  this.j.globalAlpha = 1;
32211
+ if (a.ai != null) {
32212
+ this.j.setLineDash(new Array(0));
32213
+ }
32202
32214
  }
32203
32215
  h$n(a, b) {
32204
32216
  if (b._visibility == 1) {
@@ -32301,6 +32313,9 @@ let CanvasViewRenderer = /*@__PURE__*/ (() => {
32301
32313
  this.j.stroke();
32302
32314
  }
32303
32315
  this.j.globalAlpha = 1;
32316
+ if (a.ai != null) {
32317
+ this.j.setLineDash(new Array(0));
32318
+ }
32304
32319
  }
32305
32320
  h$ac(a) {
32306
32321
  this.j.beginPath();
@@ -153175,168 +153190,184 @@ let WebContentPaneDescription = /*@__PURE__*/ (() => {
153175
153190
  class WebContentPaneDescription extends WebDockManagerPaneDescription {
153176
153191
  constructor() {
153177
153192
  super();
153193
+ this.as = null;
153194
+ this.at = null;
153178
153195
  this.ao = null;
153179
- this.ap = null;
153180
- this.ak = null;
153181
- this.am = null;
153182
- this.an = null;
153183
153196
  this.aq = null;
153184
153197
  this.ar = null;
153185
- this.al = null;
153186
- this.af = 0;
153187
- this.n = false;
153188
- this.q = false;
153189
- this.r = false;
153198
+ this.au = null;
153199
+ this.av = null;
153200
+ this.ap = null;
153201
+ this.aj = 0;
153190
153202
  this.o = false;
153203
+ this.r = false;
153204
+ this.s = false;
153191
153205
  this.p = false;
153192
- this.ag = 0;
153206
+ this.n = false;
153207
+ this.q = false;
153208
+ this.ak = 0;
153209
+ this.x = false;
153210
+ this.w = false;
153211
+ this.aw = null;
153193
153212
  this.v = false;
153194
- this.as = null;
153195
- this.u = false;
153196
- this.s = false;
153197
153213
  this.t = false;
153214
+ this.u = false;
153198
153215
  }
153199
153216
  get_type() {
153200
153217
  return "WebContentPane";
153201
153218
  }
153202
153219
  get id() {
153203
- return this.ao;
153220
+ return this.as;
153204
153221
  }
153205
153222
  set id(a) {
153206
- this.ao = a;
153223
+ this.as = a;
153207
153224
  this.g("Id");
153208
153225
  }
153209
153226
  get paneType() {
153210
- return this.ap;
153227
+ return this.at;
153211
153228
  }
153212
153229
  set paneType(a) {
153213
- this.ap = a;
153230
+ this.at = a;
153214
153231
  this.g("PaneType");
153215
153232
  }
153216
153233
  get contentId() {
153217
- return this.ak;
153234
+ return this.ao;
153218
153235
  }
153219
153236
  set contentId(a) {
153220
- this.ak = a;
153237
+ this.ao = a;
153221
153238
  this.g("ContentId");
153222
153239
  }
153223
153240
  get header() {
153224
- return this.am;
153241
+ return this.aq;
153225
153242
  }
153226
153243
  set header(a) {
153227
- this.am = a;
153244
+ this.aq = a;
153228
153245
  this.g("Header");
153229
153246
  }
153230
153247
  get headerId() {
153231
- return this.an;
153248
+ return this.ar;
153232
153249
  }
153233
153250
  set headerId(a) {
153234
- this.an = a;
153251
+ this.ar = a;
153235
153252
  this.g("HeaderId");
153236
153253
  }
153237
153254
  get tabHeaderId() {
153238
- return this.aq;
153255
+ return this.au;
153239
153256
  }
153240
153257
  set tabHeaderId(a) {
153241
- this.aq = a;
153258
+ this.au = a;
153242
153259
  this.g("TabHeaderId");
153243
153260
  }
153244
153261
  get unpinnedHeaderId() {
153245
- return this.ar;
153262
+ return this.av;
153246
153263
  }
153247
153264
  set unpinnedHeaderId(a) {
153248
- this.ar = a;
153265
+ this.av = a;
153249
153266
  this.g("UnpinnedHeaderId");
153250
153267
  }
153251
153268
  get floatingHeaderId() {
153252
- return this.al;
153269
+ return this.ap;
153253
153270
  }
153254
153271
  set floatingHeaderId(a) {
153255
- this.al = a;
153272
+ this.ap = a;
153256
153273
  this.g("FloatingHeaderId");
153257
153274
  }
153258
153275
  get size() {
153259
- return this.af;
153276
+ return this.aj;
153260
153277
  }
153261
153278
  set size(a) {
153262
- this.af = a;
153279
+ this.aj = a;
153263
153280
  this.g("Size");
153264
153281
  }
153265
153282
  get allowClose() {
153266
- return this.n;
153283
+ return this.o;
153267
153284
  }
153268
153285
  set allowClose(a) {
153269
- this.n = a;
153286
+ this.o = a;
153270
153287
  this.g("AllowClose");
153271
153288
  }
153272
153289
  get allowMaximize() {
153273
- return this.q;
153290
+ return this.r;
153274
153291
  }
153275
153292
  set allowMaximize(a) {
153276
- this.q = a;
153293
+ this.r = a;
153277
153294
  this.g("AllowMaximize");
153278
153295
  }
153279
153296
  get allowPinning() {
153280
- return this.r;
153297
+ return this.s;
153281
153298
  }
153282
153299
  set allowPinning(a) {
153283
- this.r = a;
153300
+ this.s = a;
153284
153301
  this.g("AllowPinning");
153285
153302
  }
153286
153303
  get allowDocking() {
153287
- return this.o;
153304
+ return this.p;
153288
153305
  }
153289
153306
  set allowDocking(a) {
153290
- this.o = a;
153307
+ this.p = a;
153291
153308
  this.g("AllowDocking");
153292
153309
  }
153310
+ get acceptsInnerDock() {
153311
+ return this.n;
153312
+ }
153313
+ set acceptsInnerDock(a) {
153314
+ this.n = a;
153315
+ this.g("AcceptsInnerDock");
153316
+ }
153293
153317
  get allowFloating() {
153294
- return this.p;
153318
+ return this.q;
153295
153319
  }
153296
153320
  set allowFloating(a) {
153297
- this.p = a;
153321
+ this.q = a;
153298
153322
  this.g("AllowFloating");
153299
153323
  }
153300
153324
  get unpinnedSize() {
153301
- return this.ag;
153325
+ return this.ak;
153302
153326
  }
153303
153327
  set unpinnedSize(a) {
153304
- this.ag = a;
153328
+ this.ak = a;
153305
153329
  this.g("UnpinnedSize");
153306
153330
  }
153307
153331
  get isPinned() {
153308
- return this.v;
153332
+ return this.x;
153309
153333
  }
153310
153334
  set isPinned(a) {
153311
- this.v = a;
153335
+ this.x = a;
153312
153336
  this.g("IsPinned");
153313
153337
  }
153338
+ get isMaximized() {
153339
+ return this.w;
153340
+ }
153341
+ set isMaximized(a) {
153342
+ this.w = a;
153343
+ this.g("IsMaximized");
153344
+ }
153314
153345
  get unpinnedLocation() {
153315
- return this.as;
153346
+ return this.aw;
153316
153347
  }
153317
153348
  set unpinnedLocation(a) {
153318
- this.as = a;
153349
+ this.aw = a;
153319
153350
  this.g("UnpinnedLocation");
153320
153351
  }
153321
153352
  get hidden() {
153322
- return this.u;
153353
+ return this.v;
153323
153354
  }
153324
153355
  set hidden(a) {
153325
- this.u = a;
153356
+ this.v = a;
153326
153357
  this.g("Hidden");
153327
153358
  }
153328
153359
  get disabled() {
153329
- return this.s;
153360
+ return this.t;
153330
153361
  }
153331
153362
  set disabled(a) {
153332
- this.s = a;
153363
+ this.t = a;
153333
153364
  this.g("Disabled");
153334
153365
  }
153335
153366
  get documentOnly() {
153336
- return this.t;
153367
+ return this.u;
153337
153368
  }
153338
153369
  set documentOnly(a) {
153339
- this.t = a;
153370
+ this.u = a;
153340
153371
  this.g("DocumentOnly");
153341
153372
  }
153342
153373
  }
@@ -153387,9 +153418,11 @@ let WebContentPaneDescriptionMetadata = /*@__PURE__*/ (() => {
153387
153418
  a.item("AllowMaximize", "Boolean");
153388
153419
  a.item("AllowPinning", "Boolean");
153389
153420
  a.item("AllowDocking", "Boolean");
153421
+ a.item("AcceptsInnerDock", "Boolean");
153390
153422
  a.item("AllowFloating", "Boolean");
153391
153423
  a.item("UnpinnedSize", "Number:double");
153392
153424
  a.item("IsPinned", "Boolean");
153425
+ a.item("IsMaximized", "Boolean");
153393
153426
  a.item("UnpinnedLocation", "ExportedType:string:UnpinnedLocation");
153394
153427
  a.item("UnpinnedLocation@stringUnion", "WebComponents;React");
153395
153428
  a.item("UnpinnedLocation@names", "Top;Bottom;Left;Right");
@@ -168801,9 +168834,9 @@ let WebComboChangeEventArgsDetailDescription = /*@__PURE__*/ (() => {
168801
168834
  class WebComboChangeEventArgsDetailDescription extends Description {
168802
168835
  constructor() {
168803
168836
  super();
168804
- this.m = null;
168805
- this.i = null;
168806
- this.l = null;
168837
+ this.h = null;
168838
+ this.k = null;
168839
+ this.n = null;
168807
168840
  }
168808
168841
  get_type() {
168809
168842
  return "WebComboChangeEventArgsDetail";
@@ -168812,24 +168845,24 @@ let WebComboChangeEventArgsDetailDescription = /*@__PURE__*/ (() => {
168812
168845
  return this.get_type();
168813
168846
  }
168814
168847
  get newValue() {
168815
- return this.m;
168848
+ return this.h;
168816
168849
  }
168817
168850
  set newValue(a) {
168818
- this.m = a;
168851
+ this.h = a;
168819
168852
  this.g("NewValue");
168820
168853
  }
168821
168854
  get items() {
168822
- return this.i;
168855
+ return this.k;
168823
168856
  }
168824
168857
  set items(a) {
168825
- this.i = a;
168858
+ this.k = a;
168826
168859
  this.g("Items");
168827
168860
  }
168828
168861
  get changeType() {
168829
- return this.l;
168862
+ return this.n;
168830
168863
  }
168831
168864
  set changeType(a) {
168832
- this.l = a;
168865
+ this.n = a;
168833
168866
  this.g("ChangeType");
168834
168867
  }
168835
168868
  }
@@ -168865,7 +168898,7 @@ let WebComboChangeEventArgsDetailDescriptionMetadata = /*@__PURE__*/ (() => {
168865
168898
  a.item("__skipModuleRegisterWebComponents", "Boolean");
168866
168899
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
168867
168900
  a.item("__skipSuffix", "Boolean");
168868
- a.item("NewValue", "String");
168901
+ a.item("NewValue", "Array:string");
168869
168902
  a.item("Items", "Unknown");
168870
168903
  a.item("ChangeType", "(wc:Type)ExportedType:string:ComboChangeType");
168871
168904
  a.item("ChangeType@stringUnion", "WebComponents;React");
@@ -170912,8 +170945,9 @@ let WebDockingIndicatorDescription = /*@__PURE__*/ (() => {
170912
170945
  class WebDockingIndicatorDescription extends Description {
170913
170946
  constructor() {
170914
170947
  super();
170915
- this.j = null;
170948
+ this.k = null;
170916
170949
  this.h = false;
170950
+ this.j = null;
170917
170951
  }
170918
170952
  get_type() {
170919
170953
  return "WebDockingIndicator";
@@ -170922,10 +170956,10 @@ let WebDockingIndicatorDescription = /*@__PURE__*/ (() => {
170922
170956
  return this.get_type();
170923
170957
  }
170924
170958
  get position() {
170925
- return this.j;
170959
+ return this.k;
170926
170960
  }
170927
170961
  set position(a) {
170928
- this.j = a;
170962
+ this.k = a;
170929
170963
  this.g("Position");
170930
170964
  }
170931
170965
  get isRoot() {
@@ -170935,6 +170969,13 @@ let WebDockingIndicatorDescription = /*@__PURE__*/ (() => {
170935
170969
  this.h = a;
170936
170970
  this.g("IsRoot");
170937
170971
  }
170972
+ get direction() {
170973
+ return this.j;
170974
+ }
170975
+ set direction(a) {
170976
+ this.j = a;
170977
+ this.g("Direction");
170978
+ }
170938
170979
  }
170939
170980
  WebDockingIndicatorDescription.$t = markType(WebDockingIndicatorDescription, 'WebDockingIndicatorDescription', Description.$);
170940
170981
  return WebDockingIndicatorDescription;
@@ -170970,6 +171011,7 @@ let WebDockingIndicatorDescriptionMetadata = /*@__PURE__*/ (() => {
170970
171011
  a.item("Position@stringUnion", "WebComponents;React");
170971
171012
  a.item("Position@names", "Left;OuterLeft;Right;OuterRight;Top;OuterTop;Bottom;OuterBottom;Center");
170972
171013
  a.item("IsRoot", "Boolean");
171014
+ a.item("Direction", "String");
170973
171015
  }
170974
171016
  static d(a) {
170975
171017
  WebDockingIndicatorDescriptionMetadata.b(a);
@@ -170999,13 +171041,14 @@ let WebDockManagerDescription = /*@__PURE__*/ (() => {
170999
171041
  this.l = null;
171000
171042
  this.p = null;
171001
171043
  this.h = null;
171002
- this.u = false;
171003
- this.aa = null;
171044
+ this.v = false;
171045
+ this.ac = null;
171004
171046
  this.m = null;
171005
171047
  this.r = null;
171006
171048
  this.t = false;
171007
- this.v = false;
171008
- this.z = null;
171049
+ this.w = false;
171050
+ this.u = false;
171051
+ this.ab = null;
171009
171052
  }
171010
171053
  get_type() {
171011
171054
  return "WebDockManager";
@@ -171042,17 +171085,17 @@ let WebDockManagerDescription = /*@__PURE__*/ (() => {
171042
171085
  this.g("ActivePane");
171043
171086
  }
171044
171087
  get allowMaximize() {
171045
- return this.u;
171088
+ return this.v;
171046
171089
  }
171047
171090
  set allowMaximize(a) {
171048
- this.u = a;
171091
+ this.v = a;
171049
171092
  this.g("AllowMaximize");
171050
171093
  }
171051
171094
  get showHeaderIconOnHover() {
171052
- return this.aa;
171095
+ return this.ac;
171053
171096
  }
171054
171097
  set showHeaderIconOnHover(a) {
171055
- this.aa = a;
171098
+ this.ac = a;
171056
171099
  this.g("ShowHeaderIconOnHover");
171057
171100
  }
171058
171101
  get maximizedPane() {
@@ -171077,17 +171120,24 @@ let WebDockManagerDescription = /*@__PURE__*/ (() => {
171077
171120
  this.g("AllowFloatingPanesResize");
171078
171121
  }
171079
171122
  get disableKeyboardNavigation() {
171080
- return this.v;
171123
+ return this.w;
171081
171124
  }
171082
171125
  set disableKeyboardNavigation(a) {
171083
- this.v = a;
171126
+ this.w = a;
171084
171127
  this.g("DisableKeyboardNavigation");
171085
171128
  }
171129
+ get allowInnerDock() {
171130
+ return this.u;
171131
+ }
171132
+ set allowInnerDock(a) {
171133
+ this.u = a;
171134
+ this.g("AllowInnerDock");
171135
+ }
171086
171136
  get layoutChangeRef() {
171087
- return this.z;
171137
+ return this.ab;
171088
171138
  }
171089
171139
  set layoutChangeRef(a) {
171090
- this.z = a;
171140
+ this.ab = a;
171091
171141
  this.g("LayoutChangeRef");
171092
171142
  }
171093
171143
  }
@@ -171191,39 +171241,40 @@ let WebSplitPaneDescription = /*@__PURE__*/ (() => {
171191
171241
  class WebSplitPaneDescription extends WebDockManagerPaneDescription {
171192
171242
  constructor() {
171193
171243
  super();
171194
- this.ac = null;
171195
171244
  this.ae = null;
171196
- this.ad = null;
171245
+ this.ag = null;
171246
+ this.af = null;
171197
171247
  this.m = null;
171198
- this.x = 0;
171248
+ this.z = 0;
171199
171249
  this.o = null;
171200
- this.w = 0;
171201
- this.v = 0;
171250
+ this.y = 0;
171251
+ this.x = 0;
171202
171252
  this.s = false;
171203
171253
  this.r = false;
171254
+ this.t = false;
171204
171255
  }
171205
171256
  get_type() {
171206
171257
  return "WebSplitPane";
171207
171258
  }
171208
171259
  get id() {
171209
- return this.ac;
171260
+ return this.ae;
171210
171261
  }
171211
171262
  set id(a) {
171212
- this.ac = a;
171263
+ this.ae = a;
171213
171264
  this.g("Id");
171214
171265
  }
171215
171266
  get paneType() {
171216
- return this.ae;
171267
+ return this.ag;
171217
171268
  }
171218
171269
  set paneType(a) {
171219
- this.ae = a;
171270
+ this.ag = a;
171220
171271
  this.g("PaneType");
171221
171272
  }
171222
171273
  get orientation() {
171223
- return this.ad;
171274
+ return this.af;
171224
171275
  }
171225
171276
  set orientation(a) {
171226
- this.ad = a;
171277
+ this.af = a;
171227
171278
  this.g("Orientation");
171228
171279
  }
171229
171280
  get panes() {
@@ -171234,10 +171285,10 @@ let WebSplitPaneDescription = /*@__PURE__*/ (() => {
171234
171285
  this.g("Panes");
171235
171286
  }
171236
171287
  get size() {
171237
- return this.x;
171288
+ return this.z;
171238
171289
  }
171239
171290
  set size(a) {
171240
- this.x = a;
171291
+ this.z = a;
171241
171292
  this.g("Size");
171242
171293
  }
171243
171294
  get floatingLocation() {
@@ -171248,17 +171299,17 @@ let WebSplitPaneDescription = /*@__PURE__*/ (() => {
171248
171299
  this.g("FloatingLocation");
171249
171300
  }
171250
171301
  get floatingWidth() {
171251
- return this.w;
171302
+ return this.y;
171252
171303
  }
171253
171304
  set floatingWidth(a) {
171254
- this.w = a;
171305
+ this.y = a;
171255
171306
  this.g("FloatingWidth");
171256
171307
  }
171257
171308
  get floatingHeight() {
171258
- return this.v;
171309
+ return this.x;
171259
171310
  }
171260
171311
  set floatingHeight(a) {
171261
- this.v = a;
171312
+ this.x = a;
171262
171313
  this.g("FloatingHeight");
171263
171314
  }
171264
171315
  get floatingResizable() {
@@ -171275,6 +171326,13 @@ let WebSplitPaneDescription = /*@__PURE__*/ (() => {
171275
171326
  this.r = a;
171276
171327
  this.g("AllowEmpty");
171277
171328
  }
171329
+ get isMaximized() {
171330
+ return this.t;
171331
+ }
171332
+ set isMaximized(a) {
171333
+ this.t = a;
171334
+ this.g("IsMaximized");
171335
+ }
171278
171336
  }
171279
171337
  WebSplitPaneDescription.$t = markType(WebSplitPaneDescription, 'WebSplitPaneDescription', WebDockManagerPaneDescription.$);
171280
171338
  WebSplitPaneDescription.__marshalByValue1 = true;
@@ -171323,6 +171381,7 @@ let WebSplitPaneDescriptionMetadata = /*@__PURE__*/ (() => {
171323
171381
  a.item("FloatingHeight", "Number:double");
171324
171382
  a.item("FloatingResizable", "Boolean");
171325
171383
  a.item("AllowEmpty", "Boolean");
171384
+ a.item("IsMaximized", "Boolean");
171326
171385
  WebSplitPaneDescriptionMetadata.e(a);
171327
171386
  }
171328
171387
  static d(a) {
@@ -171695,6 +171754,7 @@ let WebDockManagerDescriptionMetadata = /*@__PURE__*/ (() => {
171695
171754
  a.item("ResourceStrings", "ExportedType:WebDockManagerResourceStrings");
171696
171755
  a.item("AllowFloatingPanesResize", "Boolean");
171697
171756
  a.item("DisableKeyboardNavigation", "Boolean");
171757
+ a.item("AllowInnerDock", "Boolean");
171698
171758
  a.item("LayoutChangeRef", "EventRef::layoutChange:customEvent");
171699
171759
  }
171700
171760
  static d(a) {
@@ -171883,28 +171943,29 @@ let WebTabGroupPaneDescription = /*@__PURE__*/ (() => {
171883
171943
  class WebTabGroupPaneDescription extends WebDockManagerPaneDescription {
171884
171944
  constructor() {
171885
171945
  super();
171886
- this.w = null;
171887
- this.x = null;
171946
+ this.y = null;
171947
+ this.z = null;
171888
171948
  this.m = null;
171889
- this.s = 0;
171890
- this.r = 0;
171949
+ this.u = 0;
171950
+ this.t = 0;
171891
171951
  this.p = false;
171952
+ this.q = false;
171892
171953
  }
171893
171954
  get_type() {
171894
171955
  return "WebTabGroupPane";
171895
171956
  }
171896
171957
  get id() {
171897
- return this.w;
171958
+ return this.y;
171898
171959
  }
171899
171960
  set id(a) {
171900
- this.w = a;
171961
+ this.y = a;
171901
171962
  this.g("Id");
171902
171963
  }
171903
171964
  get paneType() {
171904
- return this.x;
171965
+ return this.z;
171905
171966
  }
171906
171967
  set paneType(a) {
171907
- this.x = a;
171968
+ this.z = a;
171908
171969
  this.g("PaneType");
171909
171970
  }
171910
171971
  get panes() {
@@ -171915,17 +171976,17 @@ let WebTabGroupPaneDescription = /*@__PURE__*/ (() => {
171915
171976
  this.g("Panes");
171916
171977
  }
171917
171978
  get size() {
171918
- return this.s;
171979
+ return this.u;
171919
171980
  }
171920
171981
  set size(a) {
171921
- this.s = a;
171982
+ this.u = a;
171922
171983
  this.g("Size");
171923
171984
  }
171924
171985
  get selectedIndex() {
171925
- return this.r;
171986
+ return this.t;
171926
171987
  }
171927
171988
  set selectedIndex(a) {
171928
- this.r = a;
171989
+ this.t = a;
171929
171990
  this.g("SelectedIndex");
171930
171991
  }
171931
171992
  get allowEmpty() {
@@ -171935,6 +171996,13 @@ let WebTabGroupPaneDescription = /*@__PURE__*/ (() => {
171935
171996
  this.p = a;
171936
171997
  this.g("AllowEmpty");
171937
171998
  }
171999
+ get isMaximized() {
172000
+ return this.q;
172001
+ }
172002
+ set isMaximized(a) {
172003
+ this.q = a;
172004
+ this.g("IsMaximized");
172005
+ }
171938
172006
  }
171939
172007
  WebTabGroupPaneDescription.$t = markType(WebTabGroupPaneDescription, 'WebTabGroupPaneDescription', WebDockManagerPaneDescription.$);
171940
172008
  WebTabGroupPaneDescription.__marshalByValue1 = true;
@@ -171976,6 +172044,7 @@ let WebTabGroupPaneDescriptionMetadata = /*@__PURE__*/ (() => {
171976
172044
  a.item("Size", "Number:double");
171977
172045
  a.item("SelectedIndex", "Number:double");
171978
172046
  a.item("AllowEmpty", "Boolean");
172047
+ a.item("IsMaximized", "Boolean");
171979
172048
  WebTabGroupPaneDescriptionMetadata.e(a);
171980
172049
  }
171981
172050
  static d(a) {
@@ -187571,12 +187640,11 @@ let WebStepperDescription = /*@__PURE__*/ (() => {
187571
187640
  super();
187572
187641
  this.h = null;
187573
187642
  this.q = null;
187574
- this.s = null;
187643
+ this.r = null;
187575
187644
  this.k = false;
187576
187645
  this.j = false;
187577
187646
  this.p = null;
187578
- this.t = null;
187579
- this.r = null;
187647
+ this.s = null;
187580
187648
  this.o = null;
187581
187649
  this.n = null;
187582
187650
  }
@@ -187601,10 +187669,10 @@ let WebStepperDescription = /*@__PURE__*/ (() => {
187601
187669
  this.g("Orientation");
187602
187670
  }
187603
187671
  get stepType() {
187604
- return this.s;
187672
+ return this.r;
187605
187673
  }
187606
187674
  set stepType(a) {
187607
- this.s = a;
187675
+ this.r = a;
187608
187676
  this.g("StepType");
187609
187677
  }
187610
187678
  get linear() {
@@ -187629,19 +187697,12 @@ let WebStepperDescription = /*@__PURE__*/ (() => {
187629
187697
  this.g("Dir");
187630
187698
  }
187631
187699
  get titlePosition() {
187632
- return this.t;
187700
+ return this.s;
187633
187701
  }
187634
187702
  set titlePosition(a) {
187635
- this.t = a;
187703
+ this.s = a;
187636
187704
  this.g("TitlePosition");
187637
187705
  }
187638
- get size() {
187639
- return this.r;
187640
- }
187641
- set size(a) {
187642
- this.r = a;
187643
- this.g("Size");
187644
- }
187645
187706
  get activeStepChangingRef() {
187646
187707
  return this.o;
187647
187708
  }
@@ -187705,8 +187766,6 @@ let WebStepperDescriptionMetadata = /*@__PURE__*/ (() => {
187705
187766
  a.item("TitlePosition", "ExportedType:string:StepperTitlePosition");
187706
187767
  a.item("TitlePosition@stringUnion", "WebComponents;React");
187707
187768
  a.item("TitlePosition@names", "Top;Bottom;Start;End");
187708
- a.item("Size", "ExportedType:string:SizableComponentSize");
187709
- a.item("Size@names", "Large;Small;Medium");
187710
187769
  a.item("ActiveStepChangingRef", "EventRef::activeStepChanging");
187711
187770
  a.item("ActiveStepChangedRef", "EventRef::activeStepChanged");
187712
187771
  }