@eui/mobile-core 16.5.0 → 16.6.0-snapshot-1707834573947
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 +1 -1
- package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
- package/docs/components/EuimAlertMessageComponent.html +1 -1
- package/docs/components/EuimAppComponent.html +1 -1
- package/docs/components/EuimAppSidebarComponent.html +1 -1
- package/docs/components/EuimAppSidebarFooterComponent.html +1 -1
- package/docs/components/EuimAppSidebarHeaderComponent.html +1 -1
- package/docs/components/EuimAppSidebarMenuComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +1 -1
- package/docs/components/EuimAvatarIconComponent.html +1 -1
- package/docs/components/EuimBadgeComponent.html +1 -1
- package/docs/components/EuimChipSelectorComponent.html +1 -1
- package/docs/components/EuimControlFeedbackComponent.html +1 -1
- package/docs/components/EuimDataSummaryColComponent.html +1 -1
- package/docs/components/EuimDataSummaryComponent.html +1 -1
- package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
- package/docs/components/EuimFieldSetComponent.html +1 -1
- package/docs/components/EuimFieldsetActionsComponent.html +1 -1
- package/docs/components/EuimFieldsetLegendComponent.html +1 -1
- package/docs/components/EuimHeaderDetailsComponent.html +1 -1
- package/docs/components/EuimInfoScreenComponent.html +1 -1
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- package/docs/components/EuimMediaHeaderComponent.html +1 -1
- package/docs/components/EuimMenuComponent.html +1 -1
- package/docs/components/EuimMessageComponent.html +1 -1
- package/docs/components/EuimMessageTitleComponent.html +1 -1
- package/docs/components/EuimMultiselectComponent.html +1 -1
- package/docs/components/EuimMultiselectFilterComponent.html +1 -1
- package/docs/components/EuimMultiselectInfoComponent.html +1 -1
- package/docs/components/EuimMultiselectListComponent.html +1 -1
- package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
- package/docs/components/EuimNotificationItemComponent.html +1 -1
- package/docs/components/EuimScrollerXComponent.html +1 -1
- package/docs/components/EuimSidebarComponent.html +1 -1
- package/docs/components/EuimSidebarContentComponent.html +1 -1
- package/docs/components/EuimSkeletonListComponent.html +1 -1
- package/docs/components/EuimSkeletonListItemComponent.html +1 -1
- package/docs/components/EuimSlideComponent.html +1 -1
- package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
- package/docs/components/EuimSliderComponent.html +1 -1
- package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
- package/docs/components/EuimSpinnerComponent.html +1 -1
- package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
- package/docs/components/EuimSpinnerMessageComponent.html +1 -1
- package/docs/components/EuimStepperComponent.html +1 -1
- package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
- package/docs/components/EuimToolbarComponent.html +1 -1
- package/docs/components/EuimToolbarTitleComponent.html +1 -1
- package/docs/components/EuimUserProfileComponent.html +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/directives/EuimDividerDirective.html +370 -0
- package/docs/index.html +2 -2
- package/docs/js/menu-wc.js +20 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +2 -1
- package/docs/modules/EuimAllModule.html +6 -0
- package/docs/modules/EuimDividerModule.html +170 -0
- package/docs/modules.html +12 -0
- package/esm2022/lib/components/directives/euim-divider/euim-divider.directive.mjs +27 -0
- package/esm2022/lib/components/directives/euim-divider/euim-divider.module.mjs +28 -0
- package/esm2022/lib/components/directives/euim-divider/index.mjs +3 -0
- package/esm2022/lib/components/directives/index.mjs +3 -2
- package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +2 -2
- package/esm2022/lib/components/index.mjs +3 -2
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +2 -2
- package/esm2022/lib/euim-all.module.mjs +6 -2
- package/fesm2022/eui-mobile-core.mjs +57 -5
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/directives/euim-divider/euim-divider.directive.d.ts +9 -0
- package/lib/components/directives/euim-divider/euim-divider.directive.d.ts.map +1 -0
- package/lib/components/directives/euim-divider/euim-divider.module.d.ts +10 -0
- package/lib/components/directives/euim-divider/euim-divider.module.d.ts.map +1 -0
- package/lib/components/directives/euim-divider/index.d.ts +3 -0
- package/lib/components/directives/euim-divider/index.d.ts.map +1 -0
- package/lib/components/directives/index.d.ts +1 -0
- package/lib/components/directives/index.d.ts.map +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +3 -2
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -97,6 +97,9 @@
|
|
|
97
97
|
<li class="list-group-item">
|
|
98
98
|
<a href="../modules/EuimDataSummaryModule.html">EuimDataSummaryModule</a>
|
|
99
99
|
</li>
|
|
100
|
+
<li class="list-group-item">
|
|
101
|
+
<a href="../modules/EuimDividerModule.html">EuimDividerModule</a>
|
|
102
|
+
</li>
|
|
100
103
|
<li class="list-group-item">
|
|
101
104
|
<a href="../modules/EuimEmptyListPlaceholderModule.html">EuimEmptyListPlaceholderModule</a>
|
|
102
105
|
</li>
|
|
@@ -203,6 +206,9 @@
|
|
|
203
206
|
<li class="list-group-item">
|
|
204
207
|
<a href="../modules/EuimDataSummaryModule.html">EuimDataSummaryModule</a>
|
|
205
208
|
</li>
|
|
209
|
+
<li class="list-group-item">
|
|
210
|
+
<a href="../modules/EuimDividerModule.html">EuimDividerModule</a>
|
|
211
|
+
</li>
|
|
206
212
|
<li class="list-group-item">
|
|
207
213
|
<a href="../modules/EuimEmptyListPlaceholderModule.html">EuimEmptyListPlaceholderModule</a>
|
|
208
214
|
</li>
|
|
@@ -0,0 +1,170 @@
|
|
|
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
|
+
|
|
17
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
18
|
+
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
19
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div class="xs-menu menu" id="mobile-menu">
|
|
23
|
+
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
<div class="container-fluid main">
|
|
27
|
+
<div class="row main">
|
|
28
|
+
<div class="hidden-xs menu">
|
|
29
|
+
<compodoc-menu mode="normal"></compodoc-menu>
|
|
30
|
+
</div>
|
|
31
|
+
<!-- START CONTENT -->
|
|
32
|
+
<div class="content module">
|
|
33
|
+
<div class="content-data">
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
<ol class="breadcrumb">
|
|
38
|
+
<li class="breadcrumb-item">Modules</li>
|
|
39
|
+
<li class="breadcrumb-item" >EuimDividerModule</li>
|
|
40
|
+
</ol>
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
<ul class="nav nav-tabs" role="tablist">
|
|
44
|
+
<li class="nav-item">
|
|
45
|
+
<a href="#info"
|
|
46
|
+
class="nav-link"
|
|
47
|
+
class="nav-link active"
|
|
48
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
49
|
+
</li>
|
|
50
|
+
</ul>
|
|
51
|
+
|
|
52
|
+
<div class="tab-content">
|
|
53
|
+
<div class="tab-pane fade active in" id="info">
|
|
54
|
+
|
|
55
|
+
<p class="comment">
|
|
56
|
+
<h3>File</h3>
|
|
57
|
+
</p>
|
|
58
|
+
<p class="comment">
|
|
59
|
+
<code>packages/eui-mobile/packages/core/src/lib/components/directives/euim-divider/euim-divider.module.ts</code>
|
|
60
|
+
</p>
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
<div class="container-fluid module">
|
|
67
|
+
<div class="row">
|
|
68
|
+
<div class="col-sm-3">
|
|
69
|
+
<h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
|
|
70
|
+
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
71
|
+
<ul class="list-group">
|
|
72
|
+
<li class="list-group-item">
|
|
73
|
+
<a href="../directives/EuimDividerDirective.html">EuimDividerDirective</a>
|
|
74
|
+
</li>
|
|
75
|
+
</ul>
|
|
76
|
+
</div>
|
|
77
|
+
<div class="col-sm-3">
|
|
78
|
+
<h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
|
|
79
|
+
title="Official documentation about module exports"><span
|
|
80
|
+
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
81
|
+
<ul class="list-group">
|
|
82
|
+
<li class="list-group-item">
|
|
83
|
+
<a href="../directives/EuimDividerDirective.html">EuimDividerDirective</a>
|
|
84
|
+
</li>
|
|
85
|
+
</ul>
|
|
86
|
+
</div>
|
|
87
|
+
</div>
|
|
88
|
+
</div>
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
</div>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
</div>
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
</div><div class="search-results">
|
|
113
|
+
<div class="has-results">
|
|
114
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
115
|
+
<ul class="search-results-list"></ul>
|
|
116
|
+
</div>
|
|
117
|
+
<div class="no-results">
|
|
118
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
119
|
+
</div>
|
|
120
|
+
</div>
|
|
121
|
+
</div>
|
|
122
|
+
<!-- END CONTENT -->
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
125
|
+
|
|
126
|
+
<label class="dark-mode-switch">
|
|
127
|
+
<input type="checkbox">
|
|
128
|
+
<span class="slider">
|
|
129
|
+
<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">
|
|
130
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
131
|
+
</svg>
|
|
132
|
+
</span>
|
|
133
|
+
</label>
|
|
134
|
+
|
|
135
|
+
<script>
|
|
136
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
137
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
|
|
138
|
+
var COMPODOC_CURRENT_PAGE_URL = 'EuimDividerModule.html';
|
|
139
|
+
var MAX_SEARCH_RESULTS = 15;
|
|
140
|
+
</script>
|
|
141
|
+
|
|
142
|
+
<script src="../js/libs/custom-elements.min.js"></script>
|
|
143
|
+
<script src="../js/libs/lit-html.js"></script>
|
|
144
|
+
|
|
145
|
+
<script src="../js/menu-wc.js" defer></script>
|
|
146
|
+
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
147
|
+
|
|
148
|
+
<script src="../js/libs/bootstrap-native.js"></script>
|
|
149
|
+
|
|
150
|
+
<script src="../js/libs/es6-shim.min.js"></script>
|
|
151
|
+
<script src="../js/libs/EventDispatcher.js"></script>
|
|
152
|
+
<script src="../js/libs/promise.min.js"></script>
|
|
153
|
+
<script src="../js/libs/zepto.min.js"></script>
|
|
154
|
+
|
|
155
|
+
<script src="../js/compodoc.js"></script>
|
|
156
|
+
|
|
157
|
+
<script src="../js/tabs.js"></script>
|
|
158
|
+
<script src="../js/menu.js"></script>
|
|
159
|
+
<script src="../js/libs/clipboard.min.js"></script>
|
|
160
|
+
<script src="../js/libs/prism.js"></script>
|
|
161
|
+
<script src="../js/sourceCode.js"></script>
|
|
162
|
+
<script src="../js/search/search.js"></script>
|
|
163
|
+
<script src="../js/search/lunr.min.js"></script>
|
|
164
|
+
<script src="../js/search/search-lunr.js"></script>
|
|
165
|
+
<script src="../js/search/search_index.js"></script>
|
|
166
|
+
<script src="../js/lazy-load-graphs.js"></script>
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
</body>
|
|
170
|
+
</html>
|
package/docs/modules.html
CHANGED
|
@@ -159,6 +159,18 @@
|
|
|
159
159
|
</div>
|
|
160
160
|
</div>
|
|
161
161
|
</div>
|
|
162
|
+
<div class="col-md-6 col-lg-4">
|
|
163
|
+
<div class="card card-module">
|
|
164
|
+
<div class="card-header">
|
|
165
|
+
<h4 class="card-title">EuimDividerModule</h4>
|
|
166
|
+
</div>
|
|
167
|
+
<div class="card-block">
|
|
168
|
+
<footer class="text-center">
|
|
169
|
+
<a href="./modules/EuimDividerModule.html" class="btn btn-default">Browse</a>
|
|
170
|
+
</footer>
|
|
171
|
+
</div>
|
|
172
|
+
</div>
|
|
173
|
+
</div>
|
|
162
174
|
<div class="col-md-6 col-lg-4">
|
|
163
175
|
<div class="card card-module">
|
|
164
176
|
<div class="card-header">
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Directive, HostBinding, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class EuimDividerDirective {
|
|
4
|
+
get cssClasses() {
|
|
5
|
+
return this.getCssClasses('euim-divider');
|
|
6
|
+
}
|
|
7
|
+
getCssClasses(rootClass) {
|
|
8
|
+
return [
|
|
9
|
+
rootClass,
|
|
10
|
+
this.line ? `${rootClass}--line-${this.line}` : '',
|
|
11
|
+
].join(' ').trim();
|
|
12
|
+
}
|
|
13
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EuimDividerDirective, selector: "[euimDivider]", inputs: { line: "line" }, host: { properties: { "class": "this.cssClasses" } }, ngImport: i0 }); }
|
|
15
|
+
}
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerDirective, decorators: [{
|
|
17
|
+
type: Directive,
|
|
18
|
+
args: [{
|
|
19
|
+
selector: '[euimDivider]',
|
|
20
|
+
}]
|
|
21
|
+
}], propDecorators: { line: [{
|
|
22
|
+
type: Input
|
|
23
|
+
}], cssClasses: [{
|
|
24
|
+
type: HostBinding,
|
|
25
|
+
args: ['class']
|
|
26
|
+
}] } });
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1kaXZpZGVyLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9kaXJlY3RpdmVzL2V1aW0tZGl2aWRlci9ldWltLWRpdmlkZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFLOUQsTUFBTSxPQUFPLG9CQUFvQjtJQUc3QixJQUNXLFVBQVU7UUFDakIsT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBQzlDLENBQUM7SUFFRCxhQUFhLENBQUMsU0FBaUI7UUFDM0IsT0FBTztZQUNILFNBQVM7WUFDVCxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxHQUFHLFNBQVMsVUFBVSxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUU7U0FDckQsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDdkIsQ0FBQztrSUFiUSxvQkFBb0I7c0hBQXBCLG9CQUFvQjs7NEZBQXBCLG9CQUFvQjtrQkFIaEMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsZUFBZTtpQkFDNUI7OEJBRVksSUFBSTtzQkFBWixLQUFLO2dCQUdLLFVBQVU7c0JBRHBCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdEJpbmRpbmcsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnW2V1aW1EaXZpZGVyXScsXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1EaXZpZGVyRGlyZWN0aXZlIHtcbiAgICBASW5wdXQoKSBsaW5lOiAnbm9uZScgfCAnZnVsbCc7XG5cbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgICBwdWJsaWMgZ2V0IGNzc0NsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZ2V0Q3NzQ2xhc3NlcygnZXVpbS1kaXZpZGVyJyk7XG4gICAgfVxuXG4gICAgZ2V0Q3NzQ2xhc3Nlcyhyb290Q2xhc3M6IHN0cmluZyk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBbXG4gICAgICAgICAgICByb290Q2xhc3MsXG4gICAgICAgICAgICB0aGlzLmxpbmUgPyBgJHtyb290Q2xhc3N9LS1saW5lLSR7dGhpcy5saW5lfWAgOiAnJyxcbiAgICAgICAgXS5qb2luKCcgJykudHJpbSgpO1xuICAgIH1cblxufVxuIl19
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { IonicModule } from '@ionic/angular';
|
|
4
|
+
import { EuimDividerDirective } from './euim-divider.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export class EuimDividerModule {
|
|
7
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerModule, declarations: [EuimDividerDirective], imports: [CommonModule,
|
|
9
|
+
IonicModule], exports: [EuimDividerDirective] }); }
|
|
10
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerModule, imports: [CommonModule,
|
|
11
|
+
IonicModule] }); }
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerModule, decorators: [{
|
|
14
|
+
type: NgModule,
|
|
15
|
+
args: [{
|
|
16
|
+
imports: [
|
|
17
|
+
CommonModule,
|
|
18
|
+
IonicModule,
|
|
19
|
+
],
|
|
20
|
+
exports: [
|
|
21
|
+
EuimDividerDirective,
|
|
22
|
+
],
|
|
23
|
+
declarations: [
|
|
24
|
+
EuimDividerDirective,
|
|
25
|
+
],
|
|
26
|
+
}]
|
|
27
|
+
}] });
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1kaXZpZGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9kaXJlY3RpdmVzL2V1aW0tZGl2aWRlci9ldWltLWRpdmlkZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFjaEUsTUFBTSxPQUFPLGlCQUFpQjtrSUFBakIsaUJBQWlCO21JQUFqQixpQkFBaUIsaUJBSHRCLG9CQUFvQixhQVBwQixZQUFZO1lBQ1osV0FBVyxhQUdYLG9CQUFvQjttSUFNZixpQkFBaUIsWUFWdEIsWUFBWTtZQUNaLFdBQVc7OzRGQVNOLGlCQUFpQjtrQkFaN0IsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsWUFBWTt3QkFDWixXQUFXO3FCQUNkO29CQUNELE9BQU8sRUFBRTt3QkFDTCxvQkFBb0I7cUJBQ3ZCO29CQUNELFlBQVksRUFBRTt3QkFDVixvQkFBb0I7cUJBQ3ZCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBJb25pY01vZHVsZSB9IGZyb20gJ0Bpb25pYy9hbmd1bGFyJztcbmltcG9ydCB7IEV1aW1EaXZpZGVyRGlyZWN0aXZlIH0gZnJvbSAnLi9ldWltLWRpdmlkZXIuZGlyZWN0aXZlJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgSW9uaWNNb2R1bGUsXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIEV1aW1EaXZpZGVyRGlyZWN0aXZlLFxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIEV1aW1EaXZpZGVyRGlyZWN0aXZlLFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1EaXZpZGVyTW9kdWxlIHtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export * from './euim-divider.module';
|
|
2
|
+
export * from './euim-divider.directive';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZGlyZWN0aXZlcy9ldWltLWRpdmlkZXIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLDBCQUEwQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldWltLWRpdmlkZXIubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1kaXZpZGVyLmRpcmVjdGl2ZSc7XG4iXX0=
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './euim-list-header';
|
|
2
|
-
export * from './euim-item-divider';
|
|
2
|
+
export * from './euim-item-divider'; //Deprecated, to be removed
|
|
3
|
+
export * from './euim-divider';
|
|
3
4
|
export * from './euim-skeleton-text-avatar';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZGlyZWN0aXZlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMscUJBQXFCLENBQUMsQ0FBQywyQkFBMkI7QUFDaEUsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLDZCQUE2QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldWltLWxpc3QtaGVhZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1pdGVtLWRpdmlkZXInOyAvL0RlcHJlY2F0ZWQsIHRvIGJlIHJlbW92ZWRcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1kaXZpZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1za2VsZXRvbi10ZXh0LWF2YXRhcic7XG4iXX0=
|
|
@@ -6,11 +6,11 @@ export class EuimScrollerXComponent extends EuimBaseDirective {
|
|
|
6
6
|
return super.getCssClasses('euim-scroller-x');
|
|
7
7
|
}
|
|
8
8
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimScrollerXComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimScrollerXComponent, selector: "euim-scroller-x", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n\n", styles: [".euim-scroller-x{display:flex;flex-wrap:nowrap;overflow-x:auto}.euim-scroller-x>*{flex:0 0 auto}\n"], encapsulation: i0.ViewEncapsulation.None }); }
|
|
9
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimScrollerXComponent, selector: "euim-scroller-x", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n\n", styles: [".euim-scroller-x{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-color:transparent transparent}.euim-scroller-x>*{flex:0 0 auto}\n"], encapsulation: i0.ViewEncapsulation.None }); }
|
|
10
10
|
}
|
|
11
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimScrollerXComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
|
-
args: [{ selector: 'euim-scroller-x', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n\n", styles: [".euim-scroller-x{display:flex;flex-wrap:nowrap;overflow-x:auto}.euim-scroller-x>*{flex:0 0 auto}\n"] }]
|
|
13
|
+
args: [{ selector: 'euim-scroller-x', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n\n", styles: [".euim-scroller-x{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-color:transparent transparent}.euim-scroller-x>*{flex:0 0 auto}\n"] }]
|
|
14
14
|
}], propDecorators: { cssClasses: [{
|
|
15
15
|
type: HostBinding,
|
|
16
16
|
args: ['class']
|
|
@@ -28,7 +28,8 @@ export * from './euim-skeleton-list';
|
|
|
28
28
|
export * from './euim-skeleton-list-item';
|
|
29
29
|
export * from './euim-multiselect';
|
|
30
30
|
export * from './directives/euim-list-header';
|
|
31
|
-
export * from './directives/euim-item-divider';
|
|
31
|
+
export * from './directives/euim-item-divider'; // Deprecated, to be removed
|
|
32
|
+
export * from './directives/euim-divider';
|
|
32
33
|
export * from './directives/euim-skeleton-text-avatar';
|
|
33
34
|
export * from './base-states.directive';
|
|
34
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYywyQkFBMkIsQ0FBQztBQUUxQyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxzQkFBc0IsQ0FBQztBQUVyQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyxvQkFBb0IsQ0FBQztBQUVuQyxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsZ0NBQWdDLENBQUMsQ0FBQyw0QkFBNEI7QUFDNUUsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHdDQUF3QyxDQUFDO0FBRXZELGNBQWMseUJBQXlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2F0b21zL2V1aW0tbGFiZWwnO1xuZXhwb3J0ICogZnJvbSAnLi9hdG9tcy9ldWltLWNvbnRyb2wtZmVlZGJhY2snO1xuZXhwb3J0ICogZnJvbSAnLi9hdG9tcy9ldWltLW5vdGlmaWNhdGlvbi1pdGVtJztcbmV4cG9ydCAqIGZyb20gJy4vbGF5b3V0L2V1aW0tYXBwJztcbmV4cG9ydCAqIGZyb20gJy4vbGF5b3V0L2V1aW0tbGFuZ3VhZ2Utc2VsZWN0b3InO1xuZXhwb3J0ICogZnJvbSAnLi9sYXlvdXQvZXVpbS11c2VyLXByb2ZpbGUnO1xuZXhwb3J0ICogZnJvbSAnLi9sYXlvdXQvZXVpbS10b29sYmFyJztcbmV4cG9ydCAqIGZyb20gJy4vbGF5b3V0L2V1aW0tc2lkZWJhcic7XG5leHBvcnQgKiBmcm9tICcuL2xheW91dC9ldWltLWhlYWRlci1kZXRhaWxzJztcbmV4cG9ydCAqIGZyb20gJy4vbGF5b3V0L2V1aW0taW5mby1zY3JlZW4nO1xuXG5leHBvcnQgKiBmcm9tICcuL2V1aW0tYXZhdGFyLWljb24nO1xuZXhwb3J0ICogZnJvbSAnLi9ldWltLWJhZGdlJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1lbXB0eS1saXN0LXBsYWNlaG9sZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1tZW51JztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1tZXNzYWdlJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1zdGVwcGVyJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1maWVsZHNldCc7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tc3Bpbm5lcic7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tbWVkaWEtaGVhZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1kYXRhLXN1bW1hcnknO1xuZXhwb3J0ICogZnJvbSAnLi9ldWltLWF2YXRhcic7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tYWxlcnQtbWVzc2FnZSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1zbGlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9ldWltLXNsaWRlci1pbmZvLXNjcmVlbic7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tc2Nyb2xsZXIteCc7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tY2hpcC1zZWxlY3Rvcic7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tc2tlbGV0b24tbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tc2tlbGV0b24tbGlzdC1pdGVtJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1tdWx0aXNlbGVjdCc7XG5cbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcy9ldWltLWxpc3QtaGVhZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcy9ldWltLWl0ZW0tZGl2aWRlcic7IC8vIERlcHJlY2F0ZWQsIHRvIGJlIHJlbW92ZWRcbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcy9ldWltLWRpdmlkZXInO1xuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL2V1aW0tc2tlbGV0b24tdGV4dC1hdmF0YXInO1xuXG5leHBvcnQgKiBmcm9tICcuL2Jhc2Utc3RhdGVzLmRpcmVjdGl2ZSc7XG4iXX0=
|
|
@@ -7,11 +7,11 @@ export class EuimUserProfileComponent extends EuimBaseDirective {
|
|
|
7
7
|
this.className = 'euim-user-profile';
|
|
8
8
|
}
|
|
9
9
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimUserProfileComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
10
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimUserProfileComponent, selector: "euim-user-profile", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-
|
|
10
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimUserProfileComponent, selector: "euim-user-profile", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-75)}.euim-user-profile-infos euim-user-profile-infos-item:not(:last-child){margin-bottom:var(--eui-base-spacing-2xs)}.euim-user-profile-infos-item{display:flex;margin-right:var(--eui-base-spacing-2xl);width:100%}.euim-user-profile-infos-item ion-icon{margin-right:var(--eui-base-spacing-2xs);min-width:var(--eui-base-spacing-m);min-height:var(--eui-base-spacing-m)}.euim-user-profile-infos-item p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
11
11
|
}
|
|
12
12
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimUserProfileComponent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
|
-
args: [{ selector: 'euim-user-profile', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-
|
|
14
|
+
args: [{ selector: 'euim-user-profile', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-75)}.euim-user-profile-infos euim-user-profile-infos-item:not(:last-child){margin-bottom:var(--eui-base-spacing-2xs)}.euim-user-profile-infos-item{display:flex;margin-right:var(--eui-base-spacing-2xl);width:100%}.euim-user-profile-infos-item ion-icon{margin-right:var(--eui-base-spacing-2xs);min-width:var(--eui-base-spacing-m);min-height:var(--eui-base-spacing-m)}.euim-user-profile-infos-item p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block}\n"] }]
|
|
15
15
|
}], propDecorators: { className: [{
|
|
16
16
|
type: HostBinding,
|
|
17
17
|
args: ['class']
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NgModule } from '@angular/core';
|
|
2
|
-
import { EuimAppModule, EuimAppSidebarModule, EuimAvatarIconModule, EuimBadgeModule, EuimAvatarModule, EuimControlFeedbackModule, EuimDataSummaryModule, EuimEmptyListPlaceholderModule, EuimFieldsetModule, EuimHeaderDetailsModule, EuimInfoScreenModule, EuimAlertMessageModule, EuimLabelModule, EuimLanguageSelectorModule, EuimItemDividerModule, EuimListHeaderModule, EuimSkeletonTextAvatarModule, EuimMediaHeaderModule, EuimMenuModule, EuimMessageModule, EuimSkeletonListModule, EuimSkeletonListItemModule, EuimNotificationItemModule, EuimSliderModule, EuimSliderInfoScreenModule, EuimSpinnerComponentModule, EuimStepperComponentModule, EuimToolbarComponentModule, EuimUserProfileModule, EuimScrollerXComponentModule, EuimChipSelectorComponentModule, EuimSidebarModule, EuimMultiselectModule, } from './components';
|
|
2
|
+
import { EuimAppModule, EuimAppSidebarModule, EuimAvatarIconModule, EuimBadgeModule, EuimAvatarModule, EuimControlFeedbackModule, EuimDataSummaryModule, EuimEmptyListPlaceholderModule, EuimFieldsetModule, EuimHeaderDetailsModule, EuimInfoScreenModule, EuimAlertMessageModule, EuimLabelModule, EuimLanguageSelectorModule, EuimItemDividerModule, EuimDividerModule, EuimListHeaderModule, EuimSkeletonTextAvatarModule, EuimMediaHeaderModule, EuimMenuModule, EuimMessageModule, EuimSkeletonListModule, EuimSkeletonListItemModule, EuimNotificationItemModule, EuimSliderModule, EuimSliderInfoScreenModule, EuimSpinnerComponentModule, EuimStepperComponentModule, EuimToolbarComponentModule, EuimUserProfileModule, EuimScrollerXComponentModule, EuimChipSelectorComponentModule, EuimSidebarModule, EuimMultiselectModule, } from './components';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
const MODULES = [
|
|
5
5
|
// Layout
|
|
@@ -37,6 +37,7 @@ const MODULES = [
|
|
|
37
37
|
EuimListHeaderModule,
|
|
38
38
|
EuimSpinnerComponentModule,
|
|
39
39
|
EuimItemDividerModule,
|
|
40
|
+
EuimDividerModule,
|
|
40
41
|
EuimSkeletonTextAvatarModule,
|
|
41
42
|
];
|
|
42
43
|
export class EuimAllModule {
|
|
@@ -77,6 +78,7 @@ export class EuimAllModule {
|
|
|
77
78
|
EuimListHeaderModule,
|
|
78
79
|
EuimSpinnerComponentModule,
|
|
79
80
|
EuimItemDividerModule,
|
|
81
|
+
EuimDividerModule,
|
|
80
82
|
EuimSkeletonTextAvatarModule], exports: [
|
|
81
83
|
// Layout
|
|
82
84
|
EuimAppModule,
|
|
@@ -113,6 +115,7 @@ export class EuimAllModule {
|
|
|
113
115
|
EuimListHeaderModule,
|
|
114
116
|
EuimSpinnerComponentModule,
|
|
115
117
|
EuimItemDividerModule,
|
|
118
|
+
EuimDividerModule,
|
|
116
119
|
EuimSkeletonTextAvatarModule] }); }
|
|
117
120
|
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAllModule, imports: [MODULES,
|
|
118
121
|
// Layout
|
|
@@ -150,6 +153,7 @@ export class EuimAllModule {
|
|
|
150
153
|
EuimListHeaderModule,
|
|
151
154
|
EuimSpinnerComponentModule,
|
|
152
155
|
EuimItemDividerModule,
|
|
156
|
+
EuimDividerModule,
|
|
153
157
|
EuimSkeletonTextAvatarModule] }); }
|
|
154
158
|
}
|
|
155
159
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAllModule, decorators: [{
|
|
@@ -165,4 +169,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
165
169
|
declarations: [],
|
|
166
170
|
}]
|
|
167
171
|
}] });
|
|
168
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
172
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1hbGwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2xpYi9ldWltLWFsbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQ0gsYUFBYSxFQUNiLG9CQUFvQixFQUNwQixvQkFBb0IsRUFDcEIsZUFBZSxFQUNmLGdCQUFnQixFQUNoQix5QkFBeUIsRUFDekIscUJBQXFCLEVBQ3JCLDhCQUE4QixFQUM5QixrQkFBa0IsRUFDbEIsdUJBQXVCLEVBQ3ZCLG9CQUFvQixFQUNwQixzQkFBc0IsRUFDdEIsZUFBZSxFQUNmLDBCQUEwQixFQUMxQixxQkFBcUIsRUFDckIsaUJBQWlCLEVBQ2pCLG9CQUFvQixFQUNwQiw0QkFBNEIsRUFDNUIscUJBQXFCLEVBQ3JCLGNBQWMsRUFDZCxpQkFBaUIsRUFDakIsc0JBQXNCLEVBQ3RCLDBCQUEwQixFQUMxQiwwQkFBMEIsRUFDMUIsZ0JBQWdCLEVBQ2hCLDBCQUEwQixFQUMxQiwwQkFBMEIsRUFDMUIsMEJBQTBCLEVBQzFCLDBCQUEwQixFQUMxQixxQkFBcUIsRUFDckIsNEJBQTRCLEVBQzVCLCtCQUErQixFQUMvQixpQkFBaUIsRUFDakIscUJBQXFCLEdBQ3hCLE1BQU0sY0FBYyxDQUFDOztBQUV0QixNQUFNLE9BQU8sR0FBRztJQUNaLFNBQVM7SUFDVCxhQUFhO0lBQ2Isb0JBQW9CO0lBRXBCLGFBQWE7SUFDYiw4QkFBOEI7SUFDOUIsMEJBQTBCO0lBQzFCLDBCQUEwQjtJQUMxQixxQkFBcUI7SUFDckIsaUJBQWlCO0lBQ2pCLDBCQUEwQjtJQUMxQixzQkFBc0I7SUFDdEIsb0JBQW9CO0lBQ3BCLGVBQWU7SUFDZixjQUFjO0lBQ2Qsc0JBQXNCO0lBRXRCLHlCQUF5QjtJQUN6QixrQkFBa0I7SUFDbEIsMEJBQTBCO0lBQzFCLDBCQUEwQjtJQUMxQixxQkFBcUI7SUFDckIscUJBQXFCO0lBQ3JCLHVCQUF1QjtJQUN2QixnQkFBZ0I7SUFDaEIsb0JBQW9CO0lBQ3BCLGdCQUFnQjtJQUNoQiwwQkFBMEI7SUFDMUIsNEJBQTRCO0lBQzVCLCtCQUErQjtJQUMvQixlQUFlO0lBQ2YsaUJBQWlCO0lBQ2pCLHFCQUFxQjtJQUVyQixhQUFhO0lBQ2Isb0JBQW9CO0lBQ3BCLDBCQUEwQjtJQUMxQixxQkFBcUI7SUFDckIsaUJBQWlCO0lBQ2pCLDRCQUE0QjtDQUMvQixDQUFDO0FBWUYsTUFBTSxPQUFPLGFBQWE7a0lBQWIsYUFBYTttSUFBYixhQUFhO1lBcER0QixTQUFTO1lBQ1QsYUFBYTtZQUNiLG9CQUFvQjtZQUVwQixhQUFhO1lBQ2IsOEJBQThCO1lBQzlCLDBCQUEwQjtZQUMxQiwwQkFBMEI7WUFDMUIscUJBQXFCO1lBQ3JCLGlCQUFpQjtZQUNqQiwwQkFBMEI7WUFDMUIsc0JBQXNCO1lBQ3RCLG9CQUFvQjtZQUNwQixlQUFlO1lBQ2YsY0FBYztZQUNkLHNCQUFzQjtZQUV0Qix5QkFBeUI7WUFDekIsa0JBQWtCO1lBQ2xCLDBCQUEwQjtZQUMxQiwwQkFBMEI7WUFDMUIscUJBQXFCO1lBQ3JCLHFCQUFxQjtZQUNyQix1QkFBdUI7WUFDdkIsZ0JBQWdCO1lBQ2hCLG9CQUFvQjtZQUNwQixnQkFBZ0I7WUFDaEIsMEJBQTBCO1lBQzFCLDRCQUE0QjtZQUM1QiwrQkFBK0I7WUFDL0IsZUFBZTtZQUNmLGlCQUFpQjtZQUNqQixxQkFBcUI7WUFFckIsYUFBYTtZQUNiLG9CQUFvQjtZQUNwQiwwQkFBMEI7WUFDMUIscUJBQXFCO1lBQ3JCLGlCQUFpQjtZQUNqQiw0QkFBNEI7WUF2QzVCLFNBQVM7WUFDVCxhQUFhO1lBQ2Isb0JBQW9CO1lBRXBCLGFBQWE7WUFDYiw4QkFBOEI7WUFDOUIsMEJBQTBCO1lBQzFCLDBCQUEwQjtZQUMxQixxQkFBcUI7WUFDckIsaUJBQWlCO1lBQ2pCLDBCQUEwQjtZQUMxQixzQkFBc0I7WUFDdEIsb0JBQW9CO1lBQ3BCLGVBQWU7WUFDZixjQUFjO1lBQ2Qsc0JBQXNCO1lBRXRCLHlCQUF5QjtZQUN6QixrQkFBa0I7WUFDbEIsMEJBQTBCO1lBQzFCLDBCQUEwQjtZQUMxQixxQkFBcUI7WUFDckIscUJBQXFCO1lBQ3JCLHVCQUF1QjtZQUN2QixnQkFBZ0I7WUFDaEIsb0JBQW9CO1lBQ3BCLGdCQUFnQjtZQUNoQiwwQkFBMEI7WUFDMUIsNEJBQTRCO1lBQzVCLCtCQUErQjtZQUMvQixlQUFlO1lBQ2YsaUJBQWlCO1lBQ2pCLHFCQUFxQjtZQUVyQixhQUFhO1lBQ2Isb0JBQW9CO1lBQ3BCLDBCQUEwQjtZQUMxQixxQkFBcUI7WUFDckIsaUJBQWlCO1lBQ2pCLDRCQUE0QjttSUFhbkIsYUFBYSxZQVJmLE9BQU87WUE1Q2QsU0FBUztZQUNULGFBQWE7WUFDYixvQkFBb0I7WUFFcEIsYUFBYTtZQUNiLDhCQUE4QjtZQUM5QiwwQkFBMEI7WUFDMUIsMEJBQTBCO1lBQzFCLHFCQUFxQjtZQUNyQixpQkFBaUI7WUFDakIsMEJBQTBCO1lBQzFCLHNCQUFzQjtZQUN0QixvQkFBb0I7WUFDcEIsZUFBZTtZQUNmLGNBQWM7WUFDZCxzQkFBc0I7WUFFdEIseUJBQXlCO1lBQ3pCLGtCQUFrQjtZQUNsQiwwQkFBMEI7WUFDMUIsMEJBQTBCO1lBQzFCLHFCQUFxQjtZQUNyQixxQkFBcUI7WUFDckIsdUJBQXVCO1lBQ3ZCLGdCQUFnQjtZQUNoQixvQkFBb0I7WUFDcEIsZ0JBQWdCO1lBQ2hCLDBCQUEwQjtZQUMxQiw0QkFBNEI7WUFDNUIsK0JBQStCO1lBQy9CLGVBQWU7WUFDZixpQkFBaUI7WUFDakIscUJBQXFCO1lBRXJCLGFBQWE7WUFDYixvQkFBb0I7WUFDcEIsMEJBQTBCO1lBQzFCLHFCQUFxQjtZQUNyQixpQkFBaUI7WUFDakIsNEJBQTRCOzs0RkFhbkIsYUFBYTtrQkFWekIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsR0FBRyxPQUFPO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDTCxHQUFHLE9BQU87cUJBQ2I7b0JBQ0QsU0FBUyxFQUFFLEVBQUU7b0JBQ2IsWUFBWSxFQUFFLEVBQUU7aUJBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gICAgRXVpbUFwcE1vZHVsZSxcbiAgICBFdWltQXBwU2lkZWJhck1vZHVsZSxcbiAgICBFdWltQXZhdGFySWNvbk1vZHVsZSxcbiAgICBFdWltQmFkZ2VNb2R1bGUsXG4gICAgRXVpbUF2YXRhck1vZHVsZSxcbiAgICBFdWltQ29udHJvbEZlZWRiYWNrTW9kdWxlLFxuICAgIEV1aW1EYXRhU3VtbWFyeU1vZHVsZSxcbiAgICBFdWltRW1wdHlMaXN0UGxhY2Vob2xkZXJNb2R1bGUsXG4gICAgRXVpbUZpZWxkc2V0TW9kdWxlLFxuICAgIEV1aW1IZWFkZXJEZXRhaWxzTW9kdWxlLFxuICAgIEV1aW1JbmZvU2NyZWVuTW9kdWxlLFxuICAgIEV1aW1BbGVydE1lc3NhZ2VNb2R1bGUsXG4gICAgRXVpbUxhYmVsTW9kdWxlLFxuICAgIEV1aW1MYW5ndWFnZVNlbGVjdG9yTW9kdWxlLFxuICAgIEV1aW1JdGVtRGl2aWRlck1vZHVsZSxcbiAgICBFdWltRGl2aWRlck1vZHVsZSxcbiAgICBFdWltTGlzdEhlYWRlck1vZHVsZSxcbiAgICBFdWltU2tlbGV0b25UZXh0QXZhdGFyTW9kdWxlLFxuICAgIEV1aW1NZWRpYUhlYWRlck1vZHVsZSxcbiAgICBFdWltTWVudU1vZHVsZSxcbiAgICBFdWltTWVzc2FnZU1vZHVsZSxcbiAgICBFdWltU2tlbGV0b25MaXN0TW9kdWxlLFxuICAgIEV1aW1Ta2VsZXRvbkxpc3RJdGVtTW9kdWxlLFxuICAgIEV1aW1Ob3RpZmljYXRpb25JdGVtTW9kdWxlLFxuICAgIEV1aW1TbGlkZXJNb2R1bGUsXG4gICAgRXVpbVNsaWRlckluZm9TY3JlZW5Nb2R1bGUsXG4gICAgRXVpbVNwaW5uZXJDb21wb25lbnRNb2R1bGUsXG4gICAgRXVpbVN0ZXBwZXJDb21wb25lbnRNb2R1bGUsXG4gICAgRXVpbVRvb2xiYXJDb21wb25lbnRNb2R1bGUsXG4gICAgRXVpbVVzZXJQcm9maWxlTW9kdWxlLFxuICAgIEV1aW1TY3JvbGxlclhDb21wb25lbnRNb2R1bGUsXG4gICAgRXVpbUNoaXBTZWxlY3RvckNvbXBvbmVudE1vZHVsZSxcbiAgICBFdWltU2lkZWJhck1vZHVsZSxcbiAgICBFdWltTXVsdGlzZWxlY3RNb2R1bGUsXG59IGZyb20gJy4vY29tcG9uZW50cyc7XG5cbmNvbnN0IE1PRFVMRVMgPSBbXG4gICAgLy8gTGF5b3V0XG4gICAgRXVpbUFwcE1vZHVsZSxcbiAgICBFdWltQXBwU2lkZWJhck1vZHVsZSxcblxuICAgIC8vIENvbXBvbmVudHNcbiAgICBFdWltRW1wdHlMaXN0UGxhY2Vob2xkZXJNb2R1bGUsXG4gICAgRXVpbUxhbmd1YWdlU2VsZWN0b3JNb2R1bGUsXG4gICAgRXVpbVN0ZXBwZXJDb21wb25lbnRNb2R1bGUsXG4gICAgRXVpbVVzZXJQcm9maWxlTW9kdWxlLFxuICAgIEV1aW1NZXNzYWdlTW9kdWxlLFxuICAgIEV1aW1Ta2VsZXRvbkxpc3RJdGVtTW9kdWxlLFxuICAgIEV1aW1Ta2VsZXRvbkxpc3RNb2R1bGUsXG4gICAgRXVpbUF2YXRhckljb25Nb2R1bGUsXG4gICAgRXVpbUxhYmVsTW9kdWxlLFxuICAgIEV1aW1NZW51TW9kdWxlLFxuICAgIEV1aW1BbGVydE1lc3NhZ2VNb2R1bGUsXG5cbiAgICBFdWltQ29udHJvbEZlZWRiYWNrTW9kdWxlLFxuICAgIEV1aW1GaWVsZHNldE1vZHVsZSxcbiAgICBFdWltVG9vbGJhckNvbXBvbmVudE1vZHVsZSxcbiAgICBFdWltTm90aWZpY2F0aW9uSXRlbU1vZHVsZSxcbiAgICBFdWltTWVkaWFIZWFkZXJNb2R1bGUsXG4gICAgRXVpbURhdGFTdW1tYXJ5TW9kdWxlLFxuICAgIEV1aW1IZWFkZXJEZXRhaWxzTW9kdWxlLFxuICAgIEV1aW1BdmF0YXJNb2R1bGUsXG4gICAgRXVpbUluZm9TY3JlZW5Nb2R1bGUsXG4gICAgRXVpbVNsaWRlck1vZHVsZSxcbiAgICBFdWltU2xpZGVySW5mb1NjcmVlbk1vZHVsZSxcbiAgICBFdWltU2Nyb2xsZXJYQ29tcG9uZW50TW9kdWxlLFxuICAgIEV1aW1DaGlwU2VsZWN0b3JDb21wb25lbnRNb2R1bGUsXG4gICAgRXVpbUJhZGdlTW9kdWxlLFxuICAgIEV1aW1TaWRlYmFyTW9kdWxlLFxuICAgIEV1aW1NdWx0aXNlbGVjdE1vZHVsZSxcblxuICAgIC8vIERpcmVjdGl2ZXNcbiAgICBFdWltTGlzdEhlYWRlck1vZHVsZSxcbiAgICBFdWltU3Bpbm5lckNvbXBvbmVudE1vZHVsZSxcbiAgICBFdWltSXRlbURpdmlkZXJNb2R1bGUsIC8vRGVwcmVjYXRlZFxuICAgIEV1aW1EaXZpZGVyTW9kdWxlLFxuICAgIEV1aW1Ta2VsZXRvblRleHRBdmF0YXJNb2R1bGUsXG5dO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgLi4uTU9EVUxFUyxcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgLi4uTU9EVUxFUyxcbiAgICBdLFxuICAgIHByb3ZpZGVyczogW10sXG4gICAgZGVjbGFyYXRpb25zOiBbXSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpbUFsbE1vZHVsZSB7XG59XG4iXX0=
|
|
@@ -1128,6 +1128,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1128
1128
|
}]
|
|
1129
1129
|
}] });
|
|
1130
1130
|
|
|
1131
|
+
class EuimDividerDirective {
|
|
1132
|
+
get cssClasses() {
|
|
1133
|
+
return this.getCssClasses('euim-divider');
|
|
1134
|
+
}
|
|
1135
|
+
getCssClasses(rootClass) {
|
|
1136
|
+
return [
|
|
1137
|
+
rootClass,
|
|
1138
|
+
this.line ? `${rootClass}--line-${this.line}` : '',
|
|
1139
|
+
].join(' ').trim();
|
|
1140
|
+
}
|
|
1141
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1142
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EuimDividerDirective, selector: "[euimDivider]", inputs: { line: "line" }, host: { properties: { "class": "this.cssClasses" } }, ngImport: i0 }); }
|
|
1143
|
+
}
|
|
1144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerDirective, decorators: [{
|
|
1145
|
+
type: Directive,
|
|
1146
|
+
args: [{
|
|
1147
|
+
selector: '[euimDivider]',
|
|
1148
|
+
}]
|
|
1149
|
+
}], propDecorators: { line: [{
|
|
1150
|
+
type: Input
|
|
1151
|
+
}], cssClasses: [{
|
|
1152
|
+
type: HostBinding,
|
|
1153
|
+
args: ['class']
|
|
1154
|
+
}] } });
|
|
1155
|
+
|
|
1156
|
+
class EuimDividerModule {
|
|
1157
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1158
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerModule, declarations: [EuimDividerDirective], imports: [CommonModule,
|
|
1159
|
+
IonicModule], exports: [EuimDividerDirective] }); }
|
|
1160
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerModule, imports: [CommonModule,
|
|
1161
|
+
IonicModule] }); }
|
|
1162
|
+
}
|
|
1163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDividerModule, decorators: [{
|
|
1164
|
+
type: NgModule,
|
|
1165
|
+
args: [{
|
|
1166
|
+
imports: [
|
|
1167
|
+
CommonModule,
|
|
1168
|
+
IonicModule,
|
|
1169
|
+
],
|
|
1170
|
+
exports: [
|
|
1171
|
+
EuimDividerDirective,
|
|
1172
|
+
],
|
|
1173
|
+
declarations: [
|
|
1174
|
+
EuimDividerDirective,
|
|
1175
|
+
],
|
|
1176
|
+
}]
|
|
1177
|
+
}] });
|
|
1178
|
+
|
|
1131
1179
|
class EuimSkeletonTextAvatarDirective {
|
|
1132
1180
|
constructor() {
|
|
1133
1181
|
this.className = 'euim-skeleton-text-avatar';
|
|
@@ -1276,11 +1324,11 @@ class EuimUserProfileComponent extends EuimBaseDirective {
|
|
|
1276
1324
|
this.className = 'euim-user-profile';
|
|
1277
1325
|
}
|
|
1278
1326
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimUserProfileComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1279
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimUserProfileComponent, selector: "euim-user-profile", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-
|
|
1327
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimUserProfileComponent, selector: "euim-user-profile", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-75)}.euim-user-profile-infos euim-user-profile-infos-item:not(:last-child){margin-bottom:var(--eui-base-spacing-2xs)}.euim-user-profile-infos-item{display:flex;margin-right:var(--eui-base-spacing-2xl);width:100%}.euim-user-profile-infos-item ion-icon{margin-right:var(--eui-base-spacing-2xs);min-width:var(--eui-base-spacing-m);min-height:var(--eui-base-spacing-m)}.euim-user-profile-infos-item p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1280
1328
|
}
|
|
1281
1329
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimUserProfileComponent, decorators: [{
|
|
1282
1330
|
type: Component,
|
|
1283
|
-
args: [{ selector: 'euim-user-profile', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-
|
|
1331
|
+
args: [{ selector: 'euim-user-profile', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-75)}.euim-user-profile-infos euim-user-profile-infos-item:not(:last-child){margin-bottom:var(--eui-base-spacing-2xs)}.euim-user-profile-infos-item{display:flex;margin-right:var(--eui-base-spacing-2xl);width:100%}.euim-user-profile-infos-item ion-icon{margin-right:var(--eui-base-spacing-2xs);min-width:var(--eui-base-spacing-m);min-height:var(--eui-base-spacing-m)}.euim-user-profile-infos-item p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block}\n"] }]
|
|
1284
1332
|
}], propDecorators: { className: [{
|
|
1285
1333
|
type: HostBinding,
|
|
1286
1334
|
args: ['class']
|
|
@@ -3561,11 +3609,11 @@ class EuimScrollerXComponent extends EuimBaseDirective {
|
|
|
3561
3609
|
return super.getCssClasses('euim-scroller-x');
|
|
3562
3610
|
}
|
|
3563
3611
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimScrollerXComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3564
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimScrollerXComponent, selector: "euim-scroller-x", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n\n", styles: [".euim-scroller-x{display:flex;flex-wrap:nowrap;overflow-x:auto}.euim-scroller-x>*{flex:0 0 auto}\n"], encapsulation: i0.ViewEncapsulation.None }); }
|
|
3612
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimScrollerXComponent, selector: "euim-scroller-x", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n\n", styles: [".euim-scroller-x{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-color:transparent transparent}.euim-scroller-x>*{flex:0 0 auto}\n"], encapsulation: i0.ViewEncapsulation.None }); }
|
|
3565
3613
|
}
|
|
3566
3614
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimScrollerXComponent, decorators: [{
|
|
3567
3615
|
type: Component,
|
|
3568
|
-
args: [{ selector: 'euim-scroller-x', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n\n", styles: [".euim-scroller-x{display:flex;flex-wrap:nowrap;overflow-x:auto}.euim-scroller-x>*{flex:0 0 auto}\n"] }]
|
|
3616
|
+
args: [{ selector: 'euim-scroller-x', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n\n", styles: [".euim-scroller-x{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-color:transparent transparent}.euim-scroller-x>*{flex:0 0 auto}\n"] }]
|
|
3569
3617
|
}], propDecorators: { cssClasses: [{
|
|
3570
3618
|
type: HostBinding,
|
|
3571
3619
|
args: ['class']
|
|
@@ -4333,6 +4381,7 @@ const MODULES = [
|
|
|
4333
4381
|
EuimListHeaderModule,
|
|
4334
4382
|
EuimSpinnerComponentModule,
|
|
4335
4383
|
EuimItemDividerModule,
|
|
4384
|
+
EuimDividerModule,
|
|
4336
4385
|
EuimSkeletonTextAvatarModule,
|
|
4337
4386
|
];
|
|
4338
4387
|
class EuimAllModule {
|
|
@@ -4373,6 +4422,7 @@ class EuimAllModule {
|
|
|
4373
4422
|
EuimListHeaderModule,
|
|
4374
4423
|
EuimSpinnerComponentModule,
|
|
4375
4424
|
EuimItemDividerModule,
|
|
4425
|
+
EuimDividerModule,
|
|
4376
4426
|
EuimSkeletonTextAvatarModule], exports: [
|
|
4377
4427
|
// Layout
|
|
4378
4428
|
EuimAppModule,
|
|
@@ -4409,6 +4459,7 @@ class EuimAllModule {
|
|
|
4409
4459
|
EuimListHeaderModule,
|
|
4410
4460
|
EuimSpinnerComponentModule,
|
|
4411
4461
|
EuimItemDividerModule,
|
|
4462
|
+
EuimDividerModule,
|
|
4412
4463
|
EuimSkeletonTextAvatarModule] }); }
|
|
4413
4464
|
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAllModule, imports: [MODULES,
|
|
4414
4465
|
// Layout
|
|
@@ -4446,6 +4497,7 @@ class EuimAllModule {
|
|
|
4446
4497
|
EuimListHeaderModule,
|
|
4447
4498
|
EuimSpinnerComponentModule,
|
|
4448
4499
|
EuimItemDividerModule,
|
|
4500
|
+
EuimDividerModule,
|
|
4449
4501
|
EuimSkeletonTextAvatarModule] }); }
|
|
4450
4502
|
}
|
|
4451
4503
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAllModule, decorators: [{
|
|
@@ -4466,5 +4518,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4466
4518
|
* Generated bundle index. Do not edit.
|
|
4467
4519
|
*/
|
|
4468
4520
|
|
|
4469
|
-
export { BaseStatesDirective, EuiMUserProfileActionComponent, EuiMUserProfileAvatarComponent, EuiMUserProfileInfosComponent, EuiMUserProfileInfosItemComponent, EuimAlertMessageComponent, EuimAlertMessageModule, EuimAllModule, EuimAppComponent, EuimAppModule, EuimAppService, EuimAppSidebarComponent, EuimAppSidebarFooterComponent, EuimAppSidebarHeaderComponent, EuimAppSidebarMenuComponent, EuimAppSidebarModule, EuimAvatarComponent, EuimAvatarIconComponent, EuimAvatarIconModule, EuimAvatarMainIconDirective, EuimAvatarModule, EuimAvatarSubIconDirective, EuimBadgeComponent, EuimBadgeModule, EuimChipSelectorComponent, EuimChipSelectorComponentModule, EuimChipSelectorItemDirective, EuimControlFeedbackComponent, EuimControlFeedbackModule, EuimDataSummaryColComponent, EuimDataSummaryColLabelDirective, EuimDataSummaryColValueDirective, EuimDataSummaryComponent, EuimDataSummaryModule, EuimEmptyListPlaceholderComponent, EuimEmptyListPlaceholderModule, EuimFieldSetComponent, EuimFieldsetActionsComponent, EuimFieldsetLegendComponent, EuimFieldsetModule, EuimHeaderDetailsComponent, EuimHeaderDetailsIconDirective, EuimHeaderDetailsMetaDirective, EuimHeaderDetailsModule, EuimHeaderDetailsTitleDirective, EuimInfoScreenComponent, EuimInfoScreenContentDirective, EuimInfoScreenModule, EuimInfoScreenSubTitleDirective, EuimInfoScreenTitleDirective, EuimItemDividerDirective, EuimItemDividerModule, EuimLabelComponent, EuimLabelModule, EuimLanguageListComponent, EuimLanguageSelectorComponent, EuimLanguageSelectorModule, EuimListHeaderDirective, EuimListHeaderModule, EuimMediaHeaderComponent, EuimMediaHeaderImageDirective, EuimMediaHeaderModule, EuimMediaHeaderSubTitleDirective, EuimMediaHeaderTitleDirective, EuimMenuComponent, EuimMenuModule, EuimMessageComponent, EuimMessageModule, EuimMessageTitleComponent, EuimMultiselectAllDirective, EuimMultiselectComponent, EuimMultiselectFilterComponent, EuimMultiselectInfoComponent, EuimMultiselectListComponent, EuimMultiselectModule, EuimMultiselectSelectFieldDirective, EuimMultiselectToolbarComponent, EuimNotificationItemComponent, EuimNotificationItemModule, EuimScrollerXComponent, EuimScrollerXComponentModule, EuimSidebarComponent, EuimSidebarContentComponent, EuimSidebarModule, EuimSkeletonListComponent, EuimSkeletonListItemComponent, EuimSkeletonListItemModule, EuimSkeletonListModule, EuimSkeletonTextAvatarDirective, EuimSkeletonTextAvatarModule, EuimSlideComponent, EuimSlideInfoScreenComponent, EuimSliderComponent, EuimSliderInfoScreenComponent, EuimSliderInfoScreenContentDirective, EuimSliderInfoScreenModule, EuimSliderInfoScreenSubTitleDirective, EuimSliderInfoScreenTitleDirective, EuimSliderModule, EuimSpinnerComponent, EuimSpinnerComponentModule, EuimSpinnerDescriptionComponent, EuimSpinnerMessageComponent, EuimStepperChangeEvent, EuimStepperComponent, EuimStepperComponentModule, EuimToolbarActionItemsComponent, EuimToolbarComponent, EuimToolbarComponentModule, EuimToolbarTitleComponent, EuimUserProfileComponent, EuimUserProfileModule };
|
|
4521
|
+
export { BaseStatesDirective, EuiMUserProfileActionComponent, EuiMUserProfileAvatarComponent, EuiMUserProfileInfosComponent, EuiMUserProfileInfosItemComponent, EuimAlertMessageComponent, EuimAlertMessageModule, EuimAllModule, EuimAppComponent, EuimAppModule, EuimAppService, EuimAppSidebarComponent, EuimAppSidebarFooterComponent, EuimAppSidebarHeaderComponent, EuimAppSidebarMenuComponent, EuimAppSidebarModule, EuimAvatarComponent, EuimAvatarIconComponent, EuimAvatarIconModule, EuimAvatarMainIconDirective, EuimAvatarModule, EuimAvatarSubIconDirective, EuimBadgeComponent, EuimBadgeModule, EuimChipSelectorComponent, EuimChipSelectorComponentModule, EuimChipSelectorItemDirective, EuimControlFeedbackComponent, EuimControlFeedbackModule, EuimDataSummaryColComponent, EuimDataSummaryColLabelDirective, EuimDataSummaryColValueDirective, EuimDataSummaryComponent, EuimDataSummaryModule, EuimDividerDirective, EuimDividerModule, EuimEmptyListPlaceholderComponent, EuimEmptyListPlaceholderModule, EuimFieldSetComponent, EuimFieldsetActionsComponent, EuimFieldsetLegendComponent, EuimFieldsetModule, EuimHeaderDetailsComponent, EuimHeaderDetailsIconDirective, EuimHeaderDetailsMetaDirective, EuimHeaderDetailsModule, EuimHeaderDetailsTitleDirective, EuimInfoScreenComponent, EuimInfoScreenContentDirective, EuimInfoScreenModule, EuimInfoScreenSubTitleDirective, EuimInfoScreenTitleDirective, EuimItemDividerDirective, EuimItemDividerModule, EuimLabelComponent, EuimLabelModule, EuimLanguageListComponent, EuimLanguageSelectorComponent, EuimLanguageSelectorModule, EuimListHeaderDirective, EuimListHeaderModule, EuimMediaHeaderComponent, EuimMediaHeaderImageDirective, EuimMediaHeaderModule, EuimMediaHeaderSubTitleDirective, EuimMediaHeaderTitleDirective, EuimMenuComponent, EuimMenuModule, EuimMessageComponent, EuimMessageModule, EuimMessageTitleComponent, EuimMultiselectAllDirective, EuimMultiselectComponent, EuimMultiselectFilterComponent, EuimMultiselectInfoComponent, EuimMultiselectListComponent, EuimMultiselectModule, EuimMultiselectSelectFieldDirective, EuimMultiselectToolbarComponent, EuimNotificationItemComponent, EuimNotificationItemModule, EuimScrollerXComponent, EuimScrollerXComponentModule, EuimSidebarComponent, EuimSidebarContentComponent, EuimSidebarModule, EuimSkeletonListComponent, EuimSkeletonListItemComponent, EuimSkeletonListItemModule, EuimSkeletonListModule, EuimSkeletonTextAvatarDirective, EuimSkeletonTextAvatarModule, EuimSlideComponent, EuimSlideInfoScreenComponent, EuimSliderComponent, EuimSliderInfoScreenComponent, EuimSliderInfoScreenContentDirective, EuimSliderInfoScreenModule, EuimSliderInfoScreenSubTitleDirective, EuimSliderInfoScreenTitleDirective, EuimSliderModule, EuimSpinnerComponent, EuimSpinnerComponentModule, EuimSpinnerDescriptionComponent, EuimSpinnerMessageComponent, EuimStepperChangeEvent, EuimStepperComponent, EuimStepperComponentModule, EuimToolbarActionItemsComponent, EuimToolbarComponent, EuimToolbarComponentModule, EuimToolbarTitleComponent, EuimUserProfileComponent, EuimUserProfileModule };
|
|
4470
4522
|
//# sourceMappingURL=eui-mobile-core.mjs.map
|