igniteui-angular-core 13.2.0 → 14.0.0

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.
@@ -30881,12 +30881,13 @@
30881
30881
  function NativeUISlider() {
30882
30882
  var _this = _super !== null && _super.apply(this, arguments) || this;
30883
30883
  _this.ap = null;
30884
+ _this.aq = null;
30884
30885
  return _this;
30885
30886
  }
30886
30887
  NativeUISlider.prototype.get_c = function () {
30887
30888
  return 5;
30888
30889
  };
30889
- Object.defineProperty(NativeUISlider.prototype, "au", {
30890
+ Object.defineProperty(NativeUISlider.prototype, "aw", {
30890
30891
  get: function () {
30891
30892
  var a = this.o(2);
30892
30893
  return a;
@@ -30897,7 +30898,7 @@
30897
30898
  enumerable: false,
30898
30899
  configurable: true
30899
30900
  });
30900
- Object.defineProperty(NativeUISlider.prototype, "as", {
30901
+ Object.defineProperty(NativeUISlider.prototype, "au", {
30901
30902
  get: function () {
30902
30903
  var a = this.o(10);
30903
30904
  return a;
@@ -30908,7 +30909,7 @@
30908
30909
  enumerable: false,
30909
30910
  configurable: true
30910
30911
  });
30911
- Object.defineProperty(NativeUISlider.prototype, "ar", {
30912
+ Object.defineProperty(NativeUISlider.prototype, "at", {
30912
30913
  get: function () {
30913
30914
  var a = this.o(11);
30914
30915
  return a;
@@ -30919,7 +30920,7 @@
30919
30920
  enumerable: false,
30920
30921
  configurable: true
30921
30922
  });
30922
- Object.defineProperty(NativeUISlider.prototype, "at", {
30923
+ Object.defineProperty(NativeUISlider.prototype, "av", {
30923
30924
  get: function () {
30924
30925
  var a = this.o(12);
30925
30926
  return a;
@@ -30930,7 +30931,7 @@
30930
30931
  enumerable: false,
30931
30932
  configurable: true
30932
30933
  });
30933
- Object.defineProperty(NativeUISlider.prototype, "aq", {
30934
+ Object.defineProperty(NativeUISlider.prototype, "ar", {
30934
30935
  get: function () {
30935
30936
  return this.ap;
30936
30937
  },
@@ -30947,6 +30948,23 @@
30947
30948
  enumerable: false,
30948
30949
  configurable: true
30949
30950
  });
30951
+ Object.defineProperty(NativeUISlider.prototype, "as", {
30952
+ get: function () {
30953
+ return this.aq;
30954
+ },
30955
+ set: function (a) {
30956
+ var b = this.aq;
30957
+ this.aq = a;
30958
+ if (this.aq != null) {
30959
+ this.w(0, this.aq);
30960
+ }
30961
+ else {
30962
+ this.ab(0, b);
30963
+ }
30964
+ },
30965
+ enumerable: false,
30966
+ configurable: true
30967
+ });
30950
30968
  NativeUISlider.$t = markType(NativeUISlider, 'NativeUISlider', NativeUIComponent.$);
30951
30969
  return NativeUISlider;
30952
30970
  }(NativeUIComponent));
@@ -37786,25 +37804,44 @@
37786
37804
  tslib.__extends(IgcSliderBridge, _super);
37787
37805
  function IgcSliderBridge() {
37788
37806
  var _this = _super !== null && _super.apply(this, arguments) || this;
37789
- _this.d = null;
37790
- _this.c = null;
37791
37807
  _this.e = null;
37808
+ _this.c = null;
37809
+ _this.g = null;
37810
+ _this.f = null;
37811
+ _this.d = null;
37812
+ _this.h = null;
37792
37813
  return _this;
37793
37814
  }
37794
37815
  IgcSliderBridge.prototype.addHandler = function (a, b, c, d) {
37795
37816
  switch (c) {
37817
+ case 0:
37818
+ {
37819
+ var e = a;
37820
+ this.f = e.listen("igcInput", runOn(this, this.j));
37821
+ this.d = d;
37822
+ this.h = b;
37823
+ }
37824
+ break;
37796
37825
  case 4:
37797
- var e = a;
37798
- this.d = e.listen("igcChange", runOn(this, this.f));
37799
- this.c = d;
37800
- this.e = b;
37826
+ {
37827
+ var f = a;
37828
+ this.e = f.listen("igcChange", runOn(this, this.i));
37829
+ this.c = d;
37830
+ this.g = b;
37831
+ }
37801
37832
  break;
37802
37833
  }
37803
37834
  };
37804
- IgcSliderBridge.prototype.f = function (a) {
37835
+ IgcSliderBridge.prototype.j = function (a) {
37836
+ if (this.d != null) {
37837
+ var b = new NativeUISliderValueChangedEventArgs();
37838
+ this.d(this.h, b);
37839
+ }
37840
+ };
37841
+ IgcSliderBridge.prototype.i = function (a) {
37805
37842
  if (this.c != null) {
37806
37843
  var b = new NativeUISliderValueChangedEventArgs();
37807
- this.c(this.e, b);
37844
+ this.c(this.g, b);
37808
37845
  }
37809
37846
  };
37810
37847
  IgcSliderBridge.prototype.getValue = function (a, b) {
@@ -37818,12 +37855,19 @@
37818
37855
  };
37819
37856
  IgcSliderBridge.prototype.removeHandler = function (a, b, c, d) {
37820
37857
  switch (c) {
37821
- case 2:
37822
- if (this.d != null) {
37823
- this.d();
37858
+ case 0:
37859
+ if (this.f != null) {
37860
+ this.f();
37861
+ }
37862
+ this.d = null;
37863
+ this.h = null;
37864
+ break;
37865
+ case 4:
37866
+ if (this.e != null) {
37867
+ this.e();
37824
37868
  }
37825
37869
  this.c = null;
37826
- this.e = null;
37870
+ this.g = null;
37827
37871
  break;
37828
37872
  }
37829
37873
  };
@@ -38374,6 +38418,7 @@
38374
38418
  NativeUIInputsFactory.prototype.j = function (a, b) {
38375
38419
  var c = a;
38376
38420
  var d = c.createElement("igc-slider");
38421
+ d.setProperty("hideTooltip", true);
38377
38422
  var e = new IgcSliderBridge();
38378
38423
  var f = new NativeUISlider();
38379
38424
  f.u = d;