@eui/components 19.1.3-snapshot-1744279007296 → 19.1.3-snapshot-1744701533037
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/docs/components/EuiCardComponent.html +0 -15
- package/docs/components/EuiCardContentComponent.html +0 -15
- package/docs/components/EuiCardFooterActionButtonsComponent.html +0 -19
- package/docs/components/EuiCardFooterActionIconsComponent.html +0 -25
- package/docs/components/EuiCardFooterComponent.html +0 -29
- package/docs/components/EuiCardFooterMenuComponent.html +0 -55
- package/docs/components/EuiCardFooterMenuContentComponent.html +0 -29
- package/docs/components/EuiCardHeaderBodyComponent.html +0 -11
- package/docs/components/EuiCardHeaderComponent.html +0 -20
- package/docs/components/EuiCardHeaderLeftContentComponent.html +0 -13
- package/docs/components/EuiCardHeaderRightContentComponent.html +0 -16
- package/docs/components/EuiCardHeaderSubtitleComponent.html +0 -15
- package/docs/components/EuiCardHeaderTitleComponent.html +0 -16
- package/docs/components/EuiCardMediaComponent.html +0 -17
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/eui-card/components/eui-card-content/eui-card-content.component.d.ts +0 -18
- package/eui-card/components/eui-card-content/eui-card-content.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.d.ts +0 -22
- package/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.d.ts +0 -30
- package/eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.d.ts +0 -30
- package/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-footer/eui-card-footer-menu.component.d.ts +0 -56
- package/eui-card/components/eui-card-footer/eui-card-footer-menu.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-footer/eui-card-footer.component.d.ts +0 -30
- package/eui-card/components/eui-card-footer/eui-card-footer.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header-left-content.component.d.ts +0 -16
- package/eui-card/components/eui-card-header/eui-card-header-left-content.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header-right-content.component.d.ts +0 -19
- package/eui-card/components/eui-card-header/eui-card-header-right-content.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header-subtitle.component.d.ts +0 -18
- package/eui-card/components/eui-card-header/eui-card-header-subtitle.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header-title.component.d.ts +0 -19
- package/eui-card/components/eui-card-header/eui-card-header-title.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header.component.d.ts +0 -19
- package/eui-card/components/eui-card-header/eui-card-header.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header-body/eui-card-header-body.component.d.ts +0 -14
- package/eui-card/components/eui-card-header-body/eui-card-header-body.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-media/eui-card-media.component.d.ts +0 -16
- package/eui-card/components/eui-card-media/eui-card-media.component.d.ts.map +1 -1
- package/eui-card/eui-card.component.d.ts +0 -18
- package/eui-card/eui-card.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +10 -336
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/package.json +11 -11
@@ -2,24 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
3
3
|
* @description
|
4
4
|
* The eui-card-content component projects the content for eui-card.
|
5
|
-
*
|
6
|
-
* @example
|
7
|
-
* ```html
|
8
|
-
* <eui-card>
|
9
|
-
* <eui-card-header>
|
10
|
-
* <eui-card-header-title>
|
11
|
-
* {{ cardTitle }}
|
12
|
-
* </eui-card-header-title>
|
13
|
-
* <eui-card-header-subtitle>
|
14
|
-
* {{ cardSubtitle }}
|
15
|
-
* </eui-card-header-subtitle>
|
16
|
-
* </eui-card-header>
|
17
|
-
* <eui-card-content>
|
18
|
-
* I am the content of the card container...
|
19
|
-
* </eui-card-content>
|
20
|
-
* </eui-card>
|
21
|
-
* ```
|
22
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card}.
|
23
5
|
*/
|
24
6
|
export declare class EuiCardContentComponent {
|
25
7
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-content.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-content/eui-card-content.component.ts"],"names":[],"mappings":";AACA
|
1
|
+
{"version":3,"file":"eui-card-content.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-content/eui-card-content.component.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBAMa,uBAAuB;IAChC;;;;OAIG;IACmB,MAAM,SAAsB;IAClD;;;;OAIG;IAC2B,QAAQ,SAAK;yCAZlC,uBAAuB;2CAAvB,uBAAuB;CAanC"}
|
@@ -2,28 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
3
3
|
* @description
|
4
4
|
* The eui-card-footer-action-buttons component projects the action buttons content for eui-card.
|
5
|
-
*
|
6
|
-
* @example
|
7
|
-
* ```html
|
8
|
-
* <eui-card euiHoverable>
|
9
|
-
* <eui-card-media
|
10
|
-
* imageUrl="./assets/images/cards/home-card-law.jpg">
|
11
|
-
* </eui-card-media>
|
12
|
-
* <eui-card-content style="max-height: 11rem; min-height: 11rem;">
|
13
|
-
* <h5 class="eui-u-f-bold eui-u-mb-s">Law | EUR Lex</h5>
|
14
|
-
* The Official Journal of the European Union, EU case law and other resources for EU law
|
15
|
-
* </eui-card-content>
|
16
|
-
* <eui-card-footer>
|
17
|
-
* <eui-card-footer-action-buttons class="eui-u-flex-justify-content-end">
|
18
|
-
* <button euiButton euiPrimary euiSizeS>
|
19
|
-
* <span euiLabel>Action</span>
|
20
|
-
* <eui-icon-svg icon="chevron-forward:sharp"></eui-icon-svg>
|
21
|
-
* </button>
|
22
|
-
* </eui-card-footer-action-buttons>
|
23
|
-
* </eui-card-footer>
|
24
|
-
* </eui-card>
|
25
|
-
* ```
|
26
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer}.
|
27
5
|
*/
|
28
6
|
export declare class EuiCardFooterActionButtonsComponent {
|
29
7
|
/**
|
package/eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-footer-action-buttons.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.ts"],"names":[],"mappings":";AACA
|
1
|
+
{"version":3,"file":"eui-card-footer-action-buttons.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-footer/eui-card-footer-action-buttons.component.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBAMa,mCAAmC;IAC5C;;;;OAIG;IACmB,MAAM,SAAsC;yCANzD,mCAAmC;2CAAnC,mCAAmC;CAO/C"}
|
@@ -2,36 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
3
3
|
* @description
|
4
4
|
* The eui-card-footer-action-icons component projects the action icons content for eui-card.
|
5
|
-
*
|
6
|
-
* @example
|
7
|
-
* ```html
|
8
|
-
* <eui-card>
|
9
|
-
* <eui-card-header>
|
10
|
-
* <eui-card-header-title>
|
11
|
-
* <strong>Default layout of a card footer</strong>
|
12
|
-
* </eui-card-header-title>
|
13
|
-
* </eui-card-header>
|
14
|
-
*
|
15
|
-
* <eui-card-content>
|
16
|
-
* <p class="eui-u-text-paragraph">Hover on footer's elements to display more information.</p>
|
17
|
-
* </eui-card-content>
|
18
|
-
*
|
19
|
-
* <eui-card-footer>
|
20
|
-
* <eui-card-footer-action-buttons euiTooltip="Here are displayed the main action buttons. It is recommended to have maximum 2 buttons. Primary action button is always displayed first. Other actions will be put in the menu.">
|
21
|
-
* <span class="eui-u-cursor-help">Action buttons</span>
|
22
|
-
* </eui-card-footer-action-buttons>
|
23
|
-
*
|
24
|
-
* <eui-card-footer-action-icons euiTooltip="Here are displayed the action icons. It is recommended to have maximum 2 icons. Other actions will be put in the menu.">
|
25
|
-
* <span class="eui-u-cursor-help">Action icons</span>
|
26
|
-
* </eui-card-footer-action-icons>
|
27
|
-
*
|
28
|
-
* <eui-card-footer-menu-content [tooltipText]="'Actions menu to propose more options'">
|
29
|
-
* <div class="m-2">Menu content here</div>
|
30
|
-
* </eui-card-footer-menu-content>
|
31
|
-
* </eui-card-footer>
|
32
|
-
* </eui-card>
|
33
|
-
* ```
|
34
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer}.
|
35
5
|
*/
|
36
6
|
export declare class EuiCardFooterActionIconsComponent {
|
37
7
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-footer-action-icons.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.ts"],"names":[],"mappings":";AACA
|
1
|
+
{"version":3,"file":"eui-card-footer-action-icons.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-footer/eui-card-footer-action-icons.component.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBAMa,iCAAiC;IAC1C;;;;OAIG;IACmB,MAAM,SAAoC;yCANvD,iCAAiC;2CAAjC,iCAAiC;CAO7C"}
|
@@ -2,36 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
3
3
|
* @description
|
4
4
|
* The eui-card-footer-menu-content component projects the content of the actions menu of the eui-card.
|
5
|
-
*
|
6
|
-
* @example
|
7
|
-
* ```html
|
8
|
-
* <eui-card>
|
9
|
-
* <eui-card-header>
|
10
|
-
* <eui-card-header-title>
|
11
|
-
* <strong>Default layout of a card footer</strong>
|
12
|
-
* </eui-card-header-title>
|
13
|
-
* </eui-card-header>
|
14
|
-
*
|
15
|
-
* <eui-card-content>
|
16
|
-
* <p class="eui-u-text-paragraph">Hover on footer's elements to display more information.</p>
|
17
|
-
* </eui-card-content>
|
18
|
-
*
|
19
|
-
* <eui-card-footer>
|
20
|
-
* <eui-card-footer-action-buttons euiTooltip="Here are displayed the main action buttons. It is recommended to have maximum 2 buttons. Primary action button is always displayed first. Other actions will be put in the menu.">
|
21
|
-
* <span class="eui-u-cursor-help">Action buttons</span>
|
22
|
-
* </eui-card-footer-action-buttons>
|
23
|
-
*
|
24
|
-
* <eui-card-footer-action-icons euiTooltip="Here are displayed the action icons. It is recommended to have maximum 2 icons. Other actions will be put in the menu.">
|
25
|
-
* <span class="eui-u-cursor-help">Action icons</span>
|
26
|
-
* </eui-card-footer-action-icons>
|
27
|
-
*
|
28
|
-
* <eui-card-footer-menu-content [tooltipText]="'Actions menu to propose more options'">
|
29
|
-
* <div class="m-2">Menu content here</div>
|
30
|
-
* </eui-card-footer-menu-content>
|
31
|
-
* </eui-card-footer>
|
32
|
-
* </eui-card>
|
33
|
-
* ```
|
34
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer}.
|
35
5
|
*/
|
36
6
|
export declare class EuiCardFooterMenuContentComponent {
|
37
7
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-footer-menu-content.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.ts"],"names":[],"mappings":";AACA
|
1
|
+
{"version":3,"file":"eui-card-footer-menu-content.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBAMa,iCAAiC;IAC1C;;;;OAIG;IACM,WAAW,SAAkB;IACtC;;;;OAIG;IACmB,MAAM,SAAkC;yCAZrD,iCAAiC;2CAAjC,iCAAiC;CAa7C"}
|
@@ -2,62 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
3
3
|
* @description
|
4
4
|
* The eui-card-footer-menu component provides menu options for the footer of the eui-card.
|
5
|
-
*
|
6
|
-
* @example
|
7
|
-
* ```html
|
8
|
-
* <eui-card>
|
9
|
-
* <eui-card-header>
|
10
|
-
* <eui-card-header-title>
|
11
|
-
* <strong>Sample Card Title</strong>
|
12
|
-
* </eui-card-header-title>
|
13
|
-
* </eui-card-header>
|
14
|
-
*
|
15
|
-
* <eui-card-content>
|
16
|
-
* <p class="eui-u-text-paragraph">I am the content of the card container with a full default footer's layout.</p>
|
17
|
-
* </eui-card-content>
|
18
|
-
*
|
19
|
-
* <eui-card-footer>
|
20
|
-
* <eui-card-footer-action-buttons>
|
21
|
-
* <div class="eui-u-flex eui-u-flex-wrap">
|
22
|
-
* <button euiButton euiPrimary>Action 1</button>
|
23
|
-
* <button euiButton euiSecondary>Action 2</button>
|
24
|
-
* </div>
|
25
|
-
* </eui-card-footer-action-buttons>
|
26
|
-
*
|
27
|
-
* <eui-card-footer-action-icons>
|
28
|
-
* <button euiButton euiRounded euiIconButton euiBasicButton euiSecondary euiTooltip="Mark as favourite" aria-label="Mark as favourite">
|
29
|
-
* <eui-icon-svg icon="eui-star" size="l" fillColor="neutral-lighter"></eui-icon-svg>
|
30
|
-
* </button>
|
31
|
-
* <button euiButton euiRounded euiIconButton euiBasicButton euiSecondary euiTooltip="Share" aria-label="Share">
|
32
|
-
* <eui-icon-svg icon="eui-ecl-share" size="m" fillColor="neutral-lighter"></eui-icon-svg>
|
33
|
-
* </button>
|
34
|
-
* </eui-card-footer-action-icons>
|
35
|
-
*
|
36
|
-
* <eui-card-footer-menu>
|
37
|
-
* <eui-dropdown>
|
38
|
-
* <button
|
39
|
-
* euiButton
|
40
|
-
* euiRounded
|
41
|
-
* euiIconButton
|
42
|
-
* euiBasicButton
|
43
|
-
* euiSecondary
|
44
|
-
* type="button"
|
45
|
-
* euiTooltip="more options"
|
46
|
-
* [attr.aria-label]="'more options'">
|
47
|
-
* <eui-icon-svg icon="ellipsis-vertical:sharp"></eui-icon-svg>
|
48
|
-
* </button>
|
49
|
-
* <eui-dropdown-content>
|
50
|
-
* <button euiDropdownItem>Menu item 1</button>
|
51
|
-
* <button euiDropdownItem>Menu item 2</button>
|
52
|
-
* <button euiDropdownItem>Menu item 3</button>
|
53
|
-
* </eui-dropdown-content>
|
54
|
-
* </eui-dropdown>
|
55
|
-
* </eui-card-footer-menu>
|
56
|
-
*
|
57
|
-
* </eui-card-footer>
|
58
|
-
* </eui-card>
|
59
|
-
* ```
|
60
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer}.
|
61
5
|
*/
|
62
6
|
export declare class EuiCardFooterMenuComponent {
|
63
7
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-footer-menu.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-footer/eui-card-footer-menu.component.ts"],"names":[],"mappings":";AACA
|
1
|
+
{"version":3,"file":"eui-card-footer-menu.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-footer/eui-card-footer-menu.component.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBAMa,0BAA0B;IACnC;;;;OAIG;IACmB,MAAM,SAA0B;yCAN7C,0BAA0B;2CAA1B,0BAA0B;CAOtC"}
|
@@ -7,36 +7,6 @@ import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
8
8
|
* @description
|
9
9
|
* The eui-card-footer component projects the footer of the eui-card.
|
10
|
-
*
|
11
|
-
* @example
|
12
|
-
* ```html
|
13
|
-
* <eui-card>
|
14
|
-
* <eui-card-header>
|
15
|
-
* <eui-card-header-title>
|
16
|
-
* <strong>Default layout of a card footer</strong>
|
17
|
-
* </eui-card-header-title>
|
18
|
-
* </eui-card-header>
|
19
|
-
*
|
20
|
-
* <eui-card-content>
|
21
|
-
* <p class="eui-u-text-paragraph">Hover on footer's elements to display more information.</p>
|
22
|
-
* </eui-card-content>
|
23
|
-
*
|
24
|
-
* <eui-card-footer>
|
25
|
-
* <eui-card-footer-action-buttons euiTooltip="Here are displayed the main action buttons. It is recommended to have maximum 2 buttons. Primary action button is always displayed first. Other actions will be put in the menu.">
|
26
|
-
* <span class="eui-u-cursor-help">Action buttons</span>
|
27
|
-
* </eui-card-footer-action-buttons>
|
28
|
-
*
|
29
|
-
* <eui-card-footer-action-icons euiTooltip="Here are displayed the action icons. It is recommended to have maximum 2 icons. Other actions will be put in the menu.">
|
30
|
-
* <span class="eui-u-cursor-help">Action icons</span>
|
31
|
-
* </eui-card-footer-action-icons>
|
32
|
-
*
|
33
|
-
* <eui-card-footer-menu-content [tooltipText]="'Actions menu to propose more options'">
|
34
|
-
* <div class="m-2">Menu content here</div>
|
35
|
-
* </eui-card-footer-menu-content>
|
36
|
-
* </eui-card-footer>
|
37
|
-
* </eui-card>
|
38
|
-
* ```
|
39
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-footer}.
|
40
10
|
*/
|
41
11
|
export declare class EuiCardFooterComponent {
|
42
12
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-footer.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-footer/eui-card-footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,SAAS,EAAqB,MAAM,eAAe,CAAC;AACxI,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AACjG,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAE7F,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAC7F,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;;AAC9E
|
1
|
+
{"version":3,"file":"eui-card-footer.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-footer/eui-card-footer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,SAAS,EAAqB,MAAM,eAAe,CAAC;AACxI,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AACjG,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAE7F,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAC7F,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;;AAC9E;;;GAGG;AACH,qBAMa,sBAAsB;IAC/B;;;;OAIG;IACmB,MAAM,SAAqB;IAEjD,aAAa,EAAE,SAAS,CAAC,mCAAmC,CAAC,CAAC;IAE9D,WAAW,EAAE,SAAS,CAAC,iCAAiC,CAAC,CAAC;IAE1D,UAAU,EAAE,SAAS,CAAC,iCAAiC,CAAC,CAAC;IAEzD,iBAAiB,EAAE,SAAS,CAAC,0BAA0B,CAAC,CAAC;yCAdhD,sBAAsB;2CAAtB,sBAAsB;CAelC"}
|
@@ -2,22 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
3
3
|
* @description
|
4
4
|
* The eui-card-header-left-content component projects the left content for eui-card-header.
|
5
|
-
*
|
6
|
-
* @example
|
7
|
-
* ```html
|
8
|
-
* <eui-card euiCollapsible>
|
9
|
-
* <eui-card-header>
|
10
|
-
* <eui-card-header-left-content>
|
11
|
-
* <eui-icon-svg icon="home:sharp" fillColor="accent"></eui-icon-svg>
|
12
|
-
* </eui-card-header-left-content>
|
13
|
-
* <eui-card-header-title>Title</eui-card-header-title>
|
14
|
-
* </eui-card-header>
|
15
|
-
* <eui-card-content>
|
16
|
-
* Card content...
|
17
|
-
* </eui-card-content>
|
18
|
-
* </eui-card>
|
19
|
-
* ```
|
20
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-header} for more details.
|
21
5
|
*/
|
22
6
|
export declare class EuiCardHeaderLeftContentComponent {
|
23
7
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-header-left-content.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header/eui-card-header-left-content.component.ts"],"names":[],"mappings":";AACA
|
1
|
+
{"version":3,"file":"eui-card-header-left-content.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header/eui-card-header-left-content.component.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBAMa,iCAAiC;IAC1C;;;;OAIG;IACmB,MAAM,SAAmC;yCANtD,iCAAiC;2CAAjC,iCAAiC;CAO7C"}
|
@@ -2,25 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
3
3
|
* @description
|
4
4
|
* The eui-card-header-right-content component projects the right content for eui-card-header.
|
5
|
-
*
|
6
|
-
* @example
|
7
|
-
* ```html
|
8
|
-
* <eui-card euiCollapsible>
|
9
|
-
* <eui-card-header>
|
10
|
-
* <eui-card-header-left-content>
|
11
|
-
* <eui-icon-svg icon="home:sharp" fillColor="accent"></eui-icon-svg>
|
12
|
-
* </eui-card-header-left-content>
|
13
|
-
* <eui-card-header-title>Title</eui-card-header-title>
|
14
|
-
* <eui-card-header-right-content>
|
15
|
-
* <button euiButton euiPrimary euiSizeS>Action</button>
|
16
|
-
* </eui-card-header-right-content>
|
17
|
-
* </eui-card-header>
|
18
|
-
* <eui-card-content>
|
19
|
-
* Card content...
|
20
|
-
* </eui-card-content>
|
21
|
-
* </eui-card>
|
22
|
-
* ```
|
23
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-header} for more details.
|
24
5
|
*/
|
25
6
|
export declare class EuiCardHeaderRightContentComponent {
|
26
7
|
/**
|
package/eui-card/components/eui-card-header/eui-card-header-right-content.component.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-header-right-content.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header/eui-card-header-right-content.component.ts"],"names":[],"mappings":";AACA
|
1
|
+
{"version":3,"file":"eui-card-header-right-content.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header/eui-card-header-right-content.component.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBAMa,kCAAkC;IAC3C;;;;OAIG;IACmB,MAAM,SAAoC;yCANvD,kCAAkC;2CAAlC,kCAAkC;CAO9C"}
|
@@ -2,24 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
3
3
|
* @description
|
4
4
|
* The eui-card-header-subtitle component projects the subtitle for eui-card-header.
|
5
|
-
*
|
6
|
-
* @example
|
7
|
-
* ```html
|
8
|
-
* <eui-card>
|
9
|
-
* <eui-card-header>
|
10
|
-
* <eui-card-header-title>
|
11
|
-
* {{ cardTitle }}
|
12
|
-
* </eui-card-header-title>
|
13
|
-
* <eui-card-header-subtitle>
|
14
|
-
* {{ cardSubtitle }}
|
15
|
-
* </eui-card-header-subtitle>
|
16
|
-
* </eui-card-header>
|
17
|
-
* <eui-card-content>
|
18
|
-
* I am the content of the card container...
|
19
|
-
* </eui-card-content>
|
20
|
-
* </eui-card>
|
21
|
-
* ```
|
22
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card} for more details.
|
23
5
|
*/
|
24
6
|
export declare class EuiCardHeaderSubtitleComponent {
|
25
7
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-header-subtitle.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header/eui-card-header-subtitle.component.ts"],"names":[],"mappings":";AACA
|
1
|
+
{"version":3,"file":"eui-card-header-subtitle.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header/eui-card-header-subtitle.component.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBAMa,8BAA8B;IACvC;;;;OAIG;IACmB,MAAM,SAA+C;yCANlE,8BAA8B;2CAA9B,8BAA8B;CAO1C"}
|
@@ -2,25 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
3
3
|
* @description
|
4
4
|
* The eui-card-header-title component projects the title for eui-card-header.
|
5
|
-
*
|
6
|
-
* @example
|
7
|
-
* ```html
|
8
|
-
* <eui-card euiCollapsible>
|
9
|
-
* <eui-card-header>
|
10
|
-
* <eui-card-header-left-content>
|
11
|
-
* <eui-icon-svg icon="home:sharp" fillColor="accent"></eui-icon-svg>
|
12
|
-
* </eui-card-header-left-content>
|
13
|
-
* <eui-card-header-title>Title</eui-card-header-title>
|
14
|
-
* <eui-card-header-right-content>
|
15
|
-
* <button euiButton euiPrimary euiSizeS>Action</button>
|
16
|
-
* </eui-card-header-right-content>
|
17
|
-
* </eui-card-header>
|
18
|
-
* <eui-card-content>
|
19
|
-
* Card content...
|
20
|
-
* </eui-card-content>
|
21
|
-
* </eui-card>
|
22
|
-
* ```
|
23
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-header} for more details.
|
24
5
|
*/
|
25
6
|
export declare class EuiCardHeaderTitleComponent {
|
26
7
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-header-title.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header/eui-card-header-title.component.ts"],"names":[],"mappings":";AACA
|
1
|
+
{"version":3,"file":"eui-card-header-title.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header/eui-card-header-title.component.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBAMa,2BAA2B;IACpC;;;;OAIG;IACmB,MAAM,SAA4C;yCAN/D,2BAA2B;2CAA3B,2BAA2B;CAOvC"}
|
@@ -4,25 +4,6 @@ import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
5
5
|
* @description
|
6
6
|
* The eui-card-header component provides the header options of the eui-card.
|
7
|
-
*
|
8
|
-
* @example
|
9
|
-
* ```html
|
10
|
-
* <eui-card euiCollapsible>
|
11
|
-
* <eui-card-header>
|
12
|
-
* <eui-card-header-left-content>
|
13
|
-
* <eui-icon-svg icon="home:sharp" fillColor="accent"></eui-icon-svg>
|
14
|
-
* </eui-card-header-left-content>
|
15
|
-
* <eui-card-header-title>Title</eui-card-header-title>
|
16
|
-
* <eui-card-header-right-content>
|
17
|
-
* <button euiButton euiPrimary euiSizeS>Action</button>
|
18
|
-
* </eui-card-header-right-content>
|
19
|
-
* </eui-card-header>
|
20
|
-
* <eui-card-content>
|
21
|
-
* Card content...
|
22
|
-
* </eui-card-content>
|
23
|
-
* </eui-card>
|
24
|
-
* ```
|
25
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-header} for more details.
|
26
7
|
*/
|
27
8
|
export declare class EuiCardHeaderComponent {
|
28
9
|
uiStateService: UiStateService;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-header.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header/eui-card-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkE,YAAY,EAAuC,MAAM,eAAe,CAAC;AAElJ,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;;AACjE
|
1
|
+
{"version":3,"file":"eui-card-header.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header/eui-card-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkE,YAAY,EAAuC,MAAM,eAAe,CAAC;AAElJ,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;;AACjE;;;GAGG;AACH,qBAMa,sBAAsB;IAgDZ,cAAc,EAAE,cAAc;IA/CjD;;;;OAIG;IACmB,MAAM,SAAqB;IACjD;;;;OAIG;IACM,WAAW,SAAY;IAChC;;;;OAIG;IACM,aAAa,SAAc;IACpC;;;;OAIG;IACqC,oBAAoB,UAAQ;IACpE;;;;OAIG;IACqC,iBAAiB,UAAS;IAClE;;;;OAIG;IACqC,YAAY,UAAS;IAC7D;;;;OAIG;IACqC,kBAAkB,UAAS;IACnE;;OAEG;IACO,QAAQ,wBAA+B;gBAE9B,cAAc,EAAE,cAAc;IACjD;;;;OAIG;IACI,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAMnC;;;OAGG;IACI,cAAc,IAAI,IAAI;yCAhEpB,sBAAsB;2CAAtB,sBAAsB;mDAuEom0C,OAAQ;gDAAR,OAAQ;2CAAR,OAAQ;iDAAR,OAAQ;CAD9o0C"}
|
@@ -2,20 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
3
3
|
* @description
|
4
4
|
* The eui-card-header-body component projects the body for eui-card-header.
|
5
|
-
*
|
6
|
-
* @example
|
7
|
-
* ```html
|
8
|
-
* <eui-card>
|
9
|
-
* <eui-card-header>
|
10
|
-
* <eui-card-header-title>Title</eui-card-header-title>
|
11
|
-
* <eui-card-header-body>Body</eui-card-header-body>
|
12
|
-
* </eui-card-header>
|
13
|
-
* <eui-card-content>
|
14
|
-
* Card content...
|
15
|
-
* </eui-card-content>
|
16
|
-
* </eui-card>
|
17
|
-
* ```
|
18
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#card-header} for more details.
|
19
5
|
*/
|
20
6
|
export declare class EuiCardHeaderBodyComponent {
|
21
7
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-header-body.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header-body/eui-card-header-body.component.ts"],"names":[],"mappings":";AACA
|
1
|
+
{"version":3,"file":"eui-card-header-body.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-header-body/eui-card-header-body.component.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBAMa,0BAA0B;IACnC;;;;OAIG;IACmB,MAAM,SAA0B;yCAN7C,0BAA0B;2CAA1B,0BAA0B;CAOtC"}
|
@@ -2,22 +2,6 @@ import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
3
3
|
* @description
|
4
4
|
* The eui-card-header-body component projects the body for eui-card-header.
|
5
|
-
*
|
6
|
-
* @example
|
7
|
-
* ```html
|
8
|
-
* <eui-card euiNoShadow>
|
9
|
-
* <eui-card-media
|
10
|
-
* imageUrl="./assets/images/cards/home-card-eu-publications.jpg"
|
11
|
-
* imageLegend="EU Publications"
|
12
|
-
* imageClickUrl="/style-guide-next/components/eui-card"
|
13
|
-
* euiTooltip="Internal link Url defined pointing to this page">
|
14
|
-
* </eui-card-media>
|
15
|
-
* <eui-card-content style="height: 8rem;">
|
16
|
-
* Reports, studies, information booklets, magazines and other publications from the EU institutions and other bodies
|
17
|
-
* </eui-card-content>
|
18
|
-
* </eui-card>
|
19
|
-
* ```
|
20
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card#media-cards} for more details.
|
21
5
|
*/
|
22
6
|
export declare class EuiCardMediaComponent {
|
23
7
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card-media.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-media/eui-card-media.component.ts"],"names":[],"mappings":";AACA
|
1
|
+
{"version":3,"file":"eui-card-media.component.d.ts","sourceRoot":"","sources":["../../../../eui-card/components/eui-card-media/eui-card-media.component.ts"],"names":[],"mappings":";AACA;;;GAGG;AACH,qBAMa,qBAAqB;IAC9B;;OAEG;IACM,QAAQ,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACM,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACM,aAAa,EAAE,MAAM,CAAC;IAC/B;;OAEG;IACM,qBAAqB,EAAE,MAAM,CAAC;IACvC;;;OAGG;IACM,gBAAgB,SAAoB;IAC7C;;;OAGG;IACM,WAAW,SAAU;IAC9B;;;;OAIG;IACmB,MAAM,SAAoB;yCAhCvC,qBAAqB;2CAArB,qBAAqB;CAiCjC"}
|
@@ -5,24 +5,6 @@ import * as i1 from "@eui/components/shared";
|
|
5
5
|
/**
|
6
6
|
* @description
|
7
7
|
* 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.
|
8
|
-
*
|
9
|
-
* @example
|
10
|
-
* ```html
|
11
|
-
* <eui-card>
|
12
|
-
* <eui-card-header>
|
13
|
-
* <eui-card-header-title>
|
14
|
-
* {{ cardTitle }}
|
15
|
-
* </eui-card-header-title>
|
16
|
-
* <eui-card-header-subtitle>
|
17
|
-
* {{ cardSubtitle }}
|
18
|
-
* </eui-card-header-subtitle>
|
19
|
-
* </eui-card-header>
|
20
|
-
* <eui-card-content>
|
21
|
-
* I am the content of the card container...
|
22
|
-
* </eui-card-content>
|
23
|
-
* </eui-card>
|
24
|
-
* ```
|
25
|
-
* See {@link https://eui.ecdevops.eu/eui-showcase-ux-components-19.x/style-guide/components/eui-card}.
|
26
8
|
*/
|
27
9
|
export declare class EuiCardComponent implements AfterContentInit, OnDestroy, OnInit, OnChanges {
|
28
10
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-card.component.d.ts","sourceRoot":"","sources":["../../eui-card/eui-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,SAAS,EAET,YAAY,EACZ,MAAM,EACN,SAAS,EACT,aAAa,EACb,gBAAgB,EAGnB,MAAM,eAAe,CAAC;AAMvB,OAAO,EAAW,cAAc,EAAE,MAAM,6BAA6B,CAAC;;;AAEtE
|
1
|
+
{"version":3,"file":"eui-card.component.d.ts","sourceRoot":"","sources":["../../eui-card/eui-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,SAAS,EAET,YAAY,EACZ,MAAM,EACN,SAAS,EACT,aAAa,EACb,gBAAgB,EAGnB,MAAM,eAAe,CAAC;AAMvB,OAAO,EAAW,cAAc,EAAE,MAAM,6BAA6B,CAAC;;;AAEtE;;;GAGG;AACH,qBAgCa,gBAAiB,YAAW,gBAAgB,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS;IACnF;;;;;OAKG;IACH,IACI,UAAU,IAAI,MAAM,CAavB;IACD;;;;OAIG;IACoC,OAAO,SAAc;IAC5D;;;;OAIG;IACqC,WAAW,UAAS;IAC5D;;;;OAIG;IACqC,cAAc,UAAS;IAC/D;;;;OAIG;IACqC,YAAY,UAAS;IAC7D;;;;OAIG;IACqC,SAAS,UAAS;IAC1D;;;;OAIG;IACqC,WAAW,UAAS;IAC5D;;;;OAIG;IACqC,mBAAmB,UAAS;IACpE;;;;OAIG;IACqC,YAAY,UAAS;IAC7D;;OAEG;IACO,QAAQ,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAExD,cAAc,EAAE,cAAc,CAA0B;IAC/D,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,mBAAmB,CAAoD;IAE/E,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAYzC,QAAQ,IAAI,IAAI;IAIhB,kBAAkB,IAAI,IAAI;IAuB1B,WAAW,IAAI,IAAI;IAInB;;;OAGG;IACH,OAAO,CAAC,aAAa;yCA9HZ,gBAAgB;2CAAhB,gBAAgB;0CAwIkktC,OAAQ;6CAAR,OAAQ;2CAAR,OAAQ;wCAAR,OAAQ;0CAAR,OAAQ;kDAAR,OAAQ;2CAAR,OAAQ;CADtmtC"}
|