@eui/base 23.0.0-alpha.2 → 23.0.0-alpha.4
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.
- package/docs/architecture.html +223 -0
- package/docs/changelog.html +126 -2
- package/docs/classes/ConsoleAppender.html +76 -27
- package/docs/classes/EuiEuLanguages.html +55 -16
- package/docs/classes/EuiLazyService.html +86 -25
- package/docs/classes/EuiPagination.html +69 -16
- package/docs/classes/EuiService.html +103 -28
- package/docs/classes/LogAppender.html +52 -20
- package/docs/classes/Logger.html +100 -30
- package/docs/classes/LoggerMock.html +92 -22
- package/docs/classes/UrlAppender.html +78 -24
- package/docs/classes/UxBadgeLegacy.html +47 -16
- package/docs/classes/UxClearErrorFeedbackEvent.html +47 -16
- package/docs/classes/UxErrorGroupOnClickEvent.html +47 -16
- package/docs/classes/UxErrorOutput.html +91 -24
- package/docs/classes/UxLinkLegacy.html +105 -31
- package/docs/classes/UxPublishErrorFeedbackEvent.html +49 -16
- package/docs/classes/UxValidationErrorClass.html +77 -18
- package/docs/dependencies.html +38 -4
- package/docs/index.html +26 -2
- package/docs/interfaces/ApiQueue.html +41 -11
- package/docs/interfaces/ApiQueueItem.html +209 -181
- package/docs/interfaces/AppState.html +312 -284
- package/docs/interfaces/ConnectionStatus.html +134 -93
- package/docs/interfaces/ConsoleAppenderConfig.html +206 -104
- package/docs/interfaces/ConsoleAppenderTypeConfig.html +253 -53
- package/docs/interfaces/CoreState.html +272 -244
- package/docs/interfaces/EnvDynamicConfig.html +218 -190
- package/docs/interfaces/EuiAppHandlersConfig.html +229 -201
- package/docs/interfaces/EuiAppJsonConfig.html +171 -143
- package/docs/interfaces/EuiAuthConfig.html +184 -156
- package/docs/interfaces/EuiConfig.html +131 -103
- package/docs/interfaces/EuiEnvConfig.html +180 -152
- package/docs/interfaces/EuiGlobalConfig.html +140 -112
- package/docs/interfaces/EuiGrowlMessage.html +408 -380
- package/docs/interfaces/EuiLanguage.html +169 -141
- package/docs/interfaces/EuiMenuItem.html +1708 -1653
- package/docs/interfaces/EuiPaginationConfig.html +228 -200
- package/docs/interfaces/EuiServiceModel.html +109 -67
- package/docs/interfaces/EuiServiceStatus.html +138 -108
- package/docs/interfaces/EuiStoreServiceModel.html +64 -36
- package/docs/interfaces/EuiUserRight.html +127 -99
- package/docs/interfaces/GlobalConfig.html +268 -240
- package/docs/interfaces/HttpErrorHandlerConfig.html +96 -68
- package/docs/interfaces/HttpErrorRouteConfig.html +136 -108
- package/docs/interfaces/I18nConfig.html +157 -129
- package/docs/interfaces/I18nLoaderConfig.html +199 -152
- package/docs/interfaces/I18nResource.html +176 -148
- package/docs/interfaces/I18nServiceConfig.html +141 -113
- package/docs/interfaces/I18nState.html +91 -63
- package/docs/interfaces/LoadedConfigModules.html +137 -107
- package/docs/interfaces/LocaleServiceConfig.html +102 -74
- package/docs/interfaces/LocaleState.html +96 -68
- package/docs/interfaces/LogAppenderConfig.html +123 -70
- package/docs/interfaces/LogAppenderTypeConfig.html +159 -61
- package/docs/interfaces/LogConfig.html +196 -149
- package/docs/interfaces/LogEvent.html +246 -199
- package/docs/interfaces/LogPosition.html +151 -123
- package/docs/interfaces/ModuleConfig.html +236 -12
- package/docs/interfaces/ModulesConfig.html +41 -11
- package/docs/interfaces/NotificationsState.html +98 -70
- package/docs/interfaces/UrlAppenderConfig.html +200 -98
- package/docs/interfaces/UrlAppenderTypeConfig.html +247 -53
- package/docs/interfaces/UrlLogEvent.html +368 -96
- package/docs/interfaces/UserConfig.html +97 -69
- package/docs/interfaces/UserDetails.html +237 -190
- package/docs/interfaces/UserPreferences.html +141 -113
- package/docs/interfaces/UserState.html +326 -279
- package/docs/interfaces/UxErrorFeedback.html +373 -235
- package/docs/interfaces/UxErrorFollowMap.html +41 -11
- package/docs/interfaces/UxErrorInfo.html +201 -151
- package/docs/interfaces/UxErrorMessage.html +149 -102
- package/docs/interfaces/UxFormValidationError.html +91 -63
- package/docs/interfaces/UxHttpErrorInfo.html +112 -65
- package/docs/interfaces/UxHttpErrorResponse.html +108 -61
- package/docs/interfaces/UxModalLegacy.html +164 -136
- package/docs/interfaces/UxValidationErrorAttribute.html +121 -93
- package/docs/interfaces/UxValidationErrorFeedback.html +126 -98
- package/docs/interfaces/UxValidationErrorI18nMessage.html +127 -99
- package/docs/interfaces/VersionsConfig.html +96 -68
- package/docs/interfaces/XHRConfig.html +346 -318
- package/docs/js/architecture-graph.js +288 -0
- package/docs/js/libs/bootstrap-native.js +4 -2
- package/docs/js/libs/tablesort.min.js +3 -3
- package/docs/js/libs/tablesort.number.min.js +2 -2
- package/docs/js/libs/vis-network.min.js +7 -7
- package/docs/js/menu-wc.js +30 -23
- package/docs/js/routes.js +138 -37
- package/docs/js/search/search.js +62 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/js/tabs.js +98 -15
- package/docs/js/tree.js +44 -7
- package/docs/json/documentation.json +3154 -482
- package/docs/license.html +26 -2
- package/docs/llms.txt +1084 -0
- package/docs/miscellaneous/enumerations.html +30 -6
- package/docs/miscellaneous/functions.html +138 -27
- package/docs/miscellaneous/typealiases.html +62 -29
- package/docs/miscellaneous/variables.html +77 -53
- package/docs/modules.html +26 -2
- package/docs/overview.html +26 -2
- package/docs/properties.html +27 -3
- package/docs/routes.html +26 -2
- package/docs/styles/compodoc.css +365 -44
- package/docs/styles/dark.css +16 -0
- package/docs/template-playground/hbs-render.service.ts +6 -1
- package/package.json +1 -1
- package/docs/js/menu-wc_es5.js +0 -40
package/docs/js/menu-wc_es5.js
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
5
|
-
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
6
|
-
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
7
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
-
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
10
|
-
function _possibleConstructorReturn(t, e) { if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return _assertThisInitialized(t); }
|
|
11
|
-
function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
|
|
12
|
-
function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
|
|
13
|
-
function _wrapNativeSuper(t) { var r = "function" == typeof Map ? new Map() : void 0; return _wrapNativeSuper = function _wrapNativeSuper(t) { if (null === t || !_isNativeFunction(t)) return t; if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function"); if (void 0 !== r) { if (r.has(t)) return r.get(t); r.set(t, Wrapper); } function Wrapper() { return _construct(t, arguments, _getPrototypeOf(this).constructor); } return Wrapper.prototype = Object.create(t.prototype, { constructor: { value: Wrapper, enumerable: !1, writable: !0, configurable: !0 } }), _setPrototypeOf(Wrapper, t); }, _wrapNativeSuper(t); }
|
|
14
|
-
function _construct(t, e, r) { if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments); var o = [null]; o.push.apply(o, e); var p = new (t.bind.apply(t, o))(); return r && _setPrototypeOf(p, r.prototype), p; }
|
|
15
|
-
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
16
|
-
function _isNativeFunction(t) { try { return -1 !== Function.toString.call(t).indexOf("[native code]"); } catch (n) { return "function" == typeof t; } }
|
|
17
|
-
function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
|
|
18
|
-
function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
|
|
19
|
-
customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
|
|
20
|
-
function _class() {
|
|
21
|
-
var _this;
|
|
22
|
-
_classCallCheck(this, _class);
|
|
23
|
-
_this = _callSuper(this, _class);
|
|
24
|
-
_this.isNormalMode = _this.getAttribute('mode') === 'normal';
|
|
25
|
-
return _this;
|
|
26
|
-
}
|
|
27
|
-
_inherits(_class, _HTMLElement);
|
|
28
|
-
return _createClass(_class, [{
|
|
29
|
-
key: "connectedCallback",
|
|
30
|
-
value: function connectedCallback() {
|
|
31
|
-
this.render(this.isNormalMode);
|
|
32
|
-
}
|
|
33
|
-
}, {
|
|
34
|
-
key: "render",
|
|
35
|
-
value: function render(isNormalMode) {
|
|
36
|
-
var tp = lithtml.html("\n <nav>\n <ul class=\"list\">\n <li class=\"title\">\n <a href=\"index.html\" data-type=\"index-link\">eui documentation</a>\n </li>\n\n <li class=\"divider\"></li>\n ".concat(isNormalMode ? "<div id=\"book-search-input\" role=\"search\"><input type=\"text\" placeholder=\"Type to search\"></div>" : '', "\n <li class=\"chapter\">\n <a data-type=\"chapter-link\" href=\"index.html\"><span class=\"icon ion-ios-home\"></span>Getting started</a>\n <ul class=\"links\">\n <li class=\"link\">\n <a href=\"overview.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-keypad\"></span>Overview\n </a>\n </li>\n\n <li class=\"link\">\n <a href=\"index.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-paper\"></span>\n README\n </a>\n </li>\n <li class=\"link\">\n <a href=\"changelog.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-paper\"></span>CHANGELOG\n </a>\n </li>\n <li class=\"link\">\n <a href=\"license.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-paper\"></span>LICENSE\n </a>\n </li>\n <li class=\"link\">\n <a href=\"properties.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-apps\"></span>Properties\n </a>\n </li>\n\n </ul>\n </li>\n <li class=\"chapter\">\n <div class=\"simple menu-toggler\" data-bs-toggle=\"collapse\" ").concat(isNormalMode ? 'data-bs-target="#classes-links"' : 'data-bs-target="#xs-classes-links"', ">\n <span class=\"icon ion-ios-paper\"></span>\n <span>Classes</span>\n <span class=\"icon ion-ios-arrow-down\"></span>\n </div>\n <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="classes-links"' : 'id="xs-classes-links"', ">\n <li class=\"link\">\n <a href=\"classes/ConsoleAppender.html\" data-type=\"entity-link\" >ConsoleAppender</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/EuiEuLanguages.html\" data-type=\"entity-link\" >EuiEuLanguages</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/EuiLazyService.html\" data-type=\"entity-link\" >EuiLazyService</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/EuiPagination.html\" data-type=\"entity-link\" >EuiPagination</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/EuiService.html\" data-type=\"entity-link\" >EuiService</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/LogAppender.html\" data-type=\"entity-link\" >LogAppender</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/Logger.html\" data-type=\"entity-link\" >Logger</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/LoggerMock.html\" data-type=\"entity-link\" >LoggerMock</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/UrlAppender.html\" data-type=\"entity-link\" >UrlAppender</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/UxBadgeLegacy.html\" data-type=\"entity-link\" >UxBadgeLegacy</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/UxClearErrorFeedbackEvent.html\" data-type=\"entity-link\" >UxClearErrorFeedbackEvent</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/UxErrorGroupOnClickEvent.html\" data-type=\"entity-link\" >UxErrorGroupOnClickEvent</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/UxErrorOutput.html\" data-type=\"entity-link\" >UxErrorOutput</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/UxLinkLegacy.html\" data-type=\"entity-link\" >UxLinkLegacy</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/UxPublishErrorFeedbackEvent.html\" data-type=\"entity-link\" >UxPublishErrorFeedbackEvent</a>\n </li>\n <li class=\"link\">\n <a href=\"classes/UxValidationErrorClass.html\" data-type=\"entity-link\" >UxValidationErrorClass</a>\n </li>\n </ul>\n </li>\n <li class=\"chapter\">\n <div class=\"simple menu-toggler\" data-bs-toggle=\"collapse\" ").concat(isNormalMode ? 'data-bs-target="#interfaces-links"' : 'data-bs-target="#xs-interfaces-links"', ">\n <span class=\"icon ion-md-information-circle-outline\"></span>\n <span>Interfaces</span>\n <span class=\"icon ion-ios-arrow-down\"></span>\n </div>\n <ul class=\"links collapse \" ").concat(isNormalMode ? ' id="interfaces-links"' : 'id="xs-interfaces-links"', ">\n <li class=\"link\">\n <a href=\"interfaces/ApiQueue.html\" data-type=\"entity-link\" >ApiQueue</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/ApiQueueItem.html\" data-type=\"entity-link\" >ApiQueueItem</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/AppState.html\" data-type=\"entity-link\" >AppState</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/ConnectionStatus.html\" data-type=\"entity-link\" >ConnectionStatus</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/ConsoleAppenderConfig.html\" data-type=\"entity-link\" >ConsoleAppenderConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/ConsoleAppenderTypeConfig.html\" data-type=\"entity-link\" >ConsoleAppenderTypeConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/CoreState.html\" data-type=\"entity-link\" >CoreState</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EnvDynamicConfig.html\" data-type=\"entity-link\" >EnvDynamicConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiAppHandlersConfig.html\" data-type=\"entity-link\" >EuiAppHandlersConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiAppJsonConfig.html\" data-type=\"entity-link\" >EuiAppJsonConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiAuthConfig.html\" data-type=\"entity-link\" >EuiAuthConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiConfig.html\" data-type=\"entity-link\" >EuiConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiEnvConfig.html\" data-type=\"entity-link\" >EuiEnvConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiGlobalConfig.html\" data-type=\"entity-link\" >EuiGlobalConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiGrowlMessage.html\" data-type=\"entity-link\" >EuiGrowlMessage</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiLanguage.html\" data-type=\"entity-link\" >EuiLanguage</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiMenuItem.html\" data-type=\"entity-link\" >EuiMenuItem</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiPaginationConfig.html\" data-type=\"entity-link\" >EuiPaginationConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiServiceModel.html\" data-type=\"entity-link\" >EuiServiceModel</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiServiceStatus.html\" data-type=\"entity-link\" >EuiServiceStatus</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiStoreServiceModel.html\" data-type=\"entity-link\" >EuiStoreServiceModel</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/EuiUserRight.html\" data-type=\"entity-link\" >EuiUserRight</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/GlobalConfig.html\" data-type=\"entity-link\" >GlobalConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/HttpErrorHandlerConfig.html\" data-type=\"entity-link\" >HttpErrorHandlerConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/HttpErrorRouteConfig.html\" data-type=\"entity-link\" >HttpErrorRouteConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/I18nConfig.html\" data-type=\"entity-link\" >I18nConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/I18nLoaderConfig.html\" data-type=\"entity-link\" >I18nLoaderConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/I18nResource.html\" data-type=\"entity-link\" >I18nResource</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/I18nServiceConfig.html\" data-type=\"entity-link\" >I18nServiceConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/I18nState.html\" data-type=\"entity-link\" >I18nState</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/LoadedConfigModules.html\" data-type=\"entity-link\" >LoadedConfigModules</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/LocaleServiceConfig.html\" data-type=\"entity-link\" >LocaleServiceConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/LocaleState.html\" data-type=\"entity-link\" >LocaleState</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/LogAppenderConfig.html\" data-type=\"entity-link\" >LogAppenderConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/LogAppenderTypeConfig.html\" data-type=\"entity-link\" >LogAppenderTypeConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/LogConfig.html\" data-type=\"entity-link\" >LogConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/LogEvent.html\" data-type=\"entity-link\" >LogEvent</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/LogPosition.html\" data-type=\"entity-link\" >LogPosition</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/ModuleConfig.html\" data-type=\"entity-link\" >ModuleConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/ModulesConfig.html\" data-type=\"entity-link\" >ModulesConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/NotificationsState.html\" data-type=\"entity-link\" >NotificationsState</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UrlAppenderConfig.html\" data-type=\"entity-link\" >UrlAppenderConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UrlAppenderTypeConfig.html\" data-type=\"entity-link\" >UrlAppenderTypeConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UrlLogEvent.html\" data-type=\"entity-link\" >UrlLogEvent</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UserConfig.html\" data-type=\"entity-link\" >UserConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UserDetails.html\" data-type=\"entity-link\" >UserDetails</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UserPreferences.html\" data-type=\"entity-link\" >UserPreferences</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UserState.html\" data-type=\"entity-link\" >UserState</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UxErrorFeedback.html\" data-type=\"entity-link\" >UxErrorFeedback</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UxErrorFollowMap.html\" data-type=\"entity-link\" >UxErrorFollowMap</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UxErrorInfo.html\" data-type=\"entity-link\" >UxErrorInfo</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UxErrorMessage.html\" data-type=\"entity-link\" >UxErrorMessage</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UxFormValidationError.html\" data-type=\"entity-link\" >UxFormValidationError</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UxHttpErrorInfo.html\" data-type=\"entity-link\" >UxHttpErrorInfo</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UxHttpErrorResponse.html\" data-type=\"entity-link\" >UxHttpErrorResponse</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UxModalLegacy.html\" data-type=\"entity-link\" >UxModalLegacy</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UxValidationErrorAttribute.html\" data-type=\"entity-link\" >UxValidationErrorAttribute</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UxValidationErrorFeedback.html\" data-type=\"entity-link\" >UxValidationErrorFeedback</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/UxValidationErrorI18nMessage.html\" data-type=\"entity-link\" >UxValidationErrorI18nMessage</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/VersionsConfig.html\" data-type=\"entity-link\" >VersionsConfig</a>\n </li>\n <li class=\"link\">\n <a href=\"interfaces/XHRConfig.html\" data-type=\"entity-link\" >XHRConfig</a>\n </li>\n </ul>\n </li>\n <li class=\"chapter\">\n <div class=\"simple menu-toggler\" data-bs-toggle=\"collapse\" ").concat(isNormalMode ? 'data-bs-target="#miscellaneous-links"' : 'data-bs-target="#xs-miscellaneous-links"', ">\n <span class=\"icon ion-ios-cube\"></span>\n <span>Miscellaneous</span>\n <span class=\"icon ion-ios-arrow-down\"></span>\n </div>\n <ul class=\"links collapse \" ").concat(isNormalMode ? 'id="miscellaneous-links"' : 'id="xs-miscellaneous-links"', ">\n <li class=\"link\">\n <a href=\"miscellaneous/enumerations.html\" data-type=\"entity-link\">Enums</a>\n </li>\n <li class=\"link\">\n <a href=\"miscellaneous/functions.html\" data-type=\"entity-link\">Functions</a>\n </li>\n <li class=\"link\">\n <a href=\"miscellaneous/typealiases.html\" data-type=\"entity-link\">Type aliases</a>\n </li>\n <li class=\"link\">\n <a href=\"miscellaneous/variables.html\" data-type=\"entity-link\">Variables</a>\n </li>\n </ul>\n </li>\n <li class=\"chapter\">\n <a data-type=\"chapter-link\" href=\"routes.html\"><span class=\"icon ion-ios-git-branch\"></span>Routes</a>\n </li>\n </ul>\n </nav>\n "));
|
|
37
|
-
this.innerHTML = tp.strings;
|
|
38
|
-
}
|
|
39
|
-
}]);
|
|
40
|
-
}(/*#__PURE__*/_wrapNativeSuper(HTMLElement)));
|