igniteui-webcomponents-layouts 7.0.0 → 7.0.1
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-layouts.umd.js +5037 -4563
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorView_combined.js +27 -27
- package/esm2015/lib/ExpansionPanelView_combined.js +7 -7
- package/esm2015/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +18 -0
- package/esm2015/lib/ListPanelView_combined.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +4314 -4089
- package/esm2015/lib/PropertyEditorPanelView_combined.js +26 -26
- package/esm2015/lib/TooltipTextPresenter.js +2 -2
- package/esm2015/lib/igc-tool-action-button-component.js +6 -6
- package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +97 -17
- package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
- package/esm2015/lib/igc-tool-action-component.js +94 -80
- package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +32 -32
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +3 -3
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +156 -142
- package/esm2015/lib/igc-toolbar-component.js +99 -87
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/ComboEditorView_combined.js +27 -27
- package/esm5/lib/ExpansionPanelView_combined.js +7 -7
- package/esm5/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +21 -0
- package/esm5/lib/ListPanelView_combined.js +1 -1
- package/esm5/lib/NativeUILayoutFactory_combined.js +4171 -3886
- package/esm5/lib/PropertyEditorPanelView_combined.js +26 -26
- package/esm5/lib/TooltipTextPresenter.js +2 -2
- package/esm5/lib/igc-tool-action-button-component.js +6 -6
- package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +129 -17
- package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm5/lib/igc-tool-action-combo-component.js +8 -8
- package/esm5/lib/igc-tool-action-component.js +102 -80
- package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +32 -32
- package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +32 -32
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +3 -3
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +164 -142
- package/esm5/lib/igc-toolbar-component.js +103 -91
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +5112 -4750
- package/fesm5/igniteui-webcomponents-layouts.js +5037 -4564
- package/lib/GridColumnProviderOnAttachingOverrideEventArgs.d.ts +8 -0
- package/lib/NativeUILayoutFactory_combined.d.ts +972 -935
- package/lib/igc-tool-action-checkbox-list-component.d.ts +40 -0
- package/lib/igc-tool-action-component.d.ts +4 -0
- package/lib/igc-tool-panel-component.d.ts +4 -0
- package/lib/igc-toolbar-component.d.ts +7 -1
- package/package.json +3 -3
- package/public_api.d.ts +1 -0
|
@@ -228,7 +228,7 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
228
228
|
this.i.contextBindings = innerColl;
|
|
229
229
|
}
|
|
230
230
|
get actionId() {
|
|
231
|
-
return this.i.
|
|
231
|
+
return this.i.c0;
|
|
232
232
|
}
|
|
233
233
|
get actualActions() {
|
|
234
234
|
if (!this._actualActions) {
|
|
@@ -302,10 +302,10 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
302
302
|
this._a("subPanelRowHeight", this.i.cp);
|
|
303
303
|
}
|
|
304
304
|
get parentId() {
|
|
305
|
-
return this.i.
|
|
305
|
+
return this.i.eu;
|
|
306
306
|
}
|
|
307
307
|
set parentId(v) {
|
|
308
|
-
this.i.
|
|
308
|
+
this.i.eu = v;
|
|
309
309
|
}
|
|
310
310
|
/**
|
|
311
311
|
* Gets or sets the Id of the action that this action will be inserted before.
|
|
@@ -316,10 +316,10 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
316
316
|
* after the action has already been added will have no effect.
|
|
317
317
|
*/
|
|
318
318
|
get beforeId() {
|
|
319
|
-
return this.i.
|
|
319
|
+
return this.i.dp;
|
|
320
320
|
}
|
|
321
321
|
set beforeId(v) {
|
|
322
|
-
this.i.
|
|
322
|
+
this.i.dp = v;
|
|
323
323
|
}
|
|
324
324
|
/**
|
|
325
325
|
* Gets or sets the Id of the action that this action will be inserted after.
|
|
@@ -330,10 +330,10 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
330
330
|
* after the action has already been added will have no effect.
|
|
331
331
|
*/
|
|
332
332
|
get afterId() {
|
|
333
|
-
return this.i.
|
|
333
|
+
return this.i.dl;
|
|
334
334
|
}
|
|
335
335
|
set afterId(v) {
|
|
336
|
-
this.i.
|
|
336
|
+
this.i.dl = v;
|
|
337
337
|
}
|
|
338
338
|
/**
|
|
339
339
|
* Sets to the Id of the action that this action will overlay itself on to.
|
|
@@ -346,22 +346,22 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
346
346
|
* overlaid onto the generated actions.
|
|
347
347
|
*/
|
|
348
348
|
get overlayId() {
|
|
349
|
-
return this.i.
|
|
349
|
+
return this.i.ep;
|
|
350
350
|
}
|
|
351
351
|
set overlayId(v) {
|
|
352
|
-
this.i.
|
|
352
|
+
this.i.ep = v;
|
|
353
353
|
}
|
|
354
354
|
get commandId() {
|
|
355
|
-
return this.i.
|
|
355
|
+
return this.i.du;
|
|
356
356
|
}
|
|
357
357
|
set commandId(v) {
|
|
358
|
-
this.i.
|
|
358
|
+
this.i.du = v;
|
|
359
359
|
}
|
|
360
360
|
get commandArgument() {
|
|
361
|
-
return this.i.
|
|
361
|
+
return this.i.dr;
|
|
362
362
|
}
|
|
363
363
|
set commandArgument(v) {
|
|
364
|
-
this.i.
|
|
364
|
+
this.i.dr = v;
|
|
365
365
|
}
|
|
366
366
|
get commandArgumentValue() {
|
|
367
367
|
return this.i.cq;
|
|
@@ -429,101 +429,101 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
429
429
|
* Gets the actual hover background used by the tool action.
|
|
430
430
|
*/
|
|
431
431
|
get actualHoverBackground() {
|
|
432
|
-
return brushToString(this.i.
|
|
432
|
+
return brushToString(this.i.hc);
|
|
433
433
|
}
|
|
434
434
|
set actualHoverBackground(v) {
|
|
435
|
-
this.i.
|
|
436
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
435
|
+
this.i.hc = stringToBrush(v);
|
|
436
|
+
this._a("actualHoverBackground", brushToString(this.i.hc));
|
|
437
437
|
}
|
|
438
438
|
/**
|
|
439
439
|
* Gets or sets the hover background for this tool action.
|
|
440
440
|
*/
|
|
441
441
|
get hoverBackground() {
|
|
442
|
-
return brushToString(this.i.
|
|
442
|
+
return brushToString(this.i.hk);
|
|
443
443
|
}
|
|
444
444
|
set hoverBackground(v) {
|
|
445
|
-
this.i.
|
|
446
|
-
this._a("hoverBackground", brushToString(this.i.
|
|
445
|
+
this.i.hk = stringToBrush(v);
|
|
446
|
+
this._a("hoverBackground", brushToString(this.i.hk));
|
|
447
447
|
}
|
|
448
448
|
/**
|
|
449
449
|
* Gets the actual background used by the tool action.
|
|
450
450
|
*/
|
|
451
451
|
get actualBackground() {
|
|
452
|
-
return brushToString(this.i.
|
|
452
|
+
return brushToString(this.i.g9);
|
|
453
453
|
}
|
|
454
454
|
set actualBackground(v) {
|
|
455
|
-
this.i.
|
|
456
|
-
this._a("actualBackground", brushToString(this.i.
|
|
455
|
+
this.i.g9 = stringToBrush(v);
|
|
456
|
+
this._a("actualBackground", brushToString(this.i.g9));
|
|
457
457
|
}
|
|
458
458
|
/**
|
|
459
459
|
* Gets or sets the background color of the tool action.
|
|
460
460
|
*/
|
|
461
461
|
get background() {
|
|
462
|
-
return brushToString(this.i.
|
|
462
|
+
return brushToString(this.i.hh);
|
|
463
463
|
}
|
|
464
464
|
set background(v) {
|
|
465
|
-
this.i.
|
|
466
|
-
this._a("background", brushToString(this.i.
|
|
465
|
+
this.i.hh = stringToBrush(v);
|
|
466
|
+
this._a("background", brushToString(this.i.hh));
|
|
467
467
|
}
|
|
468
468
|
/**
|
|
469
469
|
* Gets the actual label text color.
|
|
470
470
|
*/
|
|
471
471
|
get actualTextColor() {
|
|
472
|
-
return brushToString(this.i.
|
|
472
|
+
return brushToString(this.i.hg);
|
|
473
473
|
}
|
|
474
474
|
set actualTextColor(v) {
|
|
475
|
-
this.i.
|
|
476
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
475
|
+
this.i.hg = stringToBrush(v);
|
|
476
|
+
this._a("actualTextColor", brushToString(this.i.hg));
|
|
477
477
|
}
|
|
478
478
|
/**
|
|
479
479
|
* Gets or sets the label text color.
|
|
480
480
|
*/
|
|
481
481
|
get textColor() {
|
|
482
|
-
return brushToString(this.i.
|
|
482
|
+
return brushToString(this.i.ho);
|
|
483
483
|
}
|
|
484
484
|
set textColor(v) {
|
|
485
|
-
this.i.
|
|
486
|
-
this._a("textColor", brushToString(this.i.
|
|
485
|
+
this.i.ho = stringToBrush(v);
|
|
486
|
+
this._a("textColor", brushToString(this.i.ho));
|
|
487
487
|
}
|
|
488
488
|
/**
|
|
489
489
|
* Gets the actual label text color.
|
|
490
490
|
*/
|
|
491
491
|
get actualSubtitleTextColor() {
|
|
492
|
-
return brushToString(this.i.
|
|
492
|
+
return brushToString(this.i.hf);
|
|
493
493
|
}
|
|
494
494
|
set actualSubtitleTextColor(v) {
|
|
495
|
-
this.i.
|
|
496
|
-
this._a("actualSubtitleTextColor", brushToString(this.i.
|
|
495
|
+
this.i.hf = stringToBrush(v);
|
|
496
|
+
this._a("actualSubtitleTextColor", brushToString(this.i.hf));
|
|
497
497
|
}
|
|
498
498
|
/**
|
|
499
499
|
* Gets or sets the label text color.
|
|
500
500
|
*/
|
|
501
501
|
get subtitleTextColor() {
|
|
502
|
-
return brushToString(this.i.
|
|
502
|
+
return brushToString(this.i.hn);
|
|
503
503
|
}
|
|
504
504
|
set subtitleTextColor(v) {
|
|
505
|
-
this.i.
|
|
506
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
505
|
+
this.i.hn = stringToBrush(v);
|
|
506
|
+
this._a("subtitleTextColor", brushToString(this.i.hn));
|
|
507
507
|
}
|
|
508
508
|
/**
|
|
509
509
|
* Gets the actual label text color when the tool is disabled.
|
|
510
510
|
*/
|
|
511
511
|
get actualDisabledTextColor() {
|
|
512
|
-
return brushToString(this.i.
|
|
512
|
+
return brushToString(this.i.ha);
|
|
513
513
|
}
|
|
514
514
|
set actualDisabledTextColor(v) {
|
|
515
|
-
this.i.
|
|
516
|
-
this._a("actualDisabledTextColor", brushToString(this.i.
|
|
515
|
+
this.i.ha = stringToBrush(v);
|
|
516
|
+
this._a("actualDisabledTextColor", brushToString(this.i.ha));
|
|
517
517
|
}
|
|
518
518
|
/**
|
|
519
519
|
* Gets or sets the label text color when the tool is disabled.
|
|
520
520
|
*/
|
|
521
521
|
get disabledTextColor() {
|
|
522
|
-
return brushToString(this.i.
|
|
522
|
+
return brushToString(this.i.hi);
|
|
523
523
|
}
|
|
524
524
|
set disabledTextColor(v) {
|
|
525
|
-
this.i.
|
|
526
|
-
this._a("disabledTextColor", brushToString(this.i.
|
|
525
|
+
this.i.hi = stringToBrush(v);
|
|
526
|
+
this._a("disabledTextColor", brushToString(this.i.hi));
|
|
527
527
|
}
|
|
528
528
|
/**
|
|
529
529
|
* Gets the actual font used.
|
|
@@ -587,6 +587,20 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
587
587
|
this.i.a9 = ensureBool(v);
|
|
588
588
|
this._a("isHighlighted", this.i.a9);
|
|
589
589
|
}
|
|
590
|
+
get actualAccentColor() {
|
|
591
|
+
return brushToString(this.i.g8);
|
|
592
|
+
}
|
|
593
|
+
set actualAccentColor(v) {
|
|
594
|
+
this.i.g8 = stringToBrush(v);
|
|
595
|
+
this._a("actualAccentColor", brushToString(this.i.g8));
|
|
596
|
+
}
|
|
597
|
+
get accentColor() {
|
|
598
|
+
return brushToString(this.i.g7);
|
|
599
|
+
}
|
|
600
|
+
set accentColor(v) {
|
|
601
|
+
this.i.g7 = stringToBrush(v);
|
|
602
|
+
this._a("accentColor", brushToString(this.i.g7));
|
|
603
|
+
}
|
|
590
604
|
/**
|
|
591
605
|
* Gets or sets the display density to use for the action.
|
|
592
606
|
*/
|
|
@@ -608,50 +622,50 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
608
622
|
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.v));
|
|
609
623
|
}
|
|
610
624
|
get name() {
|
|
611
|
-
return this.i.
|
|
625
|
+
return this.i.en;
|
|
612
626
|
}
|
|
613
627
|
set name(v) {
|
|
614
|
-
this.i.
|
|
628
|
+
this.i.en = v;
|
|
615
629
|
}
|
|
616
630
|
/**
|
|
617
631
|
* Gets or sets the title of the tool.
|
|
618
632
|
*/
|
|
619
633
|
get title() {
|
|
620
|
-
return this.i.
|
|
634
|
+
return this.i.e7;
|
|
621
635
|
}
|
|
622
636
|
set title(v) {
|
|
623
|
-
this.i.
|
|
637
|
+
this.i.e7 = v;
|
|
624
638
|
}
|
|
625
639
|
/**
|
|
626
640
|
* Gets or sets the subtitle of the tool.
|
|
627
641
|
*/
|
|
628
642
|
get subtitle() {
|
|
629
|
-
return this.i.
|
|
643
|
+
return this.i.e1;
|
|
630
644
|
}
|
|
631
645
|
set subtitle(v) {
|
|
632
|
-
this.i.
|
|
646
|
+
this.i.e1 = v;
|
|
633
647
|
}
|
|
634
648
|
/**
|
|
635
649
|
* Gets or sets the title horizontal alignment.
|
|
636
650
|
*/
|
|
637
651
|
get titleHorizontalAlignment() {
|
|
638
|
-
return this.i.
|
|
652
|
+
return this.i.g5;
|
|
639
653
|
}
|
|
640
654
|
set titleHorizontalAlignment(v) {
|
|
641
|
-
this.i.
|
|
642
|
-
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
655
|
+
this.i.g5 = ensureEnum(HorizontalAlignment_$type, v);
|
|
656
|
+
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.g5));
|
|
643
657
|
}
|
|
644
658
|
get iconName() {
|
|
645
|
-
return this.i.
|
|
659
|
+
return this.i.eb;
|
|
646
660
|
}
|
|
647
661
|
set iconName(v) {
|
|
648
|
-
this.i.
|
|
662
|
+
this.i.eb = v;
|
|
649
663
|
}
|
|
650
664
|
get iconCollectionName() {
|
|
651
|
-
return this.i.
|
|
665
|
+
return this.i.d6;
|
|
652
666
|
}
|
|
653
667
|
set iconCollectionName(v) {
|
|
654
|
-
this.i.
|
|
668
|
+
this.i.d6 = v;
|
|
655
669
|
}
|
|
656
670
|
/**
|
|
657
671
|
* Gets or sets the icon viewbox left.
|
|
@@ -697,21 +711,21 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
697
711
|
* Gets or sets the icon fill color.
|
|
698
712
|
*/
|
|
699
713
|
get iconFill() {
|
|
700
|
-
return brushToString(this.i.
|
|
714
|
+
return brushToString(this.i.hl);
|
|
701
715
|
}
|
|
702
716
|
set iconFill(v) {
|
|
703
|
-
this.i.
|
|
704
|
-
this._a("iconFill", brushToString(this.i.
|
|
717
|
+
this.i.hl = stringToBrush(v);
|
|
718
|
+
this._a("iconFill", brushToString(this.i.hl));
|
|
705
719
|
}
|
|
706
720
|
/**
|
|
707
721
|
* Gets the actual icon fill color.
|
|
708
722
|
*/
|
|
709
723
|
get actualIconFill() {
|
|
710
|
-
return brushToString(this.i.
|
|
724
|
+
return brushToString(this.i.hd);
|
|
711
725
|
}
|
|
712
726
|
set actualIconFill(v) {
|
|
713
|
-
this.i.
|
|
714
|
-
this._a("actualIconFill", brushToString(this.i.
|
|
727
|
+
this.i.hd = stringToBrush(v);
|
|
728
|
+
this._a("actualIconFill", brushToString(this.i.hd));
|
|
715
729
|
}
|
|
716
730
|
/**
|
|
717
731
|
* Gets or sets the icon fill colors.
|
|
@@ -727,21 +741,21 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
727
741
|
* Gets or sets the icon stroke color.
|
|
728
742
|
*/
|
|
729
743
|
get iconStroke() {
|
|
730
|
-
return brushToString(this.i.
|
|
744
|
+
return brushToString(this.i.hm);
|
|
731
745
|
}
|
|
732
746
|
set iconStroke(v) {
|
|
733
|
-
this.i.
|
|
734
|
-
this._a("iconStroke", brushToString(this.i.
|
|
747
|
+
this.i.hm = stringToBrush(v);
|
|
748
|
+
this._a("iconStroke", brushToString(this.i.hm));
|
|
735
749
|
}
|
|
736
750
|
/**
|
|
737
751
|
* Gets the actual icon stroke color.
|
|
738
752
|
*/
|
|
739
753
|
get actualIconStroke() {
|
|
740
|
-
return brushToString(this.i.
|
|
754
|
+
return brushToString(this.i.he);
|
|
741
755
|
}
|
|
742
756
|
set actualIconStroke(v) {
|
|
743
|
-
this.i.
|
|
744
|
-
this._a("actualIconStroke", brushToString(this.i.
|
|
757
|
+
this.i.he = stringToBrush(v);
|
|
758
|
+
this._a("actualIconStroke", brushToString(this.i.he));
|
|
745
759
|
}
|
|
746
760
|
/**
|
|
747
761
|
* Gets or sets the icon stroke colors.
|
|
@@ -807,11 +821,11 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
807
821
|
* Gets or sets the tool action visibility.
|
|
808
822
|
*/
|
|
809
823
|
get visibility() {
|
|
810
|
-
return this.i.
|
|
824
|
+
return this.i.hp;
|
|
811
825
|
}
|
|
812
826
|
set visibility(v) {
|
|
813
|
-
this.i.
|
|
814
|
-
this._a("visibility", enumToString(Visibility_$type, this.i.
|
|
827
|
+
this.i.hp = ensureEnum(Visibility_$type, v);
|
|
828
|
+
this._a("visibility", enumToString(Visibility_$type, this.i.hp));
|
|
815
829
|
}
|
|
816
830
|
/**
|
|
817
831
|
* Gets or sets if the tool action will close its parent dropdown when executed by the user.
|
|
@@ -852,18 +866,18 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
852
866
|
this._a("actualHighlightRadius", this.i.bw);
|
|
853
867
|
}
|
|
854
868
|
get highlightColor() {
|
|
855
|
-
return brushToString(this.i.
|
|
869
|
+
return brushToString(this.i.hj);
|
|
856
870
|
}
|
|
857
871
|
set highlightColor(v) {
|
|
858
|
-
this.i.
|
|
859
|
-
this._a("highlightColor", brushToString(this.i.
|
|
872
|
+
this.i.hj = stringToBrush(v);
|
|
873
|
+
this._a("highlightColor", brushToString(this.i.hj));
|
|
860
874
|
}
|
|
861
875
|
get actualHighlightColor() {
|
|
862
|
-
return brushToString(this.i.
|
|
876
|
+
return brushToString(this.i.hb);
|
|
863
877
|
}
|
|
864
878
|
set actualHighlightColor(v) {
|
|
865
|
-
this.i.
|
|
866
|
-
this._a("actualHighlightColor", brushToString(this.i.
|
|
879
|
+
this.i.hb = stringToBrush(v);
|
|
880
|
+
this._a("actualHighlightColor", brushToString(this.i.hb));
|
|
867
881
|
}
|
|
868
882
|
findByName(name) {
|
|
869
883
|
if (this.findEphemera) {
|
|
@@ -933,17 +947,17 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
933
947
|
this._inStyling = false;
|
|
934
948
|
}
|
|
935
949
|
openSubMenu() {
|
|
936
|
-
this.i.
|
|
950
|
+
this.i.gh();
|
|
937
951
|
}
|
|
938
952
|
closeSubmenu() {
|
|
939
|
-
this.i.
|
|
953
|
+
this.i.ff();
|
|
940
954
|
}
|
|
941
955
|
exportVisualData() {
|
|
942
956
|
let iv = this.i.cr();
|
|
943
957
|
return (iv);
|
|
944
958
|
}
|
|
945
959
|
exportSerializedVisualData() {
|
|
946
|
-
let iv = this.i.
|
|
960
|
+
let iv = this.i.d0();
|
|
947
961
|
return (iv);
|
|
948
962
|
}
|
|
949
963
|
get onCommand() {
|
|
@@ -75,36 +75,36 @@ let IgcToolActionFieldSelectorComponent = /*@__PURE__*/ (() => {
|
|
|
75
75
|
* Gets or sets if the tool action is checked.
|
|
76
76
|
*/
|
|
77
77
|
get dataSource() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.hy;
|
|
79
79
|
}
|
|
80
80
|
set dataSource(v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.hy = v;
|
|
82
82
|
}
|
|
83
83
|
get legendTarget() {
|
|
84
|
-
return this.i.
|
|
84
|
+
return this.i.iu;
|
|
85
85
|
}
|
|
86
86
|
set legendTarget(v) {
|
|
87
|
-
this.i.
|
|
87
|
+
this.i.iu = v;
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* Gets or sets if the tool action is checked.
|
|
91
91
|
*/
|
|
92
92
|
get fieldType() {
|
|
93
|
-
return this.i.
|
|
93
|
+
return this.i.h2;
|
|
94
94
|
}
|
|
95
95
|
set fieldType(v) {
|
|
96
|
-
this.i.
|
|
97
|
-
this._a("fieldType", enumToString(ToolActionFieldSelectorType_$type, this.i.
|
|
96
|
+
this.i.h2 = ensureEnum(ToolActionFieldSelectorType_$type, v);
|
|
97
|
+
this._a("fieldType", enumToString(ToolActionFieldSelectorType_$type, this.i.h2));
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* Gets or sets if the list only takes one selection at a time.
|
|
101
101
|
*/
|
|
102
102
|
get singleSelection() {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.ic;
|
|
104
104
|
}
|
|
105
105
|
set singleSelection(v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("singleSelection", this.i.
|
|
106
|
+
this.i.ic = ensureBool(v);
|
|
107
|
+
this._a("singleSelection", this.i.ic);
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
110
|
* Gets or sets a list of aggregations to use, if null a default list is used instead.
|
|
@@ -113,12 +113,12 @@ let IgcToolActionFieldSelectorComponent = /*@__PURE__*/ (() => {
|
|
|
113
113
|
get aggregations() {
|
|
114
114
|
if (this._aggregations === null) {
|
|
115
115
|
let coll = new IgcToolActionFieldSelectorAggregationsCollection();
|
|
116
|
-
let innerColl = this.i.
|
|
116
|
+
let innerColl = this.i.hz;
|
|
117
117
|
if (!innerColl) {
|
|
118
118
|
innerColl = new ToolActionFieldSelectorAggregationsCollection_internal();
|
|
119
119
|
}
|
|
120
120
|
this._aggregations = coll._fromInner(innerColl);
|
|
121
|
-
this.i.
|
|
121
|
+
this.i.hz = innerColl;
|
|
122
122
|
}
|
|
123
123
|
return this._aggregations;
|
|
124
124
|
}
|
|
@@ -130,24 +130,24 @@ let IgcToolActionFieldSelectorComponent = /*@__PURE__*/ (() => {
|
|
|
130
130
|
let coll = new IgcToolActionFieldSelectorAggregationsCollection();
|
|
131
131
|
this._aggregations = coll._fromOuter(v);
|
|
132
132
|
let syncColl = new SyncableObservableCollection$1(ToolActionFieldSelectorAggregation.$type);
|
|
133
|
-
let innerColl = this.i.
|
|
133
|
+
let innerColl = this.i.hz;
|
|
134
134
|
if (!innerColl) {
|
|
135
135
|
innerColl = new ToolActionFieldSelectorAggregationsCollection_internal();
|
|
136
136
|
}
|
|
137
137
|
syncColl._inner = innerColl;
|
|
138
138
|
syncColl.clear();
|
|
139
139
|
this._aggregations._setSyncTarget(syncColl);
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.hz = innerColl;
|
|
141
141
|
}
|
|
142
142
|
/**
|
|
143
143
|
* Gets or sets if the data source has to be updated when changes are made.
|
|
144
144
|
*/
|
|
145
145
|
get updateDataSource() {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.id;
|
|
147
147
|
}
|
|
148
148
|
set updateDataSource(v) {
|
|
149
|
-
this.i.
|
|
150
|
-
this._a("updateDataSource", this.i.
|
|
149
|
+
this.i.id = ensureBool(v);
|
|
150
|
+
this._a("updateDataSource", this.i.id);
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
* Used to set default values when using custom aggregations, will be overriden otherwise
|
|
@@ -155,12 +155,12 @@ let IgcToolActionFieldSelectorComponent = /*@__PURE__*/ (() => {
|
|
|
155
155
|
get selectedAggregations() {
|
|
156
156
|
if (this._selectedAggregations === null) {
|
|
157
157
|
let coll = new IgcToolActionFieldSelectorSelectedAggregationsCollection();
|
|
158
|
-
let innerColl = this.i.
|
|
158
|
+
let innerColl = this.i.h1;
|
|
159
159
|
if (!innerColl) {
|
|
160
160
|
innerColl = new ToolActionFieldSelectorSelectedAggregationsCollection_internal();
|
|
161
161
|
}
|
|
162
162
|
this._selectedAggregations = coll._fromInner(innerColl);
|
|
163
|
-
this.i.
|
|
163
|
+
this.i.h1 = innerColl;
|
|
164
164
|
}
|
|
165
165
|
return this._selectedAggregations;
|
|
166
166
|
}
|
|
@@ -172,70 +172,70 @@ let IgcToolActionFieldSelectorComponent = /*@__PURE__*/ (() => {
|
|
|
172
172
|
let coll = new IgcToolActionFieldSelectorSelectedAggregationsCollection();
|
|
173
173
|
this._selectedAggregations = coll._fromOuter(v);
|
|
174
174
|
let syncColl = new SyncableObservableCollection$1(ToolActionFieldSelectorSelectedAggregation.$type);
|
|
175
|
-
let innerColl = this.i.
|
|
175
|
+
let innerColl = this.i.h1;
|
|
176
176
|
if (!innerColl) {
|
|
177
177
|
innerColl = new ToolActionFieldSelectorSelectedAggregationsCollection_internal();
|
|
178
178
|
}
|
|
179
179
|
syncColl._inner = innerColl;
|
|
180
180
|
syncColl.clear();
|
|
181
181
|
this._selectedAggregations._setSyncTarget(syncColl);
|
|
182
|
-
this.i.
|
|
182
|
+
this.i.h1 = innerColl;
|
|
183
183
|
}
|
|
184
184
|
get paddingLeft() {
|
|
185
|
-
return this.i.
|
|
185
|
+
return this.i.io;
|
|
186
186
|
}
|
|
187
187
|
set paddingLeft(v) {
|
|
188
|
-
this.i.
|
|
189
|
-
this._a("paddingLeft", this.i.
|
|
188
|
+
this.i.io = +v;
|
|
189
|
+
this._a("paddingLeft", this.i.io);
|
|
190
190
|
}
|
|
191
191
|
get actualPaddingLeft() {
|
|
192
|
-
return this.i.
|
|
192
|
+
return this.i.ij;
|
|
193
193
|
}
|
|
194
194
|
set actualPaddingLeft(v) {
|
|
195
|
-
this.i.
|
|
196
|
-
this._a("actualPaddingLeft", this.i.
|
|
195
|
+
this.i.ij = +v;
|
|
196
|
+
this._a("actualPaddingLeft", this.i.ij);
|
|
197
197
|
}
|
|
198
198
|
get paddingRight() {
|
|
199
|
-
return this.i.
|
|
199
|
+
return this.i.ip;
|
|
200
200
|
}
|
|
201
201
|
set paddingRight(v) {
|
|
202
|
-
this.i.
|
|
203
|
-
this._a("paddingRight", this.i.
|
|
202
|
+
this.i.ip = +v;
|
|
203
|
+
this._a("paddingRight", this.i.ip);
|
|
204
204
|
}
|
|
205
205
|
get actualPaddingRight() {
|
|
206
|
-
return this.i.
|
|
206
|
+
return this.i.ik;
|
|
207
207
|
}
|
|
208
208
|
set actualPaddingRight(v) {
|
|
209
|
-
this.i.
|
|
210
|
-
this._a("actualPaddingRight", this.i.
|
|
209
|
+
this.i.ik = +v;
|
|
210
|
+
this._a("actualPaddingRight", this.i.ik);
|
|
211
211
|
}
|
|
212
212
|
get paddingBottom() {
|
|
213
|
-
return this.i.
|
|
213
|
+
return this.i.im;
|
|
214
214
|
}
|
|
215
215
|
set paddingBottom(v) {
|
|
216
|
-
this.i.
|
|
217
|
-
this._a("paddingBottom", this.i.
|
|
216
|
+
this.i.im = +v;
|
|
217
|
+
this._a("paddingBottom", this.i.im);
|
|
218
218
|
}
|
|
219
219
|
get actualPaddingBottom() {
|
|
220
|
-
return this.i.
|
|
220
|
+
return this.i.ii;
|
|
221
221
|
}
|
|
222
222
|
set actualPaddingBottom(v) {
|
|
223
|
-
this.i.
|
|
224
|
-
this._a("actualPaddingBottom", this.i.
|
|
223
|
+
this.i.ii = +v;
|
|
224
|
+
this._a("actualPaddingBottom", this.i.ii);
|
|
225
225
|
}
|
|
226
226
|
get paddingTop() {
|
|
227
|
-
return this.i.
|
|
227
|
+
return this.i.iq;
|
|
228
228
|
}
|
|
229
229
|
set paddingTop(v) {
|
|
230
|
-
this.i.
|
|
231
|
-
this._a("paddingTop", this.i.
|
|
230
|
+
this.i.iq = +v;
|
|
231
|
+
this._a("paddingTop", this.i.iq);
|
|
232
232
|
}
|
|
233
233
|
get actualPaddingTop() {
|
|
234
|
-
return this.i.
|
|
234
|
+
return this.i.il;
|
|
235
235
|
}
|
|
236
236
|
set actualPaddingTop(v) {
|
|
237
|
-
this.i.
|
|
238
|
-
this._a("actualPaddingTop", this.i.
|
|
237
|
+
this.i.il = +v;
|
|
238
|
+
this._a("actualPaddingTop", this.i.il);
|
|
239
239
|
}
|
|
240
240
|
findByName(name) {
|
|
241
241
|
var baseResult = super.findByName(name);
|
|
@@ -65,21 +65,21 @@ let IgcToolActionGroupHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets the actual back icon color.
|
|
66
66
|
*/
|
|
67
67
|
get actualBackIconColor() {
|
|
68
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.h1);
|
|
69
69
|
}
|
|
70
70
|
set actualBackIconColor(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("actualBackIconColor", brushToString(this.i.
|
|
71
|
+
this.i.h1 = stringToBrush(v);
|
|
72
|
+
this._a("actualBackIconColor", brushToString(this.i.h1));
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets the icon color for the back button.
|
|
76
76
|
*/
|
|
77
77
|
get backIconColor() {
|
|
78
|
-
return brushToString(this.i.
|
|
78
|
+
return brushToString(this.i.h2);
|
|
79
79
|
}
|
|
80
80
|
set backIconColor(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("backIconColor", brushToString(this.i.
|
|
81
|
+
this.i.h2 = stringToBrush(v);
|
|
82
|
+
this._a("backIconColor", brushToString(this.i.h2));
|
|
83
83
|
}
|
|
84
84
|
exportVisualData() {
|
|
85
85
|
let iv = this.i.cr();
|