@eui/components 19.2.3 → 19.2.4-snapshot-1747726109384

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.
@@ -1 +1 @@
1
- {"version":3,"file":"eui-components-eui-content-card.mjs","sources":["../../eui-content-card/eui-content-card-body/eui-content-card-body-top.ts","../../eui-content-card/eui-content-card-body/eui-content-card-body.component.ts","../../eui-content-card/eui-content-card-body/eui-content-card-body.component.html","../../eui-content-card/eui-content-card-footer/eui-content-card-footer.component.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header-start.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header-end.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header-metadata.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header-submetadata.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header-subtitle.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header-title.ts","../../eui-content-card/eui-content-card.component.ts","../../eui-content-card/eui-content-card.component.html","../../eui-content-card/eui-content-card-header/eui-content-card-header.component.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header.component.html","../../eui-content-card/eui-content-card-media/eui-content-card-media.component.ts","../../eui-content-card/index.ts","../../eui-content-card/eui-components-eui-content-card.ts"],"sourcesContent":["import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-body-top',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-body-top.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardBodyTopComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-body-top'\n */\n @HostBinding('class') string = 'eui-content-card-body-top';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-body',\n templateUrl: './eui-content-card-body.component.html',\n styleUrl: './eui-content-card-body.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardBodyComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-body'\n */\n @HostBinding('class') string = 'eui-content-card-body';\n}\n","<hr class=\"eui-u-hr\"/>\n\n<ng-content select=\"eui-content-card-body-top\" />\n\n<div class=\"eui-content-card-body-wrapper\">\n <ng-content />\n</div>","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-footer',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-footer.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardFooterComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-footer'\n */\n @HostBinding('class') string = 'eui-content-card-footer';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-start',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-header-start.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardHeaderStartComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-start'\n */\n @HostBinding('class') string = 'eui-content-card-header-start';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-end',\n template: '<ng-content />',\n styleUrl: './eui-content-card-header-end.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardHeaderEndComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-end'\n */\n @HostBinding('class') string = 'eui-content-card-header-end';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-metadata',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-header-metadata.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardHeaderMetadataComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-metadata'\n */\n @HostBinding('class') string = 'eui-content-card-header-metadata';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-submetadata',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-header-submetadata.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardHeaderSubmetadataComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-submetadata'\n */\n @HostBinding('class') string = 'eui-card-header-content-submetadata';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-subtitle',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-header-subtitle.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardHeaderSubtitleComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-subtitle'\n */\n @HostBinding('class') string = 'eui-content-card-header-subtitle';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-title',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-header-title.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardHeaderTitleComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-title'\n */\n @HostBinding('class') string = 'eui-content-card-header-title';\n}\n","import {\n Component,\n HostBinding,\n Input,\n ChangeDetectionStrategy,\n booleanAttribute,\n inject,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { EUI_INPUT_CHECKBOX } from '@eui/components/eui-input-checkbox';\n\nimport { BaseStatesDirective } from '@eui/components/shared';\n\n/**\n * @description\n * The eui-card component is based on Material Design and provides a content container for text, photos and actions in the context of a single subject.\n */\n@Component({\n templateUrl: './eui-content-card.component.html',\n selector: 'eui-content-card',\n styleUrl: './eui-content-card.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [\n {\n directive: BaseStatesDirective,\n },\n ],\n imports: [\n FormsModule,\n ...EUI_INPUT_CHECKBOX,\n ],\n})\nexport class EuiContentCardComponent {\n /**\n * @description\n * Computes and returns the CSS classes for the component based on its current state.\n *\n * @returns {string} Space-separated string of CSS class names\n */\n @HostBinding('class')\n get cssClasses(): string {\n return [\n this.baseStatesDirective.getCssClasses('eui-content-card'),\n this.isCollapsible ? 'eui-content-card--collapsible' : '',\n this.isCollapsed ? 'eui-content-card--collapsed' : '',\n this.isSelectable ? 'eui-content-card--selectable': '',\n this.isSelected ? 'eui-content-card--selected' : '',\n ]\n .join(' ')\n .trim();\n }\n /**\n * Sets the `data-e2e` attribute at the host element.\n * \n * @default 'eui-card'\n */\n @HostBinding('attr.data-e2e') @Input() e2eAttr = 'eui-content-card';\n /**\n * Sets the `euiSelected` attribute in order to show the card header as selected.\n *\n * @default false\n */\n @Input({ transform: booleanAttribute }) isSelected = false;\n /**\n * Sets the `euiSelected` attribute in order to show the card header checkbox for selection\n *\n * @default false\n */\n @Input({ transform: booleanAttribute }) isSelectable = false;\n /**\n * Sets the `euiCollapsible` attribute which shows the collapsible toggle in the header.\n *\n * @default false\n */\n @Input({ transform: booleanAttribute }) isCollapsible = false;\n /**\n * Sets the `euiCollapsed` attribute which collapses the card content.\n *\n * @default false\n */\n @Input({ transform: booleanAttribute }) isCollapsed = false;\n\n private baseStatesDirective: BaseStatesDirective = inject(BaseStatesDirective);\n}\n","<div class=\"eui-content-card-wrapper\">\n @if (isSelectable) {\n <div class=\"eui-content-card-selectable-wrapper\">\n <input euiInputCheckBox [(ngModel)]=\"isSelected\"/>\n </div>\n }\n\n <ng-content select=\"eui-content-card-media\"/>\n\n <div class=\"eui-content-card-header-body-wrapper\">\n <ng-content select=\"eui-content-card-header\"/>\n\n <div class=\"eui-content-card-body-wrapper\">\n <ng-content select=\"eui-content-card-body\"/>\n </div>\n </div>\n</div>\n\n<hr class=\"eui-u-hr\"/>\n\n<ng-content select=\"eui-content-card-footer\"/>\n","import { Component, HostBinding, ChangeDetectionStrategy, inject, forwardRef } from '@angular/core';\nimport { EuiContentCardComponent } from '../eui-content-card.component';\nimport { EUI_ICON_BUTTON_EXPANDER } from '@eui/components/eui-icon-button-expander';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header',\n templateUrl: './eui-content-card-header.component.html',\n styleUrl: './eui-content-card-header.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [\n ...EUI_ICON_BUTTON_EXPANDER,\n ], \n})\nexport class EuiContentCardHeaderComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header'\n */\n @HostBinding('class') string = 'eui-content-card-header';\n\n protected euiCardContentParent: EuiContentCardComponent = inject(forwardRef(() => EuiContentCardComponent), { optional: true, host: true });\n\n protected onToggle(): void {\n console.log(this.euiCardContentParent.isCollapsed);\n this.euiCardContentParent.isCollapsed = !this.euiCardContentParent.isCollapsed;\n console.log(this.euiCardContentParent.isCollapsed);\n } \n}\n","<div class=\"eui-content-card-header-top-wrapper\">\n <ng-content select=\"eui-content-card-header-start\"/>\n\n @if (euiCardContentParent?.isCollapsible) {\n <div class=\"eui-content-card-header-expander-wrapper\">\n <eui-icon-button-expander [isExpanded]=\"!euiCardContentParent?.isCollapsed\" (buttonClick)=\"onToggle()\"/>\n </div>\n } @else {\n <ng-content select=\"eui-content-card-header-end\"/>\n }\n</div>\n\n<ng-content select=\"eui-content-card-header-title\"/>\n<ng-content select=\"eui-content-card-header-subtitle\"/>\n\n<ng-content select=\"eui-content-card-header-metadata\"/>\n<ng-content select=\"eui-content-card-header-submetadata\"/>\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-media',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-media.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardMediaComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-media'\n */\n @HostBinding('class') string = 'eui-content-card-media';\n}\n","import { EuiContentCardBodyTopComponent } from './eui-content-card-body/eui-content-card-body-top';\nimport { EuiContentCardBodyComponent } from './eui-content-card-body/eui-content-card-body.component';\nimport { EuiContentCardFooterComponent } from './eui-content-card-footer/eui-content-card-footer.component';\nimport { EuiContentCardHeaderStartComponent } from './eui-content-card-header/eui-content-card-header-start';\nimport { EuiContentCardHeaderEndComponent } from './eui-content-card-header/eui-content-card-header-end';\nimport { EuiContentCardHeaderMetadataComponent } from './eui-content-card-header/eui-content-card-header-metadata';\nimport { EuiContentCardHeaderSubmetadataComponent } from './eui-content-card-header/eui-content-card-header-submetadata';\nimport { EuiContentCardHeaderSubtitleComponent } from './eui-content-card-header/eui-content-card-header-subtitle';\nimport { EuiContentCardHeaderTitleComponent } from './eui-content-card-header/eui-content-card-header-title';\nimport { EuiContentCardHeaderComponent } from './eui-content-card-header/eui-content-card-header.component';\nimport { EuiContentCardComponent } from './eui-content-card.component';\nimport { EuiContentCardMediaComponent } from './eui-content-card-media/eui-content-card-media.component';\n\nexport * from './eui-content-card.component';\nexport * from './eui-content-card-header/eui-content-card-header.component';\nexport * from './eui-content-card-header/eui-content-card-header-start';\nexport * from './eui-content-card-header/eui-content-card-header-end';\nexport * from './eui-content-card-header/eui-content-card-header-title';\nexport * from './eui-content-card-header/eui-content-card-header-subtitle';\nexport * from './eui-content-card-header/eui-content-card-header-metadata';\nexport * from './eui-content-card-header/eui-content-card-header-submetadata';\nexport * from './eui-content-card-body/eui-content-card-body-top';\nexport * from './eui-content-card-body/eui-content-card-body.component';\nexport * from './eui-content-card-footer/eui-content-card-footer.component';\nexport * from './eui-content-card-media/eui-content-card-media.component';\nexport * from './eui-content-card.component';\n\nexport const EUI_CONTENT_CARD = [\n EuiContentCardComponent,\n EuiContentCardBodyTopComponent,\n EuiContentCardBodyComponent,\n EuiContentCardFooterComponent,\n EuiContentCardHeaderComponent,\n EuiContentCardHeaderEndComponent,\n EuiContentCardHeaderMetadataComponent,\n EuiContentCardHeaderStartComponent,\n EuiContentCardHeaderSubmetadataComponent,\n EuiContentCardHeaderSubtitleComponent,\n EuiContentCardHeaderTitleComponent,\n EuiContentCardMediaComponent,\n] as const;","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":"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"}
1
+ {"version":3,"file":"eui-components-eui-content-card.mjs","sources":["../../eui-content-card/eui-content-card-body/eui-content-card-body-top.ts","../../eui-content-card/eui-content-card-body/eui-content-card-body.component.ts","../../eui-content-card/eui-content-card-body/eui-content-card-body.component.html","../../eui-content-card/eui-content-card-footer/eui-content-card-footer.component.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header-start.ts","../../eui-content-card/eui-content-card.component.ts","../../eui-content-card/eui-content-card.component.html","../../eui-content-card/eui-content-card-header/eui-content-card-header-end.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header-end.html","../../eui-content-card/eui-content-card-header/eui-content-card-header-metadata.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header-submetadata.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header-subtitle.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header-title.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header.component.ts","../../eui-content-card/eui-content-card-header/eui-content-card-header.component.html","../../eui-content-card/eui-content-card-media/eui-content-card-media.component.ts","../../eui-content-card/index.ts","../../eui-content-card/eui-components-eui-content-card.ts"],"sourcesContent":["import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-body-top',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-body-top.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardBodyTopComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-body-top'\n */\n @HostBinding('class') string = 'eui-content-card-body-top';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-body',\n templateUrl: './eui-content-card-body.component.html',\n styleUrl: './eui-content-card-body.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardBodyComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-body'\n */\n @HostBinding('class') string = 'eui-content-card-body';\n}\n","<hr class=\"eui-u-hr\"/>\n\n<ng-content select=\"eui-content-card-body-top\" />\n\n<div class=\"eui-content-card-body-wrapper\">\n <ng-content />\n</div>","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-footer',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-footer.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardFooterComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-footer'\n */\n @HostBinding('class') string = 'eui-content-card-footer';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-start',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-header-start.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardHeaderStartComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-start'\n */\n @HostBinding('class') string = 'eui-content-card-header-start';\n}\n","import {\n Component,\n HostBinding,\n Input,\n ChangeDetectionStrategy,\n booleanAttribute,\n inject,\n Output,\n EventEmitter,\n} from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { EUI_INPUT_CHECKBOX } from '@eui/components/eui-input-checkbox';\n\nimport { BaseStatesDirective } from '@eui/components/shared';\n\n/**\n * @description\n * The eui-card component is based on Material Design and provides a content container for text, photos and actions in the context of a single subject.\n */\n@Component({\n templateUrl: './eui-content-card.component.html',\n selector: 'eui-content-card',\n styleUrl: './eui-content-card.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [\n {\n directive: BaseStatesDirective,\n },\n ],\n imports: [\n FormsModule,\n ...EUI_INPUT_CHECKBOX,\n ],\n})\nexport class EuiContentCardComponent {\n /**\n * @description\n * Computes and returns the CSS classes for the component based on its current state.\n *\n * @returns {string} Space-separated string of CSS class names\n */\n @HostBinding('class')\n get cssClasses(): string {\n return [\n this.baseStatesDirective.getCssClasses('eui-content-card'),\n this.isCollapsible ? 'eui-content-card--collapsible' : '',\n this.isCollapsed ? 'eui-content-card--collapsed' : '',\n this.isSelectable ? 'eui-content-card--selectable': '',\n this.isSelected ? 'eui-content-card--selected' : '',\n ]\n .join(' ')\n .trim();\n }\n /**\n * Sets the `data-e2e` attribute at the host element.\n * \n * @default 'eui-card'\n */\n @HostBinding('attr.data-e2e') @Input() e2eAttr = 'eui-content-card';\n /**\n * Sets the `isSelected` attribute in order to show the card header as selected.\n *\n * @default false\n */\n @Input({ transform: booleanAttribute }) isSelected = false;\n /**\n * Sets the `isSelectable` attribute in order to show the card header checkbox for selection\n *\n * @default false\n */\n @Input({ transform: booleanAttribute }) isSelectable = false;\n /**\n * Sets the `isCollapsible` attribute which shows the collapsible toggle in the header.\n *\n * @default false\n */\n @Input({ transform: booleanAttribute }) isCollapsible = false;\n /**\n * Sets the `isCollapsed` attribute which collapses the card content.\n *\n * @default false\n */\n @Input({ transform: booleanAttribute }) isCollapsed = false;\n /**\n * Sets the `isBookmarkable` attribute which is adding a bookmark toggle to the card header end-block.\n *\n * @default false\n */\n @Input({ transform: booleanAttribute }) isBookmarkable = false;\n /**\n * Sets the `isBookmarkable` attribute which is adding a bookmark toggle to the card header end-block.\n *\n * @default false\n */\n @Input({ transform: booleanAttribute }) isBookmarked = false;\n\n /**\n * Event emitted when the card is selected.\n */\n @Output() cardSelect = new EventEmitter<boolean>();\n /**\n * Event emitted when the card is bookmarked.\n */\n @Output() cardBookmark = new EventEmitter<boolean>();\n /**\n * Event emitted when the card is bookmarked.\n */\n @Output() cardCollapse = new EventEmitter<boolean>();\n\n private baseStatesDirective: BaseStatesDirective = inject(BaseStatesDirective);\n\n toggleCollapse(): void {\n this.isCollapsed = !this.isCollapsed;\n this.cardCollapse.emit(this.isCollapsed);\n }\n toggleBookmark(): void {\n this.isBookmarked = !this.isBookmarked;\n this.cardBookmark.emit(this.isBookmarked);\n } \n \n protected onSelect(event: Event): void {\n this.cardSelect.emit(this.isSelected);\n }\n}\n","<div class=\"eui-content-card-wrapper\">\n @if (isSelectable) {\n <div class=\"eui-content-card-selectable-wrapper\">\n <input euiInputCheckBox [(ngModel)]=\"isSelected\" (change)=\"onSelect($event)\"/>\n </div>\n }\n\n <ng-content select=\"eui-content-card-media\"/>\n\n <div class=\"eui-content-card-header-body-wrapper\">\n <ng-content select=\"eui-content-card-header\"/>\n\n <div class=\"eui-content-card-body-wrapper\">\n <ng-content select=\"eui-content-card-body\"/>\n </div>\n </div>\n</div>\n\n<ng-content select=\"eui-content-card-footer\"/>\n","import { Component, HostBinding, ChangeDetectionStrategy, inject, forwardRef } from '@angular/core';\nimport { EuiContentCardComponent } from '../eui-content-card.component';\nimport { EUI_ICON_TOGGLE } from '@eui/components/eui-icon-toggle';\nimport { EUI_BUTTON } from '@eui/components/eui-button';\n\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-end',\n templateUrl: './eui-content-card-header-end.html',\n styleUrl: './eui-content-card-header-end.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [\n ...EUI_ICON_TOGGLE,\n ...EUI_BUTTON,\n ],\n})\nexport class EuiContentCardHeaderEndComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-end'\n */\n @HostBinding('class') string = 'eui-content-card-header-end';\n\n protected euiContentCardParent: EuiContentCardComponent = inject(forwardRef(() => EuiContentCardComponent), { optional: true, host: true });\n\n onToggle(event: boolean): void {\n this.euiContentCardParent.toggleBookmark();\n }\n}\n","<ng-content/>\n\n@if (euiContentCardParent.isBookmarkable) {\n <div class=\"eui-content-card-header-end-bookmarkable-wrapper\">\n <eui-icon-toggle\n iconSvgFillColorOff=\"primary\" \n iconSvgFillColorOn=\"primary\" \n iconSvgNameOn=\"bookmark-simple:phosphor-fill\" \n iconSvgNameOff=\"bookmark-simple:phosphor-light\"\n [isChecked]=\"euiContentCardParent.isBookmarked\" \n (toggle)=\"onToggle($event)\"/>\n </div>\n}","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-metadata',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-header-metadata.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardHeaderMetadataComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-metadata'\n */\n @HostBinding('class') string = 'eui-content-card-header-metadata';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-submetadata',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-header-submetadata.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardHeaderSubmetadataComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-submetadata'\n */\n @HostBinding('class') string = 'eui-card-header-content-submetadata';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-subtitle',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-header-subtitle.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardHeaderSubtitleComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-subtitle'\n */\n @HostBinding('class') string = 'eui-content-card-header-subtitle';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header-title',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-header-title.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardHeaderTitleComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header-title'\n */\n @HostBinding('class') string = 'eui-content-card-header-title';\n}\n","import { Component, HostBinding, ChangeDetectionStrategy, inject, forwardRef, ContentChild, QueryList } from '@angular/core';\nimport { EuiContentCardComponent } from '../eui-content-card.component';\nimport { EUI_ICON_BUTTON_EXPANDER } from '@eui/components/eui-icon-button-expander';\nimport { EuiContentCardHeaderStartComponent } from './eui-content-card-header-start';\nimport { NgTemplateOutlet } from '@angular/common';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-header',\n templateUrl: './eui-content-card-header.component.html',\n styleUrl: './eui-content-card-header.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [\n NgTemplateOutlet,\n ...EUI_ICON_BUTTON_EXPANDER,\n ], \n})\nexport class EuiContentCardHeaderComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-header'\n */\n @HostBinding('class') string = 'eui-content-card-header';\n\n protected euiCardContentParent: EuiContentCardComponent = inject(forwardRef(() => EuiContentCardComponent), { optional: true, host: true });\n\n @ContentChild(forwardRef(() => EuiContentCardHeaderStartComponent), { static: false }) headerStartComponent: QueryList<EuiContentCardHeaderStartComponent>;\n\n protected onToggle(): void {\n this.euiCardContentParent.toggleCollapse();\n } \n}\n","@if (headerStartComponent) {\n <div class=\"eui-content-card-header-top-wrapper\">\n <ng-content select=\"eui-content-card-header-start\"/>\n\n @if (euiCardContentParent?.isCollapsible) {\n <div class=\"eui-content-card-header-expander-wrapper\">\n <eui-icon-button-expander [isExpanded]=\"!euiCardContentParent?.isCollapsed\" (buttonClick)=\"onToggle()\"/>\n </div>\n } @else {\n <ng-content *ngTemplateOutlet=\"headerEnd\"/>\n }\n </div>\n <ng-content *ngTemplateOutlet=\"headerTitle\"/>\n} @else {\n <div class=\"eui-content-card-header-top-wrapper\">\n <ng-content *ngTemplateOutlet=\"headerTitle\"/>\n \n @if (euiCardContentParent?.isCollapsible) {\n <div class=\"eui-content-card-header-expander-wrapper\">\n <eui-icon-button-expander [isExpanded]=\"!euiCardContentParent?.isCollapsed\" (buttonClick)=\"onToggle()\"/>\n </div>\n } @else {\n <ng-content *ngTemplateOutlet=\"headerEnd\"/>\n } \n </div>\n}\n<ng-content select=\"eui-content-card-header-subtitle\"/>\n<ng-content select=\"eui-content-card-header-metadata\"/>\n<ng-content select=\"eui-content-card-header-submetadata\"/>\n\n\n<ng-template #headerEnd>\n <ng-content select=\"eui-content-card-header-end\"/>\n</ng-template>\n<ng-template #headerTitle>\n <ng-content select=\"eui-content-card-header-title\"/>\n</ng-template>","import { Component, HostBinding, ChangeDetectionStrategy } from '@angular/core';\n/**\n * @description\n * The eui-content-card component projects the content for eui-card.\n */\n@Component({\n selector: 'eui-content-card-media',\n template: '<ng-content/>',\n styleUrl: './eui-content-card-media.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class EuiContentCardMediaComponent {\n /**\n * Binds the class to the component.\n *\n * @default 'eui-content-card-media'\n */\n @HostBinding('class') string = 'eui-content-card-media';\n}\n","import { EuiContentCardBodyTopComponent } from './eui-content-card-body/eui-content-card-body-top';\nimport { EuiContentCardBodyComponent } from './eui-content-card-body/eui-content-card-body.component';\nimport { EuiContentCardFooterComponent } from './eui-content-card-footer/eui-content-card-footer.component';\nimport { EuiContentCardHeaderStartComponent } from './eui-content-card-header/eui-content-card-header-start';\nimport { EuiContentCardHeaderEndComponent } from './eui-content-card-header/eui-content-card-header-end';\nimport { EuiContentCardHeaderMetadataComponent } from './eui-content-card-header/eui-content-card-header-metadata';\nimport { EuiContentCardHeaderSubmetadataComponent } from './eui-content-card-header/eui-content-card-header-submetadata';\nimport { EuiContentCardHeaderSubtitleComponent } from './eui-content-card-header/eui-content-card-header-subtitle';\nimport { EuiContentCardHeaderTitleComponent } from './eui-content-card-header/eui-content-card-header-title';\nimport { EuiContentCardHeaderComponent } from './eui-content-card-header/eui-content-card-header.component';\nimport { EuiContentCardComponent } from './eui-content-card.component';\nimport { EuiContentCardMediaComponent } from './eui-content-card-media/eui-content-card-media.component';\n\nexport * from './eui-content-card.component';\nexport * from './eui-content-card-header/eui-content-card-header.component';\nexport * from './eui-content-card-header/eui-content-card-header-start';\nexport * from './eui-content-card-header/eui-content-card-header-end';\nexport * from './eui-content-card-header/eui-content-card-header-title';\nexport * from './eui-content-card-header/eui-content-card-header-subtitle';\nexport * from './eui-content-card-header/eui-content-card-header-metadata';\nexport * from './eui-content-card-header/eui-content-card-header-submetadata';\nexport * from './eui-content-card-body/eui-content-card-body-top';\nexport * from './eui-content-card-body/eui-content-card-body.component';\nexport * from './eui-content-card-footer/eui-content-card-footer.component';\nexport * from './eui-content-card-media/eui-content-card-media.component';\nexport * from './eui-content-card.component';\n\nexport const EUI_CONTENT_CARD = [\n EuiContentCardComponent,\n EuiContentCardBodyTopComponent,\n EuiContentCardBodyComponent,\n EuiContentCardFooterComponent,\n EuiContentCardHeaderComponent,\n EuiContentCardHeaderEndComponent,\n EuiContentCardHeaderMetadataComponent,\n EuiContentCardHeaderStartComponent,\n EuiContentCardHeaderSubmetadataComponent,\n EuiContentCardHeaderSubtitleComponent,\n EuiContentCardHeaderTitleComponent,\n EuiContentCardMediaComponent,\n] as const;","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1"],"mappings":"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"}
@@ -140,13 +140,13 @@ class EuiIconToggleComponent {
140
140
  }
141
141
  }
142
142
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: EuiIconToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
143
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.9", type: EuiIconToggleComponent, isStandalone: true, selector: "eui-icon-toggle", inputs: { keyboardAccessKey: "keyboardAccessKey", isChecked: ["isChecked", "isChecked", booleanAttribute], isReadOnly: ["isReadOnly", "isReadOnly", booleanAttribute], e2eAttr: "e2eAttr", id: "id", tabindex: "tabindex", ariaLabel: "ariaLabel", iconSvgSize: "iconSvgSize", iconSvgNameOn: "iconSvgNameOn", iconSvgNameOff: "iconSvgNameOff", iconSvgFillColorOn: "iconSvgFillColorOn", iconSvgFillColorOff: "iconSvgFillColorOff" }, outputs: { toggle: "toggle" }, host: { listeners: { "click": "onClick()", "keydown": "onKeydown($event)" }, properties: { "class": "this.cssClasses", "attr.role": "this.role", "attr.accesskey": "this.keyboardAccessKey", "attr.aria-checked": "this.isChecked", "attr.readonly": "this.isReadOnly", "attr.data-e2e": "this.e2eAttr", "attr.id": "this.id", "attr.tabindex": "this.tabindex", "attr.aria-label": "this.ariaLabel" } }, usesOnChanges: true, ngImport: i0, template: "<eui-icon-svg [icon]=\"iconSvgName\" [fillColor]=\"iconSvgFillColor\" [size]=\"iconSvgSize\" />\n", styles: [".eui-19 :host.eui-icon-toggle{display:inline-block;position:relative;cursor:pointer}.eui-19 :host.eui-icon-toggle:focus-visible:not([readonly]){outline:2px solid var(--eui-c-focus-visible)!important;outline-offset:-2px!important;transition:none}.eui-19 :host.eui-icon-toggle--default-on{color:var(--eui-c-s-primary)}.eui-19 :host.eui-icon-toggle--default-off{color:var(--eui-c-neutral-bg-light)}.eui-19 :host.eui-icon-toggle--checked{color:var(--eui-c-s-primary)}.eui-19 :host.eui-icon-toggle--readonly{cursor:auto}\n"], dependencies: [{ kind: "component", type: i1.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "fillColor", "set", "size", "style", "iconUrl", "transform", "euiVariant", "aria-label", "ariaHidden", "focusable", "isLoading", "isInputIcon", "euiStart", "euiEnd"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
143
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.9", type: EuiIconToggleComponent, isStandalone: true, selector: "eui-icon-toggle", inputs: { keyboardAccessKey: "keyboardAccessKey", isChecked: ["isChecked", "isChecked", booleanAttribute], isReadOnly: ["isReadOnly", "isReadOnly", booleanAttribute], e2eAttr: "e2eAttr", id: "id", tabindex: "tabindex", ariaLabel: "ariaLabel", iconSvgSize: "iconSvgSize", iconSvgNameOn: "iconSvgNameOn", iconSvgNameOff: "iconSvgNameOff", iconSvgFillColorOn: "iconSvgFillColorOn", iconSvgFillColorOff: "iconSvgFillColorOff" }, outputs: { toggle: "toggle" }, host: { listeners: { "click": "onClick()", "keydown": "onKeydown($event)" }, properties: { "class": "this.cssClasses", "attr.role": "this.role", "attr.accesskey": "this.keyboardAccessKey", "attr.aria-checked": "this.isChecked", "attr.readonly": "this.isReadOnly", "attr.data-e2e": "this.e2eAttr", "attr.id": "this.id", "attr.tabindex": "this.tabindex", "attr.aria-label": "this.ariaLabel" } }, usesOnChanges: true, ngImport: i0, template: "<eui-icon-svg [icon]=\"iconSvgName\" [fillColor]=\"iconSvgFillColor\" [size]=\"iconSvgSize\" />\n", styles: [".eui-19 :host.eui-icon-toggle{display:inline-flex;position:relative;cursor:pointer;padding:calc(var(--eui-s-xs) - 1px) calc(var(--eui-s-xs) - 1px)}.eui-19 :host.eui-icon-toggle:focus-visible:not([readonly]){outline:2px solid var(--eui-c-focus-visible)!important;outline-offset:-2px!important;transition:none}.eui-19 :host.eui-icon-toggle:hover{background-color:var(--eui-c-s-primary-surface-light);border-radius:var(--eui-br-max)}.eui-19 :host.eui-icon-toggle--default-on{color:var(--eui-c-s-primary)}.eui-19 :host.eui-icon-toggle--default-off{color:var(--eui-c-neutral-bg-light)}.eui-19 :host.eui-icon-toggle--checked{color:var(--eui-c-s-primary)}.eui-19 :host.eui-icon-toggle--readonly{cursor:auto}\n"], dependencies: [{ kind: "component", type: i1.EuiIconSvgComponent, selector: "eui-icon-svg, span[euiIconSvg], i[euiIconSvg]", inputs: ["icon", "fillColor", "set", "size", "style", "iconUrl", "transform", "euiVariant", "aria-label", "ariaHidden", "focusable", "isLoading", "isInputIcon", "euiStart", "euiEnd"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
144
144
  }
145
145
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.9", ngImport: i0, type: EuiIconToggleComponent, decorators: [{
146
146
  type: Component,
147
147
  args: [{ selector: 'eui-icon-toggle', changeDetection: ChangeDetectionStrategy.OnPush, imports: [
148
148
  ...EUI_ICON,
149
- ], template: "<eui-icon-svg [icon]=\"iconSvgName\" [fillColor]=\"iconSvgFillColor\" [size]=\"iconSvgSize\" />\n", styles: [".eui-19 :host.eui-icon-toggle{display:inline-block;position:relative;cursor:pointer}.eui-19 :host.eui-icon-toggle:focus-visible:not([readonly]){outline:2px solid var(--eui-c-focus-visible)!important;outline-offset:-2px!important;transition:none}.eui-19 :host.eui-icon-toggle--default-on{color:var(--eui-c-s-primary)}.eui-19 :host.eui-icon-toggle--default-off{color:var(--eui-c-neutral-bg-light)}.eui-19 :host.eui-icon-toggle--checked{color:var(--eui-c-s-primary)}.eui-19 :host.eui-icon-toggle--readonly{cursor:auto}\n"] }]
149
+ ], template: "<eui-icon-svg [icon]=\"iconSvgName\" [fillColor]=\"iconSvgFillColor\" [size]=\"iconSvgSize\" />\n", styles: [".eui-19 :host.eui-icon-toggle{display:inline-flex;position:relative;cursor:pointer;padding:calc(var(--eui-s-xs) - 1px) calc(var(--eui-s-xs) - 1px)}.eui-19 :host.eui-icon-toggle:focus-visible:not([readonly]){outline:2px solid var(--eui-c-focus-visible)!important;outline-offset:-2px!important;transition:none}.eui-19 :host.eui-icon-toggle:hover{background-color:var(--eui-c-s-primary-surface-light);border-radius:var(--eui-br-max)}.eui-19 :host.eui-icon-toggle--default-on{color:var(--eui-c-s-primary)}.eui-19 :host.eui-icon-toggle--default-off{color:var(--eui-c-neutral-bg-light)}.eui-19 :host.eui-icon-toggle--checked{color:var(--eui-c-s-primary)}.eui-19 :host.eui-icon-toggle--readonly{cursor:auto}\n"] }]
150
150
  }], propDecorators: { cssClasses: [{
151
151
  type: HostBinding,
152
152
  args: ['class']
@@ -1 +1 @@
1
- {"version":3,"file":"eui-components-eui-icon-toggle.mjs","sources":["../../eui-icon-toggle/eui-icon-toggle.component.ts","../../eui-icon-toggle/eui-icon-toggle.component.html","../../eui-icon-toggle/eui-icon-toggle.module.ts","../../eui-icon-toggle/index.ts","../../eui-icon-toggle/eui-components-eui-icon-toggle.ts"],"sourcesContent":["import {\n AfterContentInit,\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n HostBinding,\n HostListener,\n Input,\n OnChanges,\n Output,\n SimpleChanges,\n booleanAttribute,\n} from '@angular/core';\n\nimport { uniqueId } from '@eui/core';\nimport { EUI_ICON } from '@eui/components/eui-icon';\n\n/**\n * Component that provides a toggleable icon button with accessibility support.\n * Functions as a switch control that can be toggled between on/off states,\n * displaying different icons based on the current state.\n *\n * This component handles keyboard navigation, focus management, and proper\n * ARIA attributes for accessibility compliance.\n */\n@Component({\n selector: 'eui-icon-toggle',\n templateUrl: './eui-icon-toggle.component.html',\n styleUrls: ['./eui-icon-toggle.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [\n ...EUI_ICON,\n ],\n})\nexport class EuiIconToggleComponent implements AfterContentInit, OnChanges {\n @HostBinding('class')\n public get cssClasses(): string {\n return ['eui-icon-toggle',\n this.isChecked ? 'eui-icon-toggle--default-on' : 'eui-icon-toggle--default-off',\n this.isReadOnly ? 'eui-icon-toggle--readonly': '',\n ].join(' ').trim();\n }\n @HostBinding('attr.role') role = 'switch';\n /**\n * Keyboard shortcut key.\n * @default 'i'\n */\n @HostBinding('attr.accesskey') @Input() keyboardAccessKey = 'i';\n\n /**\n * Whether the toggle is in the checked/on state.\n * Bound to aria-checked attribute for accessibility.\n * @default false\n */\n @HostBinding('attr.aria-checked')\n @Input({ transform: booleanAttribute }) isChecked = false;\n\n /**\n * Whether the toggle is read-only (cannot be interacted with).\n * When true, tabindex is set to -1 and clicking will not change state.\n * @default undefined\n */\n @HostBinding('attr.readonly')\n @Input({ transform: booleanAttribute }) isReadOnly: boolean;\n\n /**\n * Data attribute for e2e testing.\n * @default 'eui-icon-toggle'\n */\n @HostBinding('attr.data-e2e')\n @Input() e2eAttr = 'eui-icon-toggle';\n\n /**\n * Unique identifier for the component.\n * @default 'eui-icon-toggle-{uniqueId}'\n */\n @HostBinding('attr.id')\n @Input() id = `eui-icon-toggle-${uniqueId()}`;\n\n /**\n * Tab order value for keyboard navigation.\n * @default '0'\n */\n @HostBinding('attr.tabindex')\n @Input() tabindex = '0';\n\n /**\n * Accessible label for screen readers.\n * @default 'Toggle icon'\n */\n @HostBinding('attr.aria-label')\n @Input() ariaLabel = 'Toggle icon';\n\n /**\n * Size of the icon (s, m, l, xl).\n * @default 'm'\n */\n @Input() iconSvgSize = 'm';\n\n /**\n * Icon to display when toggle is in the ON state.\n */\n @Input() iconSvgNameOn: string;\n\n /**\n * Icon to display when toggle is in the OFF state.\n */\n @Input() iconSvgNameOff: string;\n\n /**\n * Color of the icon when toggle is in the ON state.\n * @default 'accent'\n */\n @Input() iconSvgFillColorOn = 'accent';\n\n /**\n * Color of the icon when toggle is in the OFF state.\n * @default 'neutral'\n */\n @Input() iconSvgFillColorOff = 'neutral';\n\n /**\n * Event emitted when the toggle state changes.\n * Emits the new state (true = checked, false = unchecked).\n */\n // eslint-disable-next-line\n @Output() toggle: EventEmitter<boolean> = new EventEmitter();\n\n protected iconSvgName: string;\n protected iconSvgFillColor: string;\n /**\n * @deprecated Is not used anymore\n */\n protected iconSvgSet: string;\n\n /**\n * Handles changes to input properties.\n * Updates the tabindex when the component becomes read-only.\n *\n * @param {SimpleChanges} changes - Object containing changed properties\n */\n ngOnChanges(changes: SimpleChanges): void {\n if (changes?.isReadOnly && changes?.isReadOnly.currentValue === true) {\n this.tabindex = '-1';\n }\n\n if(changes.isChecked) {\n this._setIconClass();\n }\n }\n\n /**\n * Initializes the component after content has been set.\n * Sets the appropriate icon based on the current toggle state.\n * Sets the aria-label if none was provided.\n */\n ngAfterContentInit(): void {\n this._setIconClass();\n if (!this.ariaLabel || this.ariaLabel === '') {\n this.ariaLabel = this.iconSvgName ? this.iconSvgName : '';\n }\n }\n\n /**\n * Host listener that handles click events on the component.\n * Triggers the toggle action if the component is not read-only.\n */\n @HostListener('click')\n protected onClick(): void {\n this._toggle();\n }\n\n /**\n * Host listener that handles keyboard events.\n * Triggers the toggle action on Enter or Space key press.\n *\n * @param {KeyboardEvent} event - The keyboard event\n */\n @HostListener('keydown', ['$event'])\n protected onKeydown(event: KeyboardEvent): void {\n switch (event.code) {\n case 'Enter':\n case 'Space':\n event.preventDefault();\n event.stopPropagation();\n this._toggle();\n break;\n }\n }\n\n private _toggle(): void {\n if (!this.isReadOnly) {\n this.isChecked = !this.isChecked;\n this._setIconClass();\n this.toggle.emit(this.isChecked);\n }\n }\n\n private _setIconClass(): void {\n if (this.isChecked) {\n this.iconSvgName = this.iconSvgNameOn;\n this.iconSvgFillColor = this.iconSvgFillColorOn;\n } else {\n this.iconSvgName = this.iconSvgNameOff;\n this.iconSvgFillColor = this.iconSvgFillColorOff;\n }\n }\n}\n","<eui-icon-svg [icon]=\"iconSvgName\" [fillColor]=\"iconSvgFillColor\" [size]=\"iconSvgSize\" />\n","import { NgModule } from '@angular/core';\nimport { EuiIconToggleComponent } from './eui-icon-toggle.component';\n\n/**\n * Angular module that provides the EuiIconToggleComponent.\n *\n * @deprecated Use {@link EUI_ICON_TOGGLE} instead.\n *\n */\n@NgModule({\n imports: [EuiIconToggleComponent],\n exports: [EuiIconToggleComponent],\n})\nexport class EuiIconToggleModule {}\n","import { EuiIconToggleComponent } from './eui-icon-toggle.component';\n\nexport * from './eui-icon-toggle.component';\nexport * from './eui-icon-toggle.module';\n\nexport const EUI_ICON_TOGGLE = [\n EuiIconToggleComponent,\n] as const;\n\n// export { EuiIconToggleComponent as EuiIconToggle } from './eui-icon-toggle.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"eui-components-eui-icon-toggle.mjs","sources":["../../eui-icon-toggle/eui-icon-toggle.component.ts","../../eui-icon-toggle/eui-icon-toggle.component.html","../../eui-icon-toggle/eui-icon-toggle.module.ts","../../eui-icon-toggle/index.ts","../../eui-icon-toggle/eui-components-eui-icon-toggle.ts"],"sourcesContent":["import {\n AfterContentInit,\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n HostBinding,\n HostListener,\n Input,\n OnChanges,\n Output,\n SimpleChanges,\n booleanAttribute,\n} from '@angular/core';\n\nimport { uniqueId } from '@eui/core';\nimport { EUI_ICON } from '@eui/components/eui-icon';\n\n/**\n * Component that provides a toggleable icon button with accessibility support.\n * Functions as a switch control that can be toggled between on/off states,\n * displaying different icons based on the current state.\n *\n * This component handles keyboard navigation, focus management, and proper\n * ARIA attributes for accessibility compliance.\n */\n@Component({\n selector: 'eui-icon-toggle',\n templateUrl: './eui-icon-toggle.component.html',\n styleUrls: ['./eui-icon-toggle.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [\n ...EUI_ICON,\n ],\n})\nexport class EuiIconToggleComponent implements AfterContentInit, OnChanges {\n @HostBinding('class')\n public get cssClasses(): string {\n return ['eui-icon-toggle',\n this.isChecked ? 'eui-icon-toggle--default-on' : 'eui-icon-toggle--default-off',\n this.isReadOnly ? 'eui-icon-toggle--readonly': '',\n ].join(' ').trim();\n }\n @HostBinding('attr.role') role = 'switch';\n /**\n * Keyboard shortcut key.\n * @default 'i'\n */\n @HostBinding('attr.accesskey') @Input() keyboardAccessKey = 'i';\n\n /**\n * Whether the toggle is in the checked/on state.\n * Bound to aria-checked attribute for accessibility.\n * @default false\n */\n @HostBinding('attr.aria-checked')\n @Input({ transform: booleanAttribute }) isChecked = false;\n\n /**\n * Whether the toggle is read-only (cannot be interacted with).\n * When true, tabindex is set to -1 and clicking will not change state.\n * @default undefined\n */\n @HostBinding('attr.readonly')\n @Input({ transform: booleanAttribute }) isReadOnly: boolean;\n\n /**\n * Data attribute for e2e testing.\n * @default 'eui-icon-toggle'\n */\n @HostBinding('attr.data-e2e')\n @Input() e2eAttr = 'eui-icon-toggle';\n\n /**\n * Unique identifier for the component.\n * @default 'eui-icon-toggle-{uniqueId}'\n */\n @HostBinding('attr.id')\n @Input() id = `eui-icon-toggle-${uniqueId()}`;\n\n /**\n * Tab order value for keyboard navigation.\n * @default '0'\n */\n @HostBinding('attr.tabindex')\n @Input() tabindex = '0';\n\n /**\n * Accessible label for screen readers.\n * @default 'Toggle icon'\n */\n @HostBinding('attr.aria-label')\n @Input() ariaLabel = 'Toggle icon';\n\n /**\n * Size of the icon (s, m, l, xl).\n * @default 'm'\n */\n @Input() iconSvgSize = 'm';\n\n /**\n * Icon to display when toggle is in the ON state.\n */\n @Input() iconSvgNameOn: string;\n\n /**\n * Icon to display when toggle is in the OFF state.\n */\n @Input() iconSvgNameOff: string;\n\n /**\n * Color of the icon when toggle is in the ON state.\n * @default 'accent'\n */\n @Input() iconSvgFillColorOn = 'accent';\n\n /**\n * Color of the icon when toggle is in the OFF state.\n * @default 'neutral'\n */\n @Input() iconSvgFillColorOff = 'neutral';\n\n /**\n * Event emitted when the toggle state changes.\n * Emits the new state (true = checked, false = unchecked).\n */\n // eslint-disable-next-line\n @Output() toggle: EventEmitter<boolean> = new EventEmitter();\n\n protected iconSvgName: string;\n protected iconSvgFillColor: string;\n /**\n * @deprecated Is not used anymore\n */\n protected iconSvgSet: string;\n\n /**\n * Handles changes to input properties.\n * Updates the tabindex when the component becomes read-only.\n *\n * @param {SimpleChanges} changes - Object containing changed properties\n */\n ngOnChanges(changes: SimpleChanges): void {\n if (changes?.isReadOnly && changes?.isReadOnly.currentValue === true) {\n this.tabindex = '-1';\n }\n\n if(changes.isChecked) {\n this._setIconClass();\n }\n }\n\n /**\n * Initializes the component after content has been set.\n * Sets the appropriate icon based on the current toggle state.\n * Sets the aria-label if none was provided.\n */\n ngAfterContentInit(): void {\n this._setIconClass();\n if (!this.ariaLabel || this.ariaLabel === '') {\n this.ariaLabel = this.iconSvgName ? this.iconSvgName : '';\n }\n }\n\n /**\n * Host listener that handles click events on the component.\n * Triggers the toggle action if the component is not read-only.\n */\n @HostListener('click')\n protected onClick(): void {\n this._toggle();\n }\n\n /**\n * Host listener that handles keyboard events.\n * Triggers the toggle action on Enter or Space key press.\n *\n * @param {KeyboardEvent} event - The keyboard event\n */\n @HostListener('keydown', ['$event'])\n protected onKeydown(event: KeyboardEvent): void {\n switch (event.code) {\n case 'Enter':\n case 'Space':\n event.preventDefault();\n event.stopPropagation();\n this._toggle();\n break;\n }\n }\n\n private _toggle(): void {\n if (!this.isReadOnly) {\n this.isChecked = !this.isChecked;\n this._setIconClass();\n this.toggle.emit(this.isChecked);\n }\n }\n\n private _setIconClass(): void {\n if (this.isChecked) {\n this.iconSvgName = this.iconSvgNameOn;\n this.iconSvgFillColor = this.iconSvgFillColorOn;\n } else {\n this.iconSvgName = this.iconSvgNameOff;\n this.iconSvgFillColor = this.iconSvgFillColorOff;\n }\n }\n}\n","<eui-icon-svg [icon]=\"iconSvgName\" [fillColor]=\"iconSvgFillColor\" [size]=\"iconSvgSize\" />\n","import { NgModule } from '@angular/core';\nimport { EuiIconToggleComponent } from './eui-icon-toggle.component';\n\n/**\n * Angular module that provides the EuiIconToggleComponent.\n *\n * @deprecated Use {@link EUI_ICON_TOGGLE} instead.\n *\n */\n@NgModule({\n imports: [EuiIconToggleComponent],\n exports: [EuiIconToggleComponent],\n})\nexport class EuiIconToggleModule {}\n","import { EuiIconToggleComponent } from './eui-icon-toggle.component';\n\nexport * from './eui-icon-toggle.component';\nexport * from './eui-icon-toggle.module';\n\nexport const EUI_ICON_TOGGLE = [\n EuiIconToggleComponent,\n] as const;\n\n// export { EuiIconToggleComponent as EuiIconToggle } from './eui-icon-toggle.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eui/components",
3
- "version": "19.2.3",
4
- "tag": "latest",
3
+ "version": "19.2.4-snapshot-1747726109384",
4
+ "tag": "snapshot",
5
5
  "description": "eUI components package",
6
6
  "homepage": "https://eui.ecdevops.eu",
7
7
  "author": "ec.europa.eui@gmail.com",
@@ -10,8 +10,8 @@
10
10
  "url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui/browse/packages/components"
11
11
  },
12
12
  "peerDependencies": {
13
- "@eui/core": "19.2.3",
14
- "@eui/base": "19.2.3",
13
+ "@eui/core": "19.2.4-snapshot-1747726109384",
14
+ "@eui/base": "19.2.4-snapshot-1747726109384",
15
15
  "@angular/common": "^18.0.0 || ^19.0.0",
16
16
  "@angular/core": "^18.0.0 || ^19.0.0",
17
17
  "@angular/forms": "^18.0.0 || ^19.0.0",