igniteui-webcomponents-inputs 7.1.0-alpha.3 → 7.1.0-beta.1

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.
@@ -17630,6 +17630,8 @@ let XInputGroup = /*@__PURE__*/ (() => {
17630
17630
  $ret.addItem(1, XInputGroup.i);
17631
17631
  $ret.addItem(3, XInputGroup.l);
17632
17632
  $ret.addItem(4, XInputGroup.k);
17633
+ $ret.addItem(5, XInputGroup.l);
17634
+ $ret.addItem(6, XInputGroup.k);
17633
17635
  return $ret;
17634
17636
  })()), 2);
17635
17637
  return XInputGroup;
@@ -32877,18 +32879,19 @@ let ColorEditorView = /*@__PURE__*/ (() => {
32877
32879
  constructor() {
32878
32880
  super();
32879
32881
  this.a = null;
32880
- this.h = null;
32882
+ this.i = null;
32881
32883
  this.d = null;
32882
32884
  this.g = new List$1(Delegate_$type, 0);
32883
32885
  this.e = true;
32886
+ this._createColorEditorPanel = null;
32884
32887
  this.b = null;
32885
32888
  }
32886
- q() {
32889
+ r() {
32887
32890
  }
32888
32891
  f() {
32889
32892
  return true;
32890
32893
  }
32891
- o(a) {
32894
+ p(a) {
32892
32895
  if (a == null) {
32893
32896
  for (let b of fromEnum(this.g)) {
32894
32897
  b();
@@ -32899,45 +32902,57 @@ let ColorEditorView = /*@__PURE__*/ (() => {
32899
32902
  if (this.a.a == null) {
32900
32903
  this.a.a = new DOMExecutionContext(a);
32901
32904
  }
32902
- this.h = a;
32905
+ this.i = a;
32903
32906
  this.a.bj();
32904
32907
  }
32905
- m() {
32908
+ n() {
32906
32909
  if (KeyFrameAnimationFactory.h == null) {
32907
- KeyFrameAnimationFactory.h = this.h;
32910
+ KeyFrameAnimationFactory.h = this.i;
32908
32911
  }
32909
32912
  }
32910
- n() {
32913
+ o() {
32911
32914
  this.e = true;
32912
32915
  }
32913
- p() {
32916
+ q() {
32914
32917
  this.e = false;
32915
32918
  }
32916
- j() {
32917
- return this.h;
32919
+ k() {
32920
+ return this.i;
32918
32921
  }
32919
- i() {
32920
- let a = new ColorEditorPanel();
32921
- this.b = a;
32922
- let b = this.h.createElement("div");
32923
- let c = this.h.getSubRenderer(b);
32924
- a.provideContainer(c);
32925
- let d = this.h.getExternal(a, null, null);
32926
- return b;
32922
+ get createColorEditorPanel() {
32923
+ return this._createColorEditorPanel;
32927
32924
  }
32928
- k(a, b) {
32925
+ set createColorEditorPanel(a) {
32926
+ this._createColorEditorPanel = a;
32927
+ }
32928
+ j() {
32929
+ if (this.createColorEditorPanel != null) {
32930
+ let a = this.createColorEditorPanel();
32931
+ let b = this.i.getWrapper(a);
32932
+ this.b = (a.i);
32933
+ return a;
32934
+ }
32935
+ let c = new ColorEditorPanel();
32936
+ this.b = c;
32937
+ let d = this.i.createElement("div");
32938
+ let e = this.i.getSubRenderer(d);
32939
+ c.provideContainer(e);
32940
+ let f = this.i.getExternal(c, null, null);
32941
+ return d;
32942
+ }
32943
+ l(a, b) {
32929
32944
  let c = a.ao;
32930
- c.append(this.h.getWrapper(b));
32945
+ c.append(this.i.getWrapper(b));
32931
32946
  }
32932
- l(a) {
32933
- this.h.append(this.h.getWrapper(a.ao));
32947
+ m(a) {
32948
+ this.i.append(this.i.getWrapper(a.ao));
32934
32949
  }
32935
32950
  c(a) {
32936
32951
  return this.b;
32937
32952
  }
32938
- r(a) {
32939
- if (this.h != null) {
32940
- let b = this.h.rootWrapper.getNativeElement();
32953
+ s(a) {
32954
+ if (this.i != null) {
32955
+ let b = this.i.rootWrapper.getNativeElement();
32941
32956
  let c = (b.getBoundingClientRect());
32942
32957
  if (a) {
32943
32958
  c = new Rect(0, c.left + window.pageXOffset, c.top + window.pageYOffset, c.width, c.height);
@@ -32946,7 +32961,7 @@ let ColorEditorView = /*@__PURE__*/ (() => {
32946
32961
  }
32947
32962
  return null;
32948
32963
  }
32949
- s() {
32964
+ t() {
32950
32965
  return new Size(1, NaN, NaN);
32951
32966
  }
32952
32967
  }
@@ -32955,9 +32970,15 @@ let ColorEditorView = /*@__PURE__*/ (() => {
32955
32970
  })();
32956
32971
  let ColorEditor = /*@__PURE__*/ (() => {
32957
32972
  class ColorEditor extends Base {
32973
+ get view() {
32974
+ return this._view;
32975
+ }
32976
+ set view(a) {
32977
+ this._view = a;
32978
+ }
32958
32979
  constructor() {
32959
32980
  super();
32960
- this.h = null;
32981
+ this._view = null;
32961
32982
  this.s = null;
32962
32983
  this.r = null;
32963
32984
  this.e = null;
@@ -32995,14 +33016,14 @@ let ColorEditor = /*@__PURE__*/ (() => {
32995
33016
  NativeUIXInputsFactory.m();
32996
33017
  let a = new ColorEditorView();
32997
33018
  a.a = this;
32998
- this.h = a;
32999
- this.h.q();
33019
+ this.view = a;
33020
+ this.view.r();
33000
33021
  }
33001
33022
  onAttachedToUI() {
33002
- this.h.n();
33023
+ this.view.o();
33003
33024
  }
33004
33025
  onDetachedFromUI() {
33005
- this.h.p();
33026
+ this.view.q();
33006
33027
  }
33007
33028
  b4(a, b) {
33008
33029
  if (this.valueChanging != null) {
@@ -33022,11 +33043,11 @@ let ColorEditor = /*@__PURE__*/ (() => {
33022
33043
  this.provideContainer(null);
33023
33044
  }
33024
33045
  provideContainer(a) {
33025
- this.h.o(a);
33046
+ this.view.p(a);
33026
33047
  }
33027
33048
  get u() {
33028
33049
  if (this.t == null) {
33029
- this.t = new SRProvider(this.h.h);
33050
+ this.t = new SRProvider(this.view.i);
33030
33051
  this.t.cb("ColorEditor");
33031
33052
  }
33032
33053
  return this.t;
@@ -33293,8 +33314,8 @@ let ColorEditor = /*@__PURE__*/ (() => {
33293
33314
  this.aa = false;
33294
33315
  }
33295
33316
  br() {
33296
- NativeUIWindow.h(15, runOn(this, this.b7), this.h.h);
33297
- NativeUIWindow.h(9, runOn(this, this.b6), this.h.h);
33317
+ NativeUIWindow.h(15, runOn(this, this.b7), this.view.i);
33318
+ NativeUIWindow.h(9, runOn(this, this.b6), this.view.i);
33298
33319
  }
33299
33320
  bv() {
33300
33321
  NativeUIWindow.i(15, runOn(this, this.b7));
@@ -33315,16 +33336,16 @@ let ColorEditor = /*@__PURE__*/ (() => {
33315
33336
  }
33316
33337
  }
33317
33338
  bj() {
33318
- NativeUIComponent.aw(this.h.j(), [12, 2, 7, 0], [2, 2, 2, 2], (a) => {
33339
+ NativeUIComponent.aw(this.view.k(), [12, 2, 7, 0], [2, 2, 2, 2], (a) => {
33319
33340
  let b = a[0];
33320
33341
  let c = a[1];
33321
33342
  let d = a[2];
33322
33343
  let e = a[3];
33323
- let f = this.h.i();
33324
- this.h.k(e, f);
33344
+ let f = this.view.j();
33345
+ this.view.l(e, f);
33325
33346
  b.bo(d);
33326
33347
  d.bo(e);
33327
- this.h.l(c);
33348
+ this.view.m(c);
33328
33349
  b.ci = BrushUtil.l(255, 255, 255, 255);
33329
33350
  b.cb = 150;
33330
33351
  b.b9 = 8;
@@ -33341,7 +33362,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
33341
33362
  this.r.o = runOn(this, this.b0);
33342
33363
  this.r.cc = BrushUtil.l(255, 0, 0, 255);
33343
33364
  this.s = b;
33344
- this.e = this.h.c(f);
33365
+ this.e = this.view.c(f);
33345
33366
  this.e.value = this.value;
33346
33367
  let g = this.e;
33347
33368
  g.closed = delegateCombine(g.closed, runOn(this, this.bf));
@@ -33406,8 +33427,8 @@ let ColorEditor = /*@__PURE__*/ (() => {
33406
33427
  return;
33407
33428
  }
33408
33429
  if (this.s != null) {
33409
- let a = this.h.r(false);
33410
- let b = this.h.s();
33430
+ let a = this.view.s(false);
33431
+ let b = this.view.t();
33411
33432
  let c = b.height;
33412
33433
  let d = 240;
33413
33434
  let e = a.bottom + d;
@@ -33427,7 +33448,7 @@ let ColorEditor = /*@__PURE__*/ (() => {
33427
33448
  }
33428
33449
  ce(a, b) {
33429
33450
  {
33430
- let c = this.h.r(true);
33451
+ let c = this.view.s(true);
33431
33452
  this.s.cg(c, a, b);
33432
33453
  }
33433
33454
  }
@@ -34475,6 +34496,9 @@ let IgcColorEditorComponent = /*@__PURE__*/ (() => {
34475
34496
  this._wrapper = this._renderer;
34476
34497
  var colorEditor = this.i;
34477
34498
  this._colorEditor = colorEditor;
34499
+ colorEditor.view.createColorEditorPanel = () => {
34500
+ return document.createElement("igc-color-editor-panel");
34501
+ };
34478
34502
  colorEditor.provideContainer(this._renderer);
34479
34503
  this._onChildrenChanged();
34480
34504
  //Checkbox.notifySizeChanged();
@@ -21048,6 +21048,8 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
21048
21048
  $ret.addItem(1, XInputGroup.i);
21049
21049
  $ret.addItem(3, XInputGroup.l);
21050
21050
  $ret.addItem(4, XInputGroup.k);
21051
+ $ret.addItem(5, XInputGroup.l);
21052
+ $ret.addItem(6, XInputGroup.k);
21051
21053
  return $ret;
21052
21054
  })()), 2);
21053
21055
  return XInputGroup;
@@ -38992,19 +38994,20 @@ var ColorEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
38992
38994
  function ColorEditorView() {
38993
38995
  var _this = _super.call(this) || this;
38994
38996
  _this.a = null;
38995
- _this.h = null;
38997
+ _this.i = null;
38996
38998
  _this.d = null;
38997
38999
  _this.g = new List$1(Delegate_$type, 0);
38998
39000
  _this.e = true;
39001
+ _this._createColorEditorPanel = null;
38999
39002
  _this.b = null;
39000
39003
  return _this;
39001
39004
  }
39002
- ColorEditorView.prototype.q = function () {
39005
+ ColorEditorView.prototype.r = function () {
39003
39006
  };
39004
39007
  ColorEditorView.prototype.f = function () {
39005
39008
  return true;
39006
39009
  };
39007
- ColorEditorView.prototype.o = function (a) {
39010
+ ColorEditorView.prototype.p = function (a) {
39008
39011
  var e_2, _a;
39009
39012
  if (a == null) {
39010
39013
  try {
@@ -39032,45 +39035,61 @@ var ColorEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
39032
39035
  if (this.a.a == null) {
39033
39036
  this.a.a = new DOMExecutionContext(a);
39034
39037
  }
39035
- this.h = a;
39038
+ this.i = a;
39036
39039
  this.a.bj();
39037
39040
  };
39038
- ColorEditorView.prototype.m = function () {
39041
+ ColorEditorView.prototype.n = function () {
39039
39042
  if (KeyFrameAnimationFactory.h == null) {
39040
- KeyFrameAnimationFactory.h = this.h;
39043
+ KeyFrameAnimationFactory.h = this.i;
39041
39044
  }
39042
39045
  };
39043
- ColorEditorView.prototype.n = function () {
39046
+ ColorEditorView.prototype.o = function () {
39044
39047
  this.e = true;
39045
39048
  };
39046
- ColorEditorView.prototype.p = function () {
39049
+ ColorEditorView.prototype.q = function () {
39047
39050
  this.e = false;
39048
39051
  };
39049
- ColorEditorView.prototype.j = function () {
39050
- return this.h;
39052
+ ColorEditorView.prototype.k = function () {
39053
+ return this.i;
39051
39054
  };
39052
- ColorEditorView.prototype.i = function () {
39053
- var a = new ColorEditorPanel();
39054
- this.b = a;
39055
- var b = this.h.createElement("div");
39056
- var c = this.h.getSubRenderer(b);
39057
- a.provideContainer(c);
39058
- var d = this.h.getExternal(a, null, null);
39059
- return b;
39055
+ Object.defineProperty(ColorEditorView.prototype, "createColorEditorPanel", {
39056
+ get: function () {
39057
+ return this._createColorEditorPanel;
39058
+ },
39059
+ set: function (a) {
39060
+ this._createColorEditorPanel = a;
39061
+ },
39062
+ enumerable: false,
39063
+ configurable: true
39064
+ });
39065
+ ColorEditorView.prototype.j = function () {
39066
+ if (this.createColorEditorPanel != null) {
39067
+ var a = this.createColorEditorPanel();
39068
+ var b = this.i.getWrapper(a);
39069
+ this.b = (a.i);
39070
+ return a;
39071
+ }
39072
+ var c = new ColorEditorPanel();
39073
+ this.b = c;
39074
+ var d = this.i.createElement("div");
39075
+ var e = this.i.getSubRenderer(d);
39076
+ c.provideContainer(e);
39077
+ var f = this.i.getExternal(c, null, null);
39078
+ return d;
39060
39079
  };
39061
- ColorEditorView.prototype.k = function (a, b) {
39080
+ ColorEditorView.prototype.l = function (a, b) {
39062
39081
  var c = a.ao;
39063
- c.append(this.h.getWrapper(b));
39082
+ c.append(this.i.getWrapper(b));
39064
39083
  };
39065
- ColorEditorView.prototype.l = function (a) {
39066
- this.h.append(this.h.getWrapper(a.ao));
39084
+ ColorEditorView.prototype.m = function (a) {
39085
+ this.i.append(this.i.getWrapper(a.ao));
39067
39086
  };
39068
39087
  ColorEditorView.prototype.c = function (a) {
39069
39088
  return this.b;
39070
39089
  };
39071
- ColorEditorView.prototype.r = function (a) {
39072
- if (this.h != null) {
39073
- var b = this.h.rootWrapper.getNativeElement();
39090
+ ColorEditorView.prototype.s = function (a) {
39091
+ if (this.i != null) {
39092
+ var b = this.i.rootWrapper.getNativeElement();
39074
39093
  var c = (b.getBoundingClientRect());
39075
39094
  if (a) {
39076
39095
  c = new Rect(0, c.left + window.pageXOffset, c.top + window.pageYOffset, c.width, c.height);
@@ -39079,7 +39098,7 @@ var ColorEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
39079
39098
  }
39080
39099
  return null;
39081
39100
  };
39082
- ColorEditorView.prototype.s = function () {
39101
+ ColorEditorView.prototype.t = function () {
39083
39102
  return new Size(1, NaN, NaN);
39084
39103
  };
39085
39104
  ColorEditorView.$t = markType(ColorEditorView, 'ColorEditorView');
@@ -39092,7 +39111,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
39092
39111
  __extends(ColorEditor, _super);
39093
39112
  function ColorEditor() {
39094
39113
  var _this = _super.call(this) || this;
39095
- _this.h = null;
39114
+ _this._view = null;
39096
39115
  _this.s = null;
39097
39116
  _this.r = null;
39098
39117
  _this.e = null;
@@ -39130,15 +39149,25 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
39130
39149
  NativeUIXInputsFactory.m();
39131
39150
  var a = new ColorEditorView();
39132
39151
  a.a = _this;
39133
- _this.h = a;
39134
- _this.h.q();
39152
+ _this.view = a;
39153
+ _this.view.r();
39135
39154
  return _this;
39136
39155
  }
39156
+ Object.defineProperty(ColorEditor.prototype, "view", {
39157
+ get: function () {
39158
+ return this._view;
39159
+ },
39160
+ set: function (a) {
39161
+ this._view = a;
39162
+ },
39163
+ enumerable: false,
39164
+ configurable: true
39165
+ });
39137
39166
  ColorEditor.prototype.onAttachedToUI = function () {
39138
- this.h.n();
39167
+ this.view.o();
39139
39168
  };
39140
39169
  ColorEditor.prototype.onDetachedFromUI = function () {
39141
- this.h.p();
39170
+ this.view.q();
39142
39171
  };
39143
39172
  ColorEditor.prototype.b4 = function (a, b) {
39144
39173
  if (this.valueChanging != null) {
@@ -39158,12 +39187,12 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
39158
39187
  this.provideContainer(null);
39159
39188
  };
39160
39189
  ColorEditor.prototype.provideContainer = function (a) {
39161
- this.h.o(a);
39190
+ this.view.p(a);
39162
39191
  };
39163
39192
  Object.defineProperty(ColorEditor.prototype, "u", {
39164
39193
  get: function () {
39165
39194
  if (this.t == null) {
39166
- this.t = new SRProvider(this.h.h);
39195
+ this.t = new SRProvider(this.view.i);
39167
39196
  this.t.cb("ColorEditor");
39168
39197
  }
39169
39198
  return this.t;
@@ -39501,8 +39530,8 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
39501
39530
  this.aa = false;
39502
39531
  };
39503
39532
  ColorEditor.prototype.br = function () {
39504
- NativeUIWindow.h(15, runOn(this, this.b7), this.h.h);
39505
- NativeUIWindow.h(9, runOn(this, this.b6), this.h.h);
39533
+ NativeUIWindow.h(15, runOn(this, this.b7), this.view.i);
39534
+ NativeUIWindow.h(9, runOn(this, this.b6), this.view.i);
39506
39535
  };
39507
39536
  ColorEditor.prototype.bv = function () {
39508
39537
  NativeUIWindow.i(15, runOn(this, this.b7));
@@ -39524,16 +39553,16 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
39524
39553
  };
39525
39554
  ColorEditor.prototype.bj = function () {
39526
39555
  var _this = this;
39527
- NativeUIComponent.aw(this.h.j(), [12, 2, 7, 0], [2, 2, 2, 2], function (a) {
39556
+ NativeUIComponent.aw(this.view.k(), [12, 2, 7, 0], [2, 2, 2, 2], function (a) {
39528
39557
  var b = a[0];
39529
39558
  var c = a[1];
39530
39559
  var d = a[2];
39531
39560
  var e = a[3];
39532
- var f = _this.h.i();
39533
- _this.h.k(e, f);
39561
+ var f = _this.view.j();
39562
+ _this.view.l(e, f);
39534
39563
  b.bo(d);
39535
39564
  d.bo(e);
39536
- _this.h.l(c);
39565
+ _this.view.m(c);
39537
39566
  b.ci = BrushUtil.l(255, 255, 255, 255);
39538
39567
  b.cb = 150;
39539
39568
  b.b9 = 8;
@@ -39550,7 +39579,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
39550
39579
  _this.r.o = runOn(_this, _this.b0);
39551
39580
  _this.r.cc = BrushUtil.l(255, 0, 0, 255);
39552
39581
  _this.s = b;
39553
- _this.e = _this.h.c(f);
39582
+ _this.e = _this.view.c(f);
39554
39583
  _this.e.value = _this.value;
39555
39584
  var g = _this.e;
39556
39585
  g.closed = delegateCombine(g.closed, runOn(_this, _this.bf));
@@ -39615,8 +39644,8 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
39615
39644
  return;
39616
39645
  }
39617
39646
  if (this.s != null) {
39618
- var a = this.h.r(false);
39619
- var b = this.h.s();
39647
+ var a = this.view.s(false);
39648
+ var b = this.view.t();
39620
39649
  var c = b.height;
39621
39650
  var d = 240;
39622
39651
  var e = a.bottom + d;
@@ -39636,7 +39665,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
39636
39665
  };
39637
39666
  ColorEditor.prototype.ce = function (a, b) {
39638
39667
  {
39639
- var c = this.h.r(true);
39668
+ var c = this.view.s(true);
39640
39669
  this.s.cg(c, a, b);
39641
39670
  }
39642
39671
  };
@@ -40772,6 +40801,9 @@ var IgcColorEditorComponent = /** @class */ /*@__PURE__*/ (function (_super) {
40772
40801
  _this._wrapper = _this._renderer;
40773
40802
  var colorEditor = _this.i;
40774
40803
  _this._colorEditor = colorEditor;
40804
+ colorEditor.view.createColorEditorPanel = function () {
40805
+ return document.createElement("igc-color-editor-panel");
40806
+ };
40775
40807
  colorEditor.provideContainer(_this._renderer);
40776
40808
  _this._onChildrenChanged();
40777
40809
  //Checkbox.notifySizeChanged();
@@ -154,31 +154,36 @@ export declare class ColorEditorView extends Base {
154
154
  static $t: Type;
155
155
  constructor();
156
156
  a: ColorEditor;
157
- q(): void;
157
+ r(): void;
158
158
  f(): boolean;
159
- h: DomRenderer;
159
+ i: DomRenderer;
160
160
  private d;
161
161
  private g;
162
- o(a: DomRenderer): void;
163
- m(): void;
164
- private e;
162
+ p(a: DomRenderer): void;
165
163
  n(): void;
166
- p(): void;
167
- j(): any;
164
+ private e;
165
+ o(): void;
166
+ q(): void;
167
+ k(): any;
168
+ private _createColorEditorPanel;
169
+ get createColorEditorPanel(): () => any;
170
+ set createColorEditorPanel(a: () => any);
168
171
  private b;
169
- i(): any;
170
- k(a: NativeUIContent, b: any): void;
171
- l(a: NativeUIComponent): void;
172
+ j(): any;
173
+ l(a: NativeUIContent, b: any): void;
174
+ m(a: NativeUIComponent): void;
172
175
  c(a: any): ColorEditorPanel;
173
- r(a: boolean): Rect;
174
- s(): Size;
176
+ s(a: boolean): Rect;
177
+ t(): Size;
175
178
  }
176
179
  /**
177
180
  * @hidden
178
181
  */
179
182
  export declare class ColorEditor extends Base implements INotifyPropertyChanged {
180
183
  static $t: Type;
181
- h: ColorEditorView;
184
+ private _view;
185
+ get view(): ColorEditorView;
186
+ set view(a: ColorEditorView);
182
187
  private static readonly a8;
183
188
  private s;
184
189
  private r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-inputs",
3
- "version": "7.1.0-alpha.3",
3
+ "version": "7.1.0-beta.1",
4
4
  "description": "Ignite UI Web Components inputs components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-inputs",
6
6
  "keywords": [
@@ -14,7 +14,7 @@
14
14
  "tslib": "^2.3.1"
15
15
  },
16
16
  "peerDependencies": {
17
- "igniteui-webcomponents-core": "7.1.0-alpha.3"
17
+ "igniteui-webcomponents-core": "7.1.0-beta.1"
18
18
  },
19
19
  "sideEffects": false,
20
20
  "typings": "igniteui-webcomponents-inputs.d.ts",