@eui/mobile-core 17.2.2-snapshot-1718991969053 → 17.3.0-snapshot-1719964004378
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/EuiMUserProfileActionComponent.html +2 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
- package/docs/components/EuimAboutComponent.html +2 -2
- package/docs/components/EuimAboutContentLoadingComponent.html +2 -2
- package/docs/components/EuimAlertMessageComponent.html +2 -2
- package/docs/components/EuimAppComponent.html +2 -2
- package/docs/components/EuimAvatarComponent.html +2 -2
- package/docs/components/EuimAvatarIconComponent.html +2 -2
- package/docs/components/EuimBadgeComponent.html +2 -2
- package/docs/components/EuimCardComponent.html +510 -0
- package/docs/components/EuimCardListComponent.html +392 -0
- package/docs/components/EuimChangelogComponent.html +2 -2
- package/docs/components/EuimChipSelectorComponent.html +3 -3
- package/docs/components/EuimDataSummaryColComponent.html +2 -2
- package/docs/components/EuimDataSummaryComponent.html +2 -2
- package/docs/components/EuimEmptyListPlaceholderComponent.html +2 -2
- package/docs/components/EuimHeaderDetailsComponent.html +2 -2
- package/docs/components/EuimHelpSupportComponent.html +2 -2
- package/docs/components/EuimLabelComponent.html +26 -2
- package/docs/components/EuimLanguageListComponent.html +2 -2
- package/docs/components/EuimLanguageSelectorComponent.html +2 -2
- package/docs/components/EuimMediaHeaderComponent.html +27 -3
- package/docs/components/EuimMessageComponent.html +2 -2
- package/docs/components/EuimMessageTitleComponent.html +2 -2
- package/docs/components/EuimMultiselectComponent.html +6 -2
- package/docs/components/EuimMultiselectFilterComponent.html +2 -2
- package/docs/components/EuimMultiselectInfoComponent.html +2 -2
- package/docs/components/EuimMultiselectListComponent.html +2 -2
- package/docs/components/EuimMultiselectToolbarComponent.html +2 -2
- package/docs/components/EuimNotificationItemComponent.html +2 -2
- package/docs/components/EuimOpenSourceLicencesComponent.html +2 -2
- package/docs/components/EuimPdfViewerComponent.html +2 -2
- package/docs/components/EuimScrollerXComponent.html +2 -2
- package/docs/components/EuimSidebarComponent.html +2 -2
- package/docs/components/EuimSidebarContentComponent.html +2 -2
- package/docs/components/EuimSkeletonListComponent.html +2 -2
- package/docs/components/EuimSkeletonListItemComponent.html +2 -2
- package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
- package/docs/components/EuimSliderInfoScreenComponent.html +2 -2
- package/docs/components/EuimSpinnerComponent.html +2 -2
- package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
- package/docs/components/EuimSpinnerMessageComponent.html +2 -2
- package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
- package/docs/components/EuimToolbarComponent.html +2 -2
- package/docs/components/EuimToolbarDatepickerComponent.html +2 -2
- package/docs/components/EuimToolbarTitleComponent.html +2 -2
- package/docs/components/EuimUserProfileComponent.html +2 -2
- package/docs/dependencies.html +5 -5
- package/docs/directives/EuimCardImageDirective.html +342 -0
- package/docs/directives/EuimSliderInfoScreenContentDirective.html +93 -32
- package/docs/directives/EuimToolbarTransparentDirective.html +346 -0
- package/docs/index.html +3 -3
- package/docs/js/menu-wc.js +68 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +3 -0
- package/docs/modules/EuimAllModule.html +18 -0
- package/docs/modules/EuimCardListModule.html +228 -0
- package/docs/modules/EuimCardModule.html +234 -0
- package/docs/modules.html +24 -0
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +10 -4
- package/esm2022/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.mjs +20 -0
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +1 -1
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +1 -1
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +1 -1
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +1 -1
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
- package/esm2022/lib/components/euim-card/euim-card-image/euim-card-image.directive.mjs +19 -0
- package/esm2022/lib/components/euim-card/euim-card.component.mjs +37 -0
- package/esm2022/lib/components/euim-card/euim-card.module.mjs +20 -0
- package/esm2022/lib/components/euim-card/index.mjs +4 -0
- package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +17 -0
- package/esm2022/lib/components/euim-card-list/euim-card-list.module.mjs +28 -0
- package/esm2022/lib/components/euim-card-list/index.mjs +3 -0
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +1 -1
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +8 -3
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +4 -5
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.mjs +17 -5
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +2 -2
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +1 -1
- package/esm2022/lib/components/index.mjs +4 -1
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +2 -2
- package/esm2022/lib/euim-all.module.mjs +47 -3
- package/fesm2022/eui-mobile-core.mjs +248 -65
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +4 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
- package/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.d.ts +7 -0
- package/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.d.ts.map +1 -0
- package/lib/components/euim-card/euim-card-image/euim-card-image.directive.d.ts +7 -0
- package/lib/components/euim-card/euim-card-image/euim-card-image.directive.d.ts.map +1 -0
- package/lib/components/euim-card/euim-card.component.d.ts +12 -0
- package/lib/components/euim-card/euim-card.component.d.ts.map +1 -0
- package/lib/components/euim-card/euim-card.module.d.ts +11 -0
- package/lib/components/euim-card/euim-card.module.d.ts.map +1 -0
- package/lib/components/euim-card/index.d.ts +4 -0
- package/lib/components/euim-card/index.d.ts.map +1 -0
- package/lib/components/euim-card-list/euim-card-list.component.d.ts +7 -0
- package/lib/components/euim-card-list/euim-card-list.component.d.ts.map +1 -0
- package/lib/components/euim-card-list/euim-card-list.module.d.ts +11 -0
- package/lib/components/euim-card-list/euim-card-list.module.d.ts.map +1 -0
- package/lib/components/euim-card-list/index.d.ts +3 -0
- package/lib/components/euim-card-list/index.d.ts.map +1 -0
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts +3 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.d.ts +5 -2
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.d.ts.map +1 -1
- package/lib/components/index.d.ts +3 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +27 -24
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -715,6 +715,8 @@
|
|
|
715
715
|
EuimLanguageSelectorModule,
|
|
716
716
|
EuimUserProfileModule,
|
|
717
717
|
EuimMessageModule,
|
|
718
|
+
EuimCardModule,
|
|
719
|
+
EuimCardListModule,
|
|
718
720
|
EuimSkeletonListItemModule,
|
|
719
721
|
EuimSkeletonListModule,
|
|
720
722
|
EuimAvatarIconModule,
|
|
@@ -739,6 +741,7 @@
|
|
|
739
741
|
// Directives
|
|
740
742
|
EuimSpinnerComponentModule,
|
|
741
743
|
EuimDividerModule,
|
|
744
|
+
EuimToolbarTransparentDirective,
|
|
742
745
|
EuimSkeletonTextAvatarModule,
|
|
743
746
|
]</code>
|
|
744
747
|
</td>
|
|
@@ -146,6 +146,12 @@
|
|
|
146
146
|
<li class="list-group-item">
|
|
147
147
|
<a href="../modules/EuimBadgeModule.html">EuimBadgeModule</a>
|
|
148
148
|
</li>
|
|
149
|
+
<li class="list-group-item">
|
|
150
|
+
<a href="../modules/EuimCardListModule.html">EuimCardListModule</a>
|
|
151
|
+
</li>
|
|
152
|
+
<li class="list-group-item">
|
|
153
|
+
<a href="../modules/EuimCardModule.html">EuimCardModule</a>
|
|
154
|
+
</li>
|
|
149
155
|
<li class="list-group-item">
|
|
150
156
|
<a href="../modules/EuimChipSelectorComponentModule.html">EuimChipSelectorComponentModule</a>
|
|
151
157
|
</li>
|
|
@@ -209,6 +215,9 @@
|
|
|
209
215
|
<li class="list-group-item">
|
|
210
216
|
<a href="../modules/EuimToolbarDatepickerModule.html">EuimToolbarDatepickerModule</a>
|
|
211
217
|
</li>
|
|
218
|
+
<li class="list-group-item">
|
|
219
|
+
<a href="../modules/EuimToolbarTransparentDirective.html">EuimToolbarTransparentDirective</a>
|
|
220
|
+
</li>
|
|
212
221
|
<li class="list-group-item">
|
|
213
222
|
<a href="../modules/EuimUserProfileModule.html">EuimUserProfileModule</a>
|
|
214
223
|
</li>
|
|
@@ -237,6 +246,12 @@
|
|
|
237
246
|
<li class="list-group-item">
|
|
238
247
|
<a href="../modules/EuimBadgeModule.html">EuimBadgeModule</a>
|
|
239
248
|
</li>
|
|
249
|
+
<li class="list-group-item">
|
|
250
|
+
<a href="../modules/EuimCardListModule.html">EuimCardListModule</a>
|
|
251
|
+
</li>
|
|
252
|
+
<li class="list-group-item">
|
|
253
|
+
<a href="../modules/EuimCardModule.html">EuimCardModule</a>
|
|
254
|
+
</li>
|
|
240
255
|
<li class="list-group-item">
|
|
241
256
|
<a href="../components/EuimChipSelectorComponentModule.html">EuimChipSelectorComponentModule</a>
|
|
242
257
|
</li>
|
|
@@ -300,6 +315,9 @@
|
|
|
300
315
|
<li class="list-group-item">
|
|
301
316
|
<a href="../modules/EuimToolbarDatepickerModule.html">EuimToolbarDatepickerModule</a>
|
|
302
317
|
</li>
|
|
318
|
+
<li class="list-group-item">
|
|
319
|
+
<a href="../directives/EuimToolbarTransparentDirective.html">EuimToolbarTransparentDirective</a>
|
|
320
|
+
</li>
|
|
303
321
|
<li class="list-group-item">
|
|
304
322
|
<a href="../modules/EuimUserProfileModule.html">EuimUserProfileModule</a>
|
|
305
323
|
</li>
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="no-js" lang="">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
+
<title>csdr documentation</title>
|
|
7
|
+
<meta name="description" content="">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
|
|
10
|
+
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
|
+
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
|
+
<link rel="stylesheet" href="../styles/material.css">
|
|
14
|
+
</head>
|
|
15
|
+
<body>
|
|
16
|
+
<script>
|
|
17
|
+
// Blocking script to avaoid flickering dark mode
|
|
18
|
+
// Dark mode toggle button
|
|
19
|
+
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
20
|
+
var darkModeState = useDark.matches;
|
|
21
|
+
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
22
|
+
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
23
|
+
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
24
|
+
|
|
25
|
+
function checkToggle(check) {
|
|
26
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
27
|
+
$darkModeToggleSwitchers[i].checked = check;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function toggleDarkMode(state) {
|
|
32
|
+
if (window.localStorage) {
|
|
33
|
+
localStorage.setItem('compodoc_darkmode-state', state);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
checkToggle(state);
|
|
37
|
+
|
|
38
|
+
const hasClass = document.body.classList.contains('dark');
|
|
39
|
+
|
|
40
|
+
if (state) {
|
|
41
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
42
|
+
$darkModeToggles[i].classList.add('dark');
|
|
43
|
+
}
|
|
44
|
+
if (!hasClass) {
|
|
45
|
+
document.body.classList.add('dark');
|
|
46
|
+
}
|
|
47
|
+
} else {
|
|
48
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
49
|
+
$darkModeToggles[i].classList.remove('dark');
|
|
50
|
+
}
|
|
51
|
+
if (hasClass) {
|
|
52
|
+
document.body.classList.remove('dark');
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
useDark.addEventListener('change', function (evt) {
|
|
58
|
+
toggleDarkMode(evt.matches);
|
|
59
|
+
});
|
|
60
|
+
if (darkModeStateLocal) {
|
|
61
|
+
darkModeState = darkModeStateLocal === 'true';
|
|
62
|
+
}
|
|
63
|
+
toggleDarkMode(darkModeState);
|
|
64
|
+
|
|
65
|
+
if ($darkModeToggles.length > 0) {
|
|
66
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
67
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
68
|
+
darkModeState = !darkModeState;
|
|
69
|
+
toggleDarkMode(darkModeState);
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
</script>
|
|
74
|
+
|
|
75
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
76
|
+
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
77
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
78
|
+
</div>
|
|
79
|
+
|
|
80
|
+
<div class="xs-menu menu" id="mobile-menu">
|
|
81
|
+
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
|
82
|
+
</div>
|
|
83
|
+
|
|
84
|
+
<div class="container-fluid main">
|
|
85
|
+
<div class="row main">
|
|
86
|
+
<div class="hidden-xs menu">
|
|
87
|
+
<compodoc-menu mode="normal"></compodoc-menu>
|
|
88
|
+
</div>
|
|
89
|
+
<!-- START CONTENT -->
|
|
90
|
+
<div class="content module">
|
|
91
|
+
<div class="content-data">
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
<ol class="breadcrumb">
|
|
96
|
+
<li class="breadcrumb-item">Modules</li>
|
|
97
|
+
<li class="breadcrumb-item" >EuimCardListModule</li>
|
|
98
|
+
</ol>
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
<ul class="nav nav-tabs" role="tablist">
|
|
102
|
+
<li class="nav-item">
|
|
103
|
+
<a href="#info"
|
|
104
|
+
class="nav-link"
|
|
105
|
+
class="nav-link active"
|
|
106
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
107
|
+
</li>
|
|
108
|
+
</ul>
|
|
109
|
+
|
|
110
|
+
<div class="tab-content">
|
|
111
|
+
<div class="tab-pane fade active in" id="info">
|
|
112
|
+
|
|
113
|
+
<p class="comment">
|
|
114
|
+
<h3>File</h3>
|
|
115
|
+
</p>
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<code>packages/eui-mobile/packages/core/src/lib/components/euim-card-list/euim-card-list.module.ts</code>
|
|
118
|
+
</p>
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
<div class="container-fluid module">
|
|
125
|
+
<div class="row">
|
|
126
|
+
<div class="col-sm-3">
|
|
127
|
+
<h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
|
|
128
|
+
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
129
|
+
<ul class="list-group">
|
|
130
|
+
<li class="list-group-item">
|
|
131
|
+
<a href="../components/EuimCardListComponent.html">EuimCardListComponent</a>
|
|
132
|
+
</li>
|
|
133
|
+
</ul>
|
|
134
|
+
</div>
|
|
135
|
+
<div class="col-sm-3">
|
|
136
|
+
<h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
|
|
137
|
+
title="Official documentation about module exports"><span
|
|
138
|
+
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
139
|
+
<ul class="list-group">
|
|
140
|
+
<li class="list-group-item">
|
|
141
|
+
<a href="../components/EuimCardListComponent.html">EuimCardListComponent</a>
|
|
142
|
+
</li>
|
|
143
|
+
</ul>
|
|
144
|
+
</div>
|
|
145
|
+
</div>
|
|
146
|
+
</div>
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
</div>
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
</div>
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
</div><div class="search-results">
|
|
171
|
+
<div class="has-results">
|
|
172
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
173
|
+
<ul class="search-results-list"></ul>
|
|
174
|
+
</div>
|
|
175
|
+
<div class="no-results">
|
|
176
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
177
|
+
</div>
|
|
178
|
+
</div>
|
|
179
|
+
</div>
|
|
180
|
+
<!-- END CONTENT -->
|
|
181
|
+
</div>
|
|
182
|
+
</div>
|
|
183
|
+
|
|
184
|
+
<label class="dark-mode-switch">
|
|
185
|
+
<input type="checkbox">
|
|
186
|
+
<span class="slider">
|
|
187
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
188
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
189
|
+
</svg>
|
|
190
|
+
</span>
|
|
191
|
+
</label>
|
|
192
|
+
|
|
193
|
+
<script>
|
|
194
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
195
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
|
|
196
|
+
var COMPODOC_CURRENT_PAGE_URL = 'EuimCardListModule.html';
|
|
197
|
+
var MAX_SEARCH_RESULTS = 15;
|
|
198
|
+
</script>
|
|
199
|
+
|
|
200
|
+
<script src="../js/libs/custom-elements.min.js"></script>
|
|
201
|
+
<script src="../js/libs/lit-html.js"></script>
|
|
202
|
+
|
|
203
|
+
<script src="../js/menu-wc.js" defer></script>
|
|
204
|
+
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
205
|
+
|
|
206
|
+
<script src="../js/libs/bootstrap-native.js"></script>
|
|
207
|
+
|
|
208
|
+
<script src="../js/libs/es6-shim.min.js"></script>
|
|
209
|
+
<script src="../js/libs/EventDispatcher.js"></script>
|
|
210
|
+
<script src="../js/libs/promise.min.js"></script>
|
|
211
|
+
<script src="../js/libs/zepto.min.js"></script>
|
|
212
|
+
|
|
213
|
+
<script src="../js/compodoc.js"></script>
|
|
214
|
+
|
|
215
|
+
<script src="../js/tabs.js"></script>
|
|
216
|
+
<script src="../js/menu.js"></script>
|
|
217
|
+
<script src="../js/libs/clipboard.min.js"></script>
|
|
218
|
+
<script src="../js/libs/prism.js"></script>
|
|
219
|
+
<script src="../js/sourceCode.js"></script>
|
|
220
|
+
<script src="../js/search/search.js"></script>
|
|
221
|
+
<script src="../js/search/lunr.min.js"></script>
|
|
222
|
+
<script src="../js/search/search-lunr.js"></script>
|
|
223
|
+
<script src="../js/search/search_index.js"></script>
|
|
224
|
+
<script src="../js/lazy-load-graphs.js"></script>
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
</body>
|
|
228
|
+
</html>
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="no-js" lang="">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
+
<title>csdr documentation</title>
|
|
7
|
+
<meta name="description" content="">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
|
|
10
|
+
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
|
+
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
|
+
<link rel="stylesheet" href="../styles/material.css">
|
|
14
|
+
</head>
|
|
15
|
+
<body>
|
|
16
|
+
<script>
|
|
17
|
+
// Blocking script to avaoid flickering dark mode
|
|
18
|
+
// Dark mode toggle button
|
|
19
|
+
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
20
|
+
var darkModeState = useDark.matches;
|
|
21
|
+
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
22
|
+
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
23
|
+
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
24
|
+
|
|
25
|
+
function checkToggle(check) {
|
|
26
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
27
|
+
$darkModeToggleSwitchers[i].checked = check;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function toggleDarkMode(state) {
|
|
32
|
+
if (window.localStorage) {
|
|
33
|
+
localStorage.setItem('compodoc_darkmode-state', state);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
checkToggle(state);
|
|
37
|
+
|
|
38
|
+
const hasClass = document.body.classList.contains('dark');
|
|
39
|
+
|
|
40
|
+
if (state) {
|
|
41
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
42
|
+
$darkModeToggles[i].classList.add('dark');
|
|
43
|
+
}
|
|
44
|
+
if (!hasClass) {
|
|
45
|
+
document.body.classList.add('dark');
|
|
46
|
+
}
|
|
47
|
+
} else {
|
|
48
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
49
|
+
$darkModeToggles[i].classList.remove('dark');
|
|
50
|
+
}
|
|
51
|
+
if (hasClass) {
|
|
52
|
+
document.body.classList.remove('dark');
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
useDark.addEventListener('change', function (evt) {
|
|
58
|
+
toggleDarkMode(evt.matches);
|
|
59
|
+
});
|
|
60
|
+
if (darkModeStateLocal) {
|
|
61
|
+
darkModeState = darkModeStateLocal === 'true';
|
|
62
|
+
}
|
|
63
|
+
toggleDarkMode(darkModeState);
|
|
64
|
+
|
|
65
|
+
if ($darkModeToggles.length > 0) {
|
|
66
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
67
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
68
|
+
darkModeState = !darkModeState;
|
|
69
|
+
toggleDarkMode(darkModeState);
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
</script>
|
|
74
|
+
|
|
75
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
76
|
+
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
77
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
78
|
+
</div>
|
|
79
|
+
|
|
80
|
+
<div class="xs-menu menu" id="mobile-menu">
|
|
81
|
+
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
|
82
|
+
</div>
|
|
83
|
+
|
|
84
|
+
<div class="container-fluid main">
|
|
85
|
+
<div class="row main">
|
|
86
|
+
<div class="hidden-xs menu">
|
|
87
|
+
<compodoc-menu mode="normal"></compodoc-menu>
|
|
88
|
+
</div>
|
|
89
|
+
<!-- START CONTENT -->
|
|
90
|
+
<div class="content module">
|
|
91
|
+
<div class="content-data">
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
<ol class="breadcrumb">
|
|
96
|
+
<li class="breadcrumb-item">Modules</li>
|
|
97
|
+
<li class="breadcrumb-item" >EuimCardModule</li>
|
|
98
|
+
</ol>
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
<ul class="nav nav-tabs" role="tablist">
|
|
102
|
+
<li class="nav-item">
|
|
103
|
+
<a href="#info"
|
|
104
|
+
class="nav-link"
|
|
105
|
+
class="nav-link active"
|
|
106
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
107
|
+
</li>
|
|
108
|
+
</ul>
|
|
109
|
+
|
|
110
|
+
<div class="tab-content">
|
|
111
|
+
<div class="tab-pane fade active in" id="info">
|
|
112
|
+
|
|
113
|
+
<p class="comment">
|
|
114
|
+
<h3>File</h3>
|
|
115
|
+
</p>
|
|
116
|
+
<p class="comment">
|
|
117
|
+
<code>packages/eui-mobile/packages/core/src/lib/components/euim-card/euim-card.module.ts</code>
|
|
118
|
+
</p>
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
<div class="container-fluid module">
|
|
125
|
+
<div class="row">
|
|
126
|
+
<div class="col-sm-3">
|
|
127
|
+
<h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
|
|
128
|
+
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
129
|
+
<ul class="list-group">
|
|
130
|
+
<li class="list-group-item">
|
|
131
|
+
<a href="../components/EuimCardComponent.html">EuimCardComponent</a>
|
|
132
|
+
</li>
|
|
133
|
+
<li class="list-group-item">
|
|
134
|
+
<a href="../directives/EuimCardImageDirective.html">EuimCardImageDirective</a>
|
|
135
|
+
</li>
|
|
136
|
+
</ul>
|
|
137
|
+
</div>
|
|
138
|
+
<div class="col-sm-3">
|
|
139
|
+
<h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
|
|
140
|
+
title="Official documentation about module exports"><span
|
|
141
|
+
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
142
|
+
<ul class="list-group">
|
|
143
|
+
<li class="list-group-item">
|
|
144
|
+
<a href="../components/EuimCardComponent.html">EuimCardComponent</a>
|
|
145
|
+
</li>
|
|
146
|
+
<li class="list-group-item">
|
|
147
|
+
<a href="../directives/EuimCardImageDirective.html">EuimCardImageDirective</a>
|
|
148
|
+
</li>
|
|
149
|
+
</ul>
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
152
|
+
</div>
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
</div>
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
</div>
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
</div><div class="search-results">
|
|
177
|
+
<div class="has-results">
|
|
178
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
179
|
+
<ul class="search-results-list"></ul>
|
|
180
|
+
</div>
|
|
181
|
+
<div class="no-results">
|
|
182
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
183
|
+
</div>
|
|
184
|
+
</div>
|
|
185
|
+
</div>
|
|
186
|
+
<!-- END CONTENT -->
|
|
187
|
+
</div>
|
|
188
|
+
</div>
|
|
189
|
+
|
|
190
|
+
<label class="dark-mode-switch">
|
|
191
|
+
<input type="checkbox">
|
|
192
|
+
<span class="slider">
|
|
193
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
194
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
195
|
+
</svg>
|
|
196
|
+
</span>
|
|
197
|
+
</label>
|
|
198
|
+
|
|
199
|
+
<script>
|
|
200
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
201
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
|
|
202
|
+
var COMPODOC_CURRENT_PAGE_URL = 'EuimCardModule.html';
|
|
203
|
+
var MAX_SEARCH_RESULTS = 15;
|
|
204
|
+
</script>
|
|
205
|
+
|
|
206
|
+
<script src="../js/libs/custom-elements.min.js"></script>
|
|
207
|
+
<script src="../js/libs/lit-html.js"></script>
|
|
208
|
+
|
|
209
|
+
<script src="../js/menu-wc.js" defer></script>
|
|
210
|
+
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
211
|
+
|
|
212
|
+
<script src="../js/libs/bootstrap-native.js"></script>
|
|
213
|
+
|
|
214
|
+
<script src="../js/libs/es6-shim.min.js"></script>
|
|
215
|
+
<script src="../js/libs/EventDispatcher.js"></script>
|
|
216
|
+
<script src="../js/libs/promise.min.js"></script>
|
|
217
|
+
<script src="../js/libs/zepto.min.js"></script>
|
|
218
|
+
|
|
219
|
+
<script src="../js/compodoc.js"></script>
|
|
220
|
+
|
|
221
|
+
<script src="../js/tabs.js"></script>
|
|
222
|
+
<script src="../js/menu.js"></script>
|
|
223
|
+
<script src="../js/libs/clipboard.min.js"></script>
|
|
224
|
+
<script src="../js/libs/prism.js"></script>
|
|
225
|
+
<script src="../js/sourceCode.js"></script>
|
|
226
|
+
<script src="../js/search/search.js"></script>
|
|
227
|
+
<script src="../js/search/lunr.min.js"></script>
|
|
228
|
+
<script src="../js/search/search-lunr.js"></script>
|
|
229
|
+
<script src="../js/search/search_index.js"></script>
|
|
230
|
+
<script src="../js/lazy-load-graphs.js"></script>
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
</body>
|
|
234
|
+
</html>
|
package/docs/modules.html
CHANGED
|
@@ -181,6 +181,30 @@
|
|
|
181
181
|
</div>
|
|
182
182
|
</div>
|
|
183
183
|
</div>
|
|
184
|
+
<div class="col-md-6 col-lg-4">
|
|
185
|
+
<div class="card card-module">
|
|
186
|
+
<div class="card-header">
|
|
187
|
+
<h4 class="card-title">EuimCardListModule</h4>
|
|
188
|
+
</div>
|
|
189
|
+
<div class="card-block">
|
|
190
|
+
<footer class="text-center">
|
|
191
|
+
<a href="./modules/EuimCardListModule.html" class="btn btn-default">Browse</a>
|
|
192
|
+
</footer>
|
|
193
|
+
</div>
|
|
194
|
+
</div>
|
|
195
|
+
</div>
|
|
196
|
+
<div class="col-md-6 col-lg-4">
|
|
197
|
+
<div class="card card-module">
|
|
198
|
+
<div class="card-header">
|
|
199
|
+
<h4 class="card-title">EuimCardModule</h4>
|
|
200
|
+
</div>
|
|
201
|
+
<div class="card-block">
|
|
202
|
+
<footer class="text-center">
|
|
203
|
+
<a href="./modules/EuimCardModule.html" class="btn btn-default">Browse</a>
|
|
204
|
+
</footer>
|
|
205
|
+
</div>
|
|
206
|
+
</div>
|
|
207
|
+
</div>
|
|
184
208
|
<div class="col-md-6 col-lg-4">
|
|
185
209
|
<div class="card card-module">
|
|
186
210
|
<div class="card-header">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, Input, HostBinding, ViewEncapsulation, ChangeDetectionStrategy, booleanAttribute, } from '@angular/core';
|
|
1
|
+
import { Component, Input, HostBinding, ViewEncapsulation, ChangeDetectionStrategy, numberAttribute, booleanAttribute, } from '@angular/core';
|
|
2
2
|
import { BaseStatesDirective } from '../../base-states.directive';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "../../base-states.directive";
|
|
@@ -12,6 +12,7 @@ export class EuimLabelComponent {
|
|
|
12
12
|
this.euimLabelSubTitle = false;
|
|
13
13
|
this.euimLabelMeta = false;
|
|
14
14
|
this.euimLabelTruncate = false;
|
|
15
|
+
this.euimLabelTextWrap = false;
|
|
15
16
|
}
|
|
16
17
|
getCssClasses() {
|
|
17
18
|
return [
|
|
@@ -19,12 +20,13 @@ export class EuimLabelComponent {
|
|
|
19
20
|
this.euimLabelTitle ? 'euim-label__title' : '',
|
|
20
21
|
this.euimLabelSubTitle ? 'euim-label__sub-title' : '',
|
|
21
22
|
this.euimLabelMeta ? 'euim-label__meta' : '',
|
|
23
|
+
this.euimLabelTextWrap ? 'eui-u-text-wrap' : '',
|
|
22
24
|
this.euimLabelTruncate ? 'eui-u-text-truncate' : '',
|
|
23
25
|
this.euimLabelTruncateWithLines > 0 ? 'euim-label__euiTextTruncateWithLines euim-label__truncate' : '',
|
|
24
26
|
].join(' ');
|
|
25
27
|
}
|
|
26
28
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimLabelComponent, deps: [{ token: i1.BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
27
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: "euimLabelTruncateWithLines", euimLabelTitle: ["euimLabelTitle", "euimLabelTitle", booleanAttribute], euimLabelSubTitle: ["euimLabelSubTitle", "euimLabelSubTitle", booleanAttribute], euimLabelMeta: ["euimLabelMeta", "euimLabelMeta", booleanAttribute], euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", booleanAttribute] }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euimSize2XS", "euimSize2XS", "euimSizeXS", "euimSizeXS", "euimSizeS", "euimSizeS", "euimSizeM", "euimSizeM", "euimSizeL", "euimSizeL", "euimSizeXL", "euimSizeXL", "euimSize2XL", "euimSize2XL", "euimSize3XL", "euimSize3XL", "euimSize4XL", "euimSize4XL", "color", "color"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-140)}.euim-label--warning ion-icon{color:var(--eui-base-color-warning-140)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--white{color:var(--eui-base-color-grey-0)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
29
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.7", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: ["euimLabelTruncateWithLines", "euimLabelTruncateWithLines", numberAttribute], euimLabelTitle: ["euimLabelTitle", "euimLabelTitle", booleanAttribute], euimLabelSubTitle: ["euimLabelSubTitle", "euimLabelSubTitle", booleanAttribute], euimLabelMeta: ["euimLabelMeta", "euimLabelMeta", booleanAttribute], euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", booleanAttribute], euimLabelTextWrap: ["euimLabelTextWrap", "euimLabelTextWrap", booleanAttribute] }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euimSize2XS", "euimSize2XS", "euimSizeXS", "euimSizeXS", "euimSizeS", "euimSizeS", "euimSizeM", "euimSizeM", "euimSizeL", "euimSizeL", "euimSizeXL", "euimSizeXL", "euimSize2XL", "euimSize2XL", "euimSize3XL", "euimSize3XL", "euimSize4XL", "euimSize4XL", "color", "color"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-140)}.euim-label--warning ion-icon{color:var(--eui-base-color-warning-140)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--white{color:var(--eui-base-color-grey-0)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
28
30
|
}
|
|
29
31
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: EuimLabelComponent, decorators: [{
|
|
30
32
|
type: Component,
|
|
@@ -49,7 +51,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImpor
|
|
|
49
51
|
type: HostBinding,
|
|
50
52
|
args: ['style.--euimLabelTruncateWithLines']
|
|
51
53
|
}, {
|
|
52
|
-
type: Input
|
|
54
|
+
type: Input,
|
|
55
|
+
args: [{ transform: numberAttribute }]
|
|
53
56
|
}], euimLabelTitle: [{
|
|
54
57
|
type: Input,
|
|
55
58
|
args: [{ transform: booleanAttribute }]
|
|
@@ -62,8 +65,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImpor
|
|
|
62
65
|
}], euimLabelTruncate: [{
|
|
63
66
|
type: Input,
|
|
64
67
|
args: [{ transform: booleanAttribute }]
|
|
68
|
+
}], euimLabelTextWrap: [{
|
|
69
|
+
type: Input,
|
|
70
|
+
args: [{ transform: booleanAttribute }]
|
|
65
71
|
}], cssClasses: [{
|
|
66
72
|
type: HostBinding,
|
|
67
73
|
args: ['class']
|
|
68
74
|
}] } });
|
|
69
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1sYWJlbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1sYWJlbC9ldWltLWxhYmVsLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsU0FBUyxFQUNULEtBQUssRUFDTCxXQUFXLEVBQ1gsaUJBQWlCLEVBQ2pCLHVCQUF1QixFQUN2QixlQUFlLEVBQ2YsZ0JBQWdCLEdBQ25CLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDOzs7QUEyQmxFLE1BQU0sT0FBTyxrQkFBa0I7SUFtQjNCLElBQ1csVUFBVTtRQUNqQixPQUFPLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUNoQyxDQUFDO0lBRUQsWUFBbUIsbUJBQXdDO1FBQXhDLHdCQUFtQixHQUFuQixtQkFBbUIsQ0FBcUI7UUFuQjNELG1CQUFjLEdBQUcsS0FBSyxDQUFDO1FBR3ZCLHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUcxQixrQkFBYSxHQUFHLEtBQUssQ0FBQztRQUd0QixzQkFBaUIsR0FBRyxLQUFLLENBQUM7UUFHMUIsc0JBQWlCLEdBQUcsS0FBSyxDQUFDO0lBT29DLENBQUM7SUFFL0QsYUFBYTtRQUNULE9BQU87WUFDSCxJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQztZQUNwRCxJQUFJLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUM5QyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLHVCQUF1QixDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQ3JELElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLGtCQUFrQixDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQzVDLElBQUksQ0FBQyxpQkFBaUIsQ0FBRSxDQUFDLENBQUMsaUJBQWlCLENBQUEsQ0FBQyxDQUFDLEVBQUU7WUFDL0MsSUFBSSxDQUFDLGlCQUFpQixDQUFFLENBQUMsQ0FBQyxxQkFBcUIsQ0FBQSxDQUFDLENBQUMsRUFBRTtZQUNuRCxJQUFJLENBQUMsMEJBQTBCLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQywyREFBMkQsQ0FBQSxDQUFDLENBQUMsRUFBRTtTQUN4RyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNoQixDQUFDO2lJQXBDUSxrQkFBa0I7cUhBQWxCLGtCQUFrQiw0S0FFNEMsZUFBZSx3REFFbEUsZ0JBQWdCLGlFQUdoQixnQkFBZ0IscURBR2hCLGdCQUFnQixpRUFHaEIsZ0JBQWdCLGlFQUdoQixnQkFBZ0IsK2VBdkMxQiwyQkFBMkI7OzJGQXVCNUIsa0JBQWtCO2tCQXpCOUIsU0FBUzsrQkFDSSwyREFBMkQsWUFDM0QsMkJBQTJCLGlCQUV0QixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDWjs0QkFDSSxTQUFTLEVBQUUsbUJBQW1COzRCQUM5QixNQUFNLEVBQUU7Z0NBQ0osYUFBYTtnQ0FDYixZQUFZO2dDQUNaLFdBQVc7Z0NBQ1gsV0FBVztnQ0FDWCxXQUFXO2dDQUNYLFlBQVk7Z0NBQ1osYUFBYTtnQ0FDYixhQUFhO2dDQUNiLGFBQWE7Z0NBQ2IsT0FBTzs2QkFDVjt5QkFDSjtxQkFDSjt3RkFLeUYsMEJBQTBCO3NCQUFuSCxXQUFXO3VCQUFDLG9DQUFvQzs7c0JBQUcsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxlQUFlLEVBQUU7Z0JBR3hGLGNBQWM7c0JBRGIsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFJdEMsaUJBQWlCO3NCQURoQixLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUl0QyxhQUFhO3NCQURaLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBSXRDLGlCQUFpQjtzQkFEaEIsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFJdEMsaUJBQWlCO3NCQURoQixLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUkzQixVQUFVO3NCQURwQixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENvbXBvbmVudCxcbiAgICBJbnB1dCxcbiAgICBIb3N0QmluZGluZyxcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBudW1iZXJBdHRyaWJ1dGUsXG4gICAgYm9vbGVhbkF0dHJpYnV0ZSxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYXNlU3RhdGVzRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vYmFzZS1zdGF0ZXMuZGlyZWN0aXZlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdkaXZbZXVpbUxhYmVsXSwgcFtldWltTGFiZWxdLCBzcGFuW2V1aW1MYWJlbF0sIGV1aW0tbGFiZWwnLFxuICAgIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gICAgc3R5bGVVcmxzOiBbJy4vc3R5bGVzL19pbmRleC5zY3NzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBob3N0RGlyZWN0aXZlczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBkaXJlY3RpdmU6IEJhc2VTdGF0ZXNEaXJlY3RpdmUsXG4gICAgICAgICAgICBpbnB1dHM6IFtcbiAgICAgICAgICAgICAgICAnZXVpbVNpemUyWFMnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZVhTJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemVTJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemVNJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemVMJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemVYTCcsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplMlhMJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemUzWEwnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZTRYTCcsXG4gICAgICAgICAgICAgICAgJ2NvbG9yJyxcbiAgICAgICAgICAgIF0sXG4gICAgICAgIH0sXG4gICAgXSxcbn0pXG5cbmV4cG9ydCBjbGFzcyBFdWltTGFiZWxDb21wb25lbnQge1xuXG4gICAgQEhvc3RCaW5kaW5nKCdzdHlsZS4tLWV1aW1MYWJlbFRydW5jYXRlV2l0aExpbmVzJykgQElucHV0KHsgdHJhbnNmb3JtOiBudW1iZXJBdHRyaWJ1dGUgfSkgZXVpbUxhYmVsVHJ1bmNhdGVXaXRoTGluZXM6IG51bWJlcjtcblxuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KVxuICAgIGV1aW1MYWJlbFRpdGxlID0gZmFsc2U7XG5cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSlcbiAgICBldWltTGFiZWxTdWJUaXRsZSA9IGZhbHNlO1xuXG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pXG4gICAgZXVpbUxhYmVsTWV0YSA9IGZhbHNlO1xuXG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pXG4gICAgZXVpbUxhYmVsVHJ1bmNhdGUgPSBmYWxzZTtcblxuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KVxuICAgIGV1aW1MYWJlbFRleHRXcmFwID0gZmFsc2U7XG5cbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgICBwdWJsaWMgZ2V0IGNzc0NsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZ2V0Q3NzQ2xhc3NlcygpO1xuICAgIH1cblxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBiYXNlU3RhdGVzRGlyZWN0aXZlOiBCYXNlU3RhdGVzRGlyZWN0aXZlKSB7fVxuXG4gICAgZ2V0Q3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gW1xuICAgICAgICAgICAgdGhpcy5iYXNlU3RhdGVzRGlyZWN0aXZlLmdldENzc0NsYXNzZXMoJ2V1aW0tbGFiZWwnKSxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsVGl0bGUgPyAnZXVpbS1sYWJlbF9fdGl0bGUnIDogJycsXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbFN1YlRpdGxlID8gJ2V1aW0tbGFiZWxfX3N1Yi10aXRsZScgOiAnJyxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsTWV0YSA/ICdldWltLWxhYmVsX19tZXRhJyA6ICcnLFxuICAgICAgICAgICAgdGhpcy5ldWltTGFiZWxUZXh0V3JhcCAgPyAnZXVpLXUtdGV4dC13cmFwJzogJycsXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbFRydW5jYXRlICA/ICdldWktdS10ZXh0LXRydW5jYXRlJzogJycsXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbFRydW5jYXRlV2l0aExpbmVzID4gMCA/ICdldWltLWxhYmVsX19ldWlUZXh0VHJ1bmNhdGVXaXRoTGluZXMgZXVpbS1sYWJlbF9fdHJ1bmNhdGUnOiAnJyxcbiAgICAgICAgXS5qb2luKCcgJyk7XG4gICAgfVxufVxuIl19
|