igniteui-angular-inputs 21.1.0-beta.0 → 21.1.0-beta.2

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.
@@ -21178,6 +21178,8 @@
21178
21178
  $ret.addItem(1, XInputGroup.i);
21179
21179
  $ret.addItem(3, XInputGroup.l);
21180
21180
  $ret.addItem(4, XInputGroup.k);
21181
+ $ret.addItem(5, XInputGroup.l);
21182
+ $ret.addItem(6, XInputGroup.k);
21181
21183
  return $ret;
21182
21184
  })()), 2);
21183
21185
  return XInputGroup;
@@ -39180,20 +39182,19 @@
39180
39182
  function ColorEditorView() {
39181
39183
  var _this = _super.call(this) || this;
39182
39184
  _this.a = null;
39183
- _this.i = null;
39185
+ _this.h = null;
39184
39186
  _this.d = null;
39185
39187
  _this.g = new igniteuiAngularCore.List$1(igniteuiAngularCore.Delegate_$type, 0);
39186
39188
  _this.e = true;
39187
- _this._createColorEditorPanel = null;
39188
39189
  _this.b = null;
39189
39190
  return _this;
39190
39191
  }
39191
- ColorEditorView.prototype.r = function () {
39192
+ ColorEditorView.prototype.q = function () {
39192
39193
  };
39193
39194
  ColorEditorView.prototype.f = function () {
39194
39195
  return true;
39195
39196
  };
39196
- ColorEditorView.prototype.p = function (a) {
39197
+ ColorEditorView.prototype.o = function (a) {
39197
39198
  var e_2, _a;
39198
39199
  if (a == null) {
39199
39200
  try {
@@ -39221,61 +39222,45 @@
39221
39222
  if (this.a.a == null) {
39222
39223
  this.a.a = new igniteuiAngularCore.DOMExecutionContext(a);
39223
39224
  }
39224
- this.i = a;
39225
+ this.h = a;
39225
39226
  this.a.bj();
39226
39227
  };
39227
- ColorEditorView.prototype.n = function () {
39228
+ ColorEditorView.prototype.m = function () {
39228
39229
  if (igniteuiAngularCore.KeyFrameAnimationFactory.h == null) {
39229
- igniteuiAngularCore.KeyFrameAnimationFactory.h = this.i;
39230
+ igniteuiAngularCore.KeyFrameAnimationFactory.h = this.h;
39230
39231
  }
39231
39232
  };
39232
- ColorEditorView.prototype.o = function () {
39233
+ ColorEditorView.prototype.n = function () {
39233
39234
  this.e = true;
39234
39235
  };
39235
- ColorEditorView.prototype.q = function () {
39236
+ ColorEditorView.prototype.p = function () {
39236
39237
  this.e = false;
39237
39238
  };
39238
- ColorEditorView.prototype.k = function () {
39239
- return this.i;
39240
- };
39241
- Object.defineProperty(ColorEditorView.prototype, "createColorEditorPanel", {
39242
- get: function () {
39243
- return this._createColorEditorPanel;
39244
- },
39245
- set: function (a) {
39246
- this._createColorEditorPanel = a;
39247
- },
39248
- enumerable: false,
39249
- configurable: true
39250
- });
39251
39239
  ColorEditorView.prototype.j = function () {
39252
- if (this.createColorEditorPanel != null) {
39253
- var a = this.createColorEditorPanel();
39254
- var b = this.i.getWrapper(a);
39255
- this.b = (a.i);
39256
- return a;
39257
- }
39258
- var c = new ColorEditorPanel();
39259
- this.b = c;
39260
- var d = this.i.createElement("div");
39261
- var e = this.i.getSubRenderer(d);
39262
- c.provideContainer(e);
39263
- var f = this.i.getExternal(c, null, null);
39264
- return d;
39240
+ return this.h;
39265
39241
  };
39266
- ColorEditorView.prototype.l = function (a, b) {
39242
+ ColorEditorView.prototype.i = function () {
39243
+ var a = new ColorEditorPanel();
39244
+ this.b = a;
39245
+ var b = this.h.createElement("div");
39246
+ var c = this.h.getSubRenderer(b);
39247
+ a.provideContainer(c);
39248
+ var d = this.h.getExternal(a, null, null);
39249
+ return b;
39250
+ };
39251
+ ColorEditorView.prototype.k = function (a, b) {
39267
39252
  var c = a.ao;
39268
- c.append(this.i.getWrapper(b));
39253
+ c.append(this.h.getWrapper(b));
39269
39254
  };
39270
- ColorEditorView.prototype.m = function (a) {
39271
- this.i.append(this.i.getWrapper(a.ao));
39255
+ ColorEditorView.prototype.l = function (a) {
39256
+ this.h.append(this.h.getWrapper(a.ao));
39272
39257
  };
39273
39258
  ColorEditorView.prototype.c = function (a) {
39274
39259
  return this.b;
39275
39260
  };
39276
- ColorEditorView.prototype.s = function (a) {
39277
- if (this.i != null) {
39278
- var b = this.i.rootWrapper.getNativeElement();
39261
+ ColorEditorView.prototype.r = function (a) {
39262
+ if (this.h != null) {
39263
+ var b = this.h.rootWrapper.getNativeElement();
39279
39264
  var c = (b.getBoundingClientRect());
39280
39265
  if (a) {
39281
39266
  c = new igniteuiAngularCore.Rect(0, c.left + window.pageXOffset, c.top + window.pageYOffset, c.width, c.height);
@@ -39284,7 +39269,7 @@
39284
39269
  }
39285
39270
  return null;
39286
39271
  };
39287
- ColorEditorView.prototype.t = function () {
39272
+ ColorEditorView.prototype.s = function () {
39288
39273
  return new igniteuiAngularCore.Size(1, NaN, NaN);
39289
39274
  };
39290
39275
  ColorEditorView.$t = igniteuiAngularCore.markType(ColorEditorView, 'ColorEditorView');
@@ -39336,7 +39321,7 @@
39336
39321
  var a = new ColorEditorView();
39337
39322
  a.a = _this;
39338
39323
  _this.view = a;
39339
- _this.view.r();
39324
+ _this.view.q();
39340
39325
  return _this;
39341
39326
  }
39342
39327
  Object.defineProperty(ColorEditor.prototype, "view", {
@@ -39350,10 +39335,10 @@
39350
39335
  configurable: true
39351
39336
  });
39352
39337
  ColorEditor.prototype.onAttachedToUI = function () {
39353
- this.view.o();
39338
+ this.view.n();
39354
39339
  };
39355
39340
  ColorEditor.prototype.onDetachedFromUI = function () {
39356
- this.view.q();
39341
+ this.view.p();
39357
39342
  };
39358
39343
  ColorEditor.prototype.b4 = function (a, b) {
39359
39344
  if (this.valueChanging != null) {
@@ -39373,12 +39358,12 @@
39373
39358
  this.provideContainer(null);
39374
39359
  };
39375
39360
  ColorEditor.prototype.provideContainer = function (a) {
39376
- this.view.p(a);
39361
+ this.view.o(a);
39377
39362
  };
39378
39363
  Object.defineProperty(ColorEditor.prototype, "u", {
39379
39364
  get: function () {
39380
39365
  if (this.t == null) {
39381
- this.t = new igniteuiAngularCore.SRProvider(this.view.i);
39366
+ this.t = new igniteuiAngularCore.SRProvider(this.view.h);
39382
39367
  this.t.cb("ColorEditor");
39383
39368
  }
39384
39369
  return this.t;
@@ -39716,8 +39701,8 @@
39716
39701
  this.aa = false;
39717
39702
  };
39718
39703
  ColorEditor.prototype.br = function () {
39719
- igniteuiAngularCore.NativeUIWindow.h(15, igniteuiAngularCore.runOn(this, this.b7), this.view.i);
39720
- igniteuiAngularCore.NativeUIWindow.h(9, igniteuiAngularCore.runOn(this, this.b6), this.view.i);
39704
+ igniteuiAngularCore.NativeUIWindow.h(15, igniteuiAngularCore.runOn(this, this.b7), this.view.h);
39705
+ igniteuiAngularCore.NativeUIWindow.h(9, igniteuiAngularCore.runOn(this, this.b6), this.view.h);
39721
39706
  };
39722
39707
  ColorEditor.prototype.bv = function () {
39723
39708
  igniteuiAngularCore.NativeUIWindow.i(15, igniteuiAngularCore.runOn(this, this.b7));
@@ -39739,16 +39724,16 @@
39739
39724
  };
39740
39725
  ColorEditor.prototype.bj = function () {
39741
39726
  var _this = this;
39742
- igniteuiAngularCore.NativeUIComponent.aw(this.view.k(), [12, 2, 7, 0], [2, 2, 2, 2], function (a) {
39727
+ igniteuiAngularCore.NativeUIComponent.aw(this.view.j(), [12, 2, 7, 0], [2, 2, 2, 2], function (a) {
39743
39728
  var b = a[0];
39744
39729
  var c = a[1];
39745
39730
  var d = a[2];
39746
39731
  var e = a[3];
39747
- var f = _this.view.j();
39748
- _this.view.l(e, f);
39732
+ var f = _this.view.i();
39733
+ _this.view.k(e, f);
39749
39734
  b.bo(d);
39750
39735
  d.bo(e);
39751
- _this.view.m(c);
39736
+ _this.view.l(c);
39752
39737
  b.ci = igniteuiAngularCore.BrushUtil.l(255, 255, 255, 255);
39753
39738
  b.cb = 150;
39754
39739
  b.b9 = 8;
@@ -39830,8 +39815,8 @@
39830
39815
  return;
39831
39816
  }
39832
39817
  if (this.s != null) {
39833
- var a = this.view.s(false);
39834
- var b = this.view.t();
39818
+ var a = this.view.r(false);
39819
+ var b = this.view.s();
39835
39820
  var c = b.height;
39836
39821
  var d = 240;
39837
39822
  var e = a.bottom + d;
@@ -39851,7 +39836,7 @@
39851
39836
  };
39852
39837
  ColorEditor.prototype.ce = function (a, b) {
39853
39838
  {
39854
- var c = this.view.s(true);
39839
+ var c = this.view.r(true);
39855
39840
  this.s.cg(c, a, b);
39856
39841
  }
39857
39842
  };
@@ -40982,9 +40967,9 @@
40982
40967
  this._portalManager = new igniteuiAngularCore.PortalManager("colorEditorContent", componentFactoryResolver);
40983
40968
  var ren = new igniteuiAngularCore.AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {}, this._portalManager);
40984
40969
  this._wrapper = ren;
40985
- colorEditor.view.createColorEditorPanel = function () {
40986
- return window.document.createElement("igx-color-editor-panel");
40987
- };
40970
+ //(colorEditor as any).view.createColorEditorPanel = () => {
40971
+ // return window.document.createElement("igx-color-editor-panel");
40972
+ //};
40988
40973
  colorEditor.provideContainer(ren);
40989
40974
  }
40990
40975
  }