igniteui-webcomponents-inputs 4.3.2 → 4.3.3-beta.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.
- package/License +1 -1
- package/bundles/igniteui-webcomponents-inputs.umd.js +277 -204
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +16 -16
- package/esm2015/lib/CalendarView_combined.js +5 -5
- package/esm2015/lib/CheckboxView_combined.js +22 -22
- package/esm2015/lib/DatePickerView_combined.js +97 -75
- package/esm2015/lib/IconView_combined.js +20 -20
- package/esm2015/lib/InputGroupView_combined.js +31 -31
- package/esm2015/lib/RippleView_combined.js +1 -1
- package/esm2015/lib/XPopupBridge.js +40 -34
- package/esm2015/lib/igc-button-click-event-args.js +6 -0
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js +6 -0
- package/esm2015/lib/igc-checkbox-change-event-args.js +6 -0
- package/esm2015/lib/igc-got-focus-event-args.js +6 -0
- package/esm2015/lib/igc-input-change-event-args.js +6 -0
- package/esm2015/lib/igc-lost-focus-event-args.js +6 -0
- package/esm2015/lib/igc-selected-value-changed-event-args.js +6 -0
- package/esm2015/lib/igc-x-input-group-item-component.js +3 -0
- package/esm5/lib/ButtonView_combined.js +16 -16
- package/esm5/lib/CalendarView_combined.js +5 -5
- package/esm5/lib/CheckboxView_combined.js +22 -22
- package/esm5/lib/DatePickerView_combined.js +97 -75
- package/esm5/lib/IconView_combined.js +20 -20
- package/esm5/lib/InputGroupView_combined.js +31 -31
- package/esm5/lib/RippleView_combined.js +1 -1
- package/esm5/lib/XPopupBridge.js +40 -34
- package/esm5/lib/igc-button-click-event-args.js +6 -0
- package/esm5/lib/igc-button-group-selection-changed-event-args.js +6 -0
- package/esm5/lib/igc-checkbox-change-event-args.js +6 -0
- package/esm5/lib/igc-got-focus-event-args.js +6 -0
- package/esm5/lib/igc-input-change-event-args.js +6 -0
- package/esm5/lib/igc-lost-focus-event-args.js +6 -0
- package/esm5/lib/igc-selected-value-changed-event-args.js +6 -0
- package/esm5/lib/igc-x-input-group-item-component.js +3 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +277 -204
- package/fesm5/igniteui-webcomponents-inputs.js +277 -204
- package/lib/DatePickerView_combined.d.ts +31 -27
- package/package.json +2 -2
|
@@ -179,7 +179,7 @@ var InputGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
179
179
|
g.setStyleProperty("height", "2px");
|
|
180
180
|
g.setStyleProperty("display", "block");
|
|
181
181
|
g.setStyleProperty("pointer-events", "none");
|
|
182
|
-
NativeUI.
|
|
182
|
+
NativeUI.af(g, ((function () {
|
|
183
183
|
var $ret = new ScaleTransform();
|
|
184
184
|
$ret.l = 0.5;
|
|
185
185
|
$ret.m = 1;
|
|
@@ -401,7 +401,7 @@ var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
401
401
|
$ret.m = 1;
|
|
402
402
|
return $ret;
|
|
403
403
|
})()));
|
|
404
|
-
NativeUI.
|
|
404
|
+
NativeUI.af(this.g.rootWrapper, a);
|
|
405
405
|
this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
406
406
|
};
|
|
407
407
|
SuffixView.prototype.f = function () {
|
|
@@ -530,7 +530,7 @@ var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
530
530
|
$ret.m = 1;
|
|
531
531
|
return $ret;
|
|
532
532
|
})()));
|
|
533
|
-
NativeUI.
|
|
533
|
+
NativeUI.af(this.g.rootWrapper, a);
|
|
534
534
|
this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
535
535
|
};
|
|
536
536
|
PrefixView.prototype.f = function () {
|
|
@@ -673,7 +673,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
673
673
|
c.setStyleProperty("overflow", "hidden");
|
|
674
674
|
c.setStyleProperty("height", "1.125rem");
|
|
675
675
|
c.setStyleProperty("backface-visibility", "hidden");
|
|
676
|
-
NativeUI.
|
|
676
|
+
NativeUI.q(this.k.rootWrapper, this.c.cz);
|
|
677
677
|
c.setStyleProperty("outline-style", "none");
|
|
678
678
|
c.setStyleProperty("box-shadow", "none");
|
|
679
679
|
c.setStyleProperty("font-family", "Verdana");
|
|
@@ -700,7 +700,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
700
700
|
$ret.m = 1;
|
|
701
701
|
return $ret;
|
|
702
702
|
})()));
|
|
703
|
-
NativeUI.
|
|
703
|
+
NativeUI.af(this.k.rootWrapper, a);
|
|
704
704
|
this.l.setStyleProperty("height", "1.125rem");
|
|
705
705
|
this.k.rootWrapper.setStyleProperty("position", "absolute");
|
|
706
706
|
this.k.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
@@ -835,7 +835,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
835
835
|
}
|
|
836
836
|
};
|
|
837
837
|
LabelView.prototype.ad = function (a) {
|
|
838
|
-
NativeUI.
|
|
838
|
+
NativeUI.q(this.l, a);
|
|
839
839
|
};
|
|
840
840
|
LabelView.$t = markType(LabelView, 'LabelView');
|
|
841
841
|
return LabelView;
|
|
@@ -933,7 +933,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
933
933
|
c.setStyleProperty("background-attachment", "initial");
|
|
934
934
|
c.setStyleProperty("background-origin", "initial");
|
|
935
935
|
c.setStyleProperty("background-color", "transparent");
|
|
936
|
-
NativeUI.
|
|
936
|
+
NativeUI.q(c, this.b.d4);
|
|
937
937
|
c.setStyleProperty("outline-style", "none");
|
|
938
938
|
c.setStyleProperty("box-shadow", "none");
|
|
939
939
|
c.setStyleProperty("border-top", "0.1875rem solid transparent");
|
|
@@ -1061,7 +1061,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1061
1061
|
$ret.m = 1;
|
|
1062
1062
|
return $ret;
|
|
1063
1063
|
})()));
|
|
1064
|
-
NativeUI.
|
|
1064
|
+
NativeUI.af(this.l.rootWrapper, b);
|
|
1065
1065
|
this.l.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
1066
1066
|
};
|
|
1067
1067
|
InputView.prototype.k = function () {
|
|
@@ -2201,7 +2201,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2201
2201
|
this.jv();
|
|
2202
2202
|
break;
|
|
2203
2203
|
case "IsDisabled":
|
|
2204
|
-
NativeUI.
|
|
2204
|
+
NativeUI.u(this.view.v, !this.disabled);
|
|
2205
2205
|
break;
|
|
2206
2206
|
}
|
|
2207
2207
|
};
|
|
@@ -2388,44 +2388,44 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2388
2388
|
var e = this.v != null && this.v.playState == 1;
|
|
2389
2389
|
var f = this.w != null && this.w.playState == 1;
|
|
2390
2390
|
var g = this.u != null && this.u.playState == 1;
|
|
2391
|
-
NativeUI.
|
|
2392
|
-
NativeUI.
|
|
2393
|
-
NativeUI.
|
|
2394
|
-
NativeUI.
|
|
2391
|
+
NativeUI.o(a, this.ko);
|
|
2392
|
+
NativeUI.o(b, this.ko);
|
|
2393
|
+
NativeUI.m(a, this.l5);
|
|
2394
|
+
NativeUI.z(a, this.oe);
|
|
2395
2395
|
if (this.ao) {
|
|
2396
2396
|
if (!g) {
|
|
2397
|
-
NativeUI.
|
|
2398
|
-
NativeUI.
|
|
2397
|
+
NativeUI.n(b, this.l7);
|
|
2398
|
+
NativeUI.p(b, new Thickness(0, this.ch));
|
|
2399
2399
|
}
|
|
2400
2400
|
if (!f) {
|
|
2401
|
-
NativeUI.
|
|
2401
|
+
NativeUI.m(c, this.l8);
|
|
2402
2402
|
}
|
|
2403
2403
|
}
|
|
2404
2404
|
else {
|
|
2405
2405
|
if (!f) {
|
|
2406
2406
|
if (this.ap) {
|
|
2407
|
-
NativeUI.
|
|
2408
|
-
NativeUI.
|
|
2409
|
-
NativeUI.
|
|
2407
|
+
NativeUI.m(c, this.l9);
|
|
2408
|
+
NativeUI.y(c, this.ck);
|
|
2409
|
+
NativeUI.t(c, this.cl);
|
|
2410
2410
|
}
|
|
2411
2411
|
else {
|
|
2412
|
-
NativeUI.
|
|
2413
|
-
NativeUI.
|
|
2414
|
-
NativeUI.
|
|
2412
|
+
NativeUI.m(c, this.ma);
|
|
2413
|
+
NativeUI.y(c, this.cm);
|
|
2414
|
+
NativeUI.t(c, this.cp);
|
|
2415
2415
|
}
|
|
2416
2416
|
}
|
|
2417
2417
|
if (!g) {
|
|
2418
|
-
NativeUI.
|
|
2419
|
-
NativeUI.
|
|
2418
|
+
NativeUI.n(b, this.l6);
|
|
2419
|
+
NativeUI.p(b, new Thickness(0, this.cg));
|
|
2420
2420
|
}
|
|
2421
2421
|
if (!f) {
|
|
2422
|
-
NativeUI.
|
|
2422
|
+
NativeUI.m(a, this.l5);
|
|
2423
2423
|
}
|
|
2424
2424
|
}
|
|
2425
2425
|
if (!e) {
|
|
2426
|
-
NativeUI.
|
|
2427
|
-
NativeUI.
|
|
2428
|
-
NativeUI.
|
|
2426
|
+
NativeUI.m(d, this.mb);
|
|
2427
|
+
NativeUI.t(d, this.co);
|
|
2428
|
+
NativeUI.y(d, this.cn);
|
|
2429
2429
|
}
|
|
2430
2430
|
};
|
|
2431
2431
|
Object.defineProperty(XInputGroup.prototype, "a", {
|
|
@@ -5659,7 +5659,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5659
5659
|
a.c = this.p;
|
|
5660
5660
|
a.e = this.t;
|
|
5661
5661
|
a.d = this.s;
|
|
5662
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
5662
|
+
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
5663
5663
|
a.b = this.l;
|
|
5664
5664
|
a.i = this.an;
|
|
5665
5665
|
a.g = this.al;
|
|
@@ -6010,7 +6010,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6010
6010
|
if (this.ad != null) {
|
|
6011
6011
|
this.view.bb(this.ad);
|
|
6012
6012
|
}
|
|
6013
|
-
NativeUI.
|
|
6013
|
+
NativeUI.q(this.view.q, this.d4);
|
|
6014
6014
|
this.view.a6();
|
|
6015
6015
|
};
|
|
6016
6016
|
Object.defineProperty(XInput.prototype, "d4", {
|
|
@@ -6455,7 +6455,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6455
6455
|
a.j = this.ce;
|
|
6456
6456
|
a.m = this.ci;
|
|
6457
6457
|
a.d = this.au;
|
|
6458
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
6458
|
+
a.a = AppearanceHelper.a(NativeUI.al(b));
|
|
6459
6459
|
a.i = this.b8;
|
|
6460
6460
|
a.l = this.cg;
|
|
6461
6461
|
a.e = this.aw;
|
|
@@ -140,7 +140,7 @@ var RippleView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
140
140
|
d.setStyleProperty("pointer-events", "none");
|
|
141
141
|
d.setStyleProperty("border-radius", c + "px");
|
|
142
142
|
d.setStyleProperty("opacity", ".5");
|
|
143
|
-
NativeUI.
|
|
143
|
+
NativeUI.af(d, ((function () {
|
|
144
144
|
var $ret = new ScaleTransform();
|
|
145
145
|
$ret.l = 0.3;
|
|
146
146
|
$ret.m = 0.3;
|
package/esm5/lib/XPopupBridge.js
CHANGED
|
@@ -150,25 +150,26 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150
150
|
XPopupBridge.prototype.getValue = function (a, b) {
|
|
151
151
|
var c = a;
|
|
152
152
|
switch (b) {
|
|
153
|
-
case 22: return c.
|
|
154
|
-
case 25: return c.
|
|
155
|
-
case 26: return c.
|
|
156
|
-
case 17: return c.
|
|
157
|
-
case 23: return c.
|
|
158
|
-
case 35: switch (c.
|
|
153
|
+
case 22: return c.av;
|
|
154
|
+
case 25: return c.al;
|
|
155
|
+
case 26: return c.a6;
|
|
156
|
+
case 17: return c.ay;
|
|
157
|
+
case 23: return c.cn;
|
|
158
|
+
case 35: switch (c.o) {
|
|
159
159
|
case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
|
|
160
160
|
default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
|
|
161
161
|
}
|
|
162
|
-
case 36: return c.
|
|
163
|
-
case 37: return c.
|
|
164
|
-
case 40: return c.
|
|
165
|
-
case 41: return c.
|
|
166
|
-
case 43: switch (c.
|
|
167
|
-
case
|
|
168
|
-
default: return enumGetBox(NativeUIPopupPointerPosition_$type,
|
|
162
|
+
case 36: return c.ar;
|
|
163
|
+
case 37: return c.aq;
|
|
164
|
+
case 40: return c.a8;
|
|
165
|
+
case 41: return c.as;
|
|
166
|
+
case 43: switch (c.t) {
|
|
167
|
+
case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
|
|
168
|
+
default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
|
|
169
169
|
}
|
|
170
|
-
case 42: return c.
|
|
171
|
-
case 39: return c.
|
|
170
|
+
case 42: return c.cr;
|
|
171
|
+
case 39: return c.an;
|
|
172
|
+
case 61: return c.a1;
|
|
172
173
|
}
|
|
173
174
|
return _super.prototype.getValue.call(this, a, b);
|
|
174
175
|
};
|
|
@@ -176,54 +177,57 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
176
177
|
var d = a;
|
|
177
178
|
switch (b) {
|
|
178
179
|
case 25:
|
|
179
|
-
d.
|
|
180
|
+
d.al = c;
|
|
180
181
|
break;
|
|
181
182
|
case 26:
|
|
182
|
-
d.
|
|
183
|
+
d.a6 = typeGetValue(c);
|
|
183
184
|
break;
|
|
184
185
|
case 17:
|
|
185
|
-
d.
|
|
186
|
+
d.ay = c;
|
|
186
187
|
break;
|
|
187
188
|
case 23:
|
|
188
|
-
d.
|
|
189
|
+
d.cn = c;
|
|
189
190
|
break;
|
|
190
191
|
case 35:
|
|
191
192
|
switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
|
|
192
193
|
case 1:
|
|
193
|
-
d.
|
|
194
|
+
d.o = 1;
|
|
194
195
|
break;
|
|
195
196
|
default:
|
|
196
|
-
d.
|
|
197
|
+
d.o = 0;
|
|
197
198
|
break;
|
|
198
199
|
}
|
|
199
200
|
break;
|
|
200
201
|
case 36:
|
|
201
|
-
d.
|
|
202
|
+
d.ar = c;
|
|
202
203
|
break;
|
|
203
204
|
case 37:
|
|
204
|
-
d.
|
|
205
|
+
d.aq = c;
|
|
205
206
|
break;
|
|
206
207
|
case 40:
|
|
207
|
-
d.
|
|
208
|
+
d.a8 = typeGetValue(c);
|
|
208
209
|
break;
|
|
209
210
|
case 41:
|
|
210
|
-
d.
|
|
211
|
+
d.as = c;
|
|
211
212
|
break;
|
|
212
213
|
case 42:
|
|
213
|
-
d.
|
|
214
|
+
d.cr = c;
|
|
214
215
|
break;
|
|
215
216
|
case 43:
|
|
216
217
|
switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
|
|
217
|
-
case 0:
|
|
218
|
-
d.q = 0;
|
|
219
|
-
break;
|
|
220
218
|
case 1:
|
|
221
|
-
d.
|
|
219
|
+
d.t = 1;
|
|
220
|
+
break;
|
|
221
|
+
case 2:
|
|
222
|
+
d.t = 2;
|
|
222
223
|
break;
|
|
223
224
|
}
|
|
224
225
|
break;
|
|
225
226
|
case 39:
|
|
226
|
-
d.
|
|
227
|
+
d.an = c;
|
|
228
|
+
break;
|
|
229
|
+
case 61:
|
|
230
|
+
d.a1 = c;
|
|
227
231
|
break;
|
|
228
232
|
}
|
|
229
233
|
_super.prototype.setValue.call(this, a, b, c);
|
|
@@ -232,19 +236,21 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
232
236
|
a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
|
|
233
237
|
};
|
|
234
238
|
XPopupBridge.prototype.close = function (a) {
|
|
235
|
-
a.
|
|
239
|
+
a.bx();
|
|
236
240
|
};
|
|
237
241
|
XPopupBridge.prototype.notifyContentSizeChanged = function (a) {
|
|
238
|
-
a.
|
|
242
|
+
a.b0();
|
|
239
243
|
};
|
|
240
244
|
XPopupBridge.prototype.notifyExclusionRectChanged = function (a, b) {
|
|
241
|
-
a.
|
|
245
|
+
a.b1(b);
|
|
242
246
|
};
|
|
243
247
|
XPopupBridge.prototype.v = function (a) {
|
|
244
248
|
switch (a) {
|
|
245
249
|
case 0: return 0;
|
|
246
250
|
case 1: return 1;
|
|
247
251
|
case 2: return 2;
|
|
252
|
+
case 3: return 3;
|
|
253
|
+
case 4: return 4;
|
|
248
254
|
default: return 0;
|
|
249
255
|
}
|
|
250
256
|
};
|
|
@@ -4,6 +4,9 @@ var IgcButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
5
|
this._implementation.externalObject = this;
|
|
6
6
|
this.onImplementationCreated();
|
|
7
|
+
if (this._initializeAdapters) {
|
|
8
|
+
this._initializeAdapters();
|
|
9
|
+
}
|
|
7
10
|
}
|
|
8
11
|
IgcButtonClickEventArgs.prototype.createImplementation = function () {
|
|
9
12
|
return new ButtonClickEventArgs_internal();
|
|
@@ -24,6 +27,9 @@ var IgcButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
24
27
|
this._implementation = i;
|
|
25
28
|
this._implementation.externalObject = this;
|
|
26
29
|
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
27
33
|
};
|
|
28
34
|
return IgcButtonClickEventArgs;
|
|
29
35
|
}());
|
|
@@ -4,6 +4,9 @@ var IgcButtonGroupSelectionChangedEventArgs = /** @class */ /*@__PURE__*/ (funct
|
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
5
|
this._implementation.externalObject = this;
|
|
6
6
|
this.onImplementationCreated();
|
|
7
|
+
if (this._initializeAdapters) {
|
|
8
|
+
this._initializeAdapters();
|
|
9
|
+
}
|
|
7
10
|
}
|
|
8
11
|
IgcButtonGroupSelectionChangedEventArgs.prototype.createImplementation = function () {
|
|
9
12
|
return new ButtonGroupSelectionChangedEventArgs_internal();
|
|
@@ -24,6 +27,9 @@ var IgcButtonGroupSelectionChangedEventArgs = /** @class */ /*@__PURE__*/ (funct
|
|
|
24
27
|
this._implementation = i;
|
|
25
28
|
this._implementation.externalObject = this;
|
|
26
29
|
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
27
33
|
};
|
|
28
34
|
return IgcButtonGroupSelectionChangedEventArgs;
|
|
29
35
|
}());
|
|
@@ -5,6 +5,9 @@ var IgcCheckboxChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
5
5
|
this._implementation = this.createImplementation();
|
|
6
6
|
this._implementation.externalObject = this;
|
|
7
7
|
this.onImplementationCreated();
|
|
8
|
+
if (this._initializeAdapters) {
|
|
9
|
+
this._initializeAdapters();
|
|
10
|
+
}
|
|
8
11
|
}
|
|
9
12
|
IgcCheckboxChangeEventArgs.prototype.createImplementation = function () {
|
|
10
13
|
return new CheckboxChangeEventArgs_internal();
|
|
@@ -25,6 +28,9 @@ var IgcCheckboxChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
25
28
|
this._implementation = i;
|
|
26
29
|
this._implementation.externalObject = this;
|
|
27
30
|
this.onImplementationCreated();
|
|
31
|
+
if (this._initializeAdapters) {
|
|
32
|
+
this._initializeAdapters();
|
|
33
|
+
}
|
|
28
34
|
};
|
|
29
35
|
Object.defineProperty(IgcCheckboxChangeEventArgs.prototype, "isChecked", {
|
|
30
36
|
get: function () {
|
|
@@ -4,6 +4,9 @@ var IgcGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
5
|
this._implementation.externalObject = this;
|
|
6
6
|
this.onImplementationCreated();
|
|
7
|
+
if (this._initializeAdapters) {
|
|
8
|
+
this._initializeAdapters();
|
|
9
|
+
}
|
|
7
10
|
}
|
|
8
11
|
IgcGotFocusEventArgs.prototype.createImplementation = function () {
|
|
9
12
|
return new GotFocusEventArgs_internal();
|
|
@@ -24,6 +27,9 @@ var IgcGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
24
27
|
this._implementation = i;
|
|
25
28
|
this._implementation.externalObject = this;
|
|
26
29
|
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
27
33
|
};
|
|
28
34
|
return IgcGotFocusEventArgs;
|
|
29
35
|
}());
|
|
@@ -5,6 +5,9 @@ var IgcInputChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
5
5
|
this._implementation = this.createImplementation();
|
|
6
6
|
this._implementation.externalObject = this;
|
|
7
7
|
this.onImplementationCreated();
|
|
8
|
+
if (this._initializeAdapters) {
|
|
9
|
+
this._initializeAdapters();
|
|
10
|
+
}
|
|
8
11
|
}
|
|
9
12
|
IgcInputChangeEventArgs.prototype.createImplementation = function () {
|
|
10
13
|
return new InputChangeEventArgs_internal();
|
|
@@ -25,6 +28,9 @@ var IgcInputChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
25
28
|
this._implementation = i;
|
|
26
29
|
this._implementation.externalObject = this;
|
|
27
30
|
this.onImplementationCreated();
|
|
31
|
+
if (this._initializeAdapters) {
|
|
32
|
+
this._initializeAdapters();
|
|
33
|
+
}
|
|
28
34
|
};
|
|
29
35
|
Object.defineProperty(IgcInputChangeEventArgs.prototype, "value", {
|
|
30
36
|
get: function () {
|
|
@@ -4,6 +4,9 @@ var IgcLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
5
|
this._implementation.externalObject = this;
|
|
6
6
|
this.onImplementationCreated();
|
|
7
|
+
if (this._initializeAdapters) {
|
|
8
|
+
this._initializeAdapters();
|
|
9
|
+
}
|
|
7
10
|
}
|
|
8
11
|
IgcLostFocusEventArgs.prototype.createImplementation = function () {
|
|
9
12
|
return new LostFocusEventArgs_internal();
|
|
@@ -24,6 +27,9 @@ var IgcLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
24
27
|
this._implementation = i;
|
|
25
28
|
this._implementation.externalObject = this;
|
|
26
29
|
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
27
33
|
};
|
|
28
34
|
return IgcLostFocusEventArgs;
|
|
29
35
|
}());
|
|
@@ -4,6 +4,9 @@ var IgcSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
5
|
this._implementation.externalObject = this;
|
|
6
6
|
this.onImplementationCreated();
|
|
7
|
+
if (this._initializeAdapters) {
|
|
8
|
+
this._initializeAdapters();
|
|
9
|
+
}
|
|
7
10
|
}
|
|
8
11
|
IgcSelectedValueChangedEventArgs.prototype.createImplementation = function () {
|
|
9
12
|
return new SelectedValueChangedEventArgs_internal();
|
|
@@ -24,6 +27,9 @@ var IgcSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
24
27
|
this._implementation = i;
|
|
25
28
|
this._implementation.externalObject = this;
|
|
26
29
|
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
27
33
|
};
|
|
28
34
|
Object.defineProperty(IgcSelectedValueChangedEventArgs.prototype, "oldValue", {
|
|
29
35
|
get: function () {
|
|
@@ -21,6 +21,9 @@ var IgcXInputGroupItemComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
21
21
|
_this._implementation = _this.createImplementation();
|
|
22
22
|
_this._implementation.externalObject = _this;
|
|
23
23
|
_this.onImplementationCreated();
|
|
24
|
+
if (_this._initializeAdapters) {
|
|
25
|
+
_this._initializeAdapters();
|
|
26
|
+
}
|
|
24
27
|
return _this;
|
|
25
28
|
}
|
|
26
29
|
IgcXInputGroupItemComponent.prototype.createImplementation = function () {
|