igniteui-webcomponents-inputs 3.2.3 → 3.2.4
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 +196 -159
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/DatePickerView_combined.js +2 -2
- package/esm2015/lib/InputGroupView_combined.js +153 -145
- package/esm2015/lib/KEYCODES.js +1 -1
- package/esm2015/lib/igc-x-input-component.js +41 -17
- package/esm5/lib/DatePickerView_combined.js +2 -2
- package/esm5/lib/InputGroupView_combined.js +147 -139
- package/esm5/lib/KEYCODES.js +1 -1
- package/esm5/lib/igc-x-input-component.js +46 -17
- package/fesm2015/igniteui-webcomponents-inputs.js +197 -165
- package/fesm5/igniteui-webcomponents-inputs.js +196 -159
- package/lib/InputGroupView_combined.d.ts +30 -30
- package/lib/KEYCODES.d.ts +1 -0
- package/lib/igc-x-input-component.d.ts +3 -0
- package/package.json +2 -2
|
@@ -12261,7 +12261,11 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12261
12261
|
}
|
|
12262
12262
|
x(a) {
|
|
12263
12263
|
this.e = false;
|
|
12264
|
-
|
|
12264
|
+
let b = null;
|
|
12265
|
+
if (a.originalEvent != null) {
|
|
12266
|
+
b = (a.originalEvent.data);
|
|
12267
|
+
}
|
|
12268
|
+
this.b.cu(b);
|
|
12265
12269
|
}
|
|
12266
12270
|
as() {
|
|
12267
12271
|
this.k.setAttribute("type", this.b.b3);
|
|
@@ -12276,7 +12280,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12276
12280
|
this.k.setAttribute("placeholder", this.b.cb);
|
|
12277
12281
|
}
|
|
12278
12282
|
a1() {
|
|
12279
|
-
switch (this.b.
|
|
12283
|
+
switch (this.b.x) {
|
|
12280
12284
|
case 1:
|
|
12281
12285
|
this.k.setStyleProperty("height", "2rem");
|
|
12282
12286
|
this.k.setStyleProperty("font-size", "1rem");
|
|
@@ -12295,7 +12299,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12295
12299
|
let a = new TransformGroup();
|
|
12296
12300
|
a.j.add(((() => {
|
|
12297
12301
|
let $ret = new TranslateTransform();
|
|
12298
|
-
$ret.k = this.b.
|
|
12302
|
+
$ret.k = this.b.o == 2 ? (this.i() * -0.25) : 0;
|
|
12299
12303
|
return $ret;
|
|
12300
12304
|
})()));
|
|
12301
12305
|
a.j.add(((() => {
|
|
@@ -13354,17 +13358,17 @@ let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
13354
13358
|
}
|
|
13355
13359
|
mp() {
|
|
13356
13360
|
this.l3((a) => {
|
|
13357
|
-
a.
|
|
13361
|
+
a.y = this.m;
|
|
13358
13362
|
switch (this.d) {
|
|
13359
13363
|
case 0:
|
|
13360
|
-
a.
|
|
13364
|
+
a.o = 0;
|
|
13361
13365
|
break;
|
|
13362
13366
|
case 1:
|
|
13363
|
-
a.
|
|
13367
|
+
a.o = 1;
|
|
13364
13368
|
break;
|
|
13365
13369
|
case 2:
|
|
13366
13370
|
case 3:
|
|
13367
|
-
a.
|
|
13371
|
+
a.o = 2;
|
|
13368
13372
|
break;
|
|
13369
13373
|
}
|
|
13370
13374
|
a.dh(this.al, false);
|
|
@@ -13568,7 +13572,7 @@ let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
13568
13572
|
get af() {
|
|
13569
13573
|
let a = false;
|
|
13570
13574
|
this.l3((b) => {
|
|
13571
|
-
if (b.
|
|
13575
|
+
if (b.aq) {
|
|
13572
13576
|
a = true;
|
|
13573
13577
|
}
|
|
13574
13578
|
});
|
|
@@ -15991,26 +15995,26 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
15991
15995
|
class XInput extends XInputGroupItem {
|
|
15992
15996
|
constructor() {
|
|
15993
15997
|
super();
|
|
15994
|
-
this.
|
|
15998
|
+
this.u = null;
|
|
15995
15999
|
this.a3 = 0;
|
|
15996
16000
|
this.a4 = 0;
|
|
15997
|
-
this.
|
|
16001
|
+
this.q = 0;
|
|
15998
16002
|
this.bl = "";
|
|
15999
16003
|
this.bf = "";
|
|
16000
|
-
this.ae = false;
|
|
16001
|
-
this.bg = null;
|
|
16002
16004
|
this.af = false;
|
|
16003
|
-
this.
|
|
16005
|
+
this.bg = null;
|
|
16006
|
+
this.ag = false;
|
|
16007
|
+
this.ao = false;
|
|
16004
16008
|
this._view = null;
|
|
16005
|
-
this.
|
|
16009
|
+
this.n = 0;
|
|
16010
|
+
this.w = 1;
|
|
16006
16011
|
this.v = 1;
|
|
16007
|
-
this.u = 1;
|
|
16008
16012
|
this.bk = null;
|
|
16009
16013
|
this.bn = "_";
|
|
16010
|
-
this.
|
|
16014
|
+
this.ai = false;
|
|
16011
16015
|
this.dq = XInput.dw;
|
|
16012
16016
|
this.dp = XInput.dv;
|
|
16013
|
-
this.
|
|
16017
|
+
this.z = null;
|
|
16014
16018
|
this.ds = XInput.dw;
|
|
16015
16019
|
this.keyDown = null;
|
|
16016
16020
|
this.keyUp = null;
|
|
@@ -16019,35 +16023,35 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16019
16023
|
this.lostFocus = null;
|
|
16020
16024
|
this.mouseDown = null;
|
|
16021
16025
|
this.mouseUp = null;
|
|
16022
|
-
this.
|
|
16026
|
+
this.aa = null;
|
|
16023
16027
|
this.bj = "text";
|
|
16024
16028
|
this.bm = "text";
|
|
16025
16029
|
this.dr = null;
|
|
16026
16030
|
this.bi = "ig-input-" + XInput.bb++;
|
|
16027
16031
|
this.a5 = 0;
|
|
16028
|
-
this.
|
|
16032
|
+
this.ah = false;
|
|
16029
16033
|
this.bh = null;
|
|
16030
16034
|
this.be = null;
|
|
16031
|
-
this.
|
|
16035
|
+
this.al = false;
|
|
16032
16036
|
this.bd = null;
|
|
16033
16037
|
this.bo = null;
|
|
16038
|
+
this.ak = false;
|
|
16034
16039
|
this.aj = false;
|
|
16035
|
-
this.
|
|
16036
|
-
this.al = false;
|
|
16040
|
+
this.am = false;
|
|
16037
16041
|
this.change = null;
|
|
16038
16042
|
this.changing = null;
|
|
16039
16043
|
this.compositionStart = null;
|
|
16040
16044
|
this.compositionEnd = null;
|
|
16041
|
-
this.
|
|
16042
|
-
this.
|
|
16043
|
-
this.
|
|
16044
|
-
this.
|
|
16045
|
+
this.an = true;
|
|
16046
|
+
this.ae = null;
|
|
16047
|
+
this.ax = false;
|
|
16048
|
+
this.u = new MaskParsingService();
|
|
16045
16049
|
let a = new InputView();
|
|
16046
16050
|
a.b = this;
|
|
16047
16051
|
this.view = a;
|
|
16048
16052
|
this.view.ao();
|
|
16049
|
-
XInput.
|
|
16050
|
-
XInput.
|
|
16053
|
+
XInput.ac = new FontInfo();
|
|
16054
|
+
XInput.ac.n = "Verdana";
|
|
16051
16055
|
}
|
|
16052
16056
|
get view() {
|
|
16053
16057
|
return this._view;
|
|
@@ -16058,16 +16062,26 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16058
16062
|
destroy() {
|
|
16059
16063
|
this.provideContainer(null);
|
|
16060
16064
|
}
|
|
16061
|
-
get
|
|
16062
|
-
return this.
|
|
16065
|
+
get o() {
|
|
16066
|
+
return this.n;
|
|
16063
16067
|
}
|
|
16064
|
-
set
|
|
16065
|
-
let b = this.
|
|
16066
|
-
this.
|
|
16067
|
-
if (b != this.
|
|
16068
|
+
set o(a) {
|
|
16069
|
+
let b = this.n;
|
|
16070
|
+
this.n = a;
|
|
16071
|
+
if (b != this.n) {
|
|
16068
16072
|
this.g("ShiftType", enumGetBox(InputShiftType_$type, b), enumGetBox(InputShiftType_$type, a));
|
|
16069
16073
|
}
|
|
16070
16074
|
}
|
|
16075
|
+
get y() {
|
|
16076
|
+
return this.w;
|
|
16077
|
+
}
|
|
16078
|
+
set y(a) {
|
|
16079
|
+
let b = this.w;
|
|
16080
|
+
this.w = a;
|
|
16081
|
+
if (b != this.w) {
|
|
16082
|
+
this.g("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
16083
|
+
}
|
|
16084
|
+
}
|
|
16071
16085
|
get x() {
|
|
16072
16086
|
return this.v;
|
|
16073
16087
|
}
|
|
@@ -16075,16 +16089,6 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16075
16089
|
let b = this.v;
|
|
16076
16090
|
this.v = a;
|
|
16077
16091
|
if (b != this.v) {
|
|
16078
|
-
this.g("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
16079
|
-
}
|
|
16080
|
-
}
|
|
16081
|
-
get w() {
|
|
16082
|
-
return this.u;
|
|
16083
|
-
}
|
|
16084
|
-
set w(a) {
|
|
16085
|
-
let b = this.u;
|
|
16086
|
-
this.u = a;
|
|
16087
|
-
if (b != this.u) {
|
|
16088
16092
|
this.g("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
16089
16093
|
}
|
|
16090
16094
|
}
|
|
@@ -16108,13 +16112,13 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16108
16112
|
this.g("PromptChar", b, a);
|
|
16109
16113
|
}
|
|
16110
16114
|
}
|
|
16111
|
-
get
|
|
16112
|
-
return this.
|
|
16115
|
+
get ar() {
|
|
16116
|
+
return this.ai;
|
|
16113
16117
|
}
|
|
16114
|
-
set
|
|
16115
|
-
let b = this.
|
|
16116
|
-
this.
|
|
16117
|
-
if (b != this.
|
|
16118
|
+
set ar(a) {
|
|
16119
|
+
let b = this.ai;
|
|
16120
|
+
this.ai = a;
|
|
16121
|
+
if (b != this.ai) {
|
|
16118
16122
|
this.g("IncludeLiterals", b, a);
|
|
16119
16123
|
}
|
|
16120
16124
|
}
|
|
@@ -16132,12 +16136,12 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16132
16136
|
this.dl();
|
|
16133
16137
|
break;
|
|
16134
16138
|
case "Value":
|
|
16135
|
-
if (!this.
|
|
16139
|
+
if (!this.aj) {
|
|
16136
16140
|
this.view.at(this.cj);
|
|
16137
16141
|
if (this.b != null) {
|
|
16138
16142
|
this.b.mt();
|
|
16139
16143
|
}
|
|
16140
|
-
if (this.b9 != null && !this.
|
|
16144
|
+
if (this.b9 != null && !this.ao) {
|
|
16141
16145
|
this.dn(this.cj);
|
|
16142
16146
|
}
|
|
16143
16147
|
}
|
|
@@ -16146,7 +16150,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16146
16150
|
this.view.av(this.e);
|
|
16147
16151
|
break;
|
|
16148
16152
|
case "Density":
|
|
16149
|
-
this.
|
|
16153
|
+
this.x = this.y == 0 ? 1 : this.y;
|
|
16150
16154
|
break;
|
|
16151
16155
|
case "ActualDensity":
|
|
16152
16156
|
this.view.a1();
|
|
@@ -16173,10 +16177,10 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16173
16177
|
this.c1();
|
|
16174
16178
|
break;
|
|
16175
16179
|
case "IsDisabled":
|
|
16176
|
-
this.view.au(this.
|
|
16180
|
+
this.view.au(this.ak);
|
|
16177
16181
|
break;
|
|
16178
16182
|
case "IsReadOnly":
|
|
16179
|
-
this.view.aw(this.
|
|
16183
|
+
this.view.aw(this.am);
|
|
16180
16184
|
break;
|
|
16181
16185
|
}
|
|
16182
16186
|
}
|
|
@@ -16195,11 +16199,11 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16195
16199
|
dm() {
|
|
16196
16200
|
this.du = this.dy != null ? this.dy : XInput.dw;
|
|
16197
16201
|
this.dt = this.dx != null ? this.dx : XInput.dw;
|
|
16198
|
-
this.
|
|
16202
|
+
this.ab = this.ad != null ? this.ad : XInput.ac;
|
|
16199
16203
|
}
|
|
16200
16204
|
dl() {
|
|
16201
|
-
if (this.
|
|
16202
|
-
this.view.a3(this.
|
|
16205
|
+
if (this.ab != null) {
|
|
16206
|
+
this.view.a3(this.ab);
|
|
16203
16207
|
}
|
|
16204
16208
|
NativeUI.o(this.view.o, this.du);
|
|
16205
16209
|
}
|
|
@@ -16223,13 +16227,13 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16223
16227
|
this.g("ActualHoverTextColor", b, a);
|
|
16224
16228
|
}
|
|
16225
16229
|
}
|
|
16226
|
-
get
|
|
16227
|
-
return this.
|
|
16230
|
+
get ab() {
|
|
16231
|
+
return this.z;
|
|
16228
16232
|
}
|
|
16229
|
-
set
|
|
16230
|
-
let b = this.
|
|
16231
|
-
this.
|
|
16232
|
-
if (b != this.
|
|
16233
|
+
set ab(a) {
|
|
16234
|
+
let b = this.z;
|
|
16235
|
+
this.z = a;
|
|
16236
|
+
if (b != this.z) {
|
|
16233
16237
|
this.g("ActualTextStyle", b, a);
|
|
16234
16238
|
}
|
|
16235
16239
|
}
|
|
@@ -16265,7 +16269,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16265
16269
|
if ((b == 17 && b == 90) || (b == 17 && b == 89)) {
|
|
16266
16270
|
a.preventDefault();
|
|
16267
16271
|
}
|
|
16268
|
-
this.
|
|
16272
|
+
this.q = b;
|
|
16269
16273
|
this.a4 = this.a7();
|
|
16270
16274
|
this.a3 = this.a6();
|
|
16271
16275
|
}
|
|
@@ -16301,20 +16305,20 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16301
16305
|
}
|
|
16302
16306
|
cx() {
|
|
16303
16307
|
if (this.b9 != null) {
|
|
16304
|
-
if (!this.
|
|
16308
|
+
if (!this.af) {
|
|
16305
16309
|
this.dk(this.bf);
|
|
16306
16310
|
}
|
|
16307
16311
|
}
|
|
16308
16312
|
}
|
|
16309
16313
|
cy() {
|
|
16310
16314
|
if (this.b9 != null) {
|
|
16311
|
-
if (!this.
|
|
16315
|
+
if (!this.af) {
|
|
16312
16316
|
this.dj(this.cj);
|
|
16313
16317
|
}
|
|
16314
16318
|
}
|
|
16315
16319
|
}
|
|
16316
16320
|
cs() {
|
|
16317
|
-
this.
|
|
16321
|
+
this.aj = true;
|
|
16318
16322
|
this.cj = this.view.q();
|
|
16319
16323
|
if (this.change != null) {
|
|
16320
16324
|
this.change(this, ((() => {
|
|
@@ -16324,24 +16328,24 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16324
16328
|
return $ret;
|
|
16325
16329
|
})()));
|
|
16326
16330
|
}
|
|
16327
|
-
this.
|
|
16331
|
+
this.aj = false;
|
|
16328
16332
|
}
|
|
16329
16333
|
ct() {
|
|
16330
|
-
this.
|
|
16334
|
+
this.aj = true;
|
|
16331
16335
|
this.cj = this.view.q();
|
|
16332
|
-
this.
|
|
16336
|
+
this.aj = false;
|
|
16333
16337
|
if (this.b9 != null) {
|
|
16334
|
-
this.
|
|
16335
|
-
if (this.
|
|
16338
|
+
this.ao = true;
|
|
16339
|
+
if (this.ag) {
|
|
16336
16340
|
this.a4 = this.a7();
|
|
16337
16341
|
}
|
|
16338
|
-
if (this.cj.length < this.bl.length && this.
|
|
16339
|
-
this.
|
|
16342
|
+
if (this.cj.length < this.bl.length && this.q == 229) {
|
|
16343
|
+
this.q = 8;
|
|
16340
16344
|
}
|
|
16341
16345
|
let a = this.a7();
|
|
16342
16346
|
let b = this.a6();
|
|
16343
16347
|
let c = "";
|
|
16344
|
-
switch (this.
|
|
16348
|
+
switch (this.q) {
|
|
16345
16349
|
case 46:
|
|
16346
16350
|
this.a3 = this.a4 == this.a3 ? ++this.a3 : this.a3;
|
|
16347
16351
|
break;
|
|
@@ -16355,18 +16359,18 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16355
16359
|
let d = new MaskOptions();
|
|
16356
16360
|
d.a = this.b9;
|
|
16357
16361
|
d.b = this.cd;
|
|
16358
|
-
let e = this.
|
|
16362
|
+
let e = this.u.a(this.bl, c, d, this.a4, this.a3);
|
|
16359
16363
|
this.cj = e.b;
|
|
16360
|
-
if (this.
|
|
16364
|
+
if (this.q == 8) {
|
|
16361
16365
|
e.a = this.a4;
|
|
16362
16366
|
}
|
|
16363
16367
|
this.di(e.a, e.a);
|
|
16364
|
-
let f = this.
|
|
16365
|
-
this.bf = this.
|
|
16368
|
+
let f = this.u.i(this.cj, d);
|
|
16369
|
+
this.bf = this.ar ? this.cj : f;
|
|
16366
16370
|
this.cl();
|
|
16367
|
-
this.
|
|
16371
|
+
this.ao = false;
|
|
16368
16372
|
}
|
|
16369
|
-
this.
|
|
16373
|
+
this.aj = true;
|
|
16370
16374
|
if (this.changing != null) {
|
|
16371
16375
|
this.changing(this, ((() => {
|
|
16372
16376
|
let $ret = new InputChangeEventArgs();
|
|
@@ -16375,31 +16379,35 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16375
16379
|
return $ret;
|
|
16376
16380
|
})()));
|
|
16377
16381
|
}
|
|
16378
|
-
this.
|
|
16382
|
+
this.aj = false;
|
|
16379
16383
|
}
|
|
16380
16384
|
cv() {
|
|
16381
16385
|
if (this.compositionStart != null) {
|
|
16382
16386
|
this.compositionStart(this, new EventArgs());
|
|
16383
16387
|
}
|
|
16384
16388
|
}
|
|
16385
|
-
cu() {
|
|
16389
|
+
cu(a) {
|
|
16386
16390
|
if (this.compositionEnd != null) {
|
|
16387
|
-
this.compositionEnd(this,
|
|
16391
|
+
this.compositionEnd(this, ((() => {
|
|
16392
|
+
let $ret = new InputChangeEventArgs();
|
|
16393
|
+
$ret.value = a;
|
|
16394
|
+
return $ret;
|
|
16395
|
+
})()));
|
|
16388
16396
|
}
|
|
16389
16397
|
}
|
|
16390
16398
|
c6() {
|
|
16391
|
-
this.
|
|
16399
|
+
this.at = true;
|
|
16392
16400
|
}
|
|
16393
16401
|
c7() {
|
|
16394
|
-
this.
|
|
16402
|
+
this.at = false;
|
|
16395
16403
|
}
|
|
16396
|
-
get
|
|
16397
|
-
return this.
|
|
16404
|
+
get ad() {
|
|
16405
|
+
return this.aa;
|
|
16398
16406
|
}
|
|
16399
|
-
set
|
|
16400
|
-
let b = this.
|
|
16401
|
-
this.
|
|
16402
|
-
if (b != this.
|
|
16407
|
+
set ad(a) {
|
|
16408
|
+
let b = this.aa;
|
|
16409
|
+
this.aa = a;
|
|
16410
|
+
if (b != this.aa) {
|
|
16403
16411
|
this.g("TextStyle", b, a);
|
|
16404
16412
|
}
|
|
16405
16413
|
}
|
|
@@ -16443,8 +16451,8 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16443
16451
|
this.g("Id", b, a);
|
|
16444
16452
|
}
|
|
16445
16453
|
}
|
|
16446
|
-
get
|
|
16447
|
-
return this.
|
|
16454
|
+
get ap() {
|
|
16455
|
+
return this.ah;
|
|
16448
16456
|
}
|
|
16449
16457
|
get ba() {
|
|
16450
16458
|
return this.a5;
|
|
@@ -16452,7 +16460,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16452
16460
|
set ba(a) {
|
|
16453
16461
|
let b = this.a5;
|
|
16454
16462
|
this.a5 = a;
|
|
16455
|
-
this.
|
|
16463
|
+
this.ah = true;
|
|
16456
16464
|
if (b != this.a5) {
|
|
16457
16465
|
this.g("TabIndex", b, a);
|
|
16458
16466
|
}
|
|
@@ -16477,13 +16485,13 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16477
16485
|
this.g("AriaLabel", b, a);
|
|
16478
16486
|
}
|
|
16479
16487
|
}
|
|
16480
|
-
get
|
|
16481
|
-
return this.
|
|
16488
|
+
get at() {
|
|
16489
|
+
return this.al;
|
|
16482
16490
|
}
|
|
16483
|
-
set
|
|
16484
|
-
let b = this.
|
|
16485
|
-
this.
|
|
16486
|
-
if (b != this.
|
|
16491
|
+
set at(a) {
|
|
16492
|
+
let b = this.al;
|
|
16493
|
+
this.al = a;
|
|
16494
|
+
if (b != this.al) {
|
|
16487
16495
|
this.g("IsHover", b, a);
|
|
16488
16496
|
}
|
|
16489
16497
|
}
|
|
@@ -16497,27 +16505,27 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16497
16505
|
this.g("Value", b, a);
|
|
16498
16506
|
}
|
|
16499
16507
|
}
|
|
16500
|
-
get
|
|
16508
|
+
get aq() {
|
|
16501
16509
|
return !stringIsNullOrEmpty(this.cj);
|
|
16502
16510
|
}
|
|
16503
16511
|
get disabled() {
|
|
16504
|
-
return this.
|
|
16512
|
+
return this.ak;
|
|
16505
16513
|
}
|
|
16506
16514
|
set disabled(a) {
|
|
16507
|
-
let b = this.
|
|
16508
|
-
this.
|
|
16509
|
-
if (b != this.
|
|
16515
|
+
let b = this.ak;
|
|
16516
|
+
this.ak = a;
|
|
16517
|
+
if (b != this.ak) {
|
|
16510
16518
|
this.g("IsDisabled", b, a);
|
|
16511
16519
|
}
|
|
16512
16520
|
}
|
|
16513
16521
|
get readonly() {
|
|
16514
|
-
return this.
|
|
16522
|
+
return this.am;
|
|
16515
16523
|
}
|
|
16516
16524
|
set readonly(a) {
|
|
16517
|
-
let b = this.
|
|
16518
|
-
this.
|
|
16519
|
-
if (b != this.
|
|
16520
|
-
this.g("IsReadOnly", b, this.
|
|
16525
|
+
let b = this.am;
|
|
16526
|
+
this.am = a;
|
|
16527
|
+
if (b != this.am) {
|
|
16528
|
+
this.g("IsReadOnly", b, this.am);
|
|
16521
16529
|
}
|
|
16522
16530
|
}
|
|
16523
16531
|
dd() {
|
|
@@ -16528,7 +16536,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16528
16536
|
onAttachedToUI() {
|
|
16529
16537
|
this.view.aj();
|
|
16530
16538
|
}
|
|
16531
|
-
|
|
16539
|
+
aw() {
|
|
16532
16540
|
return this.view.f();
|
|
16533
16541
|
}
|
|
16534
16542
|
bc() {
|
|
@@ -16543,19 +16551,19 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16543
16551
|
let b = this.view.o;
|
|
16544
16552
|
a.h = this.view.j.rootWrapper.getNativeElement().offsetTop;
|
|
16545
16553
|
a.f = this.view.j.rootWrapper.getNativeElement().offsetLeft;
|
|
16546
|
-
a.b = this.
|
|
16547
|
-
a.c = this.
|
|
16554
|
+
a.b = this.o;
|
|
16555
|
+
a.c = this.x;
|
|
16548
16556
|
a.j = this.b9;
|
|
16549
16557
|
a.m = this.cd;
|
|
16550
|
-
a.d = this.
|
|
16558
|
+
a.d = this.ar;
|
|
16551
16559
|
a.a = AppearanceHelper.a(NativeUI.ah(b));
|
|
16552
16560
|
a.i = this.b3;
|
|
16553
16561
|
a.l = this.cb;
|
|
16554
|
-
a.e = this.
|
|
16562
|
+
a.e = this.at;
|
|
16555
16563
|
a.t = this.cj;
|
|
16556
16564
|
a.k = this.e;
|
|
16557
|
-
if (this.
|
|
16558
|
-
let c = this.
|
|
16565
|
+
if (this.ab != null) {
|
|
16566
|
+
let c = this.ab;
|
|
16559
16567
|
if (this.view != null && c.n == null) {
|
|
16560
16568
|
let d = this.view.j;
|
|
16561
16569
|
let e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
@@ -16602,23 +16610,23 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16602
16610
|
this.view.ar();
|
|
16603
16611
|
}
|
|
16604
16612
|
dk(a) {
|
|
16605
|
-
this.
|
|
16613
|
+
this.ao = true;
|
|
16606
16614
|
let b = new MaskOptions();
|
|
16607
16615
|
b.a = this.b9;
|
|
16608
16616
|
b.b = this.cd;
|
|
16609
|
-
this.cj = this.
|
|
16617
|
+
this.cj = this.u.h(this.cj, b);
|
|
16610
16618
|
this.bl = this.cj;
|
|
16611
|
-
this.
|
|
16619
|
+
this.ao = false;
|
|
16612
16620
|
}
|
|
16613
16621
|
dj(a) {
|
|
16614
|
-
this.
|
|
16622
|
+
this.ao = true;
|
|
16615
16623
|
let b = new MaskOptions();
|
|
16616
16624
|
b.a = this.b9;
|
|
16617
16625
|
b.b = this.cd;
|
|
16618
|
-
if (a == this.
|
|
16626
|
+
if (a == this.u.h(null, b)) {
|
|
16619
16627
|
this.cj = "";
|
|
16620
16628
|
}
|
|
16621
|
-
this.
|
|
16629
|
+
this.ao = false;
|
|
16622
16630
|
}
|
|
16623
16631
|
dn(a) {
|
|
16624
16632
|
let b = new MaskOptions();
|
|
@@ -16627,8 +16635,8 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16627
16635
|
if (this.cd != null && this.cd.length > 1) {
|
|
16628
16636
|
b.b = this.cd.substr(0, 1);
|
|
16629
16637
|
}
|
|
16630
|
-
this.cj = a != null ? this.
|
|
16631
|
-
this.bf = this.
|
|
16638
|
+
this.cj = a != null ? this.u.h(a, b) : "";
|
|
16639
|
+
this.bf = this.ar ? this.cj : a;
|
|
16632
16640
|
if (this.changing != null) {
|
|
16633
16641
|
this.changing(this, ((() => {
|
|
16634
16642
|
let $ret = new InputChangeEventArgs();
|
|
@@ -16640,15 +16648,15 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16640
16648
|
}
|
|
16641
16649
|
cl() {
|
|
16642
16650
|
this.bl = this.cj;
|
|
16643
|
-
this.
|
|
16651
|
+
this.ag = false;
|
|
16644
16652
|
this.a4 = 0;
|
|
16645
16653
|
this.a3 = 0;
|
|
16646
|
-
this.
|
|
16654
|
+
this.q = 0;
|
|
16647
16655
|
}
|
|
16648
16656
|
a7() {
|
|
16649
16657
|
let a = this.view.n();
|
|
16650
16658
|
let b = this.view.m();
|
|
16651
|
-
return a == b && this.
|
|
16659
|
+
return a == b && this.ag ? b - this.bg.length : a;
|
|
16652
16660
|
}
|
|
16653
16661
|
a6() {
|
|
16654
16662
|
return this.view.m();
|
|
@@ -16665,38 +16673,38 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16665
16673
|
set selectionEnd(a) {
|
|
16666
16674
|
this.view.ax(a);
|
|
16667
16675
|
}
|
|
16668
|
-
get
|
|
16669
|
-
return this.
|
|
16676
|
+
get av() {
|
|
16677
|
+
return this.an;
|
|
16670
16678
|
}
|
|
16671
|
-
set
|
|
16672
|
-
let b = this.
|
|
16673
|
-
this.
|
|
16674
|
-
if (b != this.
|
|
16679
|
+
set av(a) {
|
|
16680
|
+
let b = this.an;
|
|
16681
|
+
this.an = a;
|
|
16682
|
+
if (b != this.an) {
|
|
16675
16683
|
this.g("IsShown", b, a);
|
|
16676
16684
|
}
|
|
16677
16685
|
}
|
|
16678
16686
|
dh(a, b = true) {
|
|
16679
|
-
let c = this.
|
|
16687
|
+
let c = this.ax;
|
|
16680
16688
|
if (!b) {
|
|
16681
|
-
this.
|
|
16689
|
+
this.ax = true;
|
|
16682
16690
|
}
|
|
16683
16691
|
try {
|
|
16684
|
-
this.
|
|
16692
|
+
this.av = a;
|
|
16685
16693
|
}
|
|
16686
16694
|
finally {
|
|
16687
16695
|
if (!b) {
|
|
16688
|
-
this.
|
|
16696
|
+
this.ax = c;
|
|
16689
16697
|
}
|
|
16690
16698
|
}
|
|
16691
16699
|
}
|
|
16692
16700
|
c1() {
|
|
16693
16701
|
this.co();
|
|
16694
|
-
this.de(this.
|
|
16702
|
+
this.de(this.ae, this.av);
|
|
16695
16703
|
}
|
|
16696
16704
|
co() {
|
|
16697
16705
|
this.view.ai();
|
|
16698
|
-
if (this.
|
|
16699
|
-
this.
|
|
16706
|
+
if (this.ae == null) {
|
|
16707
|
+
this.ae = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
16700
16708
|
}
|
|
16701
16709
|
}
|
|
16702
16710
|
get i() {
|
|
@@ -16713,7 +16721,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16713
16721
|
else {
|
|
16714
16722
|
a.reverse();
|
|
16715
16723
|
}
|
|
16716
|
-
if (this.
|
|
16724
|
+
if (this.ax) {
|
|
16717
16725
|
a.finish();
|
|
16718
16726
|
a.commitStyles();
|
|
16719
16727
|
return;
|
|
@@ -16724,7 +16732,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16724
16732
|
XInput.$t = /*@__PURE__*/ markType(XInput, 'XInput', XInputGroupItem.$);
|
|
16725
16733
|
XInput.dw = /*@__PURE__*/ BrushUtil.g(221, 0, 0, 0);
|
|
16726
16734
|
XInput.dv = /*@__PURE__*/ BrushUtil.g(221, 0, 0, 0);
|
|
16727
|
-
XInput.
|
|
16735
|
+
XInput.ac = null;
|
|
16728
16736
|
XInput.bb = 0;
|
|
16729
16737
|
return XInput;
|
|
16730
16738
|
})();
|
|
@@ -17001,6 +17009,8 @@ let IgcXInputComponent = /*@__PURE__*/ (() => {
|
|
|
17001
17009
|
this._change_wrapped = null;
|
|
17002
17010
|
this._changing = null;
|
|
17003
17011
|
this._changing_wrapped = null;
|
|
17012
|
+
this._compositionEnd = null;
|
|
17013
|
+
this._compositionEnd_wrapped = null;
|
|
17004
17014
|
ensureCss();
|
|
17005
17015
|
if (this._styling) {
|
|
17006
17016
|
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
@@ -17115,21 +17125,21 @@ let IgcXInputComponent = /*@__PURE__*/ (() => {
|
|
|
17115
17125
|
* Gets or sets the display density to use for the input.
|
|
17116
17126
|
*/
|
|
17117
17127
|
get density() {
|
|
17118
|
-
return this.i.
|
|
17128
|
+
return this.i.y;
|
|
17119
17129
|
}
|
|
17120
17130
|
set density(v) {
|
|
17121
|
-
this.i.
|
|
17122
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
17131
|
+
this.i.y = ensureEnum(ControlDisplayDensity_$type, v);
|
|
17132
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.y));
|
|
17123
17133
|
}
|
|
17124
17134
|
/**
|
|
17125
17135
|
* Gets the actual display density to use for the label.
|
|
17126
17136
|
*/
|
|
17127
17137
|
get actualDensity() {
|
|
17128
|
-
return this.i.
|
|
17138
|
+
return this.i.x;
|
|
17129
17139
|
}
|
|
17130
17140
|
set actualDensity(v) {
|
|
17131
|
-
this.i.
|
|
17132
|
-
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.
|
|
17141
|
+
this.i.x = ensureEnum(ControlDisplayDensity_$type, v);
|
|
17142
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.x));
|
|
17133
17143
|
}
|
|
17134
17144
|
/**
|
|
17135
17145
|
* Gets/Sets the input mask for the input.
|
|
@@ -17153,11 +17163,11 @@ let IgcXInputComponent = /*@__PURE__*/ (() => {
|
|
|
17153
17163
|
* Specifies if the bound value includes the formatting symbols.
|
|
17154
17164
|
*/
|
|
17155
17165
|
get includeLiterals() {
|
|
17156
|
-
return this.i.
|
|
17166
|
+
return this.i.ar;
|
|
17157
17167
|
}
|
|
17158
17168
|
set includeLiterals(v) {
|
|
17159
|
-
this.i.
|
|
17160
|
-
this._a("includeLiterals", this.i.
|
|
17169
|
+
this.i.ar = ensureBool(v);
|
|
17170
|
+
this._a("includeLiterals", this.i.ar);
|
|
17161
17171
|
}
|
|
17162
17172
|
/**
|
|
17163
17173
|
* Gets the actual color to use for the text color.
|
|
@@ -17193,16 +17203,16 @@ let IgcXInputComponent = /*@__PURE__*/ (() => {
|
|
|
17193
17203
|
* Gets or sets the use for the button.
|
|
17194
17204
|
*/
|
|
17195
17205
|
get textStyle() {
|
|
17196
|
-
if (this.i.
|
|
17206
|
+
if (this.i.ad == null) {
|
|
17197
17207
|
return null;
|
|
17198
17208
|
}
|
|
17199
|
-
return this.i.
|
|
17209
|
+
return this.i.ad.fontString;
|
|
17200
17210
|
}
|
|
17201
17211
|
set textStyle(v) {
|
|
17202
17212
|
let fi = new FontInfo();
|
|
17203
17213
|
fi.fontString = v;
|
|
17204
|
-
this.i.
|
|
17205
|
-
this._a("textStyle", this.i.
|
|
17214
|
+
this.i.ad = fi;
|
|
17215
|
+
this._a("textStyle", this.i.ad != null ? this.i.ad.fontString : "");
|
|
17206
17216
|
}
|
|
17207
17217
|
/**
|
|
17208
17218
|
* Gets or sets the type to use for the input.
|
|
@@ -17273,11 +17283,11 @@ let IgcXInputComponent = /*@__PURE__*/ (() => {
|
|
|
17273
17283
|
* Gets or sets whether the input is hovered.
|
|
17274
17284
|
*/
|
|
17275
17285
|
get isHover() {
|
|
17276
|
-
return this.i.
|
|
17286
|
+
return this.i.at;
|
|
17277
17287
|
}
|
|
17278
17288
|
set isHover(v) {
|
|
17279
|
-
this.i.
|
|
17280
|
-
this._a("isHover", this.i.
|
|
17289
|
+
this.i.at = ensureBool(v);
|
|
17290
|
+
this._a("isHover", this.i.at);
|
|
17281
17291
|
}
|
|
17282
17292
|
/**
|
|
17283
17293
|
* Gets or sets the value for the input.
|
|
@@ -17289,7 +17299,7 @@ let IgcXInputComponent = /*@__PURE__*/ (() => {
|
|
|
17289
17299
|
this.i.cj = v;
|
|
17290
17300
|
}
|
|
17291
17301
|
get hasValue() {
|
|
17292
|
-
return this.i.
|
|
17302
|
+
return this.i.aq;
|
|
17293
17303
|
}
|
|
17294
17304
|
/**
|
|
17295
17305
|
* Gets or sets whether the checkbox is disabled.
|
|
@@ -17472,6 +17482,28 @@ let IgcXInputComponent = /*@__PURE__*/ (() => {
|
|
|
17472
17482
|
};
|
|
17473
17483
|
this.i.changing = delegateCombine(this.i.changing, this._changing_wrapped);
|
|
17474
17484
|
}
|
|
17485
|
+
get compositionEnd() {
|
|
17486
|
+
return this._compositionEnd;
|
|
17487
|
+
}
|
|
17488
|
+
set compositionEnd(ev) {
|
|
17489
|
+
if (this._compositionEnd_wrapped !== null) {
|
|
17490
|
+
this.i.compositionEnd = delegateRemove(this.i.compositionEnd, this._compositionEnd_wrapped);
|
|
17491
|
+
this._compositionEnd_wrapped = null;
|
|
17492
|
+
this._compositionEnd = null;
|
|
17493
|
+
}
|
|
17494
|
+
this._compositionEnd = ev;
|
|
17495
|
+
this._compositionEnd_wrapped = (o, e) => {
|
|
17496
|
+
let outerArgs = new IgcInputChangeEventArgs();
|
|
17497
|
+
outerArgs._provideImplementation(e);
|
|
17498
|
+
if (this.beforeCompositionEnd) {
|
|
17499
|
+
this.beforeCompositionEnd(this, outerArgs);
|
|
17500
|
+
}
|
|
17501
|
+
if (this._compositionEnd) {
|
|
17502
|
+
this._compositionEnd(this, outerArgs);
|
|
17503
|
+
}
|
|
17504
|
+
};
|
|
17505
|
+
this.i.compositionEnd = delegateCombine(this.i.compositionEnd, this._compositionEnd_wrapped);
|
|
17506
|
+
}
|
|
17475
17507
|
}
|
|
17476
17508
|
IgcXInputComponent._observedAttributesIgcXInputComponent = null;
|
|
17477
17509
|
IgcXInputComponent.htmlTagName = "igc-x-input";
|
|
@@ -21039,7 +21071,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21039
21071
|
}
|
|
21040
21072
|
c5() {
|
|
21041
21073
|
if (this.aa != null) {
|
|
21042
|
-
this.o.
|
|
21074
|
+
this.o.ad = this.aa;
|
|
21043
21075
|
}
|
|
21044
21076
|
}
|
|
21045
21077
|
cd() {
|
|
@@ -21061,7 +21093,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21061
21093
|
this.h.ak(this.o);
|
|
21062
21094
|
this.o.b3 = "text";
|
|
21063
21095
|
if (this.aa != null) {
|
|
21064
|
-
this.o.
|
|
21096
|
+
this.o.ad = this.aa;
|
|
21065
21097
|
}
|
|
21066
21098
|
this.o.disabled = !this.ap;
|
|
21067
21099
|
this.o.dy = this.de;
|
|
@@ -27108,7 +27140,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
27108
27140
|
/**
|
|
27109
27141
|
* @hidden
|
|
27110
27142
|
*/
|
|
27111
|
-
let KEYCODES_$type = /*@__PURE__*/ markEnum('KEYCODES', 'ENTER,13|SPACE,32|ESCAPE,27|LEFT_ARROW,37|UP_ARROW,38|RIGHT_ARROW,39|DOWN_ARROW,40|F2,113|TAB,9|CTRL,17|Z,90|Y,89|X,88|BACKSPACE,8|DELETE,46|INPUT_METHOD,229');
|
|
27143
|
+
let KEYCODES_$type = /*@__PURE__*/ markEnum('KEYCODES', 'ENTER,13|SPACE,32|ESCAPE,27|LEFT_ARROW,37|UP_ARROW,38|RIGHT_ARROW,39|DOWN_ARROW,40|F2,113|TAB,9|CTRL,17|C,67|Z,90|Y,89|X,88|BACKSPACE,8|DELETE,46|INPUT_METHOD,229');
|
|
27112
27144
|
|
|
27113
27145
|
/*
|
|
27114
27146
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|