@syncfusion/ej2-angular-ribbon 23.2.5-ngcc → 23.2.5
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +9 -0
- package/esm2020/src/ribbon/collections.directive.mjs +70 -0
- package/esm2020/src/ribbon/groups.directive.mjs +66 -0
- package/esm2020/src/ribbon/items.directive.mjs +78 -0
- package/esm2020/src/ribbon/ribbon-all.module.mjs +53 -0
- package/esm2020/src/ribbon/ribbon.component.mjs +134 -0
- package/esm2020/src/ribbon/ribbon.module.mjs +61 -0
- package/esm2020/src/ribbon/tabs.directive.mjs +62 -0
- package/esm2020/syncfusion-ej2-angular-ribbon.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-ribbon.mjs +502 -0
- package/fesm2015/syncfusion-ej2-angular-ribbon.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-ribbon.mjs +502 -0
- package/fesm2020/syncfusion-ej2-angular-ribbon.mjs.map +1 -0
- package/package.json +27 -13
- package/src/ribbon/collections.directive.d.ts +5 -0
- package/src/ribbon/groups.directive.d.ts +5 -0
- package/src/ribbon/items.directive.d.ts +5 -0
- package/src/ribbon/ribbon-all.module.d.ts +6 -0
- package/src/ribbon/ribbon.component.d.ts +3 -0
- package/src/ribbon/ribbon.module.d.ts +10 -0
- package/src/ribbon/tabs.directive.d.ts +5 -0
- package/styles/bootstrap-dark.css +3 -7
- package/styles/bootstrap.css +3 -7
- package/styles/bootstrap4.css +3 -7
- package/styles/bootstrap5-dark.css +3 -7
- package/styles/bootstrap5.css +3 -7
- package/styles/fabric-dark.css +3 -7
- package/styles/fabric.css +3 -7
- package/styles/fluent-dark.css +3 -7
- package/styles/fluent.css +3 -7
- package/styles/highcontrast-light.css +3 -7
- package/styles/highcontrast.css +3 -7
- package/styles/material-dark.css +3 -7
- package/styles/material.css +3 -7
- package/styles/material3-dark.css +3 -7
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +3 -7
- package/styles/material3.scss +1 -0
- package/styles/ribbon/_all.scss +2 -0
- package/styles/ribbon/_bootstrap-dark-definition.scss +275 -0
- package/styles/ribbon/_bootstrap-definition.scss +275 -0
- package/styles/ribbon/_bootstrap4-definition.scss +275 -0
- package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
- package/styles/ribbon/_bootstrap5-definition.scss +275 -0
- package/styles/ribbon/_fabric-dark-definition.scss +275 -0
- package/styles/ribbon/_fabric-definition.scss +275 -0
- package/styles/ribbon/_fluent-dark-definition.scss +1 -0
- package/styles/ribbon/_fluent-definition.scss +275 -0
- package/styles/ribbon/_fusionnew-definition.scss +275 -0
- package/styles/ribbon/_highcontrast-definition.scss +275 -0
- package/styles/ribbon/_highcontrast-light-definition.scss +275 -0
- package/styles/ribbon/_layout.scss +1402 -0
- package/styles/ribbon/_material-dark-definition.scss +275 -0
- package/styles/ribbon/_material-definition.scss +275 -0
- package/styles/ribbon/_material3-dark-definition.scss +1 -0
- package/styles/ribbon/_material3-definition.scss +276 -0
- package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
- package/styles/ribbon/_tailwind-definition.scss +275 -0
- package/styles/ribbon/_theme.scss +486 -0
- package/styles/ribbon/bootstrap-dark.css +3 -7
- package/styles/ribbon/bootstrap-dark.scss +18 -1
- package/styles/ribbon/bootstrap.css +3 -7
- package/styles/ribbon/bootstrap.scss +18 -1
- package/styles/ribbon/bootstrap4.css +3 -7
- package/styles/ribbon/bootstrap4.scss +18 -1
- package/styles/ribbon/bootstrap5-dark.css +3 -7
- package/styles/ribbon/bootstrap5-dark.scss +18 -1
- package/styles/ribbon/bootstrap5.css +3 -7
- package/styles/ribbon/bootstrap5.scss +18 -1
- package/styles/ribbon/fabric-dark.css +3 -7
- package/styles/ribbon/fabric-dark.scss +18 -1
- package/styles/ribbon/fabric.css +3 -7
- package/styles/ribbon/fabric.scss +18 -1
- package/styles/ribbon/fluent-dark.css +3 -7
- package/styles/ribbon/fluent-dark.scss +18 -1
- package/styles/ribbon/fluent.css +3 -7
- package/styles/ribbon/fluent.scss +18 -1
- package/styles/ribbon/highcontrast-light.css +3 -7
- package/styles/ribbon/highcontrast-light.scss +17 -1
- package/styles/ribbon/highcontrast.css +3 -7
- package/styles/ribbon/highcontrast.scss +18 -1
- package/styles/ribbon/icons/_bootstrap-dark.scss +9 -0
- package/styles/ribbon/icons/_bootstrap.scss +9 -0
- package/styles/ribbon/icons/_bootstrap4.scss +9 -0
- package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -0
- package/styles/ribbon/icons/_bootstrap5.scss +9 -0
- package/styles/ribbon/icons/_fabric-dark.scss +9 -0
- package/styles/ribbon/icons/_fabric.scss +9 -0
- package/styles/ribbon/icons/_fluent-dark.scss +1 -0
- package/styles/ribbon/icons/_fluent.scss +9 -0
- package/styles/ribbon/icons/_fusionnew.scss +9 -0
- package/styles/ribbon/icons/_highcontrast.scss +9 -0
- package/styles/ribbon/icons/_material-dark.scss +9 -0
- package/styles/ribbon/icons/_material.scss +9 -0
- package/styles/ribbon/icons/_material3-dark.scss +1 -0
- package/styles/ribbon/icons/_material3.scss +9 -0
- package/styles/ribbon/icons/_tailwind-dark.scss +9 -0
- package/styles/ribbon/icons/_tailwind.scss +9 -0
- package/styles/ribbon/material-dark.css +3 -7
- package/styles/ribbon/material-dark.scss +18 -1
- package/styles/ribbon/material.css +3 -7
- package/styles/ribbon/material.scss +18 -1
- package/styles/ribbon/material3-dark.css +3 -7
- package/styles/ribbon/material3-dark.scss +18 -1
- package/styles/ribbon/material3.css +3 -7
- package/styles/ribbon/material3.scss +18 -1
- package/styles/ribbon/tailwind-dark.css +3 -7
- package/styles/ribbon/tailwind-dark.scss +18 -1
- package/styles/ribbon/tailwind.css +3 -7
- package/styles/ribbon/tailwind.scss +18 -1
- package/styles/tailwind-dark.css +3 -7
- package/styles/tailwind.css +3 -7
- package/syncfusion-ej2-angular-ribbon.d.ts +5 -0
- package/@syncfusion/ej2-angular-ribbon.es5.js +0 -584
- package/@syncfusion/ej2-angular-ribbon.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-ribbon.js +0 -544
- package/@syncfusion/ej2-angular-ribbon.js.map +0 -1
- package/CHANGELOG.md +0 -61
- package/dist/ej2-angular-ribbon.umd.js +0 -759
- package/dist/ej2-angular-ribbon.umd.js.map +0 -1
- package/dist/ej2-angular-ribbon.umd.min.js +0 -11
- package/dist/ej2-angular-ribbon.umd.min.js.map +0 -1
- package/ej2-angular-ribbon.d.ts +0 -5
- package/ej2-angular-ribbon.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -10
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/index.ts +0 -10
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/ng-add/schema.ts +0 -30
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
- package/schematics/utils/lib-details.ts +0 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"syncfusion-ej2-angular-ribbon.mjs","sources":["../../src/ribbon/items.directive.ts","../../src/ribbon/collections.directive.ts","../../src/ribbon/groups.directive.ts","../../src/ribbon/tabs.directive.ts","../../src/ribbon/ribbon.component.ts","../../src/ribbon/ribbon.module.ts","../../src/ribbon/ribbon-all.module.ts","../../public_api.ts","../../syncfusion-ej2-angular-ribbon.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'groupButtonSettings', 'id', 'itemTemplate', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];\nlet outputs: string[] = [];\n/**\n * `e-ribbon-item` directive represent a item in the Angular Ribbon.\n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group>\n * <e-ribbon-collections>\n * <e-ribbon-collection>\n * <e-ribbon-items>\n * <e-ribbon-item></e-ribbon-item>\n * <e-ribbon-item></e-ribbon-item>\n * </e-ribbon-items>\n * </e-ribbon-collection>\n * </e-ribbon-collections>\n * </e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\n@Directive({\n selector: 'e-ribbon-item',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class RibbonItemDirective extends ComplexBase<RibbonItemDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Defines the type of control to be added as the Ribbon Item.\n * @isenumeration true\n * @default RibbonItemType.Button\n * @asptype RibbonItemType\n */\n public type: any;\n /** \n * Defines the active size of the ribbon item.\n * @default 'Medium'\n * @aspnumberenum \n */\n public activeSize: any;\n /** \n * Defines the sizes that are allowed for the ribbon item on ribbon resize.\n * @default null\n * @aspnumberenum \n */\n public allowedSizes: any;\n /** \n * Defines the settings for the ribbon button.\n * @default {}\n */\n public buttonSettings: any;\n /** \n * Defines the settings for the ribbon checkbox.\n * @default {}\n */\n public checkBoxSettings: any;\n /** \n * Defines the settings for the ribbon color picker.\n * @default {}\n */\n public colorPickerSettings: any;\n /** \n * Defines the settings for the ribbon combobox.\n * @default {}\n */\n public comboBoxSettings: any;\n /** \n * Defines one or more CSS classes to customize the appearance of item.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines whether the item is disabled or not.\n * @default false\n */\n public disabled: any;\n /** \n * Defines the display options for the ribbon item.\n * @default 'Auto'\n * @aspnumberenum \n */\n public displayOptions: any;\n /** \n * Defines the settings for the ribbon dropdown button.\n * @default {}\n */\n public dropDownSettings: any;\n /** \n * Defines the properties for group button in Ribbon\n * @default {}\n */\n public groupButtonSettings: any;\n /** \n * Defines a unique identifier for the item.\n * @default ''\n */\n public id: any;\n /** \n * Defines the settings for the tooltip of the item.\n * @default {}\n */\n public ribbonTooltipSettings: any;\n /** \n * Defines the settings for the ribbon split button.\n * @default {}\n */\n public splitButtonSettings: any;\n /** \n * Defines the template content for the ribbon item. \n * `ActiveSize` property is passed as string in template context.\n * @default ''\n * @angulartype string | object | HTMLElement\n * @reacttype string | function | JSX.Element | HTMLElement\n * @vuetype string | function | HTMLElement\n * @asptype string\n */\n @ContentChild('itemTemplate')\n @Template()\n public itemTemplate: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonItem Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-items',\n queries: {\n children: new ContentChildren(RibbonItemDirective)\n },\n})\nexport class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {\n constructor() {\n super('items');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonItemsDirective } from './items.directive';\n\nlet input: string[] = ['cssClass', 'id', 'items'];\nlet outputs: string[] = [];\n/**\n * `e-ribbon-collection` directive represent a collection in the Angular Ribbon. \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group>\n * <e-ribbon-collections>\n * <e-ribbon-collection></e-ribbon-collection>\n * <e-ribbon-collection></e-ribbon-collection>\n * </e-ribbon-collections>\n * </e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\n@Directive({\n selector: 'e-ribbon-collection',\n inputs: input,\n outputs: outputs, \n queries: {\n childItems: new ContentChild(RibbonItemsDirective)\n }\n})\nexport class RibbonCollectionDirective extends ComplexBase<RibbonCollectionDirective> {\n public directivePropList: any;\n\t\n public childItems: any;\n public tags: string[] = ['items'];\n /** \n * Defines one or more CSS classes to customize the appearance of collection.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines a unique identifier for the collection.\n * @default ''\n */\n public id: any;\n /** \n * Defines the list of ribbon items.\n * @default []\n * @asptype List<RibbonItem>\n */\n public items: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonCollection Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-collections',\n queries: {\n children: new ContentChildren(RibbonCollectionDirective)\n },\n})\nexport class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {\n constructor() {\n super('collections');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonCollectionsDirective } from './collections.directive';\n\nlet input: string[] = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'orientation', 'priority', 'showLauncherIcon'];\nlet outputs: string[] = [];\n/**\n * `e-ribbon-group` directive represent a group in the Angular Ribbon. \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group></e-ribbon-group>\n * <e-ribbon-group></e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\n@Directive({\n selector: 'e-ribbon-group',\n inputs: input,\n outputs: outputs, \n queries: {\n childCollections: new ContentChild(RibbonCollectionsDirective)\n }\n})\nexport class RibbonGroupDirective extends ComplexBase<RibbonGroupDirective> {\n public directivePropList: any;\n\t\n public childCollections: any;\n public tags: string[] = ['collections'];\n /** \n * Defines the list of ribbon collections.\n * @default []\n * @asptype List<RibbonCollection>\n */\n public collections: any;\n /** \n * Defines one or more CSS classes to customize the appearance of group.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines whether to add a separate popup for the overflow items in the group. \n * If it is set to false, the overflow items will be shown in the common overflow popup present at the right end of the tab content.\n * @default false\n */\n public enableGroupOverflow: any;\n /** \n * Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode. \n * During overflow, the entire group will be shown in a popup of a dropdown button which appears in the place of the group in ribbon tab.\n * @default ''\n */\n public groupIconCss: any;\n /** \n * Defines the content of group header.\n * @default ''\n */\n public header: any;\n /** \n * Defines a unique identifier for the group.\n * @default ''\n */\n public id: any;\n /** \n * Defines whether the group is in collapsed state or not during classic mode.\n * @default false\n */\n public isCollapsed: any;\n /** \n * Defines whether the group can be collapsed on resize during classic mode.\n * @default true\n */\n public isCollapsible: any;\n /** \n * Defines whether to orientation in which the items of the group should be arranged.\n * @isenumeration true\n * @default ItemOrientation.Column\n * @asptype ItemOrientation\n */\n public orientation: any;\n /** \n * Defines the priority order at which the group should be collapsed or expanded. \n * For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.\n * @default 0\n */\n public priority: any;\n /** \n * Defines whether to show or hide the launcher icon for the group.\n * @default false\n */\n public showLauncherIcon: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonGroup Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-groups',\n queries: {\n children: new ContentChildren(RibbonGroupDirective)\n },\n})\nexport class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {\n constructor() {\n super('groups');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonGroupsDirective } from './groups.directive';\n\nlet input: string[] = ['cssClass', 'groups', 'header', 'id'];\nlet outputs: string[] = [];\n/**\n * `e-ribbon-tab` directive represent a tab of the Angular Ribbon. \n * It must be contained in a Ribbon component(`ejs-ribbon`). \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab></e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\n@Directive({\n selector: 'e-ribbon-tab',\n inputs: input,\n outputs: outputs, \n queries: {\n childGroups: new ContentChild(RibbonGroupsDirective)\n }\n})\nexport class RibbonTabDirective extends ComplexBase<RibbonTabDirective> {\n public directivePropList: any;\n\t\n public childGroups: any;\n public tags: string[] = ['groups'];\n /** \n * Defines one or more CSS classes to customize the appearance of tab.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines the list of ribbon groups.\n * @default []\n * @asptype List<RibbonGroup>\n */\n public groups: any;\n /** \n * Defines the content of tab header.\n * @default ''\n */\n public header: any;\n /** \n * Defines a unique identifier for the tab.\n * @default ''\n */\n public id: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonTab Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-tabs',\n queries: {\n children: new ContentChildren(RibbonTabDirective)\n },\n})\nexport class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {\n constructor() {\n super('tabs');\n }\n}","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Ribbon } from '@syncfusion/ej2-ribbon';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { RibbonTabsDirective } from './tabs.directive';\n\nexport const inputs: string[] = ['activeLayout','backStageMenu','cssClass','enablePersistence','enableRtl','fileMenu','helpPaneTemplate','hideLayoutSwitcher','isMinimized','launcherIconCss','locale','selectedTab','tabAnimation','tabs','width'];\nexport const outputs: string[] = ['created','launcherIconClick','ribbonCollapsing','ribbonExpanding','tabSelected','tabSelecting'];\nexport const twoWays: string[] = [''];\n\n/**\n * Represents the Essential JS 2 Angular Ribbon Component.\n * ```html\n * <ejs-ribbon></ejs-ribbon>\n * ```\n */\n@Component({\n selector: 'ejs-ribbon',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childTabs: new ContentChild(RibbonTabsDirective)\n }\n})\n@ComponentMixins([ComponentBase])\nexport class RibbonComponent extends Ribbon implements IComponentBase {\n public containerContext : any;\n public tagObjects: any;\n\tcreated: any;\n\tlauncherIconClick: any;\n\tribbonCollapsing: any;\n\tribbonExpanding: any;\n\ttabSelected: any;\n\tpublic tabSelecting: any;\n public childTabs: QueryList<RibbonTabsDirective>;\n public tags: string[] = ['tabs'];\n /** \n * Specifies the template content for the help pane of ribbon. \n * The help pane appears on the right side of the ribbon header row.\n * @default ''\n * @angulartype string | object | HTMLElement\n * @reacttype string | function | JSX.Element | HTMLElement\n * @vuetype string | function | HTMLElement\n * @asptype string\n */\n @ContentChild('helpPaneTemplate')\n @Template()\n public helpPaneTemplate: any;\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('RibbonRibbonButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonDropDown');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonSplitButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonCheckBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonGroupButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonFileMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonBackstage');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n\n public ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childTabs;\n this.containerContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RibbonItemDirective, RibbonItemsDirective } from './items.directive';\nimport { RibbonCollectionDirective, RibbonCollectionsDirective } from './collections.directive';\nimport { RibbonGroupDirective, RibbonGroupsDirective } from './groups.directive';\nimport { RibbonTabDirective, RibbonTabsDirective } from './tabs.directive';\nimport { RibbonComponent } from './ribbon.component';\n\n/**\n * NgModule definition for the Ribbon component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n RibbonComponent,\n RibbonItemDirective,\n RibbonItemsDirective,\n RibbonCollectionDirective,\n RibbonCollectionsDirective,\n RibbonGroupDirective,\n RibbonGroupsDirective,\n RibbonTabDirective,\n RibbonTabsDirective\n ],\n exports: [\n RibbonComponent,\n RibbonItemDirective,\n RibbonItemsDirective,\n RibbonCollectionDirective,\n RibbonCollectionsDirective,\n RibbonGroupDirective,\n RibbonGroupsDirective,\n RibbonTabDirective,\n RibbonTabsDirective\n ]\n})\nexport class RibbonModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RibbonItemDirective, RibbonItemsDirective } from './items.directive';\nimport { RibbonCollectionDirective, RibbonCollectionsDirective } from './collections.directive';\nimport { RibbonGroupDirective, RibbonGroupsDirective } from './groups.directive';\nimport { RibbonTabDirective, RibbonTabsDirective } from './tabs.directive';\nimport { RibbonComponent } from './ribbon.component';\nimport { RibbonModule } from './ribbon.module';\nimport {RibbonButton, RibbonDropDown, RibbonSplitButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonGroupButton, RibbonFileMenu, RibbonBackstage} from '@syncfusion/ej2-ribbon'\n\n\nexport const RibbonButtonService: ValueProvider = { provide: 'RibbonRibbonButton', useValue: RibbonButton};\nexport const RibbonDropDownService: ValueProvider = { provide: 'RibbonRibbonDropDown', useValue: RibbonDropDown};\nexport const RibbonSplitButtonService: ValueProvider = { provide: 'RibbonRibbonSplitButton', useValue: RibbonSplitButton};\nexport const RibbonCheckBoxService: ValueProvider = { provide: 'RibbonRibbonCheckBox', useValue: RibbonCheckBox};\nexport const RibbonColorPickerService: ValueProvider = { provide: 'RibbonRibbonColorPicker', useValue: RibbonColorPicker};\nexport const RibbonComboBoxService: ValueProvider = { provide: 'RibbonRibbonComboBox', useValue: RibbonComboBox};\nexport const RibbonGroupButtonService: ValueProvider = { provide: 'RibbonRibbonGroupButton', useValue: RibbonGroupButton};\nexport const RibbonFileMenuService: ValueProvider = { provide: 'RibbonRibbonFileMenu', useValue: RibbonFileMenu};\nexport const RibbonBackstageService: ValueProvider = { provide: 'RibbonRibbonBackstage', useValue: RibbonBackstage};\n\n/**\n * NgModule definition for the Ribbon component with providers.\n */\n@NgModule({\n imports: [CommonModule, RibbonModule],\n exports: [\n RibbonModule\n ],\n providers:[\n RibbonButtonService,\n RibbonDropDownService,\n RibbonSplitButtonService,\n RibbonCheckBoxService,\n RibbonColorPickerService,\n RibbonComboBoxService,\n RibbonGroupButtonService,\n RibbonFileMenuService,\n RibbonBackstageService\n ]\n})\nexport class RibbonAllModule { }","// Mapping root file for package generation\nexport * from './src/index';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["input","outputs"],"mappings":";;;;;;;;AAKA,IAAIA,OAAK,GAAa,CAAC,YAAY,EAAE,cAAc,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,UAAU,EAAE,UAAU,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,IAAI,EAAE,cAAc,EAAE,uBAAuB,EAAE,qBAAqB,EAAE,MAAM,CAAC,CAAC;AACzS,IAAIC,SAAO,GAAa,EAAE,CAAC;AAC3B;;;;;;;;;;;;;;;;;;;;;;;AAuBG;AASG,MAAO,mBAAoB,SAAQ,WAAgC,CAAA;AAkGrE,IAAA,WAAA,CAAoB,gBAAiC,EAAA;AACjD,QAAA,KAAK,EAAE,CAAC;QADQ,IAAgB,CAAA,gBAAA,GAAhB,gBAAgB,CAAiB;QAEjD,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;AACzD,QAAA,IAAI,CAAC,cAAc,CAACA,SAAO,CAAC,CAAC;AAC7B,QAAA,IAAI,CAAC,iBAAiB,GAAGD,OAAK,CAAC;KAClC;;gHAvGQ,mBAAmB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;oGAAnB,mBAAmB,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,EAAA,UAAA,EAAA,YAAA,EAAA,YAAA,EAAA,cAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAA,EAAA,cAAA,EAAA,qBAAA,EAAA,uBAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,cAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,cAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;AAgG5B,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACc,CAAA,EAAA,mBAAA,CAAA,SAAA,EAAA,cAAA,EAAA,KAAA,CAAA,CAAA,CAAA;2FAhGhB,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAR/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,eAAe;AACzB,oBAAA,MAAM,EAAEA,OAAK;AACb,oBAAA,OAAO,EAAEC,SAAO;AAChB,oBAAA,OAAO,EAAE,EAER;AACJ,iBAAA,CAAA;uGAiGU,YAAY,EAAA,CAAA;sBAFlB,YAAY;uBAAC,cAAc,CAAA;;AAYhC;;;AAGG;AAOG,MAAO,oBAAqB,SAAQ,SAA+B,CAAA;AACrE,IAAA,WAAA,GAAA;QACI,KAAK,CAAC,OAAO,CAAC,CAAC;KAClB;;iHAHQ,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,oBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,+EAHK,mBAAmB,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAG5C,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBANhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,gBAAgB;AAC1B,oBAAA,OAAO,EAAE;AACL,wBAAA,QAAQ,EAAE,IAAI,eAAe,CAAC,mBAAmB,CAAC;AACrD,qBAAA;AACJ,iBAAA,CAAA;;;ACrJD,IAAID,OAAK,GAAa,CAAC,UAAU,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;AAClD,IAAIC,SAAO,GAAa,EAAE,CAAC;AAC3B;;;;;;;;;;;;;;;;;;;AAmBG;AASG,MAAO,yBAA0B,SAAQ,WAAsC,CAAA;AAsBjF,IAAA,WAAA,CAAoB,gBAAiC,EAAA;AACjD,QAAA,KAAK,EAAE,CAAC;QADQ,IAAgB,CAAA,gBAAA,GAAhB,gBAAgB,CAAiB;AAlB9C,QAAA,IAAA,CAAA,IAAI,GAAa,CAAC,OAAO,CAAC,CAAC;QAoB9B,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;AACzD,QAAA,IAAI,CAAC,cAAc,CAACA,SAAO,CAAC,CAAC;AAC7B,QAAA,IAAI,CAAC,iBAAiB,GAAGD,OAAK,CAAC;KAClC;;sHA3BQ,yBAAyB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAzB,yBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yBAAyB,+JAHD,oBAAoB,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAG5C,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBARrC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,MAAM,EAAEA,OAAK;AACb,oBAAA,OAAO,EAAEC,SAAO;AAChB,oBAAA,OAAO,EAAE;AACL,wBAAA,UAAU,EAAE,IAAI,YAAY,CAAC,oBAAoB,CAAC;AACrD,qBAAA;AACJ,iBAAA,CAAA;;AA+BD;;;AAGG;AAOG,MAAO,0BAA2B,SAAQ,SAAqC,CAAA;AACjF,IAAA,WAAA,GAAA;QACI,KAAK,CAAC,aAAa,CAAC,CAAC;KACxB;;uHAHQ,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA1B,0BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,qFAHD,yBAAyB,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAGlD,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBANtC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,OAAO,EAAE;AACL,wBAAA,QAAQ,EAAE,IAAI,eAAe,CAAC,yBAAyB,CAAC;AAC3D,qBAAA;AACJ,iBAAA,CAAA;;;ACrED,IAAID,OAAK,GAAa,CAAC,aAAa,EAAE,UAAU,EAAE,qBAAqB,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,aAAa,EAAE,eAAe,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,CAAC,CAAC;AACxL,IAAIC,SAAO,GAAa,EAAE,CAAC;AAC3B;;;;;;;;;;;;;;;AAeG;AASG,MAAO,oBAAqB,SAAQ,WAAiC,CAAA;AAmEvE,IAAA,WAAA,CAAoB,gBAAiC,EAAA;AACjD,QAAA,KAAK,EAAE,CAAC;QADQ,IAAgB,CAAA,gBAAA,GAAhB,gBAAgB,CAAiB;AA/D9C,QAAA,IAAA,CAAA,IAAI,GAAa,CAAC,aAAa,CAAC,CAAC;QAiEpC,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;AACzD,QAAA,IAAI,CAAC,cAAc,CAACA,SAAO,CAAC,CAAC;AAC7B,QAAA,IAAI,CAAC,iBAAiB,GAAGD,OAAK,CAAC;KAClC;;iHAxEQ,oBAAoB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,oBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,4ZAHU,0BAA0B,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAGxD,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,gBAAgB;AAC1B,oBAAA,MAAM,EAAEA,OAAK;AACb,oBAAA,OAAO,EAAEC,SAAO;AAChB,oBAAA,OAAO,EAAE;AACL,wBAAA,gBAAgB,EAAE,IAAI,YAAY,CAAC,0BAA0B,CAAC;AACjE,qBAAA;AACJ,iBAAA,CAAA;;AA4ED;;;AAGG;AAOG,MAAO,qBAAsB,SAAQ,SAAgC,CAAA;AACvE,IAAA,WAAA,GAAA;QACI,KAAK,CAAC,QAAQ,CAAC,CAAC;KACnB;;kHAHQ,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,qBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,gFAHI,oBAAoB,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAG7C,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBANjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,OAAO,EAAE;AACL,wBAAA,QAAQ,EAAE,IAAI,eAAe,CAAC,oBAAoB,CAAC;AACtD,qBAAA;AACJ,iBAAA,CAAA;;;AC9GD,IAAI,KAAK,GAAa,CAAC,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC;AAC7D,IAAIA,SAAO,GAAa,EAAE,CAAC;AAC3B;;;;;;;;;;;AAWG;AASG,MAAO,kBAAmB,SAAQ,WAA+B,CAAA;AA2BnE,IAAA,WAAA,CAAoB,gBAAiC,EAAA;AACjD,QAAA,KAAK,EAAE,CAAC;QADQ,IAAgB,CAAA,gBAAA,GAAhB,gBAAgB,CAAiB;AAvB9C,QAAA,IAAA,CAAA,IAAI,GAAa,CAAC,QAAQ,CAAC,CAAC;QAyB/B,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;AACzD,QAAA,IAAI,CAAC,cAAc,CAACA,SAAO,CAAC,CAAC;AAC7B,QAAA,IAAI,CAAC,iBAAiB,GAAG,KAAK,CAAC;KAClC;;+GAhCQ,kBAAkB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,kBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,6KAHO,qBAAqB,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAG9C,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAR9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,MAAM,EAAE,KAAK;AACb,oBAAA,OAAO,EAAEA,SAAO;AAChB,oBAAA,OAAO,EAAE;AACL,wBAAA,WAAW,EAAE,IAAI,YAAY,CAAC,qBAAqB,CAAC;AACvD,qBAAA;AACJ,iBAAA,CAAA;;AAoCD;;;AAGG;AAOG,MAAO,mBAAoB,SAAQ,SAA8B,CAAA;AACnE,IAAA,WAAA,GAAA;QACI,KAAK,CAAC,MAAM,CAAC,CAAC;KACjB;;gHAHQ,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,mBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,8EAHM,kBAAkB,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;2FAG3C,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAN/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,eAAe;AACzB,oBAAA,OAAO,EAAE;AACL,wBAAA,QAAQ,EAAE,IAAI,eAAe,CAAC,kBAAkB,CAAC;AACpD,qBAAA;AACJ,iBAAA,CAAA;;;ACjEM,MAAM,MAAM,GAAa,CAAC,cAAc,EAAC,eAAe,EAAC,UAAU,EAAC,mBAAmB,EAAC,WAAW,EAAC,UAAU,EAAC,kBAAkB,EAAC,oBAAoB,EAAC,aAAa,EAAC,iBAAiB,EAAC,QAAQ,EAAC,aAAa,EAAC,cAAc,EAAC,MAAM,EAAC,OAAO,CAAC,CAAC;AAC7O,MAAM,OAAO,GAAa,CAAC,SAAS,EAAC,mBAAmB,EAAC,kBAAkB,EAAC,iBAAiB,EAAC,aAAa,EAAC,cAAc,CAAC,CAAC;AAC5H,MAAM,OAAO,GAAa,CAAC,EAAE,CAAC,CAAC;AAEtC;;;;;AAKG;IAYU,eAAe,GAAA,MAAf,eAAgB,SAAQ,MAAM,CAAA;AAwBvC,IAAA,WAAA,CAAoB,KAAiB,EAAU,SAAoB,EAAU,gBAAiC,EAAU,QAAkB,EAAA;AACtI,QAAA,KAAK,EAAE,CAAC;QADQ,IAAK,CAAA,KAAA,GAAL,KAAK,CAAY;QAAU,IAAS,CAAA,SAAA,GAAT,SAAS,CAAW;QAAU,IAAgB,CAAA,gBAAA,GAAhB,gBAAgB,CAAiB;QAAU,IAAQ,CAAA,QAAA,GAAR,QAAQ,CAAU;AAdnI,QAAA,IAAA,CAAA,IAAI,GAAa,CAAC,MAAM,CAAC,CAAC;QAgB7B,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC;QACxC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,eAAe,IAAI,EAAE,CAAC;QAClD,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;YAClD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;YACpD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;YACvD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;YACpD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;YACvD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;YACpD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;YACvD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;YACpD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;QAEf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;YACrD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;AACzC,gBAAA,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACjC,aAAA;AACJ,SAAA;AAAC,QAAA,MAAM,GAAG;AAEf,QAAA,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAC7B,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QACnC,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;AACzD,QAAA,IAAI,CAAC,gBAAgB,GAAI,IAAI,aAAa,EAAE,CAAC;KAChD;IAEM,QAAQ,GAAA;AACX,QAAA,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;KACxC;IAEM,eAAe,GAAA;AAClB,QAAA,IAAI,CAAC,gBAAgB,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;KAC/C;IAEM,WAAW,GAAA;AACd,QAAA,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;KAC3C;IAEM,qBAAqB,GAAA;QACxB,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC;AAC7C,QAAA,IAAI,CAAC,gBAAgB,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC;KACrD;EAIJ;4GApHY,eAAe,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,SAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,QAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;gGAAf,eAAe,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,EAAA,YAAA,EAAA,cAAA,EAAA,aAAA,EAAA,eAAA,EAAA,QAAA,EAAA,UAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,SAAA,EAAA,WAAA,EAAA,QAAA,EAAA,UAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,WAAA,EAAA,aAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,QAAA,EAAA,WAAA,EAAA,aAAA,EAAA,YAAA,EAAA,cAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,WAAA,EAAA,aAAA,EAAA,YAAA,EAAA,cAAA,EAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,kBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,kBAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,EAAA,YAAA,EAAA,WAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAJQ,mBAAmB,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAHzC,CAAwC,sCAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;AA6BlD,UAAA,CAAA;AADC,IAAA,QAAQ,EAAE;AACkB,CAAA,EAAA,eAAA,CAAA,SAAA,EAAA,kBAAA,EAAA,KAAA,CAAA,CAAA,CAAA;AAtBpB,eAAe,GAAA,UAAA,CAAA;AAD3B,IAAA,eAAe,CAAC,CAAC,aAAa,CAAC,CAAC;AACpB,CAAA,EAAA,eAAe,CAoH3B,CAAA;2FApHY,eAAe,EAAA,UAAA,EAAA,CAAA;kBAX3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,MAAM,EAAE,MAAM;AACd,oBAAA,OAAO,EAAE,OAAO;AAChB,oBAAA,QAAQ,EAAE,CAAwC,sCAAA,CAAA;oBAClD,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAC/C,oBAAA,OAAO,EAAE;AACL,wBAAA,SAAS,EAAE,IAAI,YAAY,CAAC,mBAAmB,CAAC;AACnD,qBAAA;AACJ,iBAAA,CAAA;+KAwBU,gBAAgB,EAAA,CAAA;sBAFtB,YAAY;uBAAC,kBAAkB,CAAA;;;ACvCpC;;AAEG;MA0BU,YAAY,CAAA;;yGAAZ,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAZ,YAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,iBAtBjB,eAAe;QACf,mBAAmB;QACnB,oBAAoB;QACpB,yBAAyB;QACzB,0BAA0B;QAC1B,oBAAoB;QACpB,qBAAqB;QACrB,kBAAkB;QAClB,mBAAmB,CAAA,EAAA,OAAA,EAAA,CAVb,YAAY,CAAA,EAAA,OAAA,EAAA,CAalB,eAAe;QACf,mBAAmB;QACnB,oBAAoB;QACpB,yBAAyB;QACzB,0BAA0B;QAC1B,oBAAoB;QACpB,qBAAqB;QACrB,kBAAkB;QAClB,mBAAmB,CAAA,EAAA,CAAA,CAAA;0GAGd,YAAY,EAAA,OAAA,EAAA,CAxBZ,CAAC,YAAY,CAAC,CAAA,EAAA,CAAA,CAAA;2FAwBd,YAAY,EAAA,UAAA,EAAA,CAAA;kBAzBxB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,YAAY,EAAE;wBACV,eAAe;wBACf,mBAAmB;wBACnB,oBAAoB;wBACpB,yBAAyB;wBACzB,0BAA0B;wBAC1B,oBAAoB;wBACpB,qBAAqB;wBACrB,kBAAkB;wBAClB,mBAAmB;AACtB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACL,eAAe;wBACf,mBAAmB;wBACnB,oBAAoB;wBACpB,yBAAyB;wBACzB,0BAA0B;wBAC1B,oBAAoB;wBACpB,qBAAqB;wBACrB,kBAAkB;wBAClB,mBAAmB;AACtB,qBAAA;AACJ,iBAAA,CAAA;;;ACxBM,MAAM,mBAAmB,GAAkB,EAAE,OAAO,EAAE,oBAAoB,EAAE,QAAQ,EAAE,YAAY,GAAE;AACpG,MAAM,qBAAqB,GAAkB,EAAE,OAAO,EAAE,sBAAsB,EAAE,QAAQ,EAAE,cAAc,GAAE;AAC1G,MAAM,wBAAwB,GAAkB,EAAE,OAAO,EAAE,yBAAyB,EAAE,QAAQ,EAAE,iBAAiB,GAAE;AACnH,MAAM,qBAAqB,GAAkB,EAAE,OAAO,EAAE,sBAAsB,EAAE,QAAQ,EAAE,cAAc,GAAE;AAC1G,MAAM,wBAAwB,GAAkB,EAAE,OAAO,EAAE,yBAAyB,EAAE,QAAQ,EAAE,iBAAiB,GAAE;AACnH,MAAM,qBAAqB,GAAkB,EAAE,OAAO,EAAE,sBAAsB,EAAE,QAAQ,EAAE,cAAc,GAAE;AAC1G,MAAM,wBAAwB,GAAkB,EAAE,OAAO,EAAE,yBAAyB,EAAE,QAAQ,EAAE,iBAAiB,GAAE;AACnH,MAAM,qBAAqB,GAAkB,EAAE,OAAO,EAAE,sBAAsB,EAAE,QAAQ,EAAE,cAAc,GAAE;AAC1G,MAAM,sBAAsB,GAAkB,EAAE,OAAO,EAAE,uBAAuB,EAAE,QAAQ,EAAE,eAAe,GAAE;AAEpH;;AAEG;MAkBU,eAAe,CAAA;;4GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAf,eAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,EAhBd,OAAA,EAAA,CAAA,YAAY,EAAE,YAAY,aAEhC,YAAY,CAAA,EAAA,CAAA,CAAA;AAcP,eAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,EAZd,SAAA,EAAA;QACN,mBAAmB;QACnB,qBAAqB;QACrB,wBAAwB;QACxB,qBAAqB;QACrB,wBAAwB;QACxB,qBAAqB;QACrB,wBAAwB;QACxB,qBAAqB;QACrB,sBAAsB;AACzB,KAAA,EAAA,OAAA,EAAA,CAdQ,CAAC,YAAY,EAAE,YAAY,CAAC,EAEjC,YAAY,CAAA,EAAA,CAAA,CAAA;2FAcP,eAAe,EAAA,UAAA,EAAA,CAAA;kBAjB3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,OAAO,EAAE,CAAC,YAAY,EAAE,YAAY,CAAC;AACrC,oBAAA,OAAO,EAAE;wBACL,YAAY;AACf,qBAAA;AACD,oBAAA,SAAS,EAAC;wBACN,mBAAmB;wBACnB,qBAAqB;wBACrB,wBAAwB;wBACxB,qBAAqB;wBACrB,wBAAwB;wBACxB,qBAAqB;wBACrB,wBAAwB;wBACxB,qBAAqB;wBACrB,sBAAsB;AACzB,qBAAA;AACJ,iBAAA,CAAA;;;ACxCD;;ACAA;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-ribbon@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-ribbon@23.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-ribbon@23.1.44",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-B1kmP754V+QF5hoQmY7t4bIyZMGSbHEYEjiMkHOM+z0wa43Cw3SDMcalkyNFUk69387wNMmCMdNpSVSBzMXKvQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-ribbon",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-ribbon/-/ej2-angular-ribbon-23.1.44.tgz",
|
|
23
|
+
"_shasum": "76d6027ef75bffa7444d9bd8fc63a9690c6b3b01",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-ribbon@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -33,12 +33,28 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~23.2.5",
|
|
35
35
|
"@syncfusion/ej2-base": "~23.2.4",
|
|
36
|
-
"@syncfusion/ej2-ribbon": "23.2.5"
|
|
36
|
+
"@syncfusion/ej2-ribbon": "23.2.5",
|
|
37
|
+
"tslib": "^2.3.0"
|
|
37
38
|
},
|
|
38
39
|
"deprecated": false,
|
|
39
40
|
"description": "Essential JS 2 Component for Angular",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
41
|
+
"es2020": "fesm2020/syncfusion-ej2-angular-ribbon.mjs",
|
|
42
|
+
"esm2020": "esm2020/syncfusion-ej2-angular-ribbon.mjs",
|
|
43
|
+
"exports": {
|
|
44
|
+
"./package.json": {
|
|
45
|
+
"default": "./package.json"
|
|
46
|
+
},
|
|
47
|
+
".": {
|
|
48
|
+
"types": "./syncfusion-ej2-angular-ribbon.d.ts",
|
|
49
|
+
"esm2020": "./esm2020/syncfusion-ej2-angular-ribbon.mjs",
|
|
50
|
+
"es2020": "./fesm2020/syncfusion-ej2-angular-ribbon.mjs",
|
|
51
|
+
"es2015": "./fesm2015/syncfusion-ej2-angular-ribbon.mjs",
|
|
52
|
+
"node": "./fesm2015/syncfusion-ej2-angular-ribbon.mjs",
|
|
53
|
+
"default": "./fesm2020/syncfusion-ej2-angular-ribbon.mjs"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-ribbon.mjs",
|
|
57
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-ribbon.mjs",
|
|
42
58
|
"homepage": "https://www.syncfusion.com/angular-components",
|
|
43
59
|
"keywords": [
|
|
44
60
|
"angular",
|
|
@@ -47,9 +63,7 @@
|
|
|
47
63
|
"ng-ribbon"
|
|
48
64
|
],
|
|
49
65
|
"license": "SEE LICENSE IN license",
|
|
50
|
-
"
|
|
51
|
-
"metadata": "ej2-angular-ribbon.metadata.json",
|
|
52
|
-
"module": "@syncfusion/ej2-angular-ribbon.es5.js",
|
|
66
|
+
"module": "fesm2015/syncfusion-ej2-angular-ribbon.mjs",
|
|
53
67
|
"name": "@syncfusion/ej2-angular-ribbon",
|
|
54
68
|
"repository": {
|
|
55
69
|
"type": "git",
|
|
@@ -57,6 +71,6 @@
|
|
|
57
71
|
},
|
|
58
72
|
"schematics": "./schematics/collection.json",
|
|
59
73
|
"sideEffects": false,
|
|
60
|
-
"typings": "ej2-angular-ribbon.d.ts",
|
|
61
|
-
"version": "23.2.5
|
|
74
|
+
"typings": "syncfusion-ej2-angular-ribbon.d.ts",
|
|
75
|
+
"version": "23.2.5"
|
|
62
76
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* `e-ribbon-collection` directive represent a collection in the Angular Ribbon.
|
|
5
6
|
* ```html
|
|
@@ -42,6 +43,8 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
|
|
|
42
43
|
*/
|
|
43
44
|
items: any;
|
|
44
45
|
constructor(viewContainerRef: ViewContainerRef);
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonCollectionDirective, never>;
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonCollectionDirective, "e-ribbon-collection", never, { "cssClass": "cssClass"; "id": "id"; "items": "items"; }, {}, ["childItems"]>;
|
|
45
48
|
}
|
|
46
49
|
/**
|
|
47
50
|
* RibbonCollection Array Directive
|
|
@@ -49,4 +52,6 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
|
|
|
49
52
|
*/
|
|
50
53
|
export declare class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {
|
|
51
54
|
constructor();
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonCollectionsDirective, never>;
|
|
56
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonCollectionsDirective, "e-ribbon-collections", never, {}, {}, ["children"]>;
|
|
52
57
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* `e-ribbon-group` directive represent a group in the Angular Ribbon.
|
|
5
6
|
* ```html
|
|
@@ -83,6 +84,8 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
|
|
|
83
84
|
*/
|
|
84
85
|
showLauncherIcon: any;
|
|
85
86
|
constructor(viewContainerRef: ViewContainerRef);
|
|
87
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupDirective, never>;
|
|
88
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonGroupDirective, "e-ribbon-group", never, { "collections": "collections"; "cssClass": "cssClass"; "enableGroupOverflow": "enableGroupOverflow"; "groupIconCss": "groupIconCss"; "header": "header"; "id": "id"; "isCollapsed": "isCollapsed"; "isCollapsible": "isCollapsible"; "orientation": "orientation"; "priority": "priority"; "showLauncherIcon": "showLauncherIcon"; }, {}, ["childCollections"]>;
|
|
86
89
|
}
|
|
87
90
|
/**
|
|
88
91
|
* RibbonGroup Array Directive
|
|
@@ -90,4 +93,6 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
|
|
|
90
93
|
*/
|
|
91
94
|
export declare class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {
|
|
92
95
|
constructor();
|
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupsDirective, never>;
|
|
97
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonGroupsDirective, "e-ribbon-groups", never, {}, {}, ["children"]>;
|
|
93
98
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* `e-ribbon-item` directive represent a item in the Angular Ribbon.
|
|
5
6
|
* ```html
|
|
@@ -118,6 +119,8 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
|
|
|
118
119
|
*/
|
|
119
120
|
itemTemplate: any;
|
|
120
121
|
constructor(viewContainerRef: ViewContainerRef);
|
|
122
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemDirective, never>;
|
|
123
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonItemDirective, "e-ribbon-item", never, { "activeSize": "activeSize"; "allowedSizes": "allowedSizes"; "buttonSettings": "buttonSettings"; "checkBoxSettings": "checkBoxSettings"; "colorPickerSettings": "colorPickerSettings"; "comboBoxSettings": "comboBoxSettings"; "cssClass": "cssClass"; "disabled": "disabled"; "displayOptions": "displayOptions"; "dropDownSettings": "dropDownSettings"; "groupButtonSettings": "groupButtonSettings"; "id": "id"; "itemTemplate": "itemTemplate"; "ribbonTooltipSettings": "ribbonTooltipSettings"; "splitButtonSettings": "splitButtonSettings"; "type": "type"; }, {}, ["itemTemplate"]>;
|
|
121
124
|
}
|
|
122
125
|
/**
|
|
123
126
|
* RibbonItem Array Directive
|
|
@@ -125,4 +128,6 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
|
|
|
125
128
|
*/
|
|
126
129
|
export declare class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {
|
|
127
130
|
constructor();
|
|
131
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemsDirective, never>;
|
|
132
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonItemsDirective, "e-ribbon-items", never, {}, {}, ["children"]>;
|
|
128
133
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "./ribbon.module";
|
|
2
5
|
export declare const RibbonButtonService: ValueProvider;
|
|
3
6
|
export declare const RibbonDropDownService: ValueProvider;
|
|
4
7
|
export declare const RibbonSplitButtonService: ValueProvider;
|
|
@@ -12,4 +15,7 @@ export declare const RibbonBackstageService: ValueProvider;
|
|
|
12
15
|
* NgModule definition for the Ribbon component with providers.
|
|
13
16
|
*/
|
|
14
17
|
export declare class RibbonAllModule {
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonAllModule, never>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RibbonAllModule, never, [typeof i1.CommonModule, typeof i2.RibbonModule], [typeof i2.RibbonModule]>;
|
|
20
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RibbonAllModule>;
|
|
15
21
|
}
|
|
@@ -2,6 +2,7 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
|
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Ribbon } from '@syncfusion/ej2-ribbon';
|
|
4
4
|
import { RibbonTabsDirective } from './tabs.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare const inputs: string[];
|
|
6
7
|
export declare const outputs: string[];
|
|
7
8
|
export declare const twoWays: string[];
|
|
@@ -43,4 +44,6 @@ export declare class RibbonComponent extends Ribbon implements IComponentBase {
|
|
|
43
44
|
ngAfterContentChecked(): void;
|
|
44
45
|
registerEvents: (eventList: string[]) => void;
|
|
45
46
|
addTwoWay: (propList: string[]) => void;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonComponent, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RibbonComponent, "ejs-ribbon", never, { "activeLayout": "activeLayout"; "backStageMenu": "backStageMenu"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "fileMenu": "fileMenu"; "helpPaneTemplate": "helpPaneTemplate"; "hideLayoutSwitcher": "hideLayoutSwitcher"; "isMinimized": "isMinimized"; "launcherIconCss": "launcherIconCss"; "locale": "locale"; "selectedTab": "selectedTab"; "tabAnimation": "tabAnimation"; "tabs": "tabs"; "width": "width"; }, { "created": "created"; "launcherIconClick": "launcherIconClick"; "ribbonCollapsing": "ribbonCollapsing"; "ribbonExpanding": "ribbonExpanding"; "tabSelected": "tabSelected"; "tabSelecting": "tabSelecting"; }, ["helpPaneTemplate", "childTabs"], ["div"]>;
|
|
46
49
|
}
|
|
@@ -1,5 +1,15 @@
|
|
|
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 "@angular/common";
|
|
1
8
|
/**
|
|
2
9
|
* NgModule definition for the Ribbon component.
|
|
3
10
|
*/
|
|
4
11
|
export declare class RibbonModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonModule, never>;
|
|
13
|
+
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.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]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RibbonModule>;
|
|
5
15
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* `e-ribbon-tab` directive represent a tab of the Angular Ribbon.
|
|
5
6
|
* It must be contained in a Ribbon component(`ejs-ribbon`).
|
|
@@ -39,6 +40,8 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
|
|
|
39
40
|
*/
|
|
40
41
|
id: any;
|
|
41
42
|
constructor(viewContainerRef: ViewContainerRef);
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabDirective, never>;
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabDirective, "e-ribbon-tab", never, { "cssClass": "cssClass"; "groups": "groups"; "header": "header"; "id": "id"; }, {}, ["childGroups"]>;
|
|
42
45
|
}
|
|
43
46
|
/**
|
|
44
47
|
* RibbonTab Array Directive
|
|
@@ -46,4 +49,6 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
|
|
|
46
49
|
*/
|
|
47
50
|
export declare class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {
|
|
48
51
|
constructor();
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabsDirective, never>;
|
|
53
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabsDirective, "e-ribbon-tabs", never, {}, {}, ["children"]>;
|
|
49
54
|
}
|
|
@@ -298,10 +298,6 @@
|
|
|
298
298
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn:focus {
|
|
299
299
|
outline: none;
|
|
300
300
|
}
|
|
301
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-hidden,
|
|
302
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn.e-hidden {
|
|
303
|
-
display: none;
|
|
304
|
-
}
|
|
305
301
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
|
|
306
302
|
bottom: 4px;
|
|
307
303
|
position: absolute;
|
|
@@ -353,7 +349,7 @@
|
|
|
353
349
|
padding-top: 6px;
|
|
354
350
|
height: 140px;
|
|
355
351
|
}
|
|
356
|
-
.e-ribbon.e-rbn .e-ribbon-group.e-hidden
|
|
352
|
+
.e-ribbon.e-rbn .e-ribbon-group.e-hidden {
|
|
357
353
|
display: none;
|
|
358
354
|
}
|
|
359
355
|
.e-ribbon.e-rbn .e-ribbon-group.e-disabled {
|
|
@@ -854,13 +850,13 @@
|
|
|
854
850
|
.e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
|
|
855
851
|
display: none;
|
|
856
852
|
}
|
|
857
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden
|
|
853
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden {
|
|
858
854
|
display: none;
|
|
859
855
|
}
|
|
860
856
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-disabled {
|
|
861
857
|
pointer-events: none;
|
|
862
858
|
}
|
|
863
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden
|
|
859
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden {
|
|
864
860
|
display: none;
|
|
865
861
|
}
|
|
866
862
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-disabled {
|
package/styles/bootstrap.css
CHANGED
|
@@ -303,10 +303,6 @@
|
|
|
303
303
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn:focus {
|
|
304
304
|
outline: none;
|
|
305
305
|
}
|
|
306
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-hidden,
|
|
307
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn.e-hidden {
|
|
308
|
-
display: none;
|
|
309
|
-
}
|
|
310
306
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
|
|
311
307
|
bottom: 4px;
|
|
312
308
|
position: absolute;
|
|
@@ -358,7 +354,7 @@
|
|
|
358
354
|
padding-top: 6px;
|
|
359
355
|
height: 140px;
|
|
360
356
|
}
|
|
361
|
-
.e-ribbon.e-rbn .e-ribbon-group.e-hidden
|
|
357
|
+
.e-ribbon.e-rbn .e-ribbon-group.e-hidden {
|
|
362
358
|
display: none;
|
|
363
359
|
}
|
|
364
360
|
.e-ribbon.e-rbn .e-ribbon-group.e-disabled {
|
|
@@ -859,13 +855,13 @@
|
|
|
859
855
|
.e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
|
|
860
856
|
display: none;
|
|
861
857
|
}
|
|
862
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden
|
|
858
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden {
|
|
863
859
|
display: none;
|
|
864
860
|
}
|
|
865
861
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-disabled {
|
|
866
862
|
pointer-events: none;
|
|
867
863
|
}
|
|
868
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden
|
|
864
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden {
|
|
869
865
|
display: none;
|
|
870
866
|
}
|
|
871
867
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-disabled {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -364,10 +364,6 @@
|
|
|
364
364
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn:focus {
|
|
365
365
|
outline: none;
|
|
366
366
|
}
|
|
367
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-hidden,
|
|
368
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn.e-hidden {
|
|
369
|
-
display: none;
|
|
370
|
-
}
|
|
371
367
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
|
|
372
368
|
bottom: 4px;
|
|
373
369
|
position: absolute;
|
|
@@ -419,7 +415,7 @@
|
|
|
419
415
|
padding-top: 6px;
|
|
420
416
|
height: 134px;
|
|
421
417
|
}
|
|
422
|
-
.e-ribbon.e-rbn .e-ribbon-group.e-hidden
|
|
418
|
+
.e-ribbon.e-rbn .e-ribbon-group.e-hidden {
|
|
423
419
|
display: none;
|
|
424
420
|
}
|
|
425
421
|
.e-ribbon.e-rbn .e-ribbon-group.e-disabled {
|
|
@@ -920,13 +916,13 @@
|
|
|
920
916
|
.e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
|
|
921
917
|
display: none;
|
|
922
918
|
}
|
|
923
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden
|
|
919
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden {
|
|
924
920
|
display: none;
|
|
925
921
|
}
|
|
926
922
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-disabled {
|
|
927
923
|
pointer-events: none;
|
|
928
924
|
}
|
|
929
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden
|
|
925
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden {
|
|
930
926
|
display: none;
|
|
931
927
|
}
|
|
932
928
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-disabled {
|
|
@@ -382,10 +382,6 @@
|
|
|
382
382
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn:focus {
|
|
383
383
|
outline: none;
|
|
384
384
|
}
|
|
385
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-hidden,
|
|
386
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn.e-hidden {
|
|
387
|
-
display: none;
|
|
388
|
-
}
|
|
389
385
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
|
|
390
386
|
bottom: 3px;
|
|
391
387
|
position: absolute;
|
|
@@ -437,7 +433,7 @@
|
|
|
437
433
|
padding-top: 6px;
|
|
438
434
|
height: 120px;
|
|
439
435
|
}
|
|
440
|
-
.e-ribbon.e-rbn .e-ribbon-group.e-hidden
|
|
436
|
+
.e-ribbon.e-rbn .e-ribbon-group.e-hidden {
|
|
441
437
|
display: none;
|
|
442
438
|
}
|
|
443
439
|
.e-ribbon.e-rbn .e-ribbon-group.e-disabled {
|
|
@@ -938,13 +934,13 @@
|
|
|
938
934
|
.e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
|
|
939
935
|
display: none;
|
|
940
936
|
}
|
|
941
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden
|
|
937
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden {
|
|
942
938
|
display: none;
|
|
943
939
|
}
|
|
944
940
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-disabled {
|
|
945
941
|
pointer-events: none;
|
|
946
942
|
}
|
|
947
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden
|
|
943
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden {
|
|
948
944
|
display: none;
|
|
949
945
|
}
|
|
950
946
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-disabled {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -382,10 +382,6 @@
|
|
|
382
382
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn:focus {
|
|
383
383
|
outline: none;
|
|
384
384
|
}
|
|
385
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-hidden,
|
|
386
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn.e-hidden {
|
|
387
|
-
display: none;
|
|
388
|
-
}
|
|
389
385
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
|
|
390
386
|
bottom: 3px;
|
|
391
387
|
position: absolute;
|
|
@@ -437,7 +433,7 @@
|
|
|
437
433
|
padding-top: 6px;
|
|
438
434
|
height: 120px;
|
|
439
435
|
}
|
|
440
|
-
.e-ribbon.e-rbn .e-ribbon-group.e-hidden
|
|
436
|
+
.e-ribbon.e-rbn .e-ribbon-group.e-hidden {
|
|
441
437
|
display: none;
|
|
442
438
|
}
|
|
443
439
|
.e-ribbon.e-rbn .e-ribbon-group.e-disabled {
|
|
@@ -938,13 +934,13 @@
|
|
|
938
934
|
.e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
|
|
939
935
|
display: none;
|
|
940
936
|
}
|
|
941
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden
|
|
937
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden {
|
|
942
938
|
display: none;
|
|
943
939
|
}
|
|
944
940
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-disabled {
|
|
945
941
|
pointer-events: none;
|
|
946
942
|
}
|
|
947
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden
|
|
943
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden {
|
|
948
944
|
display: none;
|
|
949
945
|
}
|
|
950
946
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-disabled {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -274,10 +274,6 @@
|
|
|
274
274
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn:focus {
|
|
275
275
|
outline: none;
|
|
276
276
|
}
|
|
277
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-hidden,
|
|
278
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn.e-hidden {
|
|
279
|
-
display: none;
|
|
280
|
-
}
|
|
281
277
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
|
|
282
278
|
bottom: 0;
|
|
283
279
|
position: absolute;
|
|
@@ -329,7 +325,7 @@
|
|
|
329
325
|
padding-top: 6px;
|
|
330
326
|
height: 135px;
|
|
331
327
|
}
|
|
332
|
-
.e-ribbon.e-rbn .e-ribbon-group.e-hidden
|
|
328
|
+
.e-ribbon.e-rbn .e-ribbon-group.e-hidden {
|
|
333
329
|
display: none;
|
|
334
330
|
}
|
|
335
331
|
.e-ribbon.e-rbn .e-ribbon-group.e-disabled {
|
|
@@ -830,13 +826,13 @@
|
|
|
830
826
|
.e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
|
|
831
827
|
display: none;
|
|
832
828
|
}
|
|
833
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden
|
|
829
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden {
|
|
834
830
|
display: none;
|
|
835
831
|
}
|
|
836
832
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-disabled {
|
|
837
833
|
pointer-events: none;
|
|
838
834
|
}
|
|
839
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden
|
|
835
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden {
|
|
840
836
|
display: none;
|
|
841
837
|
}
|
|
842
838
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-disabled {
|
package/styles/fabric.css
CHANGED
|
@@ -272,10 +272,6 @@
|
|
|
272
272
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn:focus {
|
|
273
273
|
outline: none;
|
|
274
274
|
}
|
|
275
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-hidden,
|
|
276
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn.e-hidden {
|
|
277
|
-
display: none;
|
|
278
|
-
}
|
|
279
275
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
|
|
280
276
|
bottom: 0;
|
|
281
277
|
position: absolute;
|
|
@@ -327,7 +323,7 @@
|
|
|
327
323
|
padding-top: 4px;
|
|
328
324
|
height: 133px;
|
|
329
325
|
}
|
|
330
|
-
.e-ribbon.e-rbn .e-ribbon-group.e-hidden
|
|
326
|
+
.e-ribbon.e-rbn .e-ribbon-group.e-hidden {
|
|
331
327
|
display: none;
|
|
332
328
|
}
|
|
333
329
|
.e-ribbon.e-rbn .e-ribbon-group.e-disabled {
|
|
@@ -828,13 +824,13 @@
|
|
|
828
824
|
.e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
|
|
829
825
|
display: none;
|
|
830
826
|
}
|
|
831
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden
|
|
827
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden {
|
|
832
828
|
display: none;
|
|
833
829
|
}
|
|
834
830
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-disabled {
|
|
835
831
|
pointer-events: none;
|
|
836
832
|
}
|
|
837
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden
|
|
833
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden {
|
|
838
834
|
display: none;
|
|
839
835
|
}
|
|
840
836
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-disabled {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -358,10 +358,6 @@
|
|
|
358
358
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn:focus {
|
|
359
359
|
outline: none;
|
|
360
360
|
}
|
|
361
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-hidden,
|
|
362
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn.e-hidden {
|
|
363
|
-
display: none;
|
|
364
|
-
}
|
|
365
361
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
|
|
366
362
|
bottom: 3px;
|
|
367
363
|
position: absolute;
|
|
@@ -413,7 +409,7 @@
|
|
|
413
409
|
padding-top: 6px;
|
|
414
410
|
height: 120px;
|
|
415
411
|
}
|
|
416
|
-
.e-ribbon.e-rbn .e-ribbon-group.e-hidden
|
|
412
|
+
.e-ribbon.e-rbn .e-ribbon-group.e-hidden {
|
|
417
413
|
display: none;
|
|
418
414
|
}
|
|
419
415
|
.e-ribbon.e-rbn .e-ribbon-group.e-disabled {
|
|
@@ -914,13 +910,13 @@
|
|
|
914
910
|
.e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
|
|
915
911
|
display: none;
|
|
916
912
|
}
|
|
917
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden
|
|
913
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden {
|
|
918
914
|
display: none;
|
|
919
915
|
}
|
|
920
916
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-disabled {
|
|
921
917
|
pointer-events: none;
|
|
922
918
|
}
|
|
923
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden
|
|
919
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden {
|
|
924
920
|
display: none;
|
|
925
921
|
}
|
|
926
922
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-disabled {
|
package/styles/fluent.css
CHANGED
|
@@ -358,10 +358,6 @@
|
|
|
358
358
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn:focus {
|
|
359
359
|
outline: none;
|
|
360
360
|
}
|
|
361
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-group-of-btn.e-hidden,
|
|
362
|
-
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn.e-hidden {
|
|
363
|
-
display: none;
|
|
364
|
-
}
|
|
365
361
|
.e-ribbon.e-rbn.e-ribbon-overflow .e-ribbon-overall-of-btn {
|
|
366
362
|
bottom: 3px;
|
|
367
363
|
position: absolute;
|
|
@@ -413,7 +409,7 @@
|
|
|
413
409
|
padding-top: 6px;
|
|
414
410
|
height: 120px;
|
|
415
411
|
}
|
|
416
|
-
.e-ribbon.e-rbn .e-ribbon-group.e-hidden
|
|
412
|
+
.e-ribbon.e-rbn .e-ribbon-group.e-hidden {
|
|
417
413
|
display: none;
|
|
418
414
|
}
|
|
419
415
|
.e-ribbon.e-rbn .e-ribbon-group.e-disabled {
|
|
@@ -914,13 +910,13 @@
|
|
|
914
910
|
.e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
|
|
915
911
|
display: none;
|
|
916
912
|
}
|
|
917
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden
|
|
913
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-hidden {
|
|
918
914
|
display: none;
|
|
919
915
|
}
|
|
920
916
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target.e-disabled {
|
|
921
917
|
pointer-events: none;
|
|
922
918
|
}
|
|
923
|
-
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden
|
|
919
|
+
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-hidden {
|
|
924
920
|
display: none;
|
|
925
921
|
}
|
|
926
922
|
.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-of-tab .e-ribbon-of-group-container.e-disabled {
|