@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,452 @@
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
+ UserState</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/eui-models/eui-store/state/user.state.ts</code>
70
+ </p>
71
+
72
+
73
+
74
+ <p class="comment">
75
+ <h3>Extends</h3>
76
+ </p>
77
+ <p class="comment">
78
+ <code><a href="../interfaces/UserDetails.html" target="_self" >UserDetails</a></code>
79
+ </p>
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
+ <tr>
86
+ <td class="col-md-4">
87
+ <h6><b>Properties</b></h6>
88
+ </td>
89
+ </tr>
90
+ <tr>
91
+ <td class="col-md-4">
92
+ <ul class="index-list">
93
+ <li>
94
+ <span class="modifier">Optional</span>
95
+ <a href="#firstName"
96
+ >
97
+ firstName
98
+ </a>
99
+ </li>
100
+ <li>
101
+ <span class="modifier">Optional</span>
102
+ <a href="#fullName"
103
+ >
104
+ fullName
105
+ </a>
106
+ </li>
107
+ <li>
108
+ <span class="modifier">Optional</span>
109
+ <a href="#lastName"
110
+ >
111
+ lastName
112
+ </a>
113
+ </li>
114
+ <li>
115
+ <span class="modifier">Optional</span>
116
+ <a href="#preferences"
117
+ >
118
+ preferences
119
+ </a>
120
+ </li>
121
+ <li>
122
+ <span class="modifier">Optional</span>
123
+ <a href="#rights"
124
+ >
125
+ rights
126
+ </a>
127
+ </li>
128
+ <li>
129
+ <a href="#userId"
130
+ >
131
+ userId
132
+ </a>
133
+ </li>
134
+ </ul>
135
+ </td>
136
+ </tr>
137
+ </tbody>
138
+ </table>
139
+ </section>
140
+
141
+
142
+ <section data-compodoc="block-indexables">
143
+ <h3 id="inputs">Indexable</h3>
144
+ <table class="table table-sm table-bordered">
145
+ <tbody>
146
+ <tr>
147
+ <td class="col-md-4">
148
+ <code>[key: string]: <code><a href="../interfaces/UserPreferences.html" target="_self" >string | UserPreferences | T</a></code>
149
+ </code>
150
+ </td>
151
+ </tr>
152
+ </tbody>
153
+ </table>
154
+ </section>
155
+
156
+ <section data-compodoc="block-properties">
157
+ <h3 id="inputs">Properties</h3>
158
+ <table class="table table-sm table-bordered">
159
+ <tbody>
160
+ <tr>
161
+ <td class="col-md-4">
162
+ <a name="firstName"></a>
163
+ <span class="name "><b>firstName</b>
164
+ <a href="#firstName">
165
+ <span class="icon ion-ios-link"></span>
166
+ </a>
167
+ </span>
168
+ </td>
169
+ </tr>
170
+ <tr>
171
+ <td class="col-md-4">
172
+ <code>firstName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
173
+ </code>
174
+ </td>
175
+ </tr>
176
+
177
+
178
+ <tr>
179
+ <td class="col-md-4">
180
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
181
+
182
+ </td>
183
+ </tr>
184
+
185
+ <tr>
186
+ <td class="col-md-4">
187
+ <i>Optional</i>
188
+ </td>
189
+ </tr>
190
+
191
+
192
+
193
+
194
+ </tbody>
195
+ </table>
196
+ <table class="table table-sm table-bordered">
197
+ <tbody>
198
+ <tr>
199
+ <td class="col-md-4">
200
+ <a name="fullName"></a>
201
+ <span class="name "><b>fullName</b>
202
+ <a href="#fullName">
203
+ <span class="icon ion-ios-link"></span>
204
+ </a>
205
+ </span>
206
+ </td>
207
+ </tr>
208
+ <tr>
209
+ <td class="col-md-4">
210
+ <code>fullName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
211
+ </code>
212
+ </td>
213
+ </tr>
214
+
215
+
216
+ <tr>
217
+ <td class="col-md-4">
218
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
219
+
220
+ </td>
221
+ </tr>
222
+
223
+ <tr>
224
+ <td class="col-md-4">
225
+ <i>Optional</i>
226
+ </td>
227
+ </tr>
228
+
229
+
230
+
231
+
232
+ </tbody>
233
+ </table>
234
+ <table class="table table-sm table-bordered">
235
+ <tbody>
236
+ <tr>
237
+ <td class="col-md-4">
238
+ <a name="lastName"></a>
239
+ <span class="name "><b>lastName</b>
240
+ <a href="#lastName">
241
+ <span class="icon ion-ios-link"></span>
242
+ </a>
243
+ </span>
244
+ </td>
245
+ </tr>
246
+ <tr>
247
+ <td class="col-md-4">
248
+ <code>lastName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
249
+ </code>
250
+ </td>
251
+ </tr>
252
+
253
+
254
+ <tr>
255
+ <td class="col-md-4">
256
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
257
+
258
+ </td>
259
+ </tr>
260
+
261
+ <tr>
262
+ <td class="col-md-4">
263
+ <i>Optional</i>
264
+ </td>
265
+ </tr>
266
+
267
+
268
+
269
+
270
+ </tbody>
271
+ </table>
272
+ <table class="table table-sm table-bordered">
273
+ <tbody>
274
+ <tr>
275
+ <td class="col-md-4">
276
+ <a name="preferences"></a>
277
+ <span class="name "><b>preferences</b>
278
+ <a href="#preferences">
279
+ <span class="icon ion-ios-link"></span>
280
+ </a>
281
+ </span>
282
+ </td>
283
+ </tr>
284
+ <tr>
285
+ <td class="col-md-4">
286
+ <code>preferences: <code><a href="../interfaces/UserPreferences.html" target="_self" >UserPreferences</a></code>
287
+ </code>
288
+ </td>
289
+ </tr>
290
+
291
+
292
+ <tr>
293
+ <td class="col-md-4">
294
+ <i>Type : </i> <code><a href="../interfaces/UserPreferences.html" target="_self" >UserPreferences</a></code>
295
+
296
+ </td>
297
+ </tr>
298
+
299
+ <tr>
300
+ <td class="col-md-4">
301
+ <i>Optional</i>
302
+ </td>
303
+ </tr>
304
+
305
+
306
+
307
+
308
+ </tbody>
309
+ </table>
310
+ <table class="table table-sm table-bordered">
311
+ <tbody>
312
+ <tr>
313
+ <td class="col-md-4">
314
+ <a name="rights"></a>
315
+ <span class="name "><b>rights</b>
316
+ <a href="#rights">
317
+ <span class="icon ion-ios-link"></span>
318
+ </a>
319
+ </span>
320
+ </td>
321
+ </tr>
322
+ <tr>
323
+ <td class="col-md-4">
324
+ <code>rights: <code><a href="../interfaces/EuiUserRight.html" target="_self" >EuiUserRight[]</a></code>
325
+ </code>
326
+ </td>
327
+ </tr>
328
+
329
+
330
+ <tr>
331
+ <td class="col-md-4">
332
+ <i>Type : </i> <code><a href="../interfaces/EuiUserRight.html" target="_self" >EuiUserRight[]</a></code>
333
+
334
+ </td>
335
+ </tr>
336
+
337
+ <tr>
338
+ <td class="col-md-4">
339
+ <i>Optional</i>
340
+ </td>
341
+ </tr>
342
+
343
+
344
+
345
+
346
+ </tbody>
347
+ </table>
348
+ <table class="table table-sm table-bordered">
349
+ <tbody>
350
+ <tr>
351
+ <td class="col-md-4">
352
+ <a name="userId"></a>
353
+ <span class="name "><b>userId</b>
354
+ <a href="#userId">
355
+ <span class="icon ion-ios-link"></span>
356
+ </a>
357
+ </span>
358
+ </td>
359
+ </tr>
360
+ <tr>
361
+ <td class="col-md-4">
362
+ <code>userId: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
363
+ </code>
364
+ </td>
365
+ </tr>
366
+
367
+
368
+ <tr>
369
+ <td class="col-md-4">
370
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
371
+
372
+ </td>
373
+ </tr>
374
+
375
+
376
+
377
+
378
+
379
+ </tbody>
380
+ </table>
381
+ </section>
382
+ </div>
383
+
384
+
385
+ </div>
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+ </div><div class="search-results">
395
+ <div class="has-results">
396
+ <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
397
+ <ul class="search-results-list"></ul>
398
+ </div>
399
+ <div class="no-results">
400
+ <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
401
+ </div>
402
+ </div>
403
+ </div>
404
+ <!-- END CONTENT -->
405
+ </div>
406
+ </div>
407
+
408
+ <label class="dark-mode-switch">
409
+ <input type="checkbox">
410
+ <span class="slider">
411
+ <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">
412
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
413
+ </svg>
414
+ </span>
415
+ </label>
416
+
417
+ <script>
418
+ var COMPODOC_CURRENT_PAGE_DEPTH = 1;
419
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
420
+ var COMPODOC_CURRENT_PAGE_URL = 'UserState.html';
421
+ var MAX_SEARCH_RESULTS = 15;
422
+ </script>
423
+
424
+ <script src="../js/libs/custom-elements.min.js"></script>
425
+ <script src="../js/libs/lit-html.js"></script>
426
+
427
+ <script src="../js/menu-wc.js" defer></script>
428
+ <script nomodule src="../js/menu-wc_es5.js" defer></script>
429
+
430
+ <script src="../js/libs/bootstrap-native.js"></script>
431
+
432
+ <script src="../js/libs/es6-shim.min.js"></script>
433
+ <script src="../js/libs/EventDispatcher.js"></script>
434
+ <script src="../js/libs/promise.min.js"></script>
435
+ <script src="../js/libs/zepto.min.js"></script>
436
+
437
+ <script src="../js/compodoc.js"></script>
438
+
439
+ <script src="../js/tabs.js"></script>
440
+ <script src="../js/menu.js"></script>
441
+ <script src="../js/libs/clipboard.min.js"></script>
442
+ <script src="../js/libs/prism.js"></script>
443
+ <script src="../js/sourceCode.js"></script>
444
+ <script src="../js/search/search.js"></script>
445
+ <script src="../js/search/lunr.min.js"></script>
446
+ <script src="../js/search/search-lunr.js"></script>
447
+ <script src="../js/search/search_index.js"></script>
448
+ <script src="../js/lazy-load-graphs.js"></script>
449
+
450
+
451
+ </body>
452
+ </html>