igniteui-webcomponents-inputs 7.1.0-beta.2 → 7.1.0-beta.3
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 +766 -158
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/CheckboxView_combined.js +7 -7
- package/esm2015/lib/igc-x-button-component.js +280 -56
- package/esm2015/lib/igc-x-input-group-component.js +480 -96
- package/esm5/lib/CheckboxView_combined.js +7 -7
- package/esm5/lib/igc-x-button-component.js +280 -56
- package/esm5/lib/igc-x-input-group-component.js +480 -96
- package/fesm2015/igniteui-webcomponents-inputs.js +766 -158
- package/fesm5/igniteui-webcomponents-inputs.js +766 -158
- package/package.json +2 -2
|
@@ -5257,36 +5257,68 @@ let IgcXButtonComponent = /*@__PURE__*/ (() => {
|
|
|
5257
5257
|
}
|
|
5258
5258
|
set actualCornerRadiusBottomRight(v) {
|
|
5259
5259
|
this.ensureActualCornerRadius();
|
|
5260
|
-
|
|
5260
|
+
const __nv = +v;
|
|
5261
|
+
if (this.i.k4.c === __nv) {
|
|
5262
|
+
return;
|
|
5263
|
+
}
|
|
5264
|
+
const __copy = new CornerRadius(2);
|
|
5265
|
+
__copy.c = __nv;
|
|
5266
|
+
__copy.b = this.i.k4.b;
|
|
5267
|
+
__copy.d = this.i.k4.d;
|
|
5268
|
+
__copy.e = this.i.k4.e;
|
|
5269
|
+
this.i.k4 = __copy;
|
|
5261
5270
|
this._a("actualCornerRadiusBottomRight", this.i.k4.c);
|
|
5262
|
-
this.i.k4 = this.i.k4;
|
|
5263
5271
|
}
|
|
5264
5272
|
get actualCornerRadiusBottomLeft() {
|
|
5265
5273
|
return this.i.k4 ? this.i.k4.b : NaN;
|
|
5266
5274
|
}
|
|
5267
5275
|
set actualCornerRadiusBottomLeft(v) {
|
|
5268
5276
|
this.ensureActualCornerRadius();
|
|
5269
|
-
|
|
5277
|
+
const __nv = +v;
|
|
5278
|
+
if (this.i.k4.b === __nv) {
|
|
5279
|
+
return;
|
|
5280
|
+
}
|
|
5281
|
+
const __copy = new CornerRadius(2);
|
|
5282
|
+
__copy.b = __nv;
|
|
5283
|
+
__copy.c = this.i.k4.c;
|
|
5284
|
+
__copy.d = this.i.k4.d;
|
|
5285
|
+
__copy.e = this.i.k4.e;
|
|
5286
|
+
this.i.k4 = __copy;
|
|
5270
5287
|
this._a("actualCornerRadiusBottomLeft", this.i.k4.b);
|
|
5271
|
-
this.i.k4 = this.i.k4;
|
|
5272
5288
|
}
|
|
5273
5289
|
get actualCornerRadiusTopLeft() {
|
|
5274
5290
|
return this.i.k4 ? this.i.k4.d : NaN;
|
|
5275
5291
|
}
|
|
5276
5292
|
set actualCornerRadiusTopLeft(v) {
|
|
5277
5293
|
this.ensureActualCornerRadius();
|
|
5278
|
-
|
|
5294
|
+
const __nv = +v;
|
|
5295
|
+
if (this.i.k4.d === __nv) {
|
|
5296
|
+
return;
|
|
5297
|
+
}
|
|
5298
|
+
const __copy = new CornerRadius(2);
|
|
5299
|
+
__copy.d = __nv;
|
|
5300
|
+
__copy.c = this.i.k4.c;
|
|
5301
|
+
__copy.b = this.i.k4.b;
|
|
5302
|
+
__copy.e = this.i.k4.e;
|
|
5303
|
+
this.i.k4 = __copy;
|
|
5279
5304
|
this._a("actualCornerRadiusTopLeft", this.i.k4.d);
|
|
5280
|
-
this.i.k4 = this.i.k4;
|
|
5281
5305
|
}
|
|
5282
5306
|
get actualCornerRadiusTopRight() {
|
|
5283
5307
|
return this.i.k4 ? this.i.k4.e : NaN;
|
|
5284
5308
|
}
|
|
5285
5309
|
set actualCornerRadiusTopRight(v) {
|
|
5286
5310
|
this.ensureActualCornerRadius();
|
|
5287
|
-
|
|
5311
|
+
const __nv = +v;
|
|
5312
|
+
if (this.i.k4.e === __nv) {
|
|
5313
|
+
return;
|
|
5314
|
+
}
|
|
5315
|
+
const __copy = new CornerRadius(2);
|
|
5316
|
+
__copy.e = __nv;
|
|
5317
|
+
__copy.c = this.i.k4.c;
|
|
5318
|
+
__copy.b = this.i.k4.b;
|
|
5319
|
+
__copy.d = this.i.k4.d;
|
|
5320
|
+
this.i.k4 = __copy;
|
|
5288
5321
|
this._a("actualCornerRadiusTopRight", this.i.k4.e);
|
|
5289
|
-
this.i.k4 = this.i.k4;
|
|
5290
5322
|
}
|
|
5291
5323
|
ensureActualCornerRadius() {
|
|
5292
5324
|
if (this.i.k4) {
|
|
@@ -5529,36 +5561,68 @@ let IgcXButtonComponent = /*@__PURE__*/ (() => {
|
|
|
5529
5561
|
}
|
|
5530
5562
|
set raisedCornerRadiusBottomRight(v) {
|
|
5531
5563
|
this.ensureRaisedCornerRadius();
|
|
5532
|
-
|
|
5564
|
+
const __nv = +v;
|
|
5565
|
+
if (this.i.lh.c === __nv) {
|
|
5566
|
+
return;
|
|
5567
|
+
}
|
|
5568
|
+
const __copy = new CornerRadius(2);
|
|
5569
|
+
__copy.c = __nv;
|
|
5570
|
+
__copy.b = this.i.lh.b;
|
|
5571
|
+
__copy.d = this.i.lh.d;
|
|
5572
|
+
__copy.e = this.i.lh.e;
|
|
5573
|
+
this.i.lh = __copy;
|
|
5533
5574
|
this._a("raisedCornerRadiusBottomRight", this.i.lh.c);
|
|
5534
|
-
this.i.lh = this.i.lh;
|
|
5535
5575
|
}
|
|
5536
5576
|
get raisedCornerRadiusBottomLeft() {
|
|
5537
5577
|
return this.i.lh ? this.i.lh.b : NaN;
|
|
5538
5578
|
}
|
|
5539
5579
|
set raisedCornerRadiusBottomLeft(v) {
|
|
5540
5580
|
this.ensureRaisedCornerRadius();
|
|
5541
|
-
|
|
5581
|
+
const __nv = +v;
|
|
5582
|
+
if (this.i.lh.b === __nv) {
|
|
5583
|
+
return;
|
|
5584
|
+
}
|
|
5585
|
+
const __copy = new CornerRadius(2);
|
|
5586
|
+
__copy.b = __nv;
|
|
5587
|
+
__copy.c = this.i.lh.c;
|
|
5588
|
+
__copy.d = this.i.lh.d;
|
|
5589
|
+
__copy.e = this.i.lh.e;
|
|
5590
|
+
this.i.lh = __copy;
|
|
5542
5591
|
this._a("raisedCornerRadiusBottomLeft", this.i.lh.b);
|
|
5543
|
-
this.i.lh = this.i.lh;
|
|
5544
5592
|
}
|
|
5545
5593
|
get raisedCornerRadiusTopLeft() {
|
|
5546
5594
|
return this.i.lh ? this.i.lh.d : NaN;
|
|
5547
5595
|
}
|
|
5548
5596
|
set raisedCornerRadiusTopLeft(v) {
|
|
5549
5597
|
this.ensureRaisedCornerRadius();
|
|
5550
|
-
|
|
5598
|
+
const __nv = +v;
|
|
5599
|
+
if (this.i.lh.d === __nv) {
|
|
5600
|
+
return;
|
|
5601
|
+
}
|
|
5602
|
+
const __copy = new CornerRadius(2);
|
|
5603
|
+
__copy.d = __nv;
|
|
5604
|
+
__copy.c = this.i.lh.c;
|
|
5605
|
+
__copy.b = this.i.lh.b;
|
|
5606
|
+
__copy.e = this.i.lh.e;
|
|
5607
|
+
this.i.lh = __copy;
|
|
5551
5608
|
this._a("raisedCornerRadiusTopLeft", this.i.lh.d);
|
|
5552
|
-
this.i.lh = this.i.lh;
|
|
5553
5609
|
}
|
|
5554
5610
|
get raisedCornerRadiusTopRight() {
|
|
5555
5611
|
return this.i.lh ? this.i.lh.e : NaN;
|
|
5556
5612
|
}
|
|
5557
5613
|
set raisedCornerRadiusTopRight(v) {
|
|
5558
5614
|
this.ensureRaisedCornerRadius();
|
|
5559
|
-
|
|
5615
|
+
const __nv = +v;
|
|
5616
|
+
if (this.i.lh.e === __nv) {
|
|
5617
|
+
return;
|
|
5618
|
+
}
|
|
5619
|
+
const __copy = new CornerRadius(2);
|
|
5620
|
+
__copy.e = __nv;
|
|
5621
|
+
__copy.c = this.i.lh.c;
|
|
5622
|
+
__copy.b = this.i.lh.b;
|
|
5623
|
+
__copy.d = this.i.lh.d;
|
|
5624
|
+
this.i.lh = __copy;
|
|
5560
5625
|
this._a("raisedCornerRadiusTopRight", this.i.lh.e);
|
|
5561
|
-
this.i.lh = this.i.lh;
|
|
5562
5626
|
}
|
|
5563
5627
|
ensureRaisedCornerRadius() {
|
|
5564
5628
|
if (this.i.lh) {
|
|
@@ -5741,36 +5805,68 @@ let IgcXButtonComponent = /*@__PURE__*/ (() => {
|
|
|
5741
5805
|
}
|
|
5742
5806
|
set flatCornerRadiusBottomRight(v) {
|
|
5743
5807
|
this.ensureFlatCornerRadius();
|
|
5744
|
-
|
|
5808
|
+
const __nv = +v;
|
|
5809
|
+
if (this.i.ld.c === __nv) {
|
|
5810
|
+
return;
|
|
5811
|
+
}
|
|
5812
|
+
const __copy = new CornerRadius(2);
|
|
5813
|
+
__copy.c = __nv;
|
|
5814
|
+
__copy.b = this.i.ld.b;
|
|
5815
|
+
__copy.d = this.i.ld.d;
|
|
5816
|
+
__copy.e = this.i.ld.e;
|
|
5817
|
+
this.i.ld = __copy;
|
|
5745
5818
|
this._a("flatCornerRadiusBottomRight", this.i.ld.c);
|
|
5746
|
-
this.i.ld = this.i.ld;
|
|
5747
5819
|
}
|
|
5748
5820
|
get flatCornerRadiusBottomLeft() {
|
|
5749
5821
|
return this.i.ld ? this.i.ld.b : NaN;
|
|
5750
5822
|
}
|
|
5751
5823
|
set flatCornerRadiusBottomLeft(v) {
|
|
5752
5824
|
this.ensureFlatCornerRadius();
|
|
5753
|
-
|
|
5825
|
+
const __nv = +v;
|
|
5826
|
+
if (this.i.ld.b === __nv) {
|
|
5827
|
+
return;
|
|
5828
|
+
}
|
|
5829
|
+
const __copy = new CornerRadius(2);
|
|
5830
|
+
__copy.b = __nv;
|
|
5831
|
+
__copy.c = this.i.ld.c;
|
|
5832
|
+
__copy.d = this.i.ld.d;
|
|
5833
|
+
__copy.e = this.i.ld.e;
|
|
5834
|
+
this.i.ld = __copy;
|
|
5754
5835
|
this._a("flatCornerRadiusBottomLeft", this.i.ld.b);
|
|
5755
|
-
this.i.ld = this.i.ld;
|
|
5756
5836
|
}
|
|
5757
5837
|
get flatCornerRadiusTopLeft() {
|
|
5758
5838
|
return this.i.ld ? this.i.ld.d : NaN;
|
|
5759
5839
|
}
|
|
5760
5840
|
set flatCornerRadiusTopLeft(v) {
|
|
5761
5841
|
this.ensureFlatCornerRadius();
|
|
5762
|
-
|
|
5842
|
+
const __nv = +v;
|
|
5843
|
+
if (this.i.ld.d === __nv) {
|
|
5844
|
+
return;
|
|
5845
|
+
}
|
|
5846
|
+
const __copy = new CornerRadius(2);
|
|
5847
|
+
__copy.d = __nv;
|
|
5848
|
+
__copy.c = this.i.ld.c;
|
|
5849
|
+
__copy.b = this.i.ld.b;
|
|
5850
|
+
__copy.e = this.i.ld.e;
|
|
5851
|
+
this.i.ld = __copy;
|
|
5763
5852
|
this._a("flatCornerRadiusTopLeft", this.i.ld.d);
|
|
5764
|
-
this.i.ld = this.i.ld;
|
|
5765
5853
|
}
|
|
5766
5854
|
get flatCornerRadiusTopRight() {
|
|
5767
5855
|
return this.i.ld ? this.i.ld.e : NaN;
|
|
5768
5856
|
}
|
|
5769
5857
|
set flatCornerRadiusTopRight(v) {
|
|
5770
5858
|
this.ensureFlatCornerRadius();
|
|
5771
|
-
|
|
5859
|
+
const __nv = +v;
|
|
5860
|
+
if (this.i.ld.e === __nv) {
|
|
5861
|
+
return;
|
|
5862
|
+
}
|
|
5863
|
+
const __copy = new CornerRadius(2);
|
|
5864
|
+
__copy.e = __nv;
|
|
5865
|
+
__copy.c = this.i.ld.c;
|
|
5866
|
+
__copy.b = this.i.ld.b;
|
|
5867
|
+
__copy.d = this.i.ld.d;
|
|
5868
|
+
this.i.ld = __copy;
|
|
5772
5869
|
this._a("flatCornerRadiusTopRight", this.i.ld.e);
|
|
5773
|
-
this.i.ld = this.i.ld;
|
|
5774
5870
|
}
|
|
5775
5871
|
ensureFlatCornerRadius() {
|
|
5776
5872
|
if (this.i.ld) {
|
|
@@ -6008,36 +6104,68 @@ let IgcXButtonComponent = /*@__PURE__*/ (() => {
|
|
|
6008
6104
|
}
|
|
6009
6105
|
set cornerRadiusBottomRight(v) {
|
|
6010
6106
|
this.ensureCornerRadius();
|
|
6011
|
-
|
|
6107
|
+
const __nv = +v;
|
|
6108
|
+
if (this.i.k6.c === __nv) {
|
|
6109
|
+
return;
|
|
6110
|
+
}
|
|
6111
|
+
const __copy = new CornerRadius(2);
|
|
6112
|
+
__copy.c = __nv;
|
|
6113
|
+
__copy.b = this.i.k6.b;
|
|
6114
|
+
__copy.d = this.i.k6.d;
|
|
6115
|
+
__copy.e = this.i.k6.e;
|
|
6116
|
+
this.i.k6 = __copy;
|
|
6012
6117
|
this._a("cornerRadiusBottomRight", this.i.k6.c);
|
|
6013
|
-
this.i.k6 = this.i.k6;
|
|
6014
6118
|
}
|
|
6015
6119
|
get cornerRadiusBottomLeft() {
|
|
6016
6120
|
return this.i.k6 ? this.i.k6.b : NaN;
|
|
6017
6121
|
}
|
|
6018
6122
|
set cornerRadiusBottomLeft(v) {
|
|
6019
6123
|
this.ensureCornerRadius();
|
|
6020
|
-
|
|
6124
|
+
const __nv = +v;
|
|
6125
|
+
if (this.i.k6.b === __nv) {
|
|
6126
|
+
return;
|
|
6127
|
+
}
|
|
6128
|
+
const __copy = new CornerRadius(2);
|
|
6129
|
+
__copy.b = __nv;
|
|
6130
|
+
__copy.c = this.i.k6.c;
|
|
6131
|
+
__copy.d = this.i.k6.d;
|
|
6132
|
+
__copy.e = this.i.k6.e;
|
|
6133
|
+
this.i.k6 = __copy;
|
|
6021
6134
|
this._a("cornerRadiusBottomLeft", this.i.k6.b);
|
|
6022
|
-
this.i.k6 = this.i.k6;
|
|
6023
6135
|
}
|
|
6024
6136
|
get cornerRadiusTopLeft() {
|
|
6025
6137
|
return this.i.k6 ? this.i.k6.d : NaN;
|
|
6026
6138
|
}
|
|
6027
6139
|
set cornerRadiusTopLeft(v) {
|
|
6028
6140
|
this.ensureCornerRadius();
|
|
6029
|
-
|
|
6141
|
+
const __nv = +v;
|
|
6142
|
+
if (this.i.k6.d === __nv) {
|
|
6143
|
+
return;
|
|
6144
|
+
}
|
|
6145
|
+
const __copy = new CornerRadius(2);
|
|
6146
|
+
__copy.d = __nv;
|
|
6147
|
+
__copy.c = this.i.k6.c;
|
|
6148
|
+
__copy.b = this.i.k6.b;
|
|
6149
|
+
__copy.e = this.i.k6.e;
|
|
6150
|
+
this.i.k6 = __copy;
|
|
6030
6151
|
this._a("cornerRadiusTopLeft", this.i.k6.d);
|
|
6031
|
-
this.i.k6 = this.i.k6;
|
|
6032
6152
|
}
|
|
6033
6153
|
get cornerRadiusTopRight() {
|
|
6034
6154
|
return this.i.k6 ? this.i.k6.e : NaN;
|
|
6035
6155
|
}
|
|
6036
6156
|
set cornerRadiusTopRight(v) {
|
|
6037
6157
|
this.ensureCornerRadius();
|
|
6038
|
-
|
|
6158
|
+
const __nv = +v;
|
|
6159
|
+
if (this.i.k6.e === __nv) {
|
|
6160
|
+
return;
|
|
6161
|
+
}
|
|
6162
|
+
const __copy = new CornerRadius(2);
|
|
6163
|
+
__copy.e = __nv;
|
|
6164
|
+
__copy.c = this.i.k6.c;
|
|
6165
|
+
__copy.b = this.i.k6.b;
|
|
6166
|
+
__copy.d = this.i.k6.d;
|
|
6167
|
+
this.i.k6 = __copy;
|
|
6039
6168
|
this._a("cornerRadiusTopRight", this.i.k6.e);
|
|
6040
|
-
this.i.k6 = this.i.k6;
|
|
6041
6169
|
}
|
|
6042
6170
|
ensureCornerRadius() {
|
|
6043
6171
|
if (this.i.k6) {
|
|
@@ -6160,36 +6288,68 @@ let IgcXButtonComponent = /*@__PURE__*/ (() => {
|
|
|
6160
6288
|
}
|
|
6161
6289
|
set outlinedCornerRadiusBottomRight(v) {
|
|
6162
6290
|
this.ensureOutlinedCornerRadius();
|
|
6163
|
-
|
|
6291
|
+
const __nv = +v;
|
|
6292
|
+
if (this.i.lg.c === __nv) {
|
|
6293
|
+
return;
|
|
6294
|
+
}
|
|
6295
|
+
const __copy = new CornerRadius(2);
|
|
6296
|
+
__copy.c = __nv;
|
|
6297
|
+
__copy.b = this.i.lg.b;
|
|
6298
|
+
__copy.d = this.i.lg.d;
|
|
6299
|
+
__copy.e = this.i.lg.e;
|
|
6300
|
+
this.i.lg = __copy;
|
|
6164
6301
|
this._a("outlinedCornerRadiusBottomRight", this.i.lg.c);
|
|
6165
|
-
this.i.lg = this.i.lg;
|
|
6166
6302
|
}
|
|
6167
6303
|
get outlinedCornerRadiusBottomLeft() {
|
|
6168
6304
|
return this.i.lg ? this.i.lg.b : NaN;
|
|
6169
6305
|
}
|
|
6170
6306
|
set outlinedCornerRadiusBottomLeft(v) {
|
|
6171
6307
|
this.ensureOutlinedCornerRadius();
|
|
6172
|
-
|
|
6308
|
+
const __nv = +v;
|
|
6309
|
+
if (this.i.lg.b === __nv) {
|
|
6310
|
+
return;
|
|
6311
|
+
}
|
|
6312
|
+
const __copy = new CornerRadius(2);
|
|
6313
|
+
__copy.b = __nv;
|
|
6314
|
+
__copy.c = this.i.lg.c;
|
|
6315
|
+
__copy.d = this.i.lg.d;
|
|
6316
|
+
__copy.e = this.i.lg.e;
|
|
6317
|
+
this.i.lg = __copy;
|
|
6173
6318
|
this._a("outlinedCornerRadiusBottomLeft", this.i.lg.b);
|
|
6174
|
-
this.i.lg = this.i.lg;
|
|
6175
6319
|
}
|
|
6176
6320
|
get outlinedCornerRadiusTopLeft() {
|
|
6177
6321
|
return this.i.lg ? this.i.lg.d : NaN;
|
|
6178
6322
|
}
|
|
6179
6323
|
set outlinedCornerRadiusTopLeft(v) {
|
|
6180
6324
|
this.ensureOutlinedCornerRadius();
|
|
6181
|
-
|
|
6325
|
+
const __nv = +v;
|
|
6326
|
+
if (this.i.lg.d === __nv) {
|
|
6327
|
+
return;
|
|
6328
|
+
}
|
|
6329
|
+
const __copy = new CornerRadius(2);
|
|
6330
|
+
__copy.d = __nv;
|
|
6331
|
+
__copy.c = this.i.lg.c;
|
|
6332
|
+
__copy.b = this.i.lg.b;
|
|
6333
|
+
__copy.e = this.i.lg.e;
|
|
6334
|
+
this.i.lg = __copy;
|
|
6182
6335
|
this._a("outlinedCornerRadiusTopLeft", this.i.lg.d);
|
|
6183
|
-
this.i.lg = this.i.lg;
|
|
6184
6336
|
}
|
|
6185
6337
|
get outlinedCornerRadiusTopRight() {
|
|
6186
6338
|
return this.i.lg ? this.i.lg.e : NaN;
|
|
6187
6339
|
}
|
|
6188
6340
|
set outlinedCornerRadiusTopRight(v) {
|
|
6189
6341
|
this.ensureOutlinedCornerRadius();
|
|
6190
|
-
|
|
6342
|
+
const __nv = +v;
|
|
6343
|
+
if (this.i.lg.e === __nv) {
|
|
6344
|
+
return;
|
|
6345
|
+
}
|
|
6346
|
+
const __copy = new CornerRadius(2);
|
|
6347
|
+
__copy.e = __nv;
|
|
6348
|
+
__copy.c = this.i.lg.c;
|
|
6349
|
+
__copy.b = this.i.lg.b;
|
|
6350
|
+
__copy.d = this.i.lg.d;
|
|
6351
|
+
this.i.lg = __copy;
|
|
6191
6352
|
this._a("outlinedCornerRadiusTopRight", this.i.lg.e);
|
|
6192
|
-
this.i.lg = this.i.lg;
|
|
6193
6353
|
}
|
|
6194
6354
|
ensureOutlinedCornerRadius() {
|
|
6195
6355
|
if (this.i.lg) {
|
|
@@ -6362,36 +6522,68 @@ let IgcXButtonComponent = /*@__PURE__*/ (() => {
|
|
|
6362
6522
|
}
|
|
6363
6523
|
set fabCornerRadiusBottomRight(v) {
|
|
6364
6524
|
this.ensureFabCornerRadius();
|
|
6365
|
-
|
|
6525
|
+
const __nv = +v;
|
|
6526
|
+
if (this.i.lc.c === __nv) {
|
|
6527
|
+
return;
|
|
6528
|
+
}
|
|
6529
|
+
const __copy = new CornerRadius(2);
|
|
6530
|
+
__copy.c = __nv;
|
|
6531
|
+
__copy.b = this.i.lc.b;
|
|
6532
|
+
__copy.d = this.i.lc.d;
|
|
6533
|
+
__copy.e = this.i.lc.e;
|
|
6534
|
+
this.i.lc = __copy;
|
|
6366
6535
|
this._a("fabCornerRadiusBottomRight", this.i.lc.c);
|
|
6367
|
-
this.i.lc = this.i.lc;
|
|
6368
6536
|
}
|
|
6369
6537
|
get fabCornerRadiusBottomLeft() {
|
|
6370
6538
|
return this.i.lc ? this.i.lc.b : NaN;
|
|
6371
6539
|
}
|
|
6372
6540
|
set fabCornerRadiusBottomLeft(v) {
|
|
6373
6541
|
this.ensureFabCornerRadius();
|
|
6374
|
-
|
|
6542
|
+
const __nv = +v;
|
|
6543
|
+
if (this.i.lc.b === __nv) {
|
|
6544
|
+
return;
|
|
6545
|
+
}
|
|
6546
|
+
const __copy = new CornerRadius(2);
|
|
6547
|
+
__copy.b = __nv;
|
|
6548
|
+
__copy.c = this.i.lc.c;
|
|
6549
|
+
__copy.d = this.i.lc.d;
|
|
6550
|
+
__copy.e = this.i.lc.e;
|
|
6551
|
+
this.i.lc = __copy;
|
|
6375
6552
|
this._a("fabCornerRadiusBottomLeft", this.i.lc.b);
|
|
6376
|
-
this.i.lc = this.i.lc;
|
|
6377
6553
|
}
|
|
6378
6554
|
get fabCornerRadiusTopLeft() {
|
|
6379
6555
|
return this.i.lc ? this.i.lc.d : NaN;
|
|
6380
6556
|
}
|
|
6381
6557
|
set fabCornerRadiusTopLeft(v) {
|
|
6382
6558
|
this.ensureFabCornerRadius();
|
|
6383
|
-
|
|
6559
|
+
const __nv = +v;
|
|
6560
|
+
if (this.i.lc.d === __nv) {
|
|
6561
|
+
return;
|
|
6562
|
+
}
|
|
6563
|
+
const __copy = new CornerRadius(2);
|
|
6564
|
+
__copy.d = __nv;
|
|
6565
|
+
__copy.c = this.i.lc.c;
|
|
6566
|
+
__copy.b = this.i.lc.b;
|
|
6567
|
+
__copy.e = this.i.lc.e;
|
|
6568
|
+
this.i.lc = __copy;
|
|
6384
6569
|
this._a("fabCornerRadiusTopLeft", this.i.lc.d);
|
|
6385
|
-
this.i.lc = this.i.lc;
|
|
6386
6570
|
}
|
|
6387
6571
|
get fabCornerRadiusTopRight() {
|
|
6388
6572
|
return this.i.lc ? this.i.lc.e : NaN;
|
|
6389
6573
|
}
|
|
6390
6574
|
set fabCornerRadiusTopRight(v) {
|
|
6391
6575
|
this.ensureFabCornerRadius();
|
|
6392
|
-
|
|
6576
|
+
const __nv = +v;
|
|
6577
|
+
if (this.i.lc.e === __nv) {
|
|
6578
|
+
return;
|
|
6579
|
+
}
|
|
6580
|
+
const __copy = new CornerRadius(2);
|
|
6581
|
+
__copy.e = __nv;
|
|
6582
|
+
__copy.c = this.i.lc.c;
|
|
6583
|
+
__copy.b = this.i.lc.b;
|
|
6584
|
+
__copy.d = this.i.lc.d;
|
|
6585
|
+
this.i.lc = __copy;
|
|
6393
6586
|
this._a("fabCornerRadiusTopRight", this.i.lc.e);
|
|
6394
|
-
this.i.lc = this.i.lc;
|
|
6395
6587
|
}
|
|
6396
6588
|
ensureFabCornerRadius() {
|
|
6397
6589
|
if (this.i.lc) {
|
|
@@ -6564,36 +6756,68 @@ let IgcXButtonComponent = /*@__PURE__*/ (() => {
|
|
|
6564
6756
|
}
|
|
6565
6757
|
set iconCornerRadiusBottomRight(v) {
|
|
6566
6758
|
this.ensureIconCornerRadius();
|
|
6567
|
-
|
|
6759
|
+
const __nv = +v;
|
|
6760
|
+
if (this.i.lf.c === __nv) {
|
|
6761
|
+
return;
|
|
6762
|
+
}
|
|
6763
|
+
const __copy = new CornerRadius(2);
|
|
6764
|
+
__copy.c = __nv;
|
|
6765
|
+
__copy.b = this.i.lf.b;
|
|
6766
|
+
__copy.d = this.i.lf.d;
|
|
6767
|
+
__copy.e = this.i.lf.e;
|
|
6768
|
+
this.i.lf = __copy;
|
|
6568
6769
|
this._a("iconCornerRadiusBottomRight", this.i.lf.c);
|
|
6569
|
-
this.i.lf = this.i.lf;
|
|
6570
6770
|
}
|
|
6571
6771
|
get iconCornerRadiusBottomLeft() {
|
|
6572
6772
|
return this.i.lf ? this.i.lf.b : NaN;
|
|
6573
6773
|
}
|
|
6574
6774
|
set iconCornerRadiusBottomLeft(v) {
|
|
6575
6775
|
this.ensureIconCornerRadius();
|
|
6576
|
-
|
|
6776
|
+
const __nv = +v;
|
|
6777
|
+
if (this.i.lf.b === __nv) {
|
|
6778
|
+
return;
|
|
6779
|
+
}
|
|
6780
|
+
const __copy = new CornerRadius(2);
|
|
6781
|
+
__copy.b = __nv;
|
|
6782
|
+
__copy.c = this.i.lf.c;
|
|
6783
|
+
__copy.d = this.i.lf.d;
|
|
6784
|
+
__copy.e = this.i.lf.e;
|
|
6785
|
+
this.i.lf = __copy;
|
|
6577
6786
|
this._a("iconCornerRadiusBottomLeft", this.i.lf.b);
|
|
6578
|
-
this.i.lf = this.i.lf;
|
|
6579
6787
|
}
|
|
6580
6788
|
get iconCornerRadiusTopLeft() {
|
|
6581
6789
|
return this.i.lf ? this.i.lf.d : NaN;
|
|
6582
6790
|
}
|
|
6583
6791
|
set iconCornerRadiusTopLeft(v) {
|
|
6584
6792
|
this.ensureIconCornerRadius();
|
|
6585
|
-
|
|
6793
|
+
const __nv = +v;
|
|
6794
|
+
if (this.i.lf.d === __nv) {
|
|
6795
|
+
return;
|
|
6796
|
+
}
|
|
6797
|
+
const __copy = new CornerRadius(2);
|
|
6798
|
+
__copy.d = __nv;
|
|
6799
|
+
__copy.c = this.i.lf.c;
|
|
6800
|
+
__copy.b = this.i.lf.b;
|
|
6801
|
+
__copy.e = this.i.lf.e;
|
|
6802
|
+
this.i.lf = __copy;
|
|
6586
6803
|
this._a("iconCornerRadiusTopLeft", this.i.lf.d);
|
|
6587
|
-
this.i.lf = this.i.lf;
|
|
6588
6804
|
}
|
|
6589
6805
|
get iconCornerRadiusTopRight() {
|
|
6590
6806
|
return this.i.lf ? this.i.lf.e : NaN;
|
|
6591
6807
|
}
|
|
6592
6808
|
set iconCornerRadiusTopRight(v) {
|
|
6593
6809
|
this.ensureIconCornerRadius();
|
|
6594
|
-
|
|
6810
|
+
const __nv = +v;
|
|
6811
|
+
if (this.i.lf.e === __nv) {
|
|
6812
|
+
return;
|
|
6813
|
+
}
|
|
6814
|
+
const __copy = new CornerRadius(2);
|
|
6815
|
+
__copy.e = __nv;
|
|
6816
|
+
__copy.c = this.i.lf.c;
|
|
6817
|
+
__copy.b = this.i.lf.b;
|
|
6818
|
+
__copy.d = this.i.lf.d;
|
|
6819
|
+
this.i.lf = __copy;
|
|
6595
6820
|
this._a("iconCornerRadiusTopRight", this.i.lf.e);
|
|
6596
|
-
this.i.lf = this.i.lf;
|
|
6597
6821
|
}
|
|
6598
6822
|
ensureIconCornerRadius() {
|
|
6599
6823
|
if (this.i.lf) {
|
|
@@ -20811,36 +21035,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
20811
21035
|
}
|
|
20812
21036
|
set actualCornerRadiusBottomRight(v) {
|
|
20813
21037
|
this.ensureActualCornerRadius();
|
|
20814
|
-
|
|
21038
|
+
const __nv = +v;
|
|
21039
|
+
if (this.i.ko.c === __nv) {
|
|
21040
|
+
return;
|
|
21041
|
+
}
|
|
21042
|
+
const __copy = new CornerRadius(2);
|
|
21043
|
+
__copy.c = __nv;
|
|
21044
|
+
__copy.b = this.i.ko.b;
|
|
21045
|
+
__copy.d = this.i.ko.d;
|
|
21046
|
+
__copy.e = this.i.ko.e;
|
|
21047
|
+
this.i.ko = __copy;
|
|
20815
21048
|
this._a("actualCornerRadiusBottomRight", this.i.ko.c);
|
|
20816
|
-
this.i.ko = this.i.ko;
|
|
20817
21049
|
}
|
|
20818
21050
|
get actualCornerRadiusBottomLeft() {
|
|
20819
21051
|
return this.i.ko ? this.i.ko.b : NaN;
|
|
20820
21052
|
}
|
|
20821
21053
|
set actualCornerRadiusBottomLeft(v) {
|
|
20822
21054
|
this.ensureActualCornerRadius();
|
|
20823
|
-
|
|
21055
|
+
const __nv = +v;
|
|
21056
|
+
if (this.i.ko.b === __nv) {
|
|
21057
|
+
return;
|
|
21058
|
+
}
|
|
21059
|
+
const __copy = new CornerRadius(2);
|
|
21060
|
+
__copy.b = __nv;
|
|
21061
|
+
__copy.c = this.i.ko.c;
|
|
21062
|
+
__copy.d = this.i.ko.d;
|
|
21063
|
+
__copy.e = this.i.ko.e;
|
|
21064
|
+
this.i.ko = __copy;
|
|
20824
21065
|
this._a("actualCornerRadiusBottomLeft", this.i.ko.b);
|
|
20825
|
-
this.i.ko = this.i.ko;
|
|
20826
21066
|
}
|
|
20827
21067
|
get actualCornerRadiusTopLeft() {
|
|
20828
21068
|
return this.i.ko ? this.i.ko.d : NaN;
|
|
20829
21069
|
}
|
|
20830
21070
|
set actualCornerRadiusTopLeft(v) {
|
|
20831
21071
|
this.ensureActualCornerRadius();
|
|
20832
|
-
|
|
21072
|
+
const __nv = +v;
|
|
21073
|
+
if (this.i.ko.d === __nv) {
|
|
21074
|
+
return;
|
|
21075
|
+
}
|
|
21076
|
+
const __copy = new CornerRadius(2);
|
|
21077
|
+
__copy.d = __nv;
|
|
21078
|
+
__copy.c = this.i.ko.c;
|
|
21079
|
+
__copy.b = this.i.ko.b;
|
|
21080
|
+
__copy.e = this.i.ko.e;
|
|
21081
|
+
this.i.ko = __copy;
|
|
20833
21082
|
this._a("actualCornerRadiusTopLeft", this.i.ko.d);
|
|
20834
|
-
this.i.ko = this.i.ko;
|
|
20835
21083
|
}
|
|
20836
21084
|
get actualCornerRadiusTopRight() {
|
|
20837
21085
|
return this.i.ko ? this.i.ko.e : NaN;
|
|
20838
21086
|
}
|
|
20839
21087
|
set actualCornerRadiusTopRight(v) {
|
|
20840
21088
|
this.ensureActualCornerRadius();
|
|
20841
|
-
|
|
21089
|
+
const __nv = +v;
|
|
21090
|
+
if (this.i.ko.e === __nv) {
|
|
21091
|
+
return;
|
|
21092
|
+
}
|
|
21093
|
+
const __copy = new CornerRadius(2);
|
|
21094
|
+
__copy.e = __nv;
|
|
21095
|
+
__copy.c = this.i.ko.c;
|
|
21096
|
+
__copy.b = this.i.ko.b;
|
|
21097
|
+
__copy.d = this.i.ko.d;
|
|
21098
|
+
this.i.ko = __copy;
|
|
20842
21099
|
this._a("actualCornerRadiusTopRight", this.i.ko.e);
|
|
20843
|
-
this.i.ko = this.i.ko;
|
|
20844
21100
|
}
|
|
20845
21101
|
ensureActualCornerRadius() {
|
|
20846
21102
|
if (this.i.ko) {
|
|
@@ -20853,36 +21109,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
20853
21109
|
}
|
|
20854
21110
|
set actualContentPaddingBottom(v) {
|
|
20855
21111
|
this.ensureActualContentPadding();
|
|
20856
|
-
|
|
21112
|
+
const __nv = +v;
|
|
21113
|
+
if (this.i.oe.bottom === __nv) {
|
|
21114
|
+
return;
|
|
21115
|
+
}
|
|
21116
|
+
const __copy = new Thickness(2);
|
|
21117
|
+
__copy.bottom = __nv;
|
|
21118
|
+
__copy.left = this.i.oe.left;
|
|
21119
|
+
__copy.right = this.i.oe.right;
|
|
21120
|
+
__copy.top = this.i.oe.top;
|
|
21121
|
+
this.i.oe = __copy;
|
|
20857
21122
|
this._a("actualContentPaddingBottom", this.i.oe.bottom);
|
|
20858
|
-
this.i.oe = this.i.oe;
|
|
20859
21123
|
}
|
|
20860
21124
|
get actualContentPaddingLeft() {
|
|
20861
21125
|
return this.i.oe ? this.i.oe.left : NaN;
|
|
20862
21126
|
}
|
|
20863
21127
|
set actualContentPaddingLeft(v) {
|
|
20864
21128
|
this.ensureActualContentPadding();
|
|
20865
|
-
|
|
21129
|
+
const __nv = +v;
|
|
21130
|
+
if (this.i.oe.left === __nv) {
|
|
21131
|
+
return;
|
|
21132
|
+
}
|
|
21133
|
+
const __copy = new Thickness(2);
|
|
21134
|
+
__copy.left = __nv;
|
|
21135
|
+
__copy.bottom = this.i.oe.bottom;
|
|
21136
|
+
__copy.right = this.i.oe.right;
|
|
21137
|
+
__copy.top = this.i.oe.top;
|
|
21138
|
+
this.i.oe = __copy;
|
|
20866
21139
|
this._a("actualContentPaddingLeft", this.i.oe.left);
|
|
20867
|
-
this.i.oe = this.i.oe;
|
|
20868
21140
|
}
|
|
20869
21141
|
get actualContentPaddingRight() {
|
|
20870
21142
|
return this.i.oe ? this.i.oe.right : NaN;
|
|
20871
21143
|
}
|
|
20872
21144
|
set actualContentPaddingRight(v) {
|
|
20873
21145
|
this.ensureActualContentPadding();
|
|
20874
|
-
|
|
21146
|
+
const __nv = +v;
|
|
21147
|
+
if (this.i.oe.right === __nv) {
|
|
21148
|
+
return;
|
|
21149
|
+
}
|
|
21150
|
+
const __copy = new Thickness(2);
|
|
21151
|
+
__copy.right = __nv;
|
|
21152
|
+
__copy.bottom = this.i.oe.bottom;
|
|
21153
|
+
__copy.left = this.i.oe.left;
|
|
21154
|
+
__copy.top = this.i.oe.top;
|
|
21155
|
+
this.i.oe = __copy;
|
|
20875
21156
|
this._a("actualContentPaddingRight", this.i.oe.right);
|
|
20876
|
-
this.i.oe = this.i.oe;
|
|
20877
21157
|
}
|
|
20878
21158
|
get actualContentPaddingTop() {
|
|
20879
21159
|
return this.i.oe ? this.i.oe.top : NaN;
|
|
20880
21160
|
}
|
|
20881
21161
|
set actualContentPaddingTop(v) {
|
|
20882
21162
|
this.ensureActualContentPadding();
|
|
20883
|
-
|
|
21163
|
+
const __nv = +v;
|
|
21164
|
+
if (this.i.oe.top === __nv) {
|
|
21165
|
+
return;
|
|
21166
|
+
}
|
|
21167
|
+
const __copy = new Thickness(2);
|
|
21168
|
+
__copy.top = __nv;
|
|
21169
|
+
__copy.bottom = this.i.oe.bottom;
|
|
21170
|
+
__copy.left = this.i.oe.left;
|
|
21171
|
+
__copy.right = this.i.oe.right;
|
|
21172
|
+
this.i.oe = __copy;
|
|
20884
21173
|
this._a("actualContentPaddingTop", this.i.oe.top);
|
|
20885
|
-
this.i.oe = this.i.oe;
|
|
20886
21174
|
}
|
|
20887
21175
|
ensureActualContentPadding() {
|
|
20888
21176
|
if (this.i.oe) {
|
|
@@ -21055,36 +21343,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
21055
21343
|
}
|
|
21056
21344
|
set cornerRadiusBottomRight(v) {
|
|
21057
21345
|
this.ensureCornerRadius();
|
|
21058
|
-
|
|
21346
|
+
const __nv = +v;
|
|
21347
|
+
if (this.i.ks.c === __nv) {
|
|
21348
|
+
return;
|
|
21349
|
+
}
|
|
21350
|
+
const __copy = new CornerRadius(2);
|
|
21351
|
+
__copy.c = __nv;
|
|
21352
|
+
__copy.b = this.i.ks.b;
|
|
21353
|
+
__copy.d = this.i.ks.d;
|
|
21354
|
+
__copy.e = this.i.ks.e;
|
|
21355
|
+
this.i.ks = __copy;
|
|
21059
21356
|
this._a("cornerRadiusBottomRight", this.i.ks.c);
|
|
21060
|
-
this.i.ks = this.i.ks;
|
|
21061
21357
|
}
|
|
21062
21358
|
get cornerRadiusBottomLeft() {
|
|
21063
21359
|
return this.i.ks ? this.i.ks.b : NaN;
|
|
21064
21360
|
}
|
|
21065
21361
|
set cornerRadiusBottomLeft(v) {
|
|
21066
21362
|
this.ensureCornerRadius();
|
|
21067
|
-
|
|
21363
|
+
const __nv = +v;
|
|
21364
|
+
if (this.i.ks.b === __nv) {
|
|
21365
|
+
return;
|
|
21366
|
+
}
|
|
21367
|
+
const __copy = new CornerRadius(2);
|
|
21368
|
+
__copy.b = __nv;
|
|
21369
|
+
__copy.c = this.i.ks.c;
|
|
21370
|
+
__copy.d = this.i.ks.d;
|
|
21371
|
+
__copy.e = this.i.ks.e;
|
|
21372
|
+
this.i.ks = __copy;
|
|
21068
21373
|
this._a("cornerRadiusBottomLeft", this.i.ks.b);
|
|
21069
|
-
this.i.ks = this.i.ks;
|
|
21070
21374
|
}
|
|
21071
21375
|
get cornerRadiusTopLeft() {
|
|
21072
21376
|
return this.i.ks ? this.i.ks.d : NaN;
|
|
21073
21377
|
}
|
|
21074
21378
|
set cornerRadiusTopLeft(v) {
|
|
21075
21379
|
this.ensureCornerRadius();
|
|
21076
|
-
|
|
21380
|
+
const __nv = +v;
|
|
21381
|
+
if (this.i.ks.d === __nv) {
|
|
21382
|
+
return;
|
|
21383
|
+
}
|
|
21384
|
+
const __copy = new CornerRadius(2);
|
|
21385
|
+
__copy.d = __nv;
|
|
21386
|
+
__copy.c = this.i.ks.c;
|
|
21387
|
+
__copy.b = this.i.ks.b;
|
|
21388
|
+
__copy.e = this.i.ks.e;
|
|
21389
|
+
this.i.ks = __copy;
|
|
21077
21390
|
this._a("cornerRadiusTopLeft", this.i.ks.d);
|
|
21078
|
-
this.i.ks = this.i.ks;
|
|
21079
21391
|
}
|
|
21080
21392
|
get cornerRadiusTopRight() {
|
|
21081
21393
|
return this.i.ks ? this.i.ks.e : NaN;
|
|
21082
21394
|
}
|
|
21083
21395
|
set cornerRadiusTopRight(v) {
|
|
21084
21396
|
this.ensureCornerRadius();
|
|
21085
|
-
|
|
21397
|
+
const __nv = +v;
|
|
21398
|
+
if (this.i.ks.e === __nv) {
|
|
21399
|
+
return;
|
|
21400
|
+
}
|
|
21401
|
+
const __copy = new CornerRadius(2);
|
|
21402
|
+
__copy.e = __nv;
|
|
21403
|
+
__copy.c = this.i.ks.c;
|
|
21404
|
+
__copy.b = this.i.ks.b;
|
|
21405
|
+
__copy.d = this.i.ks.d;
|
|
21406
|
+
this.i.ks = __copy;
|
|
21086
21407
|
this._a("cornerRadiusTopRight", this.i.ks.e);
|
|
21087
|
-
this.i.ks = this.i.ks;
|
|
21088
21408
|
}
|
|
21089
21409
|
ensureCornerRadius() {
|
|
21090
21410
|
if (this.i.ks) {
|
|
@@ -21097,36 +21417,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
21097
21417
|
}
|
|
21098
21418
|
set contentPaddingBottom(v) {
|
|
21099
21419
|
this.ensureContentPadding();
|
|
21100
|
-
|
|
21420
|
+
const __nv = +v;
|
|
21421
|
+
if (this.i.oi.bottom === __nv) {
|
|
21422
|
+
return;
|
|
21423
|
+
}
|
|
21424
|
+
const __copy = new Thickness(2);
|
|
21425
|
+
__copy.bottom = __nv;
|
|
21426
|
+
__copy.left = this.i.oi.left;
|
|
21427
|
+
__copy.right = this.i.oi.right;
|
|
21428
|
+
__copy.top = this.i.oi.top;
|
|
21429
|
+
this.i.oi = __copy;
|
|
21101
21430
|
this._a("contentPaddingBottom", this.i.oi.bottom);
|
|
21102
|
-
this.i.oi = this.i.oi;
|
|
21103
21431
|
}
|
|
21104
21432
|
get contentPaddingLeft() {
|
|
21105
21433
|
return this.i.oi ? this.i.oi.left : NaN;
|
|
21106
21434
|
}
|
|
21107
21435
|
set contentPaddingLeft(v) {
|
|
21108
21436
|
this.ensureContentPadding();
|
|
21109
|
-
|
|
21437
|
+
const __nv = +v;
|
|
21438
|
+
if (this.i.oi.left === __nv) {
|
|
21439
|
+
return;
|
|
21440
|
+
}
|
|
21441
|
+
const __copy = new Thickness(2);
|
|
21442
|
+
__copy.left = __nv;
|
|
21443
|
+
__copy.bottom = this.i.oi.bottom;
|
|
21444
|
+
__copy.right = this.i.oi.right;
|
|
21445
|
+
__copy.top = this.i.oi.top;
|
|
21446
|
+
this.i.oi = __copy;
|
|
21110
21447
|
this._a("contentPaddingLeft", this.i.oi.left);
|
|
21111
|
-
this.i.oi = this.i.oi;
|
|
21112
21448
|
}
|
|
21113
21449
|
get contentPaddingRight() {
|
|
21114
21450
|
return this.i.oi ? this.i.oi.right : NaN;
|
|
21115
21451
|
}
|
|
21116
21452
|
set contentPaddingRight(v) {
|
|
21117
21453
|
this.ensureContentPadding();
|
|
21118
|
-
|
|
21454
|
+
const __nv = +v;
|
|
21455
|
+
if (this.i.oi.right === __nv) {
|
|
21456
|
+
return;
|
|
21457
|
+
}
|
|
21458
|
+
const __copy = new Thickness(2);
|
|
21459
|
+
__copy.right = __nv;
|
|
21460
|
+
__copy.bottom = this.i.oi.bottom;
|
|
21461
|
+
__copy.left = this.i.oi.left;
|
|
21462
|
+
__copy.top = this.i.oi.top;
|
|
21463
|
+
this.i.oi = __copy;
|
|
21119
21464
|
this._a("contentPaddingRight", this.i.oi.right);
|
|
21120
|
-
this.i.oi = this.i.oi;
|
|
21121
21465
|
}
|
|
21122
21466
|
get contentPaddingTop() {
|
|
21123
21467
|
return this.i.oi ? this.i.oi.top : NaN;
|
|
21124
21468
|
}
|
|
21125
21469
|
set contentPaddingTop(v) {
|
|
21126
21470
|
this.ensureContentPadding();
|
|
21127
|
-
|
|
21471
|
+
const __nv = +v;
|
|
21472
|
+
if (this.i.oi.top === __nv) {
|
|
21473
|
+
return;
|
|
21474
|
+
}
|
|
21475
|
+
const __copy = new Thickness(2);
|
|
21476
|
+
__copy.top = __nv;
|
|
21477
|
+
__copy.bottom = this.i.oi.bottom;
|
|
21478
|
+
__copy.left = this.i.oi.left;
|
|
21479
|
+
__copy.right = this.i.oi.right;
|
|
21480
|
+
this.i.oi = __copy;
|
|
21128
21481
|
this._a("contentPaddingTop", this.i.oi.top);
|
|
21129
|
-
this.i.oi = this.i.oi;
|
|
21130
21482
|
}
|
|
21131
21483
|
ensureContentPadding() {
|
|
21132
21484
|
if (this.i.oi) {
|
|
@@ -21309,36 +21661,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
21309
21661
|
}
|
|
21310
21662
|
set lineTypeCornerRadiusBottomRight(v) {
|
|
21311
21663
|
this.ensureLineTypeCornerRadius();
|
|
21312
|
-
|
|
21664
|
+
const __nv = +v;
|
|
21665
|
+
if (this.i.kx.c === __nv) {
|
|
21666
|
+
return;
|
|
21667
|
+
}
|
|
21668
|
+
const __copy = new CornerRadius(2);
|
|
21669
|
+
__copy.c = __nv;
|
|
21670
|
+
__copy.b = this.i.kx.b;
|
|
21671
|
+
__copy.d = this.i.kx.d;
|
|
21672
|
+
__copy.e = this.i.kx.e;
|
|
21673
|
+
this.i.kx = __copy;
|
|
21313
21674
|
this._a("lineTypeCornerRadiusBottomRight", this.i.kx.c);
|
|
21314
|
-
this.i.kx = this.i.kx;
|
|
21315
21675
|
}
|
|
21316
21676
|
get lineTypeCornerRadiusBottomLeft() {
|
|
21317
21677
|
return this.i.kx ? this.i.kx.b : NaN;
|
|
21318
21678
|
}
|
|
21319
21679
|
set lineTypeCornerRadiusBottomLeft(v) {
|
|
21320
21680
|
this.ensureLineTypeCornerRadius();
|
|
21321
|
-
|
|
21681
|
+
const __nv = +v;
|
|
21682
|
+
if (this.i.kx.b === __nv) {
|
|
21683
|
+
return;
|
|
21684
|
+
}
|
|
21685
|
+
const __copy = new CornerRadius(2);
|
|
21686
|
+
__copy.b = __nv;
|
|
21687
|
+
__copy.c = this.i.kx.c;
|
|
21688
|
+
__copy.d = this.i.kx.d;
|
|
21689
|
+
__copy.e = this.i.kx.e;
|
|
21690
|
+
this.i.kx = __copy;
|
|
21322
21691
|
this._a("lineTypeCornerRadiusBottomLeft", this.i.kx.b);
|
|
21323
|
-
this.i.kx = this.i.kx;
|
|
21324
21692
|
}
|
|
21325
21693
|
get lineTypeCornerRadiusTopLeft() {
|
|
21326
21694
|
return this.i.kx ? this.i.kx.d : NaN;
|
|
21327
21695
|
}
|
|
21328
21696
|
set lineTypeCornerRadiusTopLeft(v) {
|
|
21329
21697
|
this.ensureLineTypeCornerRadius();
|
|
21330
|
-
|
|
21698
|
+
const __nv = +v;
|
|
21699
|
+
if (this.i.kx.d === __nv) {
|
|
21700
|
+
return;
|
|
21701
|
+
}
|
|
21702
|
+
const __copy = new CornerRadius(2);
|
|
21703
|
+
__copy.d = __nv;
|
|
21704
|
+
__copy.c = this.i.kx.c;
|
|
21705
|
+
__copy.b = this.i.kx.b;
|
|
21706
|
+
__copy.e = this.i.kx.e;
|
|
21707
|
+
this.i.kx = __copy;
|
|
21331
21708
|
this._a("lineTypeCornerRadiusTopLeft", this.i.kx.d);
|
|
21332
|
-
this.i.kx = this.i.kx;
|
|
21333
21709
|
}
|
|
21334
21710
|
get lineTypeCornerRadiusTopRight() {
|
|
21335
21711
|
return this.i.kx ? this.i.kx.e : NaN;
|
|
21336
21712
|
}
|
|
21337
21713
|
set lineTypeCornerRadiusTopRight(v) {
|
|
21338
21714
|
this.ensureLineTypeCornerRadius();
|
|
21339
|
-
|
|
21715
|
+
const __nv = +v;
|
|
21716
|
+
if (this.i.kx.e === __nv) {
|
|
21717
|
+
return;
|
|
21718
|
+
}
|
|
21719
|
+
const __copy = new CornerRadius(2);
|
|
21720
|
+
__copy.e = __nv;
|
|
21721
|
+
__copy.c = this.i.kx.c;
|
|
21722
|
+
__copy.b = this.i.kx.b;
|
|
21723
|
+
__copy.d = this.i.kx.d;
|
|
21724
|
+
this.i.kx = __copy;
|
|
21340
21725
|
this._a("lineTypeCornerRadiusTopRight", this.i.kx.e);
|
|
21341
|
-
this.i.kx = this.i.kx;
|
|
21342
21726
|
}
|
|
21343
21727
|
ensureLineTypeCornerRadius() {
|
|
21344
21728
|
if (this.i.kx) {
|
|
@@ -21351,36 +21735,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
21351
21735
|
}
|
|
21352
21736
|
set lineTypeContentPaddingBottom(v) {
|
|
21353
21737
|
this.ensureLineTypeContentPadding();
|
|
21354
|
-
|
|
21738
|
+
const __nv = +v;
|
|
21739
|
+
if (this.i.on.bottom === __nv) {
|
|
21740
|
+
return;
|
|
21741
|
+
}
|
|
21742
|
+
const __copy = new Thickness(2);
|
|
21743
|
+
__copy.bottom = __nv;
|
|
21744
|
+
__copy.left = this.i.on.left;
|
|
21745
|
+
__copy.right = this.i.on.right;
|
|
21746
|
+
__copy.top = this.i.on.top;
|
|
21747
|
+
this.i.on = __copy;
|
|
21355
21748
|
this._a("lineTypeContentPaddingBottom", this.i.on.bottom);
|
|
21356
|
-
this.i.on = this.i.on;
|
|
21357
21749
|
}
|
|
21358
21750
|
get lineTypeContentPaddingLeft() {
|
|
21359
21751
|
return this.i.on ? this.i.on.left : NaN;
|
|
21360
21752
|
}
|
|
21361
21753
|
set lineTypeContentPaddingLeft(v) {
|
|
21362
21754
|
this.ensureLineTypeContentPadding();
|
|
21363
|
-
|
|
21755
|
+
const __nv = +v;
|
|
21756
|
+
if (this.i.on.left === __nv) {
|
|
21757
|
+
return;
|
|
21758
|
+
}
|
|
21759
|
+
const __copy = new Thickness(2);
|
|
21760
|
+
__copy.left = __nv;
|
|
21761
|
+
__copy.bottom = this.i.on.bottom;
|
|
21762
|
+
__copy.right = this.i.on.right;
|
|
21763
|
+
__copy.top = this.i.on.top;
|
|
21764
|
+
this.i.on = __copy;
|
|
21364
21765
|
this._a("lineTypeContentPaddingLeft", this.i.on.left);
|
|
21365
|
-
this.i.on = this.i.on;
|
|
21366
21766
|
}
|
|
21367
21767
|
get lineTypeContentPaddingRight() {
|
|
21368
21768
|
return this.i.on ? this.i.on.right : NaN;
|
|
21369
21769
|
}
|
|
21370
21770
|
set lineTypeContentPaddingRight(v) {
|
|
21371
21771
|
this.ensureLineTypeContentPadding();
|
|
21372
|
-
|
|
21772
|
+
const __nv = +v;
|
|
21773
|
+
if (this.i.on.right === __nv) {
|
|
21774
|
+
return;
|
|
21775
|
+
}
|
|
21776
|
+
const __copy = new Thickness(2);
|
|
21777
|
+
__copy.right = __nv;
|
|
21778
|
+
__copy.bottom = this.i.on.bottom;
|
|
21779
|
+
__copy.left = this.i.on.left;
|
|
21780
|
+
__copy.top = this.i.on.top;
|
|
21781
|
+
this.i.on = __copy;
|
|
21373
21782
|
this._a("lineTypeContentPaddingRight", this.i.on.right);
|
|
21374
|
-
this.i.on = this.i.on;
|
|
21375
21783
|
}
|
|
21376
21784
|
get lineTypeContentPaddingTop() {
|
|
21377
21785
|
return this.i.on ? this.i.on.top : NaN;
|
|
21378
21786
|
}
|
|
21379
21787
|
set lineTypeContentPaddingTop(v) {
|
|
21380
21788
|
this.ensureLineTypeContentPadding();
|
|
21381
|
-
|
|
21789
|
+
const __nv = +v;
|
|
21790
|
+
if (this.i.on.top === __nv) {
|
|
21791
|
+
return;
|
|
21792
|
+
}
|
|
21793
|
+
const __copy = new Thickness(2);
|
|
21794
|
+
__copy.top = __nv;
|
|
21795
|
+
__copy.bottom = this.i.on.bottom;
|
|
21796
|
+
__copy.left = this.i.on.left;
|
|
21797
|
+
__copy.right = this.i.on.right;
|
|
21798
|
+
this.i.on = __copy;
|
|
21382
21799
|
this._a("lineTypeContentPaddingTop", this.i.on.top);
|
|
21383
|
-
this.i.on = this.i.on;
|
|
21384
21800
|
}
|
|
21385
21801
|
ensureLineTypeContentPadding() {
|
|
21386
21802
|
if (this.i.on) {
|
|
@@ -21563,36 +21979,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
21563
21979
|
}
|
|
21564
21980
|
set boxTypeCornerRadiusBottomRight(v) {
|
|
21565
21981
|
this.ensureBoxTypeCornerRadius();
|
|
21566
|
-
|
|
21982
|
+
const __nv = +v;
|
|
21983
|
+
if (this.i.kq.c === __nv) {
|
|
21984
|
+
return;
|
|
21985
|
+
}
|
|
21986
|
+
const __copy = new CornerRadius(2);
|
|
21987
|
+
__copy.c = __nv;
|
|
21988
|
+
__copy.b = this.i.kq.b;
|
|
21989
|
+
__copy.d = this.i.kq.d;
|
|
21990
|
+
__copy.e = this.i.kq.e;
|
|
21991
|
+
this.i.kq = __copy;
|
|
21567
21992
|
this._a("boxTypeCornerRadiusBottomRight", this.i.kq.c);
|
|
21568
|
-
this.i.kq = this.i.kq;
|
|
21569
21993
|
}
|
|
21570
21994
|
get boxTypeCornerRadiusBottomLeft() {
|
|
21571
21995
|
return this.i.kq ? this.i.kq.b : NaN;
|
|
21572
21996
|
}
|
|
21573
21997
|
set boxTypeCornerRadiusBottomLeft(v) {
|
|
21574
21998
|
this.ensureBoxTypeCornerRadius();
|
|
21575
|
-
|
|
21999
|
+
const __nv = +v;
|
|
22000
|
+
if (this.i.kq.b === __nv) {
|
|
22001
|
+
return;
|
|
22002
|
+
}
|
|
22003
|
+
const __copy = new CornerRadius(2);
|
|
22004
|
+
__copy.b = __nv;
|
|
22005
|
+
__copy.c = this.i.kq.c;
|
|
22006
|
+
__copy.d = this.i.kq.d;
|
|
22007
|
+
__copy.e = this.i.kq.e;
|
|
22008
|
+
this.i.kq = __copy;
|
|
21576
22009
|
this._a("boxTypeCornerRadiusBottomLeft", this.i.kq.b);
|
|
21577
|
-
this.i.kq = this.i.kq;
|
|
21578
22010
|
}
|
|
21579
22011
|
get boxTypeCornerRadiusTopLeft() {
|
|
21580
22012
|
return this.i.kq ? this.i.kq.d : NaN;
|
|
21581
22013
|
}
|
|
21582
22014
|
set boxTypeCornerRadiusTopLeft(v) {
|
|
21583
22015
|
this.ensureBoxTypeCornerRadius();
|
|
21584
|
-
|
|
22016
|
+
const __nv = +v;
|
|
22017
|
+
if (this.i.kq.d === __nv) {
|
|
22018
|
+
return;
|
|
22019
|
+
}
|
|
22020
|
+
const __copy = new CornerRadius(2);
|
|
22021
|
+
__copy.d = __nv;
|
|
22022
|
+
__copy.c = this.i.kq.c;
|
|
22023
|
+
__copy.b = this.i.kq.b;
|
|
22024
|
+
__copy.e = this.i.kq.e;
|
|
22025
|
+
this.i.kq = __copy;
|
|
21585
22026
|
this._a("boxTypeCornerRadiusTopLeft", this.i.kq.d);
|
|
21586
|
-
this.i.kq = this.i.kq;
|
|
21587
22027
|
}
|
|
21588
22028
|
get boxTypeCornerRadiusTopRight() {
|
|
21589
22029
|
return this.i.kq ? this.i.kq.e : NaN;
|
|
21590
22030
|
}
|
|
21591
22031
|
set boxTypeCornerRadiusTopRight(v) {
|
|
21592
22032
|
this.ensureBoxTypeCornerRadius();
|
|
21593
|
-
|
|
22033
|
+
const __nv = +v;
|
|
22034
|
+
if (this.i.kq.e === __nv) {
|
|
22035
|
+
return;
|
|
22036
|
+
}
|
|
22037
|
+
const __copy = new CornerRadius(2);
|
|
22038
|
+
__copy.e = __nv;
|
|
22039
|
+
__copy.c = this.i.kq.c;
|
|
22040
|
+
__copy.b = this.i.kq.b;
|
|
22041
|
+
__copy.d = this.i.kq.d;
|
|
22042
|
+
this.i.kq = __copy;
|
|
21594
22043
|
this._a("boxTypeCornerRadiusTopRight", this.i.kq.e);
|
|
21595
|
-
this.i.kq = this.i.kq;
|
|
21596
22044
|
}
|
|
21597
22045
|
ensureBoxTypeCornerRadius() {
|
|
21598
22046
|
if (this.i.kq) {
|
|
@@ -21605,36 +22053,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
21605
22053
|
}
|
|
21606
22054
|
set boxTypeContentPaddingBottom(v) {
|
|
21607
22055
|
this.ensureBoxTypeContentPadding();
|
|
21608
|
-
|
|
22056
|
+
const __nv = +v;
|
|
22057
|
+
if (this.i.og.bottom === __nv) {
|
|
22058
|
+
return;
|
|
22059
|
+
}
|
|
22060
|
+
const __copy = new Thickness(2);
|
|
22061
|
+
__copy.bottom = __nv;
|
|
22062
|
+
__copy.left = this.i.og.left;
|
|
22063
|
+
__copy.right = this.i.og.right;
|
|
22064
|
+
__copy.top = this.i.og.top;
|
|
22065
|
+
this.i.og = __copy;
|
|
21609
22066
|
this._a("boxTypeContentPaddingBottom", this.i.og.bottom);
|
|
21610
|
-
this.i.og = this.i.og;
|
|
21611
22067
|
}
|
|
21612
22068
|
get boxTypeContentPaddingLeft() {
|
|
21613
22069
|
return this.i.og ? this.i.og.left : NaN;
|
|
21614
22070
|
}
|
|
21615
22071
|
set boxTypeContentPaddingLeft(v) {
|
|
21616
22072
|
this.ensureBoxTypeContentPadding();
|
|
21617
|
-
|
|
22073
|
+
const __nv = +v;
|
|
22074
|
+
if (this.i.og.left === __nv) {
|
|
22075
|
+
return;
|
|
22076
|
+
}
|
|
22077
|
+
const __copy = new Thickness(2);
|
|
22078
|
+
__copy.left = __nv;
|
|
22079
|
+
__copy.bottom = this.i.og.bottom;
|
|
22080
|
+
__copy.right = this.i.og.right;
|
|
22081
|
+
__copy.top = this.i.og.top;
|
|
22082
|
+
this.i.og = __copy;
|
|
21618
22083
|
this._a("boxTypeContentPaddingLeft", this.i.og.left);
|
|
21619
|
-
this.i.og = this.i.og;
|
|
21620
22084
|
}
|
|
21621
22085
|
get boxTypeContentPaddingRight() {
|
|
21622
22086
|
return this.i.og ? this.i.og.right : NaN;
|
|
21623
22087
|
}
|
|
21624
22088
|
set boxTypeContentPaddingRight(v) {
|
|
21625
22089
|
this.ensureBoxTypeContentPadding();
|
|
21626
|
-
|
|
22090
|
+
const __nv = +v;
|
|
22091
|
+
if (this.i.og.right === __nv) {
|
|
22092
|
+
return;
|
|
22093
|
+
}
|
|
22094
|
+
const __copy = new Thickness(2);
|
|
22095
|
+
__copy.right = __nv;
|
|
22096
|
+
__copy.bottom = this.i.og.bottom;
|
|
22097
|
+
__copy.left = this.i.og.left;
|
|
22098
|
+
__copy.top = this.i.og.top;
|
|
22099
|
+
this.i.og = __copy;
|
|
21627
22100
|
this._a("boxTypeContentPaddingRight", this.i.og.right);
|
|
21628
|
-
this.i.og = this.i.og;
|
|
21629
22101
|
}
|
|
21630
22102
|
get boxTypeContentPaddingTop() {
|
|
21631
22103
|
return this.i.og ? this.i.og.top : NaN;
|
|
21632
22104
|
}
|
|
21633
22105
|
set boxTypeContentPaddingTop(v) {
|
|
21634
22106
|
this.ensureBoxTypeContentPadding();
|
|
21635
|
-
|
|
22107
|
+
const __nv = +v;
|
|
22108
|
+
if (this.i.og.top === __nv) {
|
|
22109
|
+
return;
|
|
22110
|
+
}
|
|
22111
|
+
const __copy = new Thickness(2);
|
|
22112
|
+
__copy.top = __nv;
|
|
22113
|
+
__copy.bottom = this.i.og.bottom;
|
|
22114
|
+
__copy.left = this.i.og.left;
|
|
22115
|
+
__copy.right = this.i.og.right;
|
|
22116
|
+
this.i.og = __copy;
|
|
21636
22117
|
this._a("boxTypeContentPaddingTop", this.i.og.top);
|
|
21637
|
-
this.i.og = this.i.og;
|
|
21638
22118
|
}
|
|
21639
22119
|
ensureBoxTypeContentPadding() {
|
|
21640
22120
|
if (this.i.og) {
|
|
@@ -21817,36 +22297,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
21817
22297
|
}
|
|
21818
22298
|
set borderTypeCornerRadiusBottomRight(v) {
|
|
21819
22299
|
this.ensureBorderTypeCornerRadius();
|
|
21820
|
-
|
|
22300
|
+
const __nv = +v;
|
|
22301
|
+
if (this.i.kp.c === __nv) {
|
|
22302
|
+
return;
|
|
22303
|
+
}
|
|
22304
|
+
const __copy = new CornerRadius(2);
|
|
22305
|
+
__copy.c = __nv;
|
|
22306
|
+
__copy.b = this.i.kp.b;
|
|
22307
|
+
__copy.d = this.i.kp.d;
|
|
22308
|
+
__copy.e = this.i.kp.e;
|
|
22309
|
+
this.i.kp = __copy;
|
|
21821
22310
|
this._a("borderTypeCornerRadiusBottomRight", this.i.kp.c);
|
|
21822
|
-
this.i.kp = this.i.kp;
|
|
21823
22311
|
}
|
|
21824
22312
|
get borderTypeCornerRadiusBottomLeft() {
|
|
21825
22313
|
return this.i.kp ? this.i.kp.b : NaN;
|
|
21826
22314
|
}
|
|
21827
22315
|
set borderTypeCornerRadiusBottomLeft(v) {
|
|
21828
22316
|
this.ensureBorderTypeCornerRadius();
|
|
21829
|
-
|
|
22317
|
+
const __nv = +v;
|
|
22318
|
+
if (this.i.kp.b === __nv) {
|
|
22319
|
+
return;
|
|
22320
|
+
}
|
|
22321
|
+
const __copy = new CornerRadius(2);
|
|
22322
|
+
__copy.b = __nv;
|
|
22323
|
+
__copy.c = this.i.kp.c;
|
|
22324
|
+
__copy.d = this.i.kp.d;
|
|
22325
|
+
__copy.e = this.i.kp.e;
|
|
22326
|
+
this.i.kp = __copy;
|
|
21830
22327
|
this._a("borderTypeCornerRadiusBottomLeft", this.i.kp.b);
|
|
21831
|
-
this.i.kp = this.i.kp;
|
|
21832
22328
|
}
|
|
21833
22329
|
get borderTypeCornerRadiusTopLeft() {
|
|
21834
22330
|
return this.i.kp ? this.i.kp.d : NaN;
|
|
21835
22331
|
}
|
|
21836
22332
|
set borderTypeCornerRadiusTopLeft(v) {
|
|
21837
22333
|
this.ensureBorderTypeCornerRadius();
|
|
21838
|
-
|
|
22334
|
+
const __nv = +v;
|
|
22335
|
+
if (this.i.kp.d === __nv) {
|
|
22336
|
+
return;
|
|
22337
|
+
}
|
|
22338
|
+
const __copy = new CornerRadius(2);
|
|
22339
|
+
__copy.d = __nv;
|
|
22340
|
+
__copy.c = this.i.kp.c;
|
|
22341
|
+
__copy.b = this.i.kp.b;
|
|
22342
|
+
__copy.e = this.i.kp.e;
|
|
22343
|
+
this.i.kp = __copy;
|
|
21839
22344
|
this._a("borderTypeCornerRadiusTopLeft", this.i.kp.d);
|
|
21840
|
-
this.i.kp = this.i.kp;
|
|
21841
22345
|
}
|
|
21842
22346
|
get borderTypeCornerRadiusTopRight() {
|
|
21843
22347
|
return this.i.kp ? this.i.kp.e : NaN;
|
|
21844
22348
|
}
|
|
21845
22349
|
set borderTypeCornerRadiusTopRight(v) {
|
|
21846
22350
|
this.ensureBorderTypeCornerRadius();
|
|
21847
|
-
|
|
22351
|
+
const __nv = +v;
|
|
22352
|
+
if (this.i.kp.e === __nv) {
|
|
22353
|
+
return;
|
|
22354
|
+
}
|
|
22355
|
+
const __copy = new CornerRadius(2);
|
|
22356
|
+
__copy.e = __nv;
|
|
22357
|
+
__copy.c = this.i.kp.c;
|
|
22358
|
+
__copy.b = this.i.kp.b;
|
|
22359
|
+
__copy.d = this.i.kp.d;
|
|
22360
|
+
this.i.kp = __copy;
|
|
21848
22361
|
this._a("borderTypeCornerRadiusTopRight", this.i.kp.e);
|
|
21849
|
-
this.i.kp = this.i.kp;
|
|
21850
22362
|
}
|
|
21851
22363
|
ensureBorderTypeCornerRadius() {
|
|
21852
22364
|
if (this.i.kp) {
|
|
@@ -21859,36 +22371,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
21859
22371
|
}
|
|
21860
22372
|
set borderTypeContentPaddingBottom(v) {
|
|
21861
22373
|
this.ensureBorderTypeContentPadding();
|
|
21862
|
-
|
|
22374
|
+
const __nv = +v;
|
|
22375
|
+
if (this.i.of.bottom === __nv) {
|
|
22376
|
+
return;
|
|
22377
|
+
}
|
|
22378
|
+
const __copy = new Thickness(2);
|
|
22379
|
+
__copy.bottom = __nv;
|
|
22380
|
+
__copy.left = this.i.of.left;
|
|
22381
|
+
__copy.right = this.i.of.right;
|
|
22382
|
+
__copy.top = this.i.of.top;
|
|
22383
|
+
this.i.of = __copy;
|
|
21863
22384
|
this._a("borderTypeContentPaddingBottom", this.i.of.bottom);
|
|
21864
|
-
this.i.of = this.i.of;
|
|
21865
22385
|
}
|
|
21866
22386
|
get borderTypeContentPaddingLeft() {
|
|
21867
22387
|
return this.i.of ? this.i.of.left : NaN;
|
|
21868
22388
|
}
|
|
21869
22389
|
set borderTypeContentPaddingLeft(v) {
|
|
21870
22390
|
this.ensureBorderTypeContentPadding();
|
|
21871
|
-
|
|
22391
|
+
const __nv = +v;
|
|
22392
|
+
if (this.i.of.left === __nv) {
|
|
22393
|
+
return;
|
|
22394
|
+
}
|
|
22395
|
+
const __copy = new Thickness(2);
|
|
22396
|
+
__copy.left = __nv;
|
|
22397
|
+
__copy.bottom = this.i.of.bottom;
|
|
22398
|
+
__copy.right = this.i.of.right;
|
|
22399
|
+
__copy.top = this.i.of.top;
|
|
22400
|
+
this.i.of = __copy;
|
|
21872
22401
|
this._a("borderTypeContentPaddingLeft", this.i.of.left);
|
|
21873
|
-
this.i.of = this.i.of;
|
|
21874
22402
|
}
|
|
21875
22403
|
get borderTypeContentPaddingRight() {
|
|
21876
22404
|
return this.i.of ? this.i.of.right : NaN;
|
|
21877
22405
|
}
|
|
21878
22406
|
set borderTypeContentPaddingRight(v) {
|
|
21879
22407
|
this.ensureBorderTypeContentPadding();
|
|
21880
|
-
|
|
22408
|
+
const __nv = +v;
|
|
22409
|
+
if (this.i.of.right === __nv) {
|
|
22410
|
+
return;
|
|
22411
|
+
}
|
|
22412
|
+
const __copy = new Thickness(2);
|
|
22413
|
+
__copy.right = __nv;
|
|
22414
|
+
__copy.bottom = this.i.of.bottom;
|
|
22415
|
+
__copy.left = this.i.of.left;
|
|
22416
|
+
__copy.top = this.i.of.top;
|
|
22417
|
+
this.i.of = __copy;
|
|
21881
22418
|
this._a("borderTypeContentPaddingRight", this.i.of.right);
|
|
21882
|
-
this.i.of = this.i.of;
|
|
21883
22419
|
}
|
|
21884
22420
|
get borderTypeContentPaddingTop() {
|
|
21885
22421
|
return this.i.of ? this.i.of.top : NaN;
|
|
21886
22422
|
}
|
|
21887
22423
|
set borderTypeContentPaddingTop(v) {
|
|
21888
22424
|
this.ensureBorderTypeContentPadding();
|
|
21889
|
-
|
|
22425
|
+
const __nv = +v;
|
|
22426
|
+
if (this.i.of.top === __nv) {
|
|
22427
|
+
return;
|
|
22428
|
+
}
|
|
22429
|
+
const __copy = new Thickness(2);
|
|
22430
|
+
__copy.top = __nv;
|
|
22431
|
+
__copy.bottom = this.i.of.bottom;
|
|
22432
|
+
__copy.left = this.i.of.left;
|
|
22433
|
+
__copy.right = this.i.of.right;
|
|
22434
|
+
this.i.of = __copy;
|
|
21890
22435
|
this._a("borderTypeContentPaddingTop", this.i.of.top);
|
|
21891
|
-
this.i.of = this.i.of;
|
|
21892
22436
|
}
|
|
21893
22437
|
ensureBorderTypeContentPadding() {
|
|
21894
22438
|
if (this.i.of) {
|
|
@@ -22071,36 +22615,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
22071
22615
|
}
|
|
22072
22616
|
set searchTypeCornerRadiusBottomRight(v) {
|
|
22073
22617
|
this.ensureSearchTypeCornerRadius();
|
|
22074
|
-
|
|
22618
|
+
const __nv = +v;
|
|
22619
|
+
if (this.i.ky.c === __nv) {
|
|
22620
|
+
return;
|
|
22621
|
+
}
|
|
22622
|
+
const __copy = new CornerRadius(2);
|
|
22623
|
+
__copy.c = __nv;
|
|
22624
|
+
__copy.b = this.i.ky.b;
|
|
22625
|
+
__copy.d = this.i.ky.d;
|
|
22626
|
+
__copy.e = this.i.ky.e;
|
|
22627
|
+
this.i.ky = __copy;
|
|
22075
22628
|
this._a("searchTypeCornerRadiusBottomRight", this.i.ky.c);
|
|
22076
|
-
this.i.ky = this.i.ky;
|
|
22077
22629
|
}
|
|
22078
22630
|
get searchTypeCornerRadiusBottomLeft() {
|
|
22079
22631
|
return this.i.ky ? this.i.ky.b : NaN;
|
|
22080
22632
|
}
|
|
22081
22633
|
set searchTypeCornerRadiusBottomLeft(v) {
|
|
22082
22634
|
this.ensureSearchTypeCornerRadius();
|
|
22083
|
-
|
|
22635
|
+
const __nv = +v;
|
|
22636
|
+
if (this.i.ky.b === __nv) {
|
|
22637
|
+
return;
|
|
22638
|
+
}
|
|
22639
|
+
const __copy = new CornerRadius(2);
|
|
22640
|
+
__copy.b = __nv;
|
|
22641
|
+
__copy.c = this.i.ky.c;
|
|
22642
|
+
__copy.d = this.i.ky.d;
|
|
22643
|
+
__copy.e = this.i.ky.e;
|
|
22644
|
+
this.i.ky = __copy;
|
|
22084
22645
|
this._a("searchTypeCornerRadiusBottomLeft", this.i.ky.b);
|
|
22085
|
-
this.i.ky = this.i.ky;
|
|
22086
22646
|
}
|
|
22087
22647
|
get searchTypeCornerRadiusTopLeft() {
|
|
22088
22648
|
return this.i.ky ? this.i.ky.d : NaN;
|
|
22089
22649
|
}
|
|
22090
22650
|
set searchTypeCornerRadiusTopLeft(v) {
|
|
22091
22651
|
this.ensureSearchTypeCornerRadius();
|
|
22092
|
-
|
|
22652
|
+
const __nv = +v;
|
|
22653
|
+
if (this.i.ky.d === __nv) {
|
|
22654
|
+
return;
|
|
22655
|
+
}
|
|
22656
|
+
const __copy = new CornerRadius(2);
|
|
22657
|
+
__copy.d = __nv;
|
|
22658
|
+
__copy.c = this.i.ky.c;
|
|
22659
|
+
__copy.b = this.i.ky.b;
|
|
22660
|
+
__copy.e = this.i.ky.e;
|
|
22661
|
+
this.i.ky = __copy;
|
|
22093
22662
|
this._a("searchTypeCornerRadiusTopLeft", this.i.ky.d);
|
|
22094
|
-
this.i.ky = this.i.ky;
|
|
22095
22663
|
}
|
|
22096
22664
|
get searchTypeCornerRadiusTopRight() {
|
|
22097
22665
|
return this.i.ky ? this.i.ky.e : NaN;
|
|
22098
22666
|
}
|
|
22099
22667
|
set searchTypeCornerRadiusTopRight(v) {
|
|
22100
22668
|
this.ensureSearchTypeCornerRadius();
|
|
22101
|
-
|
|
22669
|
+
const __nv = +v;
|
|
22670
|
+
if (this.i.ky.e === __nv) {
|
|
22671
|
+
return;
|
|
22672
|
+
}
|
|
22673
|
+
const __copy = new CornerRadius(2);
|
|
22674
|
+
__copy.e = __nv;
|
|
22675
|
+
__copy.c = this.i.ky.c;
|
|
22676
|
+
__copy.b = this.i.ky.b;
|
|
22677
|
+
__copy.d = this.i.ky.d;
|
|
22678
|
+
this.i.ky = __copy;
|
|
22102
22679
|
this._a("searchTypeCornerRadiusTopRight", this.i.ky.e);
|
|
22103
|
-
this.i.ky = this.i.ky;
|
|
22104
22680
|
}
|
|
22105
22681
|
ensureSearchTypeCornerRadius() {
|
|
22106
22682
|
if (this.i.ky) {
|
|
@@ -22113,36 +22689,68 @@ let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
22113
22689
|
}
|
|
22114
22690
|
set searchTypeContentPaddingBottom(v) {
|
|
22115
22691
|
this.ensureSearchTypeContentPadding();
|
|
22116
|
-
|
|
22692
|
+
const __nv = +v;
|
|
22693
|
+
if (this.i.oo.bottom === __nv) {
|
|
22694
|
+
return;
|
|
22695
|
+
}
|
|
22696
|
+
const __copy = new Thickness(2);
|
|
22697
|
+
__copy.bottom = __nv;
|
|
22698
|
+
__copy.left = this.i.oo.left;
|
|
22699
|
+
__copy.right = this.i.oo.right;
|
|
22700
|
+
__copy.top = this.i.oo.top;
|
|
22701
|
+
this.i.oo = __copy;
|
|
22117
22702
|
this._a("searchTypeContentPaddingBottom", this.i.oo.bottom);
|
|
22118
|
-
this.i.oo = this.i.oo;
|
|
22119
22703
|
}
|
|
22120
22704
|
get searchTypeContentPaddingLeft() {
|
|
22121
22705
|
return this.i.oo ? this.i.oo.left : NaN;
|
|
22122
22706
|
}
|
|
22123
22707
|
set searchTypeContentPaddingLeft(v) {
|
|
22124
22708
|
this.ensureSearchTypeContentPadding();
|
|
22125
|
-
|
|
22709
|
+
const __nv = +v;
|
|
22710
|
+
if (this.i.oo.left === __nv) {
|
|
22711
|
+
return;
|
|
22712
|
+
}
|
|
22713
|
+
const __copy = new Thickness(2);
|
|
22714
|
+
__copy.left = __nv;
|
|
22715
|
+
__copy.bottom = this.i.oo.bottom;
|
|
22716
|
+
__copy.right = this.i.oo.right;
|
|
22717
|
+
__copy.top = this.i.oo.top;
|
|
22718
|
+
this.i.oo = __copy;
|
|
22126
22719
|
this._a("searchTypeContentPaddingLeft", this.i.oo.left);
|
|
22127
|
-
this.i.oo = this.i.oo;
|
|
22128
22720
|
}
|
|
22129
22721
|
get searchTypeContentPaddingRight() {
|
|
22130
22722
|
return this.i.oo ? this.i.oo.right : NaN;
|
|
22131
22723
|
}
|
|
22132
22724
|
set searchTypeContentPaddingRight(v) {
|
|
22133
22725
|
this.ensureSearchTypeContentPadding();
|
|
22134
|
-
|
|
22726
|
+
const __nv = +v;
|
|
22727
|
+
if (this.i.oo.right === __nv) {
|
|
22728
|
+
return;
|
|
22729
|
+
}
|
|
22730
|
+
const __copy = new Thickness(2);
|
|
22731
|
+
__copy.right = __nv;
|
|
22732
|
+
__copy.bottom = this.i.oo.bottom;
|
|
22733
|
+
__copy.left = this.i.oo.left;
|
|
22734
|
+
__copy.top = this.i.oo.top;
|
|
22735
|
+
this.i.oo = __copy;
|
|
22135
22736
|
this._a("searchTypeContentPaddingRight", this.i.oo.right);
|
|
22136
|
-
this.i.oo = this.i.oo;
|
|
22137
22737
|
}
|
|
22138
22738
|
get searchTypeContentPaddingTop() {
|
|
22139
22739
|
return this.i.oo ? this.i.oo.top : NaN;
|
|
22140
22740
|
}
|
|
22141
22741
|
set searchTypeContentPaddingTop(v) {
|
|
22142
22742
|
this.ensureSearchTypeContentPadding();
|
|
22143
|
-
|
|
22743
|
+
const __nv = +v;
|
|
22744
|
+
if (this.i.oo.top === __nv) {
|
|
22745
|
+
return;
|
|
22746
|
+
}
|
|
22747
|
+
const __copy = new Thickness(2);
|
|
22748
|
+
__copy.top = __nv;
|
|
22749
|
+
__copy.bottom = this.i.oo.bottom;
|
|
22750
|
+
__copy.left = this.i.oo.left;
|
|
22751
|
+
__copy.right = this.i.oo.right;
|
|
22752
|
+
this.i.oo = __copy;
|
|
22144
22753
|
this._a("searchTypeContentPaddingTop", this.i.oo.top);
|
|
22145
|
-
this.i.oo = this.i.oo;
|
|
22146
22754
|
}
|
|
22147
22755
|
ensureSearchTypeContentPadding() {
|
|
22148
22756
|
if (this.i.oo) {
|
|
@@ -31434,13 +32042,13 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
31434
32042
|
let g = new TransformGroup();
|
|
31435
32043
|
let h = this.view.am();
|
|
31436
32044
|
g.j.add(((() => {
|
|
31437
|
-
let $ret = new
|
|
31438
|
-
$ret.j =
|
|
32045
|
+
let $ret = new TranslateTransform();
|
|
32046
|
+
$ret.j = this.ap / 24 * -16;
|
|
31439
32047
|
return $ret;
|
|
31440
32048
|
})()));
|
|
31441
32049
|
g.j.add(((() => {
|
|
31442
|
-
let $ret = new
|
|
31443
|
-
$ret.j =
|
|
32050
|
+
let $ret = new RotateTransform();
|
|
32051
|
+
$ret.j = 45;
|
|
31444
32052
|
return $ret;
|
|
31445
32053
|
})()));
|
|
31446
32054
|
NativeUI.n(d, this.c8);
|
|
@@ -31580,7 +32188,7 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
31580
32188
|
})()));
|
|
31581
32189
|
XCheckbox.j = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
|
|
31582
32190
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
31583
|
-
$ret.addItem("CheckPath", "
|
|
32191
|
+
$ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
|
|
31584
32192
|
$ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
31585
32193
|
$ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
31586
32194
|
$ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 255, 255, 255));
|
|
@@ -31593,7 +32201,7 @@ let XCheckbox = /*@__PURE__*/ (() => {
|
|
|
31593
32201
|
})()));
|
|
31594
32202
|
XCheckbox.i = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
|
|
31595
32203
|
let $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
31596
|
-
$ret.addItem("CheckPath", "
|
|
32204
|
+
$ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
|
|
31597
32205
|
$ret.addItem("UncheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
31598
32206
|
$ret.addItem("CheckedBorderColor", BrushUtil.l(255, 105, 136, 255));
|
|
31599
32207
|
$ret.addItem("UncheckedBackgroundColor", BrushUtil.l(255, 55, 63, 86));
|