igniteui-webcomponents-layouts 7.1.1-beta.3 → 7.1.1-beta.5

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.
@@ -788,6 +788,7 @@ export declare class ToolActionButton extends ToolAction {
788
788
  protected gr(a: string, b: any, c: any): void;
789
789
  protected g4(): void;
790
790
  protected hb(): void;
791
+ f4(): void;
791
792
  fi(): void;
792
793
  protected fs(): void;
793
794
  cu(): any;
@@ -903,6 +904,7 @@ export declare class ToolActionButtonPair extends ToolAction {
903
904
  protected gr(a: string, b: any, c: any): void;
904
905
  protected g4(): void;
905
906
  protected hb(): void;
907
+ f4(): void;
906
908
  fi(): void;
907
909
  protected fs(): void;
908
910
  cu(): any;
@@ -948,6 +950,7 @@ export declare class ToolActionCheckbox extends ToolAction {
948
950
  protected gr(a: string, b: any, c: any): void;
949
951
  protected fx(): void;
950
952
  protected gi(a: ToolPanel, b: ToolPanel): void;
953
+ f4(): void;
951
954
  fi(): void;
952
955
  protected fs(): void;
953
956
  cu(): any;
@@ -1047,6 +1050,7 @@ export declare class ToolActionCheckboxList extends ToolAction {
1047
1050
  gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1048
1051
  protected hb(): void;
1049
1052
  protected fx(): void;
1053
+ f4(): void;
1050
1054
  fi(): void;
1051
1055
  protected fs(): void;
1052
1056
  cu(): any;
@@ -1073,6 +1077,7 @@ export declare class ToolActionColorEditor extends ToolAction {
1073
1077
  protected gr(a: string, b: any, c: any): void;
1074
1078
  protected gb(): void;
1075
1079
  protected fx(): void;
1080
+ f4(): void;
1076
1081
  fi(): void;
1077
1082
  protected fs(): void;
1078
1083
  cu(): any;
@@ -1104,6 +1109,7 @@ export declare class ToolActionCombo extends ToolAction {
1104
1109
  l(a: boolean): ToolActionEventDetail;
1105
1110
  protected fz(a: List$1<ToolCommandArgument>): void;
1106
1111
  protected fx(): void;
1112
+ f4(): void;
1107
1113
  fi(): void;
1108
1114
  protected fs(): void;
1109
1115
  cu(): any;
@@ -1200,6 +1206,7 @@ export declare class ToolActionFieldSelector extends ToolAction {
1200
1206
  gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1201
1207
  protected gi(a: ToolPanel, b: ToolPanel): void;
1202
1208
  protected fx(): void;
1209
+ f4(): void;
1203
1210
  fi(): void;
1204
1211
  protected fs(): void;
1205
1212
  }
@@ -1232,6 +1239,7 @@ export declare class ToolActionGroupHeader extends ToolAction {
1232
1239
  protected g4(): void;
1233
1240
  protected hb(): void;
1234
1241
  protected gr(a: string, b: any, c: any): void;
1242
+ f4(): void;
1235
1243
  fi(): void;
1236
1244
  protected fs(): void;
1237
1245
  cu(): any;
@@ -1427,6 +1435,7 @@ export declare class ToolActionNumberInput extends ToolAction {
1427
1435
  protected gr(a: string, b: any, c: any): void;
1428
1436
  protected gb(): void;
1429
1437
  protected fx(): void;
1438
+ f4(): void;
1430
1439
  fi(): void;
1431
1440
  protected fs(): void;
1432
1441
  cu(): any;
@@ -1477,6 +1486,7 @@ export declare class ToolActionRadio extends ToolAction {
1477
1486
  gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1478
1487
  protected gr(a: string, b: any, c: any): void;
1479
1488
  protected fx(): void;
1489
+ f4(): void;
1480
1490
  fi(): void;
1481
1491
  protected fs(): void;
1482
1492
  cu(): any;
@@ -1558,6 +1568,7 @@ export declare class ToolActionSubPanel extends ToolAction {
1558
1568
  protected hb(): void;
1559
1569
  private h1;
1560
1570
  protected gr(a: string, b: any, c: any): void;
1571
+ f4(): void;
1561
1572
  fi(): void;
1562
1573
  protected fs(): void;
1563
1574
  protected fx(): void;
@@ -1584,6 +1595,7 @@ export declare class ToolActionTextInput extends ToolAction {
1584
1595
  protected gr(a: string, b: any, c: any): void;
1585
1596
  protected gb(): void;
1586
1597
  protected fx(): void;
1598
+ f4(): void;
1587
1599
  fi(): void;
1588
1600
  protected fs(): void;
1589
1601
  cu(): any;
@@ -4201,6 +4201,12 @@ class ToolActionButton extends ToolAction {
4201
4201
  this.b2 = !isNaN_(this.cl) ? this.cl : DeviceUtils.g(4);
4202
4202
  }
4203
4203
  }
4204
+ f4() {
4205
+ if (this.hy != null) {
4206
+ this.hy.bn = runOn(this, this.h6);
4207
+ }
4208
+ super.f4();
4209
+ }
4204
4210
  fi() {
4205
4211
  super.fi();
4206
4212
  if (this.hy != null) {
@@ -5149,6 +5155,12 @@ class ToolActionButtonPair extends ToolAction {
5149
5155
  this.ki = this.km != null ? this.km : this.s.jl;
5150
5156
  }
5151
5157
  }
5158
+ f4() {
5159
+ if (this.h6 != null) {
5160
+ this.h6.bq = runOn(this, this.kc);
5161
+ }
5162
+ super.f4();
5163
+ }
5152
5164
  fi() {
5153
5165
  super.fi();
5154
5166
  if (this.h6 != null) {
@@ -5458,6 +5470,12 @@ class ToolActionCheckbox extends ToolAction {
5458
5470
  this.hy = c.isChecked;
5459
5471
  }
5460
5472
  }
5473
+ f4() {
5474
+ if (this.hx != null) {
5475
+ this.hx.bm = runOn(this, this.ia);
5476
+ }
5477
+ super.f4();
5478
+ }
5461
5479
  fi() {
5462
5480
  super.fi();
5463
5481
  if (this.hx != null) {
@@ -6265,8 +6283,7 @@ class ToolActionCheckboxList extends ToolAction {
6265
6283
  this.h3 = a.showSelectAll;
6266
6284
  this.h7 = a.aj;
6267
6285
  }
6268
- fi() {
6269
- super.fi();
6286
+ f4() {
6270
6287
  if (this.h0 != null) {
6271
6288
  this.h0.bs = null;
6272
6289
  this.h0.bt = null;
@@ -6274,6 +6291,17 @@ class ToolActionCheckboxList extends ToolAction {
6274
6291
  this.h0.by = null;
6275
6292
  this.h0.b0 = null;
6276
6293
  }
6294
+ super.f4();
6295
+ }
6296
+ fi() {
6297
+ super.fi();
6298
+ if (this.h0 != null) {
6299
+ this.h0.bs = runOn(this, this.is);
6300
+ this.h0.bt = runOn(this, this.iu);
6301
+ this.h0.bu = runOn(this, this.iv);
6302
+ this.h0.by = runOn(this, this.it);
6303
+ this.h0.b0 = runOn(this, this.iw);
6304
+ }
6277
6305
  }
6278
6306
  fs() {
6279
6307
  super.fs();
@@ -6429,6 +6457,12 @@ class ToolActionColorEditor extends ToolAction {
6429
6457
  let a = this.aa;
6430
6458
  this.h3 = CSSColorUtil.g(a.value);
6431
6459
  }
6460
+ f4() {
6461
+ if (this.hx != null) {
6462
+ this.hx.bo = runOn(this, this.h1);
6463
+ }
6464
+ super.f4();
6465
+ }
6432
6466
  fi() {
6433
6467
  super.fi();
6434
6468
  if (this.hx != null) {
@@ -6661,6 +6695,12 @@ class ToolActionCombo extends ToolAction {
6661
6695
  }
6662
6696
  this.itemsSource = a.itemsSource;
6663
6697
  }
6698
+ f4() {
6699
+ if (this.hy != null) {
6700
+ this.hy.bn = runOn(this, this.h7);
6701
+ }
6702
+ super.f4();
6703
+ }
6664
6704
  fi() {
6665
6705
  super.fi();
6666
6706
  if (this.hy != null) {
@@ -7822,6 +7862,17 @@ class ToolActionFieldSelector extends ToolAction {
7822
7862
  this.il = a.updateDataSource;
7823
7863
  this.ik = a.singleSelection;
7824
7864
  }
7865
+ f4() {
7866
+ if (this.h5 != null) {
7867
+ let a = this.h5;
7868
+ a.propertiesRequestedChanged = delegateCombine(a.propertiesRequestedChanged, runOn(this, this.j3));
7869
+ }
7870
+ if (this.ia != null) {
7871
+ this.ia.bs = runOn(this, this.jv);
7872
+ this.ia.bv = runOn(this, this.jw);
7873
+ }
7874
+ super.f4();
7875
+ }
7825
7876
  fi() {
7826
7877
  super.fi();
7827
7878
  if (this.h5 != null) {
@@ -8082,6 +8133,15 @@ class ToolActionGroupHeader extends ToolAction {
8082
8133
  break;
8083
8134
  }
8084
8135
  }
8136
+ f4() {
8137
+ if (this.hz != null) {
8138
+ this.hz.bn = runOn(this, this.h3);
8139
+ }
8140
+ if (this.hx != null) {
8141
+ this.hx.bt = runOn(this, this.h4);
8142
+ }
8143
+ super.f4();
8144
+ }
8085
8145
  fi() {
8086
8146
  super.fi();
8087
8147
  if (this.hz != null) {
@@ -8272,6 +8332,19 @@ class ToolActionIconButton extends ToolAction {
8272
8332
  NativeUIWindow.g(9, runOn(this, this.jz), this.s.v.r);
8273
8333
  this.h5 = true;
8274
8334
  }
8335
+ if (this.h2 != null) {
8336
+ this.h2.q = runOn(this, this.jx);
8337
+ this.h2.s = runOn(this, this.jy);
8338
+ this.h2.n = runOn(this, this.jv);
8339
+ this.h2.o = runOn(this, this.jw);
8340
+ this.h2.bv = runOn(this, this.ju);
8341
+ }
8342
+ if (this.h0 != null) {
8343
+ this.h0.bn = runOn(this, this.jp);
8344
+ this.h0.q = runOn(this, this.jr);
8345
+ this.h0.s = runOn(this, this.js);
8346
+ this.h0.o = runOn(this, this.jq);
8347
+ }
8275
8348
  super.f4();
8276
8349
  }
8277
8350
  gg() {
@@ -8449,6 +8522,9 @@ class ToolActionIconButton extends ToolAction {
8449
8522
  }
8450
8523
  else {
8451
8524
  this.hz = this.h2.bm(0).ap;
8525
+ if (a) {
8526
+ this.j1(100, b);
8527
+ }
8452
8528
  }
8453
8529
  this.hz.b = this.s.am;
8454
8530
  this.hz.y = this.s.jr;
@@ -9521,6 +9597,12 @@ class ToolActionNumberInput extends ToolAction {
9521
9597
  let a = this.aa;
9522
9598
  this.hz = a.value;
9523
9599
  }
9600
+ f4() {
9601
+ if (this.hx != null) {
9602
+ this.hx.bt = runOn(this, this.h1);
9603
+ }
9604
+ super.f4();
9605
+ }
9524
9606
  fi() {
9525
9607
  super.fi();
9526
9608
  if (this.hx != null) {
@@ -9833,6 +9915,12 @@ class ToolActionRadio extends ToolAction {
9833
9915
  this.h6 = a.channel;
9834
9916
  this.ic = a.shorthandTitle;
9835
9917
  }
9918
+ f4() {
9919
+ if (this.hx != null) {
9920
+ this.hx.bm = runOn(this, this.ii);
9921
+ }
9922
+ super.f4();
9923
+ }
9836
9924
  fi() {
9837
9925
  super.fi();
9838
9926
  if (this.hx != null) {
@@ -10387,6 +10475,12 @@ class ToolActionSubPanel extends ToolAction {
10387
10475
  break;
10388
10476
  }
10389
10477
  }
10478
+ f4() {
10479
+ if (this.hx != null) {
10480
+ this.hx.bt = runOn(this, this.h2);
10481
+ }
10482
+ super.f4();
10483
+ }
10390
10484
  fi() {
10391
10485
  super.fi();
10392
10486
  if (this.hx != null) {
@@ -10541,6 +10635,12 @@ class ToolActionTextInput extends ToolAction {
10541
10635
  let a = this.aa;
10542
10636
  this.hz = a.value;
10543
10637
  }
10638
+ f4() {
10639
+ if (this.hx != null) {
10640
+ this.hx.bt = runOn(this, this.h1);
10641
+ }
10642
+ super.f4();
10643
+ }
10544
10644
  fi() {
10545
10645
  super.fi();
10546
10646
  if (this.hx != null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-layouts",
3
- "version": "7.1.1-beta.3",
3
+ "version": "7.1.1-beta.5",
4
4
  "description": "Ignite UI Web Components layout components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-layouts",
6
6
  "keywords": [
@@ -14,8 +14,8 @@
14
14
  "tslib": "^2.3.1"
15
15
  },
16
16
  "peerDependencies": {
17
- "igniteui-webcomponents-core": "7.1.1-beta.3",
18
- "igniteui-webcomponents-inputs": "7.1.1-beta.3"
17
+ "igniteui-webcomponents-core": "7.1.1-beta.5",
18
+ "igniteui-webcomponents-inputs": "7.1.1-beta.5"
19
19
  },
20
20
  "sideEffects": [
21
21
  "./esm2022/lib/x-expansion-panel-entrypoint.js",