igniteui-webcomponents-charts 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.
@@ -75461,9 +75461,17 @@
75461
75461
  },
75462
75462
  set: function (v) {
75463
75463
  this.ensureAnnotationPadding();
75464
- this.i.adb.bottom = +v;
75464
+ var __nv = +v;
75465
+ if (this.i.adb.bottom === __nv) {
75466
+ return;
75467
+ }
75468
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
75469
+ __copy.bottom = __nv;
75470
+ __copy.left = this.i.adb.left;
75471
+ __copy.right = this.i.adb.right;
75472
+ __copy.top = this.i.adb.top;
75473
+ this.i.adb = __copy;
75465
75474
  this._a("annotationPaddingBottom", this.i.adb.bottom);
75466
- this.i.adb = this.i.adb;
75467
75475
  },
75468
75476
  enumerable: false,
75469
75477
  configurable: true
@@ -75474,9 +75482,17 @@
75474
75482
  },
75475
75483
  set: function (v) {
75476
75484
  this.ensureAnnotationPadding();
75477
- this.i.adb.left = +v;
75485
+ var __nv = +v;
75486
+ if (this.i.adb.left === __nv) {
75487
+ return;
75488
+ }
75489
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
75490
+ __copy.left = __nv;
75491
+ __copy.bottom = this.i.adb.bottom;
75492
+ __copy.right = this.i.adb.right;
75493
+ __copy.top = this.i.adb.top;
75494
+ this.i.adb = __copy;
75478
75495
  this._a("annotationPaddingLeft", this.i.adb.left);
75479
- this.i.adb = this.i.adb;
75480
75496
  },
75481
75497
  enumerable: false,
75482
75498
  configurable: true
@@ -75487,9 +75503,17 @@
75487
75503
  },
75488
75504
  set: function (v) {
75489
75505
  this.ensureAnnotationPadding();
75490
- this.i.adb.right = +v;
75506
+ var __nv = +v;
75507
+ if (this.i.adb.right === __nv) {
75508
+ return;
75509
+ }
75510
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
75511
+ __copy.right = __nv;
75512
+ __copy.bottom = this.i.adb.bottom;
75513
+ __copy.left = this.i.adb.left;
75514
+ __copy.top = this.i.adb.top;
75515
+ this.i.adb = __copy;
75491
75516
  this._a("annotationPaddingRight", this.i.adb.right);
75492
- this.i.adb = this.i.adb;
75493
75517
  },
75494
75518
  enumerable: false,
75495
75519
  configurable: true
@@ -75500,9 +75524,17 @@
75500
75524
  },
75501
75525
  set: function (v) {
75502
75526
  this.ensureAnnotationPadding();
75503
- this.i.adb.top = +v;
75527
+ var __nv = +v;
75528
+ if (this.i.adb.top === __nv) {
75529
+ return;
75530
+ }
75531
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
75532
+ __copy.top = __nv;
75533
+ __copy.bottom = this.i.adb.bottom;
75534
+ __copy.left = this.i.adb.left;
75535
+ __copy.right = this.i.adb.right;
75536
+ this.i.adb = __copy;
75504
75537
  this._a("annotationPaddingTop", this.i.adb.top);
75505
- this.i.adb = this.i.adb;
75506
75538
  },
75507
75539
  enumerable: false,
75508
75540
  configurable: true
@@ -82830,9 +82862,17 @@
82830
82862
  },
82831
82863
  set: function (v) {
82832
82864
  this.ensureValueRowMargin();
82833
- this.i.ajb.bottom = +v;
82865
+ var __nv = +v;
82866
+ if (this.i.ajb.bottom === __nv) {
82867
+ return;
82868
+ }
82869
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
82870
+ __copy.bottom = __nv;
82871
+ __copy.left = this.i.ajb.left;
82872
+ __copy.right = this.i.ajb.right;
82873
+ __copy.top = this.i.ajb.top;
82874
+ this.i.ajb = __copy;
82834
82875
  this._a("valueRowMarginBottom", this.i.ajb.bottom);
82835
- this.i.ajb = this.i.ajb;
82836
82876
  },
82837
82877
  enumerable: false,
82838
82878
  configurable: true
@@ -82843,9 +82883,17 @@
82843
82883
  },
82844
82884
  set: function (v) {
82845
82885
  this.ensureValueRowMargin();
82846
- this.i.ajb.left = +v;
82886
+ var __nv = +v;
82887
+ if (this.i.ajb.left === __nv) {
82888
+ return;
82889
+ }
82890
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
82891
+ __copy.left = __nv;
82892
+ __copy.bottom = this.i.ajb.bottom;
82893
+ __copy.right = this.i.ajb.right;
82894
+ __copy.top = this.i.ajb.top;
82895
+ this.i.ajb = __copy;
82847
82896
  this._a("valueRowMarginLeft", this.i.ajb.left);
82848
- this.i.ajb = this.i.ajb;
82849
82897
  },
82850
82898
  enumerable: false,
82851
82899
  configurable: true
@@ -82856,9 +82904,17 @@
82856
82904
  },
82857
82905
  set: function (v) {
82858
82906
  this.ensureValueRowMargin();
82859
- this.i.ajb.right = +v;
82907
+ var __nv = +v;
82908
+ if (this.i.ajb.right === __nv) {
82909
+ return;
82910
+ }
82911
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
82912
+ __copy.right = __nv;
82913
+ __copy.bottom = this.i.ajb.bottom;
82914
+ __copy.left = this.i.ajb.left;
82915
+ __copy.top = this.i.ajb.top;
82916
+ this.i.ajb = __copy;
82860
82917
  this._a("valueRowMarginRight", this.i.ajb.right);
82861
- this.i.ajb = this.i.ajb;
82862
82918
  },
82863
82919
  enumerable: false,
82864
82920
  configurable: true
@@ -82869,9 +82925,17 @@
82869
82925
  },
82870
82926
  set: function (v) {
82871
82927
  this.ensureValueRowMargin();
82872
- this.i.ajb.top = +v;
82928
+ var __nv = +v;
82929
+ if (this.i.ajb.top === __nv) {
82930
+ return;
82931
+ }
82932
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
82933
+ __copy.top = __nv;
82934
+ __copy.bottom = this.i.ajb.bottom;
82935
+ __copy.left = this.i.ajb.left;
82936
+ __copy.right = this.i.ajb.right;
82937
+ this.i.ajb = __copy;
82873
82938
  this._a("valueRowMarginTop", this.i.ajb.top);
82874
- this.i.ajb = this.i.ajb;
82875
82939
  },
82876
82940
  enumerable: false,
82877
82941
  configurable: true
@@ -82929,9 +82993,17 @@
82929
82993
  },
82930
82994
  set: function (v) {
82931
82995
  this.ensureValueTextMargin();
82932
- this.i.ajc.bottom = +v;
82996
+ var __nv = +v;
82997
+ if (this.i.ajc.bottom === __nv) {
82998
+ return;
82999
+ }
83000
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83001
+ __copy.bottom = __nv;
83002
+ __copy.left = this.i.ajc.left;
83003
+ __copy.right = this.i.ajc.right;
83004
+ __copy.top = this.i.ajc.top;
83005
+ this.i.ajc = __copy;
82933
83006
  this._a("valueTextMarginBottom", this.i.ajc.bottom);
82934
- this.i.ajc = this.i.ajc;
82935
83007
  },
82936
83008
  enumerable: false,
82937
83009
  configurable: true
@@ -82942,9 +83014,17 @@
82942
83014
  },
82943
83015
  set: function (v) {
82944
83016
  this.ensureValueTextMargin();
82945
- this.i.ajc.left = +v;
83017
+ var __nv = +v;
83018
+ if (this.i.ajc.left === __nv) {
83019
+ return;
83020
+ }
83021
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83022
+ __copy.left = __nv;
83023
+ __copy.bottom = this.i.ajc.bottom;
83024
+ __copy.right = this.i.ajc.right;
83025
+ __copy.top = this.i.ajc.top;
83026
+ this.i.ajc = __copy;
82946
83027
  this._a("valueTextMarginLeft", this.i.ajc.left);
82947
- this.i.ajc = this.i.ajc;
82948
83028
  },
82949
83029
  enumerable: false,
82950
83030
  configurable: true
@@ -82955,9 +83035,17 @@
82955
83035
  },
82956
83036
  set: function (v) {
82957
83037
  this.ensureValueTextMargin();
82958
- this.i.ajc.right = +v;
83038
+ var __nv = +v;
83039
+ if (this.i.ajc.right === __nv) {
83040
+ return;
83041
+ }
83042
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83043
+ __copy.right = __nv;
83044
+ __copy.bottom = this.i.ajc.bottom;
83045
+ __copy.left = this.i.ajc.left;
83046
+ __copy.top = this.i.ajc.top;
83047
+ this.i.ajc = __copy;
82959
83048
  this._a("valueTextMarginRight", this.i.ajc.right);
82960
- this.i.ajc = this.i.ajc;
82961
83049
  },
82962
83050
  enumerable: false,
82963
83051
  configurable: true
@@ -82968,9 +83056,17 @@
82968
83056
  },
82969
83057
  set: function (v) {
82970
83058
  this.ensureValueTextMargin();
82971
- this.i.ajc.top = +v;
83059
+ var __nv = +v;
83060
+ if (this.i.ajc.top === __nv) {
83061
+ return;
83062
+ }
83063
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83064
+ __copy.top = __nv;
83065
+ __copy.bottom = this.i.ajc.bottom;
83066
+ __copy.left = this.i.ajc.left;
83067
+ __copy.right = this.i.ajc.right;
83068
+ this.i.ajc = __copy;
82972
83069
  this._a("valueTextMarginTop", this.i.ajc.top);
82973
- this.i.ajc = this.i.ajc;
82974
83070
  },
82975
83071
  enumerable: false,
82976
83072
  configurable: true
@@ -83121,9 +83217,17 @@
83121
83217
  },
83122
83218
  set: function (v) {
83123
83219
  this.ensureHeaderTextMargin();
83124
- this.i.ai5.bottom = +v;
83220
+ var __nv = +v;
83221
+ if (this.i.ai5.bottom === __nv) {
83222
+ return;
83223
+ }
83224
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83225
+ __copy.bottom = __nv;
83226
+ __copy.left = this.i.ai5.left;
83227
+ __copy.right = this.i.ai5.right;
83228
+ __copy.top = this.i.ai5.top;
83229
+ this.i.ai5 = __copy;
83125
83230
  this._a("headerTextMarginBottom", this.i.ai5.bottom);
83126
- this.i.ai5 = this.i.ai5;
83127
83231
  },
83128
83232
  enumerable: false,
83129
83233
  configurable: true
@@ -83134,9 +83238,17 @@
83134
83238
  },
83135
83239
  set: function (v) {
83136
83240
  this.ensureHeaderTextMargin();
83137
- this.i.ai5.left = +v;
83241
+ var __nv = +v;
83242
+ if (this.i.ai5.left === __nv) {
83243
+ return;
83244
+ }
83245
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83246
+ __copy.left = __nv;
83247
+ __copy.bottom = this.i.ai5.bottom;
83248
+ __copy.right = this.i.ai5.right;
83249
+ __copy.top = this.i.ai5.top;
83250
+ this.i.ai5 = __copy;
83138
83251
  this._a("headerTextMarginLeft", this.i.ai5.left);
83139
- this.i.ai5 = this.i.ai5;
83140
83252
  },
83141
83253
  enumerable: false,
83142
83254
  configurable: true
@@ -83147,9 +83259,17 @@
83147
83259
  },
83148
83260
  set: function (v) {
83149
83261
  this.ensureHeaderTextMargin();
83150
- this.i.ai5.right = +v;
83262
+ var __nv = +v;
83263
+ if (this.i.ai5.right === __nv) {
83264
+ return;
83265
+ }
83266
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83267
+ __copy.right = __nv;
83268
+ __copy.bottom = this.i.ai5.bottom;
83269
+ __copy.left = this.i.ai5.left;
83270
+ __copy.top = this.i.ai5.top;
83271
+ this.i.ai5 = __copy;
83151
83272
  this._a("headerTextMarginRight", this.i.ai5.right);
83152
- this.i.ai5 = this.i.ai5;
83153
83273
  },
83154
83274
  enumerable: false,
83155
83275
  configurable: true
@@ -83160,9 +83280,17 @@
83160
83280
  },
83161
83281
  set: function (v) {
83162
83282
  this.ensureHeaderTextMargin();
83163
- this.i.ai5.top = +v;
83283
+ var __nv = +v;
83284
+ if (this.i.ai5.top === __nv) {
83285
+ return;
83286
+ }
83287
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83288
+ __copy.top = __nv;
83289
+ __copy.bottom = this.i.ai5.bottom;
83290
+ __copy.left = this.i.ai5.left;
83291
+ __copy.right = this.i.ai5.right;
83292
+ this.i.ai5 = __copy;
83164
83293
  this._a("headerTextMarginTop", this.i.ai5.top);
83165
- this.i.ai5 = this.i.ai5;
83166
83294
  },
83167
83295
  enumerable: false,
83168
83296
  configurable: true
@@ -83179,9 +83307,17 @@
83179
83307
  },
83180
83308
  set: function (v) {
83181
83309
  this.ensureHeaderRowMargin();
83182
- this.i.ai4.bottom = +v;
83310
+ var __nv = +v;
83311
+ if (this.i.ai4.bottom === __nv) {
83312
+ return;
83313
+ }
83314
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83315
+ __copy.bottom = __nv;
83316
+ __copy.left = this.i.ai4.left;
83317
+ __copy.right = this.i.ai4.right;
83318
+ __copy.top = this.i.ai4.top;
83319
+ this.i.ai4 = __copy;
83183
83320
  this._a("headerRowMarginBottom", this.i.ai4.bottom);
83184
- this.i.ai4 = this.i.ai4;
83185
83321
  },
83186
83322
  enumerable: false,
83187
83323
  configurable: true
@@ -83192,9 +83328,17 @@
83192
83328
  },
83193
83329
  set: function (v) {
83194
83330
  this.ensureHeaderRowMargin();
83195
- this.i.ai4.left = +v;
83331
+ var __nv = +v;
83332
+ if (this.i.ai4.left === __nv) {
83333
+ return;
83334
+ }
83335
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83336
+ __copy.left = __nv;
83337
+ __copy.bottom = this.i.ai4.bottom;
83338
+ __copy.right = this.i.ai4.right;
83339
+ __copy.top = this.i.ai4.top;
83340
+ this.i.ai4 = __copy;
83196
83341
  this._a("headerRowMarginLeft", this.i.ai4.left);
83197
- this.i.ai4 = this.i.ai4;
83198
83342
  },
83199
83343
  enumerable: false,
83200
83344
  configurable: true
@@ -83205,9 +83349,17 @@
83205
83349
  },
83206
83350
  set: function (v) {
83207
83351
  this.ensureHeaderRowMargin();
83208
- this.i.ai4.right = +v;
83352
+ var __nv = +v;
83353
+ if (this.i.ai4.right === __nv) {
83354
+ return;
83355
+ }
83356
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83357
+ __copy.right = __nv;
83358
+ __copy.bottom = this.i.ai4.bottom;
83359
+ __copy.left = this.i.ai4.left;
83360
+ __copy.top = this.i.ai4.top;
83361
+ this.i.ai4 = __copy;
83209
83362
  this._a("headerRowMarginRight", this.i.ai4.right);
83210
- this.i.ai4 = this.i.ai4;
83211
83363
  },
83212
83364
  enumerable: false,
83213
83365
  configurable: true
@@ -83218,9 +83370,17 @@
83218
83370
  },
83219
83371
  set: function (v) {
83220
83372
  this.ensureHeaderRowMargin();
83221
- this.i.ai4.top = +v;
83373
+ var __nv = +v;
83374
+ if (this.i.ai4.top === __nv) {
83375
+ return;
83376
+ }
83377
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83378
+ __copy.top = __nv;
83379
+ __copy.bottom = this.i.ai4.bottom;
83380
+ __copy.left = this.i.ai4.left;
83381
+ __copy.right = this.i.ai4.right;
83382
+ this.i.ai4 = __copy;
83222
83383
  this._a("headerRowMarginTop", this.i.ai4.top);
83223
- this.i.ai4 = this.i.ai4;
83224
83384
  },
83225
83385
  enumerable: false,
83226
83386
  configurable: true
@@ -83298,9 +83458,17 @@
83298
83458
  },
83299
83459
  set: function (v) {
83300
83460
  this.ensureGroupTextMargin();
83301
- this.i.ai3.bottom = +v;
83461
+ var __nv = +v;
83462
+ if (this.i.ai3.bottom === __nv) {
83463
+ return;
83464
+ }
83465
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83466
+ __copy.bottom = __nv;
83467
+ __copy.left = this.i.ai3.left;
83468
+ __copy.right = this.i.ai3.right;
83469
+ __copy.top = this.i.ai3.top;
83470
+ this.i.ai3 = __copy;
83302
83471
  this._a("groupTextMarginBottom", this.i.ai3.bottom);
83303
- this.i.ai3 = this.i.ai3;
83304
83472
  },
83305
83473
  enumerable: false,
83306
83474
  configurable: true
@@ -83311,9 +83479,17 @@
83311
83479
  },
83312
83480
  set: function (v) {
83313
83481
  this.ensureGroupTextMargin();
83314
- this.i.ai3.left = +v;
83482
+ var __nv = +v;
83483
+ if (this.i.ai3.left === __nv) {
83484
+ return;
83485
+ }
83486
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83487
+ __copy.left = __nv;
83488
+ __copy.bottom = this.i.ai3.bottom;
83489
+ __copy.right = this.i.ai3.right;
83490
+ __copy.top = this.i.ai3.top;
83491
+ this.i.ai3 = __copy;
83315
83492
  this._a("groupTextMarginLeft", this.i.ai3.left);
83316
- this.i.ai3 = this.i.ai3;
83317
83493
  },
83318
83494
  enumerable: false,
83319
83495
  configurable: true
@@ -83324,9 +83500,17 @@
83324
83500
  },
83325
83501
  set: function (v) {
83326
83502
  this.ensureGroupTextMargin();
83327
- this.i.ai3.right = +v;
83503
+ var __nv = +v;
83504
+ if (this.i.ai3.right === __nv) {
83505
+ return;
83506
+ }
83507
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83508
+ __copy.right = __nv;
83509
+ __copy.bottom = this.i.ai3.bottom;
83510
+ __copy.left = this.i.ai3.left;
83511
+ __copy.top = this.i.ai3.top;
83512
+ this.i.ai3 = __copy;
83328
83513
  this._a("groupTextMarginRight", this.i.ai3.right);
83329
- this.i.ai3 = this.i.ai3;
83330
83514
  },
83331
83515
  enumerable: false,
83332
83516
  configurable: true
@@ -83337,9 +83521,17 @@
83337
83521
  },
83338
83522
  set: function (v) {
83339
83523
  this.ensureGroupTextMargin();
83340
- this.i.ai3.top = +v;
83524
+ var __nv = +v;
83525
+ if (this.i.ai3.top === __nv) {
83526
+ return;
83527
+ }
83528
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83529
+ __copy.top = __nv;
83530
+ __copy.bottom = this.i.ai3.bottom;
83531
+ __copy.left = this.i.ai3.left;
83532
+ __copy.right = this.i.ai3.right;
83533
+ this.i.ai3 = __copy;
83341
83534
  this._a("groupTextMarginTop", this.i.ai3.top);
83342
- this.i.ai3 = this.i.ai3;
83343
83535
  },
83344
83536
  enumerable: false,
83345
83537
  configurable: true
@@ -83356,9 +83548,17 @@
83356
83548
  },
83357
83549
  set: function (v) {
83358
83550
  this.ensureGroupRowMargin();
83359
- this.i.ai2.bottom = +v;
83551
+ var __nv = +v;
83552
+ if (this.i.ai2.bottom === __nv) {
83553
+ return;
83554
+ }
83555
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83556
+ __copy.bottom = __nv;
83557
+ __copy.left = this.i.ai2.left;
83558
+ __copy.right = this.i.ai2.right;
83559
+ __copy.top = this.i.ai2.top;
83560
+ this.i.ai2 = __copy;
83360
83561
  this._a("groupRowMarginBottom", this.i.ai2.bottom);
83361
- this.i.ai2 = this.i.ai2;
83362
83562
  },
83363
83563
  enumerable: false,
83364
83564
  configurable: true
@@ -83369,9 +83569,17 @@
83369
83569
  },
83370
83570
  set: function (v) {
83371
83571
  this.ensureGroupRowMargin();
83372
- this.i.ai2.left = +v;
83572
+ var __nv = +v;
83573
+ if (this.i.ai2.left === __nv) {
83574
+ return;
83575
+ }
83576
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83577
+ __copy.left = __nv;
83578
+ __copy.bottom = this.i.ai2.bottom;
83579
+ __copy.right = this.i.ai2.right;
83580
+ __copy.top = this.i.ai2.top;
83581
+ this.i.ai2 = __copy;
83373
83582
  this._a("groupRowMarginLeft", this.i.ai2.left);
83374
- this.i.ai2 = this.i.ai2;
83375
83583
  },
83376
83584
  enumerable: false,
83377
83585
  configurable: true
@@ -83382,9 +83590,17 @@
83382
83590
  },
83383
83591
  set: function (v) {
83384
83592
  this.ensureGroupRowMargin();
83385
- this.i.ai2.right = +v;
83593
+ var __nv = +v;
83594
+ if (this.i.ai2.right === __nv) {
83595
+ return;
83596
+ }
83597
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83598
+ __copy.right = __nv;
83599
+ __copy.bottom = this.i.ai2.bottom;
83600
+ __copy.left = this.i.ai2.left;
83601
+ __copy.top = this.i.ai2.top;
83602
+ this.i.ai2 = __copy;
83386
83603
  this._a("groupRowMarginRight", this.i.ai2.right);
83387
- this.i.ai2 = this.i.ai2;
83388
83604
  },
83389
83605
  enumerable: false,
83390
83606
  configurable: true
@@ -83395,9 +83611,17 @@
83395
83611
  },
83396
83612
  set: function (v) {
83397
83613
  this.ensureGroupRowMargin();
83398
- this.i.ai2.top = +v;
83614
+ var __nv = +v;
83615
+ if (this.i.ai2.top === __nv) {
83616
+ return;
83617
+ }
83618
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83619
+ __copy.top = __nv;
83620
+ __copy.bottom = this.i.ai2.bottom;
83621
+ __copy.left = this.i.ai2.left;
83622
+ __copy.right = this.i.ai2.right;
83623
+ this.i.ai2 = __copy;
83399
83624
  this._a("groupRowMarginTop", this.i.ai2.top);
83400
- this.i.ai2 = this.i.ai2;
83401
83625
  },
83402
83626
  enumerable: false,
83403
83627
  configurable: true
@@ -83493,9 +83717,17 @@
83493
83717
  },
83494
83718
  set: function (v) {
83495
83719
  this.ensureSummaryTitleTextMargin();
83496
- this.i.ai8.bottom = +v;
83720
+ var __nv = +v;
83721
+ if (this.i.ai8.bottom === __nv) {
83722
+ return;
83723
+ }
83724
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83725
+ __copy.bottom = __nv;
83726
+ __copy.left = this.i.ai8.left;
83727
+ __copy.right = this.i.ai8.right;
83728
+ __copy.top = this.i.ai8.top;
83729
+ this.i.ai8 = __copy;
83497
83730
  this._a("summaryTitleTextMarginBottom", this.i.ai8.bottom);
83498
- this.i.ai8 = this.i.ai8;
83499
83731
  },
83500
83732
  enumerable: false,
83501
83733
  configurable: true
@@ -83506,9 +83738,17 @@
83506
83738
  },
83507
83739
  set: function (v) {
83508
83740
  this.ensureSummaryTitleTextMargin();
83509
- this.i.ai8.left = +v;
83741
+ var __nv = +v;
83742
+ if (this.i.ai8.left === __nv) {
83743
+ return;
83744
+ }
83745
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83746
+ __copy.left = __nv;
83747
+ __copy.bottom = this.i.ai8.bottom;
83748
+ __copy.right = this.i.ai8.right;
83749
+ __copy.top = this.i.ai8.top;
83750
+ this.i.ai8 = __copy;
83510
83751
  this._a("summaryTitleTextMarginLeft", this.i.ai8.left);
83511
- this.i.ai8 = this.i.ai8;
83512
83752
  },
83513
83753
  enumerable: false,
83514
83754
  configurable: true
@@ -83519,9 +83759,17 @@
83519
83759
  },
83520
83760
  set: function (v) {
83521
83761
  this.ensureSummaryTitleTextMargin();
83522
- this.i.ai8.right = +v;
83762
+ var __nv = +v;
83763
+ if (this.i.ai8.right === __nv) {
83764
+ return;
83765
+ }
83766
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83767
+ __copy.right = __nv;
83768
+ __copy.bottom = this.i.ai8.bottom;
83769
+ __copy.left = this.i.ai8.left;
83770
+ __copy.top = this.i.ai8.top;
83771
+ this.i.ai8 = __copy;
83523
83772
  this._a("summaryTitleTextMarginRight", this.i.ai8.right);
83524
- this.i.ai8 = this.i.ai8;
83525
83773
  },
83526
83774
  enumerable: false,
83527
83775
  configurable: true
@@ -83532,9 +83780,17 @@
83532
83780
  },
83533
83781
  set: function (v) {
83534
83782
  this.ensureSummaryTitleTextMargin();
83535
- this.i.ai8.top = +v;
83783
+ var __nv = +v;
83784
+ if (this.i.ai8.top === __nv) {
83785
+ return;
83786
+ }
83787
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83788
+ __copy.top = __nv;
83789
+ __copy.bottom = this.i.ai8.bottom;
83790
+ __copy.left = this.i.ai8.left;
83791
+ __copy.right = this.i.ai8.right;
83792
+ this.i.ai8 = __copy;
83536
83793
  this._a("summaryTitleTextMarginTop", this.i.ai8.top);
83537
- this.i.ai8 = this.i.ai8;
83538
83794
  },
83539
83795
  enumerable: false,
83540
83796
  configurable: true
@@ -83551,9 +83807,17 @@
83551
83807
  },
83552
83808
  set: function (v) {
83553
83809
  this.ensureSummaryRowMargin();
83554
- this.i.ai7.bottom = +v;
83810
+ var __nv = +v;
83811
+ if (this.i.ai7.bottom === __nv) {
83812
+ return;
83813
+ }
83814
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83815
+ __copy.bottom = __nv;
83816
+ __copy.left = this.i.ai7.left;
83817
+ __copy.right = this.i.ai7.right;
83818
+ __copy.top = this.i.ai7.top;
83819
+ this.i.ai7 = __copy;
83555
83820
  this._a("summaryRowMarginBottom", this.i.ai7.bottom);
83556
- this.i.ai7 = this.i.ai7;
83557
83821
  },
83558
83822
  enumerable: false,
83559
83823
  configurable: true
@@ -83564,9 +83828,17 @@
83564
83828
  },
83565
83829
  set: function (v) {
83566
83830
  this.ensureSummaryRowMargin();
83567
- this.i.ai7.left = +v;
83831
+ var __nv = +v;
83832
+ if (this.i.ai7.left === __nv) {
83833
+ return;
83834
+ }
83835
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83836
+ __copy.left = __nv;
83837
+ __copy.bottom = this.i.ai7.bottom;
83838
+ __copy.right = this.i.ai7.right;
83839
+ __copy.top = this.i.ai7.top;
83840
+ this.i.ai7 = __copy;
83568
83841
  this._a("summaryRowMarginLeft", this.i.ai7.left);
83569
- this.i.ai7 = this.i.ai7;
83570
83842
  },
83571
83843
  enumerable: false,
83572
83844
  configurable: true
@@ -83577,9 +83849,17 @@
83577
83849
  },
83578
83850
  set: function (v) {
83579
83851
  this.ensureSummaryRowMargin();
83580
- this.i.ai7.right = +v;
83852
+ var __nv = +v;
83853
+ if (this.i.ai7.right === __nv) {
83854
+ return;
83855
+ }
83856
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83857
+ __copy.right = __nv;
83858
+ __copy.bottom = this.i.ai7.bottom;
83859
+ __copy.left = this.i.ai7.left;
83860
+ __copy.top = this.i.ai7.top;
83861
+ this.i.ai7 = __copy;
83581
83862
  this._a("summaryRowMarginRight", this.i.ai7.right);
83582
- this.i.ai7 = this.i.ai7;
83583
83863
  },
83584
83864
  enumerable: false,
83585
83865
  configurable: true
@@ -83590,9 +83870,17 @@
83590
83870
  },
83591
83871
  set: function (v) {
83592
83872
  this.ensureSummaryRowMargin();
83593
- this.i.ai7.top = +v;
83873
+ var __nv = +v;
83874
+ if (this.i.ai7.top === __nv) {
83875
+ return;
83876
+ }
83877
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
83878
+ __copy.top = __nv;
83879
+ __copy.bottom = this.i.ai7.bottom;
83880
+ __copy.left = this.i.ai7.left;
83881
+ __copy.right = this.i.ai7.right;
83882
+ this.i.ai7 = __copy;
83594
83883
  this._a("summaryRowMarginTop", this.i.ai7.top);
83595
- this.i.ai7 = this.i.ai7;
83596
83884
  },
83597
83885
  enumerable: false,
83598
83886
  configurable: true
@@ -83734,9 +84022,17 @@
83734
84022
  },
83735
84023
  set: function (v) {
83736
84024
  this.ensureBadgeMargin();
83737
- this.i.ai1.bottom = +v;
84025
+ var __nv = +v;
84026
+ if (this.i.ai1.bottom === __nv) {
84027
+ return;
84028
+ }
84029
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84030
+ __copy.bottom = __nv;
84031
+ __copy.left = this.i.ai1.left;
84032
+ __copy.right = this.i.ai1.right;
84033
+ __copy.top = this.i.ai1.top;
84034
+ this.i.ai1 = __copy;
83738
84035
  this._a("badgeMarginBottom", this.i.ai1.bottom);
83739
- this.i.ai1 = this.i.ai1;
83740
84036
  },
83741
84037
  enumerable: false,
83742
84038
  configurable: true
@@ -83747,9 +84043,17 @@
83747
84043
  },
83748
84044
  set: function (v) {
83749
84045
  this.ensureBadgeMargin();
83750
- this.i.ai1.left = +v;
84046
+ var __nv = +v;
84047
+ if (this.i.ai1.left === __nv) {
84048
+ return;
84049
+ }
84050
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84051
+ __copy.left = __nv;
84052
+ __copy.bottom = this.i.ai1.bottom;
84053
+ __copy.right = this.i.ai1.right;
84054
+ __copy.top = this.i.ai1.top;
84055
+ this.i.ai1 = __copy;
83751
84056
  this._a("badgeMarginLeft", this.i.ai1.left);
83752
- this.i.ai1 = this.i.ai1;
83753
84057
  },
83754
84058
  enumerable: false,
83755
84059
  configurable: true
@@ -83760,9 +84064,17 @@
83760
84064
  },
83761
84065
  set: function (v) {
83762
84066
  this.ensureBadgeMargin();
83763
- this.i.ai1.right = +v;
84067
+ var __nv = +v;
84068
+ if (this.i.ai1.right === __nv) {
84069
+ return;
84070
+ }
84071
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84072
+ __copy.right = __nv;
84073
+ __copy.bottom = this.i.ai1.bottom;
84074
+ __copy.left = this.i.ai1.left;
84075
+ __copy.top = this.i.ai1.top;
84076
+ this.i.ai1 = __copy;
83764
84077
  this._a("badgeMarginRight", this.i.ai1.right);
83765
- this.i.ai1 = this.i.ai1;
83766
84078
  },
83767
84079
  enumerable: false,
83768
84080
  configurable: true
@@ -83773,9 +84085,17 @@
83773
84085
  },
83774
84086
  set: function (v) {
83775
84087
  this.ensureBadgeMargin();
83776
- this.i.ai1.top = +v;
84088
+ var __nv = +v;
84089
+ if (this.i.ai1.top === __nv) {
84090
+ return;
84091
+ }
84092
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84093
+ __copy.top = __nv;
84094
+ __copy.bottom = this.i.ai1.bottom;
84095
+ __copy.left = this.i.ai1.left;
84096
+ __copy.right = this.i.ai1.right;
84097
+ this.i.ai1 = __copy;
83777
84098
  this._a("badgeMarginTop", this.i.ai1.top);
83778
- this.i.ai1 = this.i.ai1;
83779
84099
  },
83780
84100
  enumerable: false,
83781
84101
  configurable: true
@@ -83861,9 +84181,17 @@
83861
84181
  },
83862
84182
  set: function (v) {
83863
84183
  this.ensureUnitsTextMargin();
83864
- this.i.aja.bottom = +v;
84184
+ var __nv = +v;
84185
+ if (this.i.aja.bottom === __nv) {
84186
+ return;
84187
+ }
84188
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84189
+ __copy.bottom = __nv;
84190
+ __copy.left = this.i.aja.left;
84191
+ __copy.right = this.i.aja.right;
84192
+ __copy.top = this.i.aja.top;
84193
+ this.i.aja = __copy;
83865
84194
  this._a("unitsTextMarginBottom", this.i.aja.bottom);
83866
- this.i.aja = this.i.aja;
83867
84195
  },
83868
84196
  enumerable: false,
83869
84197
  configurable: true
@@ -83874,9 +84202,17 @@
83874
84202
  },
83875
84203
  set: function (v) {
83876
84204
  this.ensureUnitsTextMargin();
83877
- this.i.aja.left = +v;
84205
+ var __nv = +v;
84206
+ if (this.i.aja.left === __nv) {
84207
+ return;
84208
+ }
84209
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84210
+ __copy.left = __nv;
84211
+ __copy.bottom = this.i.aja.bottom;
84212
+ __copy.right = this.i.aja.right;
84213
+ __copy.top = this.i.aja.top;
84214
+ this.i.aja = __copy;
83878
84215
  this._a("unitsTextMarginLeft", this.i.aja.left);
83879
- this.i.aja = this.i.aja;
83880
84216
  },
83881
84217
  enumerable: false,
83882
84218
  configurable: true
@@ -83887,9 +84223,17 @@
83887
84223
  },
83888
84224
  set: function (v) {
83889
84225
  this.ensureUnitsTextMargin();
83890
- this.i.aja.right = +v;
84226
+ var __nv = +v;
84227
+ if (this.i.aja.right === __nv) {
84228
+ return;
84229
+ }
84230
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84231
+ __copy.right = __nv;
84232
+ __copy.bottom = this.i.aja.bottom;
84233
+ __copy.left = this.i.aja.left;
84234
+ __copy.top = this.i.aja.top;
84235
+ this.i.aja = __copy;
83891
84236
  this._a("unitsTextMarginRight", this.i.aja.right);
83892
- this.i.aja = this.i.aja;
83893
84237
  },
83894
84238
  enumerable: false,
83895
84239
  configurable: true
@@ -83900,9 +84244,17 @@
83900
84244
  },
83901
84245
  set: function (v) {
83902
84246
  this.ensureUnitsTextMargin();
83903
- this.i.aja.top = +v;
84247
+ var __nv = +v;
84248
+ if (this.i.aja.top === __nv) {
84249
+ return;
84250
+ }
84251
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84252
+ __copy.top = __nv;
84253
+ __copy.bottom = this.i.aja.bottom;
84254
+ __copy.left = this.i.aja.left;
84255
+ __copy.right = this.i.aja.right;
84256
+ this.i.aja = __copy;
83904
84257
  this._a("unitsTextMarginTop", this.i.aja.top);
83905
- this.i.aja = this.i.aja;
83906
84258
  },
83907
84259
  enumerable: false,
83908
84260
  configurable: true
@@ -83938,9 +84290,17 @@
83938
84290
  },
83939
84291
  set: function (v) {
83940
84292
  this.ensureTitleTextMargin();
83941
- this.i.ai9.bottom = +v;
84293
+ var __nv = +v;
84294
+ if (this.i.ai9.bottom === __nv) {
84295
+ return;
84296
+ }
84297
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84298
+ __copy.bottom = __nv;
84299
+ __copy.left = this.i.ai9.left;
84300
+ __copy.right = this.i.ai9.right;
84301
+ __copy.top = this.i.ai9.top;
84302
+ this.i.ai9 = __copy;
83942
84303
  this._a("titleTextMarginBottom", this.i.ai9.bottom);
83943
- this.i.ai9 = this.i.ai9;
83944
84304
  },
83945
84305
  enumerable: false,
83946
84306
  configurable: true
@@ -83951,9 +84311,17 @@
83951
84311
  },
83952
84312
  set: function (v) {
83953
84313
  this.ensureTitleTextMargin();
83954
- this.i.ai9.left = +v;
84314
+ var __nv = +v;
84315
+ if (this.i.ai9.left === __nv) {
84316
+ return;
84317
+ }
84318
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84319
+ __copy.left = __nv;
84320
+ __copy.bottom = this.i.ai9.bottom;
84321
+ __copy.right = this.i.ai9.right;
84322
+ __copy.top = this.i.ai9.top;
84323
+ this.i.ai9 = __copy;
83955
84324
  this._a("titleTextMarginLeft", this.i.ai9.left);
83956
- this.i.ai9 = this.i.ai9;
83957
84325
  },
83958
84326
  enumerable: false,
83959
84327
  configurable: true
@@ -83964,9 +84332,17 @@
83964
84332
  },
83965
84333
  set: function (v) {
83966
84334
  this.ensureTitleTextMargin();
83967
- this.i.ai9.right = +v;
84335
+ var __nv = +v;
84336
+ if (this.i.ai9.right === __nv) {
84337
+ return;
84338
+ }
84339
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84340
+ __copy.right = __nv;
84341
+ __copy.bottom = this.i.ai9.bottom;
84342
+ __copy.left = this.i.ai9.left;
84343
+ __copy.top = this.i.ai9.top;
84344
+ this.i.ai9 = __copy;
83968
84345
  this._a("titleTextMarginRight", this.i.ai9.right);
83969
- this.i.ai9 = this.i.ai9;
83970
84346
  },
83971
84347
  enumerable: false,
83972
84348
  configurable: true
@@ -83977,9 +84353,17 @@
83977
84353
  },
83978
84354
  set: function (v) {
83979
84355
  this.ensureTitleTextMargin();
83980
- this.i.ai9.top = +v;
84356
+ var __nv = +v;
84357
+ if (this.i.ai9.top === __nv) {
84358
+ return;
84359
+ }
84360
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84361
+ __copy.top = __nv;
84362
+ __copy.bottom = this.i.ai9.bottom;
84363
+ __copy.left = this.i.ai9.left;
84364
+ __copy.right = this.i.ai9.right;
84365
+ this.i.ai9 = __copy;
83981
84366
  this._a("titleTextMarginTop", this.i.ai9.top);
83982
- this.i.ai9 = this.i.ai9;
83983
84367
  },
83984
84368
  enumerable: false,
83985
84369
  configurable: true
@@ -84057,9 +84441,17 @@
84057
84441
  },
84058
84442
  set: function (v) {
84059
84443
  this.ensureLabelTextMargin();
84060
- this.i.ai6.bottom = +v;
84444
+ var __nv = +v;
84445
+ if (this.i.ai6.bottom === __nv) {
84446
+ return;
84447
+ }
84448
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84449
+ __copy.bottom = __nv;
84450
+ __copy.left = this.i.ai6.left;
84451
+ __copy.right = this.i.ai6.right;
84452
+ __copy.top = this.i.ai6.top;
84453
+ this.i.ai6 = __copy;
84061
84454
  this._a("labelTextMarginBottom", this.i.ai6.bottom);
84062
- this.i.ai6 = this.i.ai6;
84063
84455
  },
84064
84456
  enumerable: false,
84065
84457
  configurable: true
@@ -84070,9 +84462,17 @@
84070
84462
  },
84071
84463
  set: function (v) {
84072
84464
  this.ensureLabelTextMargin();
84073
- this.i.ai6.left = +v;
84465
+ var __nv = +v;
84466
+ if (this.i.ai6.left === __nv) {
84467
+ return;
84468
+ }
84469
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84470
+ __copy.left = __nv;
84471
+ __copy.bottom = this.i.ai6.bottom;
84472
+ __copy.right = this.i.ai6.right;
84473
+ __copy.top = this.i.ai6.top;
84474
+ this.i.ai6 = __copy;
84074
84475
  this._a("labelTextMarginLeft", this.i.ai6.left);
84075
- this.i.ai6 = this.i.ai6;
84076
84476
  },
84077
84477
  enumerable: false,
84078
84478
  configurable: true
@@ -84083,9 +84483,17 @@
84083
84483
  },
84084
84484
  set: function (v) {
84085
84485
  this.ensureLabelTextMargin();
84086
- this.i.ai6.right = +v;
84486
+ var __nv = +v;
84487
+ if (this.i.ai6.right === __nv) {
84488
+ return;
84489
+ }
84490
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84491
+ __copy.right = __nv;
84492
+ __copy.bottom = this.i.ai6.bottom;
84493
+ __copy.left = this.i.ai6.left;
84494
+ __copy.top = this.i.ai6.top;
84495
+ this.i.ai6 = __copy;
84087
84496
  this._a("labelTextMarginRight", this.i.ai6.right);
84088
- this.i.ai6 = this.i.ai6;
84089
84497
  },
84090
84498
  enumerable: false,
84091
84499
  configurable: true
@@ -84096,9 +84504,17 @@
84096
84504
  },
84097
84505
  set: function (v) {
84098
84506
  this.ensureLabelTextMargin();
84099
- this.i.ai6.top = +v;
84507
+ var __nv = +v;
84508
+ if (this.i.ai6.top === __nv) {
84509
+ return;
84510
+ }
84511
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
84512
+ __copy.top = __nv;
84513
+ __copy.bottom = this.i.ai6.bottom;
84514
+ __copy.left = this.i.ai6.left;
84515
+ __copy.right = this.i.ai6.right;
84516
+ this.i.ai6 = __copy;
84100
84517
  this._a("labelTextMarginTop", this.i.ai6.top);
84101
- this.i.ai6 = this.i.ai6;
84102
84518
  },
84103
84519
  enumerable: false,
84104
84520
  configurable: true
@@ -85007,9 +85423,17 @@
85007
85423
  },
85008
85424
  set: function (v) {
85009
85425
  this.ensureActualBorderThickness();
85010
- this.i.jr.bottom = +v;
85426
+ var __nv = +v;
85427
+ if (this.i.jr.bottom === __nv) {
85428
+ return;
85429
+ }
85430
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85431
+ __copy.bottom = __nv;
85432
+ __copy.left = this.i.jr.left;
85433
+ __copy.right = this.i.jr.right;
85434
+ __copy.top = this.i.jr.top;
85435
+ this.i.jr = __copy;
85011
85436
  this._a("actualBorderThicknessBottom", this.i.jr.bottom);
85012
- this.i.jr = this.i.jr;
85013
85437
  },
85014
85438
  enumerable: false,
85015
85439
  configurable: true
@@ -85020,9 +85444,17 @@
85020
85444
  },
85021
85445
  set: function (v) {
85022
85446
  this.ensureActualBorderThickness();
85023
- this.i.jr.left = +v;
85447
+ var __nv = +v;
85448
+ if (this.i.jr.left === __nv) {
85449
+ return;
85450
+ }
85451
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85452
+ __copy.left = __nv;
85453
+ __copy.bottom = this.i.jr.bottom;
85454
+ __copy.right = this.i.jr.right;
85455
+ __copy.top = this.i.jr.top;
85456
+ this.i.jr = __copy;
85024
85457
  this._a("actualBorderThicknessLeft", this.i.jr.left);
85025
- this.i.jr = this.i.jr;
85026
85458
  },
85027
85459
  enumerable: false,
85028
85460
  configurable: true
@@ -85033,9 +85465,17 @@
85033
85465
  },
85034
85466
  set: function (v) {
85035
85467
  this.ensureActualBorderThickness();
85036
- this.i.jr.right = +v;
85468
+ var __nv = +v;
85469
+ if (this.i.jr.right === __nv) {
85470
+ return;
85471
+ }
85472
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85473
+ __copy.right = __nv;
85474
+ __copy.bottom = this.i.jr.bottom;
85475
+ __copy.left = this.i.jr.left;
85476
+ __copy.top = this.i.jr.top;
85477
+ this.i.jr = __copy;
85037
85478
  this._a("actualBorderThicknessRight", this.i.jr.right);
85038
- this.i.jr = this.i.jr;
85039
85479
  },
85040
85480
  enumerable: false,
85041
85481
  configurable: true
@@ -85046,9 +85486,17 @@
85046
85486
  },
85047
85487
  set: function (v) {
85048
85488
  this.ensureActualBorderThickness();
85049
- this.i.jr.top = +v;
85489
+ var __nv = +v;
85490
+ if (this.i.jr.top === __nv) {
85491
+ return;
85492
+ }
85493
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85494
+ __copy.top = __nv;
85495
+ __copy.bottom = this.i.jr.bottom;
85496
+ __copy.left = this.i.jr.left;
85497
+ __copy.right = this.i.jr.right;
85498
+ this.i.jr = __copy;
85050
85499
  this._a("actualBorderThicknessTop", this.i.jr.top);
85051
- this.i.jr = this.i.jr;
85052
85500
  },
85053
85501
  enumerable: false,
85054
85502
  configurable: true
@@ -85297,9 +85745,17 @@
85297
85745
  },
85298
85746
  set: function (v) {
85299
85747
  this.ensureValueRowMargin();
85300
- this.i.j4.bottom = +v;
85748
+ var __nv = +v;
85749
+ if (this.i.j4.bottom === __nv) {
85750
+ return;
85751
+ }
85752
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85753
+ __copy.bottom = __nv;
85754
+ __copy.left = this.i.j4.left;
85755
+ __copy.right = this.i.j4.right;
85756
+ __copy.top = this.i.j4.top;
85757
+ this.i.j4 = __copy;
85301
85758
  this._a("valueRowMarginBottom", this.i.j4.bottom);
85302
- this.i.j4 = this.i.j4;
85303
85759
  },
85304
85760
  enumerable: false,
85305
85761
  configurable: true
@@ -85310,9 +85766,17 @@
85310
85766
  },
85311
85767
  set: function (v) {
85312
85768
  this.ensureValueRowMargin();
85313
- this.i.j4.left = +v;
85769
+ var __nv = +v;
85770
+ if (this.i.j4.left === __nv) {
85771
+ return;
85772
+ }
85773
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85774
+ __copy.left = __nv;
85775
+ __copy.bottom = this.i.j4.bottom;
85776
+ __copy.right = this.i.j4.right;
85777
+ __copy.top = this.i.j4.top;
85778
+ this.i.j4 = __copy;
85314
85779
  this._a("valueRowMarginLeft", this.i.j4.left);
85315
- this.i.j4 = this.i.j4;
85316
85780
  },
85317
85781
  enumerable: false,
85318
85782
  configurable: true
@@ -85323,9 +85787,17 @@
85323
85787
  },
85324
85788
  set: function (v) {
85325
85789
  this.ensureValueRowMargin();
85326
- this.i.j4.right = +v;
85790
+ var __nv = +v;
85791
+ if (this.i.j4.right === __nv) {
85792
+ return;
85793
+ }
85794
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85795
+ __copy.right = __nv;
85796
+ __copy.bottom = this.i.j4.bottom;
85797
+ __copy.left = this.i.j4.left;
85798
+ __copy.top = this.i.j4.top;
85799
+ this.i.j4 = __copy;
85327
85800
  this._a("valueRowMarginRight", this.i.j4.right);
85328
- this.i.j4 = this.i.j4;
85329
85801
  },
85330
85802
  enumerable: false,
85331
85803
  configurable: true
@@ -85336,9 +85808,17 @@
85336
85808
  },
85337
85809
  set: function (v) {
85338
85810
  this.ensureValueRowMargin();
85339
- this.i.j4.top = +v;
85811
+ var __nv = +v;
85812
+ if (this.i.j4.top === __nv) {
85813
+ return;
85814
+ }
85815
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85816
+ __copy.top = __nv;
85817
+ __copy.bottom = this.i.j4.bottom;
85818
+ __copy.left = this.i.j4.left;
85819
+ __copy.right = this.i.j4.right;
85820
+ this.i.j4 = __copy;
85340
85821
  this._a("valueRowMarginTop", this.i.j4.top);
85341
- this.i.j4 = this.i.j4;
85342
85822
  },
85343
85823
  enumerable: false,
85344
85824
  configurable: true
@@ -85396,9 +85876,17 @@
85396
85876
  },
85397
85877
  set: function (v) {
85398
85878
  this.ensureValueTextMargin();
85399
- this.i.j5.bottom = +v;
85879
+ var __nv = +v;
85880
+ if (this.i.j5.bottom === __nv) {
85881
+ return;
85882
+ }
85883
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85884
+ __copy.bottom = __nv;
85885
+ __copy.left = this.i.j5.left;
85886
+ __copy.right = this.i.j5.right;
85887
+ __copy.top = this.i.j5.top;
85888
+ this.i.j5 = __copy;
85400
85889
  this._a("valueTextMarginBottom", this.i.j5.bottom);
85401
- this.i.j5 = this.i.j5;
85402
85890
  },
85403
85891
  enumerable: false,
85404
85892
  configurable: true
@@ -85409,9 +85897,17 @@
85409
85897
  },
85410
85898
  set: function (v) {
85411
85899
  this.ensureValueTextMargin();
85412
- this.i.j5.left = +v;
85900
+ var __nv = +v;
85901
+ if (this.i.j5.left === __nv) {
85902
+ return;
85903
+ }
85904
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85905
+ __copy.left = __nv;
85906
+ __copy.bottom = this.i.j5.bottom;
85907
+ __copy.right = this.i.j5.right;
85908
+ __copy.top = this.i.j5.top;
85909
+ this.i.j5 = __copy;
85413
85910
  this._a("valueTextMarginLeft", this.i.j5.left);
85414
- this.i.j5 = this.i.j5;
85415
85911
  },
85416
85912
  enumerable: false,
85417
85913
  configurable: true
@@ -85422,9 +85918,17 @@
85422
85918
  },
85423
85919
  set: function (v) {
85424
85920
  this.ensureValueTextMargin();
85425
- this.i.j5.right = +v;
85921
+ var __nv = +v;
85922
+ if (this.i.j5.right === __nv) {
85923
+ return;
85924
+ }
85925
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85926
+ __copy.right = __nv;
85927
+ __copy.bottom = this.i.j5.bottom;
85928
+ __copy.left = this.i.j5.left;
85929
+ __copy.top = this.i.j5.top;
85930
+ this.i.j5 = __copy;
85426
85931
  this._a("valueTextMarginRight", this.i.j5.right);
85427
- this.i.j5 = this.i.j5;
85428
85932
  },
85429
85933
  enumerable: false,
85430
85934
  configurable: true
@@ -85435,9 +85939,17 @@
85435
85939
  },
85436
85940
  set: function (v) {
85437
85941
  this.ensureValueTextMargin();
85438
- this.i.j5.top = +v;
85942
+ var __nv = +v;
85943
+ if (this.i.j5.top === __nv) {
85944
+ return;
85945
+ }
85946
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
85947
+ __copy.top = __nv;
85948
+ __copy.bottom = this.i.j5.bottom;
85949
+ __copy.left = this.i.j5.left;
85950
+ __copy.right = this.i.j5.right;
85951
+ this.i.j5 = __copy;
85439
85952
  this._a("valueTextMarginTop", this.i.j5.top);
85440
- this.i.j5 = this.i.j5;
85441
85953
  },
85442
85954
  enumerable: false,
85443
85955
  configurable: true
@@ -85588,9 +86100,17 @@
85588
86100
  },
85589
86101
  set: function (v) {
85590
86102
  this.ensureHeaderTextMargin();
85591
- this.i.jx.bottom = +v;
86103
+ var __nv = +v;
86104
+ if (this.i.jx.bottom === __nv) {
86105
+ return;
86106
+ }
86107
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86108
+ __copy.bottom = __nv;
86109
+ __copy.left = this.i.jx.left;
86110
+ __copy.right = this.i.jx.right;
86111
+ __copy.top = this.i.jx.top;
86112
+ this.i.jx = __copy;
85592
86113
  this._a("headerTextMarginBottom", this.i.jx.bottom);
85593
- this.i.jx = this.i.jx;
85594
86114
  },
85595
86115
  enumerable: false,
85596
86116
  configurable: true
@@ -85601,9 +86121,17 @@
85601
86121
  },
85602
86122
  set: function (v) {
85603
86123
  this.ensureHeaderTextMargin();
85604
- this.i.jx.left = +v;
86124
+ var __nv = +v;
86125
+ if (this.i.jx.left === __nv) {
86126
+ return;
86127
+ }
86128
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86129
+ __copy.left = __nv;
86130
+ __copy.bottom = this.i.jx.bottom;
86131
+ __copy.right = this.i.jx.right;
86132
+ __copy.top = this.i.jx.top;
86133
+ this.i.jx = __copy;
85605
86134
  this._a("headerTextMarginLeft", this.i.jx.left);
85606
- this.i.jx = this.i.jx;
85607
86135
  },
85608
86136
  enumerable: false,
85609
86137
  configurable: true
@@ -85614,9 +86142,17 @@
85614
86142
  },
85615
86143
  set: function (v) {
85616
86144
  this.ensureHeaderTextMargin();
85617
- this.i.jx.right = +v;
86145
+ var __nv = +v;
86146
+ if (this.i.jx.right === __nv) {
86147
+ return;
86148
+ }
86149
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86150
+ __copy.right = __nv;
86151
+ __copy.bottom = this.i.jx.bottom;
86152
+ __copy.left = this.i.jx.left;
86153
+ __copy.top = this.i.jx.top;
86154
+ this.i.jx = __copy;
85618
86155
  this._a("headerTextMarginRight", this.i.jx.right);
85619
- this.i.jx = this.i.jx;
85620
86156
  },
85621
86157
  enumerable: false,
85622
86158
  configurable: true
@@ -85627,9 +86163,17 @@
85627
86163
  },
85628
86164
  set: function (v) {
85629
86165
  this.ensureHeaderTextMargin();
85630
- this.i.jx.top = +v;
86166
+ var __nv = +v;
86167
+ if (this.i.jx.top === __nv) {
86168
+ return;
86169
+ }
86170
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86171
+ __copy.top = __nv;
86172
+ __copy.bottom = this.i.jx.bottom;
86173
+ __copy.left = this.i.jx.left;
86174
+ __copy.right = this.i.jx.right;
86175
+ this.i.jx = __copy;
85631
86176
  this._a("headerTextMarginTop", this.i.jx.top);
85632
- this.i.jx = this.i.jx;
85633
86177
  },
85634
86178
  enumerable: false,
85635
86179
  configurable: true
@@ -85646,9 +86190,17 @@
85646
86190
  },
85647
86191
  set: function (v) {
85648
86192
  this.ensureHeaderRowMargin();
85649
- this.i.jw.bottom = +v;
86193
+ var __nv = +v;
86194
+ if (this.i.jw.bottom === __nv) {
86195
+ return;
86196
+ }
86197
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86198
+ __copy.bottom = __nv;
86199
+ __copy.left = this.i.jw.left;
86200
+ __copy.right = this.i.jw.right;
86201
+ __copy.top = this.i.jw.top;
86202
+ this.i.jw = __copy;
85650
86203
  this._a("headerRowMarginBottom", this.i.jw.bottom);
85651
- this.i.jw = this.i.jw;
85652
86204
  },
85653
86205
  enumerable: false,
85654
86206
  configurable: true
@@ -85659,9 +86211,17 @@
85659
86211
  },
85660
86212
  set: function (v) {
85661
86213
  this.ensureHeaderRowMargin();
85662
- this.i.jw.left = +v;
86214
+ var __nv = +v;
86215
+ if (this.i.jw.left === __nv) {
86216
+ return;
86217
+ }
86218
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86219
+ __copy.left = __nv;
86220
+ __copy.bottom = this.i.jw.bottom;
86221
+ __copy.right = this.i.jw.right;
86222
+ __copy.top = this.i.jw.top;
86223
+ this.i.jw = __copy;
85663
86224
  this._a("headerRowMarginLeft", this.i.jw.left);
85664
- this.i.jw = this.i.jw;
85665
86225
  },
85666
86226
  enumerable: false,
85667
86227
  configurable: true
@@ -85672,9 +86232,17 @@
85672
86232
  },
85673
86233
  set: function (v) {
85674
86234
  this.ensureHeaderRowMargin();
85675
- this.i.jw.right = +v;
86235
+ var __nv = +v;
86236
+ if (this.i.jw.right === __nv) {
86237
+ return;
86238
+ }
86239
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86240
+ __copy.right = __nv;
86241
+ __copy.bottom = this.i.jw.bottom;
86242
+ __copy.left = this.i.jw.left;
86243
+ __copy.top = this.i.jw.top;
86244
+ this.i.jw = __copy;
85676
86245
  this._a("headerRowMarginRight", this.i.jw.right);
85677
- this.i.jw = this.i.jw;
85678
86246
  },
85679
86247
  enumerable: false,
85680
86248
  configurable: true
@@ -85685,9 +86253,17 @@
85685
86253
  },
85686
86254
  set: function (v) {
85687
86255
  this.ensureHeaderRowMargin();
85688
- this.i.jw.top = +v;
86256
+ var __nv = +v;
86257
+ if (this.i.jw.top === __nv) {
86258
+ return;
86259
+ }
86260
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86261
+ __copy.top = __nv;
86262
+ __copy.bottom = this.i.jw.bottom;
86263
+ __copy.left = this.i.jw.left;
86264
+ __copy.right = this.i.jw.right;
86265
+ this.i.jw = __copy;
85689
86266
  this._a("headerRowMarginTop", this.i.jw.top);
85690
- this.i.jw = this.i.jw;
85691
86267
  },
85692
86268
  enumerable: false,
85693
86269
  configurable: true
@@ -85765,9 +86341,17 @@
85765
86341
  },
85766
86342
  set: function (v) {
85767
86343
  this.ensureGroupTextMargin();
85768
- this.i.jv.bottom = +v;
86344
+ var __nv = +v;
86345
+ if (this.i.jv.bottom === __nv) {
86346
+ return;
86347
+ }
86348
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86349
+ __copy.bottom = __nv;
86350
+ __copy.left = this.i.jv.left;
86351
+ __copy.right = this.i.jv.right;
86352
+ __copy.top = this.i.jv.top;
86353
+ this.i.jv = __copy;
85769
86354
  this._a("groupTextMarginBottom", this.i.jv.bottom);
85770
- this.i.jv = this.i.jv;
85771
86355
  },
85772
86356
  enumerable: false,
85773
86357
  configurable: true
@@ -85778,9 +86362,17 @@
85778
86362
  },
85779
86363
  set: function (v) {
85780
86364
  this.ensureGroupTextMargin();
85781
- this.i.jv.left = +v;
86365
+ var __nv = +v;
86366
+ if (this.i.jv.left === __nv) {
86367
+ return;
86368
+ }
86369
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86370
+ __copy.left = __nv;
86371
+ __copy.bottom = this.i.jv.bottom;
86372
+ __copy.right = this.i.jv.right;
86373
+ __copy.top = this.i.jv.top;
86374
+ this.i.jv = __copy;
85782
86375
  this._a("groupTextMarginLeft", this.i.jv.left);
85783
- this.i.jv = this.i.jv;
85784
86376
  },
85785
86377
  enumerable: false,
85786
86378
  configurable: true
@@ -85791,9 +86383,17 @@
85791
86383
  },
85792
86384
  set: function (v) {
85793
86385
  this.ensureGroupTextMargin();
85794
- this.i.jv.right = +v;
86386
+ var __nv = +v;
86387
+ if (this.i.jv.right === __nv) {
86388
+ return;
86389
+ }
86390
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86391
+ __copy.right = __nv;
86392
+ __copy.bottom = this.i.jv.bottom;
86393
+ __copy.left = this.i.jv.left;
86394
+ __copy.top = this.i.jv.top;
86395
+ this.i.jv = __copy;
85795
86396
  this._a("groupTextMarginRight", this.i.jv.right);
85796
- this.i.jv = this.i.jv;
85797
86397
  },
85798
86398
  enumerable: false,
85799
86399
  configurable: true
@@ -85804,9 +86404,17 @@
85804
86404
  },
85805
86405
  set: function (v) {
85806
86406
  this.ensureGroupTextMargin();
85807
- this.i.jv.top = +v;
86407
+ var __nv = +v;
86408
+ if (this.i.jv.top === __nv) {
86409
+ return;
86410
+ }
86411
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86412
+ __copy.top = __nv;
86413
+ __copy.bottom = this.i.jv.bottom;
86414
+ __copy.left = this.i.jv.left;
86415
+ __copy.right = this.i.jv.right;
86416
+ this.i.jv = __copy;
85808
86417
  this._a("groupTextMarginTop", this.i.jv.top);
85809
- this.i.jv = this.i.jv;
85810
86418
  },
85811
86419
  enumerable: false,
85812
86420
  configurable: true
@@ -85823,9 +86431,17 @@
85823
86431
  },
85824
86432
  set: function (v) {
85825
86433
  this.ensureGroupRowMargin();
85826
- this.i.ju.bottom = +v;
86434
+ var __nv = +v;
86435
+ if (this.i.ju.bottom === __nv) {
86436
+ return;
86437
+ }
86438
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86439
+ __copy.bottom = __nv;
86440
+ __copy.left = this.i.ju.left;
86441
+ __copy.right = this.i.ju.right;
86442
+ __copy.top = this.i.ju.top;
86443
+ this.i.ju = __copy;
85827
86444
  this._a("groupRowMarginBottom", this.i.ju.bottom);
85828
- this.i.ju = this.i.ju;
85829
86445
  },
85830
86446
  enumerable: false,
85831
86447
  configurable: true
@@ -85836,9 +86452,17 @@
85836
86452
  },
85837
86453
  set: function (v) {
85838
86454
  this.ensureGroupRowMargin();
85839
- this.i.ju.left = +v;
86455
+ var __nv = +v;
86456
+ if (this.i.ju.left === __nv) {
86457
+ return;
86458
+ }
86459
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86460
+ __copy.left = __nv;
86461
+ __copy.bottom = this.i.ju.bottom;
86462
+ __copy.right = this.i.ju.right;
86463
+ __copy.top = this.i.ju.top;
86464
+ this.i.ju = __copy;
85840
86465
  this._a("groupRowMarginLeft", this.i.ju.left);
85841
- this.i.ju = this.i.ju;
85842
86466
  },
85843
86467
  enumerable: false,
85844
86468
  configurable: true
@@ -85849,9 +86473,17 @@
85849
86473
  },
85850
86474
  set: function (v) {
85851
86475
  this.ensureGroupRowMargin();
85852
- this.i.ju.right = +v;
86476
+ var __nv = +v;
86477
+ if (this.i.ju.right === __nv) {
86478
+ return;
86479
+ }
86480
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86481
+ __copy.right = __nv;
86482
+ __copy.bottom = this.i.ju.bottom;
86483
+ __copy.left = this.i.ju.left;
86484
+ __copy.top = this.i.ju.top;
86485
+ this.i.ju = __copy;
85853
86486
  this._a("groupRowMarginRight", this.i.ju.right);
85854
- this.i.ju = this.i.ju;
85855
86487
  },
85856
86488
  enumerable: false,
85857
86489
  configurable: true
@@ -85862,9 +86494,17 @@
85862
86494
  },
85863
86495
  set: function (v) {
85864
86496
  this.ensureGroupRowMargin();
85865
- this.i.ju.top = +v;
86497
+ var __nv = +v;
86498
+ if (this.i.ju.top === __nv) {
86499
+ return;
86500
+ }
86501
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86502
+ __copy.top = __nv;
86503
+ __copy.bottom = this.i.ju.bottom;
86504
+ __copy.left = this.i.ju.left;
86505
+ __copy.right = this.i.ju.right;
86506
+ this.i.ju = __copy;
85866
86507
  this._a("groupRowMarginTop", this.i.ju.top);
85867
- this.i.ju = this.i.ju;
85868
86508
  },
85869
86509
  enumerable: false,
85870
86510
  configurable: true
@@ -85960,9 +86600,17 @@
85960
86600
  },
85961
86601
  set: function (v) {
85962
86602
  this.ensureSummaryTitleTextMargin();
85963
- this.i.j0.bottom = +v;
86603
+ var __nv = +v;
86604
+ if (this.i.j0.bottom === __nv) {
86605
+ return;
86606
+ }
86607
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86608
+ __copy.bottom = __nv;
86609
+ __copy.left = this.i.j0.left;
86610
+ __copy.right = this.i.j0.right;
86611
+ __copy.top = this.i.j0.top;
86612
+ this.i.j0 = __copy;
85964
86613
  this._a("summaryTitleTextMarginBottom", this.i.j0.bottom);
85965
- this.i.j0 = this.i.j0;
85966
86614
  },
85967
86615
  enumerable: false,
85968
86616
  configurable: true
@@ -85973,9 +86621,17 @@
85973
86621
  },
85974
86622
  set: function (v) {
85975
86623
  this.ensureSummaryTitleTextMargin();
85976
- this.i.j0.left = +v;
86624
+ var __nv = +v;
86625
+ if (this.i.j0.left === __nv) {
86626
+ return;
86627
+ }
86628
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86629
+ __copy.left = __nv;
86630
+ __copy.bottom = this.i.j0.bottom;
86631
+ __copy.right = this.i.j0.right;
86632
+ __copy.top = this.i.j0.top;
86633
+ this.i.j0 = __copy;
85977
86634
  this._a("summaryTitleTextMarginLeft", this.i.j0.left);
85978
- this.i.j0 = this.i.j0;
85979
86635
  },
85980
86636
  enumerable: false,
85981
86637
  configurable: true
@@ -85986,9 +86642,17 @@
85986
86642
  },
85987
86643
  set: function (v) {
85988
86644
  this.ensureSummaryTitleTextMargin();
85989
- this.i.j0.right = +v;
86645
+ var __nv = +v;
86646
+ if (this.i.j0.right === __nv) {
86647
+ return;
86648
+ }
86649
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86650
+ __copy.right = __nv;
86651
+ __copy.bottom = this.i.j0.bottom;
86652
+ __copy.left = this.i.j0.left;
86653
+ __copy.top = this.i.j0.top;
86654
+ this.i.j0 = __copy;
85990
86655
  this._a("summaryTitleTextMarginRight", this.i.j0.right);
85991
- this.i.j0 = this.i.j0;
85992
86656
  },
85993
86657
  enumerable: false,
85994
86658
  configurable: true
@@ -85999,9 +86663,17 @@
85999
86663
  },
86000
86664
  set: function (v) {
86001
86665
  this.ensureSummaryTitleTextMargin();
86002
- this.i.j0.top = +v;
86666
+ var __nv = +v;
86667
+ if (this.i.j0.top === __nv) {
86668
+ return;
86669
+ }
86670
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86671
+ __copy.top = __nv;
86672
+ __copy.bottom = this.i.j0.bottom;
86673
+ __copy.left = this.i.j0.left;
86674
+ __copy.right = this.i.j0.right;
86675
+ this.i.j0 = __copy;
86003
86676
  this._a("summaryTitleTextMarginTop", this.i.j0.top);
86004
- this.i.j0 = this.i.j0;
86005
86677
  },
86006
86678
  enumerable: false,
86007
86679
  configurable: true
@@ -86018,9 +86690,17 @@
86018
86690
  },
86019
86691
  set: function (v) {
86020
86692
  this.ensureSummaryRowMargin();
86021
- this.i.jz.bottom = +v;
86693
+ var __nv = +v;
86694
+ if (this.i.jz.bottom === __nv) {
86695
+ return;
86696
+ }
86697
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86698
+ __copy.bottom = __nv;
86699
+ __copy.left = this.i.jz.left;
86700
+ __copy.right = this.i.jz.right;
86701
+ __copy.top = this.i.jz.top;
86702
+ this.i.jz = __copy;
86022
86703
  this._a("summaryRowMarginBottom", this.i.jz.bottom);
86023
- this.i.jz = this.i.jz;
86024
86704
  },
86025
86705
  enumerable: false,
86026
86706
  configurable: true
@@ -86031,9 +86711,17 @@
86031
86711
  },
86032
86712
  set: function (v) {
86033
86713
  this.ensureSummaryRowMargin();
86034
- this.i.jz.left = +v;
86714
+ var __nv = +v;
86715
+ if (this.i.jz.left === __nv) {
86716
+ return;
86717
+ }
86718
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86719
+ __copy.left = __nv;
86720
+ __copy.bottom = this.i.jz.bottom;
86721
+ __copy.right = this.i.jz.right;
86722
+ __copy.top = this.i.jz.top;
86723
+ this.i.jz = __copy;
86035
86724
  this._a("summaryRowMarginLeft", this.i.jz.left);
86036
- this.i.jz = this.i.jz;
86037
86725
  },
86038
86726
  enumerable: false,
86039
86727
  configurable: true
@@ -86044,9 +86732,17 @@
86044
86732
  },
86045
86733
  set: function (v) {
86046
86734
  this.ensureSummaryRowMargin();
86047
- this.i.jz.right = +v;
86735
+ var __nv = +v;
86736
+ if (this.i.jz.right === __nv) {
86737
+ return;
86738
+ }
86739
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86740
+ __copy.right = __nv;
86741
+ __copy.bottom = this.i.jz.bottom;
86742
+ __copy.left = this.i.jz.left;
86743
+ __copy.top = this.i.jz.top;
86744
+ this.i.jz = __copy;
86048
86745
  this._a("summaryRowMarginRight", this.i.jz.right);
86049
- this.i.jz = this.i.jz;
86050
86746
  },
86051
86747
  enumerable: false,
86052
86748
  configurable: true
@@ -86057,9 +86753,17 @@
86057
86753
  },
86058
86754
  set: function (v) {
86059
86755
  this.ensureSummaryRowMargin();
86060
- this.i.jz.top = +v;
86756
+ var __nv = +v;
86757
+ if (this.i.jz.top === __nv) {
86758
+ return;
86759
+ }
86760
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86761
+ __copy.top = __nv;
86762
+ __copy.bottom = this.i.jz.bottom;
86763
+ __copy.left = this.i.jz.left;
86764
+ __copy.right = this.i.jz.right;
86765
+ this.i.jz = __copy;
86061
86766
  this._a("summaryRowMarginTop", this.i.jz.top);
86062
- this.i.jz = this.i.jz;
86063
86767
  },
86064
86768
  enumerable: false,
86065
86769
  configurable: true
@@ -86201,9 +86905,17 @@
86201
86905
  },
86202
86906
  set: function (v) {
86203
86907
  this.ensureBadgeMargin();
86204
- this.i.js.bottom = +v;
86908
+ var __nv = +v;
86909
+ if (this.i.js.bottom === __nv) {
86910
+ return;
86911
+ }
86912
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86913
+ __copy.bottom = __nv;
86914
+ __copy.left = this.i.js.left;
86915
+ __copy.right = this.i.js.right;
86916
+ __copy.top = this.i.js.top;
86917
+ this.i.js = __copy;
86205
86918
  this._a("badgeMarginBottom", this.i.js.bottom);
86206
- this.i.js = this.i.js;
86207
86919
  },
86208
86920
  enumerable: false,
86209
86921
  configurable: true
@@ -86214,9 +86926,17 @@
86214
86926
  },
86215
86927
  set: function (v) {
86216
86928
  this.ensureBadgeMargin();
86217
- this.i.js.left = +v;
86929
+ var __nv = +v;
86930
+ if (this.i.js.left === __nv) {
86931
+ return;
86932
+ }
86933
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86934
+ __copy.left = __nv;
86935
+ __copy.bottom = this.i.js.bottom;
86936
+ __copy.right = this.i.js.right;
86937
+ __copy.top = this.i.js.top;
86938
+ this.i.js = __copy;
86218
86939
  this._a("badgeMarginLeft", this.i.js.left);
86219
- this.i.js = this.i.js;
86220
86940
  },
86221
86941
  enumerable: false,
86222
86942
  configurable: true
@@ -86227,9 +86947,17 @@
86227
86947
  },
86228
86948
  set: function (v) {
86229
86949
  this.ensureBadgeMargin();
86230
- this.i.js.right = +v;
86950
+ var __nv = +v;
86951
+ if (this.i.js.right === __nv) {
86952
+ return;
86953
+ }
86954
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86955
+ __copy.right = __nv;
86956
+ __copy.bottom = this.i.js.bottom;
86957
+ __copy.left = this.i.js.left;
86958
+ __copy.top = this.i.js.top;
86959
+ this.i.js = __copy;
86231
86960
  this._a("badgeMarginRight", this.i.js.right);
86232
- this.i.js = this.i.js;
86233
86961
  },
86234
86962
  enumerable: false,
86235
86963
  configurable: true
@@ -86240,9 +86968,17 @@
86240
86968
  },
86241
86969
  set: function (v) {
86242
86970
  this.ensureBadgeMargin();
86243
- this.i.js.top = +v;
86971
+ var __nv = +v;
86972
+ if (this.i.js.top === __nv) {
86973
+ return;
86974
+ }
86975
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
86976
+ __copy.top = __nv;
86977
+ __copy.bottom = this.i.js.bottom;
86978
+ __copy.left = this.i.js.left;
86979
+ __copy.right = this.i.js.right;
86980
+ this.i.js = __copy;
86244
86981
  this._a("badgeMarginTop", this.i.js.top);
86245
- this.i.js = this.i.js;
86246
86982
  },
86247
86983
  enumerable: false,
86248
86984
  configurable: true
@@ -86342,9 +87078,17 @@
86342
87078
  },
86343
87079
  set: function (v) {
86344
87080
  this.ensureUnitsTextMargin();
86345
- this.i.j2.bottom = +v;
87081
+ var __nv = +v;
87082
+ if (this.i.j2.bottom === __nv) {
87083
+ return;
87084
+ }
87085
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87086
+ __copy.bottom = __nv;
87087
+ __copy.left = this.i.j2.left;
87088
+ __copy.right = this.i.j2.right;
87089
+ __copy.top = this.i.j2.top;
87090
+ this.i.j2 = __copy;
86346
87091
  this._a("unitsTextMarginBottom", this.i.j2.bottom);
86347
- this.i.j2 = this.i.j2;
86348
87092
  },
86349
87093
  enumerable: false,
86350
87094
  configurable: true
@@ -86355,9 +87099,17 @@
86355
87099
  },
86356
87100
  set: function (v) {
86357
87101
  this.ensureUnitsTextMargin();
86358
- this.i.j2.left = +v;
87102
+ var __nv = +v;
87103
+ if (this.i.j2.left === __nv) {
87104
+ return;
87105
+ }
87106
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87107
+ __copy.left = __nv;
87108
+ __copy.bottom = this.i.j2.bottom;
87109
+ __copy.right = this.i.j2.right;
87110
+ __copy.top = this.i.j2.top;
87111
+ this.i.j2 = __copy;
86359
87112
  this._a("unitsTextMarginLeft", this.i.j2.left);
86360
- this.i.j2 = this.i.j2;
86361
87113
  },
86362
87114
  enumerable: false,
86363
87115
  configurable: true
@@ -86368,9 +87120,17 @@
86368
87120
  },
86369
87121
  set: function (v) {
86370
87122
  this.ensureUnitsTextMargin();
86371
- this.i.j2.right = +v;
87123
+ var __nv = +v;
87124
+ if (this.i.j2.right === __nv) {
87125
+ return;
87126
+ }
87127
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87128
+ __copy.right = __nv;
87129
+ __copy.bottom = this.i.j2.bottom;
87130
+ __copy.left = this.i.j2.left;
87131
+ __copy.top = this.i.j2.top;
87132
+ this.i.j2 = __copy;
86372
87133
  this._a("unitsTextMarginRight", this.i.j2.right);
86373
- this.i.j2 = this.i.j2;
86374
87134
  },
86375
87135
  enumerable: false,
86376
87136
  configurable: true
@@ -86381,9 +87141,17 @@
86381
87141
  },
86382
87142
  set: function (v) {
86383
87143
  this.ensureUnitsTextMargin();
86384
- this.i.j2.top = +v;
87144
+ var __nv = +v;
87145
+ if (this.i.j2.top === __nv) {
87146
+ return;
87147
+ }
87148
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87149
+ __copy.top = __nv;
87150
+ __copy.bottom = this.i.j2.bottom;
87151
+ __copy.left = this.i.j2.left;
87152
+ __copy.right = this.i.j2.right;
87153
+ this.i.j2 = __copy;
86385
87154
  this._a("unitsTextMarginTop", this.i.j2.top);
86386
- this.i.j2 = this.i.j2;
86387
87155
  },
86388
87156
  enumerable: false,
86389
87157
  configurable: true
@@ -86419,9 +87187,17 @@
86419
87187
  },
86420
87188
  set: function (v) {
86421
87189
  this.ensureTitleTextMargin();
86422
- this.i.j1.bottom = +v;
87190
+ var __nv = +v;
87191
+ if (this.i.j1.bottom === __nv) {
87192
+ return;
87193
+ }
87194
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87195
+ __copy.bottom = __nv;
87196
+ __copy.left = this.i.j1.left;
87197
+ __copy.right = this.i.j1.right;
87198
+ __copy.top = this.i.j1.top;
87199
+ this.i.j1 = __copy;
86423
87200
  this._a("titleTextMarginBottom", this.i.j1.bottom);
86424
- this.i.j1 = this.i.j1;
86425
87201
  },
86426
87202
  enumerable: false,
86427
87203
  configurable: true
@@ -86432,9 +87208,17 @@
86432
87208
  },
86433
87209
  set: function (v) {
86434
87210
  this.ensureTitleTextMargin();
86435
- this.i.j1.left = +v;
87211
+ var __nv = +v;
87212
+ if (this.i.j1.left === __nv) {
87213
+ return;
87214
+ }
87215
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87216
+ __copy.left = __nv;
87217
+ __copy.bottom = this.i.j1.bottom;
87218
+ __copy.right = this.i.j1.right;
87219
+ __copy.top = this.i.j1.top;
87220
+ this.i.j1 = __copy;
86436
87221
  this._a("titleTextMarginLeft", this.i.j1.left);
86437
- this.i.j1 = this.i.j1;
86438
87222
  },
86439
87223
  enumerable: false,
86440
87224
  configurable: true
@@ -86445,9 +87229,17 @@
86445
87229
  },
86446
87230
  set: function (v) {
86447
87231
  this.ensureTitleTextMargin();
86448
- this.i.j1.right = +v;
87232
+ var __nv = +v;
87233
+ if (this.i.j1.right === __nv) {
87234
+ return;
87235
+ }
87236
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87237
+ __copy.right = __nv;
87238
+ __copy.bottom = this.i.j1.bottom;
87239
+ __copy.left = this.i.j1.left;
87240
+ __copy.top = this.i.j1.top;
87241
+ this.i.j1 = __copy;
86449
87242
  this._a("titleTextMarginRight", this.i.j1.right);
86450
- this.i.j1 = this.i.j1;
86451
87243
  },
86452
87244
  enumerable: false,
86453
87245
  configurable: true
@@ -86458,9 +87250,17 @@
86458
87250
  },
86459
87251
  set: function (v) {
86460
87252
  this.ensureTitleTextMargin();
86461
- this.i.j1.top = +v;
87253
+ var __nv = +v;
87254
+ if (this.i.j1.top === __nv) {
87255
+ return;
87256
+ }
87257
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87258
+ __copy.top = __nv;
87259
+ __copy.bottom = this.i.j1.bottom;
87260
+ __copy.left = this.i.j1.left;
87261
+ __copy.right = this.i.j1.right;
87262
+ this.i.j1 = __copy;
86462
87263
  this._a("titleTextMarginTop", this.i.j1.top);
86463
- this.i.j1 = this.i.j1;
86464
87264
  },
86465
87265
  enumerable: false,
86466
87266
  configurable: true
@@ -86538,9 +87338,17 @@
86538
87338
  },
86539
87339
  set: function (v) {
86540
87340
  this.ensureLabelTextMargin();
86541
- this.i.jy.bottom = +v;
87341
+ var __nv = +v;
87342
+ if (this.i.jy.bottom === __nv) {
87343
+ return;
87344
+ }
87345
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87346
+ __copy.bottom = __nv;
87347
+ __copy.left = this.i.jy.left;
87348
+ __copy.right = this.i.jy.right;
87349
+ __copy.top = this.i.jy.top;
87350
+ this.i.jy = __copy;
86542
87351
  this._a("labelTextMarginBottom", this.i.jy.bottom);
86543
- this.i.jy = this.i.jy;
86544
87352
  },
86545
87353
  enumerable: false,
86546
87354
  configurable: true
@@ -86551,9 +87359,17 @@
86551
87359
  },
86552
87360
  set: function (v) {
86553
87361
  this.ensureLabelTextMargin();
86554
- this.i.jy.left = +v;
87362
+ var __nv = +v;
87363
+ if (this.i.jy.left === __nv) {
87364
+ return;
87365
+ }
87366
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87367
+ __copy.left = __nv;
87368
+ __copy.bottom = this.i.jy.bottom;
87369
+ __copy.right = this.i.jy.right;
87370
+ __copy.top = this.i.jy.top;
87371
+ this.i.jy = __copy;
86555
87372
  this._a("labelTextMarginLeft", this.i.jy.left);
86556
- this.i.jy = this.i.jy;
86557
87373
  },
86558
87374
  enumerable: false,
86559
87375
  configurable: true
@@ -86564,9 +87380,17 @@
86564
87380
  },
86565
87381
  set: function (v) {
86566
87382
  this.ensureLabelTextMargin();
86567
- this.i.jy.right = +v;
87383
+ var __nv = +v;
87384
+ if (this.i.jy.right === __nv) {
87385
+ return;
87386
+ }
87387
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87388
+ __copy.right = __nv;
87389
+ __copy.bottom = this.i.jy.bottom;
87390
+ __copy.left = this.i.jy.left;
87391
+ __copy.top = this.i.jy.top;
87392
+ this.i.jy = __copy;
86568
87393
  this._a("labelTextMarginRight", this.i.jy.right);
86569
- this.i.jy = this.i.jy;
86570
87394
  },
86571
87395
  enumerable: false,
86572
87396
  configurable: true
@@ -86577,9 +87401,17 @@
86577
87401
  },
86578
87402
  set: function (v) {
86579
87403
  this.ensureLabelTextMargin();
86580
- this.i.jy.top = +v;
87404
+ var __nv = +v;
87405
+ if (this.i.jy.top === __nv) {
87406
+ return;
87407
+ }
87408
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
87409
+ __copy.top = __nv;
87410
+ __copy.bottom = this.i.jy.bottom;
87411
+ __copy.left = this.i.jy.left;
87412
+ __copy.right = this.i.jy.right;
87413
+ this.i.jy = __copy;
86581
87414
  this._a("labelTextMarginTop", this.i.jy.top);
86582
- this.i.jy = this.i.jy;
86583
87415
  },
86584
87416
  enumerable: false,
86585
87417
  configurable: true
@@ -118525,9 +119357,17 @@
118525
119357
  },
118526
119358
  set: function (v) {
118527
119359
  this.ensureDataToolTipValueRowMargin();
118528
- this.i.aa9.bottom = +v;
119360
+ var __nv = +v;
119361
+ if (this.i.aa9.bottom === __nv) {
119362
+ return;
119363
+ }
119364
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119365
+ __copy.bottom = __nv;
119366
+ __copy.left = this.i.aa9.left;
119367
+ __copy.right = this.i.aa9.right;
119368
+ __copy.top = this.i.aa9.top;
119369
+ this.i.aa9 = __copy;
118529
119370
  this._a("dataToolTipValueRowMarginBottom", this.i.aa9.bottom);
118530
- this.i.aa9 = this.i.aa9;
118531
119371
  },
118532
119372
  enumerable: false,
118533
119373
  configurable: true
@@ -118538,9 +119378,17 @@
118538
119378
  },
118539
119379
  set: function (v) {
118540
119380
  this.ensureDataToolTipValueRowMargin();
118541
- this.i.aa9.left = +v;
119381
+ var __nv = +v;
119382
+ if (this.i.aa9.left === __nv) {
119383
+ return;
119384
+ }
119385
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119386
+ __copy.left = __nv;
119387
+ __copy.bottom = this.i.aa9.bottom;
119388
+ __copy.right = this.i.aa9.right;
119389
+ __copy.top = this.i.aa9.top;
119390
+ this.i.aa9 = __copy;
118542
119391
  this._a("dataToolTipValueRowMarginLeft", this.i.aa9.left);
118543
- this.i.aa9 = this.i.aa9;
118544
119392
  },
118545
119393
  enumerable: false,
118546
119394
  configurable: true
@@ -118551,9 +119399,17 @@
118551
119399
  },
118552
119400
  set: function (v) {
118553
119401
  this.ensureDataToolTipValueRowMargin();
118554
- this.i.aa9.right = +v;
119402
+ var __nv = +v;
119403
+ if (this.i.aa9.right === __nv) {
119404
+ return;
119405
+ }
119406
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119407
+ __copy.right = __nv;
119408
+ __copy.bottom = this.i.aa9.bottom;
119409
+ __copy.left = this.i.aa9.left;
119410
+ __copy.top = this.i.aa9.top;
119411
+ this.i.aa9 = __copy;
118555
119412
  this._a("dataToolTipValueRowMarginRight", this.i.aa9.right);
118556
- this.i.aa9 = this.i.aa9;
118557
119413
  },
118558
119414
  enumerable: false,
118559
119415
  configurable: true
@@ -118564,9 +119420,17 @@
118564
119420
  },
118565
119421
  set: function (v) {
118566
119422
  this.ensureDataToolTipValueRowMargin();
118567
- this.i.aa9.top = +v;
119423
+ var __nv = +v;
119424
+ if (this.i.aa9.top === __nv) {
119425
+ return;
119426
+ }
119427
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119428
+ __copy.top = __nv;
119429
+ __copy.bottom = this.i.aa9.bottom;
119430
+ __copy.left = this.i.aa9.left;
119431
+ __copy.right = this.i.aa9.right;
119432
+ this.i.aa9 = __copy;
118568
119433
  this._a("dataToolTipValueRowMarginTop", this.i.aa9.top);
118569
- this.i.aa9 = this.i.aa9;
118570
119434
  },
118571
119435
  enumerable: false,
118572
119436
  configurable: true
@@ -118624,9 +119488,17 @@
118624
119488
  },
118625
119489
  set: function (v) {
118626
119490
  this.ensureDataToolTipValueTextMargin();
118627
- this.i.aba.bottom = +v;
119491
+ var __nv = +v;
119492
+ if (this.i.aba.bottom === __nv) {
119493
+ return;
119494
+ }
119495
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119496
+ __copy.bottom = __nv;
119497
+ __copy.left = this.i.aba.left;
119498
+ __copy.right = this.i.aba.right;
119499
+ __copy.top = this.i.aba.top;
119500
+ this.i.aba = __copy;
118628
119501
  this._a("dataToolTipValueTextMarginBottom", this.i.aba.bottom);
118629
- this.i.aba = this.i.aba;
118630
119502
  },
118631
119503
  enumerable: false,
118632
119504
  configurable: true
@@ -118637,9 +119509,17 @@
118637
119509
  },
118638
119510
  set: function (v) {
118639
119511
  this.ensureDataToolTipValueTextMargin();
118640
- this.i.aba.left = +v;
119512
+ var __nv = +v;
119513
+ if (this.i.aba.left === __nv) {
119514
+ return;
119515
+ }
119516
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119517
+ __copy.left = __nv;
119518
+ __copy.bottom = this.i.aba.bottom;
119519
+ __copy.right = this.i.aba.right;
119520
+ __copy.top = this.i.aba.top;
119521
+ this.i.aba = __copy;
118641
119522
  this._a("dataToolTipValueTextMarginLeft", this.i.aba.left);
118642
- this.i.aba = this.i.aba;
118643
119523
  },
118644
119524
  enumerable: false,
118645
119525
  configurable: true
@@ -118650,9 +119530,17 @@
118650
119530
  },
118651
119531
  set: function (v) {
118652
119532
  this.ensureDataToolTipValueTextMargin();
118653
- this.i.aba.right = +v;
119533
+ var __nv = +v;
119534
+ if (this.i.aba.right === __nv) {
119535
+ return;
119536
+ }
119537
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119538
+ __copy.right = __nv;
119539
+ __copy.bottom = this.i.aba.bottom;
119540
+ __copy.left = this.i.aba.left;
119541
+ __copy.top = this.i.aba.top;
119542
+ this.i.aba = __copy;
118654
119543
  this._a("dataToolTipValueTextMarginRight", this.i.aba.right);
118655
- this.i.aba = this.i.aba;
118656
119544
  },
118657
119545
  enumerable: false,
118658
119546
  configurable: true
@@ -118663,9 +119551,17 @@
118663
119551
  },
118664
119552
  set: function (v) {
118665
119553
  this.ensureDataToolTipValueTextMargin();
118666
- this.i.aba.top = +v;
119554
+ var __nv = +v;
119555
+ if (this.i.aba.top === __nv) {
119556
+ return;
119557
+ }
119558
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119559
+ __copy.top = __nv;
119560
+ __copy.bottom = this.i.aba.bottom;
119561
+ __copy.left = this.i.aba.left;
119562
+ __copy.right = this.i.aba.right;
119563
+ this.i.aba = __copy;
118667
119564
  this._a("dataToolTipValueTextMarginTop", this.i.aba.top);
118668
- this.i.aba = this.i.aba;
118669
119565
  },
118670
119566
  enumerable: false,
118671
119567
  configurable: true
@@ -118816,9 +119712,17 @@
118816
119712
  },
118817
119713
  set: function (v) {
118818
119714
  this.ensureDataToolTipHeaderTextMargin();
118819
- this.i.aa3.bottom = +v;
119715
+ var __nv = +v;
119716
+ if (this.i.aa3.bottom === __nv) {
119717
+ return;
119718
+ }
119719
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119720
+ __copy.bottom = __nv;
119721
+ __copy.left = this.i.aa3.left;
119722
+ __copy.right = this.i.aa3.right;
119723
+ __copy.top = this.i.aa3.top;
119724
+ this.i.aa3 = __copy;
118820
119725
  this._a("dataToolTipHeaderTextMarginBottom", this.i.aa3.bottom);
118821
- this.i.aa3 = this.i.aa3;
118822
119726
  },
118823
119727
  enumerable: false,
118824
119728
  configurable: true
@@ -118829,9 +119733,17 @@
118829
119733
  },
118830
119734
  set: function (v) {
118831
119735
  this.ensureDataToolTipHeaderTextMargin();
118832
- this.i.aa3.left = +v;
119736
+ var __nv = +v;
119737
+ if (this.i.aa3.left === __nv) {
119738
+ return;
119739
+ }
119740
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119741
+ __copy.left = __nv;
119742
+ __copy.bottom = this.i.aa3.bottom;
119743
+ __copy.right = this.i.aa3.right;
119744
+ __copy.top = this.i.aa3.top;
119745
+ this.i.aa3 = __copy;
118833
119746
  this._a("dataToolTipHeaderTextMarginLeft", this.i.aa3.left);
118834
- this.i.aa3 = this.i.aa3;
118835
119747
  },
118836
119748
  enumerable: false,
118837
119749
  configurable: true
@@ -118842,9 +119754,17 @@
118842
119754
  },
118843
119755
  set: function (v) {
118844
119756
  this.ensureDataToolTipHeaderTextMargin();
118845
- this.i.aa3.right = +v;
119757
+ var __nv = +v;
119758
+ if (this.i.aa3.right === __nv) {
119759
+ return;
119760
+ }
119761
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119762
+ __copy.right = __nv;
119763
+ __copy.bottom = this.i.aa3.bottom;
119764
+ __copy.left = this.i.aa3.left;
119765
+ __copy.top = this.i.aa3.top;
119766
+ this.i.aa3 = __copy;
118846
119767
  this._a("dataToolTipHeaderTextMarginRight", this.i.aa3.right);
118847
- this.i.aa3 = this.i.aa3;
118848
119768
  },
118849
119769
  enumerable: false,
118850
119770
  configurable: true
@@ -118855,9 +119775,17 @@
118855
119775
  },
118856
119776
  set: function (v) {
118857
119777
  this.ensureDataToolTipHeaderTextMargin();
118858
- this.i.aa3.top = +v;
119778
+ var __nv = +v;
119779
+ if (this.i.aa3.top === __nv) {
119780
+ return;
119781
+ }
119782
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119783
+ __copy.top = __nv;
119784
+ __copy.bottom = this.i.aa3.bottom;
119785
+ __copy.left = this.i.aa3.left;
119786
+ __copy.right = this.i.aa3.right;
119787
+ this.i.aa3 = __copy;
118859
119788
  this._a("dataToolTipHeaderTextMarginTop", this.i.aa3.top);
118860
- this.i.aa3 = this.i.aa3;
118861
119789
  },
118862
119790
  enumerable: false,
118863
119791
  configurable: true
@@ -118874,9 +119802,17 @@
118874
119802
  },
118875
119803
  set: function (v) {
118876
119804
  this.ensureDataToolTipHeaderRowMargin();
118877
- this.i.aa2.bottom = +v;
119805
+ var __nv = +v;
119806
+ if (this.i.aa2.bottom === __nv) {
119807
+ return;
119808
+ }
119809
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119810
+ __copy.bottom = __nv;
119811
+ __copy.left = this.i.aa2.left;
119812
+ __copy.right = this.i.aa2.right;
119813
+ __copy.top = this.i.aa2.top;
119814
+ this.i.aa2 = __copy;
118878
119815
  this._a("dataToolTipHeaderRowMarginBottom", this.i.aa2.bottom);
118879
- this.i.aa2 = this.i.aa2;
118880
119816
  },
118881
119817
  enumerable: false,
118882
119818
  configurable: true
@@ -118887,9 +119823,17 @@
118887
119823
  },
118888
119824
  set: function (v) {
118889
119825
  this.ensureDataToolTipHeaderRowMargin();
118890
- this.i.aa2.left = +v;
119826
+ var __nv = +v;
119827
+ if (this.i.aa2.left === __nv) {
119828
+ return;
119829
+ }
119830
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119831
+ __copy.left = __nv;
119832
+ __copy.bottom = this.i.aa2.bottom;
119833
+ __copy.right = this.i.aa2.right;
119834
+ __copy.top = this.i.aa2.top;
119835
+ this.i.aa2 = __copy;
118891
119836
  this._a("dataToolTipHeaderRowMarginLeft", this.i.aa2.left);
118892
- this.i.aa2 = this.i.aa2;
118893
119837
  },
118894
119838
  enumerable: false,
118895
119839
  configurable: true
@@ -118900,9 +119844,17 @@
118900
119844
  },
118901
119845
  set: function (v) {
118902
119846
  this.ensureDataToolTipHeaderRowMargin();
118903
- this.i.aa2.right = +v;
119847
+ var __nv = +v;
119848
+ if (this.i.aa2.right === __nv) {
119849
+ return;
119850
+ }
119851
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119852
+ __copy.right = __nv;
119853
+ __copy.bottom = this.i.aa2.bottom;
119854
+ __copy.left = this.i.aa2.left;
119855
+ __copy.top = this.i.aa2.top;
119856
+ this.i.aa2 = __copy;
118904
119857
  this._a("dataToolTipHeaderRowMarginRight", this.i.aa2.right);
118905
- this.i.aa2 = this.i.aa2;
118906
119858
  },
118907
119859
  enumerable: false,
118908
119860
  configurable: true
@@ -118913,9 +119865,17 @@
118913
119865
  },
118914
119866
  set: function (v) {
118915
119867
  this.ensureDataToolTipHeaderRowMargin();
118916
- this.i.aa2.top = +v;
119868
+ var __nv = +v;
119869
+ if (this.i.aa2.top === __nv) {
119870
+ return;
119871
+ }
119872
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119873
+ __copy.top = __nv;
119874
+ __copy.bottom = this.i.aa2.bottom;
119875
+ __copy.left = this.i.aa2.left;
119876
+ __copy.right = this.i.aa2.right;
119877
+ this.i.aa2 = __copy;
118917
119878
  this._a("dataToolTipHeaderRowMarginTop", this.i.aa2.top);
118918
- this.i.aa2 = this.i.aa2;
118919
119879
  },
118920
119880
  enumerable: false,
118921
119881
  configurable: true
@@ -118979,9 +119939,17 @@
118979
119939
  },
118980
119940
  set: function (v) {
118981
119941
  this.ensureDataToolTipGroupTextMargin();
118982
- this.i.aa1.bottom = +v;
119942
+ var __nv = +v;
119943
+ if (this.i.aa1.bottom === __nv) {
119944
+ return;
119945
+ }
119946
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119947
+ __copy.bottom = __nv;
119948
+ __copy.left = this.i.aa1.left;
119949
+ __copy.right = this.i.aa1.right;
119950
+ __copy.top = this.i.aa1.top;
119951
+ this.i.aa1 = __copy;
118983
119952
  this._a("dataToolTipGroupTextMarginBottom", this.i.aa1.bottom);
118984
- this.i.aa1 = this.i.aa1;
118985
119953
  },
118986
119954
  enumerable: false,
118987
119955
  configurable: true
@@ -118992,9 +119960,17 @@
118992
119960
  },
118993
119961
  set: function (v) {
118994
119962
  this.ensureDataToolTipGroupTextMargin();
118995
- this.i.aa1.left = +v;
119963
+ var __nv = +v;
119964
+ if (this.i.aa1.left === __nv) {
119965
+ return;
119966
+ }
119967
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119968
+ __copy.left = __nv;
119969
+ __copy.bottom = this.i.aa1.bottom;
119970
+ __copy.right = this.i.aa1.right;
119971
+ __copy.top = this.i.aa1.top;
119972
+ this.i.aa1 = __copy;
118996
119973
  this._a("dataToolTipGroupTextMarginLeft", this.i.aa1.left);
118997
- this.i.aa1 = this.i.aa1;
118998
119974
  },
118999
119975
  enumerable: false,
119000
119976
  configurable: true
@@ -119005,9 +119981,17 @@
119005
119981
  },
119006
119982
  set: function (v) {
119007
119983
  this.ensureDataToolTipGroupTextMargin();
119008
- this.i.aa1.right = +v;
119984
+ var __nv = +v;
119985
+ if (this.i.aa1.right === __nv) {
119986
+ return;
119987
+ }
119988
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
119989
+ __copy.right = __nv;
119990
+ __copy.bottom = this.i.aa1.bottom;
119991
+ __copy.left = this.i.aa1.left;
119992
+ __copy.top = this.i.aa1.top;
119993
+ this.i.aa1 = __copy;
119009
119994
  this._a("dataToolTipGroupTextMarginRight", this.i.aa1.right);
119010
- this.i.aa1 = this.i.aa1;
119011
119995
  },
119012
119996
  enumerable: false,
119013
119997
  configurable: true
@@ -119018,9 +120002,17 @@
119018
120002
  },
119019
120003
  set: function (v) {
119020
120004
  this.ensureDataToolTipGroupTextMargin();
119021
- this.i.aa1.top = +v;
120005
+ var __nv = +v;
120006
+ if (this.i.aa1.top === __nv) {
120007
+ return;
120008
+ }
120009
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120010
+ __copy.top = __nv;
120011
+ __copy.bottom = this.i.aa1.bottom;
120012
+ __copy.left = this.i.aa1.left;
120013
+ __copy.right = this.i.aa1.right;
120014
+ this.i.aa1 = __copy;
119022
120015
  this._a("dataToolTipGroupTextMarginTop", this.i.aa1.top);
119023
- this.i.aa1 = this.i.aa1;
119024
120016
  },
119025
120017
  enumerable: false,
119026
120018
  configurable: true
@@ -119037,9 +120029,17 @@
119037
120029
  },
119038
120030
  set: function (v) {
119039
120031
  this.ensureDataToolTipGroupRowMargin();
119040
- this.i.aa0.bottom = +v;
120032
+ var __nv = +v;
120033
+ if (this.i.aa0.bottom === __nv) {
120034
+ return;
120035
+ }
120036
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120037
+ __copy.bottom = __nv;
120038
+ __copy.left = this.i.aa0.left;
120039
+ __copy.right = this.i.aa0.right;
120040
+ __copy.top = this.i.aa0.top;
120041
+ this.i.aa0 = __copy;
119041
120042
  this._a("dataToolTipGroupRowMarginBottom", this.i.aa0.bottom);
119042
- this.i.aa0 = this.i.aa0;
119043
120043
  },
119044
120044
  enumerable: false,
119045
120045
  configurable: true
@@ -119050,9 +120050,17 @@
119050
120050
  },
119051
120051
  set: function (v) {
119052
120052
  this.ensureDataToolTipGroupRowMargin();
119053
- this.i.aa0.left = +v;
120053
+ var __nv = +v;
120054
+ if (this.i.aa0.left === __nv) {
120055
+ return;
120056
+ }
120057
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120058
+ __copy.left = __nv;
120059
+ __copy.bottom = this.i.aa0.bottom;
120060
+ __copy.right = this.i.aa0.right;
120061
+ __copy.top = this.i.aa0.top;
120062
+ this.i.aa0 = __copy;
119054
120063
  this._a("dataToolTipGroupRowMarginLeft", this.i.aa0.left);
119055
- this.i.aa0 = this.i.aa0;
119056
120064
  },
119057
120065
  enumerable: false,
119058
120066
  configurable: true
@@ -119063,9 +120071,17 @@
119063
120071
  },
119064
120072
  set: function (v) {
119065
120073
  this.ensureDataToolTipGroupRowMargin();
119066
- this.i.aa0.right = +v;
120074
+ var __nv = +v;
120075
+ if (this.i.aa0.right === __nv) {
120076
+ return;
120077
+ }
120078
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120079
+ __copy.right = __nv;
120080
+ __copy.bottom = this.i.aa0.bottom;
120081
+ __copy.left = this.i.aa0.left;
120082
+ __copy.top = this.i.aa0.top;
120083
+ this.i.aa0 = __copy;
119067
120084
  this._a("dataToolTipGroupRowMarginRight", this.i.aa0.right);
119068
- this.i.aa0 = this.i.aa0;
119069
120085
  },
119070
120086
  enumerable: false,
119071
120087
  configurable: true
@@ -119076,9 +120092,17 @@
119076
120092
  },
119077
120093
  set: function (v) {
119078
120094
  this.ensureDataToolTipGroupRowMargin();
119079
- this.i.aa0.top = +v;
120095
+ var __nv = +v;
120096
+ if (this.i.aa0.top === __nv) {
120097
+ return;
120098
+ }
120099
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120100
+ __copy.top = __nv;
120101
+ __copy.bottom = this.i.aa0.bottom;
120102
+ __copy.left = this.i.aa0.left;
120103
+ __copy.right = this.i.aa0.right;
120104
+ this.i.aa0 = __copy;
119080
120105
  this._a("dataToolTipGroupRowMarginTop", this.i.aa0.top);
119081
- this.i.aa0 = this.i.aa0;
119082
120106
  },
119083
120107
  enumerable: false,
119084
120108
  configurable: true
@@ -119188,9 +120212,17 @@
119188
120212
  },
119189
120213
  set: function (v) {
119190
120214
  this.ensureDataToolTipSummaryTitleTextMargin();
119191
- this.i.aa6.bottom = +v;
120215
+ var __nv = +v;
120216
+ if (this.i.aa6.bottom === __nv) {
120217
+ return;
120218
+ }
120219
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120220
+ __copy.bottom = __nv;
120221
+ __copy.left = this.i.aa6.left;
120222
+ __copy.right = this.i.aa6.right;
120223
+ __copy.top = this.i.aa6.top;
120224
+ this.i.aa6 = __copy;
119192
120225
  this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.aa6.bottom);
119193
- this.i.aa6 = this.i.aa6;
119194
120226
  },
119195
120227
  enumerable: false,
119196
120228
  configurable: true
@@ -119201,9 +120233,17 @@
119201
120233
  },
119202
120234
  set: function (v) {
119203
120235
  this.ensureDataToolTipSummaryTitleTextMargin();
119204
- this.i.aa6.left = +v;
120236
+ var __nv = +v;
120237
+ if (this.i.aa6.left === __nv) {
120238
+ return;
120239
+ }
120240
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120241
+ __copy.left = __nv;
120242
+ __copy.bottom = this.i.aa6.bottom;
120243
+ __copy.right = this.i.aa6.right;
120244
+ __copy.top = this.i.aa6.top;
120245
+ this.i.aa6 = __copy;
119205
120246
  this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.aa6.left);
119206
- this.i.aa6 = this.i.aa6;
119207
120247
  },
119208
120248
  enumerable: false,
119209
120249
  configurable: true
@@ -119214,9 +120254,17 @@
119214
120254
  },
119215
120255
  set: function (v) {
119216
120256
  this.ensureDataToolTipSummaryTitleTextMargin();
119217
- this.i.aa6.right = +v;
120257
+ var __nv = +v;
120258
+ if (this.i.aa6.right === __nv) {
120259
+ return;
120260
+ }
120261
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120262
+ __copy.right = __nv;
120263
+ __copy.bottom = this.i.aa6.bottom;
120264
+ __copy.left = this.i.aa6.left;
120265
+ __copy.top = this.i.aa6.top;
120266
+ this.i.aa6 = __copy;
119218
120267
  this._a("dataToolTipSummaryTitleTextMarginRight", this.i.aa6.right);
119219
- this.i.aa6 = this.i.aa6;
119220
120268
  },
119221
120269
  enumerable: false,
119222
120270
  configurable: true
@@ -119227,9 +120275,17 @@
119227
120275
  },
119228
120276
  set: function (v) {
119229
120277
  this.ensureDataToolTipSummaryTitleTextMargin();
119230
- this.i.aa6.top = +v;
120278
+ var __nv = +v;
120279
+ if (this.i.aa6.top === __nv) {
120280
+ return;
120281
+ }
120282
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120283
+ __copy.top = __nv;
120284
+ __copy.bottom = this.i.aa6.bottom;
120285
+ __copy.left = this.i.aa6.left;
120286
+ __copy.right = this.i.aa6.right;
120287
+ this.i.aa6 = __copy;
119231
120288
  this._a("dataToolTipSummaryTitleTextMarginTop", this.i.aa6.top);
119232
- this.i.aa6 = this.i.aa6;
119233
120289
  },
119234
120290
  enumerable: false,
119235
120291
  configurable: true
@@ -119246,9 +120302,17 @@
119246
120302
  },
119247
120303
  set: function (v) {
119248
120304
  this.ensureDataToolTipSummaryRowMargin();
119249
- this.i.aa5.bottom = +v;
120305
+ var __nv = +v;
120306
+ if (this.i.aa5.bottom === __nv) {
120307
+ return;
120308
+ }
120309
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120310
+ __copy.bottom = __nv;
120311
+ __copy.left = this.i.aa5.left;
120312
+ __copy.right = this.i.aa5.right;
120313
+ __copy.top = this.i.aa5.top;
120314
+ this.i.aa5 = __copy;
119250
120315
  this._a("dataToolTipSummaryRowMarginBottom", this.i.aa5.bottom);
119251
- this.i.aa5 = this.i.aa5;
119252
120316
  },
119253
120317
  enumerable: false,
119254
120318
  configurable: true
@@ -119259,9 +120323,17 @@
119259
120323
  },
119260
120324
  set: function (v) {
119261
120325
  this.ensureDataToolTipSummaryRowMargin();
119262
- this.i.aa5.left = +v;
120326
+ var __nv = +v;
120327
+ if (this.i.aa5.left === __nv) {
120328
+ return;
120329
+ }
120330
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120331
+ __copy.left = __nv;
120332
+ __copy.bottom = this.i.aa5.bottom;
120333
+ __copy.right = this.i.aa5.right;
120334
+ __copy.top = this.i.aa5.top;
120335
+ this.i.aa5 = __copy;
119263
120336
  this._a("dataToolTipSummaryRowMarginLeft", this.i.aa5.left);
119264
- this.i.aa5 = this.i.aa5;
119265
120337
  },
119266
120338
  enumerable: false,
119267
120339
  configurable: true
@@ -119272,9 +120344,17 @@
119272
120344
  },
119273
120345
  set: function (v) {
119274
120346
  this.ensureDataToolTipSummaryRowMargin();
119275
- this.i.aa5.right = +v;
120347
+ var __nv = +v;
120348
+ if (this.i.aa5.right === __nv) {
120349
+ return;
120350
+ }
120351
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120352
+ __copy.right = __nv;
120353
+ __copy.bottom = this.i.aa5.bottom;
120354
+ __copy.left = this.i.aa5.left;
120355
+ __copy.top = this.i.aa5.top;
120356
+ this.i.aa5 = __copy;
119276
120357
  this._a("dataToolTipSummaryRowMarginRight", this.i.aa5.right);
119277
- this.i.aa5 = this.i.aa5;
119278
120358
  },
119279
120359
  enumerable: false,
119280
120360
  configurable: true
@@ -119285,9 +120365,17 @@
119285
120365
  },
119286
120366
  set: function (v) {
119287
120367
  this.ensureDataToolTipSummaryRowMargin();
119288
- this.i.aa5.top = +v;
120368
+ var __nv = +v;
120369
+ if (this.i.aa5.top === __nv) {
120370
+ return;
120371
+ }
120372
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120373
+ __copy.top = __nv;
120374
+ __copy.bottom = this.i.aa5.bottom;
120375
+ __copy.left = this.i.aa5.left;
120376
+ __copy.right = this.i.aa5.right;
120377
+ this.i.aa5 = __copy;
119289
120378
  this._a("dataToolTipSummaryRowMarginTop", this.i.aa5.top);
119290
- this.i.aa5 = this.i.aa5;
119291
120379
  },
119292
120380
  enumerable: false,
119293
120381
  configurable: true
@@ -119429,9 +120517,17 @@
119429
120517
  },
119430
120518
  set: function (v) {
119431
120519
  this.ensureDataToolTipBadgeMargin();
119432
- this.i.aaz.bottom = +v;
120520
+ var __nv = +v;
120521
+ if (this.i.aaz.bottom === __nv) {
120522
+ return;
120523
+ }
120524
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120525
+ __copy.bottom = __nv;
120526
+ __copy.left = this.i.aaz.left;
120527
+ __copy.right = this.i.aaz.right;
120528
+ __copy.top = this.i.aaz.top;
120529
+ this.i.aaz = __copy;
119433
120530
  this._a("dataToolTipBadgeMarginBottom", this.i.aaz.bottom);
119434
- this.i.aaz = this.i.aaz;
119435
120531
  },
119436
120532
  enumerable: false,
119437
120533
  configurable: true
@@ -119442,9 +120538,17 @@
119442
120538
  },
119443
120539
  set: function (v) {
119444
120540
  this.ensureDataToolTipBadgeMargin();
119445
- this.i.aaz.left = +v;
120541
+ var __nv = +v;
120542
+ if (this.i.aaz.left === __nv) {
120543
+ return;
120544
+ }
120545
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120546
+ __copy.left = __nv;
120547
+ __copy.bottom = this.i.aaz.bottom;
120548
+ __copy.right = this.i.aaz.right;
120549
+ __copy.top = this.i.aaz.top;
120550
+ this.i.aaz = __copy;
119446
120551
  this._a("dataToolTipBadgeMarginLeft", this.i.aaz.left);
119447
- this.i.aaz = this.i.aaz;
119448
120552
  },
119449
120553
  enumerable: false,
119450
120554
  configurable: true
@@ -119455,9 +120559,17 @@
119455
120559
  },
119456
120560
  set: function (v) {
119457
120561
  this.ensureDataToolTipBadgeMargin();
119458
- this.i.aaz.right = +v;
120562
+ var __nv = +v;
120563
+ if (this.i.aaz.right === __nv) {
120564
+ return;
120565
+ }
120566
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120567
+ __copy.right = __nv;
120568
+ __copy.bottom = this.i.aaz.bottom;
120569
+ __copy.left = this.i.aaz.left;
120570
+ __copy.top = this.i.aaz.top;
120571
+ this.i.aaz = __copy;
119459
120572
  this._a("dataToolTipBadgeMarginRight", this.i.aaz.right);
119460
- this.i.aaz = this.i.aaz;
119461
120573
  },
119462
120574
  enumerable: false,
119463
120575
  configurable: true
@@ -119468,9 +120580,17 @@
119468
120580
  },
119469
120581
  set: function (v) {
119470
120582
  this.ensureDataToolTipBadgeMargin();
119471
- this.i.aaz.top = +v;
120583
+ var __nv = +v;
120584
+ if (this.i.aaz.top === __nv) {
120585
+ return;
120586
+ }
120587
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120588
+ __copy.top = __nv;
120589
+ __copy.bottom = this.i.aaz.bottom;
120590
+ __copy.left = this.i.aaz.left;
120591
+ __copy.right = this.i.aaz.right;
120592
+ this.i.aaz = __copy;
119472
120593
  this._a("dataToolTipBadgeMarginTop", this.i.aaz.top);
119473
- this.i.aaz = this.i.aaz;
119474
120594
  },
119475
120595
  enumerable: false,
119476
120596
  configurable: true
@@ -119542,9 +120662,17 @@
119542
120662
  },
119543
120663
  set: function (v) {
119544
120664
  this.ensureDataToolTipUnitsTextMargin();
119545
- this.i.aa8.bottom = +v;
120665
+ var __nv = +v;
120666
+ if (this.i.aa8.bottom === __nv) {
120667
+ return;
120668
+ }
120669
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120670
+ __copy.bottom = __nv;
120671
+ __copy.left = this.i.aa8.left;
120672
+ __copy.right = this.i.aa8.right;
120673
+ __copy.top = this.i.aa8.top;
120674
+ this.i.aa8 = __copy;
119546
120675
  this._a("dataToolTipUnitsTextMarginBottom", this.i.aa8.bottom);
119547
- this.i.aa8 = this.i.aa8;
119548
120676
  },
119549
120677
  enumerable: false,
119550
120678
  configurable: true
@@ -119555,9 +120683,17 @@
119555
120683
  },
119556
120684
  set: function (v) {
119557
120685
  this.ensureDataToolTipUnitsTextMargin();
119558
- this.i.aa8.left = +v;
120686
+ var __nv = +v;
120687
+ if (this.i.aa8.left === __nv) {
120688
+ return;
120689
+ }
120690
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120691
+ __copy.left = __nv;
120692
+ __copy.bottom = this.i.aa8.bottom;
120693
+ __copy.right = this.i.aa8.right;
120694
+ __copy.top = this.i.aa8.top;
120695
+ this.i.aa8 = __copy;
119559
120696
  this._a("dataToolTipUnitsTextMarginLeft", this.i.aa8.left);
119560
- this.i.aa8 = this.i.aa8;
119561
120697
  },
119562
120698
  enumerable: false,
119563
120699
  configurable: true
@@ -119568,9 +120704,17 @@
119568
120704
  },
119569
120705
  set: function (v) {
119570
120706
  this.ensureDataToolTipUnitsTextMargin();
119571
- this.i.aa8.right = +v;
120707
+ var __nv = +v;
120708
+ if (this.i.aa8.right === __nv) {
120709
+ return;
120710
+ }
120711
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120712
+ __copy.right = __nv;
120713
+ __copy.bottom = this.i.aa8.bottom;
120714
+ __copy.left = this.i.aa8.left;
120715
+ __copy.top = this.i.aa8.top;
120716
+ this.i.aa8 = __copy;
119572
120717
  this._a("dataToolTipUnitsTextMarginRight", this.i.aa8.right);
119573
- this.i.aa8 = this.i.aa8;
119574
120718
  },
119575
120719
  enumerable: false,
119576
120720
  configurable: true
@@ -119581,9 +120725,17 @@
119581
120725
  },
119582
120726
  set: function (v) {
119583
120727
  this.ensureDataToolTipUnitsTextMargin();
119584
- this.i.aa8.top = +v;
120728
+ var __nv = +v;
120729
+ if (this.i.aa8.top === __nv) {
120730
+ return;
120731
+ }
120732
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120733
+ __copy.top = __nv;
120734
+ __copy.bottom = this.i.aa8.bottom;
120735
+ __copy.left = this.i.aa8.left;
120736
+ __copy.right = this.i.aa8.right;
120737
+ this.i.aa8 = __copy;
119585
120738
  this._a("dataToolTipUnitsTextMarginTop", this.i.aa8.top);
119586
- this.i.aa8 = this.i.aa8;
119587
120739
  },
119588
120740
  enumerable: false,
119589
120741
  configurable: true
@@ -119619,9 +120771,17 @@
119619
120771
  },
119620
120772
  set: function (v) {
119621
120773
  this.ensureDataToolTipTitleTextMargin();
119622
- this.i.aa7.bottom = +v;
120774
+ var __nv = +v;
120775
+ if (this.i.aa7.bottom === __nv) {
120776
+ return;
120777
+ }
120778
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120779
+ __copy.bottom = __nv;
120780
+ __copy.left = this.i.aa7.left;
120781
+ __copy.right = this.i.aa7.right;
120782
+ __copy.top = this.i.aa7.top;
120783
+ this.i.aa7 = __copy;
119623
120784
  this._a("dataToolTipTitleTextMarginBottom", this.i.aa7.bottom);
119624
- this.i.aa7 = this.i.aa7;
119625
120785
  },
119626
120786
  enumerable: false,
119627
120787
  configurable: true
@@ -119632,9 +120792,17 @@
119632
120792
  },
119633
120793
  set: function (v) {
119634
120794
  this.ensureDataToolTipTitleTextMargin();
119635
- this.i.aa7.left = +v;
120795
+ var __nv = +v;
120796
+ if (this.i.aa7.left === __nv) {
120797
+ return;
120798
+ }
120799
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120800
+ __copy.left = __nv;
120801
+ __copy.bottom = this.i.aa7.bottom;
120802
+ __copy.right = this.i.aa7.right;
120803
+ __copy.top = this.i.aa7.top;
120804
+ this.i.aa7 = __copy;
119636
120805
  this._a("dataToolTipTitleTextMarginLeft", this.i.aa7.left);
119637
- this.i.aa7 = this.i.aa7;
119638
120806
  },
119639
120807
  enumerable: false,
119640
120808
  configurable: true
@@ -119645,9 +120813,17 @@
119645
120813
  },
119646
120814
  set: function (v) {
119647
120815
  this.ensureDataToolTipTitleTextMargin();
119648
- this.i.aa7.right = +v;
120816
+ var __nv = +v;
120817
+ if (this.i.aa7.right === __nv) {
120818
+ return;
120819
+ }
120820
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120821
+ __copy.right = __nv;
120822
+ __copy.bottom = this.i.aa7.bottom;
120823
+ __copy.left = this.i.aa7.left;
120824
+ __copy.top = this.i.aa7.top;
120825
+ this.i.aa7 = __copy;
119649
120826
  this._a("dataToolTipTitleTextMarginRight", this.i.aa7.right);
119650
- this.i.aa7 = this.i.aa7;
119651
120827
  },
119652
120828
  enumerable: false,
119653
120829
  configurable: true
@@ -119658,9 +120834,17 @@
119658
120834
  },
119659
120835
  set: function (v) {
119660
120836
  this.ensureDataToolTipTitleTextMargin();
119661
- this.i.aa7.top = +v;
120837
+ var __nv = +v;
120838
+ if (this.i.aa7.top === __nv) {
120839
+ return;
120840
+ }
120841
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120842
+ __copy.top = __nv;
120843
+ __copy.bottom = this.i.aa7.bottom;
120844
+ __copy.left = this.i.aa7.left;
120845
+ __copy.right = this.i.aa7.right;
120846
+ this.i.aa7 = __copy;
119662
120847
  this._a("dataToolTipTitleTextMarginTop", this.i.aa7.top);
119663
- this.i.aa7 = this.i.aa7;
119664
120848
  },
119665
120849
  enumerable: false,
119666
120850
  configurable: true
@@ -119738,9 +120922,17 @@
119738
120922
  },
119739
120923
  set: function (v) {
119740
120924
  this.ensureDataToolTipLabelTextMargin();
119741
- this.i.aa4.bottom = +v;
120925
+ var __nv = +v;
120926
+ if (this.i.aa4.bottom === __nv) {
120927
+ return;
120928
+ }
120929
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120930
+ __copy.bottom = __nv;
120931
+ __copy.left = this.i.aa4.left;
120932
+ __copy.right = this.i.aa4.right;
120933
+ __copy.top = this.i.aa4.top;
120934
+ this.i.aa4 = __copy;
119742
120935
  this._a("dataToolTipLabelTextMarginBottom", this.i.aa4.bottom);
119743
- this.i.aa4 = this.i.aa4;
119744
120936
  },
119745
120937
  enumerable: false,
119746
120938
  configurable: true
@@ -119751,9 +120943,17 @@
119751
120943
  },
119752
120944
  set: function (v) {
119753
120945
  this.ensureDataToolTipLabelTextMargin();
119754
- this.i.aa4.left = +v;
120946
+ var __nv = +v;
120947
+ if (this.i.aa4.left === __nv) {
120948
+ return;
120949
+ }
120950
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120951
+ __copy.left = __nv;
120952
+ __copy.bottom = this.i.aa4.bottom;
120953
+ __copy.right = this.i.aa4.right;
120954
+ __copy.top = this.i.aa4.top;
120955
+ this.i.aa4 = __copy;
119755
120956
  this._a("dataToolTipLabelTextMarginLeft", this.i.aa4.left);
119756
- this.i.aa4 = this.i.aa4;
119757
120957
  },
119758
120958
  enumerable: false,
119759
120959
  configurable: true
@@ -119764,9 +120964,17 @@
119764
120964
  },
119765
120965
  set: function (v) {
119766
120966
  this.ensureDataToolTipLabelTextMargin();
119767
- this.i.aa4.right = +v;
120967
+ var __nv = +v;
120968
+ if (this.i.aa4.right === __nv) {
120969
+ return;
120970
+ }
120971
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120972
+ __copy.right = __nv;
120973
+ __copy.bottom = this.i.aa4.bottom;
120974
+ __copy.left = this.i.aa4.left;
120975
+ __copy.top = this.i.aa4.top;
120976
+ this.i.aa4 = __copy;
119768
120977
  this._a("dataToolTipLabelTextMarginRight", this.i.aa4.right);
119769
- this.i.aa4 = this.i.aa4;
119770
120978
  },
119771
120979
  enumerable: false,
119772
120980
  configurable: true
@@ -119777,9 +120985,17 @@
119777
120985
  },
119778
120986
  set: function (v) {
119779
120987
  this.ensureDataToolTipLabelTextMargin();
119780
- this.i.aa4.top = +v;
120988
+ var __nv = +v;
120989
+ if (this.i.aa4.top === __nv) {
120990
+ return;
120991
+ }
120992
+ var __copy = new igniteuiWebcomponentsCore.Thickness(2);
120993
+ __copy.top = __nv;
120994
+ __copy.bottom = this.i.aa4.bottom;
120995
+ __copy.left = this.i.aa4.left;
120996
+ __copy.right = this.i.aa4.right;
120997
+ this.i.aa4 = __copy;
119781
120998
  this._a("dataToolTipLabelTextMarginTop", this.i.aa4.top);
119782
- this.i.aa4 = this.i.aa4;
119783
120999
  },
119784
121000
  enumerable: false,
119785
121001
  configurable: true
@@ -289065,8 +290281,10 @@
289065
290281
  this.ag.n = 2;
289066
290282
  this.af = new igniteuiWebcomponentsCore.TextBlock();
289067
290283
  var h = e ? null : this.x(this.j.ay.item(this.j.ay.count - 1));
289068
- this.af.al = g = h == null ? "" : h.toString();
289069
- this.af.o = this.ag.o = c;
290284
+ g = h == null ? "" : h.toString();
290285
+ this.af.al = g;
290286
+ this.ag.o = c;
290287
+ this.af.o = this.ag.o;
289070
290288
  this.af.n = this.v - b.g(g) - 4;
289071
290289
  var i = this.j.fh;
289072
290290
  var j = i == null ? null : i._fill;
@@ -289086,7 +290304,8 @@
289086
290304
  if (this.j.fo != null) {
289087
290305
  i = this.j.fo;
289088
290306
  }
289089
- this.ag.ao = this.af.ao = i;
290307
+ this.af.ao = i;
290308
+ this.ag.ao = i;
289090
290309
  b.y(this.ag);
289091
290310
  b.y(this.af);
289092
290311
  if (c < 0.5) {
@@ -289327,9 +290546,11 @@
289327
290546
  this.al = new igniteuiWebcomponentsCore.TextBlock();
289328
290547
  this.ak = new igniteuiWebcomponentsCore.TextBlock();
289329
290548
  var d = this.ab(this.j.a7);
289330
- this.al.al = this.ad = d == null ? "" : d.toString();
290549
+ this.ad = d == null ? "" : d.toString();
290550
+ this.al.al = this.ad;
289331
290551
  var e = this.ab(this.j.a6);
289332
- this.ak.al = this.ac = e == null ? "" : e.toString();
290552
+ this.ac = e == null ? "" : e.toString();
290553
+ this.ak.al = this.ac;
289333
290554
  if (b != null) {
289334
290555
  this.w = b.g(this.ad) + 3;
289335
290556
  if (this.w > this.v) {
@@ -289388,7 +290609,8 @@
289388
290609
  if (this.j.fo != null) {
289389
290610
  g = this.j.fo;
289390
290611
  }
289391
- this.al.ao = this.ak.ao = g;
290612
+ this.al.ao = g;
290613
+ this.ak.ao = g;
289392
290614
  b.y(this.al);
289393
290615
  b.y(this.ak);
289394
290616
  var m = this.x(), n = m / 2;
@@ -289624,7 +290846,8 @@
289624
290846
  };
289625
290847
  XamSparklineView.prototype.a5 = function (a, b, c, d, e) {
289626
290848
  var f = null;
289627
- var g = true, h = true;
290849
+ var g = true;
290850
+ var h = true;
289628
290851
  switch (a) {
289629
290852
  case "sparkpath":
289630
290853
  case XamSparkline.$$p[0]:
@@ -289728,7 +290951,8 @@
289728
290951
  }
289729
290952
  switch (a.c) {
289730
290953
  case XamSparkline.$$p[20]:
289731
- this.bx.ad = this.bv.ad = b;
290954
+ this.bx.ad = b;
290955
+ this.bv.ad = b;
289732
290956
  break;
289733
290957
  case XamSparkline.$$p[40]:
289734
290958
  this.by.ad = b;
@@ -289750,7 +290974,9 @@
289750
290974
  this.ag = null;
289751
290975
  this.ah = null;
289752
290976
  this.ai = null;
289753
- this.q = this.r = this.s = null;
290977
+ this.q = null;
290978
+ this.r = null;
290979
+ this.s = null;
289754
290980
  this.d.m(null);
289755
290981
  return;
289756
290982
  }
@@ -290023,7 +291249,8 @@
290023
291249
  continue;
290024
291250
  }
290025
291251
  var f = new igniteuiWebcomponentsCore.PathFigure();
290026
- f._isClosed = f._isFilled = c;
291252
+ f._isClosed = c;
291253
+ f._isFilled = c;
290027
291254
  f._startPoint = d[0];
290028
291255
  for (var g = 1; g < e; g++) {
290029
291256
  var h = new igniteuiWebcomponentsCore.LineSegment(1);
@@ -290117,7 +291344,8 @@
290117
291344
  }
290118
291345
  var b = new igniteuiWebcomponentsCore.PathGeometry();
290119
291346
  var c = new igniteuiWebcomponentsCore.PathFigure();
290120
- c._isClosed = c._isFilled = false;
291347
+ c._isClosed = false;
291348
+ c._isFilled = false;
290121
291349
  c._startPoint = a.points[0];
290122
291350
  var d = a.points.length;
290123
291351
  for (var e = 1; e < d; e++) {
@@ -290506,7 +291734,8 @@
290506
291734
  }
290507
291735
  }
290508
291736
  if (a.j.count == 0) {
290509
- a.m = a.n = { $type: igniteuiWebcomponentsCore.Point_$type, x: NaN, y: NaN };
291737
+ a.m = { $type: igniteuiWebcomponentsCore.Point_$type, x: NaN, y: NaN };
291738
+ a.n = { $type: igniteuiWebcomponentsCore.Point_$type, x: NaN, y: NaN };
290510
291739
  }
290511
291740
  else {
290512
291741
  a.m = a.j._inner[0];
@@ -290735,7 +291964,8 @@
290735
291964
  SparklineController.prototype.ay = function () {
290736
291965
  if (this.q != null) {
290737
291966
  if (this.t == null) {
290738
- this.q.a7 = this.q.a6 = NaN;
291967
+ this.q.a7 = NaN;
291968
+ this.q.a6 = NaN;
290739
291969
  }
290740
291970
  else {
290741
291971
  if (igniteuiWebcomponentsCore.isNaN_(this.q.bk)) {
@@ -290791,7 +292021,8 @@
290791
292021
  this.q.ay = this.s;
290792
292022
  }
290793
292023
  else {
290794
- this.q.ay = this.s = null;
292024
+ this.q.ay = null;
292025
+ this.s = null;
290795
292026
  }
290796
292027
  };
290797
292028
  SparklineController.prototype.au = function () {