igniteui-webcomponents-inputs 7.1.0-beta.0 → 7.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.
- package/bundles/igniteui-webcomponents-inputs.umd.js +45 -60
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/InputGroupView_combined.js +2 -0
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +40 -53
- package/esm2015/lib/igc-color-editor-component.js +3 -3
- package/esm5/lib/InputGroupView_combined.js +2 -0
- package/esm5/lib/NativeUIXInputsFactory_combined.js +41 -58
- package/esm5/lib/igc-color-editor-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-inputs.js +45 -56
- package/fesm5/igniteui-webcomponents-inputs.js +45 -60
- package/lib/NativeUIXInputsFactory_combined.d.ts +12 -15
- package/package.json +2 -2
|
@@ -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,20 +38994,19 @@ 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.
|
|
38997
|
+
_this.h = null;
|
|
38996
38998
|
_this.d = null;
|
|
38997
38999
|
_this.g = new List$1(Delegate_$type, 0);
|
|
38998
39000
|
_this.e = true;
|
|
38999
|
-
_this._createColorEditorPanel = null;
|
|
39000
39001
|
_this.b = null;
|
|
39001
39002
|
return _this;
|
|
39002
39003
|
}
|
|
39003
|
-
ColorEditorView.prototype.
|
|
39004
|
+
ColorEditorView.prototype.q = function () {
|
|
39004
39005
|
};
|
|
39005
39006
|
ColorEditorView.prototype.f = function () {
|
|
39006
39007
|
return true;
|
|
39007
39008
|
};
|
|
39008
|
-
ColorEditorView.prototype.
|
|
39009
|
+
ColorEditorView.prototype.o = function (a) {
|
|
39009
39010
|
var e_2, _a;
|
|
39010
39011
|
if (a == null) {
|
|
39011
39012
|
try {
|
|
@@ -39033,61 +39034,45 @@ var ColorEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39033
39034
|
if (this.a.a == null) {
|
|
39034
39035
|
this.a.a = new DOMExecutionContext(a);
|
|
39035
39036
|
}
|
|
39036
|
-
this.
|
|
39037
|
+
this.h = a;
|
|
39037
39038
|
this.a.bj();
|
|
39038
39039
|
};
|
|
39039
|
-
ColorEditorView.prototype.
|
|
39040
|
+
ColorEditorView.prototype.m = function () {
|
|
39040
39041
|
if (KeyFrameAnimationFactory.h == null) {
|
|
39041
|
-
KeyFrameAnimationFactory.h = this.
|
|
39042
|
+
KeyFrameAnimationFactory.h = this.h;
|
|
39042
39043
|
}
|
|
39043
39044
|
};
|
|
39044
|
-
ColorEditorView.prototype.
|
|
39045
|
+
ColorEditorView.prototype.n = function () {
|
|
39045
39046
|
this.e = true;
|
|
39046
39047
|
};
|
|
39047
|
-
ColorEditorView.prototype.
|
|
39048
|
+
ColorEditorView.prototype.p = function () {
|
|
39048
39049
|
this.e = false;
|
|
39049
39050
|
};
|
|
39050
|
-
ColorEditorView.prototype.k = function () {
|
|
39051
|
-
return this.i;
|
|
39052
|
-
};
|
|
39053
|
-
Object.defineProperty(ColorEditorView.prototype, "createColorEditorPanel", {
|
|
39054
|
-
get: function () {
|
|
39055
|
-
return this._createColorEditorPanel;
|
|
39056
|
-
},
|
|
39057
|
-
set: function (a) {
|
|
39058
|
-
this._createColorEditorPanel = a;
|
|
39059
|
-
},
|
|
39060
|
-
enumerable: false,
|
|
39061
|
-
configurable: true
|
|
39062
|
-
});
|
|
39063
39051
|
ColorEditorView.prototype.j = function () {
|
|
39064
|
-
|
|
39065
|
-
var a = this.createColorEditorPanel();
|
|
39066
|
-
var b = this.i.getWrapper(a);
|
|
39067
|
-
this.b = (a.i);
|
|
39068
|
-
return a;
|
|
39069
|
-
}
|
|
39070
|
-
var c = new ColorEditorPanel();
|
|
39071
|
-
this.b = c;
|
|
39072
|
-
var d = this.i.createElement("div");
|
|
39073
|
-
var e = this.i.getSubRenderer(d);
|
|
39074
|
-
c.provideContainer(e);
|
|
39075
|
-
var f = this.i.getExternal(c, null, null);
|
|
39076
|
-
return d;
|
|
39052
|
+
return this.h;
|
|
39077
39053
|
};
|
|
39078
|
-
ColorEditorView.prototype.
|
|
39054
|
+
ColorEditorView.prototype.i = function () {
|
|
39055
|
+
var a = new ColorEditorPanel();
|
|
39056
|
+
this.b = a;
|
|
39057
|
+
var b = this.h.createElement("div");
|
|
39058
|
+
var c = this.h.getSubRenderer(b);
|
|
39059
|
+
a.provideContainer(c);
|
|
39060
|
+
var d = this.h.getExternal(a, null, null);
|
|
39061
|
+
return b;
|
|
39062
|
+
};
|
|
39063
|
+
ColorEditorView.prototype.k = function (a, b) {
|
|
39079
39064
|
var c = a.ao;
|
|
39080
|
-
c.append(this.
|
|
39065
|
+
c.append(this.h.getWrapper(b));
|
|
39081
39066
|
};
|
|
39082
|
-
ColorEditorView.prototype.
|
|
39083
|
-
this.
|
|
39067
|
+
ColorEditorView.prototype.l = function (a) {
|
|
39068
|
+
this.h.append(this.h.getWrapper(a.ao));
|
|
39084
39069
|
};
|
|
39085
39070
|
ColorEditorView.prototype.c = function (a) {
|
|
39086
39071
|
return this.b;
|
|
39087
39072
|
};
|
|
39088
|
-
ColorEditorView.prototype.
|
|
39089
|
-
if (this.
|
|
39090
|
-
var b = this.
|
|
39073
|
+
ColorEditorView.prototype.r = function (a) {
|
|
39074
|
+
if (this.h != null) {
|
|
39075
|
+
var b = this.h.rootWrapper.getNativeElement();
|
|
39091
39076
|
var c = (b.getBoundingClientRect());
|
|
39092
39077
|
if (a) {
|
|
39093
39078
|
c = new Rect(0, c.left + window.pageXOffset, c.top + window.pageYOffset, c.width, c.height);
|
|
@@ -39096,7 +39081,7 @@ var ColorEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39096
39081
|
}
|
|
39097
39082
|
return null;
|
|
39098
39083
|
};
|
|
39099
|
-
ColorEditorView.prototype.
|
|
39084
|
+
ColorEditorView.prototype.s = function () {
|
|
39100
39085
|
return new Size(1, NaN, NaN);
|
|
39101
39086
|
};
|
|
39102
39087
|
ColorEditorView.$t = markType(ColorEditorView, 'ColorEditorView');
|
|
@@ -39148,7 +39133,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39148
39133
|
var a = new ColorEditorView();
|
|
39149
39134
|
a.a = _this;
|
|
39150
39135
|
_this.view = a;
|
|
39151
|
-
_this.view.
|
|
39136
|
+
_this.view.q();
|
|
39152
39137
|
return _this;
|
|
39153
39138
|
}
|
|
39154
39139
|
Object.defineProperty(ColorEditor.prototype, "view", {
|
|
@@ -39162,10 +39147,10 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39162
39147
|
configurable: true
|
|
39163
39148
|
});
|
|
39164
39149
|
ColorEditor.prototype.onAttachedToUI = function () {
|
|
39165
|
-
this.view.
|
|
39150
|
+
this.view.n();
|
|
39166
39151
|
};
|
|
39167
39152
|
ColorEditor.prototype.onDetachedFromUI = function () {
|
|
39168
|
-
this.view.
|
|
39153
|
+
this.view.p();
|
|
39169
39154
|
};
|
|
39170
39155
|
ColorEditor.prototype.b4 = function (a, b) {
|
|
39171
39156
|
if (this.valueChanging != null) {
|
|
@@ -39185,12 +39170,12 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39185
39170
|
this.provideContainer(null);
|
|
39186
39171
|
};
|
|
39187
39172
|
ColorEditor.prototype.provideContainer = function (a) {
|
|
39188
|
-
this.view.
|
|
39173
|
+
this.view.o(a);
|
|
39189
39174
|
};
|
|
39190
39175
|
Object.defineProperty(ColorEditor.prototype, "u", {
|
|
39191
39176
|
get: function () {
|
|
39192
39177
|
if (this.t == null) {
|
|
39193
|
-
this.t = new SRProvider(this.view.
|
|
39178
|
+
this.t = new SRProvider(this.view.h);
|
|
39194
39179
|
this.t.cb("ColorEditor");
|
|
39195
39180
|
}
|
|
39196
39181
|
return this.t;
|
|
@@ -39528,8 +39513,8 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39528
39513
|
this.aa = false;
|
|
39529
39514
|
};
|
|
39530
39515
|
ColorEditor.prototype.br = function () {
|
|
39531
|
-
NativeUIWindow.h(15, runOn(this, this.b7), this.view.
|
|
39532
|
-
NativeUIWindow.h(9, runOn(this, this.b6), this.view.
|
|
39516
|
+
NativeUIWindow.h(15, runOn(this, this.b7), this.view.h);
|
|
39517
|
+
NativeUIWindow.h(9, runOn(this, this.b6), this.view.h);
|
|
39533
39518
|
};
|
|
39534
39519
|
ColorEditor.prototype.bv = function () {
|
|
39535
39520
|
NativeUIWindow.i(15, runOn(this, this.b7));
|
|
@@ -39551,16 +39536,16 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39551
39536
|
};
|
|
39552
39537
|
ColorEditor.prototype.bj = function () {
|
|
39553
39538
|
var _this = this;
|
|
39554
|
-
NativeUIComponent.aw(this.view.
|
|
39539
|
+
NativeUIComponent.aw(this.view.j(), [12, 2, 7, 0], [2, 2, 2, 2], function (a) {
|
|
39555
39540
|
var b = a[0];
|
|
39556
39541
|
var c = a[1];
|
|
39557
39542
|
var d = a[2];
|
|
39558
39543
|
var e = a[3];
|
|
39559
|
-
var f = _this.view.
|
|
39560
|
-
_this.view.
|
|
39544
|
+
var f = _this.view.i();
|
|
39545
|
+
_this.view.k(e, f);
|
|
39561
39546
|
b.bo(d);
|
|
39562
39547
|
d.bo(e);
|
|
39563
|
-
_this.view.
|
|
39548
|
+
_this.view.l(c);
|
|
39564
39549
|
b.ci = BrushUtil.l(255, 255, 255, 255);
|
|
39565
39550
|
b.cb = 150;
|
|
39566
39551
|
b.b9 = 8;
|
|
@@ -39642,8 +39627,8 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39642
39627
|
return;
|
|
39643
39628
|
}
|
|
39644
39629
|
if (this.s != null) {
|
|
39645
|
-
var a = this.view.
|
|
39646
|
-
var b = this.view.
|
|
39630
|
+
var a = this.view.r(false);
|
|
39631
|
+
var b = this.view.s();
|
|
39647
39632
|
var c = b.height;
|
|
39648
39633
|
var d = 240;
|
|
39649
39634
|
var e = a.bottom + d;
|
|
@@ -39663,7 +39648,7 @@ var ColorEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39663
39648
|
};
|
|
39664
39649
|
ColorEditor.prototype.ce = function (a, b) {
|
|
39665
39650
|
{
|
|
39666
|
-
var c = this.view.
|
|
39651
|
+
var c = this.view.r(true);
|
|
39667
39652
|
this.s.cg(c, a, b);
|
|
39668
39653
|
}
|
|
39669
39654
|
};
|
|
@@ -40799,9 +40784,9 @@ var IgcColorEditorComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40799
40784
|
_this._wrapper = _this._renderer;
|
|
40800
40785
|
var colorEditor = _this.i;
|
|
40801
40786
|
_this._colorEditor = colorEditor;
|
|
40802
|
-
colorEditor.view.createColorEditorPanel =
|
|
40803
|
-
|
|
40804
|
-
};
|
|
40787
|
+
//(colorEditor as any).view.createColorEditorPanel = () => {
|
|
40788
|
+
// return document.createElement("igc-color-editor-panel");
|
|
40789
|
+
//};
|
|
40805
40790
|
colorEditor.provideContainer(_this._renderer);
|
|
40806
40791
|
_this._onChildrenChanged();
|
|
40807
40792
|
//Checkbox.notifySizeChanged();
|
|
@@ -154,27 +154,24 @@ export declare class ColorEditorView extends Base {
|
|
|
154
154
|
static $t: Type;
|
|
155
155
|
constructor();
|
|
156
156
|
a: ColorEditor;
|
|
157
|
-
|
|
157
|
+
q(): void;
|
|
158
158
|
f(): boolean;
|
|
159
|
-
|
|
159
|
+
h: DomRenderer;
|
|
160
160
|
private d;
|
|
161
161
|
private g;
|
|
162
|
-
|
|
163
|
-
|
|
162
|
+
o(a: DomRenderer): void;
|
|
163
|
+
m(): void;
|
|
164
164
|
private e;
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
k(): any;
|
|
168
|
-
private _createColorEditorPanel;
|
|
169
|
-
get createColorEditorPanel(): () => any;
|
|
170
|
-
set createColorEditorPanel(a: () => any);
|
|
171
|
-
private b;
|
|
165
|
+
n(): void;
|
|
166
|
+
p(): void;
|
|
172
167
|
j(): any;
|
|
173
|
-
|
|
174
|
-
|
|
168
|
+
private b;
|
|
169
|
+
i(): any;
|
|
170
|
+
k(a: NativeUIContent, b: any): void;
|
|
171
|
+
l(a: NativeUIComponent): void;
|
|
175
172
|
c(a: any): ColorEditorPanel;
|
|
176
|
-
|
|
177
|
-
|
|
173
|
+
r(a: boolean): Rect;
|
|
174
|
+
s(): Size;
|
|
178
175
|
}
|
|
179
176
|
/**
|
|
180
177
|
* @hidden
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-inputs",
|
|
3
|
-
"version": "7.1.0-beta.
|
|
3
|
+
"version": "7.1.0-beta.2",
|
|
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-beta.
|
|
17
|
+
"igniteui-webcomponents-core": "7.1.0-beta.2"
|
|
18
18
|
},
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"typings": "igniteui-webcomponents-inputs.d.ts",
|