@eui/components 18.0.0-rc.27 → 18.0.0-rc.29
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/EuiChipComponent.html +1 -1
- package/docs/components/EuiIconStateComponent.html +1 -1
- package/docs/components/EuiMenuItemComponent.html +1 -0
- package/docs/components/EuiNotificationItemComponent.html +3 -3
- package/docs/components/EuiNotificationItemV2Component.html +1 -1
- package/docs/components/EuiNotificationsComponent.html +24 -92
- package/docs/components/EuiPaginatorComponent.html +1 -1
- package/docs/components/EuiTabComponent.html +0 -24
- package/docs/components/EuiTabLabelComponent.html +4 -11
- package/docs/components/EuiTabsComponent.html +1 -1
- package/docs/components/EuiTimelineComponent.html +55 -5
- package/docs/components/EuiTimelineItemComponent.html +0 -10
- package/docs/dependencies.html +1 -1
- package/docs/index.html +1 -1
- package/docs/interfaces/NotificationMetadata.html +546 -0
- package/docs/js/menu-wc.js +3 -0
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +3 -3
- package/esm2022/eui-alert/eui-alert.component.mjs +2 -2
- package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +3 -3
- package/esm2022/eui-avatar/eui-avatar.component.mjs +2 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +2 -2
- package/esm2022/eui-button/eui-button.component.mjs +2 -2
- package/esm2022/eui-button-v2/eui-button-v2.component.mjs +2 -2
- package/esm2022/eui-card/eui-card.component.mjs +2 -2
- package/esm2022/eui-chip/eui-chip.component.mjs +3 -3
- package/esm2022/eui-date-range-selector/eui-date-range-selector.component.mjs +2 -2
- package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +2 -2
- package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +2 -2
- package/esm2022/eui-growl/eui-growl.component.mjs +2 -2
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +2 -2
- package/esm2022/eui-icon-button/eui-icon-button.component.mjs +2 -2
- package/esm2022/eui-icon-state/eui-icon-state.component.mjs +3 -3
- package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +2 -2
- package/esm2022/eui-input-radio/eui-input-radio.component.mjs +2 -2
- package/esm2022/eui-label/eui-label.component.mjs +2 -2
- package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +2 -2
- package/esm2022/eui-list/eui-list.component.mjs +2 -2
- package/esm2022/eui-menu/eui-menu-item.component.mjs +16 -2
- package/esm2022/eui-menu/eui-menu.component.mjs +2 -2
- package/esm2022/eui-menu/models/eui-menu-item.model.mjs +2 -2
- package/esm2022/eui-overlay/eui-overlay.component.mjs +2 -2
- package/esm2022/eui-page/eui-page.component.mjs +2 -2
- package/esm2022/eui-paginator/eui-paginator.component.mjs +3 -3
- package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +2 -2
- package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +2 -2
- package/esm2022/eui-slide-toggle/eui-slide-toggle.component.mjs +3 -3
- package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +3 -7
- package/esm2022/eui-tabs/eui-tab-label/eui-tab-label.component.mjs +3 -22
- package/esm2022/eui-tabs/eui-tabs.component.mjs +3 -3
- package/esm2022/eui-textarea/eui-textarea.component.mjs +2 -2
- package/esm2022/eui-timebar/eui-timebar.component.mjs +2 -2
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +3 -5
- package/esm2022/eui-timeline/eui-timeline.component.mjs +31 -13
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +2 -2
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +2 -2
- package/esm2022/eui-wizard/eui-wizard.component.mjs +2 -2
- package/esm2022/externals/eui-editor/eui-editor.component.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +2 -2
- package/esm2022/layout/eui-header/header-environment/header-environment.component.mjs +2 -2
- package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +1 -1
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +1 -25
- package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +1 -1
- package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +2 -2
- package/esm2022/layout/eui-toolbar/toolbar.component.mjs +3 -3
- package/eui-menu/eui-menu-item.component.d.ts +5 -4
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab/eui-tab.component.d.ts +1 -3
- package/eui-tabs/eui-tab/eui-tab.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab-label/eui-tab-label.component.d.ts +1 -1
- package/eui-tabs/eui-tab-label/eui-tab-label.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline.component.d.ts +9 -1
- package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +2 -2
- package/fesm2022/eui-components-directives.mjs.map +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +2 -2
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +2 -2
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-avatar.mjs +2 -2
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +2 -2
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button-v2.mjs +2 -2
- package/fesm2022/eui-components-eui-button-v2.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button.mjs +2 -2
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +2 -2
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip.mjs +2 -2
- package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +2 -2
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-discussion-thread.mjs +2 -2
- package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
- package/fesm2022/eui-components-eui-feedback-message.mjs +2 -2
- package/fesm2022/eui-components-eui-feedback-message.mjs.map +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +2 -2
- package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon-button.mjs +2 -2
- package/fesm2022/eui-components-eui-icon-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon-state.mjs +2 -2
- package/fesm2022/eui-components-eui-icon-state.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +2 -2
- package/fesm2022/eui-components-eui-icon.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-checkbox.mjs +2 -2
- package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-radio.mjs +2 -2
- package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
- package/fesm2022/eui-components-eui-label.mjs +2 -2
- package/fesm2022/eui-components-eui-label.mjs.map +1 -1
- package/fesm2022/eui-components-eui-list.mjs +4 -4
- package/fesm2022/eui-components-eui-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +16 -3
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs +2 -2
- package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
- package/fesm2022/eui-components-eui-page.mjs +2 -2
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +2 -2
- package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-bar.mjs +2 -2
- package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-circle.mjs +2 -2
- package/fesm2022/eui-components-eui-progress-circle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-slide-toggle.mjs +2 -2
- package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +6 -29
- package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
- package/fesm2022/eui-components-eui-textarea.mjs +2 -2
- package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timebar.mjs +2 -2
- package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +32 -16
- package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +2 -2
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +4 -4
- package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +2 -2
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +7 -31
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notification-item.component.d.ts +12 -3
- package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notifications.component.d.ts +16 -14
- package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +2 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts +1 -1
- package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts.map +1 -1
- package/package.json +3 -3
@@ -0,0 +1,546 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<html class="no-js" lang="">
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
6
|
+
<title>csdr documentation</title>
|
7
|
+
<meta name="description" content="">
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9
|
+
|
10
|
+
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
11
|
+
<link rel="stylesheet" href="../styles/style.css">
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
13
|
+
<link rel="stylesheet" href="../styles/material.css">
|
14
|
+
</head>
|
15
|
+
<body>
|
16
|
+
<script>
|
17
|
+
// Blocking script to avaoid flickering dark mode
|
18
|
+
// Dark mode toggle button
|
19
|
+
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
20
|
+
var darkModeState = useDark.matches;
|
21
|
+
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
22
|
+
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
23
|
+
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
24
|
+
|
25
|
+
function checkToggle(check) {
|
26
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
27
|
+
$darkModeToggleSwitchers[i].checked = check;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
function toggleDarkMode(state) {
|
32
|
+
if (window.localStorage) {
|
33
|
+
localStorage.setItem('compodoc_darkmode-state', state);
|
34
|
+
}
|
35
|
+
|
36
|
+
checkToggle(state);
|
37
|
+
|
38
|
+
const hasClass = document.body.classList.contains('dark');
|
39
|
+
|
40
|
+
if (state) {
|
41
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
42
|
+
$darkModeToggles[i].classList.add('dark');
|
43
|
+
}
|
44
|
+
if (!hasClass) {
|
45
|
+
document.body.classList.add('dark');
|
46
|
+
}
|
47
|
+
} else {
|
48
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
49
|
+
$darkModeToggles[i].classList.remove('dark');
|
50
|
+
}
|
51
|
+
if (hasClass) {
|
52
|
+
document.body.classList.remove('dark');
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
|
57
|
+
useDark.addEventListener('change', function (evt) {
|
58
|
+
toggleDarkMode(evt.matches);
|
59
|
+
});
|
60
|
+
if (darkModeStateLocal) {
|
61
|
+
darkModeState = darkModeStateLocal === 'true';
|
62
|
+
}
|
63
|
+
toggleDarkMode(darkModeState);
|
64
|
+
</script>
|
65
|
+
|
66
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
67
|
+
<a href="../" class="navbar-brand">csdr documentation</a>
|
68
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
69
|
+
</div>
|
70
|
+
|
71
|
+
<div class="xs-menu menu" id="mobile-menu">
|
72
|
+
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
73
|
+
</div>
|
74
|
+
|
75
|
+
<div class="container-fluid main">
|
76
|
+
<div class="row main">
|
77
|
+
<div class="hidden-xs menu">
|
78
|
+
<compodoc-menu mode="normal"></compodoc-menu>
|
79
|
+
</div>
|
80
|
+
<!-- START CONTENT -->
|
81
|
+
<div class="content interface">
|
82
|
+
<div class="content-data">
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
<ol class="breadcrumb">
|
97
|
+
<li class="breadcrumb-item">Interfaces</li>
|
98
|
+
<li class="breadcrumb-item"
|
99
|
+
>
|
100
|
+
NotificationMetadata</li>
|
101
|
+
</ol>
|
102
|
+
|
103
|
+
<ul class="nav nav-tabs" role="tablist">
|
104
|
+
<li class="nav-item">
|
105
|
+
<a href="#info"
|
106
|
+
class="nav-link"
|
107
|
+
class="nav-link active"
|
108
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
109
|
+
</li>
|
110
|
+
</ul>
|
111
|
+
|
112
|
+
<div class="tab-content">
|
113
|
+
<div class="tab-pane fade active in" id="info">
|
114
|
+
<p class="comment">
|
115
|
+
<h3>File</h3>
|
116
|
+
</p>
|
117
|
+
<p class="comment">
|
118
|
+
<code>packages/eui/packages/components/layout/eui-notifications/eui-notification-item.component.ts</code>
|
119
|
+
</p>
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
<section data-compodoc="block-index">
|
125
|
+
<h3 id="index">Index</h3>
|
126
|
+
<table class="table table-sm table-bordered index-table">
|
127
|
+
<tbody>
|
128
|
+
<tr>
|
129
|
+
<td class="col-md-4">
|
130
|
+
<h6><b>Properties</b></h6>
|
131
|
+
</td>
|
132
|
+
</tr>
|
133
|
+
<tr>
|
134
|
+
<td class="col-md-4">
|
135
|
+
<ul class="index-list">
|
136
|
+
<li>
|
137
|
+
<span class="modifier">Optional</span>
|
138
|
+
<a href="#date"
|
139
|
+
>
|
140
|
+
date
|
141
|
+
</a>
|
142
|
+
</li>
|
143
|
+
<li>
|
144
|
+
<span class="modifier">Optional</span>
|
145
|
+
<a href="#important"
|
146
|
+
>
|
147
|
+
important
|
148
|
+
</a>
|
149
|
+
</li>
|
150
|
+
<li>
|
151
|
+
<span class="modifier">Optional</span>
|
152
|
+
<a href="#new"
|
153
|
+
>
|
154
|
+
new
|
155
|
+
</a>
|
156
|
+
</li>
|
157
|
+
<li>
|
158
|
+
<span class="modifier">Optional</span>
|
159
|
+
<a href="#read"
|
160
|
+
>
|
161
|
+
read
|
162
|
+
</a>
|
163
|
+
</li>
|
164
|
+
<li>
|
165
|
+
<span class="modifier">Optional</span>
|
166
|
+
<a href="#url"
|
167
|
+
>
|
168
|
+
url
|
169
|
+
</a>
|
170
|
+
</li>
|
171
|
+
<li>
|
172
|
+
<span class="modifier">Optional</span>
|
173
|
+
<a href="#urlExternal"
|
174
|
+
>
|
175
|
+
urlExternal
|
176
|
+
</a>
|
177
|
+
</li>
|
178
|
+
<li>
|
179
|
+
<span class="modifier">Optional</span>
|
180
|
+
<a href="#urlExternalTarget"
|
181
|
+
>
|
182
|
+
urlExternalTarget
|
183
|
+
</a>
|
184
|
+
</li>
|
185
|
+
</ul>
|
186
|
+
</td>
|
187
|
+
</tr>
|
188
|
+
</tbody>
|
189
|
+
</table>
|
190
|
+
</section>
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
<section data-compodoc="block-properties">
|
195
|
+
<h3 id="inputs">Properties</h3>
|
196
|
+
<table class="table table-sm table-bordered">
|
197
|
+
<tbody>
|
198
|
+
<tr>
|
199
|
+
<td class="col-md-4">
|
200
|
+
<a name="date"></a>
|
201
|
+
<span class="name "><b>date</b>
|
202
|
+
<a href="#date">
|
203
|
+
<span class="icon ion-ios-link"></span>
|
204
|
+
</a>
|
205
|
+
</span>
|
206
|
+
</td>
|
207
|
+
</tr>
|
208
|
+
<tr>
|
209
|
+
<td class="col-md-4">
|
210
|
+
<code>date: <code>Date | string | number</code>
|
211
|
+
</code>
|
212
|
+
</td>
|
213
|
+
</tr>
|
214
|
+
|
215
|
+
|
216
|
+
<tr>
|
217
|
+
<td class="col-md-4">
|
218
|
+
<i>Type : </i> <code>Date | string | number</code>
|
219
|
+
|
220
|
+
</td>
|
221
|
+
</tr>
|
222
|
+
|
223
|
+
<tr>
|
224
|
+
<td class="col-md-4">
|
225
|
+
<i>Optional</i>
|
226
|
+
</td>
|
227
|
+
</tr>
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
</tbody>
|
233
|
+
</table>
|
234
|
+
<table class="table table-sm table-bordered">
|
235
|
+
<tbody>
|
236
|
+
<tr>
|
237
|
+
<td class="col-md-4">
|
238
|
+
<a name="important"></a>
|
239
|
+
<span class="name "><b>important</b>
|
240
|
+
<a href="#important">
|
241
|
+
<span class="icon ion-ios-link"></span>
|
242
|
+
</a>
|
243
|
+
</span>
|
244
|
+
</td>
|
245
|
+
</tr>
|
246
|
+
<tr>
|
247
|
+
<td class="col-md-4">
|
248
|
+
<code>important: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
249
|
+
</code>
|
250
|
+
</td>
|
251
|
+
</tr>
|
252
|
+
|
253
|
+
|
254
|
+
<tr>
|
255
|
+
<td class="col-md-4">
|
256
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
257
|
+
|
258
|
+
</td>
|
259
|
+
</tr>
|
260
|
+
|
261
|
+
<tr>
|
262
|
+
<td class="col-md-4">
|
263
|
+
<i>Optional</i>
|
264
|
+
</td>
|
265
|
+
</tr>
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
</tbody>
|
271
|
+
</table>
|
272
|
+
<table class="table table-sm table-bordered">
|
273
|
+
<tbody>
|
274
|
+
<tr>
|
275
|
+
<td class="col-md-4">
|
276
|
+
<a name="new"></a>
|
277
|
+
<span class="name "><b>new</b>
|
278
|
+
<a href="#new">
|
279
|
+
<span class="icon ion-ios-link"></span>
|
280
|
+
</a>
|
281
|
+
</span>
|
282
|
+
</td>
|
283
|
+
</tr>
|
284
|
+
<tr>
|
285
|
+
<td class="col-md-4">
|
286
|
+
<code>new: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
287
|
+
</code>
|
288
|
+
</td>
|
289
|
+
</tr>
|
290
|
+
|
291
|
+
|
292
|
+
<tr>
|
293
|
+
<td class="col-md-4">
|
294
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
295
|
+
|
296
|
+
</td>
|
297
|
+
</tr>
|
298
|
+
|
299
|
+
<tr>
|
300
|
+
<td class="col-md-4">
|
301
|
+
<i>Optional</i>
|
302
|
+
</td>
|
303
|
+
</tr>
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
|
308
|
+
</tbody>
|
309
|
+
</table>
|
310
|
+
<table class="table table-sm table-bordered">
|
311
|
+
<tbody>
|
312
|
+
<tr>
|
313
|
+
<td class="col-md-4">
|
314
|
+
<a name="read"></a>
|
315
|
+
<span class="name "><b>read</b>
|
316
|
+
<a href="#read">
|
317
|
+
<span class="icon ion-ios-link"></span>
|
318
|
+
</a>
|
319
|
+
</span>
|
320
|
+
</td>
|
321
|
+
</tr>
|
322
|
+
<tr>
|
323
|
+
<td class="col-md-4">
|
324
|
+
<code>read: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
325
|
+
</code>
|
326
|
+
</td>
|
327
|
+
</tr>
|
328
|
+
|
329
|
+
|
330
|
+
<tr>
|
331
|
+
<td class="col-md-4">
|
332
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
333
|
+
|
334
|
+
</td>
|
335
|
+
</tr>
|
336
|
+
|
337
|
+
<tr>
|
338
|
+
<td class="col-md-4">
|
339
|
+
<i>Optional</i>
|
340
|
+
</td>
|
341
|
+
</tr>
|
342
|
+
|
343
|
+
|
344
|
+
|
345
|
+
|
346
|
+
</tbody>
|
347
|
+
</table>
|
348
|
+
<table class="table table-sm table-bordered">
|
349
|
+
<tbody>
|
350
|
+
<tr>
|
351
|
+
<td class="col-md-4">
|
352
|
+
<a name="url"></a>
|
353
|
+
<span class="name "><b>url</b>
|
354
|
+
<a href="#url">
|
355
|
+
<span class="icon ion-ios-link"></span>
|
356
|
+
</a>
|
357
|
+
</span>
|
358
|
+
</td>
|
359
|
+
</tr>
|
360
|
+
<tr>
|
361
|
+
<td class="col-md-4">
|
362
|
+
<code>url: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
363
|
+
</code>
|
364
|
+
</td>
|
365
|
+
</tr>
|
366
|
+
|
367
|
+
|
368
|
+
<tr>
|
369
|
+
<td class="col-md-4">
|
370
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
371
|
+
|
372
|
+
</td>
|
373
|
+
</tr>
|
374
|
+
|
375
|
+
<tr>
|
376
|
+
<td class="col-md-4">
|
377
|
+
<i>Optional</i>
|
378
|
+
</td>
|
379
|
+
</tr>
|
380
|
+
|
381
|
+
|
382
|
+
|
383
|
+
|
384
|
+
</tbody>
|
385
|
+
</table>
|
386
|
+
<table class="table table-sm table-bordered">
|
387
|
+
<tbody>
|
388
|
+
<tr>
|
389
|
+
<td class="col-md-4">
|
390
|
+
<a name="urlExternal"></a>
|
391
|
+
<span class="name "><b>urlExternal</b>
|
392
|
+
<a href="#urlExternal">
|
393
|
+
<span class="icon ion-ios-link"></span>
|
394
|
+
</a>
|
395
|
+
</span>
|
396
|
+
</td>
|
397
|
+
</tr>
|
398
|
+
<tr>
|
399
|
+
<td class="col-md-4">
|
400
|
+
<code>urlExternal: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
401
|
+
</code>
|
402
|
+
</td>
|
403
|
+
</tr>
|
404
|
+
|
405
|
+
|
406
|
+
<tr>
|
407
|
+
<td class="col-md-4">
|
408
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
409
|
+
|
410
|
+
</td>
|
411
|
+
</tr>
|
412
|
+
|
413
|
+
<tr>
|
414
|
+
<td class="col-md-4">
|
415
|
+
<i>Optional</i>
|
416
|
+
</td>
|
417
|
+
</tr>
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
</tbody>
|
423
|
+
</table>
|
424
|
+
<table class="table table-sm table-bordered">
|
425
|
+
<tbody>
|
426
|
+
<tr>
|
427
|
+
<td class="col-md-4">
|
428
|
+
<a name="urlExternalTarget"></a>
|
429
|
+
<span class="name "><b>urlExternalTarget</b>
|
430
|
+
<a href="#urlExternalTarget">
|
431
|
+
<span class="icon ion-ios-link"></span>
|
432
|
+
</a>
|
433
|
+
</span>
|
434
|
+
</td>
|
435
|
+
</tr>
|
436
|
+
<tr>
|
437
|
+
<td class="col-md-4">
|
438
|
+
<code>urlExternalTarget: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
439
|
+
</code>
|
440
|
+
</td>
|
441
|
+
</tr>
|
442
|
+
|
443
|
+
|
444
|
+
<tr>
|
445
|
+
<td class="col-md-4">
|
446
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
447
|
+
|
448
|
+
</td>
|
449
|
+
</tr>
|
450
|
+
|
451
|
+
<tr>
|
452
|
+
<td class="col-md-4">
|
453
|
+
<i>Optional</i>
|
454
|
+
</td>
|
455
|
+
</tr>
|
456
|
+
|
457
|
+
|
458
|
+
|
459
|
+
|
460
|
+
</tbody>
|
461
|
+
</table>
|
462
|
+
</section>
|
463
|
+
</div>
|
464
|
+
|
465
|
+
|
466
|
+
</div>
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
</div><div class="search-results">
|
476
|
+
<div class="has-results">
|
477
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
478
|
+
<ul class="search-results-list"></ul>
|
479
|
+
</div>
|
480
|
+
<div class="no-results">
|
481
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
482
|
+
</div>
|
483
|
+
</div>
|
484
|
+
</div>
|
485
|
+
<!-- END CONTENT -->
|
486
|
+
</div>
|
487
|
+
</div>
|
488
|
+
|
489
|
+
<label class="dark-mode-switch">
|
490
|
+
<input type="checkbox">
|
491
|
+
<span class="slider">
|
492
|
+
<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">
|
493
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
494
|
+
</svg>
|
495
|
+
</span>
|
496
|
+
</label>
|
497
|
+
|
498
|
+
<script>
|
499
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
500
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
501
|
+
var COMPODOC_CURRENT_PAGE_URL = 'NotificationMetadata.html';
|
502
|
+
var MAX_SEARCH_RESULTS = 15;
|
503
|
+
</script>
|
504
|
+
|
505
|
+
<script>
|
506
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
507
|
+
checkToggle(darkModeState);
|
508
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
509
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
510
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
511
|
+
darkModeState = !darkModeState;
|
512
|
+
toggleDarkMode(darkModeState);
|
513
|
+
});
|
514
|
+
}
|
515
|
+
}
|
516
|
+
</script>
|
517
|
+
|
518
|
+
<script src="../js/libs/custom-elements.min.js"></script>
|
519
|
+
<script src="../js/libs/lit-html.js"></script>
|
520
|
+
|
521
|
+
<script src="../js/menu-wc.js" defer></script>
|
522
|
+
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
523
|
+
|
524
|
+
<script src="../js/libs/bootstrap-native.js"></script>
|
525
|
+
|
526
|
+
<script src="../js/libs/es6-shim.min.js"></script>
|
527
|
+
<script src="../js/libs/EventDispatcher.js"></script>
|
528
|
+
<script src="../js/libs/promise.min.js"></script>
|
529
|
+
<script src="../js/libs/zepto.min.js"></script>
|
530
|
+
|
531
|
+
<script src="../js/compodoc.js"></script>
|
532
|
+
|
533
|
+
<script src="../js/tabs.js"></script>
|
534
|
+
<script src="../js/menu.js"></script>
|
535
|
+
<script src="../js/libs/clipboard.min.js"></script>
|
536
|
+
<script src="../js/libs/prism.js"></script>
|
537
|
+
<script src="../js/sourceCode.js"></script>
|
538
|
+
<script src="../js/search/search.js"></script>
|
539
|
+
<script src="../js/search/lunr.min.js"></script>
|
540
|
+
<script src="../js/search/search-lunr.js"></script>
|
541
|
+
<script src="../js/search/search_index.js"></script>
|
542
|
+
<script src="../js/lazy-load-graphs.js"></script>
|
543
|
+
|
544
|
+
|
545
|
+
</body>
|
546
|
+
</html>
|
package/docs/js/menu-wc.js
CHANGED
@@ -3080,6 +3080,9 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
3080
3080
|
<li class="link">
|
3081
3081
|
<a href="interfaces/MultiSelectionLogic.html" data-type="entity-link" >MultiSelectionLogic</a>
|
3082
3082
|
</li>
|
3083
|
+
<li class="link">
|
3084
|
+
<a href="interfaces/NotificationMetadata.html" data-type="entity-link" >NotificationMetadata</a>
|
3085
|
+
</li>
|
3083
3086
|
<li class="link">
|
3084
3087
|
<a href="interfaces/ObjectConstructor.html" data-type="entity-link" >ObjectConstructor</a>
|
3085
3088
|
</li>
|