igniteui-webcomponents-charts 4.0.2 → 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-charts.umd.js +1016 -891
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AnchoredCategorySeries_combined.js +3 -2
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
- package/esm2015/lib/BubbleSeries_combined.js +20 -15
- package/esm2015/lib/CategoryToolTipLayer_combined.js +3 -1
- package/esm2015/lib/DataLegendContent_combined.js +470 -457
- package/esm2015/lib/DataLegendStylingColumnEventArgs.js +2 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +3 -1
- package/esm2015/lib/FinancialPriceSeries_combined.js +33 -26
- package/esm2015/lib/HighDensityScatterSeries_combined.js +8 -6
- package/esm2015/lib/HorizontalRangeCategorySeries.js +12 -8
- package/esm2015/lib/ItemToolTipLayer_combined.js +3 -1
- package/esm2015/lib/PolarBase_combined.js +8 -6
- package/esm2015/lib/ScatterAreaSeries_combined.js +12 -9
- package/esm2015/lib/ScatterBase_combined.js +8 -6
- package/esm2015/lib/ScatterContourSeries_combined.js +12 -9
- package/esm2015/lib/ScatterTriangulationSeries.js +8 -8
- package/esm2015/lib/SeriesViewer_combined.js +2 -1
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +21 -9
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +5 -3
- package/esm2015/lib/igc-data-legend-component.js +256 -256
- package/esm2015/lib/igc-data-legend-styling-column-event-args.js +19 -10
- package/esm2015/lib/igc-domain-chart-component.js +45 -27
- package/esm2015/lib/igc-financial-event-args.js +10 -6
- package/esm2015/lib/igc-ring-series-component.js +5 -3
- package/esm2015/lib/igc-scatter-polygon-series-component.js +5 -3
- package/esm2015/lib/igc-scatter-polyline-series-component.js +5 -3
- package/esm2015/lib/igc-stacked-series-created-event-args.js +5 -3
- package/esm5/lib/AnchoredCategorySeries_combined.js +3 -2
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
- package/esm5/lib/BubbleSeries_combined.js +20 -15
- package/esm5/lib/CategoryToolTipLayer_combined.js +3 -1
- package/esm5/lib/DataLegendContent_combined.js +474 -461
- package/esm5/lib/DataLegendStylingColumnEventArgs.js +2 -1
- package/esm5/lib/DataToolTipLayer_combined.js +3 -1
- package/esm5/lib/FinancialPriceSeries_combined.js +33 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +8 -6
- package/esm5/lib/HorizontalRangeCategorySeries.js +12 -8
- package/esm5/lib/ItemToolTipLayer_combined.js +3 -1
- package/esm5/lib/PolarBase_combined.js +8 -6
- package/esm5/lib/ScatterAreaSeries_combined.js +12 -9
- package/esm5/lib/ScatterBase_combined.js +8 -6
- package/esm5/lib/ScatterContourSeries_combined.js +12 -9
- package/esm5/lib/ScatterTriangulationSeries.js +8 -8
- package/esm5/lib/SeriesViewer_combined.js +2 -1
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +43 -14
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +5 -3
- package/esm5/lib/igc-data-legend-component.js +256 -256
- package/esm5/lib/igc-data-legend-styling-column-event-args.js +22 -9
- package/esm5/lib/igc-domain-chart-component.js +45 -27
- package/esm5/lib/igc-financial-event-args.js +10 -6
- package/esm5/lib/igc-ring-series-component.js +5 -3
- package/esm5/lib/igc-scatter-polygon-series-component.js +5 -3
- package/esm5/lib/igc-scatter-polyline-series-component.js +5 -3
- package/esm5/lib/igc-stacked-series-created-event-args.js +5 -3
- package/fesm2015/igniteui-webcomponents-charts.js +987 -883
- package/fesm5/igniteui-webcomponents-charts.js +1016 -891
- package/lib/DataLegendContent_combined.d.ts +111 -109
- package/lib/DataLegendStylingColumnEventArgs.d.ts +3 -2
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +3 -2
- package/lib/igc-data-legend-styling-column-event-args.d.ts +5 -1
- package/package.json +2 -2
|
@@ -265,11 +265,11 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
265
265
|
* A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.
|
|
266
266
|
*/
|
|
267
267
|
get actualPixelScalingRatio() {
|
|
268
|
-
return this.i.
|
|
268
|
+
return this.i.co;
|
|
269
269
|
}
|
|
270
270
|
set actualPixelScalingRatio(v) {
|
|
271
|
-
this.i.
|
|
272
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
271
|
+
this.i.co = +v;
|
|
272
|
+
this._a("actualPixelScalingRatio", this.i.co);
|
|
273
273
|
}
|
|
274
274
|
/**
|
|
275
275
|
* Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
|
|
@@ -330,11 +330,11 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
330
330
|
* Gets or sets whether the data legend should update when the series data is mutated.
|
|
331
331
|
*/
|
|
332
332
|
get shouldUpdateWhenSeriesDataChanges() {
|
|
333
|
-
return this.i.
|
|
333
|
+
return this.i.b3;
|
|
334
334
|
}
|
|
335
335
|
set shouldUpdateWhenSeriesDataChanges(v) {
|
|
336
|
-
this.i.
|
|
337
|
-
this._a("shouldUpdateWhenSeriesDataChanges", this.i.
|
|
336
|
+
this.i.b3 = ensureBool(v);
|
|
337
|
+
this._a("shouldUpdateWhenSeriesDataChanges", this.i.b3);
|
|
338
338
|
}
|
|
339
339
|
/**
|
|
340
340
|
* Gets or sets mode for abbreviating large numbers displayed in the legend
|
|
@@ -352,22 +352,22 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
352
352
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
353
353
|
*/
|
|
354
354
|
get valueFormatMaxFractions() {
|
|
355
|
-
return this.i.
|
|
355
|
+
return this.i.cu;
|
|
356
356
|
}
|
|
357
357
|
set valueFormatMaxFractions(v) {
|
|
358
|
-
this.i.
|
|
359
|
-
this._a("valueFormatMaxFractions", this.i.
|
|
358
|
+
this.i.cu = +v;
|
|
359
|
+
this._a("valueFormatMaxFractions", this.i.cu);
|
|
360
360
|
}
|
|
361
361
|
/**
|
|
362
362
|
* Gets or sets minimum digits for formating numbers displayed in the legend
|
|
363
363
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
364
364
|
*/
|
|
365
365
|
get valueFormatMinFractions() {
|
|
366
|
-
return this.i.
|
|
366
|
+
return this.i.cv;
|
|
367
367
|
}
|
|
368
368
|
set valueFormatMinFractions(v) {
|
|
369
|
-
this.i.
|
|
370
|
-
this._a("valueFormatMinFractions", this.i.
|
|
369
|
+
this.i.cv = +v;
|
|
370
|
+
this._a("valueFormatMinFractions", this.i.cv);
|
|
371
371
|
}
|
|
372
372
|
/**
|
|
373
373
|
* Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
|
|
@@ -384,40 +384,40 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
384
384
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
385
385
|
*/
|
|
386
386
|
get valueFormatCulture() {
|
|
387
|
-
return this.i.
|
|
387
|
+
return this.i.ey;
|
|
388
388
|
}
|
|
389
389
|
set valueFormatCulture(v) {
|
|
390
|
-
this.i.
|
|
390
|
+
this.i.ey = v;
|
|
391
391
|
}
|
|
392
392
|
/**
|
|
393
393
|
* Gets or sets the currency code used for displaying currency symbol next to values, e.g. USD for $, EUR for €
|
|
394
394
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
395
395
|
*/
|
|
396
396
|
get valueFormatCurrencyCode() {
|
|
397
|
-
return this.i.
|
|
397
|
+
return this.i.e0;
|
|
398
398
|
}
|
|
399
399
|
set valueFormatCurrencyCode(v) {
|
|
400
|
-
this.i.
|
|
400
|
+
this.i.e0 = v;
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
403
|
* Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
|
|
404
404
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
405
405
|
*/
|
|
406
406
|
get valueFormatUseGrouping() {
|
|
407
|
-
return this.i.
|
|
407
|
+
return this.i.b4;
|
|
408
408
|
}
|
|
409
409
|
set valueFormatUseGrouping(v) {
|
|
410
|
-
this.i.
|
|
411
|
-
this._a("valueFormatUseGrouping", this.i.
|
|
410
|
+
this.i.b4 = ensureBool(v);
|
|
411
|
+
this._a("valueFormatUseGrouping", this.i.b4);
|
|
412
412
|
}
|
|
413
413
|
/**
|
|
414
414
|
* Gets or sets the format string for values displayed in the data legend.
|
|
415
415
|
*/
|
|
416
416
|
get valueFormatString() {
|
|
417
|
-
return this.i.
|
|
417
|
+
return this.i.e6;
|
|
418
418
|
}
|
|
419
419
|
set valueFormatString(v) {
|
|
420
|
-
this.i.
|
|
420
|
+
this.i.e6 = v;
|
|
421
421
|
}
|
|
422
422
|
/**
|
|
423
423
|
* Gets or sets the format specifiers to use with the ValueFormatString string.
|
|
@@ -433,127 +433,127 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
433
433
|
this.i.ah = v;
|
|
434
434
|
}
|
|
435
435
|
get valueRowMarginBottom() {
|
|
436
|
-
return this.i.
|
|
436
|
+
return this.i.is ? this.i.is.bottom : NaN;
|
|
437
437
|
}
|
|
438
438
|
set valueRowMarginBottom(v) {
|
|
439
439
|
this.ensureValueRowMargin();
|
|
440
|
-
this.i.
|
|
441
|
-
this._a("valueRowMarginBottom", this.i.
|
|
442
|
-
this.i.
|
|
440
|
+
this.i.is.bottom = +v;
|
|
441
|
+
this._a("valueRowMarginBottom", this.i.is.bottom);
|
|
442
|
+
this.i.is = this.i.is;
|
|
443
443
|
}
|
|
444
444
|
get valueRowMarginLeft() {
|
|
445
|
-
return this.i.
|
|
445
|
+
return this.i.is ? this.i.is.left : NaN;
|
|
446
446
|
}
|
|
447
447
|
set valueRowMarginLeft(v) {
|
|
448
448
|
this.ensureValueRowMargin();
|
|
449
|
-
this.i.
|
|
450
|
-
this._a("valueRowMarginLeft", this.i.
|
|
451
|
-
this.i.
|
|
449
|
+
this.i.is.left = +v;
|
|
450
|
+
this._a("valueRowMarginLeft", this.i.is.left);
|
|
451
|
+
this.i.is = this.i.is;
|
|
452
452
|
}
|
|
453
453
|
get valueRowMarginRight() {
|
|
454
|
-
return this.i.
|
|
454
|
+
return this.i.is ? this.i.is.right : NaN;
|
|
455
455
|
}
|
|
456
456
|
set valueRowMarginRight(v) {
|
|
457
457
|
this.ensureValueRowMargin();
|
|
458
|
-
this.i.
|
|
459
|
-
this._a("valueRowMarginRight", this.i.
|
|
460
|
-
this.i.
|
|
458
|
+
this.i.is.right = +v;
|
|
459
|
+
this._a("valueRowMarginRight", this.i.is.right);
|
|
460
|
+
this.i.is = this.i.is;
|
|
461
461
|
}
|
|
462
462
|
get valueRowMarginTop() {
|
|
463
|
-
return this.i.
|
|
463
|
+
return this.i.is ? this.i.is.top : NaN;
|
|
464
464
|
}
|
|
465
465
|
set valueRowMarginTop(v) {
|
|
466
466
|
this.ensureValueRowMargin();
|
|
467
|
-
this.i.
|
|
468
|
-
this._a("valueRowMarginTop", this.i.
|
|
469
|
-
this.i.
|
|
467
|
+
this.i.is.top = +v;
|
|
468
|
+
this._a("valueRowMarginTop", this.i.is.top);
|
|
469
|
+
this.i.is = this.i.is;
|
|
470
470
|
}
|
|
471
471
|
ensureValueRowMargin() {
|
|
472
|
-
if (this.i.
|
|
472
|
+
if (this.i.is) {
|
|
473
473
|
return;
|
|
474
474
|
}
|
|
475
|
-
this.i.
|
|
475
|
+
this.i.is = new Thickness(2);
|
|
476
476
|
}
|
|
477
477
|
/**
|
|
478
478
|
* Gets or sets whether to show series rows.
|
|
479
479
|
*/
|
|
480
480
|
get valueRowVisible() {
|
|
481
|
-
return this.i.
|
|
481
|
+
return this.i.b5;
|
|
482
482
|
}
|
|
483
483
|
set valueRowVisible(v) {
|
|
484
|
-
this.i.
|
|
485
|
-
this._a("valueRowVisible", this.i.
|
|
484
|
+
this.i.b5 = ensureBool(v);
|
|
485
|
+
this._a("valueRowVisible", this.i.b5);
|
|
486
486
|
}
|
|
487
487
|
/**
|
|
488
488
|
* Gets or sets text displayed when data column is missing a value, e.g. "no data"
|
|
489
489
|
*/
|
|
490
490
|
get valueTextWhenMissingData() {
|
|
491
|
-
return this.i.
|
|
491
|
+
return this.i.ff;
|
|
492
492
|
}
|
|
493
493
|
set valueTextWhenMissingData(v) {
|
|
494
|
-
this.i.
|
|
494
|
+
this.i.ff = v;
|
|
495
495
|
}
|
|
496
496
|
/**
|
|
497
497
|
* Gets or sets whether to use series colors when displaying values in the legend
|
|
498
498
|
*/
|
|
499
499
|
get valueTextUseSeriesColors() {
|
|
500
|
-
return this.i.
|
|
500
|
+
return this.i.b6;
|
|
501
501
|
}
|
|
502
502
|
set valueTextUseSeriesColors(v) {
|
|
503
|
-
this.i.
|
|
504
|
-
this._a("valueTextUseSeriesColors", this.i.
|
|
503
|
+
this.i.b6 = ensureBool(v);
|
|
504
|
+
this._a("valueTextUseSeriesColors", this.i.b6);
|
|
505
505
|
}
|
|
506
506
|
get valueTextMarginBottom() {
|
|
507
|
-
return this.i.
|
|
507
|
+
return this.i.it ? this.i.it.bottom : NaN;
|
|
508
508
|
}
|
|
509
509
|
set valueTextMarginBottom(v) {
|
|
510
510
|
this.ensureValueTextMargin();
|
|
511
|
-
this.i.
|
|
512
|
-
this._a("valueTextMarginBottom", this.i.
|
|
513
|
-
this.i.
|
|
511
|
+
this.i.it.bottom = +v;
|
|
512
|
+
this._a("valueTextMarginBottom", this.i.it.bottom);
|
|
513
|
+
this.i.it = this.i.it;
|
|
514
514
|
}
|
|
515
515
|
get valueTextMarginLeft() {
|
|
516
|
-
return this.i.
|
|
516
|
+
return this.i.it ? this.i.it.left : NaN;
|
|
517
517
|
}
|
|
518
518
|
set valueTextMarginLeft(v) {
|
|
519
519
|
this.ensureValueTextMargin();
|
|
520
|
-
this.i.
|
|
521
|
-
this._a("valueTextMarginLeft", this.i.
|
|
522
|
-
this.i.
|
|
520
|
+
this.i.it.left = +v;
|
|
521
|
+
this._a("valueTextMarginLeft", this.i.it.left);
|
|
522
|
+
this.i.it = this.i.it;
|
|
523
523
|
}
|
|
524
524
|
get valueTextMarginRight() {
|
|
525
|
-
return this.i.
|
|
525
|
+
return this.i.it ? this.i.it.right : NaN;
|
|
526
526
|
}
|
|
527
527
|
set valueTextMarginRight(v) {
|
|
528
528
|
this.ensureValueTextMargin();
|
|
529
|
-
this.i.
|
|
530
|
-
this._a("valueTextMarginRight", this.i.
|
|
531
|
-
this.i.
|
|
529
|
+
this.i.it.right = +v;
|
|
530
|
+
this._a("valueTextMarginRight", this.i.it.right);
|
|
531
|
+
this.i.it = this.i.it;
|
|
532
532
|
}
|
|
533
533
|
get valueTextMarginTop() {
|
|
534
|
-
return this.i.
|
|
534
|
+
return this.i.it ? this.i.it.top : NaN;
|
|
535
535
|
}
|
|
536
536
|
set valueTextMarginTop(v) {
|
|
537
537
|
this.ensureValueTextMargin();
|
|
538
|
-
this.i.
|
|
539
|
-
this._a("valueTextMarginTop", this.i.
|
|
540
|
-
this.i.
|
|
538
|
+
this.i.it.top = +v;
|
|
539
|
+
this._a("valueTextMarginTop", this.i.it.top);
|
|
540
|
+
this.i.it = this.i.it;
|
|
541
541
|
}
|
|
542
542
|
ensureValueTextMargin() {
|
|
543
|
-
if (this.i.
|
|
543
|
+
if (this.i.it) {
|
|
544
544
|
return;
|
|
545
545
|
}
|
|
546
|
-
this.i.
|
|
546
|
+
this.i.it = new Thickness(2);
|
|
547
547
|
}
|
|
548
548
|
/**
|
|
549
549
|
* Gets or sets the units text color.
|
|
550
550
|
*/
|
|
551
551
|
get valueTextColor() {
|
|
552
|
-
return brushToString(this.i.
|
|
552
|
+
return brushToString(this.i.ia);
|
|
553
553
|
}
|
|
554
554
|
set valueTextColor(v) {
|
|
555
|
-
this.i.
|
|
556
|
-
this._a("valueTextColor", brushToString(this.i.
|
|
555
|
+
this.i.ia = stringToBrush(v);
|
|
556
|
+
this._a("valueTextColor", brushToString(this.i.ia));
|
|
557
557
|
}
|
|
558
558
|
/**
|
|
559
559
|
* Gets or Sets the style to use for the units text.
|
|
@@ -574,10 +574,10 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
574
574
|
* Gets or sets the format string for header text displayed in the data legend.
|
|
575
575
|
*/
|
|
576
576
|
get headerFormatString() {
|
|
577
|
-
return this.i.
|
|
577
|
+
return this.i.dd;
|
|
578
578
|
}
|
|
579
579
|
set headerFormatString(v) {
|
|
580
|
-
this.i.
|
|
580
|
+
this.i.dd = v;
|
|
581
581
|
}
|
|
582
582
|
/**
|
|
583
583
|
* Gets or sets the format specifiers to use with the HeaderFormatString string.
|
|
@@ -597,10 +597,10 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
597
597
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
598
598
|
*/
|
|
599
599
|
get headerFormatCulture() {
|
|
600
|
-
return this.i.
|
|
600
|
+
return this.i.c9;
|
|
601
601
|
}
|
|
602
602
|
set headerFormatCulture(v) {
|
|
603
|
-
this.i.
|
|
603
|
+
this.i.c9 = v;
|
|
604
604
|
}
|
|
605
605
|
/**
|
|
606
606
|
* Gets or sets date format for the header only when it displays dates that are fetched from date/time axes
|
|
@@ -628,114 +628,114 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
628
628
|
* Gets or sets the HeaderText for the data legend.
|
|
629
629
|
*/
|
|
630
630
|
get headerText() {
|
|
631
|
-
return this.i.
|
|
631
|
+
return this.i.di;
|
|
632
632
|
}
|
|
633
633
|
set headerText(v) {
|
|
634
|
-
this.i.
|
|
634
|
+
this.i.di = v;
|
|
635
635
|
}
|
|
636
636
|
/**
|
|
637
637
|
* Gets or sets the header text color.
|
|
638
638
|
*/
|
|
639
639
|
get headerTextColor() {
|
|
640
|
-
return brushToString(this.i.
|
|
640
|
+
return brushToString(this.i.h1);
|
|
641
641
|
}
|
|
642
642
|
set headerTextColor(v) {
|
|
643
|
-
this.i.
|
|
644
|
-
this._a("headerTextColor", brushToString(this.i.
|
|
643
|
+
this.i.h1 = stringToBrush(v);
|
|
644
|
+
this._a("headerTextColor", brushToString(this.i.h1));
|
|
645
645
|
}
|
|
646
646
|
get headerTextMarginBottom() {
|
|
647
|
-
return this.i.
|
|
647
|
+
return this.i.ik ? this.i.ik.bottom : NaN;
|
|
648
648
|
}
|
|
649
649
|
set headerTextMarginBottom(v) {
|
|
650
650
|
this.ensureHeaderTextMargin();
|
|
651
|
-
this.i.
|
|
652
|
-
this._a("headerTextMarginBottom", this.i.
|
|
653
|
-
this.i.
|
|
651
|
+
this.i.ik.bottom = +v;
|
|
652
|
+
this._a("headerTextMarginBottom", this.i.ik.bottom);
|
|
653
|
+
this.i.ik = this.i.ik;
|
|
654
654
|
}
|
|
655
655
|
get headerTextMarginLeft() {
|
|
656
|
-
return this.i.
|
|
656
|
+
return this.i.ik ? this.i.ik.left : NaN;
|
|
657
657
|
}
|
|
658
658
|
set headerTextMarginLeft(v) {
|
|
659
659
|
this.ensureHeaderTextMargin();
|
|
660
|
-
this.i.
|
|
661
|
-
this._a("headerTextMarginLeft", this.i.
|
|
662
|
-
this.i.
|
|
660
|
+
this.i.ik.left = +v;
|
|
661
|
+
this._a("headerTextMarginLeft", this.i.ik.left);
|
|
662
|
+
this.i.ik = this.i.ik;
|
|
663
663
|
}
|
|
664
664
|
get headerTextMarginRight() {
|
|
665
|
-
return this.i.
|
|
665
|
+
return this.i.ik ? this.i.ik.right : NaN;
|
|
666
666
|
}
|
|
667
667
|
set headerTextMarginRight(v) {
|
|
668
668
|
this.ensureHeaderTextMargin();
|
|
669
|
-
this.i.
|
|
670
|
-
this._a("headerTextMarginRight", this.i.
|
|
671
|
-
this.i.
|
|
669
|
+
this.i.ik.right = +v;
|
|
670
|
+
this._a("headerTextMarginRight", this.i.ik.right);
|
|
671
|
+
this.i.ik = this.i.ik;
|
|
672
672
|
}
|
|
673
673
|
get headerTextMarginTop() {
|
|
674
|
-
return this.i.
|
|
674
|
+
return this.i.ik ? this.i.ik.top : NaN;
|
|
675
675
|
}
|
|
676
676
|
set headerTextMarginTop(v) {
|
|
677
677
|
this.ensureHeaderTextMargin();
|
|
678
|
-
this.i.
|
|
679
|
-
this._a("headerTextMarginTop", this.i.
|
|
680
|
-
this.i.
|
|
678
|
+
this.i.ik.top = +v;
|
|
679
|
+
this._a("headerTextMarginTop", this.i.ik.top);
|
|
680
|
+
this.i.ik = this.i.ik;
|
|
681
681
|
}
|
|
682
682
|
ensureHeaderTextMargin() {
|
|
683
|
-
if (this.i.
|
|
683
|
+
if (this.i.ik) {
|
|
684
684
|
return;
|
|
685
685
|
}
|
|
686
|
-
this.i.
|
|
686
|
+
this.i.ik = new Thickness(2);
|
|
687
687
|
}
|
|
688
688
|
get headerRowMarginBottom() {
|
|
689
|
-
return this.i.
|
|
689
|
+
return this.i.ij ? this.i.ij.bottom : NaN;
|
|
690
690
|
}
|
|
691
691
|
set headerRowMarginBottom(v) {
|
|
692
692
|
this.ensureHeaderRowMargin();
|
|
693
|
-
this.i.
|
|
694
|
-
this._a("headerRowMarginBottom", this.i.
|
|
695
|
-
this.i.
|
|
693
|
+
this.i.ij.bottom = +v;
|
|
694
|
+
this._a("headerRowMarginBottom", this.i.ij.bottom);
|
|
695
|
+
this.i.ij = this.i.ij;
|
|
696
696
|
}
|
|
697
697
|
get headerRowMarginLeft() {
|
|
698
|
-
return this.i.
|
|
698
|
+
return this.i.ij ? this.i.ij.left : NaN;
|
|
699
699
|
}
|
|
700
700
|
set headerRowMarginLeft(v) {
|
|
701
701
|
this.ensureHeaderRowMargin();
|
|
702
|
-
this.i.
|
|
703
|
-
this._a("headerRowMarginLeft", this.i.
|
|
704
|
-
this.i.
|
|
702
|
+
this.i.ij.left = +v;
|
|
703
|
+
this._a("headerRowMarginLeft", this.i.ij.left);
|
|
704
|
+
this.i.ij = this.i.ij;
|
|
705
705
|
}
|
|
706
706
|
get headerRowMarginRight() {
|
|
707
|
-
return this.i.
|
|
707
|
+
return this.i.ij ? this.i.ij.right : NaN;
|
|
708
708
|
}
|
|
709
709
|
set headerRowMarginRight(v) {
|
|
710
710
|
this.ensureHeaderRowMargin();
|
|
711
|
-
this.i.
|
|
712
|
-
this._a("headerRowMarginRight", this.i.
|
|
713
|
-
this.i.
|
|
711
|
+
this.i.ij.right = +v;
|
|
712
|
+
this._a("headerRowMarginRight", this.i.ij.right);
|
|
713
|
+
this.i.ij = this.i.ij;
|
|
714
714
|
}
|
|
715
715
|
get headerRowMarginTop() {
|
|
716
|
-
return this.i.
|
|
716
|
+
return this.i.ij ? this.i.ij.top : NaN;
|
|
717
717
|
}
|
|
718
718
|
set headerRowMarginTop(v) {
|
|
719
719
|
this.ensureHeaderRowMargin();
|
|
720
|
-
this.i.
|
|
721
|
-
this._a("headerRowMarginTop", this.i.
|
|
722
|
-
this.i.
|
|
720
|
+
this.i.ij.top = +v;
|
|
721
|
+
this._a("headerRowMarginTop", this.i.ij.top);
|
|
722
|
+
this.i.ij = this.i.ij;
|
|
723
723
|
}
|
|
724
724
|
ensureHeaderRowMargin() {
|
|
725
|
-
if (this.i.
|
|
725
|
+
if (this.i.ij) {
|
|
726
726
|
return;
|
|
727
727
|
}
|
|
728
|
-
this.i.
|
|
728
|
+
this.i.ij = new Thickness(2);
|
|
729
729
|
}
|
|
730
730
|
/**
|
|
731
731
|
* Gets or sets whether to show Header row.
|
|
732
732
|
*/
|
|
733
733
|
get headerRowVisible() {
|
|
734
|
-
return this.i.
|
|
734
|
+
return this.i.b0;
|
|
735
735
|
}
|
|
736
736
|
set headerRowVisible(v) {
|
|
737
|
-
this.i.
|
|
738
|
-
this._a("headerRowVisible", this.i.
|
|
737
|
+
this.i.b0 = ensureBool(v);
|
|
738
|
+
this._a("headerRowVisible", this.i.b0);
|
|
739
739
|
}
|
|
740
740
|
/**
|
|
741
741
|
* Gets or Sets the style to use for the header text.
|
|
@@ -756,11 +756,11 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
756
756
|
* Gets or sets the summary text color.
|
|
757
757
|
*/
|
|
758
758
|
get summaryTitleTextColor() {
|
|
759
|
-
return brushToString(this.i.
|
|
759
|
+
return brushToString(this.i.h5);
|
|
760
760
|
}
|
|
761
761
|
set summaryTitleTextColor(v) {
|
|
762
|
-
this.i.
|
|
763
|
-
this._a("summaryTitleTextColor", brushToString(this.i.
|
|
762
|
+
this.i.h5 = stringToBrush(v);
|
|
763
|
+
this._a("summaryTitleTextColor", brushToString(this.i.h5));
|
|
764
764
|
}
|
|
765
765
|
/**
|
|
766
766
|
* Gets or Sets the style to use for the summary text.
|
|
@@ -791,104 +791,104 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
791
791
|
* Gets or sets the SummaryTitleText for the data legend.
|
|
792
792
|
*/
|
|
793
793
|
get summaryTitleText() {
|
|
794
|
-
return this.i.
|
|
794
|
+
return this.i.d9;
|
|
795
795
|
}
|
|
796
796
|
set summaryTitleText(v) {
|
|
797
|
-
this.i.
|
|
797
|
+
this.i.d9 = v;
|
|
798
798
|
}
|
|
799
799
|
get summaryTitleTextMarginBottom() {
|
|
800
|
-
return this.i.
|
|
800
|
+
return this.i.io ? this.i.io.bottom : NaN;
|
|
801
801
|
}
|
|
802
802
|
set summaryTitleTextMarginBottom(v) {
|
|
803
803
|
this.ensureSummaryTitleTextMargin();
|
|
804
|
-
this.i.
|
|
805
|
-
this._a("summaryTitleTextMarginBottom", this.i.
|
|
806
|
-
this.i.
|
|
804
|
+
this.i.io.bottom = +v;
|
|
805
|
+
this._a("summaryTitleTextMarginBottom", this.i.io.bottom);
|
|
806
|
+
this.i.io = this.i.io;
|
|
807
807
|
}
|
|
808
808
|
get summaryTitleTextMarginLeft() {
|
|
809
|
-
return this.i.
|
|
809
|
+
return this.i.io ? this.i.io.left : NaN;
|
|
810
810
|
}
|
|
811
811
|
set summaryTitleTextMarginLeft(v) {
|
|
812
812
|
this.ensureSummaryTitleTextMargin();
|
|
813
|
-
this.i.
|
|
814
|
-
this._a("summaryTitleTextMarginLeft", this.i.
|
|
815
|
-
this.i.
|
|
813
|
+
this.i.io.left = +v;
|
|
814
|
+
this._a("summaryTitleTextMarginLeft", this.i.io.left);
|
|
815
|
+
this.i.io = this.i.io;
|
|
816
816
|
}
|
|
817
817
|
get summaryTitleTextMarginRight() {
|
|
818
|
-
return this.i.
|
|
818
|
+
return this.i.io ? this.i.io.right : NaN;
|
|
819
819
|
}
|
|
820
820
|
set summaryTitleTextMarginRight(v) {
|
|
821
821
|
this.ensureSummaryTitleTextMargin();
|
|
822
|
-
this.i.
|
|
823
|
-
this._a("summaryTitleTextMarginRight", this.i.
|
|
824
|
-
this.i.
|
|
822
|
+
this.i.io.right = +v;
|
|
823
|
+
this._a("summaryTitleTextMarginRight", this.i.io.right);
|
|
824
|
+
this.i.io = this.i.io;
|
|
825
825
|
}
|
|
826
826
|
get summaryTitleTextMarginTop() {
|
|
827
|
-
return this.i.
|
|
827
|
+
return this.i.io ? this.i.io.top : NaN;
|
|
828
828
|
}
|
|
829
829
|
set summaryTitleTextMarginTop(v) {
|
|
830
830
|
this.ensureSummaryTitleTextMargin();
|
|
831
|
-
this.i.
|
|
832
|
-
this._a("summaryTitleTextMarginTop", this.i.
|
|
833
|
-
this.i.
|
|
831
|
+
this.i.io.top = +v;
|
|
832
|
+
this._a("summaryTitleTextMarginTop", this.i.io.top);
|
|
833
|
+
this.i.io = this.i.io;
|
|
834
834
|
}
|
|
835
835
|
ensureSummaryTitleTextMargin() {
|
|
836
|
-
if (this.i.
|
|
836
|
+
if (this.i.io) {
|
|
837
837
|
return;
|
|
838
838
|
}
|
|
839
|
-
this.i.
|
|
839
|
+
this.i.io = new Thickness(2);
|
|
840
840
|
}
|
|
841
841
|
get summaryRowMarginBottom() {
|
|
842
|
-
return this.i.
|
|
842
|
+
return this.i.im ? this.i.im.bottom : NaN;
|
|
843
843
|
}
|
|
844
844
|
set summaryRowMarginBottom(v) {
|
|
845
845
|
this.ensureSummaryRowMargin();
|
|
846
|
-
this.i.
|
|
847
|
-
this._a("summaryRowMarginBottom", this.i.
|
|
848
|
-
this.i.
|
|
846
|
+
this.i.im.bottom = +v;
|
|
847
|
+
this._a("summaryRowMarginBottom", this.i.im.bottom);
|
|
848
|
+
this.i.im = this.i.im;
|
|
849
849
|
}
|
|
850
850
|
get summaryRowMarginLeft() {
|
|
851
|
-
return this.i.
|
|
851
|
+
return this.i.im ? this.i.im.left : NaN;
|
|
852
852
|
}
|
|
853
853
|
set summaryRowMarginLeft(v) {
|
|
854
854
|
this.ensureSummaryRowMargin();
|
|
855
|
-
this.i.
|
|
856
|
-
this._a("summaryRowMarginLeft", this.i.
|
|
857
|
-
this.i.
|
|
855
|
+
this.i.im.left = +v;
|
|
856
|
+
this._a("summaryRowMarginLeft", this.i.im.left);
|
|
857
|
+
this.i.im = this.i.im;
|
|
858
858
|
}
|
|
859
859
|
get summaryRowMarginRight() {
|
|
860
|
-
return this.i.
|
|
860
|
+
return this.i.im ? this.i.im.right : NaN;
|
|
861
861
|
}
|
|
862
862
|
set summaryRowMarginRight(v) {
|
|
863
863
|
this.ensureSummaryRowMargin();
|
|
864
|
-
this.i.
|
|
865
|
-
this._a("summaryRowMarginRight", this.i.
|
|
866
|
-
this.i.
|
|
864
|
+
this.i.im.right = +v;
|
|
865
|
+
this._a("summaryRowMarginRight", this.i.im.right);
|
|
866
|
+
this.i.im = this.i.im;
|
|
867
867
|
}
|
|
868
868
|
get summaryRowMarginTop() {
|
|
869
|
-
return this.i.
|
|
869
|
+
return this.i.im ? this.i.im.top : NaN;
|
|
870
870
|
}
|
|
871
871
|
set summaryRowMarginTop(v) {
|
|
872
872
|
this.ensureSummaryRowMargin();
|
|
873
|
-
this.i.
|
|
874
|
-
this._a("summaryRowMarginTop", this.i.
|
|
875
|
-
this.i.
|
|
873
|
+
this.i.im.top = +v;
|
|
874
|
+
this._a("summaryRowMarginTop", this.i.im.top);
|
|
875
|
+
this.i.im = this.i.im;
|
|
876
876
|
}
|
|
877
877
|
ensureSummaryRowMargin() {
|
|
878
|
-
if (this.i.
|
|
878
|
+
if (this.i.im) {
|
|
879
879
|
return;
|
|
880
880
|
}
|
|
881
|
-
this.i.
|
|
881
|
+
this.i.im = new Thickness(2);
|
|
882
882
|
}
|
|
883
883
|
/**
|
|
884
884
|
* Gets or sets the units text color.
|
|
885
885
|
*/
|
|
886
886
|
get summaryValueTextColor() {
|
|
887
|
-
return brushToString(this.i.
|
|
887
|
+
return brushToString(this.i.h7);
|
|
888
888
|
}
|
|
889
889
|
set summaryValueTextColor(v) {
|
|
890
|
-
this.i.
|
|
891
|
-
this._a("summaryValueTextColor", brushToString(this.i.
|
|
890
|
+
this.i.h7 = stringToBrush(v);
|
|
891
|
+
this._a("summaryValueTextColor", brushToString(this.i.h7));
|
|
892
892
|
}
|
|
893
893
|
/**
|
|
894
894
|
* Gets or Sets the style to use for the units text.
|
|
@@ -909,20 +909,20 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
909
909
|
* Gets or sets the units text for the data legend.
|
|
910
910
|
*/
|
|
911
911
|
get summaryLabelText() {
|
|
912
|
-
return this.i.
|
|
912
|
+
return this.i.d4;
|
|
913
913
|
}
|
|
914
914
|
set summaryLabelText(v) {
|
|
915
|
-
this.i.
|
|
915
|
+
this.i.d4 = v;
|
|
916
916
|
}
|
|
917
917
|
/**
|
|
918
918
|
* Gets or sets the units text color.
|
|
919
919
|
*/
|
|
920
920
|
get summaryLabelTextColor() {
|
|
921
|
-
return brushToString(this.i.
|
|
921
|
+
return brushToString(this.i.h4);
|
|
922
922
|
}
|
|
923
923
|
set summaryLabelTextColor(v) {
|
|
924
|
-
this.i.
|
|
925
|
-
this._a("summaryLabelTextColor", brushToString(this.i.
|
|
924
|
+
this.i.h4 = stringToBrush(v);
|
|
925
|
+
this._a("summaryLabelTextColor", brushToString(this.i.h4));
|
|
926
926
|
}
|
|
927
927
|
/**
|
|
928
928
|
* Gets or Sets the style to use for the units text.
|
|
@@ -943,20 +943,20 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
943
943
|
* Gets or sets the units text for the data legend.
|
|
944
944
|
*/
|
|
945
945
|
get summaryUnitsText() {
|
|
946
|
-
return this.i.
|
|
946
|
+
return this.i.ef;
|
|
947
947
|
}
|
|
948
948
|
set summaryUnitsText(v) {
|
|
949
|
-
this.i.
|
|
949
|
+
this.i.ef = v;
|
|
950
950
|
}
|
|
951
951
|
/**
|
|
952
952
|
* Gets or sets the units text color.
|
|
953
953
|
*/
|
|
954
954
|
get summaryUnitsTextColor() {
|
|
955
|
-
return brushToString(this.i.
|
|
955
|
+
return brushToString(this.i.h6);
|
|
956
956
|
}
|
|
957
957
|
set summaryUnitsTextColor(v) {
|
|
958
|
-
this.i.
|
|
959
|
-
this._a("summaryUnitsTextColor", brushToString(this.i.
|
|
958
|
+
this.i.h6 = stringToBrush(v);
|
|
959
|
+
this._a("summaryUnitsTextColor", brushToString(this.i.h6));
|
|
960
960
|
}
|
|
961
961
|
/**
|
|
962
962
|
* Gets or Sets the style to use for the units text.
|
|
@@ -974,46 +974,46 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
974
974
|
this._a("summaryUnitsTextStyle", this.i.bp != null ? this.i.bp.fontString : "");
|
|
975
975
|
}
|
|
976
976
|
get badgeMarginBottom() {
|
|
977
|
-
return this.i.
|
|
977
|
+
return this.i.ii ? this.i.ii.bottom : NaN;
|
|
978
978
|
}
|
|
979
979
|
set badgeMarginBottom(v) {
|
|
980
980
|
this.ensureBadgeMargin();
|
|
981
|
-
this.i.
|
|
982
|
-
this._a("badgeMarginBottom", this.i.
|
|
983
|
-
this.i.
|
|
981
|
+
this.i.ii.bottom = +v;
|
|
982
|
+
this._a("badgeMarginBottom", this.i.ii.bottom);
|
|
983
|
+
this.i.ii = this.i.ii;
|
|
984
984
|
}
|
|
985
985
|
get badgeMarginLeft() {
|
|
986
|
-
return this.i.
|
|
986
|
+
return this.i.ii ? this.i.ii.left : NaN;
|
|
987
987
|
}
|
|
988
988
|
set badgeMarginLeft(v) {
|
|
989
989
|
this.ensureBadgeMargin();
|
|
990
|
-
this.i.
|
|
991
|
-
this._a("badgeMarginLeft", this.i.
|
|
992
|
-
this.i.
|
|
990
|
+
this.i.ii.left = +v;
|
|
991
|
+
this._a("badgeMarginLeft", this.i.ii.left);
|
|
992
|
+
this.i.ii = this.i.ii;
|
|
993
993
|
}
|
|
994
994
|
get badgeMarginRight() {
|
|
995
|
-
return this.i.
|
|
995
|
+
return this.i.ii ? this.i.ii.right : NaN;
|
|
996
996
|
}
|
|
997
997
|
set badgeMarginRight(v) {
|
|
998
998
|
this.ensureBadgeMargin();
|
|
999
|
-
this.i.
|
|
1000
|
-
this._a("badgeMarginRight", this.i.
|
|
1001
|
-
this.i.
|
|
999
|
+
this.i.ii.right = +v;
|
|
1000
|
+
this._a("badgeMarginRight", this.i.ii.right);
|
|
1001
|
+
this.i.ii = this.i.ii;
|
|
1002
1002
|
}
|
|
1003
1003
|
get badgeMarginTop() {
|
|
1004
|
-
return this.i.
|
|
1004
|
+
return this.i.ii ? this.i.ii.top : NaN;
|
|
1005
1005
|
}
|
|
1006
1006
|
set badgeMarginTop(v) {
|
|
1007
1007
|
this.ensureBadgeMargin();
|
|
1008
|
-
this.i.
|
|
1009
|
-
this._a("badgeMarginTop", this.i.
|
|
1010
|
-
this.i.
|
|
1008
|
+
this.i.ii.top = +v;
|
|
1009
|
+
this._a("badgeMarginTop", this.i.ii.top);
|
|
1010
|
+
this.i.ii = this.i.ii;
|
|
1011
1011
|
}
|
|
1012
1012
|
ensureBadgeMargin() {
|
|
1013
|
-
if (this.i.
|
|
1013
|
+
if (this.i.ii) {
|
|
1014
1014
|
return;
|
|
1015
1015
|
}
|
|
1016
|
-
this.i.
|
|
1016
|
+
this.i.ii = new Thickness(2);
|
|
1017
1017
|
}
|
|
1018
1018
|
/**
|
|
1019
1019
|
* Gets or sets the BadgeShape for the data legend.
|
|
@@ -1059,62 +1059,62 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
1059
1059
|
* Gets or sets the units text for the data legend.
|
|
1060
1060
|
*/
|
|
1061
1061
|
get unitsText() {
|
|
1062
|
-
return this.i.
|
|
1062
|
+
return this.i.es;
|
|
1063
1063
|
}
|
|
1064
1064
|
set unitsText(v) {
|
|
1065
|
-
this.i.
|
|
1065
|
+
this.i.es = v;
|
|
1066
1066
|
}
|
|
1067
1067
|
/**
|
|
1068
1068
|
* Gets or sets the units text color.
|
|
1069
1069
|
*/
|
|
1070
1070
|
get unitsTextColor() {
|
|
1071
|
-
return brushToString(this.i.
|
|
1071
|
+
return brushToString(this.i.h9);
|
|
1072
1072
|
}
|
|
1073
1073
|
set unitsTextColor(v) {
|
|
1074
|
-
this.i.
|
|
1075
|
-
this._a("unitsTextColor", brushToString(this.i.
|
|
1074
|
+
this.i.h9 = stringToBrush(v);
|
|
1075
|
+
this._a("unitsTextColor", brushToString(this.i.h9));
|
|
1076
1076
|
}
|
|
1077
1077
|
get unitsTextMarginBottom() {
|
|
1078
|
-
return this.i.
|
|
1078
|
+
return this.i.iq ? this.i.iq.bottom : NaN;
|
|
1079
1079
|
}
|
|
1080
1080
|
set unitsTextMarginBottom(v) {
|
|
1081
1081
|
this.ensureUnitsTextMargin();
|
|
1082
|
-
this.i.
|
|
1083
|
-
this._a("unitsTextMarginBottom", this.i.
|
|
1084
|
-
this.i.
|
|
1082
|
+
this.i.iq.bottom = +v;
|
|
1083
|
+
this._a("unitsTextMarginBottom", this.i.iq.bottom);
|
|
1084
|
+
this.i.iq = this.i.iq;
|
|
1085
1085
|
}
|
|
1086
1086
|
get unitsTextMarginLeft() {
|
|
1087
|
-
return this.i.
|
|
1087
|
+
return this.i.iq ? this.i.iq.left : NaN;
|
|
1088
1088
|
}
|
|
1089
1089
|
set unitsTextMarginLeft(v) {
|
|
1090
1090
|
this.ensureUnitsTextMargin();
|
|
1091
|
-
this.i.
|
|
1092
|
-
this._a("unitsTextMarginLeft", this.i.
|
|
1093
|
-
this.i.
|
|
1091
|
+
this.i.iq.left = +v;
|
|
1092
|
+
this._a("unitsTextMarginLeft", this.i.iq.left);
|
|
1093
|
+
this.i.iq = this.i.iq;
|
|
1094
1094
|
}
|
|
1095
1095
|
get unitsTextMarginRight() {
|
|
1096
|
-
return this.i.
|
|
1096
|
+
return this.i.iq ? this.i.iq.right : NaN;
|
|
1097
1097
|
}
|
|
1098
1098
|
set unitsTextMarginRight(v) {
|
|
1099
1099
|
this.ensureUnitsTextMargin();
|
|
1100
|
-
this.i.
|
|
1101
|
-
this._a("unitsTextMarginRight", this.i.
|
|
1102
|
-
this.i.
|
|
1100
|
+
this.i.iq.right = +v;
|
|
1101
|
+
this._a("unitsTextMarginRight", this.i.iq.right);
|
|
1102
|
+
this.i.iq = this.i.iq;
|
|
1103
1103
|
}
|
|
1104
1104
|
get unitsTextMarginTop() {
|
|
1105
|
-
return this.i.
|
|
1105
|
+
return this.i.iq ? this.i.iq.top : NaN;
|
|
1106
1106
|
}
|
|
1107
1107
|
set unitsTextMarginTop(v) {
|
|
1108
1108
|
this.ensureUnitsTextMargin();
|
|
1109
|
-
this.i.
|
|
1110
|
-
this._a("unitsTextMarginTop", this.i.
|
|
1111
|
-
this.i.
|
|
1109
|
+
this.i.iq.top = +v;
|
|
1110
|
+
this._a("unitsTextMarginTop", this.i.iq.top);
|
|
1111
|
+
this.i.iq = this.i.iq;
|
|
1112
1112
|
}
|
|
1113
1113
|
ensureUnitsTextMargin() {
|
|
1114
|
-
if (this.i.
|
|
1114
|
+
if (this.i.iq) {
|
|
1115
1115
|
return;
|
|
1116
1116
|
}
|
|
1117
|
-
this.i.
|
|
1117
|
+
this.i.iq = new Thickness(2);
|
|
1118
1118
|
}
|
|
1119
1119
|
/**
|
|
1120
1120
|
* Gets or Sets the style to use for the units text.
|
|
@@ -1132,56 +1132,56 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
1132
1132
|
this._a("unitsTextStyle", this.i.bs != null ? this.i.bs.fontString : "");
|
|
1133
1133
|
}
|
|
1134
1134
|
get titleTextMarginBottom() {
|
|
1135
|
-
return this.i.
|
|
1135
|
+
return this.i.ip ? this.i.ip.bottom : NaN;
|
|
1136
1136
|
}
|
|
1137
1137
|
set titleTextMarginBottom(v) {
|
|
1138
1138
|
this.ensureTitleTextMargin();
|
|
1139
|
-
this.i.
|
|
1140
|
-
this._a("titleTextMarginBottom", this.i.
|
|
1141
|
-
this.i.
|
|
1139
|
+
this.i.ip.bottom = +v;
|
|
1140
|
+
this._a("titleTextMarginBottom", this.i.ip.bottom);
|
|
1141
|
+
this.i.ip = this.i.ip;
|
|
1142
1142
|
}
|
|
1143
1143
|
get titleTextMarginLeft() {
|
|
1144
|
-
return this.i.
|
|
1144
|
+
return this.i.ip ? this.i.ip.left : NaN;
|
|
1145
1145
|
}
|
|
1146
1146
|
set titleTextMarginLeft(v) {
|
|
1147
1147
|
this.ensureTitleTextMargin();
|
|
1148
|
-
this.i.
|
|
1149
|
-
this._a("titleTextMarginLeft", this.i.
|
|
1150
|
-
this.i.
|
|
1148
|
+
this.i.ip.left = +v;
|
|
1149
|
+
this._a("titleTextMarginLeft", this.i.ip.left);
|
|
1150
|
+
this.i.ip = this.i.ip;
|
|
1151
1151
|
}
|
|
1152
1152
|
get titleTextMarginRight() {
|
|
1153
|
-
return this.i.
|
|
1153
|
+
return this.i.ip ? this.i.ip.right : NaN;
|
|
1154
1154
|
}
|
|
1155
1155
|
set titleTextMarginRight(v) {
|
|
1156
1156
|
this.ensureTitleTextMargin();
|
|
1157
|
-
this.i.
|
|
1158
|
-
this._a("titleTextMarginRight", this.i.
|
|
1159
|
-
this.i.
|
|
1157
|
+
this.i.ip.right = +v;
|
|
1158
|
+
this._a("titleTextMarginRight", this.i.ip.right);
|
|
1159
|
+
this.i.ip = this.i.ip;
|
|
1160
1160
|
}
|
|
1161
1161
|
get titleTextMarginTop() {
|
|
1162
|
-
return this.i.
|
|
1162
|
+
return this.i.ip ? this.i.ip.top : NaN;
|
|
1163
1163
|
}
|
|
1164
1164
|
set titleTextMarginTop(v) {
|
|
1165
1165
|
this.ensureTitleTextMargin();
|
|
1166
|
-
this.i.
|
|
1167
|
-
this._a("titleTextMarginTop", this.i.
|
|
1168
|
-
this.i.
|
|
1166
|
+
this.i.ip.top = +v;
|
|
1167
|
+
this._a("titleTextMarginTop", this.i.ip.top);
|
|
1168
|
+
this.i.ip = this.i.ip;
|
|
1169
1169
|
}
|
|
1170
1170
|
ensureTitleTextMargin() {
|
|
1171
|
-
if (this.i.
|
|
1171
|
+
if (this.i.ip) {
|
|
1172
1172
|
return;
|
|
1173
1173
|
}
|
|
1174
|
-
this.i.
|
|
1174
|
+
this.i.ip = new Thickness(2);
|
|
1175
1175
|
}
|
|
1176
1176
|
/**
|
|
1177
1177
|
* Gets or sets the display text color.
|
|
1178
1178
|
*/
|
|
1179
1179
|
get titleTextColor() {
|
|
1180
|
-
return brushToString(this.i.
|
|
1180
|
+
return brushToString(this.i.h8);
|
|
1181
1181
|
}
|
|
1182
1182
|
set titleTextColor(v) {
|
|
1183
|
-
this.i.
|
|
1184
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
1183
|
+
this.i.h8 = stringToBrush(v);
|
|
1184
|
+
this._a("titleTextColor", brushToString(this.i.h8));
|
|
1185
1185
|
}
|
|
1186
1186
|
/**
|
|
1187
1187
|
* Gets or Sets the style to use for the display text.
|
|
@@ -1212,53 +1212,53 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
1212
1212
|
* Gets or sets the units text color.
|
|
1213
1213
|
*/
|
|
1214
1214
|
get labelTextColor() {
|
|
1215
|
-
return brushToString(this.i.
|
|
1215
|
+
return brushToString(this.i.h2);
|
|
1216
1216
|
}
|
|
1217
1217
|
set labelTextColor(v) {
|
|
1218
|
-
this.i.
|
|
1219
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
1218
|
+
this.i.h2 = stringToBrush(v);
|
|
1219
|
+
this._a("labelTextColor", brushToString(this.i.h2));
|
|
1220
1220
|
}
|
|
1221
1221
|
get labelTextMarginBottom() {
|
|
1222
|
-
return this.i.
|
|
1222
|
+
return this.i.il ? this.i.il.bottom : NaN;
|
|
1223
1223
|
}
|
|
1224
1224
|
set labelTextMarginBottom(v) {
|
|
1225
1225
|
this.ensureLabelTextMargin();
|
|
1226
|
-
this.i.
|
|
1227
|
-
this._a("labelTextMarginBottom", this.i.
|
|
1228
|
-
this.i.
|
|
1226
|
+
this.i.il.bottom = +v;
|
|
1227
|
+
this._a("labelTextMarginBottom", this.i.il.bottom);
|
|
1228
|
+
this.i.il = this.i.il;
|
|
1229
1229
|
}
|
|
1230
1230
|
get labelTextMarginLeft() {
|
|
1231
|
-
return this.i.
|
|
1231
|
+
return this.i.il ? this.i.il.left : NaN;
|
|
1232
1232
|
}
|
|
1233
1233
|
set labelTextMarginLeft(v) {
|
|
1234
1234
|
this.ensureLabelTextMargin();
|
|
1235
|
-
this.i.
|
|
1236
|
-
this._a("labelTextMarginLeft", this.i.
|
|
1237
|
-
this.i.
|
|
1235
|
+
this.i.il.left = +v;
|
|
1236
|
+
this._a("labelTextMarginLeft", this.i.il.left);
|
|
1237
|
+
this.i.il = this.i.il;
|
|
1238
1238
|
}
|
|
1239
1239
|
get labelTextMarginRight() {
|
|
1240
|
-
return this.i.
|
|
1240
|
+
return this.i.il ? this.i.il.right : NaN;
|
|
1241
1241
|
}
|
|
1242
1242
|
set labelTextMarginRight(v) {
|
|
1243
1243
|
this.ensureLabelTextMargin();
|
|
1244
|
-
this.i.
|
|
1245
|
-
this._a("labelTextMarginRight", this.i.
|
|
1246
|
-
this.i.
|
|
1244
|
+
this.i.il.right = +v;
|
|
1245
|
+
this._a("labelTextMarginRight", this.i.il.right);
|
|
1246
|
+
this.i.il = this.i.il;
|
|
1247
1247
|
}
|
|
1248
1248
|
get labelTextMarginTop() {
|
|
1249
|
-
return this.i.
|
|
1249
|
+
return this.i.il ? this.i.il.top : NaN;
|
|
1250
1250
|
}
|
|
1251
1251
|
set labelTextMarginTop(v) {
|
|
1252
1252
|
this.ensureLabelTextMargin();
|
|
1253
|
-
this.i.
|
|
1254
|
-
this._a("labelTextMarginTop", this.i.
|
|
1255
|
-
this.i.
|
|
1253
|
+
this.i.il.top = +v;
|
|
1254
|
+
this._a("labelTextMarginTop", this.i.il.top);
|
|
1255
|
+
this.i.il = this.i.il;
|
|
1256
1256
|
}
|
|
1257
1257
|
ensureLabelTextMargin() {
|
|
1258
|
-
if (this.i.
|
|
1258
|
+
if (this.i.il) {
|
|
1259
1259
|
return;
|
|
1260
1260
|
}
|
|
1261
|
-
this.i.
|
|
1261
|
+
this.i.il = new Thickness(2);
|
|
1262
1262
|
}
|
|
1263
1263
|
/**
|
|
1264
1264
|
* Gets or Sets the style to use for the units text.
|
|
@@ -1376,15 +1376,15 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
|
|
|
1376
1376
|
this.i.flush();
|
|
1377
1377
|
}
|
|
1378
1378
|
getAbbreviatedNumber(number, mode, minDigits, maxDigits) {
|
|
1379
|
-
let iv = this.i.
|
|
1379
|
+
let iv = this.i.cr(number, (mode == null ? null : mode), minDigits, maxDigits);
|
|
1380
1380
|
return (iv);
|
|
1381
1381
|
}
|
|
1382
1382
|
getAbbreviatedSymbol(number, mode, minDigits, maxDigits) {
|
|
1383
|
-
let iv = this.i.
|
|
1383
|
+
let iv = this.i.c8(number, (mode == null ? null : mode), minDigits, maxDigits);
|
|
1384
1384
|
return (iv);
|
|
1385
1385
|
}
|
|
1386
1386
|
getAbbreviatedString(number, mode, minDigits, maxDigits) {
|
|
1387
|
-
let iv = this.i.
|
|
1387
|
+
let iv = this.i.c7(number, (mode == null ? null : mode), minDigits, maxDigits);
|
|
1388
1388
|
return (iv);
|
|
1389
1389
|
}
|
|
1390
1390
|
/**
|