igniteui-webcomponents-inputs 7.0.1 → 7.1.0-alpha.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.
- package/bundles/igniteui-webcomponents-inputs.umd.js +198 -197
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/MultiSliderView_combined.js +7 -7
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +180 -180
- package/esm2015/lib/XButtonBridge.js +2 -2
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XComponentBridge.js +2 -1
- package/esm2015/lib/XPopupBridge.js +5 -5
- package/esm5/lib/MultiSliderView_combined.js +7 -7
- package/esm5/lib/NativeUIXInputsFactory_combined.js +180 -180
- package/esm5/lib/XButtonBridge.js +2 -2
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XComponentBridge.js +2 -1
- package/esm5/lib/XPopupBridge.js +5 -5
- package/fesm2015/igniteui-webcomponents-inputs.js +198 -197
- package/fesm5/igniteui-webcomponents-inputs.js +198 -197
- package/package.json +2 -2
|
@@ -126,7 +126,7 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126
126
|
d.clearButtonContent();
|
|
127
127
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
128
128
|
this.ac = c;
|
|
129
|
-
d.appendButtonContent(this.ac.
|
|
129
|
+
d.appendButtonContent(this.ac.ao);
|
|
130
130
|
}
|
|
131
131
|
else {
|
|
132
132
|
this.ac = c;
|
|
@@ -160,7 +160,7 @@ export var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
160
160
|
case 54:
|
|
161
161
|
if (typeCast(NativeUIComponent.$, c) !== null) {
|
|
162
162
|
this.aa = c;
|
|
163
|
-
d.appendButtonContent(this.aa.
|
|
163
|
+
d.appendButtonContent(this.aa.ao);
|
|
164
164
|
}
|
|
165
165
|
break;
|
|
166
166
|
case 0:
|
|
@@ -162,7 +162,7 @@ export var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
162
162
|
XButtonGroupBridge.prototype.addButton = function (a, b) {
|
|
163
163
|
this.v.add(b);
|
|
164
164
|
a.buttons.add(b.d.getMethodTarget(null));
|
|
165
|
-
a.appendContentChild(b.
|
|
165
|
+
a.appendContentChild(b.ao);
|
|
166
166
|
};
|
|
167
167
|
XButtonGroupBridge.prototype.updateButton = function (a, b, c) {
|
|
168
168
|
this.v._inner[b] = c;
|
|
@@ -171,7 +171,7 @@ export var XButtonGroupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
171
171
|
XButtonGroupBridge.prototype.insertButton = function (a, b, c) {
|
|
172
172
|
this.v.insert(b, c);
|
|
173
173
|
a.buttons.insert(b, c.d.getMethodTarget(null));
|
|
174
|
-
a.appendContentChild(c.
|
|
174
|
+
a.appendContentChild(c.ao);
|
|
175
175
|
};
|
|
176
176
|
XButtonGroupBridge.prototype.removeButton = function (a, b) {
|
|
177
177
|
this.v.removeAt(b);
|
|
@@ -47,7 +47,8 @@ export var XComponentBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
47
|
};
|
|
48
48
|
XComponentBridge.prototype.getTargetForBuildInProperty = function (a, b) {
|
|
49
49
|
switch (b) {
|
|
50
|
-
case 108:
|
|
50
|
+
case 108:
|
|
51
|
+
case 121: return a;
|
|
51
52
|
}
|
|
52
53
|
return this.s != null ? this.s : a;
|
|
53
54
|
};
|
package/esm5/lib/XPopupBridge.js
CHANGED
|
@@ -261,7 +261,7 @@ export var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
261
261
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
262
262
|
};
|
|
263
263
|
XPopupBridge.prototype.showRelativeToTarget = function (a, b, c, d) {
|
|
264
|
-
var e = b.
|
|
264
|
+
var e = b.ao.getNativeElement();
|
|
265
265
|
a.cr(e, this.v(c), this.u(d));
|
|
266
266
|
};
|
|
267
267
|
XPopupBridge.prototype.close = function (a) {
|
|
@@ -298,12 +298,12 @@ export var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
298
298
|
XPopupBridge.prototype.addChild = function (a, b) {
|
|
299
299
|
this.ae.add(b);
|
|
300
300
|
var c = a;
|
|
301
|
-
c.appendPopupContent(b.
|
|
301
|
+
c.appendPopupContent(b.ao);
|
|
302
302
|
};
|
|
303
303
|
XPopupBridge.prototype.insertChild = function (a, b, c) {
|
|
304
304
|
this.ae.add(c);
|
|
305
305
|
var d = a;
|
|
306
|
-
d.appendPopupContent(c.
|
|
306
|
+
d.appendPopupContent(c.ao);
|
|
307
307
|
};
|
|
308
308
|
XPopupBridge.prototype.getChildAt = function (a, b) {
|
|
309
309
|
return this.ae._inner[b];
|
|
@@ -313,12 +313,12 @@ export var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
313
313
|
};
|
|
314
314
|
XPopupBridge.prototype.removeChild = function (a, b) {
|
|
315
315
|
var c = a;
|
|
316
|
-
c.removePopupContent(b.
|
|
316
|
+
c.removePopupContent(b.ao);
|
|
317
317
|
this.ae.remove(b);
|
|
318
318
|
};
|
|
319
319
|
XPopupBridge.prototype.removeChildAt = function (a, b) {
|
|
320
320
|
var c = a;
|
|
321
|
-
c.removePopupContent(this.ae._inner[b].
|
|
321
|
+
c.removePopupContent(this.ae._inner[b].ao);
|
|
322
322
|
this.ae.removeAt(b);
|
|
323
323
|
};
|
|
324
324
|
XPopupBridge.$t = markType(XPopupBridge, 'XPopupBridge', XComponentBridge.$, [INativeUIPopupBridge_$type]);
|