@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,2 @@
1
+ /* Zepto v1.2.0 - zepto event ajax form ie - zeptojs.com/license */
2
+ !function(t,e){"function"==typeof define&&define.amd?define(function(){return e(t)}):e(t)}(this,function(t){var e=function(){function $(t){return null==t?String(t):S[C.call(t)]||"object"}function F(t){return"function"==$(t)}function k(t){return null!=t&&t==t.window}function M(t){return null!=t&&t.nodeType==t.DOCUMENT_NODE}function R(t){return"object"==$(t)}function Z(t){return R(t)&&!k(t)&&Object.getPrototypeOf(t)==Object.prototype}function z(t){var e=!!t&&"length"in t&&t.length,n=r.type(t);return"function"!=n&&!k(t)&&("array"==n||0===e||"number"==typeof e&&e>0&&e-1 in t)}function q(t){return a.call(t,function(t){return null!=t})}function H(t){return t.length>0?r.fn.concat.apply([],t):t}function I(t){return t.replace(/::/g,"/").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2").replace(/([a-z\d])([A-Z])/g,"$1_$2").replace(/_/g,"-").toLowerCase()}function V(t){return t in l?l[t]:l[t]=new RegExp("(^|\\s)"+t+"(\\s|$)")}function _(t,e){return"number"!=typeof e||h[I(t)]?e:e+"px"}function B(t){var e,n;return c[t]||(e=f.createElement(t),f.body.appendChild(e),n=getComputedStyle(e,"").getPropertyValue("display"),e.parentNode.removeChild(e),"none"==n&&(n="block"),c[t]=n),c[t]}function U(t){return"children"in t?u.call(t.children):r.map(t.childNodes,function(t){return 1==t.nodeType?t:void 0})}function X(t,e){var n,r=t?t.length:0;for(n=0;r>n;n++)this[n]=t[n];this.length=r,this.selector=e||""}function J(t,r,i){for(n in r)i&&(Z(r[n])||L(r[n]))?(Z(r[n])&&!Z(t[n])&&(t[n]={}),L(r[n])&&!L(t[n])&&(t[n]=[]),J(t[n],r[n],i)):r[n]!==e&&(t[n]=r[n])}function W(t,e){return null==e?r(t):r(t).filter(e)}function Y(t,e,n,r){return F(e)?e.call(t,n,r):e}function G(t,e,n){null==n?t.removeAttribute(e):t.setAttribute(e,n)}function K(t,n){var r=t.className||"",i=r&&r.baseVal!==e;return n===e?i?r.baseVal:r:void(i?r.baseVal=n:t.className=n)}function Q(t){try{return t?"true"==t||("false"==t?!1:"null"==t?null:+t+""==t?+t:/^[\[\{]/.test(t)?r.parseJSON(t):t):t}catch(e){return t}}function tt(t,e){e(t);for(var n=0,r=t.childNodes.length;r>n;n++)tt(t.childNodes[n],e)}var e,n,r,i,O,P,o=[],s=o.concat,a=o.filter,u=o.slice,f=t.document,c={},l={},h={"column-count":1,columns:1,"font-weight":1,"line-height":1,opacity:1,"z-index":1,zoom:1},p=/^\s*<(\w+|!)[^>]*>/,d=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,m=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,g=/^(?:body|html)$/i,v=/([A-Z])/g,y=["val","css","html","text","data","width","height","offset"],x=["after","prepend","before","append"],b=f.createElement("table"),E=f.createElement("tr"),j={tr:f.createElement("tbody"),tbody:b,thead:b,tfoot:b,td:E,th:E,"*":f.createElement("div")},w=/complete|loaded|interactive/,T=/^[\w-]*$/,S={},C=S.toString,N={},A=f.createElement("div"),D={tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},L=Array.isArray||function(t){return t instanceof Array};return N.matches=function(t,e){if(!e||!t||1!==t.nodeType)return!1;var n=t.matches||t.webkitMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.matchesSelector;if(n)return n.call(t,e);var r,i=t.parentNode,o=!i;return o&&(i=A).appendChild(t),r=~N.qsa(i,e).indexOf(t),o&&A.removeChild(t),r},O=function(t){return t.replace(/-+(.)?/g,function(t,e){return e?e.toUpperCase():""})},P=function(t){return a.call(t,function(e,n){return t.indexOf(e)==n})},N.fragment=function(t,n,i){var o,s,a;return d.test(t)&&(o=r(f.createElement(RegExp.$1))),o||(t.replace&&(t=t.replace(m,"<$1></$2>")),n===e&&(n=p.test(t)&&RegExp.$1),n in j||(n="*"),a=j[n],a.innerHTML=""+t,o=r.each(u.call(a.childNodes),function(){a.removeChild(this)})),Z(i)&&(s=r(o),r.each(i,function(t,e){y.indexOf(t)>-1?s[t](e):s.attr(t,e)})),o},N.Z=function(t,e){return new X(t,e)},N.isZ=function(t){return t instanceof N.Z},N.init=function(t,n){var i;if(!t)return N.Z();if("string"==typeof t)if(t=t.trim(),"<"==t[0]&&p.test(t))i=N.fragment(t,RegExp.$1,n),t=null;else{if(n!==e)return r(n).find(t);i=N.qsa(f,t)}else{if(F(t))return r(f).ready(t);if(N.isZ(t))return t;if(L(t))i=q(t);else if(R(t))i=[t],t=null;else if(p.test(t))i=N.fragment(t.trim(),RegExp.$1,n),t=null;else{if(n!==e)return r(n).find(t);i=N.qsa(f,t)}}return N.Z(i,t)},r=function(t,e){return N.init(t,e)},r.extend=function(t){var e,n=u.call(arguments,1);return"boolean"==typeof t&&(e=t,t=n.shift()),n.forEach(function(n){J(t,n,e)}),t},N.qsa=function(t,e){var n,r="#"==e[0],i=!r&&"."==e[0],o=r||i?e.slice(1):e,s=T.test(o);return t.getElementById&&s&&r?(n=t.getElementById(o))?[n]:[]:1!==t.nodeType&&9!==t.nodeType&&11!==t.nodeType?[]:u.call(s&&!r&&t.getElementsByClassName?i?t.getElementsByClassName(o):t.getElementsByTagName(e):t.querySelectorAll(e))},r.contains=f.documentElement.contains?function(t,e){return t!==e&&t.contains(e)}:function(t,e){for(;e&&(e=e.parentNode);)if(e===t)return!0;return!1},r.type=$,r.isFunction=F,r.isWindow=k,r.isArray=L,r.isPlainObject=Z,r.isEmptyObject=function(t){var e;for(e in t)return!1;return!0},r.isNumeric=function(t){var e=Number(t),n=typeof t;return null!=t&&"boolean"!=n&&("string"!=n||t.length)&&!isNaN(e)&&isFinite(e)||!1},r.inArray=function(t,e,n){return o.indexOf.call(e,t,n)},r.camelCase=O,r.trim=function(t){return null==t?"":String.prototype.trim.call(t)},r.uuid=0,r.support={},r.expr={},r.noop=function(){},r.map=function(t,e){var n,i,o,r=[];if(z(t))for(i=0;i<t.length;i++)n=e(t[i],i),null!=n&&r.push(n);else for(o in t)n=e(t[o],o),null!=n&&r.push(n);return H(r)},r.each=function(t,e){var n,r;if(z(t)){for(n=0;n<t.length;n++)if(e.call(t[n],n,t[n])===!1)return t}else for(r in t)if(e.call(t[r],r,t[r])===!1)return t;return t},r.grep=function(t,e){return a.call(t,e)},t.JSON&&(r.parseJSON=JSON.parse),r.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(t,e){S["[object "+e+"]"]=e.toLowerCase()}),r.fn={constructor:N.Z,length:0,forEach:o.forEach,reduce:o.reduce,push:o.push,sort:o.sort,splice:o.splice,indexOf:o.indexOf,concat:function(){var t,e,n=[];for(t=0;t<arguments.length;t++)e=arguments[t],n[t]=N.isZ(e)?e.toArray():e;return s.apply(N.isZ(this)?this.toArray():this,n)},map:function(t){return r(r.map(this,function(e,n){return t.call(e,n,e)}))},slice:function(){return r(u.apply(this,arguments))},ready:function(t){return w.test(f.readyState)&&f.body?t(r):f.addEventListener("DOMContentLoaded",function(){t(r)},!1),this},get:function(t){return t===e?u.call(this):this[t>=0?t:t+this.length]},toArray:function(){return this.get()},size:function(){return this.length},remove:function(){return this.each(function(){null!=this.parentNode&&this.parentNode.removeChild(this)})},each:function(t){return o.every.call(this,function(e,n){return t.call(e,n,e)!==!1}),this},filter:function(t){return F(t)?this.not(this.not(t)):r(a.call(this,function(e){return N.matches(e,t)}))},add:function(t,e){return r(P(this.concat(r(t,e))))},is:function(t){return this.length>0&&N.matches(this[0],t)},not:function(t){var n=[];if(F(t)&&t.call!==e)this.each(function(e){t.call(this,e)||n.push(this)});else{var i="string"==typeof t?this.filter(t):z(t)&&F(t.item)?u.call(t):r(t);this.forEach(function(t){i.indexOf(t)<0&&n.push(t)})}return r(n)},has:function(t){return this.filter(function(){return R(t)?r.contains(this,t):r(this).find(t).size()})},eq:function(t){return-1===t?this.slice(t):this.slice(t,+t+1)},first:function(){var t=this[0];return t&&!R(t)?t:r(t)},last:function(){var t=this[this.length-1];return t&&!R(t)?t:r(t)},find:function(t){var e,n=this;return e=t?"object"==typeof t?r(t).filter(function(){var t=this;return o.some.call(n,function(e){return r.contains(e,t)})}):1==this.length?r(N.qsa(this[0],t)):this.map(function(){return N.qsa(this,t)}):r()},closest:function(t,e){var n=[],i="object"==typeof t&&r(t);return this.each(function(r,o){for(;o&&!(i?i.indexOf(o)>=0:N.matches(o,t));)o=o!==e&&!M(o)&&o.parentNode;o&&n.indexOf(o)<0&&n.push(o)}),r(n)},parents:function(t){for(var e=[],n=this;n.length>0;)n=r.map(n,function(t){return(t=t.parentNode)&&!M(t)&&e.indexOf(t)<0?(e.push(t),t):void 0});return W(e,t)},parent:function(t){return W(P(this.pluck("parentNode")),t)},children:function(t){return W(this.map(function(){return U(this)}),t)},contents:function(){return this.map(function(){return this.contentDocument||u.call(this.childNodes)})},siblings:function(t){return W(this.map(function(t,e){return a.call(U(e.parentNode),function(t){return t!==e})}),t)},empty:function(){return this.each(function(){this.innerHTML=""})},pluck:function(t){return r.map(this,function(e){return e[t]})},show:function(){return this.each(function(){"none"==this.style.display&&(this.style.display=""),"none"==getComputedStyle(this,"").getPropertyValue("display")&&(this.style.display=B(this.nodeName))})},replaceWith:function(t){return this.before(t).remove()},wrap:function(t){var e=F(t);if(this[0]&&!e)var n=r(t).get(0),i=n.parentNode||this.length>1;return this.each(function(o){r(this).wrapAll(e?t.call(this,o):i?n.cloneNode(!0):n)})},wrapAll:function(t){if(this[0]){r(this[0]).before(t=r(t));for(var e;(e=t.children()).length;)t=e.first();r(t).append(this)}return this},wrapInner:function(t){var e=F(t);return this.each(function(n){var i=r(this),o=i.contents(),s=e?t.call(this,n):t;o.length?o.wrapAll(s):i.append(s)})},unwrap:function(){return this.parent().each(function(){r(this).replaceWith(r(this).children())}),this},clone:function(){return this.map(function(){return this.cloneNode(!0)})},hide:function(){return this.css("display","none")},toggle:function(t){return this.each(function(){var n=r(this);(t===e?"none"==n.css("display"):t)?n.show():n.hide()})},prev:function(t){return r(this.pluck("previousElementSibling")).filter(t||"*")},next:function(t){return r(this.pluck("nextElementSibling")).filter(t||"*")},html:function(t){return 0 in arguments?this.each(function(e){var n=this.innerHTML;r(this).empty().append(Y(this,t,e,n))}):0 in this?this[0].innerHTML:null},text:function(t){return 0 in arguments?this.each(function(e){var n=Y(this,t,e,this.textContent);this.textContent=null==n?"":""+n}):0 in this?this.pluck("textContent").join(""):null},attr:function(t,r){var i;return"string"!=typeof t||1 in arguments?this.each(function(e){if(1===this.nodeType)if(R(t))for(n in t)G(this,n,t[n]);else G(this,t,Y(this,r,e,this.getAttribute(t)))}):0 in this&&1==this[0].nodeType&&null!=(i=this[0].getAttribute(t))?i:e},removeAttr:function(t){return this.each(function(){1===this.nodeType&&t.split(" ").forEach(function(t){G(this,t)},this)})},prop:function(t,e){return t=D[t]||t,1 in arguments?this.each(function(n){this[t]=Y(this,e,n,this[t])}):this[0]&&this[0][t]},removeProp:function(t){return t=D[t]||t,this.each(function(){delete this[t]})},data:function(t,n){var r="data-"+t.replace(v,"-$1").toLowerCase(),i=1 in arguments?this.attr(r,n):this.attr(r);return null!==i?Q(i):e},val:function(t){return 0 in arguments?(null==t&&(t=""),this.each(function(e){this.value=Y(this,t,e,this.value)})):this[0]&&(this[0].multiple?r(this[0]).find("option").filter(function(){return this.selected}).pluck("value"):this[0].value)},offset:function(e){if(e)return this.each(function(t){var n=r(this),i=Y(this,e,t,n.offset()),o=n.offsetParent().offset(),s={top:i.top-o.top,left:i.left-o.left};"static"==n.css("position")&&(s.position="relative"),n.css(s)});if(!this.length)return null;if(f.documentElement!==this[0]&&!r.contains(f.documentElement,this[0]))return{top:0,left:0};var n=this[0].getBoundingClientRect();return{left:n.left+t.pageXOffset,top:n.top+t.pageYOffset,width:Math.round(n.width),height:Math.round(n.height)}},css:function(t,e){if(arguments.length<2){var i=this[0];if("string"==typeof t){if(!i)return;return i.style[O(t)]||getComputedStyle(i,"").getPropertyValue(t)}if(L(t)){if(!i)return;var o={},s=getComputedStyle(i,"");return r.each(t,function(t,e){o[e]=i.style[O(e)]||s.getPropertyValue(e)}),o}}var a="";if("string"==$(t))e||0===e?a=I(t)+":"+_(t,e):this.each(function(){this.style.removeProperty(I(t))});else for(n in t)t[n]||0===t[n]?a+=I(n)+":"+_(n,t[n])+";":this.each(function(){this.style.removeProperty(I(n))});return this.each(function(){this.style.cssText+=";"+a})},index:function(t){return t?this.indexOf(r(t)[0]):this.parent().children().indexOf(this[0])},hasClass:function(t){return t?o.some.call(this,function(t){return this.test(K(t))},V(t)):!1},addClass:function(t){return t?this.each(function(e){if("className"in this){i=[];var n=K(this),o=Y(this,t,e,n);o.split(/\s+/g).forEach(function(t){r(this).hasClass(t)||i.push(t)},this),i.length&&K(this,n+(n?" ":"")+i.join(" "))}}):this},removeClass:function(t){return this.each(function(n){if("className"in this){if(t===e)return K(this,"");i=K(this),Y(this,t,n,i).split(/\s+/g).forEach(function(t){i=i.replace(V(t)," ")}),K(this,i.trim())}})},toggleClass:function(t,n){return t?this.each(function(i){var o=r(this),s=Y(this,t,i,K(this));s.split(/\s+/g).forEach(function(t){(n===e?!o.hasClass(t):n)?o.addClass(t):o.removeClass(t)})}):this},scrollTop:function(t){if(this.length){var n="scrollTop"in this[0];return t===e?n?this[0].scrollTop:this[0].pageYOffset:this.each(n?function(){this.scrollTop=t}:function(){this.scrollTo(this.scrollX,t)})}},scrollLeft:function(t){if(this.length){var n="scrollLeft"in this[0];return t===e?n?this[0].scrollLeft:this[0].pageXOffset:this.each(n?function(){this.scrollLeft=t}:function(){this.scrollTo(t,this.scrollY)})}},position:function(){if(this.length){var t=this[0],e=this.offsetParent(),n=this.offset(),i=g.test(e[0].nodeName)?{top:0,left:0}:e.offset();return n.top-=parseFloat(r(t).css("margin-top"))||0,n.left-=parseFloat(r(t).css("margin-left"))||0,i.top+=parseFloat(r(e[0]).css("border-top-width"))||0,i.left+=parseFloat(r(e[0]).css("border-left-width"))||0,{top:n.top-i.top,left:n.left-i.left}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent||f.body;t&&!g.test(t.nodeName)&&"static"==r(t).css("position");)t=t.offsetParent;return t})}},r.fn.detach=r.fn.remove,["width","height"].forEach(function(t){var n=t.replace(/./,function(t){return t[0].toUpperCase()});r.fn[t]=function(i){var o,s=this[0];return i===e?k(s)?s["inner"+n]:M(s)?s.documentElement["scroll"+n]:(o=this.offset())&&o[t]:this.each(function(e){s=r(this),s.css(t,Y(this,i,e,s[t]()))})}}),x.forEach(function(n,i){var o=i%2;r.fn[n]=function(){var n,a,s=r.map(arguments,function(t){var i=[];return n=$(t),"array"==n?(t.forEach(function(t){return t.nodeType!==e?i.push(t):r.zepto.isZ(t)?i=i.concat(t.get()):void(i=i.concat(N.fragment(t)))}),i):"object"==n||null==t?t:N.fragment(t)}),u=this.length>1;return s.length<1?this:this.each(function(e,n){a=o?n:n.parentNode,n=0==i?n.nextSibling:1==i?n.firstChild:2==i?n:null;var c=r.contains(f.documentElement,a);s.forEach(function(e){if(u)e=e.cloneNode(!0);else if(!a)return r(e).remove();a.insertBefore(e,n),c&&tt(e,function(e){if(!(null==e.nodeName||"SCRIPT"!==e.nodeName.toUpperCase()||e.type&&"text/javascript"!==e.type||e.src)){var n=e.ownerDocument?e.ownerDocument.defaultView:t;n.eval.call(n,e.innerHTML)}})})})},r.fn[o?n+"To":"insert"+(i?"Before":"After")]=function(t){return r(t)[n](this),this}}),N.Z.prototype=X.prototype=r.fn,N.uniq=P,N.deserializeValue=Q,r.zepto=N,r}();return t.Zepto=e,void 0===t.$&&(t.$=e),function(e){function h(t){return t._zid||(t._zid=n++)}function p(t,e,n,r){if(e=d(e),e.ns)var i=m(e.ns);return(a[h(t)]||[]).filter(function(t){return t&&(!e.e||t.e==e.e)&&(!e.ns||i.test(t.ns))&&(!n||h(t.fn)===h(n))&&(!r||t.sel==r)})}function d(t){var e=(""+t).split(".");return{e:e[0],ns:e.slice(1).sort().join(" ")}}function m(t){return new RegExp("(?:^| )"+t.replace(" "," .* ?")+"(?: |$)")}function g(t,e){return t.del&&!f&&t.e in c||!!e}function v(t){return l[t]||f&&c[t]||t}function y(t,n,i,o,s,u,f){var c=h(t),p=a[c]||(a[c]=[]);n.split(/\s/).forEach(function(n){if("ready"==n)return e(document).ready(i);var a=d(n);a.fn=i,a.sel=s,a.e in l&&(i=function(t){var n=t.relatedTarget;return!n||n!==this&&!e.contains(this,n)?a.fn.apply(this,arguments):void 0}),a.del=u;var c=u||i;a.proxy=function(e){if(e=T(e),!e.isImmediatePropagationStopped()){e.data=o;var n=c.apply(t,e._args==r?[e]:[e].concat(e._args));return n===!1&&(e.preventDefault(),e.stopPropagation()),n}},a.i=p.length,p.push(a),"addEventListener"in t&&t.addEventListener(v(a.e),a.proxy,g(a,f))})}function x(t,e,n,r,i){var o=h(t);(e||"").split(/\s/).forEach(function(e){p(t,e,n,r).forEach(function(e){delete a[o][e.i],"removeEventListener"in t&&t.removeEventListener(v(e.e),e.proxy,g(e,i))})})}function T(t,n){return(n||!t.isDefaultPrevented)&&(n||(n=t),e.each(w,function(e,r){var i=n[e];t[e]=function(){return this[r]=b,i&&i.apply(n,arguments)},t[r]=E}),t.timeStamp||(t.timeStamp=Date.now()),(n.defaultPrevented!==r?n.defaultPrevented:"returnValue"in n?n.returnValue===!1:n.getPreventDefault&&n.getPreventDefault())&&(t.isDefaultPrevented=b)),t}function S(t){var e,n={originalEvent:t};for(e in t)j.test(e)||t[e]===r||(n[e]=t[e]);return T(n,t)}var r,n=1,i=Array.prototype.slice,o=e.isFunction,s=function(t){return"string"==typeof t},a={},u={},f="onfocusin"in t,c={focus:"focusin",blur:"focusout"},l={mouseenter:"mouseover",mouseleave:"mouseout"};u.click=u.mousedown=u.mouseup=u.mousemove="MouseEvents",e.event={add:y,remove:x},e.proxy=function(t,n){var r=2 in arguments&&i.call(arguments,2);if(o(t)){var a=function(){return t.apply(n,r?r.concat(i.call(arguments)):arguments)};return a._zid=h(t),a}if(s(n))return r?(r.unshift(t[n],t),e.proxy.apply(null,r)):e.proxy(t[n],t);throw new TypeError("expected function")},e.fn.bind=function(t,e,n){return this.on(t,e,n)},e.fn.unbind=function(t,e){return this.off(t,e)},e.fn.one=function(t,e,n,r){return this.on(t,e,n,r,1)};var b=function(){return!0},E=function(){return!1},j=/^([A-Z]|returnValue$|layer[XY]$|webkitMovement[XY]$)/,w={preventDefault:"isDefaultPrevented",stopImmediatePropagation:"isImmediatePropagationStopped",stopPropagation:"isPropagationStopped"};e.fn.delegate=function(t,e,n){return this.on(e,t,n)},e.fn.undelegate=function(t,e,n){return this.off(e,t,n)},e.fn.live=function(t,n){return e(document.body).delegate(this.selector,t,n),this},e.fn.die=function(t,n){return e(document.body).undelegate(this.selector,t,n),this},e.fn.on=function(t,n,a,u,f){var c,l,h=this;return t&&!s(t)?(e.each(t,function(t,e){h.on(t,n,a,e,f)}),h):(s(n)||o(u)||u===!1||(u=a,a=n,n=r),(u===r||a===!1)&&(u=a,a=r),u===!1&&(u=E),h.each(function(r,o){f&&(c=function(t){return x(o,t.type,u),u.apply(this,arguments)}),n&&(l=function(t){var r,s=e(t.target).closest(n,o).get(0);return s&&s!==o?(r=e.extend(S(t),{currentTarget:s,liveFired:o}),(c||u).apply(s,[r].concat(i.call(arguments,1)))):void 0}),y(o,t,u,a,n,l||c)}))},e.fn.off=function(t,n,i){var a=this;return t&&!s(t)?(e.each(t,function(t,e){a.off(t,n,e)}),a):(s(n)||o(i)||i===!1||(i=n,n=r),i===!1&&(i=E),a.each(function(){x(this,t,i,n)}))},e.fn.trigger=function(t,n){return t=s(t)||e.isPlainObject(t)?e.Event(t):T(t),t._args=n,this.each(function(){t.type in c&&"function"==typeof this[t.type]?this[t.type]():"dispatchEvent"in this?this.dispatchEvent(t):e(this).triggerHandler(t,n)})},e.fn.triggerHandler=function(t,n){var r,i;return this.each(function(o,a){r=S(s(t)?e.Event(t):t),r._args=n,r.target=a,e.each(p(a,t.type||t),function(t,e){return i=e.proxy(r),r.isImmediatePropagationStopped()?!1:void 0})}),i},"focusin focusout focus blur load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select keydown keypress keyup error".split(" ").forEach(function(t){e.fn[t]=function(e){return 0 in arguments?this.bind(t,e):this.trigger(t)}}),e.Event=function(t,e){s(t)||(e=t,t=e.type);var n=document.createEvent(u[t]||"Events"),r=!0;if(e)for(var i in e)"bubbles"==i?r=!!e[i]:n[i]=e[i];return n.initEvent(t,r,!0),T(n)}}(e),function(e){function p(t,n,r){var i=e.Event(n);return e(t).trigger(i,r),!i.isDefaultPrevented()}function d(t,e,n,i){return t.global?p(e||r,n,i):void 0}function m(t){t.global&&0===e.active++&&d(t,null,"ajaxStart")}function g(t){t.global&&!--e.active&&d(t,null,"ajaxStop")}function v(t,e){var n=e.context;return e.beforeSend.call(n,t,e)===!1||d(e,n,"ajaxBeforeSend",[t,e])===!1?!1:void d(e,n,"ajaxSend",[t,e])}function y(t,e,n,r){var i=n.context,o="success";n.success.call(i,t,o,e),r&&r.resolveWith(i,[t,o,e]),d(n,i,"ajaxSuccess",[e,n,t]),b(o,e,n)}function x(t,e,n,r,i){var o=r.context;r.error.call(o,n,e,t),i&&i.rejectWith(o,[n,e,t]),d(r,o,"ajaxError",[n,r,t||e]),b(e,n,r)}function b(t,e,n){var r=n.context;n.complete.call(r,e,t),d(n,r,"ajaxComplete",[e,n]),g(n)}function E(t,e,n){if(n.dataFilter==j)return t;var r=n.context;return n.dataFilter.call(r,t,e)}function j(){}function w(t){return t&&(t=t.split(";",2)[0]),t&&(t==c?"html":t==f?"json":a.test(t)?"script":u.test(t)&&"xml")||"text"}function T(t,e){return""==e?t:(t+"&"+e).replace(/[&?]{1,2}/,"?")}function S(t){t.processData&&t.data&&"string"!=e.type(t.data)&&(t.data=e.param(t.data,t.traditional)),!t.data||t.type&&"GET"!=t.type.toUpperCase()&&"jsonp"!=t.dataType||(t.url=T(t.url,t.data),t.data=void 0)}function C(t,n,r,i){return e.isFunction(n)&&(i=r,r=n,n=void 0),e.isFunction(r)||(i=r,r=void 0),{url:t,data:n,success:r,dataType:i}}function O(t,n,r,i){var o,s=e.isArray(n),a=e.isPlainObject(n);e.each(n,function(n,u){o=e.type(u),i&&(n=r?i:i+"["+(a||"object"==o||"array"==o?n:"")+"]"),!i&&s?t.add(u.name,u.value):"array"==o||!r&&"object"==o?O(t,u,r,n):t.add(n,u)})}var i,o,n=+new Date,r=t.document,s=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,a=/^(?:text|application)\/javascript/i,u=/^(?:text|application)\/xml/i,f="application/json",c="text/html",l=/^\s*$/,h=r.createElement("a");h.href=t.location.href,e.active=0,e.ajaxJSONP=function(i,o){if(!("type"in i))return e.ajax(i);var c,p,s=i.jsonpCallback,a=(e.isFunction(s)?s():s)||"Zepto"+n++,u=r.createElement("script"),f=t[a],l=function(t){e(u).triggerHandler("error",t||"abort")},h={abort:l};return o&&o.promise(h),e(u).on("load error",function(n,r){clearTimeout(p),e(u).off().remove(),"error"!=n.type&&c?y(c[0],h,i,o):x(null,r||"error",h,i,o),t[a]=f,c&&e.isFunction(f)&&f(c[0]),f=c=void 0}),v(h,i)===!1?(l("abort"),h):(t[a]=function(){c=arguments},u.src=i.url.replace(/\?(.+)=\?/,"?$1="+a),r.head.appendChild(u),i.timeout>0&&(p=setTimeout(function(){l("timeout")},i.timeout)),h)},e.ajaxSettings={type:"GET",beforeSend:j,success:j,error:j,complete:j,context:null,global:!0,xhr:function(){return new t.XMLHttpRequest},accepts:{script:"text/javascript, application/javascript, application/x-javascript",json:f,xml:"application/xml, text/xml",html:c,text:"text/plain"},crossDomain:!1,timeout:0,processData:!0,cache:!0,dataFilter:j},e.ajax=function(n){var u,f,s=e.extend({},n||{}),a=e.Deferred&&e.Deferred();for(i in e.ajaxSettings)void 0===s[i]&&(s[i]=e.ajaxSettings[i]);m(s),s.crossDomain||(u=r.createElement("a"),u.href=s.url,u.href=u.href,s.crossDomain=h.protocol+"//"+h.host!=u.protocol+"//"+u.host),s.url||(s.url=t.location.toString()),(f=s.url.indexOf("#"))>-1&&(s.url=s.url.slice(0,f)),S(s);var c=s.dataType,p=/\?.+=\?/.test(s.url);if(p&&(c="jsonp"),s.cache!==!1&&(n&&n.cache===!0||"script"!=c&&"jsonp"!=c)||(s.url=T(s.url,"_="+Date.now())),"jsonp"==c)return p||(s.url=T(s.url,s.jsonp?s.jsonp+"=?":s.jsonp===!1?"":"callback=?")),e.ajaxJSONP(s,a);var P,d=s.accepts[c],g={},b=function(t,e){g[t.toLowerCase()]=[t,e]},C=/^([\w-]+:)\/\//.test(s.url)?RegExp.$1:t.location.protocol,N=s.xhr(),O=N.setRequestHeader;if(a&&a.promise(N),s.crossDomain||b("X-Requested-With","XMLHttpRequest"),b("Accept",d||"*/*"),(d=s.mimeType||d)&&(d.indexOf(",")>-1&&(d=d.split(",",2)[0]),N.overrideMimeType&&N.overrideMimeType(d)),(s.contentType||s.contentType!==!1&&s.data&&"GET"!=s.type.toUpperCase())&&b("Content-Type",s.contentType||"application/x-www-form-urlencoded"),s.headers)for(o in s.headers)b(o,s.headers[o]);if(N.setRequestHeader=b,N.onreadystatechange=function(){if(4==N.readyState){N.onreadystatechange=j,clearTimeout(P);var t,n=!1;if(N.status>=200&&N.status<300||304==N.status||0==N.status&&"file:"==C){if(c=c||w(s.mimeType||N.getResponseHeader("content-type")),"arraybuffer"==N.responseType||"blob"==N.responseType)t=N.response;else{t=N.responseText;try{t=E(t,c,s),"script"==c?(1,eval)(t):"xml"==c?t=N.responseXML:"json"==c&&(t=l.test(t)?null:e.parseJSON(t))}catch(r){n=r}if(n)return x(n,"parsererror",N,s,a)}y(t,N,s,a)}else x(N.statusText||null,N.status?"error":"abort",N,s,a)}},v(N,s)===!1)return N.abort(),x(null,"abort",N,s,a),N;var A="async"in s?s.async:!0;if(N.open(s.type,s.url,A,s.username,s.password),s.xhrFields)for(o in s.xhrFields)N[o]=s.xhrFields[o];for(o in g)O.apply(N,g[o]);return s.timeout>0&&(P=setTimeout(function(){N.onreadystatechange=j,N.abort(),x(null,"timeout",N,s,a)},s.timeout)),N.send(s.data?s.data:null),N},e.get=function(){return e.ajax(C.apply(null,arguments))},e.post=function(){var t=C.apply(null,arguments);return t.type="POST",e.ajax(t)},e.getJSON=function(){var t=C.apply(null,arguments);return t.dataType="json",e.ajax(t)},e.fn.load=function(t,n,r){if(!this.length)return this;var a,i=this,o=t.split(/\s/),u=C(t,n,r),f=u.success;return o.length>1&&(u.url=o[0],a=o[1]),u.success=function(t){i.html(a?e("<div>").html(t.replace(s,"")).find(a):t),f&&f.apply(i,arguments)},e.ajax(u),this};var N=encodeURIComponent;e.param=function(t,n){var r=[];return r.add=function(t,n){e.isFunction(n)&&(n=n()),null==n&&(n=""),this.push(N(t)+"="+N(n))},O(r,t,n),r.join("&").replace(/%20/g,"+")}}(e),function(t){t.fn.serializeArray=function(){var e,n,r=[],i=function(t){return t.forEach?t.forEach(i):void r.push({name:e,value:t})};return this[0]&&t.each(this[0].elements,function(r,o){n=o.type,e=o.name,e&&"fieldset"!=o.nodeName.toLowerCase()&&!o.disabled&&"submit"!=n&&"reset"!=n&&"button"!=n&&"file"!=n&&("radio"!=n&&"checkbox"!=n||o.checked)&&i(t(o).val())}),r},t.fn.serialize=function(){var t=[];return this.serializeArray().forEach(function(e){t.push(encodeURIComponent(e.name)+"="+encodeURIComponent(e.value))}),t.join("&")},t.fn.submit=function(e){if(0 in arguments)this.bind("submit",e);else if(this.length){var n=t.Event("submit");this.eq(0).trigger(n),n.isDefaultPrevented()||this.get(0).submit()}return this}}(e),function(){try{getComputedStyle(void 0)}catch(e){var n=getComputedStyle;t.getComputedStyle=function(t,e){try{return n(t,e)}catch(r){return null}}}}(),e});
@@ -0,0 +1,329 @@
1
+ 'use strict';
2
+
3
+ customElements.define('compodoc-menu', class extends HTMLElement {
4
+ constructor() {
5
+ super();
6
+ this.isNormalMode = this.getAttribute('mode') === 'normal';
7
+ }
8
+
9
+ connectedCallback() {
10
+ this.render(this.isNormalMode);
11
+ }
12
+
13
+ render(isNormalMode) {
14
+ let tp = lithtml.html(`
15
+ <nav>
16
+ <ul class="list">
17
+ <li class="title">
18
+ <a href="index.html" data-type="index-link">csdr documentation</a>
19
+ </li>
20
+
21
+ <li class="divider"></li>
22
+ ${ isNormalMode ? `<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div>` : '' }
23
+ <li class="chapter">
24
+ <a data-type="chapter-link" href="index.html"><span class="icon ion-ios-home"></span>Getting started</a>
25
+ <ul class="links">
26
+ <li class="link">
27
+ <a href="index.html" data-type="chapter-link">
28
+ <span class="icon ion-ios-keypad"></span>Overview
29
+ </a>
30
+ </li>
31
+ <li class="link">
32
+ <a href="license.html" data-type="chapter-link">
33
+ <span class="icon ion-ios-paper"></span>LICENSE
34
+ </a>
35
+ </li>
36
+ <li class="link">
37
+ <a href="dependencies.html" data-type="chapter-link">
38
+ <span class="icon ion-ios-list"></span>Dependencies
39
+ </a>
40
+ </li>
41
+ <li class="link">
42
+ <a href="properties.html" data-type="chapter-link">
43
+ <span class="icon ion-ios-apps"></span>Properties
44
+ </a>
45
+ </li>
46
+ </ul>
47
+ </li>
48
+ <li class="chapter">
49
+ <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ? 'data-bs-target="#classes-links"' :
50
+ 'data-bs-target="#xs-classes-links"' }>
51
+ <span class="icon ion-ios-paper"></span>
52
+ <span>Classes</span>
53
+ <span class="icon ion-ios-arrow-down"></span>
54
+ </div>
55
+ <ul class="links collapse " ${ isNormalMode ? 'id="classes-links"' : 'id="xs-classes-links"' }>
56
+ <li class="link">
57
+ <a href="classes/ConsoleAppender.html" data-type="entity-link" >ConsoleAppender</a>
58
+ </li>
59
+ <li class="link">
60
+ <a href="classes/EuiEuLanguages.html" data-type="entity-link" >EuiEuLanguages</a>
61
+ </li>
62
+ <li class="link">
63
+ <a href="classes/EuiLazyService.html" data-type="entity-link" >EuiLazyService</a>
64
+ </li>
65
+ <li class="link">
66
+ <a href="classes/EuiMenuItem.html" data-type="entity-link" >EuiMenuItem</a>
67
+ </li>
68
+ <li class="link">
69
+ <a href="classes/EuiPagination.html" data-type="entity-link" >EuiPagination</a>
70
+ </li>
71
+ <li class="link">
72
+ <a href="classes/EuiService.html" data-type="entity-link" >EuiService</a>
73
+ </li>
74
+ <li class="link">
75
+ <a href="classes/EuiTimezones.html" data-type="entity-link" >EuiTimezones</a>
76
+ </li>
77
+ <li class="link">
78
+ <a href="classes/LogAppender.html" data-type="entity-link" >LogAppender</a>
79
+ </li>
80
+ <li class="link">
81
+ <a href="classes/Logger.html" data-type="entity-link" >Logger</a>
82
+ </li>
83
+ <li class="link">
84
+ <a href="classes/LoggerMock.html" data-type="entity-link" >LoggerMock</a>
85
+ </li>
86
+ <li class="link">
87
+ <a href="classes/UrlAppender.html" data-type="entity-link" >UrlAppender</a>
88
+ </li>
89
+ <li class="link">
90
+ <a href="classes/UxBadgeLegacy.html" data-type="entity-link" >UxBadgeLegacy</a>
91
+ </li>
92
+ <li class="link">
93
+ <a href="classes/UxClearErrorFeedbackEvent.html" data-type="entity-link" >UxClearErrorFeedbackEvent</a>
94
+ </li>
95
+ <li class="link">
96
+ <a href="classes/UxErrorGroupOnClickEvent.html" data-type="entity-link" >UxErrorGroupOnClickEvent</a>
97
+ </li>
98
+ <li class="link">
99
+ <a href="classes/UxErrorOutput.html" data-type="entity-link" >UxErrorOutput</a>
100
+ </li>
101
+ <li class="link">
102
+ <a href="classes/UxLinkLegacy.html" data-type="entity-link" >UxLinkLegacy</a>
103
+ </li>
104
+ <li class="link">
105
+ <a href="classes/UxPublishErrorFeedbackEvent.html" data-type="entity-link" >UxPublishErrorFeedbackEvent</a>
106
+ </li>
107
+ <li class="link">
108
+ <a href="classes/UxValidationErrorClass.html" data-type="entity-link" >UxValidationErrorClass</a>
109
+ </li>
110
+ </ul>
111
+ </li>
112
+ <li class="chapter">
113
+ <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ? 'data-bs-target="#interfaces-links"' :
114
+ 'data-bs-target="#xs-interfaces-links"' }>
115
+ <span class="icon ion-md-information-circle-outline"></span>
116
+ <span>Interfaces</span>
117
+ <span class="icon ion-ios-arrow-down"></span>
118
+ </div>
119
+ <ul class="links collapse " ${ isNormalMode ? ' id="interfaces-links"' : 'id="xs-interfaces-links"' }>
120
+ <li class="link">
121
+ <a href="interfaces/ApiQueue.html" data-type="entity-link" >ApiQueue</a>
122
+ </li>
123
+ <li class="link">
124
+ <a href="interfaces/ApiQueueItem.html" data-type="entity-link" >ApiQueueItem</a>
125
+ </li>
126
+ <li class="link">
127
+ <a href="interfaces/AppState.html" data-type="entity-link" >AppState</a>
128
+ </li>
129
+ <li class="link">
130
+ <a href="interfaces/ConnectionStatus.html" data-type="entity-link" >ConnectionStatus</a>
131
+ </li>
132
+ <li class="link">
133
+ <a href="interfaces/ConsoleAppenderConfig.html" data-type="entity-link" >ConsoleAppenderConfig</a>
134
+ </li>
135
+ <li class="link">
136
+ <a href="interfaces/ConsoleAppenderTypeConfig.html" data-type="entity-link" >ConsoleAppenderTypeConfig</a>
137
+ </li>
138
+ <li class="link">
139
+ <a href="interfaces/CoreState.html" data-type="entity-link" >CoreState</a>
140
+ </li>
141
+ <li class="link">
142
+ <a href="interfaces/EnvDynamicConfig.html" data-type="entity-link" >EnvDynamicConfig</a>
143
+ </li>
144
+ <li class="link">
145
+ <a href="interfaces/EuiAppHandlersConfig.html" data-type="entity-link" >EuiAppHandlersConfig</a>
146
+ </li>
147
+ <li class="link">
148
+ <a href="interfaces/EuiAppJsonConfig.html" data-type="entity-link" >EuiAppJsonConfig</a>
149
+ </li>
150
+ <li class="link">
151
+ <a href="interfaces/EuiAuthConfig.html" data-type="entity-link" >EuiAuthConfig</a>
152
+ </li>
153
+ <li class="link">
154
+ <a href="interfaces/EuiConfig.html" data-type="entity-link" >EuiConfig</a>
155
+ </li>
156
+ <li class="link">
157
+ <a href="interfaces/EuiEnvConfig.html" data-type="entity-link" >EuiEnvConfig</a>
158
+ </li>
159
+ <li class="link">
160
+ <a href="interfaces/EuiGlobalConfig.html" data-type="entity-link" >EuiGlobalConfig</a>
161
+ </li>
162
+ <li class="link">
163
+ <a href="interfaces/EuiGrowlMessage.html" data-type="entity-link" >EuiGrowlMessage</a>
164
+ </li>
165
+ <li class="link">
166
+ <a href="interfaces/EuiLanguage.html" data-type="entity-link" >EuiLanguage</a>
167
+ </li>
168
+ <li class="link">
169
+ <a href="interfaces/EuiPaginationConfig.html" data-type="entity-link" >EuiPaginationConfig</a>
170
+ </li>
171
+ <li class="link">
172
+ <a href="interfaces/EuiServiceModel.html" data-type="entity-link" >EuiServiceModel</a>
173
+ </li>
174
+ <li class="link">
175
+ <a href="interfaces/EuiServiceStatus.html" data-type="entity-link" >EuiServiceStatus</a>
176
+ </li>
177
+ <li class="link">
178
+ <a href="interfaces/EuiStoreServiceModel.html" data-type="entity-link" >EuiStoreServiceModel</a>
179
+ </li>
180
+ <li class="link">
181
+ <a href="interfaces/EuiUserRight.html" data-type="entity-link" >EuiUserRight</a>
182
+ </li>
183
+ <li class="link">
184
+ <a href="interfaces/GlobalConfig.html" data-type="entity-link" >GlobalConfig</a>
185
+ </li>
186
+ <li class="link">
187
+ <a href="interfaces/HttpErrorHandlerConfig.html" data-type="entity-link" >HttpErrorHandlerConfig</a>
188
+ </li>
189
+ <li class="link">
190
+ <a href="interfaces/HttpErrorRouteConfig.html" data-type="entity-link" >HttpErrorRouteConfig</a>
191
+ </li>
192
+ <li class="link">
193
+ <a href="interfaces/I18nConfig.html" data-type="entity-link" >I18nConfig</a>
194
+ </li>
195
+ <li class="link">
196
+ <a href="interfaces/I18nLoaderConfig.html" data-type="entity-link" >I18nLoaderConfig</a>
197
+ </li>
198
+ <li class="link">
199
+ <a href="interfaces/I18nResource.html" data-type="entity-link" >I18nResource</a>
200
+ </li>
201
+ <li class="link">
202
+ <a href="interfaces/I18nServiceConfig.html" data-type="entity-link" >I18nServiceConfig</a>
203
+ </li>
204
+ <li class="link">
205
+ <a href="interfaces/I18nState.html" data-type="entity-link" >I18nState</a>
206
+ </li>
207
+ <li class="link">
208
+ <a href="interfaces/LoadedConfigModules.html" data-type="entity-link" >LoadedConfigModules</a>
209
+ </li>
210
+ <li class="link">
211
+ <a href="interfaces/LocaleServiceConfig.html" data-type="entity-link" >LocaleServiceConfig</a>
212
+ </li>
213
+ <li class="link">
214
+ <a href="interfaces/LocaleState.html" data-type="entity-link" >LocaleState</a>
215
+ </li>
216
+ <li class="link">
217
+ <a href="interfaces/LogAppenderConfig.html" data-type="entity-link" >LogAppenderConfig</a>
218
+ </li>
219
+ <li class="link">
220
+ <a href="interfaces/LogAppenderTypeConfig.html" data-type="entity-link" >LogAppenderTypeConfig</a>
221
+ </li>
222
+ <li class="link">
223
+ <a href="interfaces/LogConfig.html" data-type="entity-link" >LogConfig</a>
224
+ </li>
225
+ <li class="link">
226
+ <a href="interfaces/LogEvent.html" data-type="entity-link" >LogEvent</a>
227
+ </li>
228
+ <li class="link">
229
+ <a href="interfaces/LogPosition.html" data-type="entity-link" >LogPosition</a>
230
+ </li>
231
+ <li class="link">
232
+ <a href="interfaces/ModuleConfig.html" data-type="entity-link" >ModuleConfig</a>
233
+ </li>
234
+ <li class="link">
235
+ <a href="interfaces/ModulesConfig.html" data-type="entity-link" >ModulesConfig</a>
236
+ </li>
237
+ <li class="link">
238
+ <a href="interfaces/NotificationsState.html" data-type="entity-link" >NotificationsState</a>
239
+ </li>
240
+ <li class="link">
241
+ <a href="interfaces/UrlAppenderConfig.html" data-type="entity-link" >UrlAppenderConfig</a>
242
+ </li>
243
+ <li class="link">
244
+ <a href="interfaces/UrlAppenderTypeConfig.html" data-type="entity-link" >UrlAppenderTypeConfig</a>
245
+ </li>
246
+ <li class="link">
247
+ <a href="interfaces/UrlLogEvent.html" data-type="entity-link" >UrlLogEvent</a>
248
+ </li>
249
+ <li class="link">
250
+ <a href="interfaces/UserConfig.html" data-type="entity-link" >UserConfig</a>
251
+ </li>
252
+ <li class="link">
253
+ <a href="interfaces/UserDetails.html" data-type="entity-link" >UserDetails</a>
254
+ </li>
255
+ <li class="link">
256
+ <a href="interfaces/UserPreferences.html" data-type="entity-link" >UserPreferences</a>
257
+ </li>
258
+ <li class="link">
259
+ <a href="interfaces/UserState.html" data-type="entity-link" >UserState</a>
260
+ </li>
261
+ <li class="link">
262
+ <a href="interfaces/UxErrorFeedback.html" data-type="entity-link" >UxErrorFeedback</a>
263
+ </li>
264
+ <li class="link">
265
+ <a href="interfaces/UxErrorFollowMap.html" data-type="entity-link" >UxErrorFollowMap</a>
266
+ </li>
267
+ <li class="link">
268
+ <a href="interfaces/UxErrorInfo.html" data-type="entity-link" >UxErrorInfo</a>
269
+ </li>
270
+ <li class="link">
271
+ <a href="interfaces/UxErrorMessage.html" data-type="entity-link" >UxErrorMessage</a>
272
+ </li>
273
+ <li class="link">
274
+ <a href="interfaces/UxFormValidationError.html" data-type="entity-link" >UxFormValidationError</a>
275
+ </li>
276
+ <li class="link">
277
+ <a href="interfaces/UxHttpErrorInfo.html" data-type="entity-link" >UxHttpErrorInfo</a>
278
+ </li>
279
+ <li class="link">
280
+ <a href="interfaces/UxHttpErrorResponse.html" data-type="entity-link" >UxHttpErrorResponse</a>
281
+ </li>
282
+ <li class="link">
283
+ <a href="interfaces/UxModalLegacy.html" data-type="entity-link" >UxModalLegacy</a>
284
+ </li>
285
+ <li class="link">
286
+ <a href="interfaces/UxValidationErrorAttribute.html" data-type="entity-link" >UxValidationErrorAttribute</a>
287
+ </li>
288
+ <li class="link">
289
+ <a href="interfaces/UxValidationErrorFeedback.html" data-type="entity-link" >UxValidationErrorFeedback</a>
290
+ </li>
291
+ <li class="link">
292
+ <a href="interfaces/UxValidationErrorI18nMessage.html" data-type="entity-link" >UxValidationErrorI18nMessage</a>
293
+ </li>
294
+ <li class="link">
295
+ <a href="interfaces/VersionsConfig.html" data-type="entity-link" >VersionsConfig</a>
296
+ </li>
297
+ <li class="link">
298
+ <a href="interfaces/XHRConfig.html" data-type="entity-link" >XHRConfig</a>
299
+ </li>
300
+ </ul>
301
+ </li>
302
+ <li class="chapter">
303
+ <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ? 'data-bs-target="#miscellaneous-links"'
304
+ : 'data-bs-target="#xs-miscellaneous-links"' }>
305
+ <span class="icon ion-ios-cube"></span>
306
+ <span>Miscellaneous</span>
307
+ <span class="icon ion-ios-arrow-down"></span>
308
+ </div>
309
+ <ul class="links collapse " ${ isNormalMode ? 'id="miscellaneous-links"' : 'id="xs-miscellaneous-links"' }>
310
+ <li class="link">
311
+ <a href="miscellaneous/enumerations.html" data-type="entity-link">Enums</a>
312
+ </li>
313
+ <li class="link">
314
+ <a href="miscellaneous/functions.html" data-type="entity-link">Functions</a>
315
+ </li>
316
+ <li class="link">
317
+ <a href="miscellaneous/typealiases.html" data-type="entity-link">Type aliases</a>
318
+ </li>
319
+ <li class="link">
320
+ <a href="miscellaneous/variables.html" data-type="entity-link">Variables</a>
321
+ </li>
322
+ </ul>
323
+ </li>
324
+ </ul>
325
+ </nav>
326
+ `);
327
+ this.innerHTML = tp.strings;
328
+ }
329
+ });
@@ -0,0 +1,42 @@
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(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
6
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
7
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
8
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
9
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
10
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
11
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
12
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
13
+ function _wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); }
14
+ function _construct(Parent, args, Class) { if (_isNativeReflectConstruct()) { _construct = Reflect.construct.bind(); } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); }
15
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
16
+ function _isNativeFunction(fn) { try { return Function.toString.call(fn).indexOf("[native code]") !== -1; } catch (e) { return typeof fn === "function"; } }
17
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
18
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
19
+ customElements.define('compodoc-menu', /*#__PURE__*/function (_HTMLElement) {
20
+ _inherits(_class, _HTMLElement);
21
+ var _super = _createSuper(_class);
22
+ function _class() {
23
+ var _this;
24
+ _classCallCheck(this, _class);
25
+ _this = _super.call(this);
26
+ _this.isNormalMode = _this.getAttribute('mode') === 'normal';
27
+ return _this;
28
+ }
29
+ _createClass(_class, [{
30
+ key: "connectedCallback",
31
+ value: function connectedCallback() {
32
+ this.render(this.isNormalMode);
33
+ }
34
+ }, {
35
+ key: "render",
36
+ value: function render(isNormalMode) {
37
+ var tp = lithtml.html("\n <nav>\n <ul class=\"list\">\n <li class=\"title\">\n <a href=\"index.html\" data-type=\"index-link\">csdr 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=\"index.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-keypad\"></span>Overview\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=\"dependencies.html\" data-type=\"chapter-link\">\n <span class=\"icon ion-ios-list\"></span>Dependencies\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 </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/EuiMenuItem.html\" data-type=\"entity-link\" >EuiMenuItem</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/EuiTimezones.html\" data-type=\"entity-link\" >EuiTimezones</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/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 </ul>\n </nav>\n "));
38
+ this.innerHTML = tp.strings;
39
+ }
40
+ }]);
41
+ return _class;
42
+ }( /*#__PURE__*/_wrapNativeSuper(HTMLElement)));