igniteui-webcomponents-inputs 1.4.2 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +188 -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 +67 -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 +64 -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 +191 -163
- package/fesm5/igniteui-webcomponents-inputs.js +188 -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");
|
|
@@ -20355,6 +20362,12 @@ let DatePickerView = /*@__PURE__*/ (() => {
|
|
|
20355
20362
|
else {
|
|
20356
20363
|
this.e.parent().parent().setStyleProperty("max-width", "232px");
|
|
20357
20364
|
}
|
|
20365
|
+
if (this.b.at == true) {
|
|
20366
|
+
this.e.parent().parent().setStyleProperty("height", "270px");
|
|
20367
|
+
}
|
|
20368
|
+
else {
|
|
20369
|
+
this.e.parent().parent().setStyleProperty("height", "234px");
|
|
20370
|
+
}
|
|
20358
20371
|
}
|
|
20359
20372
|
}
|
|
20360
20373
|
am(a) {
|
|
@@ -20375,6 +20388,9 @@ let DatePickerView = /*@__PURE__*/ (() => {
|
|
|
20375
20388
|
return this.e;
|
|
20376
20389
|
}
|
|
20377
20390
|
y(a) {
|
|
20391
|
+
if (this.b.aq == true) {
|
|
20392
|
+
return;
|
|
20393
|
+
}
|
|
20378
20394
|
this.b.cb();
|
|
20379
20395
|
if (this.f != null) {
|
|
20380
20396
|
this.f.hide();
|
|
@@ -20471,7 +20487,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20471
20487
|
this.az = dateMinValue();
|
|
20472
20488
|
this.ay = dateMinValue();
|
|
20473
20489
|
this.a9 = "";
|
|
20474
|
-
this.
|
|
20490
|
+
this.da = BrushUtil.g(255, 24, 29, 31);
|
|
20475
20491
|
this.z = null;
|
|
20476
20492
|
this.bb = "";
|
|
20477
20493
|
this.aw = dateMinValue();
|
|
@@ -20479,8 +20495,8 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20479
20495
|
this.x = 2;
|
|
20480
20496
|
this.v = 1;
|
|
20481
20497
|
this.aa = null;
|
|
20482
|
-
this.
|
|
20483
|
-
this.
|
|
20498
|
+
this.db = BrushUtil.g(255, 24, 29, 31);
|
|
20499
|
+
this.c9 = BrushUtil.g(255, 163, 172, 184);
|
|
20484
20500
|
this.ak = true;
|
|
20485
20501
|
this.al = false;
|
|
20486
20502
|
this.ag = true;
|
|
@@ -20507,7 +20523,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20507
20523
|
this.ah = true;
|
|
20508
20524
|
this.cc();
|
|
20509
20525
|
}
|
|
20510
|
-
this.
|
|
20526
|
+
this.c4();
|
|
20511
20527
|
if (this.selectedValueChanged != null) {
|
|
20512
20528
|
this.selectedValueChanged(this, ((() => {
|
|
20513
20529
|
let $ret = new SelectedValueChangedEventArgs();
|
|
@@ -20533,6 +20549,9 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20533
20549
|
provideContainer(a) {
|
|
20534
20550
|
this.h.af(a);
|
|
20535
20551
|
}
|
|
20552
|
+
setName(a) {
|
|
20553
|
+
this.o.e = a;
|
|
20554
|
+
}
|
|
20536
20555
|
get af() {
|
|
20537
20556
|
if (this.ae == null) {
|
|
20538
20557
|
this.ae = new SRProvider(this.h.d);
|
|
@@ -20571,13 +20590,13 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20571
20590
|
this.cu("Label", b, this.a9);
|
|
20572
20591
|
}
|
|
20573
20592
|
}
|
|
20574
|
-
get
|
|
20575
|
-
return this.
|
|
20593
|
+
get dd() {
|
|
20594
|
+
return this.da;
|
|
20576
20595
|
}
|
|
20577
|
-
set
|
|
20578
|
-
let b = this.
|
|
20579
|
-
this.
|
|
20580
|
-
if (b != this.
|
|
20596
|
+
set dd(a) {
|
|
20597
|
+
let b = this.da;
|
|
20598
|
+
this.da = a;
|
|
20599
|
+
if (b != this.da) {
|
|
20581
20600
|
this.cu("LabelTextColor", b, a);
|
|
20582
20601
|
}
|
|
20583
20602
|
}
|
|
@@ -20651,24 +20670,24 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20651
20670
|
this.cu("TextStyle", b, this.aa);
|
|
20652
20671
|
}
|
|
20653
20672
|
}
|
|
20654
|
-
get
|
|
20655
|
-
return this.
|
|
20673
|
+
get de() {
|
|
20674
|
+
return this.db;
|
|
20656
20675
|
}
|
|
20657
|
-
set
|
|
20658
|
-
let b = this.
|
|
20659
|
-
this.
|
|
20660
|
-
if (b != this.
|
|
20661
|
-
this.cu("TextColor", b, this.
|
|
20676
|
+
set de(a) {
|
|
20677
|
+
let b = this.db;
|
|
20678
|
+
this.db = a;
|
|
20679
|
+
if (b != this.db) {
|
|
20680
|
+
this.cu("TextColor", b, this.db);
|
|
20662
20681
|
}
|
|
20663
20682
|
}
|
|
20664
|
-
get
|
|
20665
|
-
return this.
|
|
20683
|
+
get dc() {
|
|
20684
|
+
return this.c9;
|
|
20666
20685
|
}
|
|
20667
|
-
set
|
|
20668
|
-
let b = this.
|
|
20669
|
-
this.
|
|
20670
|
-
if (b != this.
|
|
20671
|
-
this.cu("IconColor", b, this.
|
|
20686
|
+
set dc(a) {
|
|
20687
|
+
let b = this.c9;
|
|
20688
|
+
this.c9 = a;
|
|
20689
|
+
if (b != this.c9) {
|
|
20690
|
+
this.cu("IconColor", b, this.c9);
|
|
20672
20691
|
}
|
|
20673
20692
|
}
|
|
20674
20693
|
get as() {
|
|
@@ -20783,7 +20802,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20783
20802
|
this.c0();
|
|
20784
20803
|
break;
|
|
20785
20804
|
case "BaseTheme":
|
|
20786
|
-
this.
|
|
20805
|
+
this.c2();
|
|
20787
20806
|
break;
|
|
20788
20807
|
case "Value":
|
|
20789
20808
|
if (+(this.value) != +(dateMinValue())) {
|
|
@@ -20851,7 +20870,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20851
20870
|
}
|
|
20852
20871
|
break;
|
|
20853
20872
|
case "TextStyle":
|
|
20854
|
-
this.
|
|
20873
|
+
this.c5();
|
|
20855
20874
|
break;
|
|
20856
20875
|
case "ShowClearButton":
|
|
20857
20876
|
if (this.o != null) {
|
|
@@ -20864,7 +20883,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20864
20883
|
case "LabelTextStyle":
|
|
20865
20884
|
case "TextColor":
|
|
20866
20885
|
case "IconColor":
|
|
20867
|
-
this.
|
|
20886
|
+
this.c6();
|
|
20868
20887
|
break;
|
|
20869
20888
|
case "ShowTodayButton":
|
|
20870
20889
|
if (this.c != null) {
|
|
@@ -20879,11 +20898,11 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20879
20898
|
case "OpenOnFocus": break;
|
|
20880
20899
|
case "DateFormat":
|
|
20881
20900
|
this.a.k(this.e);
|
|
20882
|
-
this.
|
|
20901
|
+
this.c4();
|
|
20883
20902
|
break;
|
|
20884
20903
|
case "FormatString":
|
|
20885
20904
|
this.ca();
|
|
20886
|
-
this.
|
|
20905
|
+
this.c4();
|
|
20887
20906
|
break;
|
|
20888
20907
|
case "FirstDayOfWeek":
|
|
20889
20908
|
if (this.c != null) {
|
|
@@ -20999,26 +21018,26 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
20999
21018
|
}
|
|
21000
21019
|
}
|
|
21001
21020
|
}
|
|
21002
|
-
|
|
21021
|
+
c6() {
|
|
21003
21022
|
if (this.o != null) {
|
|
21004
|
-
this.o.dy = this.
|
|
21023
|
+
this.o.dy = this.de;
|
|
21005
21024
|
}
|
|
21006
21025
|
if (this.m != null) {
|
|
21007
|
-
this.m.fill = this.
|
|
21026
|
+
this.m.fill = this.dc;
|
|
21008
21027
|
}
|
|
21009
21028
|
if (this.n != null) {
|
|
21010
|
-
this.n.fill = this.
|
|
21029
|
+
this.n.fill = this.dc;
|
|
21011
21030
|
}
|
|
21012
21031
|
if (this.r != null) {
|
|
21013
|
-
this.r.df = this.
|
|
21032
|
+
this.r.df = this.dd;
|
|
21014
21033
|
this.r.y = this.ac;
|
|
21015
21034
|
}
|
|
21016
21035
|
}
|
|
21017
|
-
|
|
21036
|
+
c3() {
|
|
21018
21037
|
if (this.q != null) {
|
|
21019
21038
|
}
|
|
21020
21039
|
}
|
|
21021
|
-
|
|
21040
|
+
c5() {
|
|
21022
21041
|
if (this.aa != null) {
|
|
21023
21042
|
this.o.ac = this.aa;
|
|
21024
21043
|
}
|
|
@@ -21031,7 +21050,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21031
21050
|
this.q.n = this.y;
|
|
21032
21051
|
this.r = new XLabel();
|
|
21033
21052
|
this.h.al(this.r);
|
|
21034
|
-
this.r.df = this.
|
|
21053
|
+
this.r.df = this.dd;
|
|
21035
21054
|
this.r.y = this.ac;
|
|
21036
21055
|
this.q.appendContentChild(this.h.u());
|
|
21037
21056
|
if (this.bs != null && this.bs != "") {
|
|
@@ -21045,7 +21064,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21045
21064
|
this.o.ac = this.aa;
|
|
21046
21065
|
}
|
|
21047
21066
|
this.o.disabled = !this.ap;
|
|
21048
|
-
this.o.dy = this.
|
|
21067
|
+
this.o.dy = this.de;
|
|
21049
21068
|
this.q.appendContentChild(this.h.t());
|
|
21050
21069
|
this.q.inputs.add(this.o);
|
|
21051
21070
|
this.o.cb = this.bz;
|
|
@@ -21061,17 +21080,17 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21061
21080
|
this.m = new XIcon();
|
|
21062
21081
|
this.h.ai(this.m, this.h.p());
|
|
21063
21082
|
this.m.svgPath = DatePicker.bh;
|
|
21064
|
-
this.m.fill = this.
|
|
21083
|
+
this.m.fill = this.dc;
|
|
21065
21084
|
d.appendContentChild(this.h.p());
|
|
21066
21085
|
this.q.appendContentChild(this.h.q());
|
|
21067
21086
|
this.q.inputs.add(d);
|
|
21068
|
-
this.
|
|
21087
|
+
this.c4();
|
|
21069
21088
|
let e = new XSuffix();
|
|
21070
21089
|
this.h.an(e, this.h.s());
|
|
21071
21090
|
this.n = new XIcon();
|
|
21072
21091
|
this.h.ai(this.n, this.h.r());
|
|
21073
21092
|
this.n.svgPath = DatePicker.bg;
|
|
21074
|
-
this.n.fill = this.
|
|
21093
|
+
this.n.fill = this.dc;
|
|
21075
21094
|
e.appendContentChild(this.h.r());
|
|
21076
21095
|
this.q.appendContentChild(this.h.s());
|
|
21077
21096
|
this.q.inputs.add(e);
|
|
@@ -21087,7 +21106,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21087
21106
|
case 9:
|
|
21088
21107
|
this.an = true;
|
|
21089
21108
|
if (!this.ao) {
|
|
21090
|
-
this.
|
|
21109
|
+
this.c8(this.o.cj);
|
|
21091
21110
|
}
|
|
21092
21111
|
this.ah = true;
|
|
21093
21112
|
this.cc();
|
|
@@ -21096,7 +21115,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21096
21115
|
case 13:
|
|
21097
21116
|
this.an = true;
|
|
21098
21117
|
if (!this.ao) {
|
|
21099
|
-
this.
|
|
21118
|
+
this.c8(this.o.cj);
|
|
21100
21119
|
}
|
|
21101
21120
|
this.ah = true;
|
|
21102
21121
|
this.cc();
|
|
@@ -21126,10 +21145,10 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21126
21145
|
}
|
|
21127
21146
|
ck(a, b) {
|
|
21128
21147
|
this.ao = true;
|
|
21129
|
-
this.
|
|
21148
|
+
this.c8(b.value);
|
|
21130
21149
|
this.ao = false;
|
|
21131
21150
|
}
|
|
21132
|
-
|
|
21151
|
+
c8(a) {
|
|
21133
21152
|
let b = ['/', '-', ' ', '.', ','];
|
|
21134
21153
|
let c = stringSplit(a, b, 1);
|
|
21135
21154
|
let d = 0;
|
|
@@ -21248,10 +21267,10 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21248
21267
|
let ah = Base.compareSimple(ag, this.a1);
|
|
21249
21268
|
let ai = Base.compareSimple(ag, this.a0);
|
|
21250
21269
|
if (ah < 0 || ai > 0) {
|
|
21251
|
-
this.
|
|
21270
|
+
this.c4();
|
|
21252
21271
|
}
|
|
21253
21272
|
else {
|
|
21254
|
-
this.
|
|
21273
|
+
this.c7(ag);
|
|
21255
21274
|
this.h.ao();
|
|
21256
21275
|
}
|
|
21257
21276
|
}
|
|
@@ -21260,15 +21279,15 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21260
21279
|
this.cb();
|
|
21261
21280
|
}
|
|
21262
21281
|
else {
|
|
21263
|
-
this.
|
|
21282
|
+
this.c4();
|
|
21264
21283
|
}
|
|
21265
21284
|
}
|
|
21266
21285
|
}
|
|
21267
|
-
|
|
21286
|
+
c7(a) {
|
|
21268
21287
|
let b = this.value;
|
|
21269
21288
|
this.value = a;
|
|
21270
21289
|
}
|
|
21271
|
-
|
|
21290
|
+
c4() {
|
|
21272
21291
|
if (this.o != null) {
|
|
21273
21292
|
if (+(this.az) != +(dateMinValue())) {
|
|
21274
21293
|
let a = "";
|
|
@@ -21458,6 +21477,9 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21458
21477
|
}
|
|
21459
21478
|
}
|
|
21460
21479
|
cb() {
|
|
21480
|
+
if (this.aq == true) {
|
|
21481
|
+
return;
|
|
21482
|
+
}
|
|
21461
21483
|
if (this.o != null) {
|
|
21462
21484
|
this.o.cj = "";
|
|
21463
21485
|
}
|
|
@@ -21591,7 +21613,7 @@ let DatePicker = /*@__PURE__*/ (() => {
|
|
|
21591
21613
|
let a = new LostFocusEventArgs();
|
|
21592
21614
|
this.ct(a);
|
|
21593
21615
|
}
|
|
21594
|
-
|
|
21616
|
+
c2() {
|
|
21595
21617
|
}
|
|
21596
21618
|
c0() {
|
|
21597
21619
|
}
|
|
@@ -21821,6 +21843,12 @@ let IgcDatePickerComponent = /*@__PURE__*/ (() => {
|
|
|
21821
21843
|
afterContentInit() {
|
|
21822
21844
|
this.i.notifySizeChanged();
|
|
21823
21845
|
}
|
|
21846
|
+
attributeSynced(name, value) {
|
|
21847
|
+
// an attribute was set by the component renderer.
|
|
21848
|
+
if (name === 'name') {
|
|
21849
|
+
this.i.setName(value);
|
|
21850
|
+
}
|
|
21851
|
+
}
|
|
21824
21852
|
/**
|
|
21825
21853
|
* @hidden
|
|
21826
21854
|
*/
|
|
@@ -21927,11 +21955,11 @@ let IgcDatePickerComponent = /*@__PURE__*/ (() => {
|
|
|
21927
21955
|
* Gets or sets the color to use for the text.
|
|
21928
21956
|
*/
|
|
21929
21957
|
get labelTextColor() {
|
|
21930
|
-
return brushToString(this.i.
|
|
21958
|
+
return brushToString(this.i.dd);
|
|
21931
21959
|
}
|
|
21932
21960
|
set labelTextColor(v) {
|
|
21933
|
-
this.i.
|
|
21934
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
21961
|
+
this.i.dd = stringToBrush(v);
|
|
21962
|
+
this._a("labelTextColor", brushToString(this.i.dd));
|
|
21935
21963
|
}
|
|
21936
21964
|
/**
|
|
21937
21965
|
* Gets or sets the font to use for the combobox.
|
|
@@ -22014,21 +22042,21 @@ let IgcDatePickerComponent = /*@__PURE__*/ (() => {
|
|
|
22014
22042
|
* Gets or Sets the text color
|
|
22015
22043
|
*/
|
|
22016
22044
|
get textColor() {
|
|
22017
|
-
return brushToString(this.i.
|
|
22045
|
+
return brushToString(this.i.de);
|
|
22018
22046
|
}
|
|
22019
22047
|
set textColor(v) {
|
|
22020
|
-
this.i.
|
|
22021
|
-
this._a("textColor", brushToString(this.i.
|
|
22048
|
+
this.i.de = stringToBrush(v);
|
|
22049
|
+
this._a("textColor", brushToString(this.i.de));
|
|
22022
22050
|
}
|
|
22023
22051
|
/**
|
|
22024
22052
|
* Gets or Sets the text color
|
|
22025
22053
|
*/
|
|
22026
22054
|
get iconColor() {
|
|
22027
|
-
return brushToString(this.i.
|
|
22055
|
+
return brushToString(this.i.dc);
|
|
22028
22056
|
}
|
|
22029
22057
|
set iconColor(v) {
|
|
22030
|
-
this.i.
|
|
22031
|
-
this._a("iconColor", brushToString(this.i.
|
|
22058
|
+
this.i.dc = stringToBrush(v);
|
|
22059
|
+
this._a("iconColor", brushToString(this.i.dc));
|
|
22032
22060
|
}
|
|
22033
22061
|
/**
|
|
22034
22062
|
* Gets or sets the ShowClearButton property to detirmine if the clear button is shown
|
|
@@ -22607,7 +22635,7 @@ let CheckboxView = /*@__PURE__*/ (() => {
|
|
|
22607
22635
|
d.append(h);
|
|
22608
22636
|
let l = this.l.createElement("span");
|
|
22609
22637
|
l.addClass("ig-checkbox-label");
|
|
22610
|
-
l.setStyleProperty("font-family", "
|
|
22638
|
+
l.setStyleProperty("font-family", "Verdana");
|
|
22611
22639
|
l.setStyleProperty("font-weight", "400");
|
|
22612
22640
|
l.setStyleProperty("font-size", "1rem");
|
|
22613
22641
|
l.setStyleProperty("letter-spacing", ".00937rem");
|