@eui/mobile-core 14.0.0-beta.2 → 14.0.0-beta.3
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/classes/EuimMenuItem.html +12 -1
- package/docs/classes/EuimStepperChangeEvent.html +12 -1
- package/docs/components/EuiMUserProfileActionComponent.html +13 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +13 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +13 -2
- package/docs/components/EuiMUserProfileInfosItemComponent.html +13 -2
- package/docs/components/EuimAppComponent.html +14 -3
- package/docs/components/EuimAppSidebarComponent.html +13 -2
- package/docs/components/EuimAppSidebarFooterComponent.html +13 -2
- package/docs/components/EuimAppSidebarHeaderComponent.html +13 -2
- package/docs/components/EuimAppSidebarMenuComponent.html +13 -2
- package/docs/components/EuimAvatarComponent.html +13 -2
- package/docs/components/EuimControlFeedbackComponent.html +13 -2
- package/docs/components/EuimEmptyListPlaceholderComponent.html +13 -2
- package/docs/components/EuimFieldSetComponent.html +13 -2
- package/docs/components/EuimFieldsetActionsComponent.html +13 -2
- package/docs/components/EuimFieldsetLegendComponent.html +13 -2
- package/docs/components/EuimLabelComponent.html +13 -2
- package/docs/components/EuimLanguageListComponent.html +13 -2
- package/docs/components/EuimLanguageSelectorComponent.html +13 -2
- package/docs/components/EuimMenuComponent.html +13 -2
- package/docs/components/EuimMessageComponent.html +13 -2
- package/docs/components/EuimMessageTitleComponent.html +13 -2
- package/docs/components/EuimStepperComponent.html +13 -2
- package/docs/components/EuimToolbarActionItemsComponent.html +13 -2
- package/docs/components/EuimToolbarComponent.html +13 -2
- package/docs/components/EuimToolbarTitleComponent.html +13 -2
- package/docs/components/EuimUserProfileComponent.html +13 -2
- package/docs/dependencies.html +15 -4
- package/docs/directives/EuimBaseDirective.html +14 -2
- package/docs/directives/EuimListHeaderDirective.html +14 -2
- package/docs/index.html +12 -1
- package/docs/injectables/EuimAppService.html +12 -1
- package/docs/interfaces/UIState.html +12 -1
- package/docs/js/menu-wc.js +50 -45
- package/docs/js/menu-wc_es5.js +4 -4
- package/docs/js/menu.js +62 -6
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +12 -1
- package/docs/miscellaneous/typealiases.html +12 -1
- package/docs/miscellaneous/variables.html +12 -1
- package/docs/modules/EuimAllModule.html +12 -1
- package/docs/modules/EuimAppModule.html +12 -1
- package/docs/modules/EuimAppSidebarModule.html +12 -1
- package/docs/modules/EuimAvatarModule.html +12 -1
- package/docs/modules/EuimControlFeedbackModule.html +12 -1
- package/docs/modules/EuimEmptyListPlaceholderModule.html +12 -1
- package/docs/modules/EuimFieldsetModule.html +12 -1
- package/docs/modules/EuimLabelModule.html +12 -1
- package/docs/modules/EuimLanguageSelectorModule.html +12 -1
- package/docs/modules/EuimListHeaderModule.html +12 -1
- package/docs/modules/EuimMenuModule.html +12 -1
- package/docs/modules/EuimMessageModule.html +12 -1
- package/docs/modules/EuimStepperComponentModule.html +12 -1
- package/docs/modules/EuimToolbarComponentModule.html +12 -1
- package/docs/modules/EuimUserProfileModule.html +12 -1
- package/docs/modules.html +27 -16
- package/docs/properties.html +124 -0
- package/docs/styles/compodoc.css +79 -1
- package/docs/styles/dark.css +37 -33
- package/docs/styles/laravel.css +33 -35
- package/docs/styles/material.css +15 -17
- package/docs/styles/original.css +2 -4
- package/docs/styles/postmark.css +12 -14
- package/docs/styles/readthedocs.css +6 -8
- package/docs/styles/reset.css +115 -34
- package/docs/styles/stripe.css +33 -35
- package/docs/styles/vagrant.css +26 -28
- package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +5 -5
- package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +5 -7
- package/esm2020/lib/components/atoms/euim-label/euim-label.component.mjs +5 -5
- package/esm2020/lib/components/atoms/euim-label/euim-label.module.mjs +5 -7
- package/esm2020/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +3 -3
- package/esm2020/lib/components/directives/euim-list-header/euim-list-header.module.mjs +5 -7
- package/esm2020/lib/components/euim-avatar/euim-avatar.component.mjs +5 -5
- package/esm2020/lib/components/euim-avatar/euim-avatar.module.mjs +5 -7
- package/esm2020/lib/components/euim-base.directive.mjs +3 -3
- package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +7 -7
- package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +6 -8
- package/esm2020/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +3 -3
- package/esm2020/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +3 -3
- package/esm2020/lib/components/euim-fieldset/euim-fieldset.component.mjs +5 -5
- package/esm2020/lib/components/euim-fieldset/euim-fieldset.module.mjs +5 -7
- package/esm2020/lib/components/euim-menu/euim-menu.component.mjs +6 -6
- package/esm2020/lib/components/euim-menu/euim-menu.module.mjs +6 -8
- package/esm2020/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +3 -3
- package/esm2020/lib/components/euim-message/euim-message.component.mjs +5 -5
- package/esm2020/lib/components/euim-message/euim-message.module.mjs +5 -7
- package/esm2020/lib/components/euim-stepper/euim-steper.module.mjs +6 -8
- package/esm2020/lib/components/euim-stepper/euim-stepper.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +6 -8
- package/esm2020/lib/components/layout/euim-app/euim-app.component.mjs +5 -7
- package/esm2020/lib/components/layout/euim-app/euim-app.module.mjs +7 -9
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -6
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +9 -11
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +8 -8
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +7 -9
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +5 -7
- package/esm2020/lib/euim-all.module.mjs +4 -6
- package/esm2020/lib/services/euim-app.service.mjs +3 -3
- package/fesm2015/eui-mobile-core.mjs +246 -277
- package/fesm2015/eui-mobile-core.mjs.map +1 -1
- package/fesm2020/eui-mobile-core.mjs +241 -272
- package/fesm2020/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
- package/lib/components/euim-avatar/euim-avatar.component.d.ts +1 -1
- package/lib/components/euim-base.directive.d.ts +1 -1
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -1
- package/lib/components/euim-menu/euim-menu.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts +1 -1
- package/lib/components/euim-stepper/euim-stepper.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -1
- package/package.json +4 -4
- package/eui-mobile-core.d.ts +0 -5
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >EuimMenuItem</li>
|
|
@@ -400,6 +401,7 @@
|
|
|
400
401
|
|
|
401
402
|
|
|
402
403
|
|
|
404
|
+
|
|
403
405
|
</div><div class="search-results">
|
|
404
406
|
<div class="has-results">
|
|
405
407
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -414,6 +416,15 @@
|
|
|
414
416
|
</div>
|
|
415
417
|
</div>
|
|
416
418
|
|
|
419
|
+
<label class="dark-mode-switch">
|
|
420
|
+
<input type="checkbox">
|
|
421
|
+
<span class="slider">
|
|
422
|
+
<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">
|
|
423
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
424
|
+
</svg>
|
|
425
|
+
</span>
|
|
426
|
+
</label>
|
|
427
|
+
|
|
417
428
|
<script>
|
|
418
429
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
419
430
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
|
|
45
46
|
<ol class="breadcrumb">
|
|
46
47
|
<li>Classes</li>
|
|
47
48
|
<li >EuimStepperChangeEvent</li>
|
|
@@ -187,6 +188,7 @@
|
|
|
187
188
|
|
|
188
189
|
|
|
189
190
|
|
|
191
|
+
|
|
190
192
|
</div><div class="search-results">
|
|
191
193
|
<div class="has-results">
|
|
192
194
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -201,6 +203,15 @@
|
|
|
201
203
|
</div>
|
|
202
204
|
</div>
|
|
203
205
|
|
|
206
|
+
<label class="dark-mode-switch">
|
|
207
|
+
<input type="checkbox">
|
|
208
|
+
<span class="slider">
|
|
209
|
+
<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">
|
|
210
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
211
|
+
</svg>
|
|
212
|
+
</span>
|
|
213
|
+
</label>
|
|
214
|
+
|
|
204
215
|
<script>
|
|
205
216
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
206
217
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
<tr>
|
|
@@ -1091,6 +1091,8 @@
|
|
|
1091
1091
|
|
|
1092
1092
|
|
|
1093
1093
|
|
|
1094
|
+
|
|
1095
|
+
|
|
1094
1096
|
</div><div class="search-results">
|
|
1095
1097
|
<div class="has-results">
|
|
1096
1098
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1105,6 +1107,15 @@
|
|
|
1105
1107
|
</div>
|
|
1106
1108
|
</div>
|
|
1107
1109
|
|
|
1110
|
+
<label class="dark-mode-switch">
|
|
1111
|
+
<input type="checkbox">
|
|
1112
|
+
<span class="slider">
|
|
1113
|
+
<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">
|
|
1114
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1115
|
+
</svg>
|
|
1116
|
+
</span>
|
|
1117
|
+
</label>
|
|
1118
|
+
|
|
1108
1119
|
<script>
|
|
1109
1120
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1110
1121
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
<tr>
|
|
@@ -1091,6 +1091,8 @@
|
|
|
1091
1091
|
|
|
1092
1092
|
|
|
1093
1093
|
|
|
1094
|
+
|
|
1095
|
+
|
|
1094
1096
|
</div><div class="search-results">
|
|
1095
1097
|
<div class="has-results">
|
|
1096
1098
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1105,6 +1107,15 @@
|
|
|
1105
1107
|
</div>
|
|
1106
1108
|
</div>
|
|
1107
1109
|
|
|
1110
|
+
<label class="dark-mode-switch">
|
|
1111
|
+
<input type="checkbox">
|
|
1112
|
+
<span class="slider">
|
|
1113
|
+
<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">
|
|
1114
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1115
|
+
</svg>
|
|
1116
|
+
</span>
|
|
1117
|
+
</label>
|
|
1118
|
+
|
|
1108
1119
|
<script>
|
|
1109
1120
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1110
1121
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
<tr>
|
|
@@ -1091,6 +1091,8 @@
|
|
|
1091
1091
|
|
|
1092
1092
|
|
|
1093
1093
|
|
|
1094
|
+
|
|
1095
|
+
|
|
1094
1096
|
</div><div class="search-results">
|
|
1095
1097
|
<div class="has-results">
|
|
1096
1098
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1105,6 +1107,15 @@
|
|
|
1105
1107
|
</div>
|
|
1106
1108
|
</div>
|
|
1107
1109
|
|
|
1110
|
+
<label class="dark-mode-switch">
|
|
1111
|
+
<input type="checkbox">
|
|
1112
|
+
<span class="slider">
|
|
1113
|
+
<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">
|
|
1114
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1115
|
+
</svg>
|
|
1116
|
+
</span>
|
|
1117
|
+
</label>
|
|
1118
|
+
|
|
1108
1119
|
<script>
|
|
1109
1120
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1110
1121
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
<tr>
|
|
@@ -1095,6 +1095,8 @@
|
|
|
1095
1095
|
|
|
1096
1096
|
|
|
1097
1097
|
|
|
1098
|
+
|
|
1099
|
+
|
|
1098
1100
|
</div><div class="search-results">
|
|
1099
1101
|
<div class="has-results">
|
|
1100
1102
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1109,6 +1111,15 @@
|
|
|
1109
1111
|
</div>
|
|
1110
1112
|
</div>
|
|
1111
1113
|
|
|
1114
|
+
<label class="dark-mode-switch">
|
|
1115
|
+
<input type="checkbox">
|
|
1116
|
+
<span class="slider">
|
|
1117
|
+
<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">
|
|
1118
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1119
|
+
</svg>
|
|
1120
|
+
</span>
|
|
1121
|
+
</label>
|
|
1122
|
+
|
|
1112
1123
|
<script>
|
|
1113
1124
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1114
1125
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
<script src="../js/libs/htmlparser.js"></script>
|
|
1080
1080
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
1081
1081
|
<script>
|
|
1082
|
-
var COMPONENT_TEMPLATE = '<div><ion-app> <ng-content></ng-content> <ion-router-outlet id="{{ionMenuId}}"></ion-router-outlet></ion-app
|
|
1082
|
+
var COMPONENT_TEMPLATE = '<div><ion-app> <ng-content></ng-content> <ion-router-outlet id="{{ionMenuId}}"></ion-router-outlet></ion-app><!-- <euim-language-list></euim-language-list> --></div>'
|
|
1083
1083
|
var COMPONENTS = [{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAppSidebarComponent', 'selector': 'euim-app-sidebar'},{'name': 'EuimAppSidebarFooterComponent', 'selector': 'euim-app-sidebar-footer'},{'name': 'EuimAppSidebarHeaderComponent', 'selector': 'euim-app-sidebar-header'},{'name': 'EuimAppSidebarMenuComponent', 'selector': 'euim-app-sidebar-menu'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimControlFeedbackComponent', 'selector': 'euim-control-feedback'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimFieldsetActionsComponent', 'selector': 'euim-fieldset-actions'},{'name': 'EuimFieldSetComponent', 'selector': 'euim-fieldset'},{'name': 'EuimFieldsetLegendComponent', 'selector': 'euim-fieldset-legend'},{'name': 'EuimLabelComponent', 'selector': '[euimLabel]'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMenuComponent', 'selector': 'euim-menu'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimStepperComponent', 'selector': 'euim-stepper'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
1084
1084
|
var DIRECTIVES = [{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'}];
|
|
1085
1085
|
var ACTUAL_COMPONENT = {'name': 'EuimAppComponent'};
|
|
@@ -1100,6 +1100,8 @@
|
|
|
1100
1100
|
|
|
1101
1101
|
|
|
1102
1102
|
|
|
1103
|
+
|
|
1104
|
+
|
|
1103
1105
|
</div><div class="search-results">
|
|
1104
1106
|
<div class="has-results">
|
|
1105
1107
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1114,6 +1116,15 @@
|
|
|
1114
1116
|
</div>
|
|
1115
1117
|
</div>
|
|
1116
1118
|
|
|
1119
|
+
<label class="dark-mode-switch">
|
|
1120
|
+
<input type="checkbox">
|
|
1121
|
+
<span class="slider">
|
|
1122
|
+
<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">
|
|
1123
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1124
|
+
</svg>
|
|
1125
|
+
</span>
|
|
1126
|
+
</label>
|
|
1127
|
+
|
|
1117
1128
|
<script>
|
|
1118
1129
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1119
1130
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
|
|
@@ -1050,6 +1050,8 @@
|
|
|
1050
1050
|
|
|
1051
1051
|
|
|
1052
1052
|
|
|
1053
|
+
|
|
1054
|
+
|
|
1053
1055
|
</div><div class="search-results">
|
|
1054
1056
|
<div class="has-results">
|
|
1055
1057
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1064,6 +1066,15 @@
|
|
|
1064
1066
|
</div>
|
|
1065
1067
|
</div>
|
|
1066
1068
|
|
|
1069
|
+
<label class="dark-mode-switch">
|
|
1070
|
+
<input type="checkbox">
|
|
1071
|
+
<span class="slider">
|
|
1072
|
+
<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">
|
|
1073
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1074
|
+
</svg>
|
|
1075
|
+
</span>
|
|
1076
|
+
</label>
|
|
1077
|
+
|
|
1067
1078
|
<script>
|
|
1068
1079
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1069
1080
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
<tr>
|
|
@@ -284,6 +284,8 @@
|
|
|
284
284
|
|
|
285
285
|
|
|
286
286
|
|
|
287
|
+
|
|
288
|
+
|
|
287
289
|
</div><div class="search-results">
|
|
288
290
|
<div class="has-results">
|
|
289
291
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -298,6 +300,15 @@
|
|
|
298
300
|
</div>
|
|
299
301
|
</div>
|
|
300
302
|
|
|
303
|
+
<label class="dark-mode-switch">
|
|
304
|
+
<input type="checkbox">
|
|
305
|
+
<span class="slider">
|
|
306
|
+
<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">
|
|
307
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
308
|
+
</svg>
|
|
309
|
+
</span>
|
|
310
|
+
</label>
|
|
311
|
+
|
|
301
312
|
<script>
|
|
302
313
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
303
314
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
|
|
64
64
|
<section>
|
|
65
65
|
<h3>Metadata</h3>
|
|
66
|
-
<table class="table table-sm table-hover">
|
|
66
|
+
<table class="table table-sm table-hover metadata">
|
|
67
67
|
<tbody>
|
|
68
68
|
|
|
69
69
|
<tr>
|
|
@@ -151,6 +151,8 @@
|
|
|
151
151
|
|
|
152
152
|
|
|
153
153
|
|
|
154
|
+
|
|
155
|
+
|
|
154
156
|
</div><div class="search-results">
|
|
155
157
|
<div class="has-results">
|
|
156
158
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -165,6 +167,15 @@
|
|
|
165
167
|
</div>
|
|
166
168
|
</div>
|
|
167
169
|
|
|
170
|
+
<label class="dark-mode-switch">
|
|
171
|
+
<input type="checkbox">
|
|
172
|
+
<span class="slider">
|
|
173
|
+
<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">
|
|
174
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
175
|
+
</svg>
|
|
176
|
+
</span>
|
|
177
|
+
</label>
|
|
178
|
+
|
|
168
179
|
<script>
|
|
169
180
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
170
181
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
|
|
64
64
|
<section>
|
|
65
65
|
<h3>Metadata</h3>
|
|
66
|
-
<table class="table table-sm table-hover">
|
|
66
|
+
<table class="table table-sm table-hover metadata">
|
|
67
67
|
<tbody>
|
|
68
68
|
|
|
69
69
|
<tr>
|
|
@@ -323,6 +323,8 @@
|
|
|
323
323
|
|
|
324
324
|
|
|
325
325
|
|
|
326
|
+
|
|
327
|
+
|
|
326
328
|
</div><div class="search-results">
|
|
327
329
|
<div class="has-results">
|
|
328
330
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -337,6 +339,15 @@
|
|
|
337
339
|
</div>
|
|
338
340
|
</div>
|
|
339
341
|
|
|
342
|
+
<label class="dark-mode-switch">
|
|
343
|
+
<input type="checkbox">
|
|
344
|
+
<span class="slider">
|
|
345
|
+
<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">
|
|
346
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
347
|
+
</svg>
|
|
348
|
+
</span>
|
|
349
|
+
</label>
|
|
350
|
+
|
|
340
351
|
<script>
|
|
341
352
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
342
353
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
|
|
@@ -1152,6 +1152,8 @@
|
|
|
1152
1152
|
|
|
1153
1153
|
|
|
1154
1154
|
|
|
1155
|
+
|
|
1156
|
+
|
|
1155
1157
|
</div><div class="search-results">
|
|
1156
1158
|
<div class="has-results">
|
|
1157
1159
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1166,6 +1168,15 @@
|
|
|
1166
1168
|
</div>
|
|
1167
1169
|
</div>
|
|
1168
1170
|
|
|
1171
|
+
<label class="dark-mode-switch">
|
|
1172
|
+
<input type="checkbox">
|
|
1173
|
+
<span class="slider">
|
|
1174
|
+
<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">
|
|
1175
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1176
|
+
</svg>
|
|
1177
|
+
</span>
|
|
1178
|
+
</label>
|
|
1179
|
+
|
|
1169
1180
|
<script>
|
|
1170
1181
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1171
1182
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
|
|
@@ -1452,6 +1452,8 @@
|
|
|
1452
1452
|
|
|
1453
1453
|
|
|
1454
1454
|
|
|
1455
|
+
|
|
1456
|
+
|
|
1455
1457
|
</div><div class="search-results">
|
|
1456
1458
|
<div class="has-results">
|
|
1457
1459
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1466,6 +1468,15 @@
|
|
|
1466
1468
|
</div>
|
|
1467
1469
|
</div>
|
|
1468
1470
|
|
|
1471
|
+
<label class="dark-mode-switch">
|
|
1472
|
+
<input type="checkbox">
|
|
1473
|
+
<span class="slider">
|
|
1474
|
+
<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">
|
|
1475
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1476
|
+
</svg>
|
|
1477
|
+
</span>
|
|
1478
|
+
</label>
|
|
1479
|
+
|
|
1469
1480
|
<script>
|
|
1470
1481
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1471
1482
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
|
|
@@ -1137,6 +1137,8 @@
|
|
|
1137
1137
|
|
|
1138
1138
|
|
|
1139
1139
|
|
|
1140
|
+
|
|
1141
|
+
|
|
1140
1142
|
</div><div class="search-results">
|
|
1141
1143
|
<div class="has-results">
|
|
1142
1144
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1151,6 +1153,15 @@
|
|
|
1151
1153
|
</div>
|
|
1152
1154
|
</div>
|
|
1153
1155
|
|
|
1156
|
+
<label class="dark-mode-switch">
|
|
1157
|
+
<input type="checkbox">
|
|
1158
|
+
<span class="slider">
|
|
1159
|
+
<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">
|
|
1160
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1161
|
+
</svg>
|
|
1162
|
+
</span>
|
|
1163
|
+
</label>
|
|
1164
|
+
|
|
1154
1165
|
<script>
|
|
1155
1166
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1156
1167
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
11
|
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
<section>
|
|
71
71
|
<h3>Metadata</h3>
|
|
72
|
-
<table class="table table-sm table-hover">
|
|
72
|
+
<table class="table table-sm table-hover metadata">
|
|
73
73
|
<tbody>
|
|
74
74
|
|
|
75
75
|
<tr>
|
|
@@ -1099,6 +1099,8 @@
|
|
|
1099
1099
|
|
|
1100
1100
|
|
|
1101
1101
|
|
|
1102
|
+
|
|
1103
|
+
|
|
1102
1104
|
</div><div class="search-results">
|
|
1103
1105
|
<div class="has-results">
|
|
1104
1106
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1113,6 +1115,15 @@
|
|
|
1113
1115
|
</div>
|
|
1114
1116
|
</div>
|
|
1115
1117
|
|
|
1118
|
+
<label class="dark-mode-switch">
|
|
1119
|
+
<input type="checkbox">
|
|
1120
|
+
<span class="slider">
|
|
1121
|
+
<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">
|
|
1122
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1123
|
+
</svg>
|
|
1124
|
+
</span>
|
|
1125
|
+
</label>
|
|
1126
|
+
|
|
1116
1127
|
<script>
|
|
1117
1128
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1118
1129
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|