@eui/mobile-core 14.0.0-beta.2 → 14.0.0-beta.5
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 +14 -3
- 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 +17 -6
- 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 +18 -16
- 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 +258 -287
- package/fesm2015/eui-mobile-core.mjs.map +1 -1
- package/fesm2020/eui-mobile-core.mjs +253 -282
- 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 +5 -5
- 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>
|
|
@@ -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
|
<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
|
|
|
@@ -1356,6 +1356,8 @@
|
|
|
1356
1356
|
|
|
1357
1357
|
|
|
1358
1358
|
|
|
1359
|
+
|
|
1360
|
+
|
|
1359
1361
|
</div><div class="search-results">
|
|
1360
1362
|
<div class="has-results">
|
|
1361
1363
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1370,6 +1372,15 @@
|
|
|
1370
1372
|
</div>
|
|
1371
1373
|
</div>
|
|
1372
1374
|
|
|
1375
|
+
<label class="dark-mode-switch">
|
|
1376
|
+
<input type="checkbox">
|
|
1377
|
+
<span class="slider">
|
|
1378
|
+
<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">
|
|
1379
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1380
|
+
</svg>
|
|
1381
|
+
</span>
|
|
1382
|
+
</label>
|
|
1383
|
+
|
|
1373
1384
|
<script>
|
|
1374
1385
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1375
1386
|
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>
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
|
|
77
77
|
<section>
|
|
78
78
|
<h3>Metadata</h3>
|
|
79
|
-
<table class="table table-sm table-hover">
|
|
79
|
+
<table class="table table-sm table-hover metadata">
|
|
80
80
|
<tbody>
|
|
81
81
|
|
|
82
82
|
|
|
@@ -1325,6 +1325,8 @@
|
|
|
1325
1325
|
|
|
1326
1326
|
|
|
1327
1327
|
|
|
1328
|
+
|
|
1329
|
+
|
|
1328
1330
|
</div><div class="search-results">
|
|
1329
1331
|
<div class="has-results">
|
|
1330
1332
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1339,6 +1341,15 @@
|
|
|
1339
1341
|
</div>
|
|
1340
1342
|
</div>
|
|
1341
1343
|
|
|
1344
|
+
<label class="dark-mode-switch">
|
|
1345
|
+
<input type="checkbox">
|
|
1346
|
+
<span class="slider">
|
|
1347
|
+
<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">
|
|
1348
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1349
|
+
</svg>
|
|
1350
|
+
</span>
|
|
1351
|
+
</label>
|
|
1352
|
+
|
|
1342
1353
|
<script>
|
|
1343
1354
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1344
1355
|
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>
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
|
|
77
77
|
<section>
|
|
78
78
|
<h3>Metadata</h3>
|
|
79
|
-
<table class="table table-sm table-hover">
|
|
79
|
+
<table class="table table-sm table-hover metadata">
|
|
80
80
|
<tbody>
|
|
81
81
|
|
|
82
82
|
|
|
@@ -1502,6 +1502,8 @@
|
|
|
1502
1502
|
|
|
1503
1503
|
|
|
1504
1504
|
|
|
1505
|
+
|
|
1506
|
+
|
|
1505
1507
|
</div><div class="search-results">
|
|
1506
1508
|
<div class="has-results">
|
|
1507
1509
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1516,6 +1518,15 @@
|
|
|
1516
1518
|
</div>
|
|
1517
1519
|
</div>
|
|
1518
1520
|
|
|
1521
|
+
<label class="dark-mode-switch">
|
|
1522
|
+
<input type="checkbox">
|
|
1523
|
+
<span class="slider">
|
|
1524
|
+
<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">
|
|
1525
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1526
|
+
</svg>
|
|
1527
|
+
</span>
|
|
1528
|
+
</label>
|
|
1529
|
+
|
|
1519
1530
|
<script>
|
|
1520
1531
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1521
1532
|
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>
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
<script src="../js/libs/htmlparser.js"></script>
|
|
1198
1198
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
1199
1199
|
<script>
|
|
1200
|
-
var COMPONENT_TEMPLATE = '<div><ion-list > <ng-container *ngFor="let item of items; let i = index"> <ion-list-header *ngIf="item.subtitle"> {{item.subtitle}} </ion-list-header>
|
|
1200
|
+
var COMPONENT_TEMPLATE = '<div><ion-list > <ng-container *ngFor="let item of items; let i = index"> <ion-menu-toggle auto-hide="true"> <ion-list-header *ngIf="item.subtitle"> {{item.subtitle}} </ion-list-header> <ion-item *ngIf="item.label" button class="euim-menu__ion-item" [lines]="item.lines ? item.lines : \'none\'" (click)="onItemClick($event, (item.url), i, item)"> <ion-icon *ngIf="item.icon" [name]="item.icon" [color]="item.iconColor"></ion-icon> <ion-label>{{item.label}}</ion-label> </ion-item> </ion-menu-toggle> </ng-container></ion-list></div>'
|
|
1201
1201
|
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'}];
|
|
1202
1202
|
var DIRECTIVES = [{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'}];
|
|
1203
1203
|
var ACTUAL_COMPONENT = {'name': 'EuimMenuComponent'};
|
|
@@ -1218,6 +1218,8 @@
|
|
|
1218
1218
|
|
|
1219
1219
|
|
|
1220
1220
|
|
|
1221
|
+
|
|
1222
|
+
|
|
1221
1223
|
</div><div class="search-results">
|
|
1222
1224
|
<div class="has-results">
|
|
1223
1225
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1232,6 +1234,15 @@
|
|
|
1232
1234
|
</div>
|
|
1233
1235
|
</div>
|
|
1234
1236
|
|
|
1237
|
+
<label class="dark-mode-switch">
|
|
1238
|
+
<input type="checkbox">
|
|
1239
|
+
<span class="slider">
|
|
1240
|
+
<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">
|
|
1241
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1242
|
+
</svg>
|
|
1243
|
+
</span>
|
|
1244
|
+
</label>
|
|
1245
|
+
|
|
1235
1246
|
<script>
|
|
1236
1247
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1237
1248
|
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>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
<section>
|
|
77
77
|
<h3>Metadata</h3>
|
|
78
|
-
<table class="table table-sm table-hover">
|
|
78
|
+
<table class="table table-sm table-hover metadata">
|
|
79
79
|
<tbody>
|
|
80
80
|
|
|
81
81
|
<tr>
|
|
@@ -1482,6 +1482,8 @@
|
|
|
1482
1482
|
|
|
1483
1483
|
|
|
1484
1484
|
|
|
1485
|
+
|
|
1486
|
+
|
|
1485
1487
|
</div><div class="search-results">
|
|
1486
1488
|
<div class="has-results">
|
|
1487
1489
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1496,6 +1498,15 @@
|
|
|
1496
1498
|
</div>
|
|
1497
1499
|
</div>
|
|
1498
1500
|
|
|
1501
|
+
<label class="dark-mode-switch">
|
|
1502
|
+
<input type="checkbox">
|
|
1503
|
+
<span class="slider">
|
|
1504
|
+
<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">
|
|
1505
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1506
|
+
</svg>
|
|
1507
|
+
</span>
|
|
1508
|
+
</label>
|
|
1509
|
+
|
|
1499
1510
|
<script>
|
|
1500
1511
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1501
1512
|
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
|
|
|
@@ -1286,6 +1286,8 @@
|
|
|
1286
1286
|
|
|
1287
1287
|
|
|
1288
1288
|
|
|
1289
|
+
|
|
1290
|
+
|
|
1289
1291
|
</div><div class="search-results">
|
|
1290
1292
|
<div class="has-results">
|
|
1291
1293
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1300,6 +1302,15 @@
|
|
|
1300
1302
|
</div>
|
|
1301
1303
|
</div>
|
|
1302
1304
|
|
|
1305
|
+
<label class="dark-mode-switch">
|
|
1306
|
+
<input type="checkbox">
|
|
1307
|
+
<span class="slider">
|
|
1308
|
+
<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">
|
|
1309
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1310
|
+
</svg>
|
|
1311
|
+
</span>
|
|
1312
|
+
</label>
|
|
1313
|
+
|
|
1303
1314
|
<script>
|
|
1304
1315
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1305
1316
|
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
|
|
|
@@ -1080,6 +1080,8 @@
|
|
|
1080
1080
|
|
|
1081
1081
|
|
|
1082
1082
|
|
|
1083
|
+
|
|
1084
|
+
|
|
1083
1085
|
</div><div class="search-results">
|
|
1084
1086
|
<div class="has-results">
|
|
1085
1087
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1094,6 +1096,15 @@
|
|
|
1094
1096
|
</div>
|
|
1095
1097
|
</div>
|
|
1096
1098
|
|
|
1099
|
+
<label class="dark-mode-switch">
|
|
1100
|
+
<input type="checkbox">
|
|
1101
|
+
<span class="slider">
|
|
1102
|
+
<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">
|
|
1103
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1104
|
+
</svg>
|
|
1105
|
+
</span>
|
|
1106
|
+
</label>
|
|
1107
|
+
|
|
1097
1108
|
<script>
|
|
1098
1109
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1099
1110
|
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>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
<section>
|
|
77
77
|
<h3>Metadata</h3>
|
|
78
|
-
<table class="table table-sm table-hover">
|
|
78
|
+
<table class="table table-sm table-hover metadata">
|
|
79
79
|
<tbody>
|
|
80
80
|
|
|
81
81
|
|
|
@@ -1288,6 +1288,8 @@
|
|
|
1288
1288
|
|
|
1289
1289
|
|
|
1290
1290
|
|
|
1291
|
+
|
|
1292
|
+
|
|
1291
1293
|
</div><div class="search-results">
|
|
1292
1294
|
<div class="has-results">
|
|
1293
1295
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1302,6 +1304,15 @@
|
|
|
1302
1304
|
</div>
|
|
1303
1305
|
</div>
|
|
1304
1306
|
|
|
1307
|
+
<label class="dark-mode-switch">
|
|
1308
|
+
<input type="checkbox">
|
|
1309
|
+
<span class="slider">
|
|
1310
|
+
<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">
|
|
1311
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1312
|
+
</svg>
|
|
1313
|
+
</span>
|
|
1314
|
+
</label>
|
|
1315
|
+
|
|
1305
1316
|
<script>
|
|
1306
1317
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1307
1318
|
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
|
|
|
@@ -1080,6 +1080,8 @@
|
|
|
1080
1080
|
|
|
1081
1081
|
|
|
1082
1082
|
|
|
1083
|
+
|
|
1084
|
+
|
|
1083
1085
|
</div><div class="search-results">
|
|
1084
1086
|
<div class="has-results">
|
|
1085
1087
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -1094,6 +1096,15 @@
|
|
|
1094
1096
|
</div>
|
|
1095
1097
|
</div>
|
|
1096
1098
|
|
|
1099
|
+
<label class="dark-mode-switch">
|
|
1100
|
+
<input type="checkbox">
|
|
1101
|
+
<span class="slider">
|
|
1102
|
+
<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">
|
|
1103
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1104
|
+
</svg>
|
|
1105
|
+
</span>
|
|
1106
|
+
</label>
|
|
1107
|
+
|
|
1097
1108
|
<script>
|
|
1098
1109
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1099
1110
|
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';
|
package/docs/dependencies.html
CHANGED
|
@@ -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>
|
|
@@ -45,24 +45,25 @@
|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
|
|
48
|
+
|
|
48
49
|
<ol class="breadcrumb">
|
|
49
50
|
<li>Dependencies</li>
|
|
50
51
|
</ol>
|
|
51
52
|
<ul class="dependencies-list">
|
|
52
53
|
<li>
|
|
53
|
-
<b>@eui/deps-base</b> : 14.0.
|
|
54
|
+
<b>@eui/deps-base</b> : 14.0.2-snapshot-1656682869214</li>
|
|
54
55
|
<li>
|
|
55
|
-
<b>@eui/ecl-core</b> :
|
|
56
|
+
<b>@eui/ecl-core</b> : 14.0.2-snapshot-1655818413943</li>
|
|
56
57
|
<li>
|
|
57
|
-
<b>@eui/styles-base</b> :
|
|
58
|
+
<b>@eui/styles-base</b> : 14.0.1-snapshot-1655317603221</li>
|
|
58
59
|
<li>
|
|
59
60
|
<b>@ionic/angular-toolkit</b> : 6.1.0</li>
|
|
60
61
|
<li>
|
|
61
|
-
<b>@ionic/angular</b> : 6.1.
|
|
62
|
+
<b>@ionic/angular</b> : 6.1.10</li>
|
|
62
63
|
<li>
|
|
63
64
|
<b>@ionic/storage</b> : 3.0.6</li>
|
|
64
65
|
<li>
|
|
65
|
-
<b>@ionic/cli</b> : 6.19.
|
|
66
|
+
<b>@ionic/cli</b> : 6.19.1</li>
|
|
66
67
|
<li>
|
|
67
68
|
<b>@eui/tools</b> : ^5.0.0</li>
|
|
68
69
|
</ul>
|
|
@@ -72,6 +73,7 @@
|
|
|
72
73
|
|
|
73
74
|
|
|
74
75
|
|
|
76
|
+
|
|
75
77
|
</div><div class="search-results">
|
|
76
78
|
<div class="has-results">
|
|
77
79
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -86,6 +88,15 @@
|
|
|
86
88
|
</div>
|
|
87
89
|
</div>
|
|
88
90
|
|
|
91
|
+
<label class="dark-mode-switch">
|
|
92
|
+
<input type="checkbox">
|
|
93
|
+
<span class="slider">
|
|
94
|
+
<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">
|
|
95
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
96
|
+
</svg>
|
|
97
|
+
</span>
|
|
98
|
+
</label>
|
|
99
|
+
|
|
89
100
|
<script>
|
|
90
101
|
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
91
102
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'package-dependencies';
|