@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,492 @@
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 interface">
33
+ <div class="content-data">
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+ <ol class="breadcrumb">
48
+ <li class="breadcrumb-item">Interfaces</li>
49
+ <li class="breadcrumb-item"
50
+ >
51
+ XHRConfig</li>
52
+ </ol>
53
+
54
+ <ul class="nav nav-tabs" role="tablist">
55
+ <li class="nav-item">
56
+ <a href="#info"
57
+ class="nav-link"
58
+ class="nav-link active"
59
+ role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
60
+ </li>
61
+ </ul>
62
+
63
+ <div class="tab-content">
64
+ <div class="tab-pane fade active in" id="info">
65
+ <p class="comment">
66
+ <h3>File</h3>
67
+ </p>
68
+ <p class="comment">
69
+ <code>packages/eui/packages/base/src/lib/util/xhr.ts</code>
70
+ </p>
71
+
72
+
73
+ <p class="comment">
74
+ <h3>Description</h3>
75
+ </p>
76
+ <p class="comment">
77
+ <p>XMLHttpRequest configuration having the following parameters
78
+ url: the path to the request, mandatory
79
+ method: possible http methods: GET, POST, PUT, PATCH, DELETE, etc
80
+ responseType: arraybuffer, blob, document, json, text or empty string
81
+ headers: object containing headers as name: value pairs
82
+ body: request body
83
+ withCredentials: True when credentials are to be included in a cross-origin request. False otherwise.
84
+ timeout - time in milliseconds. A non-zero value will terminate the execution after the given time has passed</p>
85
+
86
+ </p>
87
+
88
+
89
+ <section data-compodoc="block-index">
90
+ <h3 id="index">Index</h3>
91
+ <table class="table table-sm table-bordered index-table">
92
+ <tbody>
93
+ <tr>
94
+ <td class="col-md-4">
95
+ <h6><b>Properties</b></h6>
96
+ </td>
97
+ </tr>
98
+ <tr>
99
+ <td class="col-md-4">
100
+ <ul class="index-list">
101
+ <li>
102
+ <span class="modifier">Optional</span>
103
+ <a href="#body"
104
+ >
105
+ body
106
+ </a>
107
+ </li>
108
+ <li>
109
+ <span class="modifier">Optional</span>
110
+ <a href="#headers"
111
+ >
112
+ headers
113
+ </a>
114
+ </li>
115
+ <li>
116
+ <span class="modifier">Optional</span>
117
+ <a href="#method"
118
+ >
119
+ method
120
+ </a>
121
+ </li>
122
+ <li>
123
+ <span class="modifier">Optional</span>
124
+ <a href="#responseType"
125
+ >
126
+ responseType
127
+ </a>
128
+ </li>
129
+ <li>
130
+ <span class="modifier">Optional</span>
131
+ <a href="#timeout"
132
+ >
133
+ timeout
134
+ </a>
135
+ </li>
136
+ <li>
137
+ <a href="#url"
138
+ >
139
+ url
140
+ </a>
141
+ </li>
142
+ <li>
143
+ <span class="modifier">Optional</span>
144
+ <a href="#withCredentials"
145
+ >
146
+ withCredentials
147
+ </a>
148
+ </li>
149
+ </ul>
150
+ </td>
151
+ </tr>
152
+ </tbody>
153
+ </table>
154
+ </section>
155
+
156
+
157
+
158
+ <section data-compodoc="block-properties">
159
+ <h3 id="inputs">Properties</h3>
160
+ <table class="table table-sm table-bordered">
161
+ <tbody>
162
+ <tr>
163
+ <td class="col-md-4">
164
+ <a name="body"></a>
165
+ <span class="name "><b>body</b>
166
+ <a href="#body">
167
+ <span class="icon ion-ios-link"></span>
168
+ </a>
169
+ </span>
170
+ </td>
171
+ </tr>
172
+ <tr>
173
+ <td class="col-md-4">
174
+ <code>body: <code>Document | XMLHttpRequestBodyInit</code>
175
+ </code>
176
+ </td>
177
+ </tr>
178
+
179
+
180
+ <tr>
181
+ <td class="col-md-4">
182
+ <i>Type : </i> <code>Document | XMLHttpRequestBodyInit</code>
183
+
184
+ </td>
185
+ </tr>
186
+
187
+ <tr>
188
+ <td class="col-md-4">
189
+ <i>Optional</i>
190
+ </td>
191
+ </tr>
192
+
193
+
194
+
195
+
196
+ </tbody>
197
+ </table>
198
+ <table class="table table-sm table-bordered">
199
+ <tbody>
200
+ <tr>
201
+ <td class="col-md-4">
202
+ <a name="headers"></a>
203
+ <span class="name "><b>headers</b>
204
+ <a href="#headers">
205
+ <span class="icon ion-ios-link"></span>
206
+ </a>
207
+ </span>
208
+ </td>
209
+ </tr>
210
+ <tr>
211
+ <td class="col-md-4">
212
+ <code>headers: <code>literal type</code>
213
+ </code>
214
+ </td>
215
+ </tr>
216
+
217
+
218
+ <tr>
219
+ <td class="col-md-4">
220
+ <i>Type : </i> <code>literal type</code>
221
+
222
+ </td>
223
+ </tr>
224
+
225
+ <tr>
226
+ <td class="col-md-4">
227
+ <i>Optional</i>
228
+ </td>
229
+ </tr>
230
+
231
+
232
+
233
+
234
+ </tbody>
235
+ </table>
236
+ <table class="table table-sm table-bordered">
237
+ <tbody>
238
+ <tr>
239
+ <td class="col-md-4">
240
+ <a name="method"></a>
241
+ <span class="name "><b>method</b>
242
+ <a href="#method">
243
+ <span class="icon ion-ios-link"></span>
244
+ </a>
245
+ </span>
246
+ </td>
247
+ </tr>
248
+ <tr>
249
+ <td class="col-md-4">
250
+ <code>method: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
251
+ </code>
252
+ </td>
253
+ </tr>
254
+
255
+
256
+ <tr>
257
+ <td class="col-md-4">
258
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
259
+
260
+ </td>
261
+ </tr>
262
+
263
+ <tr>
264
+ <td class="col-md-4">
265
+ <i>Optional</i>
266
+ </td>
267
+ </tr>
268
+
269
+
270
+
271
+
272
+ </tbody>
273
+ </table>
274
+ <table class="table table-sm table-bordered">
275
+ <tbody>
276
+ <tr>
277
+ <td class="col-md-4">
278
+ <a name="responseType"></a>
279
+ <span class="name "><b>responseType</b>
280
+ <a href="#responseType">
281
+ <span class="icon ion-ios-link"></span>
282
+ </a>
283
+ </span>
284
+ </td>
285
+ </tr>
286
+ <tr>
287
+ <td class="col-md-4">
288
+ <code>responseType: <code>XMLHttpRequestResponseType</code>
289
+ </code>
290
+ </td>
291
+ </tr>
292
+
293
+
294
+ <tr>
295
+ <td class="col-md-4">
296
+ <i>Type : </i> <code>XMLHttpRequestResponseType</code>
297
+
298
+ </td>
299
+ </tr>
300
+
301
+ <tr>
302
+ <td class="col-md-4">
303
+ <i>Optional</i>
304
+ </td>
305
+ </tr>
306
+
307
+
308
+
309
+
310
+ </tbody>
311
+ </table>
312
+ <table class="table table-sm table-bordered">
313
+ <tbody>
314
+ <tr>
315
+ <td class="col-md-4">
316
+ <a name="timeout"></a>
317
+ <span class="name "><b>timeout</b>
318
+ <a href="#timeout">
319
+ <span class="icon ion-ios-link"></span>
320
+ </a>
321
+ </span>
322
+ </td>
323
+ </tr>
324
+ <tr>
325
+ <td class="col-md-4">
326
+ <code>timeout: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
327
+ </code>
328
+ </td>
329
+ </tr>
330
+
331
+
332
+ <tr>
333
+ <td class="col-md-4">
334
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
335
+
336
+ </td>
337
+ </tr>
338
+
339
+ <tr>
340
+ <td class="col-md-4">
341
+ <i>Optional</i>
342
+ </td>
343
+ </tr>
344
+
345
+
346
+
347
+
348
+ </tbody>
349
+ </table>
350
+ <table class="table table-sm table-bordered">
351
+ <tbody>
352
+ <tr>
353
+ <td class="col-md-4">
354
+ <a name="url"></a>
355
+ <span class="name "><b>url</b>
356
+ <a href="#url">
357
+ <span class="icon ion-ios-link"></span>
358
+ </a>
359
+ </span>
360
+ </td>
361
+ </tr>
362
+ <tr>
363
+ <td class="col-md-4">
364
+ <code>url: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
365
+ </code>
366
+ </td>
367
+ </tr>
368
+
369
+
370
+ <tr>
371
+ <td class="col-md-4">
372
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
373
+
374
+ </td>
375
+ </tr>
376
+
377
+
378
+
379
+
380
+
381
+ </tbody>
382
+ </table>
383
+ <table class="table table-sm table-bordered">
384
+ <tbody>
385
+ <tr>
386
+ <td class="col-md-4">
387
+ <a name="withCredentials"></a>
388
+ <span class="name "><b>withCredentials</b>
389
+ <a href="#withCredentials">
390
+ <span class="icon ion-ios-link"></span>
391
+ </a>
392
+ </span>
393
+ </td>
394
+ </tr>
395
+ <tr>
396
+ <td class="col-md-4">
397
+ <code>withCredentials: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
398
+ </code>
399
+ </td>
400
+ </tr>
401
+
402
+
403
+ <tr>
404
+ <td class="col-md-4">
405
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
406
+
407
+ </td>
408
+ </tr>
409
+
410
+ <tr>
411
+ <td class="col-md-4">
412
+ <i>Optional</i>
413
+ </td>
414
+ </tr>
415
+
416
+
417
+
418
+
419
+ </tbody>
420
+ </table>
421
+ </section>
422
+ </div>
423
+
424
+
425
+ </div>
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+ </div><div class="search-results">
435
+ <div class="has-results">
436
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
437
+ <ul class="search-results-list"></ul>
438
+ </div>
439
+ <div class="no-results">
440
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
441
+ </div>
442
+ </div>
443
+ </div>
444
+ <!-- END CONTENT -->
445
+ </div>
446
+ </div>
447
+
448
+ <label class="dark-mode-switch">
449
+ <input type="checkbox">
450
+ <span class="slider">
451
+ <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">
452
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
453
+ </svg>
454
+ </span>
455
+ </label>
456
+
457
+ <script>
458
+ var COMPODOC_CURRENT_PAGE_DEPTH = 1;
459
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
460
+ var COMPODOC_CURRENT_PAGE_URL = 'XHRConfig.html';
461
+ var MAX_SEARCH_RESULTS = 15;
462
+ </script>
463
+
464
+ <script src="../js/libs/custom-elements.min.js"></script>
465
+ <script src="../js/libs/lit-html.js"></script>
466
+
467
+ <script src="../js/menu-wc.js" defer></script>
468
+ <script nomodule src="../js/menu-wc_es5.js" defer></script>
469
+
470
+ <script src="../js/libs/bootstrap-native.js"></script>
471
+
472
+ <script src="../js/libs/es6-shim.min.js"></script>
473
+ <script src="../js/libs/EventDispatcher.js"></script>
474
+ <script src="../js/libs/promise.min.js"></script>
475
+ <script src="../js/libs/zepto.min.js"></script>
476
+
477
+ <script src="../js/compodoc.js"></script>
478
+
479
+ <script src="../js/tabs.js"></script>
480
+ <script src="../js/menu.js"></script>
481
+ <script src="../js/libs/clipboard.min.js"></script>
482
+ <script src="../js/libs/prism.js"></script>
483
+ <script src="../js/sourceCode.js"></script>
484
+ <script src="../js/search/search.js"></script>
485
+ <script src="../js/search/lunr.min.js"></script>
486
+ <script src="../js/search/search-lunr.js"></script>
487
+ <script src="../js/search/search_index.js"></script>
488
+ <script src="../js/lazy-load-graphs.js"></script>
489
+
490
+
491
+ </body>
492
+ </html>
@@ -0,0 +1,14 @@
1
+ var compodoc = {
2
+ EVENTS: {
3
+ READY: 'compodoc.ready',
4
+ SEARCH_READY: 'compodoc.search.ready'
5
+ }
6
+ };
7
+
8
+ Object.assign( compodoc, EventDispatcher.prototype );
9
+
10
+ document.addEventListener('DOMContentLoaded', function() {
11
+ compodoc.dispatchEvent({
12
+ type: compodoc.EVENTS.READY
13
+ });
14
+ });
@@ -0,0 +1,44 @@
1
+ document.addEventListener('DOMContentLoaded', function() {
2
+ var lazyGraphs = [].slice.call(document.querySelectorAll('[lazy]'));
3
+ var active = false;
4
+
5
+ var lazyLoad = function() {
6
+ if (active === false) {
7
+ active = true;
8
+
9
+ setTimeout(function() {
10
+ lazyGraphs.forEach(function(lazyGraph) {
11
+ if (
12
+ lazyGraph.getBoundingClientRect().top <= window.innerHeight &&
13
+ lazyGraph.getBoundingClientRect().bottom >= 0 &&
14
+ getComputedStyle(lazyGraph).display !== 'none'
15
+ ) {
16
+ lazyGraph.data = lazyGraph.getAttribute('lazy');
17
+ lazyGraph.removeAttribute('lazy');
18
+
19
+ lazyGraphs = lazyGraphs.filter(function(image) { return image !== lazyGraph});
20
+
21
+ if (lazyGraphs.length === 0) {
22
+ document.removeEventListener('scroll', lazyLoad);
23
+ window.removeEventListener('resize', lazyLoad);
24
+ window.removeEventListener('orientationchange', lazyLoad);
25
+ }
26
+ }
27
+ });
28
+
29
+ active = false;
30
+ }, 200);
31
+ }
32
+ };
33
+
34
+ // initial load
35
+ lazyLoad();
36
+
37
+ var container = document.querySelector('.container-fluid.modules');
38
+ if (container) {
39
+ container.addEventListener('scroll', lazyLoad);
40
+ window.addEventListener('resize', lazyLoad);
41
+ window.addEventListener('orientationchange', lazyLoad);
42
+ }
43
+
44
+ });
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @author mrdoob / http://mrdoob.com/
3
+ */
4
+
5
+ var EventDispatcher=function(){};Object.assign(EventDispatcher.prototype,{addEventListener:function(i,t){void 0===this._listeners&&(this._listeners={});var e=this._listeners;void 0===e[i]&&(e[i]=[]),-1===e[i].indexOf(t)&&e[i].push(t)},hasEventListener:function(i,t){if(void 0===this._listeners)return!1;var e=this._listeners;return void 0!==e[i]&&-1!==e[i].indexOf(t)},removeEventListener:function(i,t){if(void 0!==this._listeners){var e=this._listeners[i];if(void 0!==e){var s=e.indexOf(t);-1!==s&&e.splice(s,1)}}},dispatchEvent:function(i){if(void 0!==this._listeners){var t=this._listeners[i.type];if(void 0!==t){i.target=this;var e=[],s=0,n=t.length;for(s=0;s<n;s++)e[s]=t[s];for(s=0;s<n;s++)e[s].call(this,i)}}}});