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

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,393 @@
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" >ConsoleAppender</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/console.appender.ts</code>
67
+ </p>
68
+
69
+
70
+ <p class="comment">
71
+ <h3>Description</h3>
72
+ </p>
73
+ <p class="comment">
74
+ <p>Console Appender</p>
75
+
76
+ </p>
77
+
78
+ <p class="comment">
79
+ <h3>Extends</h3>
80
+ </p>
81
+ <p class="comment">
82
+ <code><a href="../classes/LogAppender.html" target="_self" >LogAppender</a></code>
83
+ </p>
84
+
85
+
86
+
87
+ <section data-compodoc="block-index">
88
+ <h3 id="index">Index</h3>
89
+ <table class="table table-sm table-bordered index-table">
90
+ <tbody>
91
+ <tr>
92
+ <td class="col-md-4">
93
+ <h6><b>Properties</b></h6>
94
+ </td>
95
+ </tr>
96
+ <tr>
97
+ <td class="col-md-4">
98
+ <ul class="index-list">
99
+ <li>
100
+ <span class="modifier">Public</span>
101
+ <a href="#config" >config</a>
102
+ </li>
103
+ </ul>
104
+ </td>
105
+ </tr>
106
+
107
+ <tr>
108
+ <td class="col-md-4">
109
+ <h6><b>Methods</b></h6>
110
+ </td>
111
+ </tr>
112
+ <tr>
113
+ <td class="col-md-4">
114
+ <ul class="index-list">
115
+ <li>
116
+ <a href="#append" >append</a>
117
+ </li>
118
+ <li>
119
+ <a href="#getConfig" >getConfig</a>
120
+ </li>
121
+ </ul>
122
+ </td>
123
+ </tr>
124
+
125
+
126
+
127
+
128
+
129
+ </tbody>
130
+ </table>
131
+ </section>
132
+
133
+ <section data-compodoc="block-constructor">
134
+ <h3 id="constructor">Constructor</h3>
135
+ <table class="table table-sm table-bordered">
136
+ <tbody>
137
+ <tr>
138
+ <td class="col-md-4">
139
+ <code>constructor(config: <a href="../interfaces/ConsoleAppenderConfig.html" target="_self">ConsoleAppenderConfig</a>)</code>
140
+ </td>
141
+ </tr>
142
+
143
+ <tr>
144
+ <td class="col-md-4">
145
+ <div>
146
+ <b>Parameters :</b>
147
+ <table class="params">
148
+ <thead>
149
+ <tr>
150
+ <td>Name</td>
151
+ <td>Type</td>
152
+ <td>Optional</td>
153
+ </tr>
154
+ </thead>
155
+ <tbody>
156
+ <tr>
157
+ <td>config</td>
158
+
159
+ <td>
160
+ <code><a href="../interfaces/ConsoleAppenderConfig.html" target="_self" >ConsoleAppenderConfig</a></code>
161
+ </td>
162
+
163
+ <td>
164
+ No
165
+ </td>
166
+
167
+ </tr>
168
+ </tbody>
169
+ </table>
170
+ </div>
171
+ </td>
172
+ </tr>
173
+ </tbody>
174
+ </table>
175
+ </section>
176
+
177
+ <section data-compodoc="block-properties">
178
+
179
+ <h3 id="inputs">
180
+ Properties
181
+ </h3>
182
+ <table class="table table-sm table-bordered">
183
+ <tbody>
184
+ <tr>
185
+ <td class="col-md-4">
186
+ <a name="config"></a>
187
+ <span class="name">
188
+ <span class="modifier">Public</span>
189
+ <span ><b>config</b></span>
190
+ <a href="#config"><span class="icon ion-ios-link"></span></a>
191
+ </span>
192
+ </td>
193
+ </tr>
194
+ <tr>
195
+ <td class="col-md-4">
196
+ <i>Type : </i> <code><a href="../interfaces/ConsoleAppenderConfig.html" target="_self" >ConsoleAppenderConfig</a></code>
197
+
198
+ </td>
199
+ </tr>
200
+ <tr>
201
+ <td class="col-md-4">
202
+ <i>Default value : </i><code>{}</code>
203
+ </td>
204
+ </tr>
205
+
206
+
207
+ </tbody>
208
+ </table>
209
+ </section>
210
+
211
+ <section data-compodoc="block-methods">
212
+
213
+ <h3 id="methods">
214
+ Methods
215
+ </h3>
216
+ <table class="table table-sm table-bordered">
217
+ <tbody>
218
+ <tr>
219
+ <td class="col-md-4">
220
+ <a name="append"></a>
221
+ <span class="name">
222
+ <span ><b>append</b></span>
223
+ <a href="#append"><span class="icon ion-ios-link"></span></a>
224
+ </span>
225
+ </td>
226
+ </tr>
227
+ <tr>
228
+ <td class="col-md-4">
229
+ <code>append(event: <a href="../interfaces/LogEvent.html" target="_self">LogEvent</a>)</code>
230
+ </td>
231
+ </tr>
232
+
233
+
234
+
235
+
236
+ <tr>
237
+ <td class="col-md-4">
238
+ <div class="io-description"><p>Logs an event in the console</p>
239
+ </div>
240
+
241
+ <div class="io-description">
242
+ <b>Parameters :</b>
243
+
244
+ <table class="params">
245
+ <thead>
246
+ <tr>
247
+ <td>Name</td>
248
+ <td>Type</td>
249
+ <td>Optional</td>
250
+ </tr>
251
+ </thead>
252
+ <tbody>
253
+ <tr>
254
+ <td>event</td>
255
+ <td>
256
+ <code><a href="../interfaces/LogEvent.html" target="_self" >LogEvent</a></code>
257
+ </td>
258
+
259
+ <td>
260
+ No
261
+ </td>
262
+
263
+
264
+ </tr>
265
+ </tbody>
266
+ </table>
267
+ </div>
268
+ <div class="io-description">
269
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
270
+
271
+ </div>
272
+ <div class="io-description">
273
+
274
+ </div>
275
+ </td>
276
+ </tr>
277
+ </tbody>
278
+ </table>
279
+ <table class="table table-sm table-bordered">
280
+ <tbody>
281
+ <tr>
282
+ <td class="col-md-4">
283
+ <a name="getConfig"></a>
284
+ <span class="name">
285
+ <span ><b>getConfig</b></span>
286
+ <a href="#getConfig"><span class="icon ion-ios-link"></span></a>
287
+ </span>
288
+ </td>
289
+ </tr>
290
+ <tr>
291
+ <td class="col-md-4">
292
+ <code>getConfig()</code>
293
+ </td>
294
+ </tr>
295
+
296
+
297
+
298
+
299
+ <tr>
300
+ <td class="col-md-4">
301
+ <div class="io-description"><p>Gets the config</p>
302
+ </div>
303
+
304
+ <div class="io-description">
305
+ <b>Returns : </b> <code>CFG</code>
306
+
307
+ </div>
308
+ <div class="io-description">
309
+ <p>the config</p>
310
+
311
+ </div>
312
+ </td>
313
+ </tr>
314
+ </tbody>
315
+ </table>
316
+ </section>
317
+
318
+
319
+
320
+
321
+
322
+ </div>
323
+
324
+
325
+ </div>
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+ </div><div class="search-results">
336
+ <div class="has-results">
337
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
338
+ <ul class="search-results-list"></ul>
339
+ </div>
340
+ <div class="no-results">
341
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
342
+ </div>
343
+ </div>
344
+ </div>
345
+ <!-- END CONTENT -->
346
+ </div>
347
+ </div>
348
+
349
+ <label class="dark-mode-switch">
350
+ <input type="checkbox">
351
+ <span class="slider">
352
+ <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">
353
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
354
+ </svg>
355
+ </span>
356
+ </label>
357
+
358
+ <script>
359
+ var COMPODOC_CURRENT_PAGE_DEPTH = 1;
360
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
361
+ var COMPODOC_CURRENT_PAGE_URL = 'ConsoleAppender.html';
362
+ var MAX_SEARCH_RESULTS = 15;
363
+ </script>
364
+
365
+ <script src="../js/libs/custom-elements.min.js"></script>
366
+ <script src="../js/libs/lit-html.js"></script>
367
+
368
+ <script src="../js/menu-wc.js" defer></script>
369
+ <script nomodule src="../js/menu-wc_es5.js" defer></script>
370
+
371
+ <script src="../js/libs/bootstrap-native.js"></script>
372
+
373
+ <script src="../js/libs/es6-shim.min.js"></script>
374
+ <script src="../js/libs/EventDispatcher.js"></script>
375
+ <script src="../js/libs/promise.min.js"></script>
376
+ <script src="../js/libs/zepto.min.js"></script>
377
+
378
+ <script src="../js/compodoc.js"></script>
379
+
380
+ <script src="../js/tabs.js"></script>
381
+ <script src="../js/menu.js"></script>
382
+ <script src="../js/libs/clipboard.min.js"></script>
383
+ <script src="../js/libs/prism.js"></script>
384
+ <script src="../js/sourceCode.js"></script>
385
+ <script src="../js/search/search.js"></script>
386
+ <script src="../js/search/lunr.min.js"></script>
387
+ <script src="../js/search/search-lunr.js"></script>
388
+ <script src="../js/search/search_index.js"></script>
389
+ <script src="../js/lazy-load-graphs.js"></script>
390
+
391
+
392
+ </body>
393
+ </html>