@eui/base 17.0.0-next.2 → 17.0.0-next.21

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.
Files changed (257) hide show
  1. package/docs/classes/ConsoleAppender.html +393 -0
  2. package/docs/classes/EuiEuLanguages.html +638 -0
  3. package/docs/classes/EuiLazyService.html +557 -0
  4. package/docs/classes/EuiMenuItem.html +1065 -0
  5. package/docs/classes/EuiPagination.html +1092 -0
  6. package/docs/classes/EuiService.html +673 -0
  7. package/docs/classes/EuiTimezones.html +246 -0
  8. package/docs/classes/LogAppender.html +359 -0
  9. package/docs/classes/Logger.html +1287 -0
  10. package/docs/classes/LoggerMock.html +808 -0
  11. package/docs/classes/UrlAppender.html +400 -0
  12. package/docs/classes/UxBadgeLegacy.html +280 -0
  13. package/docs/classes/UxClearErrorFeedbackEvent.html +295 -0
  14. package/docs/classes/UxErrorGroupOnClickEvent.html +293 -0
  15. package/docs/classes/UxErrorOutput.html +577 -0
  16. package/docs/classes/UxLinkLegacy.html +1269 -0
  17. package/docs/classes/UxPublishErrorFeedbackEvent.html +373 -0
  18. package/docs/classes/UxValidationErrorClass.html +435 -0
  19. package/docs/dependencies.html +335 -0
  20. package/docs/fonts/ionicons.eot +0 -0
  21. package/docs/fonts/ionicons.svg +2090 -0
  22. package/docs/fonts/ionicons.ttf +0 -0
  23. package/docs/fonts/ionicons.woff +0 -0
  24. package/docs/fonts/ionicons.woff2 +0 -0
  25. package/docs/fonts/roboto-v15-latin-300.eot +0 -0
  26. package/docs/fonts/roboto-v15-latin-300.svg +314 -0
  27. package/docs/fonts/roboto-v15-latin-300.ttf +0 -0
  28. package/docs/fonts/roboto-v15-latin-300.woff +0 -0
  29. package/docs/fonts/roboto-v15-latin-300.woff2 +0 -0
  30. package/docs/fonts/roboto-v15-latin-700.eot +0 -0
  31. package/docs/fonts/roboto-v15-latin-700.svg +310 -0
  32. package/docs/fonts/roboto-v15-latin-700.ttf +0 -0
  33. package/docs/fonts/roboto-v15-latin-700.woff +0 -0
  34. package/docs/fonts/roboto-v15-latin-700.woff2 +0 -0
  35. package/docs/fonts/roboto-v15-latin-italic.eot +0 -0
  36. package/docs/fonts/roboto-v15-latin-italic.svg +323 -0
  37. package/docs/fonts/roboto-v15-latin-italic.ttf +0 -0
  38. package/docs/fonts/roboto-v15-latin-italic.woff +0 -0
  39. package/docs/fonts/roboto-v15-latin-italic.woff2 +0 -0
  40. package/docs/fonts/roboto-v15-latin-regular.eot +0 -0
  41. package/docs/fonts/roboto-v15-latin-regular.svg +308 -0
  42. package/docs/fonts/roboto-v15-latin-regular.ttf +0 -0
  43. package/docs/fonts/roboto-v15-latin-regular.woff +0 -0
  44. package/docs/fonts/roboto-v15-latin-regular.woff2 +0 -0
  45. package/docs/images/compodoc-vectorise-inverted.png +0 -0
  46. package/docs/images/compodoc-vectorise-inverted.svg +201 -0
  47. package/docs/images/compodoc-vectorise.png +0 -0
  48. package/docs/images/compodoc-vectorise.svg +201 -0
  49. package/docs/images/favicon.ico +0 -0
  50. package/docs/index.html +137 -0
  51. package/docs/interfaces/ApiQueue.html +161 -0
  52. package/docs/interfaces/ApiQueueItem.html +337 -0
  53. package/docs/interfaces/AppState.html +458 -0
  54. package/docs/interfaces/ConnectionStatus.html +247 -0
  55. package/docs/interfaces/ConsoleAppenderConfig.html +284 -0
  56. package/docs/interfaces/ConsoleAppenderTypeConfig.html +227 -0
  57. package/docs/interfaces/CoreState.html +407 -0
  58. package/docs/interfaces/EnvDynamicConfig.html +373 -0
  59. package/docs/interfaces/EuiAppHandlersConfig.html +349 -0
  60. package/docs/interfaces/EuiAppJsonConfig.html +311 -0
  61. package/docs/interfaces/EuiAuthConfig.html +304 -0
  62. package/docs/interfaces/EuiConfig.html +247 -0
  63. package/docs/interfaces/EuiEnvConfig.html +317 -0
  64. package/docs/interfaces/EuiGlobalConfig.html +259 -0
  65. package/docs/interfaces/EuiGrowlMessage.html +416 -0
  66. package/docs/interfaces/EuiLanguage.html +259 -0
  67. package/docs/interfaces/EuiPaginationConfig.html +349 -0
  68. package/docs/interfaces/EuiServiceModel.html +579 -0
  69. package/docs/interfaces/EuiServiceStatus.html +253 -0
  70. package/docs/interfaces/EuiStoreServiceModel.html +247 -0
  71. package/docs/interfaces/EuiUserRight.html +253 -0
  72. package/docs/interfaces/GlobalConfig.html +413 -0
  73. package/docs/interfaces/HttpErrorHandlerConfig.html +214 -0
  74. package/docs/interfaces/HttpErrorRouteConfig.html +287 -0
  75. package/docs/interfaces/I18nConfig.html +247 -0
  76. package/docs/interfaces/I18nLoaderConfig.html +311 -0
  77. package/docs/interfaces/I18nResource.html +316 -0
  78. package/docs/interfaces/I18nServiceConfig.html +271 -0
  79. package/docs/interfaces/I18nState.html +208 -0
  80. package/docs/interfaces/LoadedConfigModules.html +253 -0
  81. package/docs/interfaces/LocaleServiceConfig.html +310 -0
  82. package/docs/interfaces/LocaleState.html +221 -0
  83. package/docs/interfaces/LogAppenderConfig.html +220 -0
  84. package/docs/interfaces/LogAppenderTypeConfig.html +246 -0
  85. package/docs/interfaces/LogConfig.html +329 -0
  86. package/docs/interfaces/LogEvent.html +401 -0
  87. package/docs/interfaces/LogPosition.html +293 -0
  88. package/docs/interfaces/ModuleConfig.html +168 -0
  89. package/docs/interfaces/ModulesConfig.html +161 -0
  90. package/docs/interfaces/NotificationsState.html +227 -0
  91. package/docs/interfaces/UrlAppenderConfig.html +278 -0
  92. package/docs/interfaces/UrlAppenderTypeConfig.html +227 -0
  93. package/docs/interfaces/UrlLogEvent.html +284 -0
  94. package/docs/interfaces/UserConfig.html +214 -0
  95. package/docs/interfaces/UserDetails.html +356 -0
  96. package/docs/interfaces/UserPreferences.html +272 -0
  97. package/docs/interfaces/UserState.html +452 -0
  98. package/docs/interfaces/UxErrorFeedback.html +400 -0
  99. package/docs/interfaces/UxErrorFollowMap.html +161 -0
  100. package/docs/interfaces/UxErrorInfo.html +304 -0
  101. package/docs/interfaces/UxErrorMessage.html +253 -0
  102. package/docs/interfaces/UxFormValidationError.html +208 -0
  103. package/docs/interfaces/UxHttpErrorInfo.html +214 -0
  104. package/docs/interfaces/UxHttpErrorResponse.html +214 -0
  105. package/docs/interfaces/UxModalLegacy.html +292 -0
  106. package/docs/interfaces/UxValidationErrorAttribute.html +247 -0
  107. package/docs/interfaces/UxValidationErrorFeedback.html +253 -0
  108. package/docs/interfaces/UxValidationErrorI18nMessage.html +253 -0
  109. package/docs/interfaces/VersionsConfig.html +227 -0
  110. package/docs/interfaces/XHRConfig.html +492 -0
  111. package/docs/js/compodoc.js +14 -0
  112. package/docs/js/lazy-load-graphs.js +44 -0
  113. package/docs/js/libs/EventDispatcher.js +5 -0
  114. package/docs/js/libs/bootstrap-native.js +1 -0
  115. package/docs/js/libs/clipboard.min.js +7 -0
  116. package/docs/js/libs/custom-elements-es5-adapter.js +15 -0
  117. package/docs/js/libs/custom-elements.min.js +38 -0
  118. package/docs/js/libs/d3.v3.min.js +2 -0
  119. package/docs/js/libs/deep-iterator.js +2 -0
  120. package/docs/js/libs/es6-shim.min.js +11 -0
  121. package/docs/js/libs/htmlparser.js +23 -0
  122. package/docs/js/libs/innersvg.js +9 -0
  123. package/docs/js/libs/lit-html.js +1 -0
  124. package/docs/js/libs/prism.js +46 -0
  125. package/docs/js/libs/promise.min.js +6 -0
  126. package/docs/js/libs/svg-pan-zoom.min.js +3 -0
  127. package/docs/js/libs/tablesort.min.js +6 -0
  128. package/docs/js/libs/tablesort.number.min.js +6 -0
  129. package/docs/js/libs/vis.min.js +47 -0
  130. package/docs/js/libs/zepto.min.js +2 -0
  131. package/docs/js/menu-wc.js +329 -0
  132. package/docs/js/menu-wc_es5.js +42 -0
  133. package/docs/js/menu.js +325 -0
  134. package/docs/js/routes.js +301 -0
  135. package/docs/js/search/lunr.min.js +6 -0
  136. package/docs/js/search/search-lunr.js +67 -0
  137. package/docs/js/search/search.js +268 -0
  138. package/docs/js/search/search_index.js +4 -0
  139. package/docs/js/sourceCode.js +58 -0
  140. package/docs/js/svg-pan-zoom.controls.js +53 -0
  141. package/docs/js/tabs.js +21 -0
  142. package/docs/js/tree.js +147 -0
  143. package/docs/license.html +379 -0
  144. package/docs/miscellaneous/enumerations.html +412 -0
  145. package/docs/miscellaneous/functions.html +1062 -0
  146. package/docs/miscellaneous/typealiases.html +390 -0
  147. package/docs/miscellaneous/variables.html +1906 -0
  148. package/docs/modules.html +120 -0
  149. package/docs/properties.html +124 -0
  150. package/docs/styles/bootstrap-card.css +219 -0
  151. package/docs/styles/bootstrap.min.css +6 -0
  152. package/docs/styles/compodoc.css +1121 -0
  153. package/docs/styles/dark.css +121 -0
  154. package/docs/styles/ionicons.min.css +11 -0
  155. package/docs/styles/laravel.css +113 -0
  156. package/docs/styles/material.css +131 -0
  157. package/docs/styles/original.css +51 -0
  158. package/docs/styles/postmark.css +238 -0
  159. package/docs/styles/prism.css +301 -0
  160. package/docs/styles/readthedocs.css +117 -0
  161. package/docs/styles/reset.css +129 -0
  162. package/docs/styles/stripe.css +106 -0
  163. package/docs/styles/style.css +7 -0
  164. package/docs/styles/tablesort.css +33 -0
  165. package/docs/styles/vagrant.css +130 -0
  166. package/esm2022/lib/eui-models/eui-config/eui-app-config.mjs +1 -1
  167. package/esm2022/lib/eui-models/eui-config/eui-env-config.mjs +1 -1
  168. package/esm2022/lib/eui-models/eui-config/i18n.config.mjs +1 -1
  169. package/esm2022/lib/eui-models/eui-config/log.config.mjs +1 -1
  170. package/esm2022/lib/eui-models/eui-growl-message.model.mjs +2 -0
  171. package/esm2022/lib/eui-models/eui-language/eui-eu-languages.model.mjs +1 -1
  172. package/esm2022/lib/eui-models/eui-pagination/eui-pagination.model.mjs +1 -1
  173. package/esm2022/lib/eui-models/eui-service.model.mjs +2 -2
  174. package/esm2022/lib/eui-models/eui-store/eui-store-service.model.mjs +1 -1
  175. package/esm2022/lib/eui-models/eui-store/models/app.models.mjs +1 -1
  176. package/esm2022/lib/eui-models/eui-store/models/user.models.mjs +1 -1
  177. package/esm2022/lib/eui-models/eui-store/selectors/app.selectors.mjs +1 -1
  178. package/esm2022/lib/eui-models/eui-store/selectors/core.selectors.mjs +1 -1
  179. package/esm2022/lib/eui-models/eui-store/selectors/notifications.selectors.mjs +3 -1
  180. package/esm2022/lib/eui-models/eui-store/selectors/user.selectors.mjs +5 -1
  181. package/esm2022/lib/eui-models/eui-store/state/app.state.mjs +1 -1
  182. package/esm2022/lib/eui-models/eui-store/state/core.state.mjs +1 -1
  183. package/esm2022/lib/eui-models/eui-store/state/locale.state.mjs +1 -1
  184. package/esm2022/lib/eui-models/eui-store/state/notifications.state.mjs +1 -1
  185. package/esm2022/lib/eui-models/eui-store/state/user.state.mjs +1 -1
  186. package/esm2022/lib/eui-models/eui-timezones.model.mjs +1 -1
  187. package/esm2022/lib/eui-models/index.mjs +2 -1
  188. package/esm2022/lib/eui-models/log/log.logger.mjs +1 -1
  189. package/esm2022/lib/eui-models/log/log.logger.mock.mjs +22 -8
  190. package/esm2022/lib/eui-models/log/log.model.mjs +1 -1
  191. package/esm2022/lib/eui-models/log/url.appender.mjs +4 -2
  192. package/esm2022/lib/util/coerce-decorator/coerce.mjs +1 -1
  193. package/esm2022/lib/util/merge.mjs +3 -1
  194. package/esm2022/lib/util/xhr.mjs +2 -2
  195. package/esm2022/lib/ux-models/index.mjs +2 -12
  196. package/esm2022/lib/ux-models/ux-error-feedback.model.mjs +3 -1
  197. package/esm2022/lib/ux-models/ux-link-legacy.model.mjs +3 -1
  198. package/esm2022/lib/ux-models/ux-modal-legacy.model.mjs +2 -0
  199. package/fesm2022/eui-base.mjs +38 -13
  200. package/fesm2022/eui-base.mjs.map +1 -1
  201. package/lib/eui-models/eui-config/eui-app-config.d.ts +11 -10
  202. package/lib/eui-models/eui-config/eui-app-config.d.ts.map +1 -1
  203. package/lib/eui-models/eui-config/eui-env-config.d.ts +2 -2
  204. package/lib/eui-models/eui-config/eui-env-config.d.ts.map +1 -1
  205. package/lib/eui-models/eui-config/i18n.config.d.ts +1 -1
  206. package/lib/eui-models/eui-config/i18n.config.d.ts.map +1 -1
  207. package/lib/eui-models/eui-config/log.config.d.ts.map +1 -1
  208. package/lib/eui-models/eui-growl-message.model.d.ts +14 -0
  209. package/lib/eui-models/eui-growl-message.model.d.ts.map +1 -0
  210. package/lib/eui-models/eui-pagination/eui-pagination.model.d.ts.map +1 -1
  211. package/lib/eui-models/eui-service.model.d.ts +7 -7
  212. package/lib/eui-models/eui-service.model.d.ts.map +1 -1
  213. package/lib/eui-models/eui-store/eui-store-service.model.d.ts +1 -1
  214. package/lib/eui-models/eui-store/eui-store-service.model.d.ts.map +1 -1
  215. package/lib/eui-models/eui-store/models/app.models.d.ts +2 -2
  216. package/lib/eui-models/eui-store/models/app.models.d.ts.map +1 -1
  217. package/lib/eui-models/eui-store/models/user.models.d.ts +5 -5
  218. package/lib/eui-models/eui-store/models/user.models.d.ts.map +1 -1
  219. package/lib/eui-models/eui-store/selectors/app.selectors.d.ts +1 -1
  220. package/lib/eui-models/eui-store/selectors/app.selectors.d.ts.map +1 -1
  221. package/lib/eui-models/eui-store/selectors/core.selectors.d.ts +6 -6
  222. package/lib/eui-models/eui-store/selectors/core.selectors.d.ts.map +1 -1
  223. package/lib/eui-models/eui-store/selectors/notifications.selectors.d.ts.map +1 -1
  224. package/lib/eui-models/eui-store/selectors/user.selectors.d.ts.map +1 -1
  225. package/lib/eui-models/eui-store/state/app.state.d.ts +2 -2
  226. package/lib/eui-models/eui-store/state/app.state.d.ts.map +1 -1
  227. package/lib/eui-models/eui-store/state/core.state.d.ts +2 -2
  228. package/lib/eui-models/eui-store/state/core.state.d.ts.map +1 -1
  229. package/lib/eui-models/eui-store/state/locale.state.d.ts +2 -2
  230. package/lib/eui-models/eui-store/state/locale.state.d.ts.map +1 -1
  231. package/lib/eui-models/eui-store/state/notifications.state.d.ts +3 -3
  232. package/lib/eui-models/eui-store/state/notifications.state.d.ts.map +1 -1
  233. package/lib/eui-models/eui-store/state/user.state.d.ts +2 -2
  234. package/lib/eui-models/eui-store/state/user.state.d.ts.map +1 -1
  235. package/lib/eui-models/eui-timezones.model.d.ts +1 -5
  236. package/lib/eui-models/eui-timezones.model.d.ts.map +1 -1
  237. package/lib/eui-models/index.d.ts +1 -0
  238. package/lib/eui-models/index.d.ts.map +1 -1
  239. package/lib/eui-models/log/log.logger.d.ts +6 -6
  240. package/lib/eui-models/log/log.logger.d.ts.map +1 -1
  241. package/lib/eui-models/log/log.logger.mock.d.ts +1 -1
  242. package/lib/eui-models/log/log.logger.mock.d.ts.map +1 -1
  243. package/lib/eui-models/log/log.model.d.ts +2 -2
  244. package/lib/eui-models/log/log.model.d.ts.map +1 -1
  245. package/lib/eui-models/log/url.appender.d.ts.map +1 -1
  246. package/lib/util/coerce-decorator/coerce.d.ts.map +1 -1
  247. package/lib/util/merge.d.ts +3 -3
  248. package/lib/util/merge.d.ts.map +1 -1
  249. package/lib/ux-models/index.d.ts +1 -0
  250. package/lib/ux-models/index.d.ts.map +1 -1
  251. package/lib/ux-models/ux-error-feedback.model.d.ts +7 -7
  252. package/lib/ux-models/ux-error-feedback.model.d.ts.map +1 -1
  253. package/lib/ux-models/ux-link-legacy.model.d.ts +3 -50
  254. package/lib/ux-models/ux-link-legacy.model.d.ts.map +1 -1
  255. package/lib/ux-models/ux-modal-legacy.model.d.ts +6 -0
  256. package/lib/ux-models/ux-modal-legacy.model.d.ts.map +1 -0
  257. package/package.json +2 -2
@@ -0,0 +1,246 @@
1
+ <!doctype html>
2
+ <html class="no-js" lang="">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
6
+ <title>csdr documentation</title>
7
+ <meta name="description" content="">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+
10
+ <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
+ <link rel="stylesheet" href="../styles/style.css">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
+ <link rel="stylesheet" href="../styles/material.css">
14
+ </head>
15
+ <body>
16
+
17
+ <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
18
+ <a href="../" class="navbar-brand">csdr documentation</a>
19
+ <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
20
+ </div>
21
+
22
+ <div class="xs-menu menu" id="mobile-menu">
23
+ <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
24
+ </div>
25
+
26
+ <div class="container-fluid main">
27
+ <div class="row main">
28
+ <div class="hidden-xs menu">
29
+ <compodoc-menu mode="normal"></compodoc-menu>
30
+ </div>
31
+ <!-- START CONTENT -->
32
+ <div class="content class">
33
+ <div class="content-data">
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+ <ol class="breadcrumb">
47
+ <li class="breadcrumb-item">Classes</li>
48
+ <li class="breadcrumb-item" >EuiTimezones</li>
49
+ </ol>
50
+
51
+ <ul class="nav nav-tabs" role="tablist">
52
+ <li class="nav-item">
53
+ <a href="#info"
54
+ class="nav-link"
55
+ class="nav-link active"
56
+ role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
57
+ </li>
58
+ </ul>
59
+
60
+ <div class="tab-content">
61
+ <div class="tab-pane fade active in" id="info">
62
+ <p class="comment">
63
+ <h3>File</h3>
64
+ </p>
65
+ <p class="comment">
66
+ <code>packages/eui/packages/base/src/lib/eui-models/eui-timezones.model.ts</code>
67
+ </p>
68
+
69
+
70
+
71
+
72
+
73
+
74
+ <section data-compodoc="block-index">
75
+ <h3 id="index">Index</h3>
76
+ <table class="table table-sm table-bordered index-table">
77
+ <tbody>
78
+ <tr>
79
+ <td class="col-md-4">
80
+ <h6><b>Properties</b></h6>
81
+ </td>
82
+ </tr>
83
+ <tr>
84
+ <td class="col-md-4">
85
+ <ul class="index-list">
86
+ <li>
87
+ <span class="modifier">Optional</span>
88
+ <a href="#primary" >primary</a>
89
+ </li>
90
+ <li>
91
+ <span class="modifier">Optional</span>
92
+ <a href="#secondary" >secondary</a>
93
+ </li>
94
+ </ul>
95
+ </td>
96
+ </tr>
97
+
98
+
99
+
100
+
101
+
102
+
103
+ </tbody>
104
+ </table>
105
+ </section>
106
+
107
+
108
+ <section data-compodoc="block-properties">
109
+
110
+ <h3 id="inputs">
111
+ Properties
112
+ </h3>
113
+ <table class="table table-sm table-bordered">
114
+ <tbody>
115
+ <tr>
116
+ <td class="col-md-4">
117
+ <a name="primary"></a>
118
+ <span class="name">
119
+ <span class="modifier">Optional</span>
120
+ <span ><b>primary</b></span>
121
+ <a href="#primary"><span class="icon ion-ios-link"></span></a>
122
+ </span>
123
+ </td>
124
+ </tr>
125
+ <tr>
126
+ <td class="col-md-4">
127
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
128
+
129
+ </td>
130
+ </tr>
131
+ <tr>
132
+ <td class="col-md-4">
133
+ <i>Default value : </i><code>&#x27;Europe/Brussels&#x27;</code>
134
+ </td>
135
+ </tr>
136
+
137
+
138
+ </tbody>
139
+ </table>
140
+ <table class="table table-sm table-bordered">
141
+ <tbody>
142
+ <tr>
143
+ <td class="col-md-4">
144
+ <a name="secondary"></a>
145
+ <span class="name">
146
+ <span class="modifier">Optional</span>
147
+ <span ><b>secondary</b></span>
148
+ <a href="#secondary"><span class="icon ion-ios-link"></span></a>
149
+ </span>
150
+ </td>
151
+ </tr>
152
+ <tr>
153
+ <td class="col-md-4">
154
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
155
+
156
+ </td>
157
+ </tr>
158
+ <tr>
159
+ <td class="col-md-4">
160
+ <i>Default value : </i><code>&#x27;Europe/Brussels&#x27;</code>
161
+ </td>
162
+ </tr>
163
+
164
+
165
+ </tbody>
166
+ </table>
167
+ </section>
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+ </div>
176
+
177
+
178
+ </div>
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+ </div><div class="search-results">
189
+ <div class="has-results">
190
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
191
+ <ul class="search-results-list"></ul>
192
+ </div>
193
+ <div class="no-results">
194
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
195
+ </div>
196
+ </div>
197
+ </div>
198
+ <!-- END CONTENT -->
199
+ </div>
200
+ </div>
201
+
202
+ <label class="dark-mode-switch">
203
+ <input type="checkbox">
204
+ <span class="slider">
205
+ <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">
206
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
207
+ </svg>
208
+ </span>
209
+ </label>
210
+
211
+ <script>
212
+ var COMPODOC_CURRENT_PAGE_DEPTH = 1;
213
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
214
+ var COMPODOC_CURRENT_PAGE_URL = 'EuiTimezones.html';
215
+ var MAX_SEARCH_RESULTS = 15;
216
+ </script>
217
+
218
+ <script src="../js/libs/custom-elements.min.js"></script>
219
+ <script src="../js/libs/lit-html.js"></script>
220
+
221
+ <script src="../js/menu-wc.js" defer></script>
222
+ <script nomodule src="../js/menu-wc_es5.js" defer></script>
223
+
224
+ <script src="../js/libs/bootstrap-native.js"></script>
225
+
226
+ <script src="../js/libs/es6-shim.min.js"></script>
227
+ <script src="../js/libs/EventDispatcher.js"></script>
228
+ <script src="../js/libs/promise.min.js"></script>
229
+ <script src="../js/libs/zepto.min.js"></script>
230
+
231
+ <script src="../js/compodoc.js"></script>
232
+
233
+ <script src="../js/tabs.js"></script>
234
+ <script src="../js/menu.js"></script>
235
+ <script src="../js/libs/clipboard.min.js"></script>
236
+ <script src="../js/libs/prism.js"></script>
237
+ <script src="../js/sourceCode.js"></script>
238
+ <script src="../js/search/search.js"></script>
239
+ <script src="../js/search/lunr.min.js"></script>
240
+ <script src="../js/search/search-lunr.js"></script>
241
+ <script src="../js/search/search_index.js"></script>
242
+ <script src="../js/lazy-load-graphs.js"></script>
243
+
244
+
245
+ </body>
246
+ </html>
@@ -0,0 +1,359 @@
1
+ <!doctype html>
2
+ <html class="no-js" lang="">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
6
+ <title>csdr documentation</title>
7
+ <meta name="description" content="">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+
10
+ <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
+ <link rel="stylesheet" href="../styles/style.css">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
+ <link rel="stylesheet" href="../styles/material.css">
14
+ </head>
15
+ <body>
16
+
17
+ <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
18
+ <a href="../" class="navbar-brand">csdr documentation</a>
19
+ <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
20
+ </div>
21
+
22
+ <div class="xs-menu menu" id="mobile-menu">
23
+ <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
24
+ </div>
25
+
26
+ <div class="container-fluid main">
27
+ <div class="row main">
28
+ <div class="hidden-xs menu">
29
+ <compodoc-menu mode="normal"></compodoc-menu>
30
+ </div>
31
+ <!-- START CONTENT -->
32
+ <div class="content class">
33
+ <div class="content-data">
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+ <ol class="breadcrumb">
47
+ <li class="breadcrumb-item">Classes</li>
48
+ <li class="breadcrumb-item" >LogAppender</li>
49
+ </ol>
50
+
51
+ <ul class="nav nav-tabs" role="tablist">
52
+ <li class="nav-item">
53
+ <a href="#info"
54
+ class="nav-link"
55
+ class="nav-link active"
56
+ role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
57
+ </li>
58
+ </ul>
59
+
60
+ <div class="tab-content">
61
+ <div class="tab-pane fade active in" id="info">
62
+ <p class="comment">
63
+ <h3>File</h3>
64
+ </p>
65
+ <p class="comment">
66
+ <code>packages/eui/packages/base/src/lib/eui-models/log/log.appender.ts</code>
67
+ </p>
68
+
69
+
70
+ <p class="comment">
71
+ <h3>Description</h3>
72
+ </p>
73
+ <p class="comment">
74
+ <p>Abstract Log Appender</p>
75
+
76
+ </p>
77
+
78
+
79
+
80
+
81
+ <section data-compodoc="block-index">
82
+ <h3 id="index">Index</h3>
83
+ <table class="table table-sm table-bordered index-table">
84
+ <tbody>
85
+
86
+ <tr>
87
+ <td class="col-md-4">
88
+ <h6><b>Methods</b></h6>
89
+ </td>
90
+ </tr>
91
+ <tr>
92
+ <td class="col-md-4">
93
+ <ul class="index-list">
94
+ <li>
95
+ <span class="modifier">Abstract</span>
96
+ <a href="#append" >append</a>
97
+ </li>
98
+ <li>
99
+ <a href="#getConfig" >getConfig</a>
100
+ </li>
101
+ </ul>
102
+ </td>
103
+ </tr>
104
+
105
+
106
+
107
+
108
+
109
+ </tbody>
110
+ </table>
111
+ </section>
112
+
113
+ <section data-compodoc="block-constructor">
114
+ <h3 id="constructor">Constructor</h3>
115
+ <table class="table table-sm table-bordered">
116
+ <tbody>
117
+ <tr>
118
+ <td class="col-md-4">
119
+ <code>constructor(config: CFG, injector: Injector)</code>
120
+ </td>
121
+ </tr>
122
+
123
+ <tr>
124
+ <td class="col-md-4">
125
+ <div>
126
+ <b>Parameters :</b>
127
+ <table class="params">
128
+ <thead>
129
+ <tr>
130
+ <td>Name</td>
131
+ <td>Type</td>
132
+ <td>Optional</td>
133
+ </tr>
134
+ </thead>
135
+ <tbody>
136
+ <tr>
137
+ <td>config</td>
138
+
139
+ <td>
140
+ <code>CFG</code>
141
+ </td>
142
+
143
+ <td>
144
+ No
145
+ </td>
146
+
147
+ </tr>
148
+ <tr>
149
+ <td>injector</td>
150
+
151
+ <td>
152
+ <code>Injector</code>
153
+ </td>
154
+
155
+ <td>
156
+ No
157
+ </td>
158
+
159
+ </tr>
160
+ </tbody>
161
+ </table>
162
+ </div>
163
+ </td>
164
+ </tr>
165
+ </tbody>
166
+ </table>
167
+ </section>
168
+
169
+
170
+ <section data-compodoc="block-methods">
171
+
172
+ <h3 id="methods">
173
+ Methods
174
+ </h3>
175
+ <table class="table table-sm table-bordered">
176
+ <tbody>
177
+ <tr>
178
+ <td class="col-md-4">
179
+ <a name="append"></a>
180
+ <span class="name">
181
+ <span class="modifier">Abstract</span>
182
+ <span ><b>append</b></span>
183
+ <a href="#append"><span class="icon ion-ios-link"></span></a>
184
+ </span>
185
+ </td>
186
+ </tr>
187
+ <tr>
188
+ <td class="col-md-4">
189
+ <span class="modifier-icon icon ion-ios-reset"></span>
190
+ <code>append(event: <a href="../interfaces/LogEvent.html" target="_self">LogEvent</a>)</code>
191
+ </td>
192
+ </tr>
193
+
194
+
195
+
196
+
197
+ <tr>
198
+ <td class="col-md-4">
199
+ <div class="io-description"><p>Logs a Log Event</p>
200
+ </div>
201
+
202
+ <div class="io-description">
203
+ <b>Parameters :</b>
204
+
205
+ <table class="params">
206
+ <thead>
207
+ <tr>
208
+ <td>Name</td>
209
+ <td>Type</td>
210
+ <td>Optional</td>
211
+ <td>Description</td>
212
+ </tr>
213
+ </thead>
214
+ <tbody>
215
+ <tr>
216
+ <td>event</td>
217
+ <td>
218
+ <code><a href="../interfaces/LogEvent.html" target="_self" >LogEvent</a></code>
219
+ </td>
220
+
221
+ <td>
222
+ No
223
+ </td>
224
+
225
+
226
+ <td>
227
+ <p>log event</p>
228
+
229
+ </td>
230
+ </tr>
231
+ </tbody>
232
+ </table>
233
+ </div>
234
+ <div class="io-description">
235
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
236
+
237
+ </div>
238
+ <div class="io-description">
239
+
240
+ </div>
241
+ </td>
242
+ </tr>
243
+ </tbody>
244
+ </table>
245
+ <table class="table table-sm table-bordered">
246
+ <tbody>
247
+ <tr>
248
+ <td class="col-md-4">
249
+ <a name="getConfig"></a>
250
+ <span class="name">
251
+ <span ><b>getConfig</b></span>
252
+ <a href="#getConfig"><span class="icon ion-ios-link"></span></a>
253
+ </span>
254
+ </td>
255
+ </tr>
256
+ <tr>
257
+ <td class="col-md-4">
258
+ <code>getConfig()</code>
259
+ </td>
260
+ </tr>
261
+
262
+
263
+
264
+
265
+ <tr>
266
+ <td class="col-md-4">
267
+ <div class="io-description"><p>Gets the config</p>
268
+ </div>
269
+
270
+ <div class="io-description">
271
+ <b>Returns : </b> <code>CFG</code>
272
+
273
+ </div>
274
+ <div class="io-description">
275
+ <p>the config</p>
276
+
277
+ </div>
278
+ </td>
279
+ </tr>
280
+ </tbody>
281
+ </table>
282
+ </section>
283
+
284
+
285
+
286
+
287
+
288
+ </div>
289
+
290
+
291
+ </div>
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+ </div><div class="search-results">
302
+ <div class="has-results">
303
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
304
+ <ul class="search-results-list"></ul>
305
+ </div>
306
+ <div class="no-results">
307
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
308
+ </div>
309
+ </div>
310
+ </div>
311
+ <!-- END CONTENT -->
312
+ </div>
313
+ </div>
314
+
315
+ <label class="dark-mode-switch">
316
+ <input type="checkbox">
317
+ <span class="slider">
318
+ <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">
319
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
320
+ </svg>
321
+ </span>
322
+ </label>
323
+
324
+ <script>
325
+ var COMPODOC_CURRENT_PAGE_DEPTH = 1;
326
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
327
+ var COMPODOC_CURRENT_PAGE_URL = 'LogAppender.html';
328
+ var MAX_SEARCH_RESULTS = 15;
329
+ </script>
330
+
331
+ <script src="../js/libs/custom-elements.min.js"></script>
332
+ <script src="../js/libs/lit-html.js"></script>
333
+
334
+ <script src="../js/menu-wc.js" defer></script>
335
+ <script nomodule src="../js/menu-wc_es5.js" defer></script>
336
+
337
+ <script src="../js/libs/bootstrap-native.js"></script>
338
+
339
+ <script src="../js/libs/es6-shim.min.js"></script>
340
+ <script src="../js/libs/EventDispatcher.js"></script>
341
+ <script src="../js/libs/promise.min.js"></script>
342
+ <script src="../js/libs/zepto.min.js"></script>
343
+
344
+ <script src="../js/compodoc.js"></script>
345
+
346
+ <script src="../js/tabs.js"></script>
347
+ <script src="../js/menu.js"></script>
348
+ <script src="../js/libs/clipboard.min.js"></script>
349
+ <script src="../js/libs/prism.js"></script>
350
+ <script src="../js/sourceCode.js"></script>
351
+ <script src="../js/search/search.js"></script>
352
+ <script src="../js/search/lunr.min.js"></script>
353
+ <script src="../js/search/search-lunr.js"></script>
354
+ <script src="../js/search/search_index.js"></script>
355
+ <script src="../js/lazy-load-graphs.js"></script>
356
+
357
+
358
+ </body>
359
+ </html>