@syncfusion/ej2-angular-ribbon 26.1.41 → 26.1.42-ngcc

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.
Files changed (74) hide show
  1. package/@syncfusion/ej2-angular-ribbon.es5.js +615 -0
  2. package/@syncfusion/ej2-angular-ribbon.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-ribbon.js +571 -0
  4. package/@syncfusion/ej2-angular-ribbon.js.map +1 -0
  5. package/dist/ej2-angular-ribbon.umd.js +806 -0
  6. package/dist/ej2-angular-ribbon.umd.js.map +1 -0
  7. package/dist/ej2-angular-ribbon.umd.min.js +11 -0
  8. package/dist/ej2-angular-ribbon.umd.min.js.map +1 -0
  9. package/ej2-angular-ribbon.d.ts +5 -0
  10. package/ej2-angular-ribbon.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +14 -28
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/ribbon/collections.directive.d.ts +0 -5
  15. package/src/ribbon/contextualtabs.directive.d.ts +0 -5
  16. package/src/ribbon/groups.directive.d.ts +0 -5
  17. package/src/ribbon/items.directive.d.ts +0 -5
  18. package/src/ribbon/ribbon-all.module.d.ts +0 -6
  19. package/src/ribbon/ribbon.component.d.ts +0 -3
  20. package/src/ribbon/ribbon.module.d.ts +0 -11
  21. package/src/ribbon/tabs.directive.d.ts +0 -5
  22. package/styles/bootstrap-dark.css +1 -0
  23. package/styles/bootstrap.css +1 -0
  24. package/styles/bootstrap4.css +1 -0
  25. package/styles/bootstrap5-dark.css +1 -0
  26. package/styles/bootstrap5.css +1 -0
  27. package/styles/fabric-dark.css +1 -0
  28. package/styles/fabric.css +1 -0
  29. package/styles/fluent-dark.css +1 -0
  30. package/styles/fluent.css +1 -0
  31. package/styles/fluent2.css +1 -0
  32. package/styles/highcontrast-light.css +1 -0
  33. package/styles/highcontrast.css +1 -0
  34. package/styles/material-dark.css +1 -0
  35. package/styles/material.css +1 -0
  36. package/styles/material3-dark.css +1 -0
  37. package/styles/material3.css +1 -0
  38. package/styles/ribbon/bootstrap-dark.css +1 -0
  39. package/styles/ribbon/bootstrap.css +1 -0
  40. package/styles/ribbon/bootstrap4.css +1 -0
  41. package/styles/ribbon/bootstrap5-dark.css +1 -0
  42. package/styles/ribbon/bootstrap5.css +1 -0
  43. package/styles/ribbon/fabric-dark.css +1 -0
  44. package/styles/ribbon/fabric.css +1 -0
  45. package/styles/ribbon/fluent-dark.css +1 -0
  46. package/styles/ribbon/fluent.css +1 -0
  47. package/styles/ribbon/fluent2.css +1 -0
  48. package/styles/ribbon/highcontrast-light.css +1 -0
  49. package/styles/ribbon/highcontrast.css +1 -0
  50. package/styles/ribbon/material-dark.css +1 -0
  51. package/styles/ribbon/material.css +1 -0
  52. package/styles/ribbon/material3-dark.css +1 -0
  53. package/styles/ribbon/material3.css +1 -0
  54. package/styles/ribbon/tailwind-dark.css +1 -0
  55. package/styles/ribbon/tailwind.css +1 -0
  56. package/styles/tailwind-dark.css +1 -0
  57. package/styles/tailwind.css +1 -0
  58. package/CHANGELOG.md +0 -115
  59. package/esm2020/public_api.mjs +0 -2
  60. package/esm2020/src/index.mjs +0 -10
  61. package/esm2020/src/ribbon/collections.directive.mjs +0 -50
  62. package/esm2020/src/ribbon/contextualtabs.directive.mjs +0 -62
  63. package/esm2020/src/ribbon/groups.directive.mjs +0 -50
  64. package/esm2020/src/ribbon/items.directive.mjs +0 -54
  65. package/esm2020/src/ribbon/ribbon-all.module.mjs +0 -62
  66. package/esm2020/src/ribbon/ribbon.component.mjs +0 -160
  67. package/esm2020/src/ribbon/ribbon.module.mjs +0 -70
  68. package/esm2020/src/ribbon/tabs.directive.mjs +0 -50
  69. package/esm2020/syncfusion-ej2-angular-ribbon.mjs +0 -5
  70. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs +0 -528
  71. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
  72. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs +0 -528
  73. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
  74. package/syncfusion-ej2-angular-ribbon.d.ts +0 -5
@@ -1,16 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./ribbon.component";
3
- import * as i2 from "./items.directive";
4
- import * as i3 from "./collections.directive";
5
- import * as i4 from "./groups.directive";
6
- import * as i5 from "./tabs.directive";
7
- import * as i6 from "./contextualtabs.directive";
8
- import * as i7 from "@angular/common";
9
1
  /**
10
2
  * NgModule definition for the Ribbon component.
11
3
  */
12
4
  export declare class RibbonModule {
13
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<RibbonModule, [typeof i1.RibbonComponent, typeof i2.RibbonItemDirective, typeof i2.RibbonItemsDirective, typeof i3.RibbonCollectionDirective, typeof i3.RibbonCollectionsDirective, typeof i4.RibbonGroupDirective, typeof i4.RibbonGroupsDirective, typeof i5.RibbonTabDirective, typeof i5.RibbonTabsDirective, typeof i6.RibbonContextualTabDirective, typeof i6.RibbonContextualTabsDirective], [typeof i7.CommonModule], [typeof i1.RibbonComponent, typeof i2.RibbonItemDirective, typeof i2.RibbonItemsDirective, typeof i3.RibbonCollectionDirective, typeof i3.RibbonCollectionsDirective, typeof i4.RibbonGroupDirective, typeof i4.RibbonGroupsDirective, typeof i5.RibbonTabDirective, typeof i5.RibbonTabsDirective, typeof i6.RibbonContextualTabDirective, typeof i6.RibbonContextualTabsDirective]>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<RibbonModule>;
16
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -33,8 +32,6 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
33
32
  */
34
33
  keyTip: any;
35
34
  constructor(viewContainerRef: ViewContainerRef);
36
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabDirective, never>;
37
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabDirective, "e-ribbon-tab", never, { "cssClass": "cssClass"; "groups": "groups"; "header": "header"; "id": "id"; "keyTip": "keyTip"; }, {}, ["childGroups"]>;
38
35
  }
39
36
  /**
40
37
  * RibbonTab Array Directive
@@ -42,6 +39,4 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
42
39
  */
43
40
  export declare class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {
44
41
  constructor();
45
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabsDirective, never>;
46
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabsDirective, "e-ribbon-tabs", never, {}, {}, ["children"]>;
47
42
  }
@@ -555,6 +555,7 @@
555
555
  .e-ribbon.e-rbn .e-disabled,
556
556
  .e-ribbon-group-overflow-ddb .e-disabled {
557
557
  opacity: 0.35;
558
+ pointer-events: none;
558
559
  }
559
560
  .e-ribbon.e-rbn .e-input-group,
560
561
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -557,6 +557,7 @@
557
557
  .e-ribbon.e-rbn .e-disabled,
558
558
  .e-ribbon-group-overflow-ddb .e-disabled {
559
559
  opacity: 0.35;
560
+ pointer-events: none;
560
561
  }
561
562
  .e-ribbon.e-rbn .e-input-group,
562
563
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -621,6 +621,7 @@
621
621
  .e-ribbon.e-rbn .e-disabled,
622
622
  .e-ribbon-group-overflow-ddb .e-disabled {
623
623
  opacity: 0.35;
624
+ pointer-events: none;
624
625
  }
625
626
  .e-ribbon.e-rbn .e-input-group,
626
627
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -648,6 +648,7 @@
648
648
  .e-ribbon.e-rbn .e-disabled,
649
649
  .e-ribbon-group-overflow-ddb .e-disabled {
650
650
  opacity: 0.35;
651
+ pointer-events: none;
651
652
  }
652
653
  .e-ribbon.e-rbn .e-input-group,
653
654
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -648,6 +648,7 @@
648
648
  .e-ribbon.e-rbn .e-disabled,
649
649
  .e-ribbon-group-overflow-ddb .e-disabled {
650
650
  opacity: 0.35;
651
+ pointer-events: none;
651
652
  }
652
653
  .e-ribbon.e-rbn .e-input-group,
653
654
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -530,6 +530,7 @@
530
530
  .e-ribbon.e-rbn .e-disabled,
531
531
  .e-ribbon-group-overflow-ddb .e-disabled {
532
532
  opacity: 0.35;
533
+ pointer-events: none;
533
534
  }
534
535
  .e-ribbon.e-rbn .e-input-group,
535
536
  .e-ribbon-group-overflow-ddb .e-input-group {
package/styles/fabric.css CHANGED
@@ -524,6 +524,7 @@
524
524
  .e-ribbon.e-rbn .e-disabled,
525
525
  .e-ribbon-group-overflow-ddb .e-disabled {
526
526
  opacity: 0.35;
527
+ pointer-events: none;
527
528
  }
528
529
  .e-ribbon.e-rbn .e-input-group,
529
530
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -627,6 +627,7 @@
627
627
  .e-ribbon.e-rbn .e-disabled,
628
628
  .e-ribbon-group-overflow-ddb .e-disabled {
629
629
  opacity: 0.35;
630
+ pointer-events: none;
630
631
  }
631
632
  .e-ribbon.e-rbn .e-input-group,
632
633
  .e-ribbon-group-overflow-ddb .e-input-group {
package/styles/fluent.css CHANGED
@@ -627,6 +627,7 @@
627
627
  .e-ribbon.e-rbn .e-disabled,
628
628
  .e-ribbon-group-overflow-ddb .e-disabled {
629
629
  opacity: 0.35;
630
+ pointer-events: none;
630
631
  }
631
632
  .e-ribbon.e-rbn .e-input-group,
632
633
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -1700,6 +1700,7 @@
1700
1700
  .e-ribbon.e-rbn .e-disabled,
1701
1701
  .e-ribbon-group-overflow-ddb .e-disabled {
1702
1702
  opacity: unset;
1703
+ pointer-events: none;
1703
1704
  }
1704
1705
  .e-ribbon.e-rbn .e-input-group,
1705
1706
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -537,6 +537,7 @@
537
537
  .e-ribbon.e-rbn .e-disabled,
538
538
  .e-ribbon-group-overflow-ddb .e-disabled {
539
539
  opacity: 0.35;
540
+ pointer-events: none;
540
541
  }
541
542
  .e-ribbon.e-rbn .e-input-group,
542
543
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -542,6 +542,7 @@
542
542
  .e-ribbon.e-rbn .e-disabled,
543
543
  .e-ribbon-group-overflow-ddb .e-disabled {
544
544
  opacity: 0.35;
545
+ pointer-events: none;
545
546
  }
546
547
  .e-ribbon.e-rbn .e-input-group,
547
548
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -674,6 +674,7 @@
674
674
  .e-ribbon.e-rbn .e-disabled,
675
675
  .e-ribbon-group-overflow-ddb .e-disabled {
676
676
  opacity: 0.35;
677
+ pointer-events: none;
677
678
  }
678
679
  .e-ribbon.e-rbn .e-input-group,
679
680
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -700,6 +700,7 @@
700
700
  .e-ribbon.e-rbn .e-disabled,
701
701
  .e-ribbon-group-overflow-ddb .e-disabled {
702
702
  opacity: 0.35;
703
+ pointer-events: none;
703
704
  }
704
705
  .e-ribbon.e-rbn .e-input-group,
705
706
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -733,6 +733,7 @@
733
733
  .e-ribbon.e-rbn .e-disabled,
734
734
  .e-ribbon-group-overflow-ddb .e-disabled {
735
735
  opacity: 0.35;
736
+ pointer-events: none;
736
737
  }
737
738
  .e-ribbon.e-rbn .e-input-group,
738
739
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -845,6 +845,7 @@
845
845
  .e-ribbon.e-rbn .e-disabled,
846
846
  .e-ribbon-group-overflow-ddb .e-disabled {
847
847
  opacity: 0.35;
848
+ pointer-events: none;
848
849
  }
849
850
  .e-ribbon.e-rbn .e-input-group,
850
851
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -555,6 +555,7 @@
555
555
  .e-ribbon.e-rbn .e-disabled,
556
556
  .e-ribbon-group-overflow-ddb .e-disabled {
557
557
  opacity: 0.35;
558
+ pointer-events: none;
558
559
  }
559
560
  .e-ribbon.e-rbn .e-input-group,
560
561
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -557,6 +557,7 @@
557
557
  .e-ribbon.e-rbn .e-disabled,
558
558
  .e-ribbon-group-overflow-ddb .e-disabled {
559
559
  opacity: 0.35;
560
+ pointer-events: none;
560
561
  }
561
562
  .e-ribbon.e-rbn .e-input-group,
562
563
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -621,6 +621,7 @@
621
621
  .e-ribbon.e-rbn .e-disabled,
622
622
  .e-ribbon-group-overflow-ddb .e-disabled {
623
623
  opacity: 0.35;
624
+ pointer-events: none;
624
625
  }
625
626
  .e-ribbon.e-rbn .e-input-group,
626
627
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -648,6 +648,7 @@
648
648
  .e-ribbon.e-rbn .e-disabled,
649
649
  .e-ribbon-group-overflow-ddb .e-disabled {
650
650
  opacity: 0.35;
651
+ pointer-events: none;
651
652
  }
652
653
  .e-ribbon.e-rbn .e-input-group,
653
654
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -648,6 +648,7 @@
648
648
  .e-ribbon.e-rbn .e-disabled,
649
649
  .e-ribbon-group-overflow-ddb .e-disabled {
650
650
  opacity: 0.35;
651
+ pointer-events: none;
651
652
  }
652
653
  .e-ribbon.e-rbn .e-input-group,
653
654
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -530,6 +530,7 @@
530
530
  .e-ribbon.e-rbn .e-disabled,
531
531
  .e-ribbon-group-overflow-ddb .e-disabled {
532
532
  opacity: 0.35;
533
+ pointer-events: none;
533
534
  }
534
535
  .e-ribbon.e-rbn .e-input-group,
535
536
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -524,6 +524,7 @@
524
524
  .e-ribbon.e-rbn .e-disabled,
525
525
  .e-ribbon-group-overflow-ddb .e-disabled {
526
526
  opacity: 0.35;
527
+ pointer-events: none;
527
528
  }
528
529
  .e-ribbon.e-rbn .e-input-group,
529
530
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -627,6 +627,7 @@
627
627
  .e-ribbon.e-rbn .e-disabled,
628
628
  .e-ribbon-group-overflow-ddb .e-disabled {
629
629
  opacity: 0.35;
630
+ pointer-events: none;
630
631
  }
631
632
  .e-ribbon.e-rbn .e-input-group,
632
633
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -627,6 +627,7 @@
627
627
  .e-ribbon.e-rbn .e-disabled,
628
628
  .e-ribbon-group-overflow-ddb .e-disabled {
629
629
  opacity: 0.35;
630
+ pointer-events: none;
630
631
  }
631
632
  .e-ribbon.e-rbn .e-input-group,
632
633
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -1700,6 +1700,7 @@
1700
1700
  .e-ribbon.e-rbn .e-disabled,
1701
1701
  .e-ribbon-group-overflow-ddb .e-disabled {
1702
1702
  opacity: unset;
1703
+ pointer-events: none;
1703
1704
  }
1704
1705
  .e-ribbon.e-rbn .e-input-group,
1705
1706
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -537,6 +537,7 @@
537
537
  .e-ribbon.e-rbn .e-disabled,
538
538
  .e-ribbon-group-overflow-ddb .e-disabled {
539
539
  opacity: 0.35;
540
+ pointer-events: none;
540
541
  }
541
542
  .e-ribbon.e-rbn .e-input-group,
542
543
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -542,6 +542,7 @@
542
542
  .e-ribbon.e-rbn .e-disabled,
543
543
  .e-ribbon-group-overflow-ddb .e-disabled {
544
544
  opacity: 0.35;
545
+ pointer-events: none;
545
546
  }
546
547
  .e-ribbon.e-rbn .e-input-group,
547
548
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -674,6 +674,7 @@
674
674
  .e-ribbon.e-rbn .e-disabled,
675
675
  .e-ribbon-group-overflow-ddb .e-disabled {
676
676
  opacity: 0.35;
677
+ pointer-events: none;
677
678
  }
678
679
  .e-ribbon.e-rbn .e-input-group,
679
680
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -700,6 +700,7 @@
700
700
  .e-ribbon.e-rbn .e-disabled,
701
701
  .e-ribbon-group-overflow-ddb .e-disabled {
702
702
  opacity: 0.35;
703
+ pointer-events: none;
703
704
  }
704
705
  .e-ribbon.e-rbn .e-input-group,
705
706
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -733,6 +733,7 @@
733
733
  .e-ribbon.e-rbn .e-disabled,
734
734
  .e-ribbon-group-overflow-ddb .e-disabled {
735
735
  opacity: 0.35;
736
+ pointer-events: none;
736
737
  }
737
738
  .e-ribbon.e-rbn .e-input-group,
738
739
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -845,6 +845,7 @@
845
845
  .e-ribbon.e-rbn .e-disabled,
846
846
  .e-ribbon-group-overflow-ddb .e-disabled {
847
847
  opacity: 0.35;
848
+ pointer-events: none;
848
849
  }
849
850
  .e-ribbon.e-rbn .e-input-group,
850
851
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -655,6 +655,7 @@
655
655
  .e-ribbon.e-rbn .e-disabled,
656
656
  .e-ribbon-group-overflow-ddb .e-disabled {
657
657
  opacity: 0.35;
658
+ pointer-events: none;
658
659
  }
659
660
  .e-ribbon.e-rbn .e-input-group,
660
661
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -655,6 +655,7 @@
655
655
  .e-ribbon.e-rbn .e-disabled,
656
656
  .e-ribbon-group-overflow-ddb .e-disabled {
657
657
  opacity: 0.35;
658
+ pointer-events: none;
658
659
  }
659
660
  .e-ribbon.e-rbn .e-input-group,
660
661
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -655,6 +655,7 @@
655
655
  .e-ribbon.e-rbn .e-disabled,
656
656
  .e-ribbon-group-overflow-ddb .e-disabled {
657
657
  opacity: 0.35;
658
+ pointer-events: none;
658
659
  }
659
660
  .e-ribbon.e-rbn .e-input-group,
660
661
  .e-ribbon-group-overflow-ddb .e-input-group {
@@ -655,6 +655,7 @@
655
655
  .e-ribbon.e-rbn .e-disabled,
656
656
  .e-ribbon-group-overflow-ddb .e-disabled {
657
657
  opacity: 0.35;
658
+ pointer-events: none;
658
659
  }
659
660
  .e-ribbon.e-rbn .e-input-group,
660
661
  .e-ribbon-group-overflow-ddb .e-input-group {
package/CHANGELOG.md DELETED
@@ -1,115 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### Ribbon
6
-
7
- #### Features
8
-
9
- - `#I592358` - Now we have provided a new event `ribbonLayoutSwitched`, when the layout is switched between the classic and simplified modes in ribbon.
10
-
11
- ## 26.1.40 (2024-07-02)
12
-
13
- ### Ribbon
14
-
15
- #### Bug Fixes
16
-
17
- - `#I602654` - Now the issue with ribbon overflow popup opens when the button item is programmatically clicked has been resolved.
18
-
19
- ## 26.1.38 (2024-06-19)
20
-
21
- ### Ribbon
22
-
23
- #### Bug Fixes
24
-
25
- - `#I593640` - Now the script issue raised while disabling the last tab of the ribbon has been resolved.
26
-
27
- ## 25.1.35 (2024-03-15)
28
-
29
- ### Ribbon
30
-
31
- #### Features
32
-
33
- - **Gallery item** - In addition to the existing built-in items, a new item, gallery, has been added to the Ribbon control. It allows users to perform specific actions by displaying a collection of related items, including icons, content, or images. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/gallery.html).
34
-
35
- - **Contextual tabs** - The Ribbon control now supports addition of contextual tabs, allows users to display the ribbon tabs on demand based on their needs. Similar to the normal ribbon tabs, it supports adding all built-in and custom ribbon items to execute specific actions. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/contextual-tab.html).
36
-
37
- - **KeyTips support** - The KeyTips feature enables users to quickly access the tabs or ribbon items by using defined unique key tips (up to 3 characters). To show the KeyTips, press Alt + Windows/Command keys, and close or traverse back by pressing the Esc key. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/keytip.html).
38
-
39
- - **Gallery item** - In addition to the existing built-in items, a new item, gallery, has been added to the Ribbon component. It allows users to perform specific actions by displaying a collection of related items, including icons, content, or images. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/gallery).
40
-
41
- - **Contextual tabs** - The Ribbon component now supports addition of contextual tabs, allows users to display the ribbon tabs on demand based on their needs. Similar to the normal ribbon tabs, it supports adding all built-in and custom ribbon items to execute specific actions. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/contextual).
42
-
43
- - **KeyTips support** - The KeyTips feature enables users to quickly access the tabs or ribbon items by using defined unique key tips (up to 3 characters). To show the KeyTips, press Alt + Windows/Command keys, and close or traverse back by pressing the Esc key. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/keytip).
44
-
45
- ## 24.1.41 (2023-12-18)
46
-
47
- ### Ribbon
48
-
49
- #### Features
50
-
51
- - Enhanced the popups UI with added label/header support for items displayed in overflow popups. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/resize).
52
-
53
- #### Bug Fixes
54
-
55
- - `#F185735` - Issue with 'selected' property not updating properly when selecting an item from Ribbon GroupButton has been resolved.
56
-
57
- ## 23.2.7 (2023-12-05)
58
-
59
- ### Ribbon
60
-
61
- #### Features
62
-
63
- `#I512188` - Provided overflow popup open/close event support for the Ribbon overflow popup.
64
-
65
- ## 23.2.5 (2023-11-23)
66
-
67
- ### Ribbon
68
-
69
- #### Bug Fixes
70
-
71
- `#I516350` - Now the issue with overflow popup button when the items showing inside are in hidden state has been resolved.
72
-
73
- ## 23.1.44 (2023-11-07)
74
-
75
- ### Ribbon
76
-
77
- #### Bug Fixes
78
-
79
- `#I509963` - Now the issue with hide/disable method not working properly with the tab items that are not loaded in initial rendering has been resolved.
80
-
81
- `#I510661` - Now the script issue raised with the createPopupOnClick property enabled in the dropdown item overflow popup has been resolved.
82
-
83
- ## 23.1.43 (2023-10-31)
84
-
85
- ### Ribbon
86
-
87
- #### Features
88
-
89
- `#I510343` - Provided custom HTML attributes support for the Ribbon items
90
-
91
- ## 23.1.38 (2023-09-26)
92
-
93
- ### Ribbon
94
-
95
- #### Bug Fixes
96
-
97
- `#I499031` - Now, the issue with overflow popup items are arranged in reversal order when being resized is resolved.
98
-
99
- ## 21.1.35 (2023-03-23)
100
-
101
- ### Ribbon
102
-
103
- The Ribbon provides a structured and easy-to-use user interface for users to access different features and functions through series of tabs, improving user experience and efficiency.
104
-
105
- **Key features**
106
-
107
- - **Built-in items** - Several built-in support items, such as buttons, checkboxes, drop-down buttons, split buttons, combo boxes, and color pickers that can be customized and used to execute specific actions.
108
-
109
- - **Modes** - Offers the classic mode that organizes items and groups in a traditional form, and simplified mode that organizes items and groups into a single row for improved usability and reduced clutter.
110
-
111
- - **Tooltip** - Provide additional information when a user hovers over a ribbon item, improving user experience and increasing the usability of the application.
112
-
113
- - **File menu** - A built-in menu that to add file related actions easily.
114
-
115
- - **Templates** - Customize ribbon items and the help pane content using templates.
@@ -1,2 +0,0 @@
1
- export * from './src/index';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9pbmRleCc7Il19
@@ -1,10 +0,0 @@
1
- export { RibbonItemDirective, RibbonItemsDirective } from './ribbon/items.directive';
2
- export { RibbonCollectionDirective, RibbonCollectionsDirective } from './ribbon/collections.directive';
3
- export { RibbonGroupDirective, RibbonGroupsDirective } from './ribbon/groups.directive';
4
- export { RibbonTabDirective, RibbonTabsDirective } from './ribbon/tabs.directive';
5
- export { RibbonContextualTabDirective, RibbonContextualTabsDirective } from './ribbon/contextualtabs.directive';
6
- export { RibbonComponent } from './ribbon/ribbon.component';
7
- export { RibbonModule } from './ribbon/ribbon.module';
8
- export { RibbonAllModule, RibbonButtonService, RibbonDropDownService, RibbonSplitButtonService, RibbonCheckBoxService, RibbonColorPickerService, RibbonComboBoxService, RibbonGroupButtonService, RibbonFileMenuService, RibbonBackstageService, RibbonKeyTipService, RibbonContextualTabService, RibbonGalleryService } from './ribbon/ribbon-all.module';
9
- export * from '@syncfusion/ej2-ribbon';
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLG1CQUFtQixFQUFDLG9CQUFvQixFQUFDLE1BQU0sMEJBQTBCLENBQUM7QUFDbEYsT0FBTyxFQUFDLHlCQUF5QixFQUFDLDBCQUEwQixFQUFDLE1BQU0sZ0NBQWdDLENBQUM7QUFDcEcsT0FBTyxFQUFDLG9CQUFvQixFQUFDLHFCQUFxQixFQUFDLE1BQU0sMkJBQTJCLENBQUM7QUFDckYsT0FBTyxFQUFDLGtCQUFrQixFQUFDLG1CQUFtQixFQUFDLE1BQU0seUJBQXlCLENBQUM7QUFDL0UsT0FBTyxFQUFDLDRCQUE0QixFQUFDLDZCQUE2QixFQUFDLE1BQU0sbUNBQW1DLENBQUM7QUFDN0csT0FBTyxFQUFFLGVBQWUsRUFBQyxNQUFNLDJCQUEyQixDQUFDO0FBQzNELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUsZUFBZSxFQUFFLG1CQUFtQixFQUFFLHFCQUFxQixFQUFFLHdCQUF3QixFQUFFLHFCQUFxQixFQUFFLHdCQUF3QixFQUFFLHFCQUFxQixFQUFFLHdCQUF3QixFQUFFLHFCQUFxQixFQUFFLHNCQUFzQixFQUFFLG1CQUFtQixFQUFFLDBCQUEwQixFQUFFLG9CQUFvQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDM1YsY0FBYyx3QkFBd0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7UmliYm9uSXRlbURpcmVjdGl2ZSxSaWJib25JdGVtc0RpcmVjdGl2ZX0gZnJvbSAnLi9yaWJib24vaXRlbXMuZGlyZWN0aXZlJztcbmV4cG9ydCB7UmliYm9uQ29sbGVjdGlvbkRpcmVjdGl2ZSxSaWJib25Db2xsZWN0aW9uc0RpcmVjdGl2ZX0gZnJvbSAnLi9yaWJib24vY29sbGVjdGlvbnMuZGlyZWN0aXZlJztcbmV4cG9ydCB7UmliYm9uR3JvdXBEaXJlY3RpdmUsUmliYm9uR3JvdXBzRGlyZWN0aXZlfSBmcm9tICcuL3JpYmJvbi9ncm91cHMuZGlyZWN0aXZlJztcbmV4cG9ydCB7UmliYm9uVGFiRGlyZWN0aXZlLFJpYmJvblRhYnNEaXJlY3RpdmV9IGZyb20gJy4vcmliYm9uL3RhYnMuZGlyZWN0aXZlJztcbmV4cG9ydCB7UmliYm9uQ29udGV4dHVhbFRhYkRpcmVjdGl2ZSxSaWJib25Db250ZXh0dWFsVGFic0RpcmVjdGl2ZX0gZnJvbSAnLi9yaWJib24vY29udGV4dHVhbHRhYnMuZGlyZWN0aXZlJztcbmV4cG9ydCB7IFJpYmJvbkNvbXBvbmVudH0gZnJvbSAnLi9yaWJib24vcmliYm9uLmNvbXBvbmVudCc7XG5leHBvcnQgeyBSaWJib25Nb2R1bGUgfSBmcm9tICcuL3JpYmJvbi9yaWJib24ubW9kdWxlJztcbmV4cG9ydCB7IFJpYmJvbkFsbE1vZHVsZSwgUmliYm9uQnV0dG9uU2VydmljZSwgUmliYm9uRHJvcERvd25TZXJ2aWNlLCBSaWJib25TcGxpdEJ1dHRvblNlcnZpY2UsIFJpYmJvbkNoZWNrQm94U2VydmljZSwgUmliYm9uQ29sb3JQaWNrZXJTZXJ2aWNlLCBSaWJib25Db21ib0JveFNlcnZpY2UsIFJpYmJvbkdyb3VwQnV0dG9uU2VydmljZSwgUmliYm9uRmlsZU1lbnVTZXJ2aWNlLCBSaWJib25CYWNrc3RhZ2VTZXJ2aWNlLCBSaWJib25LZXlUaXBTZXJ2aWNlLCBSaWJib25Db250ZXh0dWFsVGFiU2VydmljZSwgUmliYm9uR2FsbGVyeVNlcnZpY2UgfSBmcm9tICcuL3JpYmJvbi9yaWJib24tYWxsLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICdAc3luY2Z1c2lvbi9lajItcmliYm9uJzsiXX0=
@@ -1,50 +0,0 @@
1
- import { Directive, ContentChildren, ContentChild } from '@angular/core';
2
- import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
3
- import { RibbonItemsDirective } from './items.directive';
4
- import * as i0 from "@angular/core";
5
- let input = ['cssClass', 'id', 'items'];
6
- let outputs = [];
7
- export class RibbonCollectionDirective extends ComplexBase {
8
- constructor(viewContainerRef) {
9
- super();
10
- this.viewContainerRef = viewContainerRef;
11
- this.tags = ['items'];
12
- setValue('currentInstance', this, this.viewContainerRef);
13
- this.registerEvents(outputs);
14
- this.directivePropList = input;
15
- }
16
- }
17
- RibbonCollectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
18
- RibbonCollectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonCollectionDirective, selector: "e-ribbon-collection", inputs: { cssClass: "cssClass", id: "id", items: "items" }, queries: [{ propertyName: "childItems", first: true, predicate: RibbonItemsDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionDirective, decorators: [{
20
- type: Directive,
21
- args: [{
22
- selector: 'e-ribbon-collection',
23
- inputs: input,
24
- outputs: outputs,
25
- queries: {
26
- childItems: new ContentChild(RibbonItemsDirective)
27
- }
28
- }]
29
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
30
- /**
31
- * RibbonCollection Array Directive
32
- * @private
33
- */
34
- export class RibbonCollectionsDirective extends ArrayBase {
35
- constructor() {
36
- super('collections');
37
- }
38
- }
39
- RibbonCollectionsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
40
- RibbonCollectionsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonCollectionsDirective, selector: "e-ribbon-collections", queries: [{ propertyName: "children", predicate: RibbonCollectionDirective }], usesInheritance: true, ngImport: i0 });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionsDirective, decorators: [{
42
- type: Directive,
43
- args: [{
44
- selector: 'e-ribbon-collections',
45
- queries: {
46
- children: new ContentChildren(RibbonCollectionDirective)
47
- },
48
- }]
49
- }], ctorParameters: function () { return []; } });
50
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sbGVjdGlvbnMuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JpYmJvbi9jb2xsZWN0aW9ucy5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBb0IsZUFBZSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzRixPQUFPLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUVoRixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFFekQsSUFBSSxLQUFLLEdBQWEsQ0FBQyxVQUFVLEVBQUUsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO0FBQ2xELElBQUksT0FBTyxHQUFhLEVBQUUsQ0FBQztBQVUzQixNQUFNLE9BQU8seUJBQTBCLFNBQVEsV0FBc0M7SUFzQmpGLFlBQW9CLGdCQUFpQztRQUNqRCxLQUFLLEVBQUUsQ0FBQztRQURRLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBaUI7UUFsQjlDLFNBQUksR0FBYSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBb0I5QixRQUFRLENBQUMsaUJBQWlCLEVBQUUsSUFBSSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQ3pELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztJQUNuQyxDQUFDOztzSEEzQlEseUJBQXlCOzBHQUF6Qix5QkFBeUIsK0pBSEQsb0JBQW9COzJGQUc1Qyx5QkFBeUI7a0JBUnJDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHFCQUFxQjtvQkFDL0IsTUFBTSxFQUFFLEtBQUs7b0JBQ2IsT0FBTyxFQUFFLE9BQU87b0JBQ2hCLE9BQU8sRUFBRTt3QkFDTCxVQUFVLEVBQUUsSUFBSSxZQUFZLENBQUMsb0JBQW9CLENBQUM7cUJBQ3JEO2lCQUNKOztBQStCRDs7O0dBR0c7QUFPSCxNQUFNLE9BQU8sMEJBQTJCLFNBQVEsU0FBcUM7SUFDakY7UUFDSSxLQUFLLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7dUhBSFEsMEJBQTBCOzJHQUExQiwwQkFBMEIscUZBSEQseUJBQXlCOzJGQUdsRCwwQkFBMEI7a0JBTnRDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsT0FBTyxFQUFFO3dCQUNMLFFBQVEsRUFBRSxJQUFJLGVBQWUsQ0FBQyx5QkFBeUIsQ0FBQztxQkFDM0Q7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIFZpZXdDb250YWluZXJSZWYsIENvbnRlbnRDaGlsZHJlbiwgQ29udGVudENoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wbGV4QmFzZSwgQXJyYXlCYXNlLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuXG5pbXBvcnQgeyBSaWJib25JdGVtc0RpcmVjdGl2ZSB9IGZyb20gJy4vaXRlbXMuZGlyZWN0aXZlJztcblxubGV0IGlucHV0OiBzdHJpbmdbXSA9IFsnY3NzQ2xhc3MnLCAnaWQnLCAnaXRlbXMnXTtcbmxldCBvdXRwdXRzOiBzdHJpbmdbXSA9IFtdO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ2UtcmliYm9uLWNvbGxlY3Rpb24nLFxuICAgIGlucHV0czogaW5wdXQsXG4gICAgb3V0cHV0czogb3V0cHV0cywgICAgXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZEl0ZW1zOiBuZXcgQ29udGVudENoaWxkKFJpYmJvbkl0ZW1zRGlyZWN0aXZlKVxuICAgIH1cbn0pXG5leHBvcnQgY2xhc3MgUmliYm9uQ29sbGVjdGlvbkRpcmVjdGl2ZSBleHRlbmRzIENvbXBsZXhCYXNlPFJpYmJvbkNvbGxlY3Rpb25EaXJlY3RpdmU+IHtcbiAgICBwdWJsaWMgZGlyZWN0aXZlUHJvcExpc3Q6IGFueTtcblx0XG4gICAgcHVibGljIGNoaWxkSXRlbXM6IGFueTtcbiAgICBwdWJsaWMgdGFnczogc3RyaW5nW10gPSBbJ2l0ZW1zJ107XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgb25lIG9yIG1vcmUgQ1NTIGNsYXNzZXMgdG8gY3VzdG9taXplIHRoZSBhcHBlYXJhbmNlIG9mIGNvbGxlY3Rpb24uXG4gICAgICogQGRlZmF1bHQgJydcbiAgICAgKi9cbiAgICBwdWJsaWMgY3NzQ2xhc3M6IGFueTtcbiAgICAvKiogXG4gICAgICogRGVmaW5lcyBhIHVuaXF1ZSBpZGVudGlmaWVyIGZvciB0aGUgY29sbGVjdGlvbi5cbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqL1xuICAgIHB1YmxpYyBpZDogYW55O1xuICAgIC8qKiBcbiAgICAgKiBEZWZpbmVzIHRoZSBsaXN0IG9mIHJpYmJvbiBpdGVtcy5cbiAgICAgKiBAZGVmYXVsdCBbXVxuICAgICAqIEBhc3B0eXBlIExpc3Q8UmliYm9uSXRlbT5cbiAgICAgKi9cbiAgICBwdWJsaWMgaXRlbXM6IGFueTtcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgdmlld0NvbnRhaW5lclJlZjpWaWV3Q29udGFpbmVyUmVmKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmRpcmVjdGl2ZVByb3BMaXN0ID0gaW5wdXQ7XG4gICAgfVxufVxuXG4vKipcbiAqIFJpYmJvbkNvbGxlY3Rpb24gQXJyYXkgRGlyZWN0aXZlXG4gKiBAcHJpdmF0ZVxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ2UtcmliYm9uLWNvbGxlY3Rpb25zJyxcbiAgICBxdWVyaWVzOiB7XG4gICAgICAgIGNoaWxkcmVuOiBuZXcgQ29udGVudENoaWxkcmVuKFJpYmJvbkNvbGxlY3Rpb25EaXJlY3RpdmUpXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgUmliYm9uQ29sbGVjdGlvbnNEaXJlY3RpdmUgZXh0ZW5kcyBBcnJheUJhc2U8UmliYm9uQ29sbGVjdGlvbnNEaXJlY3RpdmU+IHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoJ2NvbGxlY3Rpb25zJyk7XG4gICAgfVxufSJdfQ==
@@ -1,62 +0,0 @@
1
- import { Directive, ContentChildren, ContentChild } from '@angular/core';
2
- import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
3
- import { RibbonTabsDirective } from './tabs.directive';
4
- import * as i0 from "@angular/core";
5
- let input = ['isSelected', 'tabs', 'visible'];
6
- let outputs = [];
7
- /**
8
- * `e-ribbon-contextual-tab` directive represent a contextual tab of the Angular Ribbon.
9
- * It must be contained in a Ribbon component(`ejs-ribbon`).
10
- * ```html
11
- * <ejs-ribbon>
12
- * <e-ribbon-contextual-tabs>
13
- * <e-ribbon-contextual-tab>
14
- * </e-ribbon-contextual-tab>
15
- * </e-ribbon-contextual-tabs>
16
- * </ejs-ribbon>
17
- * ```
18
- */
19
- export class RibbonContextualTabDirective extends ComplexBase {
20
- constructor(viewContainerRef) {
21
- super();
22
- this.viewContainerRef = viewContainerRef;
23
- this.tags = ['tabs'];
24
- setValue('currentInstance', this, this.viewContainerRef);
25
- this.registerEvents(outputs);
26
- this.directivePropList = input;
27
- }
28
- }
29
- RibbonContextualTabDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonContextualTabDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
30
- RibbonContextualTabDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonContextualTabDirective, selector: "e-ribbon-contextual-tab", inputs: { isSelected: "isSelected", tabs: "tabs", visible: "visible" }, queries: [{ propertyName: "childTabs", first: true, predicate: RibbonTabsDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonContextualTabDirective, decorators: [{
32
- type: Directive,
33
- args: [{
34
- selector: 'e-ribbon-contextual-tab',
35
- inputs: input,
36
- outputs: outputs,
37
- queries: {
38
- childTabs: new ContentChild(RibbonTabsDirective)
39
- }
40
- }]
41
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
42
- /**
43
- * RibbonContextualTab Array Directive
44
- * @private
45
- */
46
- export class RibbonContextualTabsDirective extends ArrayBase {
47
- constructor() {
48
- super('contextualtabs');
49
- }
50
- }
51
- RibbonContextualTabsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonContextualTabsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
52
- RibbonContextualTabsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonContextualTabsDirective, selector: "e-ribbon-contextual-tabs", queries: [{ propertyName: "children", predicate: RibbonContextualTabDirective }], usesInheritance: true, ngImport: i0 });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonContextualTabsDirective, decorators: [{
54
- type: Directive,
55
- args: [{
56
- selector: 'e-ribbon-contextual-tabs',
57
- queries: {
58
- children: new ContentChildren(RibbonContextualTabDirective)
59
- },
60
- }]
61
- }], ctorParameters: function () { return []; } });
62
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGV4dHVhbHRhYnMuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JpYmJvbi9jb250ZXh0dWFsdGFicy5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBb0IsZUFBZSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzRixPQUFPLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUVoRixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7QUFFdkQsSUFBSSxLQUFLLEdBQWEsQ0FBQyxZQUFZLEVBQUUsTUFBTSxFQUFFLFNBQVMsQ0FBQyxDQUFDO0FBQ3hELElBQUksT0FBTyxHQUFhLEVBQUUsQ0FBQztBQUMzQjs7Ozs7Ozs7Ozs7R0FXRztBQVNILE1BQU0sT0FBTyw0QkFBNkIsU0FBUSxXQUF5QztJQXNCdkYsWUFBb0IsZ0JBQWlDO1FBQ2pELEtBQUssRUFBRSxDQUFDO1FBRFEscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFpQjtRQWxCOUMsU0FBSSxHQUFhLENBQUMsTUFBTSxDQUFDLENBQUM7UUFvQjdCLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO0lBQ25DLENBQUM7O3lIQTNCUSw0QkFBNEI7NkdBQTVCLDRCQUE0Qiw4S0FITCxtQkFBbUI7MkZBRzFDLDRCQUE0QjtrQkFSeEMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUseUJBQXlCO29CQUNuQyxNQUFNLEVBQUUsS0FBSztvQkFDYixPQUFPLEVBQUUsT0FBTztvQkFDaEIsT0FBTyxFQUFFO3dCQUNMLFNBQVMsRUFBRSxJQUFJLFlBQVksQ0FBQyxtQkFBbUIsQ0FBQztxQkFDbkQ7aUJBQ0o7O0FBK0JEOzs7R0FHRztBQU9ILE1BQU0sT0FBTyw2QkFBOEIsU0FBUSxTQUF3QztJQUN2RjtRQUNJLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBQzVCLENBQUM7OzBIQUhRLDZCQUE2Qjs4R0FBN0IsNkJBQTZCLHlGQUhKLDRCQUE0QjsyRkFHckQsNkJBQTZCO2tCQU56QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSwwQkFBMEI7b0JBQ3BDLE9BQU8sRUFBRTt3QkFDTCxRQUFRLEVBQUUsSUFBSSxlQUFlLENBQUMsNEJBQTRCLENBQUM7cUJBQzlEO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBWaWV3Q29udGFpbmVyUmVmLCBDb250ZW50Q2hpbGRyZW4sIENvbnRlbnRDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tcGxleEJhc2UsIEFycmF5QmFzZSwgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcblxuaW1wb3J0IHsgUmliYm9uVGFic0RpcmVjdGl2ZSB9IGZyb20gJy4vdGFicy5kaXJlY3RpdmUnO1xuXG5sZXQgaW5wdXQ6IHN0cmluZ1tdID0gWydpc1NlbGVjdGVkJywgJ3RhYnMnLCAndmlzaWJsZSddO1xubGV0IG91dHB1dHM6IHN0cmluZ1tdID0gW107XG4vKipcbiAqIGBlLXJpYmJvbi1jb250ZXh0dWFsLXRhYmAgZGlyZWN0aXZlIHJlcHJlc2VudCBhIGNvbnRleHR1YWwgdGFiIG9mIHRoZSBBbmd1bGFyIFJpYmJvbi4gXG4gKiBJdCBtdXN0IGJlIGNvbnRhaW5lZCBpbiBhIFJpYmJvbiBjb21wb25lbnQoYGVqcy1yaWJib25gKS4gXG4gKiBgYGBodG1sXG4gKiA8ZWpzLXJpYmJvbj5cbiAqICAgPGUtcmliYm9uLWNvbnRleHR1YWwtdGFicz5cbiAqICAgIDxlLXJpYmJvbi1jb250ZXh0dWFsLXRhYj5cbiAqICAgIDwvZS1yaWJib24tY29udGV4dHVhbC10YWI+XG4gKiAgIDwvZS1yaWJib24tY29udGV4dHVhbC10YWJzPlxuICogPC9lanMtcmliYm9uPlxuICogYGBgXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnZS1yaWJib24tY29udGV4dHVhbC10YWInLFxuICAgIGlucHV0czogaW5wdXQsXG4gICAgb3V0cHV0czogb3V0cHV0cywgICAgXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZFRhYnM6IG5ldyBDb250ZW50Q2hpbGQoUmliYm9uVGFic0RpcmVjdGl2ZSlcbiAgICB9XG59KVxuZXhwb3J0IGNsYXNzIFJpYmJvbkNvbnRleHR1YWxUYWJEaXJlY3RpdmUgZXh0ZW5kcyBDb21wbGV4QmFzZTxSaWJib25Db250ZXh0dWFsVGFiRGlyZWN0aXZlPiB7XG4gICAgcHVibGljIGRpcmVjdGl2ZVByb3BMaXN0OiBhbnk7XG5cdFxuICAgIHB1YmxpYyBjaGlsZFRhYnM6IGFueTtcbiAgICBwdWJsaWMgdGFnczogc3RyaW5nW10gPSBbJ3RhYnMnXTtcbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIHdoZXRoZXIgdGhlIGNvbnRleHR1YWwgdGFiIGlzIHNlbGVjdGVkLlxuICAgICAqIEBkZWZhdWx0IGZhbHNlXG4gICAgICovXG4gICAgcHVibGljIGlzU2VsZWN0ZWQ6IGFueTtcbiAgICAvKiogXG4gICAgICogRGVmaW5lcyB0aGUgdGFiIGdyb3VwcyB0byBiZSByZW5kZXJlZCBpbiByaWJib24uXG4gICAgICogQGRlZmF1bHQgW11cbiAgICAgKiBAYXNwdHlwZSBMaXN0PFJpYmJvblRhYj5cbiAgICAgKi9cbiAgICBwdWJsaWMgdGFiczogYW55O1xuICAgIC8qKiBcbiAgICAgKiBTcGVjaWZpZXMgd2hldGhlciB0aGUgY29udGV4dHVhbCB0YWIgaXMgdmlzaWJsZS5cbiAgICAgKiBAZGVmYXVsdCBmYWxzZVxuICAgICAqL1xuICAgIHB1YmxpYyB2aXNpYmxlOiBhbnk7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZikge1xuICAgICAgICBzdXBlcigpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5yZWdpc3RlckV2ZW50cyhvdXRwdXRzKTtcbiAgICAgICAgdGhpcy5kaXJlY3RpdmVQcm9wTGlzdCA9IGlucHV0O1xuICAgIH1cbn1cblxuLyoqXG4gKiBSaWJib25Db250ZXh0dWFsVGFiIEFycmF5IERpcmVjdGl2ZVxuICogQHByaXZhdGVcbiAqL1xuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdlLXJpYmJvbi1jb250ZXh0dWFsLXRhYnMnLFxuICAgIHF1ZXJpZXM6IHtcbiAgICAgICAgY2hpbGRyZW46IG5ldyBDb250ZW50Q2hpbGRyZW4oUmliYm9uQ29udGV4dHVhbFRhYkRpcmVjdGl2ZSlcbiAgICB9LFxufSlcbmV4cG9ydCBjbGFzcyBSaWJib25Db250ZXh0dWFsVGFic0RpcmVjdGl2ZSBleHRlbmRzIEFycmF5QmFzZTxSaWJib25Db250ZXh0dWFsVGFic0RpcmVjdGl2ZT4ge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlcignY29udGV4dHVhbHRhYnMnKTtcbiAgICB9XG59Il19