igniteui-webcomponents-inputs 1.4.2 → 3.2.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/bundles/igniteui-webcomponents-inputs.umd.js +182 -160
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +1 -1
- package/esm2015/lib/CalendarView_combined.js +2 -2
- package/esm2015/lib/CheckboxView_combined.js +1 -1
- package/esm2015/lib/DatePickerView_combined.js +61 -51
- package/esm2015/lib/InputGroupView_combined.js +32 -26
- package/esm2015/lib/InputGroupVisualModelExport.js +1 -1
- package/esm2015/lib/igc-date-picker-component.js +15 -9
- package/esm2015/lib/igc-x-input-group-component.js +72 -72
- package/esm5/lib/ButtonView_combined.js +1 -1
- package/esm5/lib/CalendarView_combined.js +2 -2
- package/esm5/lib/CheckboxView_combined.js +1 -1
- package/esm5/lib/DatePickerView_combined.js +58 -48
- package/esm5/lib/InputGroupView_combined.js +32 -26
- package/esm5/lib/InputGroupVisualModelExport.js +1 -1
- package/esm5/lib/igc-date-picker-component.js +15 -9
- package/esm5/lib/igc-x-input-group-component.js +72 -72
- package/fesm2015/igniteui-webcomponents-inputs.js +185 -163
- package/fesm5/igniteui-webcomponents-inputs.js +182 -160
- package/lib/DatePickerView_combined.d.ts +13 -12
- package/lib/InputGroupView_combined.d.ts +10 -9
- package/lib/igc-date-picker-component.d.ts +1 -0
- package/package.json +3 -3
|
@@ -1172,7 +1172,7 @@ let ButtonView = /*@__PURE__*/ (() => {
|
|
|
1172
1172
|
this.n.append(d);
|
|
1173
1173
|
let h = this.k.createElement("div");
|
|
1174
1174
|
h.addClass("ig-button-content");
|
|
1175
|
-
h.setStyleProperty("font-family", "
|
|
1175
|
+
h.setStyleProperty("font-family", "Verdana");
|
|
1176
1176
|
h.setStyleProperty("font-weight", "400");
|
|
1177
1177
|
h.setStyleProperty("font-size", ".875rem");
|
|
1178
1178
|
h.setStyleProperty("cursor", "pointer");
|
|
@@ -7576,7 +7576,7 @@ let CalendarView = /*@__PURE__*/ (() => {
|
|
|
7576
7576
|
c.setStyleProperty("border-color", "rgb(163, 172, 184)");
|
|
7577
7577
|
let d = this.m.createElement("span");
|
|
7578
7578
|
d.setAttribute("aria-hidden", "true");
|
|
7579
|
-
d.setStyleProperty("font", "14px
|
|
7579
|
+
d.setStyleProperty("font", "14px Verdana");
|
|
7580
7580
|
d.setStyleProperty("color", "rgb(24, 29, 31)");
|
|
7581
7581
|
c.append(d);
|
|
7582
7582
|
this.i.add(d);
|
|
@@ -7666,7 +7666,7 @@ let CalendarView = /*@__PURE__*/ (() => {
|
|
|
7666
7666
|
l.setStyleProperty("vertical-align", "middle");
|
|
7667
7667
|
l.setStyleProperty("width", "12%");
|
|
7668
7668
|
let m = this.m.createElement("span");
|
|
7669
|
-
m.setStyleProperty("font", "16px
|
|
7669
|
+
m.setStyleProperty("font", "16px Verdana");
|
|
7670
7670
|
m.setStyleProperty("color", "rgb(24, 29, 31)");
|
|
7671
7671
|
l.append(m);
|
|
7672
7672
|
this.e.add(m);
|
|
@@ -11047,7 +11047,7 @@ let InputGroupVisualModelExport = /*@__PURE__*/ (() => {
|
|
|
11047
11047
|
a.l("actualBorderColor : " + this.b.serialize() + ", ");
|
|
11048
11048
|
a.l("actualBorderWidth : " + this.o + ", ");
|
|
11049
11049
|
a.l("actualFocusBorderWidth : " + this.p + ", ");
|
|
11050
|
-
a.l("actualContentPadding : { left: " + this.aa.
|
|
11050
|
+
a.l("actualContentPadding : { left: " + this.aa.left + ",top: " + this.aa.top + ",right: " + this.aa.right + ",bottom: " + this.aa.bottom + "},");
|
|
11051
11051
|
a.l("actualUnderlineWidth : " + this.x + ", ");
|
|
11052
11052
|
a.l("actualUnderlineRippleWidth : " + this.w + ", ");
|
|
11053
11053
|
a.l("actualBackgroundColor : " + this.a.serialize() + ", ");
|
|
@@ -12004,7 +12004,7 @@ let LabelView = /*@__PURE__*/ (() => {
|
|
|
12004
12004
|
NativeUI.o(this.k.rootWrapper, this.c.cz);
|
|
12005
12005
|
c.setStyleProperty("outline-style", "none");
|
|
12006
12006
|
c.setStyleProperty("box-shadow", "none");
|
|
12007
|
-
c.setStyleProperty("font-family", "
|
|
12007
|
+
c.setStyleProperty("font-family", "Verdana");
|
|
12008
12008
|
c.setStyleProperty("font-size", "1rem");
|
|
12009
12009
|
this.l = c;
|
|
12010
12010
|
this.k.append(this.l);
|
|
@@ -12177,7 +12177,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12177
12177
|
get o() {
|
|
12178
12178
|
return this.k;
|
|
12179
12179
|
}
|
|
12180
|
-
get
|
|
12180
|
+
get a5() {
|
|
12181
12181
|
return null;
|
|
12182
12182
|
}
|
|
12183
12183
|
get g() {
|
|
@@ -12217,7 +12217,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12217
12217
|
c.setStyleProperty("box-shadow", "none");
|
|
12218
12218
|
c.setStyleProperty("border-top", "0.1875rem solid transparent");
|
|
12219
12219
|
c.setStyleProperty("padding-bottom", "0.1875rem");
|
|
12220
|
-
c.setStyleProperty("font-family", "
|
|
12220
|
+
c.setStyleProperty("font-family", "Verdana");
|
|
12221
12221
|
c.setStyleProperty("font-size", "1rem");
|
|
12222
12222
|
this.h.add(c.listen("change", runOn(this, this.v)));
|
|
12223
12223
|
this.h.add(c.listen("input", runOn(this, this.w)));
|
|
@@ -12239,7 +12239,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12239
12239
|
this.j.append(this.k);
|
|
12240
12240
|
this.b.dd();
|
|
12241
12241
|
}
|
|
12242
|
-
|
|
12242
|
+
aw(a) {
|
|
12243
12243
|
if (a) {
|
|
12244
12244
|
this.k.setAttribute("readonly", a.toString());
|
|
12245
12245
|
}
|
|
@@ -12275,7 +12275,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12275
12275
|
aq() {
|
|
12276
12276
|
this.k.setAttribute("placeholder", this.b.cb);
|
|
12277
12277
|
}
|
|
12278
|
-
|
|
12278
|
+
a1() {
|
|
12279
12279
|
switch (this.b.w) {
|
|
12280
12280
|
case 1:
|
|
12281
12281
|
this.k.setStyleProperty("height", "2rem");
|
|
@@ -12291,7 +12291,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12291
12291
|
break;
|
|
12292
12292
|
}
|
|
12293
12293
|
}
|
|
12294
|
-
|
|
12294
|
+
a0() {
|
|
12295
12295
|
let a = new TransformGroup();
|
|
12296
12296
|
a.j.add(((() => {
|
|
12297
12297
|
let $ret = new TranslateTransform();
|
|
@@ -12315,6 +12315,9 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12315
12315
|
at(a) {
|
|
12316
12316
|
this.k.setProperty("value", a);
|
|
12317
12317
|
}
|
|
12318
|
+
av(a) {
|
|
12319
|
+
this.k.setAttribute("name", a);
|
|
12320
|
+
}
|
|
12318
12321
|
u(a) {
|
|
12319
12322
|
this.b.cr();
|
|
12320
12323
|
}
|
|
@@ -12322,20 +12325,20 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12322
12325
|
this.b.cz();
|
|
12323
12326
|
}
|
|
12324
12327
|
af(a) {
|
|
12325
|
-
let b = this.
|
|
12328
|
+
let b = this.a4(a);
|
|
12326
12329
|
this.b.c5(b);
|
|
12327
12330
|
if (b.handled) {
|
|
12328
12331
|
a.preventDefault();
|
|
12329
12332
|
}
|
|
12330
12333
|
}
|
|
12331
12334
|
ag(a) {
|
|
12332
|
-
let b = this.
|
|
12335
|
+
let b = this.a4(a);
|
|
12333
12336
|
this.b.c8(b);
|
|
12334
12337
|
if (b.handled) {
|
|
12335
12338
|
a.preventDefault();
|
|
12336
12339
|
}
|
|
12337
12340
|
}
|
|
12338
|
-
|
|
12341
|
+
a4(a) {
|
|
12339
12342
|
let b = new MouseButtonEventArgs();
|
|
12340
12343
|
b.position = { $type: Point_$type, x: a.offsetX, y: a.offsetY };
|
|
12341
12344
|
return b;
|
|
@@ -12367,7 +12370,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12367
12370
|
aa(a) {
|
|
12368
12371
|
this.b.cy();
|
|
12369
12372
|
}
|
|
12370
|
-
|
|
12373
|
+
a2(a) {
|
|
12371
12374
|
if (this.p != a) {
|
|
12372
12375
|
this.p = a;
|
|
12373
12376
|
if (this.l != null) {
|
|
@@ -12388,10 +12391,10 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12388
12391
|
let a = this.k.getProperty("selectionEnd");
|
|
12389
12392
|
return typeGetValue(a);
|
|
12390
12393
|
}
|
|
12391
|
-
|
|
12394
|
+
az(a) {
|
|
12392
12395
|
this.k.setProperty("selectionStart", a);
|
|
12393
12396
|
}
|
|
12394
|
-
|
|
12397
|
+
ax(a) {
|
|
12395
12398
|
this.k.setProperty("selectionEnd", a);
|
|
12396
12399
|
}
|
|
12397
12400
|
ap() {
|
|
@@ -12428,7 +12431,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12428
12431
|
}
|
|
12429
12432
|
this.h.clear();
|
|
12430
12433
|
}
|
|
12431
|
-
|
|
12434
|
+
a3(a) {
|
|
12432
12435
|
if (a != null) {
|
|
12433
12436
|
this.k.setStyleProperty("font", a.fontString);
|
|
12434
12437
|
}
|
|
@@ -12450,7 +12453,7 @@ let InputView = /*@__PURE__*/ (() => {
|
|
|
12450
12453
|
nativeInput_.getNativeElement().select();
|
|
12451
12454
|
}
|
|
12452
12455
|
}
|
|
12453
|
-
|
|
12456
|
+
ay(a, b) {
|
|
12454
12457
|
if (this.k != null) {
|
|
12455
12458
|
let c = this.k.getNativeElement();
|
|
12456
12459
|
c.setSelectionRange(a, b);
|
|
@@ -13312,7 +13315,7 @@ let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
13312
13315
|
return new CornerRadius(1, !isNaN_(a.c) ? a.c : b.c, !isNaN_(a.d) ? a.d : b.d, !isNaN_(a.b) ? a.b : b.b, !isNaN_(a.a) ? a.a : b.a);
|
|
13313
13316
|
}
|
|
13314
13317
|
static tj(a, b) {
|
|
13315
|
-
return new Thickness(1, !isNaN_(a.
|
|
13318
|
+
return new Thickness(1, !isNaN_(a.left) ? a.left : b.left, !isNaN_(a.top) ? a.top : b.top, !isNaN_(a.right) ? a.right : b.right, !isNaN_(a.bottom) ? a.bottom : b.bottom);
|
|
13316
13319
|
}
|
|
13317
13320
|
mq() {
|
|
13318
13321
|
this.l4((a) => {
|
|
@@ -13534,7 +13537,7 @@ let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
13534
13537
|
return a;
|
|
13535
13538
|
}
|
|
13536
13539
|
onChildrenMutated() {
|
|
13537
|
-
this.l3((a) => a.view.
|
|
13540
|
+
this.l3((a) => a.view.a0());
|
|
13538
13541
|
this.l4((a) => a.view.af());
|
|
13539
13542
|
this.l5((a) => a.view.q());
|
|
13540
13543
|
this.l6((a) => a.view.q());
|
|
@@ -15002,7 +15005,7 @@ let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
15002
15005
|
this.view.ag();
|
|
15003
15006
|
}
|
|
15004
15007
|
ensureShift() {
|
|
15005
|
-
this.l3((a) => a.view.
|
|
15008
|
+
this.l3((a) => a.view.a0());
|
|
15006
15009
|
this.l4((a) => a.view.af());
|
|
15007
15010
|
this.l5((a) => a.view.q());
|
|
15008
15011
|
this.l6((a) => a.view.q());
|
|
@@ -16044,7 +16047,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16044
16047
|
this.view = a;
|
|
16045
16048
|
this.view.ao();
|
|
16046
16049
|
XInput.ab = new FontInfo();
|
|
16047
|
-
XInput.ab.n = "
|
|
16050
|
+
XInput.ab.n = "Verdana";
|
|
16048
16051
|
}
|
|
16049
16052
|
get view() {
|
|
16050
16053
|
return this._view;
|
|
@@ -16139,12 +16142,15 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16139
16142
|
}
|
|
16140
16143
|
}
|
|
16141
16144
|
break;
|
|
16145
|
+
case "Name":
|
|
16146
|
+
this.view.av(this.e);
|
|
16147
|
+
break;
|
|
16142
16148
|
case "Density":
|
|
16143
16149
|
this.w = this.x == 0 ? 1 : this.x;
|
|
16144
16150
|
break;
|
|
16145
16151
|
case "ActualDensity":
|
|
16152
|
+
this.view.a1();
|
|
16146
16153
|
this.view.a0();
|
|
16147
|
-
this.view.az();
|
|
16148
16154
|
break;
|
|
16149
16155
|
case "InputGroup":
|
|
16150
16156
|
this.c0();
|
|
@@ -16170,7 +16176,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16170
16176
|
this.view.au(this.aj);
|
|
16171
16177
|
break;
|
|
16172
16178
|
case "IsReadOnly":
|
|
16173
|
-
this.view.
|
|
16179
|
+
this.view.aw(this.al);
|
|
16174
16180
|
break;
|
|
16175
16181
|
}
|
|
16176
16182
|
}
|
|
@@ -16181,10 +16187,10 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16181
16187
|
this.view.as();
|
|
16182
16188
|
}
|
|
16183
16189
|
db() {
|
|
16184
|
-
this.view.
|
|
16190
|
+
this.view.a0();
|
|
16185
16191
|
}
|
|
16186
16192
|
c0() {
|
|
16187
|
-
this.view.
|
|
16193
|
+
this.view.a0();
|
|
16188
16194
|
}
|
|
16189
16195
|
dm() {
|
|
16190
16196
|
this.du = this.dy != null ? this.dy : XInput.dw;
|
|
@@ -16193,7 +16199,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16193
16199
|
}
|
|
16194
16200
|
dl() {
|
|
16195
16201
|
if (this.aa != null) {
|
|
16196
|
-
this.view.
|
|
16202
|
+
this.view.a3(this.aa);
|
|
16197
16203
|
}
|
|
16198
16204
|
NativeUI.o(this.view.o, this.du);
|
|
16199
16205
|
}
|
|
@@ -16579,7 +16585,7 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16579
16585
|
return a;
|
|
16580
16586
|
}
|
|
16581
16587
|
di(a, b) {
|
|
16582
|
-
this.view.
|
|
16588
|
+
this.view.ay(a, b);
|
|
16583
16589
|
}
|
|
16584
16590
|
provideContainer(a) {
|
|
16585
16591
|
this.view.al(a);
|
|
@@ -16651,13 +16657,13 @@ let XInput = /*@__PURE__*/ (() => {
|
|
|
16651
16657
|
return this.a7();
|
|
16652
16658
|
}
|
|
16653
16659
|
set selectionStart(a) {
|
|
16654
|
-
this.view.
|
|
16660
|
+
this.view.az(a);
|
|
16655
16661
|
}
|
|
16656
16662
|
get selectionEnd() {
|
|
16657
16663
|
return this.a6();
|
|
16658
16664
|
}
|
|
16659
16665
|
set selectionEnd(a) {
|
|
16660
|
-
this.view.
|
|
16666
|
+
this.view.ax(a);
|
|
16661
16667
|
}
|
|
16662
16668
|
get au() {
|
|
16663
16669
|
return this.am;
|
|
@@ -18338,39 +18344,39 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
18338
18344
|
this.i.m0 = new CornerRadius(2);
|
|
18339
18345
|
}
|
|
18340
18346
|
get actualContentPaddingBottom() {
|
|
18341
|
-
return this.i.tg ? this.i.tg.
|
|
18347
|
+
return this.i.tg ? this.i.tg.bottom : NaN;
|
|
18342
18348
|
}
|
|
18343
18349
|
set actualContentPaddingBottom(v) {
|
|
18344
18350
|
this.ensureActualContentPadding();
|
|
18345
|
-
this.i.tg.
|
|
18346
|
-
this._a("actualContentPaddingBottom", this.i.tg.
|
|
18351
|
+
this.i.tg.bottom = +v;
|
|
18352
|
+
this._a("actualContentPaddingBottom", this.i.tg.bottom);
|
|
18347
18353
|
this.i.tg = this.i.tg;
|
|
18348
18354
|
}
|
|
18349
18355
|
get actualContentPaddingLeft() {
|
|
18350
|
-
return this.i.tg ? this.i.tg.
|
|
18356
|
+
return this.i.tg ? this.i.tg.left : NaN;
|
|
18351
18357
|
}
|
|
18352
18358
|
set actualContentPaddingLeft(v) {
|
|
18353
18359
|
this.ensureActualContentPadding();
|
|
18354
|
-
this.i.tg.
|
|
18355
|
-
this._a("actualContentPaddingLeft", this.i.tg.
|
|
18360
|
+
this.i.tg.left = +v;
|
|
18361
|
+
this._a("actualContentPaddingLeft", this.i.tg.left);
|
|
18356
18362
|
this.i.tg = this.i.tg;
|
|
18357
18363
|
}
|
|
18358
18364
|
get actualContentPaddingRight() {
|
|
18359
|
-
return this.i.tg ? this.i.tg.
|
|
18365
|
+
return this.i.tg ? this.i.tg.right : NaN;
|
|
18360
18366
|
}
|
|
18361
18367
|
set actualContentPaddingRight(v) {
|
|
18362
18368
|
this.ensureActualContentPadding();
|
|
18363
|
-
this.i.tg.
|
|
18364
|
-
this._a("actualContentPaddingRight", this.i.tg.
|
|
18369
|
+
this.i.tg.right = +v;
|
|
18370
|
+
this._a("actualContentPaddingRight", this.i.tg.right);
|
|
18365
18371
|
this.i.tg = this.i.tg;
|
|
18366
18372
|
}
|
|
18367
18373
|
get actualContentPaddingTop() {
|
|
18368
|
-
return this.i.tg ? this.i.tg.
|
|
18374
|
+
return this.i.tg ? this.i.tg.top : NaN;
|
|
18369
18375
|
}
|
|
18370
18376
|
set actualContentPaddingTop(v) {
|
|
18371
18377
|
this.ensureActualContentPadding();
|
|
18372
|
-
this.i.tg.
|
|
18373
|
-
this._a("actualContentPaddingTop", this.i.tg.
|
|
18378
|
+
this.i.tg.top = +v;
|
|
18379
|
+
this._a("actualContentPaddingTop", this.i.tg.top);
|
|
18374
18380
|
this.i.tg = this.i.tg;
|
|
18375
18381
|
}
|
|
18376
18382
|
ensureActualContentPadding() {
|
|
@@ -18582,39 +18588,39 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
18582
18588
|
this.i.m4 = new CornerRadius(2);
|
|
18583
18589
|
}
|
|
18584
18590
|
get contentPaddingBottom() {
|
|
18585
|
-
return this.i.tk ? this.i.tk.
|
|
18591
|
+
return this.i.tk ? this.i.tk.bottom : NaN;
|
|
18586
18592
|
}
|
|
18587
18593
|
set contentPaddingBottom(v) {
|
|
18588
18594
|
this.ensureContentPadding();
|
|
18589
|
-
this.i.tk.
|
|
18590
|
-
this._a("contentPaddingBottom", this.i.tk.
|
|
18595
|
+
this.i.tk.bottom = +v;
|
|
18596
|
+
this._a("contentPaddingBottom", this.i.tk.bottom);
|
|
18591
18597
|
this.i.tk = this.i.tk;
|
|
18592
18598
|
}
|
|
18593
18599
|
get contentPaddingLeft() {
|
|
18594
|
-
return this.i.tk ? this.i.tk.
|
|
18600
|
+
return this.i.tk ? this.i.tk.left : NaN;
|
|
18595
18601
|
}
|
|
18596
18602
|
set contentPaddingLeft(v) {
|
|
18597
18603
|
this.ensureContentPadding();
|
|
18598
|
-
this.i.tk.
|
|
18599
|
-
this._a("contentPaddingLeft", this.i.tk.
|
|
18604
|
+
this.i.tk.left = +v;
|
|
18605
|
+
this._a("contentPaddingLeft", this.i.tk.left);
|
|
18600
18606
|
this.i.tk = this.i.tk;
|
|
18601
18607
|
}
|
|
18602
18608
|
get contentPaddingRight() {
|
|
18603
|
-
return this.i.tk ? this.i.tk.
|
|
18609
|
+
return this.i.tk ? this.i.tk.right : NaN;
|
|
18604
18610
|
}
|
|
18605
18611
|
set contentPaddingRight(v) {
|
|
18606
18612
|
this.ensureContentPadding();
|
|
18607
|
-
this.i.tk.
|
|
18608
|
-
this._a("contentPaddingRight", this.i.tk.
|
|
18613
|
+
this.i.tk.right = +v;
|
|
18614
|
+
this._a("contentPaddingRight", this.i.tk.right);
|
|
18609
18615
|
this.i.tk = this.i.tk;
|
|
18610
18616
|
}
|
|
18611
18617
|
get contentPaddingTop() {
|
|
18612
|
-
return this.i.tk ? this.i.tk.
|
|
18618
|
+
return this.i.tk ? this.i.tk.top : NaN;
|
|
18613
18619
|
}
|
|
18614
18620
|
set contentPaddingTop(v) {
|
|
18615
18621
|
this.ensureContentPadding();
|
|
18616
|
-
this.i.tk.
|
|
18617
|
-
this._a("contentPaddingTop", this.i.tk.
|
|
18622
|
+
this.i.tk.top = +v;
|
|
18623
|
+
this._a("contentPaddingTop", this.i.tk.top);
|
|
18618
18624
|
this.i.tk = this.i.tk;
|
|
18619
18625
|
}
|
|
18620
18626
|
ensureContentPadding() {
|
|
@@ -18836,39 +18842,39 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
18836
18842
|
this.i.nk = new CornerRadius(2);
|
|
18837
18843
|
}
|
|
18838
18844
|
get lineTypeContentPaddingBottom() {
|
|
18839
|
-
return this.i.t0 ? this.i.t0.
|
|
18845
|
+
return this.i.t0 ? this.i.t0.bottom : NaN;
|
|
18840
18846
|
}
|
|
18841
18847
|
set lineTypeContentPaddingBottom(v) {
|
|
18842
18848
|
this.ensureLineTypeContentPadding();
|
|
18843
|
-
this.i.t0.
|
|
18844
|
-
this._a("lineTypeContentPaddingBottom", this.i.t0.
|
|
18849
|
+
this.i.t0.bottom = +v;
|
|
18850
|
+
this._a("lineTypeContentPaddingBottom", this.i.t0.bottom);
|
|
18845
18851
|
this.i.t0 = this.i.t0;
|
|
18846
18852
|
}
|
|
18847
18853
|
get lineTypeContentPaddingLeft() {
|
|
18848
|
-
return this.i.t0 ? this.i.t0.
|
|
18854
|
+
return this.i.t0 ? this.i.t0.left : NaN;
|
|
18849
18855
|
}
|
|
18850
18856
|
set lineTypeContentPaddingLeft(v) {
|
|
18851
18857
|
this.ensureLineTypeContentPadding();
|
|
18852
|
-
this.i.t0.
|
|
18853
|
-
this._a("lineTypeContentPaddingLeft", this.i.t0.
|
|
18858
|
+
this.i.t0.left = +v;
|
|
18859
|
+
this._a("lineTypeContentPaddingLeft", this.i.t0.left);
|
|
18854
18860
|
this.i.t0 = this.i.t0;
|
|
18855
18861
|
}
|
|
18856
18862
|
get lineTypeContentPaddingRight() {
|
|
18857
|
-
return this.i.t0 ? this.i.t0.
|
|
18863
|
+
return this.i.t0 ? this.i.t0.right : NaN;
|
|
18858
18864
|
}
|
|
18859
18865
|
set lineTypeContentPaddingRight(v) {
|
|
18860
18866
|
this.ensureLineTypeContentPadding();
|
|
18861
|
-
this.i.t0.
|
|
18862
|
-
this._a("lineTypeContentPaddingRight", this.i.t0.
|
|
18867
|
+
this.i.t0.right = +v;
|
|
18868
|
+
this._a("lineTypeContentPaddingRight", this.i.t0.right);
|
|
18863
18869
|
this.i.t0 = this.i.t0;
|
|
18864
18870
|
}
|
|
18865
18871
|
get lineTypeContentPaddingTop() {
|
|
18866
|
-
return this.i.t0 ? this.i.t0.
|
|
18872
|
+
return this.i.t0 ? this.i.t0.top : NaN;
|
|
18867
18873
|
}
|
|
18868
18874
|
set lineTypeContentPaddingTop(v) {
|
|
18869
18875
|
this.ensureLineTypeContentPadding();
|
|
18870
|
-
this.i.t0.
|
|
18871
|
-
this._a("lineTypeContentPaddingTop", this.i.t0.
|
|
18876
|
+
this.i.t0.top = +v;
|
|
18877
|
+
this._a("lineTypeContentPaddingTop", this.i.t0.top);
|
|
18872
18878
|
this.i.t0 = this.i.t0;
|
|
18873
18879
|
}
|
|
18874
18880
|
ensureLineTypeContentPadding() {
|
|
@@ -19090,39 +19096,39 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
19090
19096
|
this.i.m2 = new CornerRadius(2);
|
|
19091
19097
|
}
|
|
19092
19098
|
get boxTypeContentPaddingBottom() {
|
|
19093
|
-
return this.i.ti ? this.i.ti.
|
|
19099
|
+
return this.i.ti ? this.i.ti.bottom : NaN;
|
|
19094
19100
|
}
|
|
19095
19101
|
set boxTypeContentPaddingBottom(v) {
|
|
19096
19102
|
this.ensureBoxTypeContentPadding();
|
|
19097
|
-
this.i.ti.
|
|
19098
|
-
this._a("boxTypeContentPaddingBottom", this.i.ti.
|
|
19103
|
+
this.i.ti.bottom = +v;
|
|
19104
|
+
this._a("boxTypeContentPaddingBottom", this.i.ti.bottom);
|
|
19099
19105
|
this.i.ti = this.i.ti;
|
|
19100
19106
|
}
|
|
19101
19107
|
get boxTypeContentPaddingLeft() {
|
|
19102
|
-
return this.i.ti ? this.i.ti.
|
|
19108
|
+
return this.i.ti ? this.i.ti.left : NaN;
|
|
19103
19109
|
}
|
|
19104
19110
|
set boxTypeContentPaddingLeft(v) {
|
|
19105
19111
|
this.ensureBoxTypeContentPadding();
|
|
19106
|
-
this.i.ti.
|
|
19107
|
-
this._a("boxTypeContentPaddingLeft", this.i.ti.
|
|
19112
|
+
this.i.ti.left = +v;
|
|
19113
|
+
this._a("boxTypeContentPaddingLeft", this.i.ti.left);
|
|
19108
19114
|
this.i.ti = this.i.ti;
|
|
19109
19115
|
}
|
|
19110
19116
|
get boxTypeContentPaddingRight() {
|
|
19111
|
-
return this.i.ti ? this.i.ti.
|
|
19117
|
+
return this.i.ti ? this.i.ti.right : NaN;
|
|
19112
19118
|
}
|
|
19113
19119
|
set boxTypeContentPaddingRight(v) {
|
|
19114
19120
|
this.ensureBoxTypeContentPadding();
|
|
19115
|
-
this.i.ti.
|
|
19116
|
-
this._a("boxTypeContentPaddingRight", this.i.ti.
|
|
19121
|
+
this.i.ti.right = +v;
|
|
19122
|
+
this._a("boxTypeContentPaddingRight", this.i.ti.right);
|
|
19117
19123
|
this.i.ti = this.i.ti;
|
|
19118
19124
|
}
|
|
19119
19125
|
get boxTypeContentPaddingTop() {
|
|
19120
|
-
return this.i.ti ? this.i.ti.
|
|
19126
|
+
return this.i.ti ? this.i.ti.top : NaN;
|
|
19121
19127
|
}
|
|
19122
19128
|
set boxTypeContentPaddingTop(v) {
|
|
19123
19129
|
this.ensureBoxTypeContentPadding();
|
|
19124
|
-
this.i.ti.
|
|
19125
|
-
this._a("boxTypeContentPaddingTop", this.i.ti.
|
|
19130
|
+
this.i.ti.top = +v;
|
|
19131
|
+
this._a("boxTypeContentPaddingTop", this.i.ti.top);
|
|
19126
19132
|
this.i.ti = this.i.ti;
|
|
19127
19133
|
}
|
|
19128
19134
|
ensureBoxTypeContentPadding() {
|
|
@@ -19344,39 +19350,39 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
19344
19350
|
this.i.m1 = new CornerRadius(2);
|
|
19345
19351
|
}
|
|
19346
19352
|
get borderTypeContentPaddingBottom() {
|
|
19347
|
-
return this.i.th ? this.i.th.
|
|
19353
|
+
return this.i.th ? this.i.th.bottom : NaN;
|
|
19348
19354
|
}
|
|
19349
19355
|
set borderTypeContentPaddingBottom(v) {
|
|
19350
19356
|
this.ensureBorderTypeContentPadding();
|
|
19351
|
-
this.i.th.
|
|
19352
|
-
this._a("borderTypeContentPaddingBottom", this.i.th.
|
|
19357
|
+
this.i.th.bottom = +v;
|
|
19358
|
+
this._a("borderTypeContentPaddingBottom", this.i.th.bottom);
|
|
19353
19359
|
this.i.th = this.i.th;
|
|
19354
19360
|
}
|
|
19355
19361
|
get borderTypeContentPaddingLeft() {
|
|
19356
|
-
return this.i.th ? this.i.th.
|
|
19362
|
+
return this.i.th ? this.i.th.left : NaN;
|
|
19357
19363
|
}
|
|
19358
19364
|
set borderTypeContentPaddingLeft(v) {
|
|
19359
19365
|
this.ensureBorderTypeContentPadding();
|
|
19360
|
-
this.i.th.
|
|
19361
|
-
this._a("borderTypeContentPaddingLeft", this.i.th.
|
|
19366
|
+
this.i.th.left = +v;
|
|
19367
|
+
this._a("borderTypeContentPaddingLeft", this.i.th.left);
|
|
19362
19368
|
this.i.th = this.i.th;
|
|
19363
19369
|
}
|
|
19364
19370
|
get borderTypeContentPaddingRight() {
|
|
19365
|
-
return this.i.th ? this.i.th.
|
|
19371
|
+
return this.i.th ? this.i.th.right : NaN;
|
|
19366
19372
|
}
|
|
19367
19373
|
set borderTypeContentPaddingRight(v) {
|
|
19368
19374
|
this.ensureBorderTypeContentPadding();
|
|
19369
|
-
this.i.th.
|
|
19370
|
-
this._a("borderTypeContentPaddingRight", this.i.th.
|
|
19375
|
+
this.i.th.right = +v;
|
|
19376
|
+
this._a("borderTypeContentPaddingRight", this.i.th.right);
|
|
19371
19377
|
this.i.th = this.i.th;
|
|
19372
19378
|
}
|
|
19373
19379
|
get borderTypeContentPaddingTop() {
|
|
19374
|
-
return this.i.th ? this.i.th.
|
|
19380
|
+
return this.i.th ? this.i.th.top : NaN;
|
|
19375
19381
|
}
|
|
19376
19382
|
set borderTypeContentPaddingTop(v) {
|
|
19377
19383
|
this.ensureBorderTypeContentPadding();
|
|
19378
|
-
this.i.th.
|
|
19379
|
-
this._a("borderTypeContentPaddingTop", this.i.th.
|
|
19384
|
+
this.i.th.top = +v;
|
|
19385
|
+
this._a("borderTypeContentPaddingTop", this.i.th.top);
|
|
19380
19386
|
this.i.th = this.i.th;
|
|
19381
19387
|
}
|
|
19382
19388
|
ensureBorderTypeContentPadding() {
|
|
@@ -19598,39 +19604,39 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
19598
19604
|
this.i.nl = new CornerRadius(2);
|
|
19599
19605
|
}
|
|
19600
19606
|
get searchTypeContentPaddingBottom() {
|
|
19601
|
-
return this.i.t1 ? this.i.t1.
|
|
19607
|
+
return this.i.t1 ? this.i.t1.bottom : NaN;
|
|
19602
19608
|
}
|
|
19603
19609
|
set searchTypeContentPaddingBottom(v) {
|
|
19604
19610
|
this.ensureSearchTypeContentPadding();
|
|
19605
|
-
this.i.t1.
|
|
19606
|
-
this._a("searchTypeContentPaddingBottom", this.i.t1.
|
|
19611
|
+
this.i.t1.bottom = +v;
|
|
19612
|
+
this._a("searchTypeContentPaddingBottom", this.i.t1.bottom);
|
|
19607
19613
|
this.i.t1 = this.i.t1;
|
|
19608
19614
|
}
|
|
19609
19615
|
get searchTypeContentPaddingLeft() {
|
|
19610
|
-
return this.i.t1 ? this.i.t1.
|
|
19616
|
+
return this.i.t1 ? this.i.t1.left : NaN;
|
|
19611
19617
|
}
|
|
19612
19618
|
set searchTypeContentPaddingLeft(v) {
|
|
19613
19619
|
this.ensureSearchTypeContentPadding();
|
|
19614
|
-
this.i.t1.
|
|
19615
|
-
this._a("searchTypeContentPaddingLeft", this.i.t1.
|
|
19620
|
+
this.i.t1.left = +v;
|
|
19621
|
+
this._a("searchTypeContentPaddingLeft", this.i.t1.left);
|
|
19616
19622
|
this.i.t1 = this.i.t1;
|
|
19617
19623
|
}
|
|
19618
19624
|
get searchTypeContentPaddingRight() {
|
|
19619
|
-
return this.i.t1 ? this.i.t1.
|
|
19625
|
+
return this.i.t1 ? this.i.t1.right : NaN;
|
|
19620
19626
|
}
|
|
19621
19627
|
set searchTypeContentPaddingRight(v) {
|
|
19622
19628
|
this.ensureSearchTypeContentPadding();
|
|
19623
|
-
this.i.t1.
|
|
19624
|
-
this._a("searchTypeContentPaddingRight", this.i.t1.
|
|
19629
|
+
this.i.t1.right = +v;
|
|
19630
|
+
this._a("searchTypeContentPaddingRight", this.i.t1.right);
|
|
19625
19631
|
this.i.t1 = this.i.t1;
|
|
19626
19632
|
}
|
|
19627
19633
|
get searchTypeContentPaddingTop() {
|
|
19628
|
-
return this.i.t1 ? this.i.t1.
|
|
19634
|
+
return this.i.t1 ? this.i.t1.top : NaN;
|
|
19629
19635
|
}
|
|
19630
19636
|
set searchTypeContentPaddingTop(v) {
|
|
19631
19637
|
this.ensureSearchTypeContentPadding();
|
|
19632
|
-
this.i.t1.
|
|
19633
|
-
this._a("searchTypeContentPaddingTop", this.i.t1.
|
|
19638
|
+
this.i.t1.top = +v;
|
|
19639
|
+
this._a("searchTypeContentPaddingTop", this.i.t1.top);
|
|
19634
19640
|
this.i.t1 = this.i.t1;
|
|
19635
19641
|
}
|
|
19636
19642
|
ensureSearchTypeContentPadding() {
|
|
@@ -20240,6 +20246,7 @@ let DatePickerView = /*@__PURE__*/ (() => {
|
|
|
20240
20246
|
this.g = this.d.createElement("div");
|
|
20241
20247
|
this.g.setAttribute("aria-hidden", "true");
|
|
20242
20248
|
this.f = this.d.createElement("div");
|
|
20249
|
+
this.g.setStyleProperty("padding-right", "2px");
|
|
20243
20250
|
this.i = this.d.createElement("div");
|
|
20244
20251
|
this.i.setAttribute("aria-hidden", "true");
|
|
20245
20252
|
this.h = this.d.createElement("div");
|
|
@@ -20375,6 +20382,9 @@ let DatePickerView = /*@__PURE__*/ (() => {
|
|
|
20375
20382
|
return this.e;
|
|
20376
20383
|
}
|
|
20377
20384
|
y(a) {
|
|
20385
|
+
if (this.b.aq == true) {
|
|
20386
|
+
return;
|
|
20387
|
+
}
|
|
20378
20388
|
this.b.cb();
|
|
20379
20389
|
if (this.f != null) {
|
|
20380
20390
|
this.f.hide();
|
|
@@ -20471,7 +20481,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20471
20481
|
this.az = dateMinValue();
|
|
20472
20482
|
this.ay = dateMinValue();
|
|
20473
20483
|
this.a9 = "";
|
|
20474
|
-
this.
|
|
20484
|
+
this.da = BrushUtil.g(255, 24, 29, 31);
|
|
20475
20485
|
this.z = null;
|
|
20476
20486
|
this.bb = "";
|
|
20477
20487
|
this.aw = dateMinValue();
|
|
@@ -20479,8 +20489,8 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20479
20489
|
this.x = 2;
|
|
20480
20490
|
this.v = 1;
|
|
20481
20491
|
this.aa = null;
|
|
20482
|
-
this.
|
|
20483
|
-
this.
|
|
20492
|
+
this.db = BrushUtil.g(255, 24, 29, 31);
|
|
20493
|
+
this.c9 = BrushUtil.g(255, 163, 172, 184);
|
|
20484
20494
|
this.ak = true;
|
|
20485
20495
|
this.al = false;
|
|
20486
20496
|
this.ag = true;
|
|
@@ -20507,7 +20517,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20507
20517
|
this.ah = true;
|
|
20508
20518
|
this.cc();
|
|
20509
20519
|
}
|
|
20510
|
-
this.
|
|
20520
|
+
this.c4();
|
|
20511
20521
|
if (this.selectedValueChanged != null) {
|
|
20512
20522
|
this.selectedValueChanged(this, ((() => {
|
|
20513
20523
|
let $ret = new SelectedValueChangedEventArgs();
|
|
@@ -20533,6 +20543,9 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20533
20543
|
provideContainer(a) {
|
|
20534
20544
|
this.h.af(a);
|
|
20535
20545
|
}
|
|
20546
|
+
setName(a) {
|
|
20547
|
+
this.o.e = a;
|
|
20548
|
+
}
|
|
20536
20549
|
get af() {
|
|
20537
20550
|
if (this.ae == null) {
|
|
20538
20551
|
this.ae = new SRProvider(this.h.d);
|
|
@@ -20571,13 +20584,13 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20571
20584
|
this.cu("Label", b, this.a9);
|
|
20572
20585
|
}
|
|
20573
20586
|
}
|
|
20574
|
-
get
|
|
20575
|
-
return this.
|
|
20587
|
+
get dd() {
|
|
20588
|
+
return this.da;
|
|
20576
20589
|
}
|
|
20577
|
-
set
|
|
20578
|
-
let b = this.
|
|
20579
|
-
this.
|
|
20580
|
-
if (b != this.
|
|
20590
|
+
set dd(a) {
|
|
20591
|
+
let b = this.da;
|
|
20592
|
+
this.da = a;
|
|
20593
|
+
if (b != this.da) {
|
|
20581
20594
|
this.cu("LabelTextColor", b, a);
|
|
20582
20595
|
}
|
|
20583
20596
|
}
|
|
@@ -20651,24 +20664,24 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20651
20664
|
this.cu("TextStyle", b, this.aa);
|
|
20652
20665
|
}
|
|
20653
20666
|
}
|
|
20654
|
-
get
|
|
20655
|
-
return this.
|
|
20667
|
+
get de() {
|
|
20668
|
+
return this.db;
|
|
20656
20669
|
}
|
|
20657
|
-
set
|
|
20658
|
-
let b = this.
|
|
20659
|
-
this.
|
|
20660
|
-
if (b != this.
|
|
20661
|
-
this.cu("TextColor", b, this.
|
|
20670
|
+
set de(a) {
|
|
20671
|
+
let b = this.db;
|
|
20672
|
+
this.db = a;
|
|
20673
|
+
if (b != this.db) {
|
|
20674
|
+
this.cu("TextColor", b, this.db);
|
|
20662
20675
|
}
|
|
20663
20676
|
}
|
|
20664
|
-
get
|
|
20665
|
-
return this.
|
|
20677
|
+
get dc() {
|
|
20678
|
+
return this.c9;
|
|
20666
20679
|
}
|
|
20667
|
-
set
|
|
20668
|
-
let b = this.
|
|
20669
|
-
this.
|
|
20670
|
-
if (b != this.
|
|
20671
|
-
this.cu("IconColor", b, this.
|
|
20680
|
+
set dc(a) {
|
|
20681
|
+
let b = this.c9;
|
|
20682
|
+
this.c9 = a;
|
|
20683
|
+
if (b != this.c9) {
|
|
20684
|
+
this.cu("IconColor", b, this.c9);
|
|
20672
20685
|
}
|
|
20673
20686
|
}
|
|
20674
20687
|
get as() {
|
|
@@ -20783,7 +20796,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20783
20796
|
this.c0();
|
|
20784
20797
|
break;
|
|
20785
20798
|
case "BaseTheme":
|
|
20786
|
-
this.
|
|
20799
|
+
this.c2();
|
|
20787
20800
|
break;
|
|
20788
20801
|
case "Value":
|
|
20789
20802
|
if (+(this.value) != +(dateMinValue())) {
|
|
@@ -20851,7 +20864,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20851
20864
|
}
|
|
20852
20865
|
break;
|
|
20853
20866
|
case "TextStyle":
|
|
20854
|
-
this.
|
|
20867
|
+
this.c5();
|
|
20855
20868
|
break;
|
|
20856
20869
|
case "ShowClearButton":
|
|
20857
20870
|
if (this.o != null) {
|
|
@@ -20864,7 +20877,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20864
20877
|
case "LabelTextStyle":
|
|
20865
20878
|
case "TextColor":
|
|
20866
20879
|
case "IconColor":
|
|
20867
|
-
this.
|
|
20880
|
+
this.c6();
|
|
20868
20881
|
break;
|
|
20869
20882
|
case "ShowTodayButton":
|
|
20870
20883
|
if (this.c != null) {
|
|
@@ -20879,11 +20892,11 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20879
20892
|
case "OpenOnFocus": break;
|
|
20880
20893
|
case "DateFormat":
|
|
20881
20894
|
this.a.k(this.e);
|
|
20882
|
-
this.
|
|
20895
|
+
this.c4();
|
|
20883
20896
|
break;
|
|
20884
20897
|
case "FormatString":
|
|
20885
20898
|
this.ca();
|
|
20886
|
-
this.
|
|
20899
|
+
this.c4();
|
|
20887
20900
|
break;
|
|
20888
20901
|
case "FirstDayOfWeek":
|
|
20889
20902
|
if (this.c != null) {
|
|
@@ -20999,26 +21012,26 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20999
21012
|
}
|
|
21000
21013
|
}
|
|
21001
21014
|
}
|
|
21002
|
-
|
|
21015
|
+
c6() {
|
|
21003
21016
|
if (this.o != null) {
|
|
21004
|
-
this.o.dy = this.
|
|
21017
|
+
this.o.dy = this.de;
|
|
21005
21018
|
}
|
|
21006
21019
|
if (this.m != null) {
|
|
21007
|
-
this.m.fill = this.
|
|
21020
|
+
this.m.fill = this.dc;
|
|
21008
21021
|
}
|
|
21009
21022
|
if (this.n != null) {
|
|
21010
|
-
this.n.fill = this.
|
|
21023
|
+
this.n.fill = this.dc;
|
|
21011
21024
|
}
|
|
21012
21025
|
if (this.r != null) {
|
|
21013
|
-
this.r.df = this.
|
|
21026
|
+
this.r.df = this.dd;
|
|
21014
21027
|
this.r.y = this.ac;
|
|
21015
21028
|
}
|
|
21016
21029
|
}
|
|
21017
|
-
|
|
21030
|
+
c3() {
|
|
21018
21031
|
if (this.q != null) {
|
|
21019
21032
|
}
|
|
21020
21033
|
}
|
|
21021
|
-
|
|
21034
|
+
c5() {
|
|
21022
21035
|
if (this.aa != null) {
|
|
21023
21036
|
this.o.ac = this.aa;
|
|
21024
21037
|
}
|
|
@@ -21031,7 +21044,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21031
21044
|
this.q.n = this.y;
|
|
21032
21045
|
this.r = new XLabel();
|
|
21033
21046
|
this.h.al(this.r);
|
|
21034
|
-
this.r.df = this.
|
|
21047
|
+
this.r.df = this.dd;
|
|
21035
21048
|
this.r.y = this.ac;
|
|
21036
21049
|
this.q.appendContentChild(this.h.u());
|
|
21037
21050
|
if (this.bs != null && this.bs != "") {
|
|
@@ -21045,7 +21058,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21045
21058
|
this.o.ac = this.aa;
|
|
21046
21059
|
}
|
|
21047
21060
|
this.o.disabled = !this.ap;
|
|
21048
|
-
this.o.dy = this.
|
|
21061
|
+
this.o.dy = this.de;
|
|
21049
21062
|
this.q.appendContentChild(this.h.t());
|
|
21050
21063
|
this.q.inputs.add(this.o);
|
|
21051
21064
|
this.o.cb = this.bz;
|
|
@@ -21061,17 +21074,17 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21061
21074
|
this.m = new XIcon();
|
|
21062
21075
|
this.h.ai(this.m, this.h.p());
|
|
21063
21076
|
this.m.svgPath = DatePicker.bh;
|
|
21064
|
-
this.m.fill = this.
|
|
21077
|
+
this.m.fill = this.dc;
|
|
21065
21078
|
d.appendContentChild(this.h.p());
|
|
21066
21079
|
this.q.appendContentChild(this.h.q());
|
|
21067
21080
|
this.q.inputs.add(d);
|
|
21068
|
-
this.
|
|
21081
|
+
this.c4();
|
|
21069
21082
|
let e = new XSuffix();
|
|
21070
21083
|
this.h.an(e, this.h.s());
|
|
21071
21084
|
this.n = new XIcon();
|
|
21072
21085
|
this.h.ai(this.n, this.h.r());
|
|
21073
21086
|
this.n.svgPath = DatePicker.bg;
|
|
21074
|
-
this.n.fill = this.
|
|
21087
|
+
this.n.fill = this.dc;
|
|
21075
21088
|
e.appendContentChild(this.h.r());
|
|
21076
21089
|
this.q.appendContentChild(this.h.s());
|
|
21077
21090
|
this.q.inputs.add(e);
|
|
@@ -21087,7 +21100,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21087
21100
|
case 9:
|
|
21088
21101
|
this.an = true;
|
|
21089
21102
|
if (!this.ao) {
|
|
21090
|
-
this.
|
|
21103
|
+
this.c8(this.o.cj);
|
|
21091
21104
|
}
|
|
21092
21105
|
this.ah = true;
|
|
21093
21106
|
this.cc();
|
|
@@ -21096,7 +21109,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21096
21109
|
case 13:
|
|
21097
21110
|
this.an = true;
|
|
21098
21111
|
if (!this.ao) {
|
|
21099
|
-
this.
|
|
21112
|
+
this.c8(this.o.cj);
|
|
21100
21113
|
}
|
|
21101
21114
|
this.ah = true;
|
|
21102
21115
|
this.cc();
|
|
@@ -21126,10 +21139,10 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21126
21139
|
}
|
|
21127
21140
|
ck(a, b) {
|
|
21128
21141
|
this.ao = true;
|
|
21129
|
-
this.
|
|
21142
|
+
this.c8(b.value);
|
|
21130
21143
|
this.ao = false;
|
|
21131
21144
|
}
|
|
21132
|
-
|
|
21145
|
+
c8(a) {
|
|
21133
21146
|
let b = ['/', '-', ' ', '.', ','];
|
|
21134
21147
|
let c = stringSplit(a, b, 1);
|
|
21135
21148
|
let d = 0;
|
|
@@ -21248,10 +21261,10 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21248
21261
|
let ah = Base.compareSimple(ag, this.a1);
|
|
21249
21262
|
let ai = Base.compareSimple(ag, this.a0);
|
|
21250
21263
|
if (ah < 0 || ai > 0) {
|
|
21251
|
-
this.
|
|
21264
|
+
this.c4();
|
|
21252
21265
|
}
|
|
21253
21266
|
else {
|
|
21254
|
-
this.
|
|
21267
|
+
this.c7(ag);
|
|
21255
21268
|
this.h.ao();
|
|
21256
21269
|
}
|
|
21257
21270
|
}
|
|
@@ -21260,15 +21273,15 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21260
21273
|
this.cb();
|
|
21261
21274
|
}
|
|
21262
21275
|
else {
|
|
21263
|
-
this.
|
|
21276
|
+
this.c4();
|
|
21264
21277
|
}
|
|
21265
21278
|
}
|
|
21266
21279
|
}
|
|
21267
|
-
|
|
21280
|
+
c7(a) {
|
|
21268
21281
|
let b = this.value;
|
|
21269
21282
|
this.value = a;
|
|
21270
21283
|
}
|
|
21271
|
-
|
|
21284
|
+
c4() {
|
|
21272
21285
|
if (this.o != null) {
|
|
21273
21286
|
if (+(this.az) != +(dateMinValue())) {
|
|
21274
21287
|
let a = "";
|
|
@@ -21458,6 +21471,9 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21458
21471
|
}
|
|
21459
21472
|
}
|
|
21460
21473
|
cb() {
|
|
21474
|
+
if (this.aq == true) {
|
|
21475
|
+
return;
|
|
21476
|
+
}
|
|
21461
21477
|
if (this.o != null) {
|
|
21462
21478
|
this.o.cj = "";
|
|
21463
21479
|
}
|
|
@@ -21591,7 +21607,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21591
21607
|
let a = new LostFocusEventArgs();
|
|
21592
21608
|
this.ct(a);
|
|
21593
21609
|
}
|
|
21594
|
-
|
|
21610
|
+
c2() {
|
|
21595
21611
|
}
|
|
21596
21612
|
c0() {
|
|
21597
21613
|
}
|
|
@@ -21821,6 +21837,12 @@ let IgcDatePickerComponent = /*@__PURE__*/ (() => {
|
|
|
21821
21837
|
afterContentInit() {
|
|
21822
21838
|
this.i.notifySizeChanged();
|
|
21823
21839
|
}
|
|
21840
|
+
attributeSynced(name, value) {
|
|
21841
|
+
// an attribute was set by the component renderer.
|
|
21842
|
+
if (name === 'name') {
|
|
21843
|
+
this.i.setName(value);
|
|
21844
|
+
}
|
|
21845
|
+
}
|
|
21824
21846
|
/**
|
|
21825
21847
|
* @hidden
|
|
21826
21848
|
*/
|
|
@@ -21927,11 +21949,11 @@ let IgcDatePickerComponent = /*@__PURE__*/ (() => {
|
|
|
21927
21949
|
* Gets or sets the color to use for the text.
|
|
21928
21950
|
*/
|
|
21929
21951
|
get labelTextColor() {
|
|
21930
|
-
return brushToString(this.i.
|
|
21952
|
+
return brushToString(this.i.dd);
|
|
21931
21953
|
}
|
|
21932
21954
|
set labelTextColor(v) {
|
|
21933
|
-
this.i.
|
|
21934
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
21955
|
+
this.i.dd = stringToBrush(v);
|
|
21956
|
+
this._a("labelTextColor", brushToString(this.i.dd));
|
|
21935
21957
|
}
|
|
21936
21958
|
/**
|
|
21937
21959
|
* Gets or sets the font to use for the combobox.
|
|
@@ -22014,21 +22036,21 @@ let IgcDatePickerComponent = /*@__PURE__*/ (() => {
|
|
|
22014
22036
|
* Gets or Sets the text color
|
|
22015
22037
|
*/
|
|
22016
22038
|
get textColor() {
|
|
22017
|
-
return brushToString(this.i.
|
|
22039
|
+
return brushToString(this.i.de);
|
|
22018
22040
|
}
|
|
22019
22041
|
set textColor(v) {
|
|
22020
|
-
this.i.
|
|
22021
|
-
this._a("textColor", brushToString(this.i.
|
|
22042
|
+
this.i.de = stringToBrush(v);
|
|
22043
|
+
this._a("textColor", brushToString(this.i.de));
|
|
22022
22044
|
}
|
|
22023
22045
|
/**
|
|
22024
22046
|
* Gets or Sets the text color
|
|
22025
22047
|
*/
|
|
22026
22048
|
get iconColor() {
|
|
22027
|
-
return brushToString(this.i.
|
|
22049
|
+
return brushToString(this.i.dc);
|
|
22028
22050
|
}
|
|
22029
22051
|
set iconColor(v) {
|
|
22030
|
-
this.i.
|
|
22031
|
-
this._a("iconColor", brushToString(this.i.
|
|
22052
|
+
this.i.dc = stringToBrush(v);
|
|
22053
|
+
this._a("iconColor", brushToString(this.i.dc));
|
|
22032
22054
|
}
|
|
22033
22055
|
/**
|
|
22034
22056
|
* Gets or sets the ShowClearButton property to detirmine if the clear button is shown
|
|
@@ -22607,7 +22629,7 @@ let CheckboxView = /*@__PURE__*/ (() => {
|
|
|
22607
22629
|
d.append(h);
|
|
22608
22630
|
let l = this.l.createElement("span");
|
|
22609
22631
|
l.addClass("ig-checkbox-label");
|
|
22610
|
-
l.setStyleProperty("font-family", "
|
|
22632
|
+
l.setStyleProperty("font-family", "Verdana");
|
|
22611
22633
|
l.setStyleProperty("font-weight", "400");
|
|
22612
22634
|
l.setStyleProperty("font-size", "1rem");
|
|
22613
22635
|
l.setStyleProperty("letter-spacing", ".00937rem");
|