@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,577 @@
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" >UxErrorOutput</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/ux-models/ux-error-feedback.model.ts</code>
67
+ </p>
68
+
69
+
70
+
71
+
72
+ <p class="comment">
73
+ <h3>Implements</h3>
74
+ </p>
75
+ <p class="comment">
76
+ <code><a href="../interfaces/UxErrorInfo.html" target="_self" >UxErrorInfo</a></code>
77
+ <code><a href="../interfaces/UxHttpErrorInfo.html" target="_self" >UxHttpErrorInfo</a></code>
78
+ <code><a href="../interfaces/UxErrorFeedback.html" target="_self" >UxErrorFeedback</a></code>
79
+ </p>
80
+
81
+
82
+ <section data-compodoc="block-index">
83
+ <h3 id="index">Index</h3>
84
+ <table class="table table-sm table-bordered index-table">
85
+ <tbody>
86
+ <tr>
87
+ <td class="col-md-4">
88
+ <h6><b>Properties</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">Optional</span>
96
+ <a href="#code" >code</a>
97
+ </li>
98
+ <li>
99
+ <a href="#description" >description</a>
100
+ </li>
101
+ <li>
102
+ <span class="modifier">Optional</span>
103
+ <a href="#details" >details</a>
104
+ </li>
105
+ <li>
106
+ <span class="modifier">Optional</span>
107
+ <a href="#doc" >doc</a>
108
+ </li>
109
+ <li>
110
+ <span class="modifier">Optional</span>
111
+ <a href="#errGroupMap" >errGroupMap</a>
112
+ </li>
113
+ <li>
114
+ <a href="#msgId" >msgId</a>
115
+ </li>
116
+ <li>
117
+ <span class="modifier">Optional</span>
118
+ <a href="#requestId" >requestId</a>
119
+ </li>
120
+ <li>
121
+ <a href="#severity" >severity</a>
122
+ </li>
123
+ <li>
124
+ <span class="modifier">Optional</span>
125
+ <a href="#subErrors" >subErrors</a>
126
+ </li>
127
+ </ul>
128
+ </td>
129
+ </tr>
130
+
131
+ <tr>
132
+ <td class="col-md-4">
133
+ <h6><b>Methods</b></h6>
134
+ </td>
135
+ </tr>
136
+ <tr>
137
+ <td class="col-md-4">
138
+ <ul class="index-list">
139
+ <li>
140
+ <a href="#getFeedBacks" >getFeedBacks</a>
141
+ </li>
142
+ </ul>
143
+ </td>
144
+ </tr>
145
+
146
+
147
+
148
+
149
+
150
+ </tbody>
151
+ </table>
152
+ </section>
153
+
154
+ <section data-compodoc="block-constructor">
155
+ <h3 id="constructor">Constructor</h3>
156
+ <table class="table table-sm table-bordered">
157
+ <tbody>
158
+ <tr>
159
+ <td class="col-md-4">
160
+ <code>constructor(info, errorFeedback: <a href="../interfaces/UxErrorFeedback.html" target="_self">UxErrorFeedback</a>, subErrors?: <a href="../undefineds/SubErrors.html" target="_self">SubErrors</a>, errGroupMap?: <a href="../undefineds/UxErrorGroupMap.html" target="_self">Array&lt;UxErrorGroupMap&gt;</a>)</code>
161
+ </td>
162
+ </tr>
163
+
164
+ <tr>
165
+ <td class="col-md-4">
166
+ <div>
167
+ <b>Parameters :</b>
168
+ <table class="params">
169
+ <thead>
170
+ <tr>
171
+ <td>Name</td>
172
+ <td>Type</td>
173
+ <td>Optional</td>
174
+ </tr>
175
+ </thead>
176
+ <tbody>
177
+ <tr>
178
+ <td>info</td>
179
+
180
+ <td>
181
+ </td>
182
+
183
+ <td>
184
+ No
185
+ </td>
186
+
187
+ </tr>
188
+ <tr>
189
+ <td>errorFeedback</td>
190
+
191
+ <td>
192
+ <code><a href="../interfaces/UxErrorFeedback.html" target="_self" >UxErrorFeedback</a></code>
193
+ </td>
194
+
195
+ <td>
196
+ No
197
+ </td>
198
+
199
+ </tr>
200
+ <tr>
201
+ <td>subErrors</td>
202
+
203
+ <td>
204
+ <code><a href="../miscellaneous/typealiases.html#SubErrors" target="_self" >SubErrors</a></code>
205
+ </td>
206
+
207
+ <td>
208
+ Yes
209
+ </td>
210
+
211
+ </tr>
212
+ <tr>
213
+ <td>errGroupMap</td>
214
+
215
+ <td>
216
+ <code><a href="../miscellaneous/typealiases.html#UxErrorGroupMap" target="_self" >Array&lt;UxErrorGroupMap&gt;</a></code>
217
+ </td>
218
+
219
+ <td>
220
+ Yes
221
+ </td>
222
+
223
+ </tr>
224
+ </tbody>
225
+ </table>
226
+ </div>
227
+ </td>
228
+ </tr>
229
+ </tbody>
230
+ </table>
231
+ </section>
232
+
233
+ <section data-compodoc="block-properties">
234
+
235
+ <h3 id="inputs">
236
+ Properties
237
+ </h3>
238
+ <table class="table table-sm table-bordered">
239
+ <tbody>
240
+ <tr>
241
+ <td class="col-md-4">
242
+ <a name="code"></a>
243
+ <span class="name">
244
+ <span class="modifier">Optional</span>
245
+ <span ><b>code</b></span>
246
+ <a href="#code"><span class="icon ion-ios-link"></span></a>
247
+ </span>
248
+ </td>
249
+ </tr>
250
+ <tr>
251
+ <td class="col-md-4">
252
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
253
+
254
+ </td>
255
+ </tr>
256
+
257
+
258
+ </tbody>
259
+ </table>
260
+ <table class="table table-sm table-bordered">
261
+ <tbody>
262
+ <tr>
263
+ <td class="col-md-4">
264
+ <a name="description"></a>
265
+ <span class="name">
266
+ <span ><b>description</b></span>
267
+ <a href="#description"><span class="icon ion-ios-link"></span></a>
268
+ </span>
269
+ </td>
270
+ </tr>
271
+ <tr>
272
+ <td class="col-md-4">
273
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
274
+
275
+ </td>
276
+ </tr>
277
+
278
+
279
+ </tbody>
280
+ </table>
281
+ <table class="table table-sm table-bordered">
282
+ <tbody>
283
+ <tr>
284
+ <td class="col-md-4">
285
+ <a name="details"></a>
286
+ <span class="name">
287
+ <span class="modifier">Optional</span>
288
+ <span ><b>details</b></span>
289
+ <a href="#details"><span class="icon ion-ios-link"></span></a>
290
+ </span>
291
+ </td>
292
+ </tr>
293
+ <tr>
294
+ <td class="col-md-4">
295
+ <i>Type : </i> <code>DETAILS</code>
296
+
297
+ </td>
298
+ </tr>
299
+
300
+
301
+ </tbody>
302
+ </table>
303
+ <table class="table table-sm table-bordered">
304
+ <tbody>
305
+ <tr>
306
+ <td class="col-md-4">
307
+ <a name="doc"></a>
308
+ <span class="name">
309
+ <span class="modifier">Optional</span>
310
+ <span ><b>doc</b></span>
311
+ <a href="#doc"><span class="icon ion-ios-link"></span></a>
312
+ </span>
313
+ </td>
314
+ </tr>
315
+ <tr>
316
+ <td class="col-md-4">
317
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
318
+
319
+ </td>
320
+ </tr>
321
+
322
+
323
+ </tbody>
324
+ </table>
325
+ <table class="table table-sm table-bordered">
326
+ <tbody>
327
+ <tr>
328
+ <td class="col-md-4">
329
+ <a name="errGroupMap"></a>
330
+ <span class="name">
331
+ <span class="modifier">Optional</span>
332
+ <span ><b>errGroupMap</b></span>
333
+ <a href="#errGroupMap"><span class="icon ion-ios-link"></span></a>
334
+ </span>
335
+ </td>
336
+ </tr>
337
+ <tr>
338
+ <td class="col-md-4">
339
+ <i>Type : </i> <code><a href="../miscellaneous/typealiases.html#UxErrorGroupMap" target="_self" >Array&lt;UxErrorGroupMap&gt;</a></code>
340
+
341
+ </td>
342
+ </tr>
343
+
344
+
345
+ </tbody>
346
+ </table>
347
+ <table class="table table-sm table-bordered">
348
+ <tbody>
349
+ <tr>
350
+ <td class="col-md-4">
351
+ <a name="msgId"></a>
352
+ <span class="name">
353
+ <span ><b>msgId</b></span>
354
+ <a href="#msgId"><span class="icon ion-ios-link"></span></a>
355
+ </span>
356
+ </td>
357
+ </tr>
358
+ <tr>
359
+ <td class="col-md-4">
360
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
361
+
362
+ </td>
363
+ </tr>
364
+
365
+
366
+ </tbody>
367
+ </table>
368
+ <table class="table table-sm table-bordered">
369
+ <tbody>
370
+ <tr>
371
+ <td class="col-md-4">
372
+ <a name="requestId"></a>
373
+ <span class="name">
374
+ <span class="modifier">Optional</span>
375
+ <span ><b>requestId</b></span>
376
+ <a href="#requestId"><span class="icon ion-ios-link"></span></a>
377
+ </span>
378
+ </td>
379
+ </tr>
380
+ <tr>
381
+ <td class="col-md-4">
382
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
383
+
384
+ </td>
385
+ </tr>
386
+
387
+
388
+ </tbody>
389
+ </table>
390
+ <table class="table table-sm table-bordered">
391
+ <tbody>
392
+ <tr>
393
+ <td class="col-md-4">
394
+ <a name="severity"></a>
395
+ <span class="name">
396
+ <span ><b>severity</b></span>
397
+ <a href="#severity"><span class="icon ion-ios-link"></span></a>
398
+ </span>
399
+ </td>
400
+ </tr>
401
+ <tr>
402
+ <td class="col-md-4">
403
+ <i>Default value : </i><code>UxMessageSeverity.danger</code>
404
+ </td>
405
+ </tr>
406
+
407
+
408
+ </tbody>
409
+ </table>
410
+ <table class="table table-sm table-bordered">
411
+ <tbody>
412
+ <tr>
413
+ <td class="col-md-4">
414
+ <a name="subErrors"></a>
415
+ <span class="name">
416
+ <span class="modifier">Optional</span>
417
+ <span ><b>subErrors</b></span>
418
+ <a href="#subErrors"><span class="icon ion-ios-link"></span></a>
419
+ </span>
420
+ </td>
421
+ </tr>
422
+ <tr>
423
+ <td class="col-md-4">
424
+ <i>Type : </i> <code><a href="../miscellaneous/typealiases.html#SubErrors" target="_self" >SubErrors</a></code>
425
+
426
+ </td>
427
+ </tr>
428
+
429
+
430
+ </tbody>
431
+ </table>
432
+ </section>
433
+
434
+ <section data-compodoc="block-methods">
435
+
436
+ <h3 id="methods">
437
+ Methods
438
+ </h3>
439
+ <table class="table table-sm table-bordered">
440
+ <tbody>
441
+ <tr>
442
+ <td class="col-md-4">
443
+ <a name="getFeedBacks"></a>
444
+ <span class="name">
445
+ <span ><b>getFeedBacks</b></span>
446
+ <a href="#getFeedBacks"><span class="icon ion-ios-link"></span></a>
447
+ </span>
448
+ </td>
449
+ </tr>
450
+ <tr>
451
+ <td class="col-md-4">
452
+ <code>getFeedBacks(byKey?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
453
+ </td>
454
+ </tr>
455
+
456
+
457
+
458
+
459
+ <tr>
460
+ <td class="col-md-4">
461
+
462
+ <div class="io-description">
463
+ <b>Parameters :</b>
464
+
465
+ <table class="params">
466
+ <thead>
467
+ <tr>
468
+ <td>Name</td>
469
+ <td>Type</td>
470
+ <td>Optional</td>
471
+ </tr>
472
+ </thead>
473
+ <tbody>
474
+ <tr>
475
+ <td>byKey</td>
476
+ <td>
477
+ <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
478
+ </td>
479
+
480
+ <td>
481
+ Yes
482
+ </td>
483
+
484
+
485
+ </tr>
486
+ </tbody>
487
+ </table>
488
+ </div>
489
+ <div class="io-description">
490
+ <b>Returns : </b> <code><a href="../interfaces/UxErrorFeedback.html" target="_self" >Array&lt;UxErrorFeedback&gt;</a></code>
491
+
492
+ </div>
493
+ <div class="io-description">
494
+
495
+ </div>
496
+ </td>
497
+ </tr>
498
+ </tbody>
499
+ </table>
500
+ </section>
501
+
502
+
503
+
504
+
505
+
506
+ </div>
507
+
508
+
509
+ </div>
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+
519
+ </div><div class="search-results">
520
+ <div class="has-results">
521
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
522
+ <ul class="search-results-list"></ul>
523
+ </div>
524
+ <div class="no-results">
525
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
526
+ </div>
527
+ </div>
528
+ </div>
529
+ <!-- END CONTENT -->
530
+ </div>
531
+ </div>
532
+
533
+ <label class="dark-mode-switch">
534
+ <input type="checkbox">
535
+ <span class="slider">
536
+ <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">
537
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
538
+ </svg>
539
+ </span>
540
+ </label>
541
+
542
+ <script>
543
+ var COMPODOC_CURRENT_PAGE_DEPTH = 1;
544
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
545
+ var COMPODOC_CURRENT_PAGE_URL = 'UxErrorOutput.html';
546
+ var MAX_SEARCH_RESULTS = 15;
547
+ </script>
548
+
549
+ <script src="../js/libs/custom-elements.min.js"></script>
550
+ <script src="../js/libs/lit-html.js"></script>
551
+
552
+ <script src="../js/menu-wc.js" defer></script>
553
+ <script nomodule src="../js/menu-wc_es5.js" defer></script>
554
+
555
+ <script src="../js/libs/bootstrap-native.js"></script>
556
+
557
+ <script src="../js/libs/es6-shim.min.js"></script>
558
+ <script src="../js/libs/EventDispatcher.js"></script>
559
+ <script src="../js/libs/promise.min.js"></script>
560
+ <script src="../js/libs/zepto.min.js"></script>
561
+
562
+ <script src="../js/compodoc.js"></script>
563
+
564
+ <script src="../js/tabs.js"></script>
565
+ <script src="../js/menu.js"></script>
566
+ <script src="../js/libs/clipboard.min.js"></script>
567
+ <script src="../js/libs/prism.js"></script>
568
+ <script src="../js/sourceCode.js"></script>
569
+ <script src="../js/search/search.js"></script>
570
+ <script src="../js/search/lunr.min.js"></script>
571
+ <script src="../js/search/search-lunr.js"></script>
572
+ <script src="../js/search/search_index.js"></script>
573
+ <script src="../js/lazy-load-graphs.js"></script>
574
+
575
+
576
+ </body>
577
+ </html>