@eui/mobile-core 17.2.2-snapshot-1719044822404 → 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 +2 -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 +7 -2
- 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-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 +242 -59
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +3 -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-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
|
@@ -0,0 +1,342 @@
|
|
|
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 directive">
|
|
91
|
+
<div class="content-data">
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
<ol class="breadcrumb">
|
|
100
|
+
<li class="breadcrumb-item">Directives</li>
|
|
101
|
+
<li class="breadcrumb-item" >EuimCardImageDirective</li>
|
|
102
|
+
</ol>
|
|
103
|
+
|
|
104
|
+
<ul class="nav nav-tabs" role="tablist">
|
|
105
|
+
<li class="nav-item">
|
|
106
|
+
<a href="#info"
|
|
107
|
+
class="nav-link"
|
|
108
|
+
class="nav-link active"
|
|
109
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
110
|
+
</li>
|
|
111
|
+
</ul>
|
|
112
|
+
|
|
113
|
+
<div class="tab-content">
|
|
114
|
+
<div class="tab-pane fade active in" id="info">
|
|
115
|
+
<p class="comment">
|
|
116
|
+
<h3>File</h3>
|
|
117
|
+
</p>
|
|
118
|
+
<p class="comment">
|
|
119
|
+
<code>packages/eui-mobile/packages/core/src/lib/components/euim-card/euim-card-image/euim-card-image.directive.ts</code>
|
|
120
|
+
</p>
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
<section data-compodoc="block-metadata">
|
|
128
|
+
<h3>Metadata</h3>
|
|
129
|
+
<table class="table table-sm table-hover metadata">
|
|
130
|
+
<tbody>
|
|
131
|
+
|
|
132
|
+
<tr>
|
|
133
|
+
<td class="col-md-3">Selector</td>
|
|
134
|
+
<td class="col-md-9"><code>[euimCardImage]</code></td>
|
|
135
|
+
</tr>
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
</tbody>
|
|
141
|
+
</table>
|
|
142
|
+
</section>
|
|
143
|
+
|
|
144
|
+
<section data-compodoc="block-index">
|
|
145
|
+
<h3 id="index">Index</h3>
|
|
146
|
+
<table class="table table-sm table-bordered index-table">
|
|
147
|
+
<tbody>
|
|
148
|
+
<tr>
|
|
149
|
+
<td class="col-md-4">
|
|
150
|
+
<h6><b>Properties</b></h6>
|
|
151
|
+
</td>
|
|
152
|
+
</tr>
|
|
153
|
+
<tr>
|
|
154
|
+
<td class="col-md-4">
|
|
155
|
+
<ul class="index-list">
|
|
156
|
+
<li>
|
|
157
|
+
<span class="modifier"></span>
|
|
158
|
+
<a href="#className" >className</a>
|
|
159
|
+
</li>
|
|
160
|
+
</ul>
|
|
161
|
+
</td>
|
|
162
|
+
</tr>
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
<tr>
|
|
168
|
+
<td class="col-md-4">
|
|
169
|
+
<h6><b>HostBindings</b></h6>
|
|
170
|
+
</td>
|
|
171
|
+
</tr>
|
|
172
|
+
<tr>
|
|
173
|
+
<td class="col-md-4">
|
|
174
|
+
<ul class="index-list">
|
|
175
|
+
<li>
|
|
176
|
+
<a href="#class" >class</a>
|
|
177
|
+
</li>
|
|
178
|
+
</ul>
|
|
179
|
+
</td>
|
|
180
|
+
</tr>
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
</tbody>
|
|
184
|
+
</table>
|
|
185
|
+
</section>
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
<section data-compodoc="block-properties">
|
|
191
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
192
|
+
<tbody>
|
|
193
|
+
<tr>
|
|
194
|
+
<td class="col-md-4">
|
|
195
|
+
<a name="class"></a>
|
|
196
|
+
<span class="name">
|
|
197
|
+
<span ><b>class</b></span>
|
|
198
|
+
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
|
199
|
+
</span>
|
|
200
|
+
</td>
|
|
201
|
+
</tr>
|
|
202
|
+
<tr>
|
|
203
|
+
<td class="col-md-4">
|
|
204
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
205
|
+
|
|
206
|
+
</td>
|
|
207
|
+
</tr>
|
|
208
|
+
<tr>
|
|
209
|
+
<td class="col-md-4">
|
|
210
|
+
<i>Default value : </i><code>'euim-card__image'</code>
|
|
211
|
+
</td>
|
|
212
|
+
</tr>
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
</tbody>
|
|
216
|
+
</table>
|
|
217
|
+
</section>
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
<section data-compodoc="block-properties">
|
|
222
|
+
|
|
223
|
+
<h3 id="inputs">
|
|
224
|
+
Properties
|
|
225
|
+
</h3>
|
|
226
|
+
<table class="table table-sm table-bordered">
|
|
227
|
+
<tbody>
|
|
228
|
+
<tr>
|
|
229
|
+
<td class="col-md-4">
|
|
230
|
+
<a name="className"></a>
|
|
231
|
+
<span class="name">
|
|
232
|
+
<span class="modifier"></span>
|
|
233
|
+
<span ><b>className</b></span>
|
|
234
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
235
|
+
</span>
|
|
236
|
+
</td>
|
|
237
|
+
</tr>
|
|
238
|
+
<tr>
|
|
239
|
+
<td class="col-md-4">
|
|
240
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
241
|
+
|
|
242
|
+
</td>
|
|
243
|
+
</tr>
|
|
244
|
+
<tr>
|
|
245
|
+
<td class="col-md-4">
|
|
246
|
+
<i>Default value : </i><code>'euim-card__image'</code>
|
|
247
|
+
</td>
|
|
248
|
+
</tr>
|
|
249
|
+
<tr>
|
|
250
|
+
<td class="col-md-4">
|
|
251
|
+
<b>Decorators : </b>
|
|
252
|
+
<br />
|
|
253
|
+
<code>
|
|
254
|
+
@HostBinding('class')<br />
|
|
255
|
+
</code>
|
|
256
|
+
</td>
|
|
257
|
+
</tr>
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
</tbody>
|
|
261
|
+
</table>
|
|
262
|
+
</section>
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
</div>
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
</div>
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
</div><div class="search-results">
|
|
285
|
+
<div class="has-results">
|
|
286
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
287
|
+
<ul class="search-results-list"></ul>
|
|
288
|
+
</div>
|
|
289
|
+
<div class="no-results">
|
|
290
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
291
|
+
</div>
|
|
292
|
+
</div>
|
|
293
|
+
</div>
|
|
294
|
+
<!-- END CONTENT -->
|
|
295
|
+
</div>
|
|
296
|
+
</div>
|
|
297
|
+
|
|
298
|
+
<label class="dark-mode-switch">
|
|
299
|
+
<input type="checkbox">
|
|
300
|
+
<span class="slider">
|
|
301
|
+
<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">
|
|
302
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
303
|
+
</svg>
|
|
304
|
+
</span>
|
|
305
|
+
</label>
|
|
306
|
+
|
|
307
|
+
<script>
|
|
308
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
309
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'directive';
|
|
310
|
+
var COMPODOC_CURRENT_PAGE_URL = 'EuimCardImageDirective.html';
|
|
311
|
+
var MAX_SEARCH_RESULTS = 15;
|
|
312
|
+
</script>
|
|
313
|
+
|
|
314
|
+
<script src="../js/libs/custom-elements.min.js"></script>
|
|
315
|
+
<script src="../js/libs/lit-html.js"></script>
|
|
316
|
+
|
|
317
|
+
<script src="../js/menu-wc.js" defer></script>
|
|
318
|
+
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
319
|
+
|
|
320
|
+
<script src="../js/libs/bootstrap-native.js"></script>
|
|
321
|
+
|
|
322
|
+
<script src="../js/libs/es6-shim.min.js"></script>
|
|
323
|
+
<script src="../js/libs/EventDispatcher.js"></script>
|
|
324
|
+
<script src="../js/libs/promise.min.js"></script>
|
|
325
|
+
<script src="../js/libs/zepto.min.js"></script>
|
|
326
|
+
|
|
327
|
+
<script src="../js/compodoc.js"></script>
|
|
328
|
+
|
|
329
|
+
<script src="../js/tabs.js"></script>
|
|
330
|
+
<script src="../js/menu.js"></script>
|
|
331
|
+
<script src="../js/libs/clipboard.min.js"></script>
|
|
332
|
+
<script src="../js/libs/prism.js"></script>
|
|
333
|
+
<script src="../js/sourceCode.js"></script>
|
|
334
|
+
<script src="../js/search/search.js"></script>
|
|
335
|
+
<script src="../js/search/lunr.min.js"></script>
|
|
336
|
+
<script src="../js/search/search-lunr.js"></script>
|
|
337
|
+
<script src="../js/search/search_index.js"></script>
|
|
338
|
+
<script src="../js/lazy-load-graphs.js"></script>
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
</body>
|
|
342
|
+
</html>
|
|
@@ -145,23 +145,36 @@
|
|
|
145
145
|
<h3 id="index">Index</h3>
|
|
146
146
|
<table class="table table-sm table-bordered index-table">
|
|
147
147
|
<tbody>
|
|
148
|
+
|
|
148
149
|
<tr>
|
|
149
150
|
<td class="col-md-4">
|
|
150
|
-
<h6><b>
|
|
151
|
+
<h6><b>Methods</b></h6>
|
|
151
152
|
</td>
|
|
152
153
|
</tr>
|
|
153
154
|
<tr>
|
|
154
155
|
<td class="col-md-4">
|
|
155
156
|
<ul class="index-list">
|
|
156
157
|
<li>
|
|
157
|
-
|
|
158
|
-
<a href="#className" >className</a>
|
|
158
|
+
<a href="#getCssClasses" >getCssClasses</a>
|
|
159
159
|
</li>
|
|
160
160
|
</ul>
|
|
161
161
|
</td>
|
|
162
162
|
</tr>
|
|
163
163
|
|
|
164
|
-
|
|
164
|
+
<tr>
|
|
165
|
+
<td class="col-md-4">
|
|
166
|
+
<h6><b>Inputs</b></h6>
|
|
167
|
+
</td>
|
|
168
|
+
</tr>
|
|
169
|
+
<tr>
|
|
170
|
+
<td class="col-md-4">
|
|
171
|
+
<ul class="index-list">
|
|
172
|
+
<li>
|
|
173
|
+
<a href="#euimTextCenter" >euimTextCenter</a>
|
|
174
|
+
</li>
|
|
175
|
+
</ul>
|
|
176
|
+
</td>
|
|
177
|
+
</tr>
|
|
165
178
|
|
|
166
179
|
|
|
167
180
|
<tr>
|
|
@@ -180,12 +193,49 @@
|
|
|
180
193
|
</tr>
|
|
181
194
|
|
|
182
195
|
|
|
196
|
+
<tr>
|
|
197
|
+
<td class="col-md-4">
|
|
198
|
+
<h6><b>Accessors</b></h6>
|
|
199
|
+
</td>
|
|
200
|
+
</tr>
|
|
201
|
+
<tr>
|
|
202
|
+
<td class="col-md-4">
|
|
203
|
+
<ul class="index-list">
|
|
204
|
+
<li>
|
|
205
|
+
<a href="#cssClasses" >cssClasses</a>
|
|
206
|
+
</li>
|
|
207
|
+
</ul>
|
|
208
|
+
</td>
|
|
209
|
+
</tr>
|
|
183
210
|
</tbody>
|
|
184
211
|
</table>
|
|
185
212
|
</section>
|
|
186
213
|
|
|
187
214
|
|
|
215
|
+
<section data-compodoc="block-inputs">
|
|
216
|
+
<h3 id="inputs">Inputs</h3>
|
|
217
|
+
<table class="table table-sm table-bordered">
|
|
218
|
+
<tbody>
|
|
219
|
+
<tr>
|
|
220
|
+
<td class="col-md-4">
|
|
221
|
+
<a name="euimTextCenter"></a>
|
|
222
|
+
<b>euimTextCenter</b>
|
|
223
|
+
</td>
|
|
224
|
+
</tr>
|
|
225
|
+
<tr>
|
|
226
|
+
<td class="col-md-4">
|
|
227
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
188
228
|
|
|
229
|
+
</td>
|
|
230
|
+
</tr>
|
|
231
|
+
<tr>
|
|
232
|
+
<td class="col-md-4">
|
|
233
|
+
<i>Default value : </i><code>false</code>
|
|
234
|
+
</td>
|
|
235
|
+
</tr>
|
|
236
|
+
</tbody>
|
|
237
|
+
</table>
|
|
238
|
+
</section>
|
|
189
239
|
|
|
190
240
|
<section data-compodoc="block-properties">
|
|
191
241
|
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
@@ -205,11 +255,6 @@
|
|
|
205
255
|
|
|
206
256
|
</td>
|
|
207
257
|
</tr>
|
|
208
|
-
<tr>
|
|
209
|
-
<td class="col-md-4">
|
|
210
|
-
<i>Default value : </i><code>'euim-slider-info-screen__content'</code>
|
|
211
|
-
</td>
|
|
212
|
-
</tr>
|
|
213
258
|
|
|
214
259
|
|
|
215
260
|
</tbody>
|
|
@@ -217,51 +262,67 @@
|
|
|
217
262
|
</section>
|
|
218
263
|
|
|
219
264
|
|
|
220
|
-
|
|
221
|
-
<section data-compodoc="block-properties">
|
|
265
|
+
<section data-compodoc="block-methods">
|
|
222
266
|
|
|
223
|
-
<h3 id="
|
|
224
|
-
|
|
267
|
+
<h3 id="methods">
|
|
268
|
+
Methods
|
|
225
269
|
</h3>
|
|
226
270
|
<table class="table table-sm table-bordered">
|
|
227
271
|
<tbody>
|
|
228
272
|
<tr>
|
|
229
273
|
<td class="col-md-4">
|
|
230
|
-
<a name="
|
|
274
|
+
<a name="getCssClasses"></a>
|
|
231
275
|
<span class="name">
|
|
232
|
-
|
|
233
|
-
<span
|
|
234
|
-
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
276
|
+
<span ><b>getCssClasses</b></span>
|
|
277
|
+
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
|
235
278
|
</span>
|
|
236
279
|
</td>
|
|
237
280
|
</tr>
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
281
|
+
<tr>
|
|
282
|
+
<td class="col-md-4">
|
|
283
|
+
<code>getCssClasses()</code>
|
|
284
|
+
</td>
|
|
285
|
+
</tr>
|
|
241
286
|
|
|
242
|
-
|
|
243
|
-
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
<tr>
|
|
291
|
+
<td class="col-md-4">
|
|
292
|
+
|
|
293
|
+
<div class="io-description">
|
|
294
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
295
|
+
|
|
296
|
+
</div>
|
|
297
|
+
</td>
|
|
298
|
+
</tr>
|
|
299
|
+
</tbody>
|
|
300
|
+
</table>
|
|
301
|
+
</section>
|
|
302
|
+
|
|
303
|
+
<section data-compodoc="block-accessors">
|
|
304
|
+
<h3 id="accessors">
|
|
305
|
+
Accessors
|
|
306
|
+
</h3>
|
|
307
|
+
<table class="table table-sm table-bordered">
|
|
308
|
+
<tbody>
|
|
244
309
|
<tr>
|
|
245
310
|
<td class="col-md-4">
|
|
246
|
-
<
|
|
311
|
+
<a name="cssClasses"></a>
|
|
312
|
+
<span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
|
|
247
313
|
</td>
|
|
248
314
|
</tr>
|
|
315
|
+
|
|
249
316
|
<tr>
|
|
250
317
|
<td class="col-md-4">
|
|
251
|
-
<b>
|
|
252
|
-
<br />
|
|
253
|
-
<code>
|
|
254
|
-
@HostBinding('class')<br />
|
|
255
|
-
</code>
|
|
318
|
+
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
256
319
|
</td>
|
|
257
320
|
</tr>
|
|
258
321
|
|
|
259
|
-
|
|
260
|
-
</
|
|
261
|
-
</table>
|
|
322
|
+
</tbody>
|
|
323
|
+
</table>
|
|
262
324
|
</section>
|
|
263
325
|
|
|
264
|
-
|
|
265
326
|
</div>
|
|
266
327
|
|
|
267
328
|
|