igniteui-webcomponents-layouts 7.1.0-alpha.2 → 7.1.0-alpha.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.
@@ -25177,8 +25177,13 @@
25177
25177
  return igniteuiWebcomponentsCore.DeviceUtils.g(32);
25178
25178
  };
25179
25179
  ToolActionCheckbox.prototype.f9 = function () {
25180
+ var a = this.hv;
25180
25181
  this.hu.bo = !this.hu.bo;
25181
- this.gu("IsChecked", this.hu.bo);
25182
+ var b = this.hu.bo;
25183
+ this.gu("IsChecked", b);
25184
+ if (a != b) {
25185
+ this.gg("IsChecked", a, b);
25186
+ }
25182
25187
  this.gh(this.l(true), this);
25183
25188
  };
25184
25189
  ToolActionCheckbox.prototype.h8 = function (a, b, c, d) {
@@ -25205,7 +25210,12 @@
25205
25210
  this.hu = c;
25206
25211
  };
25207
25212
  ToolActionCheckbox.prototype.h7 = function (a, b) {
25208
- this.gu("IsChecked", this.hu.bo);
25213
+ var c = this.hv;
25214
+ var d = this.hu.bo;
25215
+ this.gu("IsChecked", d);
25216
+ if (c != d) {
25217
+ this.gg("IsChecked", c, d);
25218
+ }
25209
25219
  this.gh(this.l(true), this);
25210
25220
  };
25211
25221
  ToolActionCheckbox.prototype.gj = function (a, b, c) {
@@ -25962,6 +25972,7 @@
25962
25972
  if (this.eq != null) {
25963
25973
  b.aq = this.eq;
25964
25974
  }
25975
+ c.cg(this.h4);
25965
25976
  c.bl = this.hu;
25966
25977
  c.b6 = this.itemsSource;
25967
25978
  c.bw = this.hw;
@@ -25989,7 +26000,6 @@
25989
26000
  c.bu = igniteuiWebcomponentsCore.runOn(this, this.is);
25990
26001
  c.by = igniteuiWebcomponentsCore.runOn(this, this.iq);
25991
26002
  c.b0 = igniteuiWebcomponentsCore.runOn(this, this.it);
25992
- c.cg(this.h4);
25993
26003
  if (this.hx != c) {
25994
26004
  this.hx = c;
25995
26005
  }
@@ -29897,8 +29907,13 @@
29897
29907
  };
29898
29908
  ToolActionRadio.prototype.ib = function () {
29899
29909
  if (this.hu != null) {
29910
+ var a = this.hv;
29900
29911
  this.hu.bo = false;
29901
- this.gu("IsChecked", this.hu.bo);
29912
+ var b = this.hu.bo;
29913
+ this.gu("IsChecked", b);
29914
+ if (a != b) {
29915
+ this.gg("IsChecked", a, b);
29916
+ }
29902
29917
  }
29903
29918
  };
29904
29919
  ToolActionRadio.prototype.b7 = function (a, b) {
@@ -29927,8 +29942,13 @@
29927
29942
  };
29928
29943
  ToolActionRadio.prototype.f9 = function () {
29929
29944
  if (!this.hw) {
29945
+ var a = this.hv;
29930
29946
  this.hu.bo = true;
29931
- this.gu("IsChecked", this.hu.bo);
29947
+ var b = this.hu.bo;
29948
+ this.gu("IsChecked", b);
29949
+ if (a != b) {
29950
+ this.gg("IsChecked", a, b);
29951
+ }
29932
29952
  }
29933
29953
  this.gh(this.l(true), this);
29934
29954
  };
@@ -29941,7 +29961,12 @@
29941
29961
  this.hu.bo = this.hv;
29942
29962
  }
29943
29963
  else {
29944
- this.gu("IsChecked", this.hu.bo);
29964
+ var c = this.hv;
29965
+ var d = this.hu.bo;
29966
+ this.gu("IsChecked", d);
29967
+ if (c != d) {
29968
+ this.gg("IsChecked", c, d);
29969
+ }
29945
29970
  }
29946
29971
  this.gh(this.l(true), this);
29947
29972
  };