@uiengine/ui 3.2.2 → 3.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. package/dist/_assets/scripts/{970.07415a9.js → 167.193a736.js} +1 -1
  2. package/dist/_assets/scripts/93.0cad7c8.js +1 -0
  3. package/dist/_assets/scripts/{MainComponent.ee33cd4.js → MainComponent.8bbdbed.js} +1 -1
  4. package/dist/_assets/scripts/{MainNotFound.14d727d.js → MainNotFound.5ab1605.js} +1 -1
  5. package/dist/_assets/scripts/MainSearch.c5931f2.js +1 -0
  6. package/dist/_assets/scripts/MainSettings.9e7700f.js +1 -0
  7. package/dist/_assets/scripts/{MainTemplate.b3eaf96.js → MainTemplate.c992a94.js} +1 -1
  8. package/dist/_assets/scripts/MainTokens.7761736.js +1 -0
  9. package/dist/_assets/scripts/inject.7ecabf2.js +1 -0
  10. package/dist/_assets/scripts/main.0a325a8.js +1 -0
  11. package/dist/_assets/scripts/{preview.d570bd8.js → preview.423d07d.js} +1 -1
  12. package/dist/_assets/scripts/runtime.1ad7686.js +1 -0
  13. package/dist/_assets/scripts/{vendor_hljs.7380121.js → vendor_hljs.646ec5e.js} +1 -1
  14. package/dist/_assets/scripts/vendor_other.ffb93c4.js +2 -0
  15. package/dist/_assets/scripts/{vendor_other.7066054.js.LICENSE.txt → vendor_other.ffb93c4.js.LICENSE.txt} +1 -1
  16. package/dist/_assets/scripts/vendor_vue.bbb401a.js +2 -0
  17. package/dist/_assets/scripts/{vendor_vue.fefeb7e.js.LICENSE.txt → vendor_vue.bbb401a.js.LICENSE.txt} +1 -1
  18. package/dist/_assets/styles/{375.9b6d294.css → 93.9b6d294.css} +0 -0
  19. package/lib/templates/index.ejs +8 -8
  20. package/package.json +33 -33
  21. package/dist/_assets/scripts/375.982ffb9.js +0 -1
  22. package/dist/_assets/scripts/MainSearch.0cd1af7.js +0 -1
  23. package/dist/_assets/scripts/MainSettings.15a67f0.js +0 -1
  24. package/dist/_assets/scripts/MainTokens.9455df3.js +0 -1
  25. package/dist/_assets/scripts/inject.9f9a8a4.js +0 -1
  26. package/dist/_assets/scripts/main.cd1e4cb.js +0 -1
  27. package/dist/_assets/scripts/runtime.87f2162.js +0 -1
  28. package/dist/_assets/scripts/vendor_other.7066054.js +0 -2
  29. package/dist/_assets/scripts/vendor_vue.fefeb7e.js +0 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@uiengine/ui",
3
3
  "description": "UIengine user interface.",
4
4
  "license": "MIT",
5
- "version": "3.2.2",
5
+ "version": "3.2.5",
6
6
  "author": "Dennis Reimann <mail@dennisreimann.de> (https://dennisreimann.de)",
7
7
  "homepage": "https://github.com/dennisreimann/uiengine",
8
8
  "bugs": "https://github.com/dennisreimann/uiengine/issues",
@@ -35,37 +35,37 @@
35
35
  "lint": "eslint --fix --ext .js,.vue src test"
36
36
  },
37
37
  "dependencies": {
38
- "@babel/runtime": "7.15.4",
39
- "@uiengine/util": "3.2.2",
40
- "color": "4.0.1",
38
+ "@babel/runtime": "7.17.2",
39
+ "@uiengine/util": "3.2.5",
40
+ "color": "4.2.1",
41
41
  "cross-env": "7.0.3",
42
42
  "deepmerge": "4.2.2",
43
43
  "ejs": "3.1.6",
44
- "fuse.js": "6.4.6",
44
+ "fuse.js": "6.5.3",
45
45
  "highlight.js": "10.7.3",
46
46
  "htmlescape": "1.1.1",
47
47
  "vue": "2.6.14",
48
48
  "vue-analytics": "5.22.1",
49
49
  "vue-meta": "2.4.0",
50
- "vue-router": "3.5.2",
50
+ "vue-router": "3.5.3",
51
51
  "vuex": "3.6.2",
52
52
  "yall-js": "3.2.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/core": "7.15.5",
56
- "@babel/plugin-proposal-object-rest-spread": "7.15.6",
55
+ "@babel/core": "7.17.5",
56
+ "@babel/plugin-proposal-object-rest-spread": "7.17.3",
57
57
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
58
- "@babel/plugin-transform-runtime": "7.15.0",
59
- "@babel/preset-env": "7.15.6",
60
- "autoprefixer": "10.3.4",
58
+ "@babel/plugin-transform-runtime": "7.17.0",
59
+ "@babel/preset-env": "7.16.11",
60
+ "autoprefixer": "10.4.2",
61
61
  "babel-eslint": "10.1.0",
62
- "babel-loader": "8.2.2",
63
- "caniuse-lite": "1.0.30001257",
64
- "clipboard": "2.0.8",
62
+ "babel-loader": "8.2.3",
63
+ "caniuse-lite": "1.0.30001313",
64
+ "clipboard": "2.0.10",
65
65
  "compile-ejs-loader": "0.0.3",
66
- "copy-webpack-plugin": "9.0.1",
67
- "css-loader": "6.2.0",
68
- "css-minimizer-webpack-plugin": "3.0.2",
66
+ "copy-webpack-plugin": "9.1.0",
67
+ "css-loader": "6.7.0",
68
+ "css-minimizer-webpack-plugin": "3.4.1",
69
69
  "css-mqpacker": "7.0.0",
70
70
  "csswring": "7.0.0",
71
71
  "eslint": "7.32.0",
@@ -73,37 +73,37 @@
73
73
  "eslint-friendly-formatter": "4.0.1",
74
74
  "eslint-import-resolver-node": "0.3.6",
75
75
  "eslint-loader": "4.0.2",
76
- "eslint-plugin-import": "2.24.2",
76
+ "eslint-plugin-import": "2.25.4",
77
77
  "eslint-plugin-node": "11.1.0",
78
- "eslint-plugin-promise": "5.1.0",
78
+ "eslint-plugin-promise": "5.2.0",
79
79
  "eslint-plugin-standard": "5.0.0",
80
- "eslint-plugin-vue": "7.17.0",
80
+ "eslint-plugin-vue": "7.20.0",
81
81
  "file-loader": "6.2.0",
82
82
  "html-minifier": "4.0.0",
83
- "html-webpack-plugin": "5.3.2",
83
+ "html-webpack-plugin": "5.5.0",
84
84
  "iframe-resizer": "4.3.2",
85
- "mini-css-extract-plugin": "2.3.0",
85
+ "mini-css-extract-plugin": "2.6.0",
86
86
  "mocha": "8.4.0",
87
87
  "mocha-sinon": "2.1.2",
88
- "node-notifier": "10.0.0",
89
- "postcss": "8.3.6",
88
+ "node-notifier": "10.0.1",
89
+ "postcss": "8.4.7",
90
90
  "postcss-import": "14.0.2",
91
- "postcss-loader": "6.1.1",
91
+ "postcss-loader": "6.2.1",
92
92
  "rimraf": "3.0.2",
93
93
  "run-sequence": "2.2.1",
94
94
  "sinon": "10.0.0",
95
- "stylus": "0.55.0",
96
- "stylus-loader": "6.1.0",
97
- "terser-webpack-plugin": "5.2.4",
98
- "uglify-js": "3.14.2",
95
+ "stylus": "0.56.0",
96
+ "stylus-loader": "6.2.0",
97
+ "terser-webpack-plugin": "5.3.1",
98
+ "uglify-js": "3.15.2",
99
99
  "url-loader": "4.1.1",
100
100
  "vue-loader": "15.9.8",
101
101
  "vue-style-loader": "4.1.3",
102
102
  "vue-template-compiler": "2.6.14",
103
- "webpack": "5.52.1",
104
- "webpack-bundle-analyzer": "4.4.2",
105
- "webpack-cli": "4.8.0",
103
+ "webpack": "5.70.0",
104
+ "webpack-bundle-analyzer": "4.5.0",
105
+ "webpack-cli": "4.9.2",
106
106
  "webpack-merge": "5.8.0"
107
107
  },
108
- "gitHead": "6cd2f3d6bc6d138c892a77f73fda45e2951f6643"
108
+ "gitHead": "810ad445b2c33e63b090c6d0a065def64647e6f5"
109
109
  }
@@ -1 +0,0 @@
1
- (self.webpackChunk_uiengine_ui=self.webpackChunk_uiengine_ui||[]).push([[375],{20:function(t,e,i){var n=i(2619),r=/([\\s]*?<!--\\s?omit:.*?\\s?-->)/gi;t.exports={decorateCode:function(t,e){return n(t,e)},decorateContext:function(t){return n(JSON.stringify(t,null,2),"json")},omit:function(t,e){var i=new RegExp("([\\s]*?\x3c!--\\s?omit:".concat(t,":start\\s?--\x3e[\\s\\S]*?\x3c!--\\s?omit:").concat(t,":end\\s?--\x3e)"),"gi");return e.replace(i,"").replace(r,"")},isolateCode:function t(e,i){var n=new RegExp("\x3c!--\\s?uiengine:".concat(e,":start\\s?--\x3e([\\s\\S]*)\x3c!--\\s?uiengine:").concat(e,":end\\s?--\x3e"),"i"),r=i.match(n);return r&&r[1]?t(e,r[1]):i}}},2619:function(t,e,i){var n=i(8545),r=["bash","css","scss","less","stylus","javascript","handlebars","json","markdown","nginx","xml"];r.forEach((function(t){var e=i(8174)("./".concat(t));n.registerLanguage(t,e)})),t.exports=function(t,e){var i=null!=e?[e]:void 0,r=n.highlightAuto(t,i),o=r.value,a=r.language;return'<pre class="hljs lang-'.concat(e||a,'"><code>').concat(o,"</code></pre>")},t.exports.LANGUAGES=r},7010:function(t,e,i){"use strict";var n=i(5698),r=i(9105);function o(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function a(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?o(Object(i),!0).forEach((function(e){(0,n.Z)(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):o(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}e.Z={computed:a(a({},(0,r.Se)("state",["plugins"])),{},{pluginActions:function(){return this.plugins.ui.actions},pluginTabs:function(){return this.plugins.ui.tabs}}),methods:{dispatchPluginEvent:function(t,e,i){this.$refs.preview.dispatchPluginEvent(t,e,i)},dispatchPluginEventForAllPlugins:function(t,e,i){this.$refs.preview.dispatchPluginEvent(t,e,i)}},mounted:function(){var t=this,e=this.$props,i=e.variant,n=e.component;this.$refs.preview.$on("iframe-load",(function(e){t.pluginActions.forEach((function(r,o){var a=t.$refs["plugin-action"][o];t.dispatchPluginEvent("init",r,{target:a,variant:i,component:n}),t.dispatchPluginEvent("iframe-load",r,{target:a,variant:i,component:n,iframe:e})})),t.pluginTabs.forEach((function(r,o){var a=t.$refs["plugin-tab"][o],s=t.$refs["plugin-tab-content"][o];t.dispatchPluginEvent("init",r,{target:a,content:s,variant:i,component:n}),t.dispatchPluginEvent("iframe-load",r,{target:a,content:s,variant:i,component:n,iframe:e})}))}))}}},7717:function(t,e,i){"use strict";i.d(e,{Z:function(){return u}});var n=i(7495),r=i(2309),o=i.n(r),a=i(20),s=i(7970),c=i(830),p=i(6810),l=i.n(p),d={mixins:[s.Z,c.Z],props:{extension:{type:String,default:null},raw:{type:String,default:null},context:{type:Object,default:null},pathPrefix:{type:String,required:!0},pathPostfix:{type:String,required:!0}},data:function(){return{expanded:{raw:!0,context:!0},renderedHTML:{content:"",lang:"text"}}},computed:{renderedRaw:function(){var t=(0,a.omit)("code",this.raw);return(0,a.decorateCode)(t)},renderedContext:function(){return(0,a.decorateContext)(this.context)},iframeSrc:function(){var t=this.currentTheme.id;return"".concat(window.UIengine.base).concat(this.pathPrefix,"/").concat(t,"/").concat(this.pathPostfix,".html")}},watch:{expanded:function(t,e){var i=this;return(0,n.Z)(o().mark((function t(){var n;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(i.renderedHTML.content||!e.HTML){t.next=13;break}return t.next=3,fetch("".concat(window.location.origin).concat(i.iframeSrc));case 3:if(!(n=t.sent).ok){t.next=10;break}return t.next=7,n.text();case 7:t.t0=t.sent,t.next=11;break;case 10:t.t0="Error accessing ".concat(window.location.origin).concat(i.iframeSrc," (").concat(n.status,")");case 11:t.t1=t.t0,i.renderedHTML={content:t.t1,lang:"html"};case 13:case"end":return t.stop()}}),t)})))()}},methods:{renderPart:function(t){var e=t.content,i=t.lang,n=(0,a.isolateCode)("preview",e),r=(0,a.omit)("code",n).trim();return(0,a.decorateCode)(r,i)},isExpanded:function(t){return!!this.expanded[t]},toggleExpanded:function(t){this.$set(this.expanded,t,!this.expanded[t])},copyRawToClipboard:function(){var t=(0,a.omit)("code",this.raw);this.copyCodeToClipboard(t)},copyContextToClipboard:function(){var t=JSON.stringify(this.context,null," ");this.copyCodeToClipboard(t)},copyHtmlToClipboard:function(t){var e=t.content,i=(0,a.isolateCode)("preview",e),n=(0,a.omit)("code",i).trim();this.copyCodeToClipboard(n)},copyCodeToClipboard:function(t){return new(l())("[data-clipboard-copy-code]",{text:function(){return t}}).on("success",(function(t){t.trigger.classList.add("copied"),setTimeout((function(){!function(t){t.trigger.classList.remove("copied")}(t)}),2e3)})).on("error",(function(t){console.error("[UIengine]","Clipboard error:",t)}))}}},u=(0,i(8272).Z)(d,(function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"code"},[t.raw?i("div",{staticClass:"code__segment"},[i("button",{staticClass:"code__header",attrs:{title:t._f("localize")("navigation.toggle"),"aria-expanded":t._f("bool2string")(t.isExpanded("raw")),"data-test-variant-code-button":"raw",type:"button"},on:{click:function(e){return e.preventDefault(),t.toggleExpanded("raw")}}},[i("h4",{staticClass:"code__title"},[t._v("\n "+t._s(t._f("localize")("code.raw"))+"\n ")]),t._v(" "),i("AppIcon",{staticClass:"code__expandicon",attrs:{symbol:"caret-down"}})],1),t._v(" "),i("div",{attrs:{hidden:!t.isExpanded("raw"),"data-test-variant-code-part":"raw"}},[i("button",{staticClass:"code__copy",attrs:{type:"button","aria-label":t._f("localize")("options.copy_code"),"data-tooltip-text":t._f("localize")("options.copy_code_tooltip"),"data-clipboard-copy-code":""},on:{click:function(e){return e.preventDefault(),t.copyRawToClipboard()}}},[i("AppIcon",{staticClass:"code__copy-icon",attrs:{symbol:"clipboard-copy"}})],1)]),t._v(" "),i("div",{domProps:{innerHTML:t._s(t.renderedRaw)}})]):t._e(),t._v(" "),t.context?i("div",{staticClass:"code__segment"},[i("button",{staticClass:"code__header",attrs:{title:t._f("localize")("navigation.toggle"),"aria-expanded":t._f("bool2string")(t.isExpanded("context")),"data-test-variant-code-button":"context",type:"button"},on:{click:function(e){return e.preventDefault(),t.toggleExpanded("context")}}},[i("h4",{staticClass:"code__title"},[t._v("\n "+t._s(t._f("localize")("code.context"))+"\n ")]),t._v(" "),i("AppIcon",{staticClass:"code__expandicon",attrs:{symbol:"caret-down"}})],1),t._v(" "),i("div",{attrs:{hidden:!t.isExpanded("context"),"data-test-variant-code-part":"context"}},[i("button",{staticClass:"code__copy",attrs:{type:"button","aria-label":t._f("localize")("options.copy_code"),"data-tooltip-text":t._f("localize")("options.copy_code_tooltip"),"data-clipboard-copy-code":""},on:{click:function(e){return e.preventDefault(),t.copyContextToClipboard()}}},[i("AppIcon",{staticClass:"code__copy-icon",attrs:{symbol:"clipboard-copy"}})],1),t._v(" "),i("div",{domProps:{innerHTML:t._s(t.renderedContext)}})])]):t._e(),t._v(" "),t.displayAllThemes?t._e():i("div",{staticClass:"code__segment"},[i("button",{staticClass:"code__header",attrs:{title:t._f("localize")("navigation.toggle"),"aria-expanded":t._f("bool2string")(t.isExpanded("HTML")),"data-test-variant-code-button":"HTML",type:"button"},on:{click:function(e){return e.preventDefault(),t.toggleExpanded("HTML")}}},[i("h4",{staticClass:"code__title"},[t._v("\n HTML\n ")]),t._v(" "),i("AppIcon",{staticClass:"code__expandicon",attrs:{symbol:"caret-down"}})],1),t._v(" "),i("div",{attrs:{hidden:!t.isExpanded("HTML"),"data-test-variant-code-part":"HTML"}},[i("button",{staticClass:"code__copy",attrs:{type:"button","aria-label":t._f("localize")("options.copy_code"),"data-tooltip-text":t._f("localize")("options.copy_code_tooltip"),"data-clipboard-copy-code":""},on:{click:function(e){return e.preventDefault(),t.copyHtmlToClipboard(t.renderedHTML)}}},[i("AppIcon",{staticClass:"code__copy-icon",attrs:{symbol:"clipboard-copy"}})],1),t._v(" "),t.renderedHTML.content?i("div",{domProps:{innerHTML:t._s(t.renderPart(t.renderedHTML))}}):i("div",[i("pre",[t._v(t._s(t._f("localize")("options.loading")))])])])])])}),[],!1,null,"c8cd4112",null).exports},1272:function(t,e,i){"use strict";i.d(e,{Z:function(){return d}});var n=i(5698),r=i(9105),o=i(7970),a=i(830);function s(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function c(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?s(Object(i),!0).forEach((function(e){(0,n.Z)(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):s(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}var p={mixins:[o.Z,a.Z],props:{id:{type:String,required:!0},title:{type:String,required:!0},pathPrefix:{type:String,required:!0},pathPostfix:{type:String,required:!0}},data:function(){return{isBreakpointsActive:!1}},computed:c(c(c({},(0,r.Se)("state",["config"])),(0,r.Se)("preferences",["previewWidths","previewMode"])),{},{breakpoints:function(){return this.config.ui.breakpoints},viewports:function(){return this.config.ui.viewports},isModeViewports:function(){return"viewports"===this.previewMode},breakpointNames:function(){return Object.keys(this.breakpoints)},breakpointWidths:function(){var t=this;return Object.values?Object.values(this.breakpoints):Object.keys(this.breakpoints).map((function(e){return t.breakpoints[e]}))},size:function(){var t=this;if(this.iframeWidth){if(this.breakpoints){var e=this.breakpointWidths.filter((function(e){return e<=t.iframeWidth})),i=e.length?this.breakpointNames[e.length-1]:"< ".concat(this.breakpointNames[0]);return this.previewTitle(i,this.iframeWidth)}return"".concat(this.iframeWidth,"px")}return""},viewportClass:function(){return"preview__viewport--".concat(this.previewMode)},viewportStyle:function(){if("viewports"===this.previewMode)return{};var t=this.previewWidths[this.id];return t?{width:"calc(".concat(t,"px + var(--uie-preview-padding) * 2 + 2px)")}:{}},iframes:function(){var t=this.$refs.iframes;return t instanceof HTMLElement&&(t=[t]),t}}),created:function(){var t=this;this.$root.$on("modal-close",(function(){t.isBreakpointsActive=!1}))},mounted:function(){var t=this;this.iframes.forEach(this.mountResizableIframe),this.$store.watch((function(){return t.$store.getters["preferences/currentTheme"]}),(function(){window.requestAnimationFrame((function(){t.iframes.forEach(t.mountResizableIframe)}))}))},beforeDestroy:function(){this.iframes.forEach(this.unmountResizableIframe)},methods:c(c({},(0,r.OI)("preferences",["setPreviewWidths"])),{},{setWidth:function(t){var e=this.previewWidths;t?e[this.id]=t:(delete e[this.id],this.$refs.viewport.style.width=null),this.setPreviewWidths(e)},iframeSize:function(t){var e=parseInt(t);return isNaN(e)?null:e},iframeSrc:function(t){return"".concat(window.UIengine.base).concat(this.pathPrefix,"/").concat(t,"/").concat(this.pathPostfix,".html")},previewTitle:function(t,e){return"".concat(t," @ ").concat(e,"px")},dispatchPluginEvent:function(t,e,i){var n=e.id;this.iframes.forEach((function(r){document.dispatchEvent(new CustomEvent("".concat(n,":").concat(t),{detail:Object.assign(i,{plugin:e,iframe:r})}))}))}})},l=p,d=(0,i(8272).Z)(l,(function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"preview"},[t.isModeViewports?t._e():[i("div",{staticClass:"preview__options",class:{"preview__options--active":t.isBreakpointsActive}},[i("div",{staticClass:"preview__options-inner"},[t._l(t.breakpoints,(function(e,n){return i("button",{key:n,staticClass:"preview__option",attrs:{type:"button"},on:{click:function(i){return t.setWidth(e)}}},[i("span",{staticClass:"preview__option-text"},[t._v(t._s(n))]),t._v(" "),i("span",{staticClass:"preview__option-label"},[t._v(t._s(e)+"px")])])})),t._v(" "),i("button",{staticClass:"preview__option",attrs:{type:"button"},on:{click:function(e){return t.setWidth(null)}}},[i("span",{staticClass:"preview__option-text"},[i("AppIcon",{staticClass:"preview__option-text-icon",attrs:{symbol:"reset"}})],1),t._v(" "),i("span",{staticClass:"preview__option-label"},[t._v(t._s(t._f("localize")("options.reset")))])])],2)])],t._v(" "),i("div",{staticClass:"preview__viewports sih--main soh--main-escape"},[t.isModeViewports?t._l(t.viewports,(function(e,n){var r=e.width,o=e.height;return i("div",{key:n,staticClass:"preview__viewport",class:t.viewportClass,style:t.viewportStyle},[i("span",{staticClass:"preview__title"},[t._v("\n "+t._s(t.previewTitle(n,r))+"\n ")]),t._v(" "),t._l(t.displayedThemes,(function(e){return i("div",{key:e.id,staticClass:"preview__iframe-container",attrs:{"data-test-iframe-container":e.id+"-"+n}},[t.displayAllThemes?i("div",{staticClass:"preview__theme-title"},[t._v("\n "+t._s(e.title)+"\n ")]):t._e(),t._v(" "),i("iframe",{ref:"iframes",refInFor:!0,staticClass:"preview__iframe lazy",style:{width:t.iframeSize(r)+"px"},attrs:{src:"about:blank","data-src":t.iframeSrc(e.id),title:t.title,width:t.iframeSize(r),height:t.iframeSize(o),scrolling:o?"yes":"no","data-test-viewport-iframe":e.id+"-"+n,frameborder:"0"}})])}))],2)})):[i("div",{ref:"viewport",staticClass:"preview__viewport",class:t.viewportClass,style:t.viewportStyle},[t.breakpoints?[i("span",{staticClass:"preview__title"},[t._v("\n "+t._s(t.size)+"\n ")])]:t._e(),t._v(" "),t._l(t.displayedThemes,(function(e){return i("div",{key:e.id,staticClass:"preview__iframe-container",attrs:{"data-test-iframe-container":e.id}},[t.displayAllThemes?i("div",{staticClass:"preview__theme-title"},[t._v("\n "+t._s(e.title)+"\n ")]):t._e(),t._v(" "),i("iframe",{ref:"iframes",refInFor:!0,staticClass:"preview__iframe lazy",attrs:{src:"about:blank","aria-roledescription":"iframe","data-src":t.iframeSrc(e.id),title:t.title,"data-test-breakpoint-iframe":e.id,frameborder:"0",scrolling:"no"}})])}))],2)]],2)],2)}),[],!1,null,"419b93af",null).exports},8409:function(t,e,i){"use strict";i.d(e,{Z:function(){return r}});var n={components:{ContentProperty:i(1675).Z},props:{title:{type:String,default:null},properties:{type:Object,required:!0}},computed:{displayDescription:function(){return Object.values(this.properties).some((function(t){return t.description}))}}},r=(0,i(8272).Z)(n,(function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("table",{class:{withDescription:t.displayDescription},attrs:{id:t.title}},[i("caption",[t._v(t._s(t.title))]),t._v(" "),i("thead",[i("tr",[i("th",{staticClass:"property__name"},[t._v("\n "+t._s(t._f("localize")("properties.name"))+"\n ")]),t._v(" "),i("th",{staticClass:"property__type"},[t._v("\n "+t._s(t._f("localize")("properties.type"))+"\n ")]),t._v(" "),t.displayDescription?i("th",{staticClass:"property__description"},[t._v("\n "+t._s(t._f("localize")("properties.description"))+"\n ")]):t._e(),t._v(" "),i("th",{staticClass:"property__required"},[t._v("\n "+t._s(t._f("localize")("properties.required"))+"\n ")]),t._v(" "),i("th",{staticClass:"property__default"},[t._v("\n "+t._s(t._f("localize")("properties.default"))+"\n ")])])]),t._v(" "),i("tbody",t._l(t.properties,(function(e,n){return i("ContentProperty",{key:n,attrs:{id:n,property:e,"display-description":t.displayDescription}})})),1)])}),[],!1,null,"a103365e",null).exports},8174:function(t,e,i){var n={"./bash":6201,"./css":8248,"./handlebars":8290,"./javascript":7758,"./json":5333,"./less":3494,"./markdown":5794,"./nginx":5012,"./scss":9883,"./stylus":6765,"./xml":3487};function r(t){var e=o(t);return i(e)}function o(t){if(!i.o(n,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return n[t]}r.keys=function(){return Object.keys(n)},r.resolve=o,t.exports=r,r.id=8174}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_uiengine_ui=self.webpackChunk_uiengine_ui||[]).push([[372],{2316:function(t,e,r){r.r(e),r.d(e,{default:function(){return f}});var n=r(5698),s=r(1069),i=r(9105),u=r(3177);function c(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function o(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?c(Object(r),!0).forEach((function(e){(0,n.Z)(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var l={threshold:.2,keys:[{name:"title",weight:.7},{name:"keywords",weight:.5}]},a={components:{ContentHeader:u.Z},props:{query:{type:String,required:!0}},data:function(){return{results:[]}},computed:o(o(o({},(0,i.Se)("state",["navigation"])),(0,i.Se)("preferences",["locale"])),{},{repo:function(){var t=Object.values(this.navigation).filter((function(t){return!t.isStructural}));return new s.Z(t,l)},title:function(){return this.$options.filters.localize("search.title",{query:this.query})}}),watch:{$route:"search"},created:function(){this.search()},methods:{search:function(){this.results=this.repo.search(this.query).map((function(t){return t.item})),1===this.results.length&&this.$router.replace(this.results[0])}},metaInfo:function(){return{title:this.title}}},f=(0,r(8272).Z)(a,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("section",{staticClass:"page"},[r("ContentHeader",{staticClass:"uie-sob-l",attrs:{title:t.title}}),t._v(" "),r("article",{staticClass:"content"},[0===t.results.length?r("p",[t._v("\n "+t._s(t._f("localize")("search.no_results"))+"\n ")]):r("ul",t._l(t.results,(function(e){return r("li",{key:e.id},[r("RouterLink",{attrs:{to:e}},[t._v("\n "+t._s(e.title)+"\n ")]),t._v("\n ("+t._s(t._f("upcaseFirstChar")(e.type))+")\n ")],1)})),0)])],1)}),[],!1,null,null,null).exports}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_uiengine_ui=self.webpackChunk_uiengine_ui||[]).push([[466],{558:function(e,t,r){r.r(t),r.d(t,{default:function(){return u}});var a=r(5698),i=r(9105),l=r(3177),s=r(387);function o(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,a)}return r}function n(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?o(Object(r),!0).forEach((function(t){(0,a.Z)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var c={components:{ContentHeader:l.Z},data:function(){return{hljsOptions:["agate","androidstudio","arduino-light","arta","ascetic","atelier-cave-dark","atelier-cave-light","atelier-dune-dark","atelier-dune-light","atelier-estuary-dark","atelier-estuary-light","atelier-forest-dark","atelier-forest-light","atelier-heath-dark","atelier-heath-light","atelier-lakeside-dark","atelier-lakeside-light","atelier-plateau-dark","atelier-plateau-light","atelier-savanna-dark","atelier-savanna-light","atelier-seaside-dark","atelier-seaside-light","atelier-sulphurpool-dark","atelier-sulphurpool-light","atom-one-dark","atom-one-light","brown-paper","codepen-embed","color-brewer","darcula","dark","default","docco","dracula","far","foundation","github-gist","github","googlecode","grayscale","gruvbox-dark","gruvbox-light","hopscotch","hybrid","idea","ir-black","kimbie.dark","kimbie.light","magula","mono-blue","monokai-sublime","monokai","obsidian","ocean","paraiso-dark","paraiso-light","pojoaque","purebasic","qtcreator_dark","qtcreator_light","railscasts","rainbow","routeros","school-book","solarized-dark","solarized-light","sunburst","tomorrow-night-blue","tomorrow-night-bright","tomorrow-night-eighties","tomorrow-night","tomorrow","vs","vs2015","xcode","xt256","zenburn"]}},computed:n(n({},(0,i.Se)("state",["config"])),{},{locale:{get:(0,i.Se)("preferences",["locale"]).locale,set:function(e){this.setLocale(e)}},localeOptions:function(){return Object.keys(s.l).reduce((function(e,t){var r=(s.l[t]._meta||{}).title;return e[t]=r||t,e}),{})},previewModeOptions:function(){return{breakpoints:this.$options.filters.localize("settings.breakpoints"),viewports:this.$options.filters.localize("settings.viewports")}},previewMode:{get:(0,i.Se)("preferences",["previewMode"]).previewMode,set:function(e){this.setPreviewMode(e)}},hljs:{get:(0,i.Se)("preferences",["hljs"]).hljs,set:function(e){this.setHljs(e),this.$root.$emit("setting-hljs",e)}},title:function(){return this.$options.filters.localize("settings.title")},hasPreviewModes:function(){var e=this.config.ui;return!!(e&&e.breakpoints&&e.viewports)}}),methods:n({},(0,i.OI)("preferences",["setLocale","setPreviewMode","setHljs"])),metaInfo:function(){return{title:this.title}}},u=(0,r(8272).Z)(c,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("section",{staticClass:"page"},[r("ContentHeader",{staticClass:"uie-sob-l",attrs:{title:e.title}}),e._v(" "),r("article",{staticClass:"content"},[r("div",{staticClass:"row"},[r("label",{staticClass:"uie-select-label",attrs:{for:"locale"}},[e._v("\n "+e._s(e._f("localize")("settings.locale"))+"\n ")]),e._v(" "),r("select",{directives:[{name:"model",rawName:"v-model",value:e.locale,expression:"locale"}],attrs:{id:"locale-select"},on:{change:function(t){var r=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.locale=t.target.multiple?r:r[0]}}},e._l(e.localeOptions,(function(t,a){return r("option",{key:a,domProps:{value:a,selected:e.locale===a}},[e._v("\n "+e._s(t)+"\n ")])})),0)]),e._v(" "),e.hasPreviewModes?r("div",{staticClass:"row"},[r("label",{staticClass:"uie-select-label",attrs:{for:"previewMode"}},[e._v("\n "+e._s(e._f("localize")("settings.preview_mode"))+"\n ")]),e._v(" "),r("select",{directives:[{name:"model",rawName:"v-model",value:e.previewMode,expression:"previewMode"}],attrs:{id:"previewMode-select"},on:{change:function(t){var r=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.previewMode=t.target.multiple?r:r[0]}}},e._l(e.previewModeOptions,(function(t,a){return r("option",{key:a,domProps:{value:a,selected:e.previewMode===a}},[e._v("\n "+e._s(t)+"\n ")])})),0)]):e._e(),e._v(" "),r("div",{staticClass:"row"},[r("label",{staticClass:"uie-select-label",attrs:{for:"hljs"}},[e._v("\n "+e._s(e._f("localize")("settings.hljs"))+"\n ")]),e._v(" "),r("select",{directives:[{name:"model",rawName:"v-model",value:e.hljs,expression:"hljs"}],attrs:{id:"hljs-select"},on:{change:function(t){var r=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){return"_value"in e?e._value:e.value}));e.hljs=t.target.multiple?r:r[0]}}},e._l(e.hljsOptions,(function(t){return r("option",{key:t,domProps:{value:t,selected:e.hljs===t}},[e._v("\n "+e._s(e._f("titleize")(t))+"\n ")])})),0)]),e._v(" "),e._m(0)])],1)}),[function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("pre",{staticClass:"hljs",attrs:{lang:"html"}},[r("span",{staticClass:"hljs-tag"},[e._v("<"),r("span",{staticClass:"hljs-name"},[e._v("label")]),e._v(" "),r("span",{staticClass:"hljs-attr"},[e._v("for")]),e._v("="),r("span",{staticClass:"hljs-string"},[e._v('"name"')]),e._v(">")]),e._v("Name"),r("span",{staticClass:"hljs-tag"},[e._v("</"),r("span",{staticClass:"hljs-name"},[e._v("label")]),e._v(">")])])}],!1,null,"6fc520fe",null).exports}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_uiengine_ui=self.webpackChunk_uiengine_ui||[]).push([[262],{102:function(e,t,r){r.r(t),r.d(t,{default:function(){return l}});var n=r(5698),i=r(9105),s=r(3177),a=r(8510),o=r(3391),c=r(7970);function u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function f(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?u(Object(r),!0).forEach((function(t){(0,n.Z)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var p={components:{ContentHeader:s.Z,ContentText:a.Z,ContentTag:o.Z},mixins:[c.Z],props:{id:{type:String,required:!0}},computed:f(f(f({},(0,i.Se)("state",["config","pages"])),(0,i.Se)("preferences",["currentTheme"])),{},{page:function(){return this.pages[this.id]},iframeSrc:function(){return"".concat(window.UIengine.base,"_tokens/").concat(this.currentTheme.id,"/").concat(this.page.id,".html")}}),mounted:function(){this.mountResizableIframe(this.$refs.iframe)},beforeDestroy:function(){this.unmountResizableIframe(this.$refs.iframe)}},l=(0,r(8272).Z)(p,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[r("section",{staticClass:"page"},[r("ContentHeader",{attrs:{title:e.page.title}},e._l(e.page.tags,(function(e){return r("ContentTag",{key:e,staticClass:"uie-sob-m",attrs:{tag:e}})})),1),e._v(" "),r("ContentText",{staticClass:"uie-sot-xs uie-sob-xxxl",attrs:{item:e.page}})],1),e._v(" "),r("hr",{staticClass:"sections-divider"}),e._v(" "),r("iframe",{ref:"iframe",attrs:{src:e.iframeSrc,title:e.page.title,frameborder:"0",scrolling:"no","data-test-tokens-iframe":""}})])}),[],!1,null,"06a66f48",null).exports}}]);
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_uiengine_ui=self.webpackChunk_uiengine_ui||[]).push([[655],{5626:function(){}},function(n){var u;u=5626,n(n.s=u)}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_uiengine_ui=self.webpackChunk_uiengine_ui||[]).push([[179],{5768:function(e){e.exports=function(e,t,n){var r=t.split(".").reduce((function(e,t){return e&&e[t]}),e);return r&&n?r.replace(/%\{(.+?)\}/g,(function(e,r){var i=n[r];return i||(console.warn("[UIengine]",'Missing interpolation "'.concat(r,'" for key "').concat(t,'"!')),"[".concat(r,"]"))})):r||(console.warn("[UIengine]",'Missing localization for key "'.concat(t,'"!')),"[".concat(t,"]"))}},5497:function(e,t,n){"use strict";var r=n(8101),i=n(6847),o=n(8834),a=n.n(o),s=n(6810),c=n.n(s),l=n(2653),u=n(5698),p=n(9105);function f(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){(0,u.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var v={mixins:[n(830).Z],data:function(){return{query:"",isThemesActive:!1}},computed:d(d({},(0,p.Se)("state",["navigation"])),(0,p.Se)("preferences",["locale","navigationCollapsed","searchCollapsed"])),created:function(){var e=this;this.$root.$on("modal-close",(function(){e.isThemesActive=!1}))},methods:d(d({},(0,p.OI)("preferences",["setNavigationCollapsed","setSearchCollapsed","setCurrentTheme"])),{},{search:function(){var e=this.query.trim();e.length&&this.$router.push({name:"search",params:{query:e}})},setCurrentThemeAll:function(){this.setCurrentTheme({id:"_all",title:this.$options.filters.localize("options.all_themes")})},toggleSearch:function(){var e=this;this.setSearchCollapsed(!this.searchCollapsed),this.searchCollapsed||window.requestAnimationFrame((function(){e.$refs.searchfield.focus()}))}})},h=n(8272),g=(0,h.Z)(v,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"topbar"},[n("button",{staticClass:"topbar__toggle topbar__toggle--menu",attrs:{title:e._f("localize")("navigation.toggle"),"aria-expanded":e._f("bool2string")(!e.navigationCollapsed),type:"button","aria-controls":"navigation-root","data-test-navtoggle":""},on:{click:function(t){return t.preventDefault(),e.setNavigationCollapsed(!e.navigationCollapsed)}}},[n("AppIcon",{staticClass:"topbar__icon",attrs:{symbol:"burger"}})],1),e._v(" "),n("form",{staticClass:"topbar__search",class:{"topbar__search--collapsed":e.searchCollapsed},on:{submit:function(t){return t.preventDefault(),e.search.apply(null,arguments)}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.query,expression:"query"}],ref:"searchfield",staticClass:"topbar__searchfield",attrs:{type:"search",placeholder:"Search",name:"query","aria-label":e._f("localize")("search.label"),"data-test-searchfield":""},domProps:{value:e.query},on:{input:function(t){t.target.composing||(e.query=t.target.value)}}})]),e._v(" "),e.themes&&e.themes.length>1?n("div",{staticClass:"topbar__theme",attrs:{"data-test-theme-switch":""}},[n("button",{staticClass:"topbar__theme-toggle",attrs:{title:e._f("localize")("options.toggle"),"aria-expanded":e._f("bool2string")(e.isThemesActive),type:"button","data-test-theme-switch-current":""},on:{click:function(t){t.stopPropagation(),e.isThemesActive=!e.isThemesActive}}},[e._v("\n "+e._s(e.currentTheme.title)+"\n\n "),n("AppIcon",{staticClass:"topbar__theme-toggle-icon",attrs:{symbol:"caret-down"}})],1),e._v(" "),n("div",{staticClass:"topbar__theme-options",class:{"topbar__theme-options--active":e.isThemesActive}},[n("div",{staticClass:"topbar__theme-options-inner"},[e._l(e.themes,(function(t){return n("button",{key:t.id,staticClass:"topbar__theme-option",attrs:{type:"button","aria-selected":e.currentTheme.id===t.id,"data-test-theme-switch-id":t.id},on:{click:function(n){return e.setCurrentTheme(t)}}},[e._v("\n "+e._s(t.title)+"\n ")])})),e._v(" "),n("button",{staticClass:"topbar__theme-option topbar__theme-option--all",attrs:{type:"button","aria-selected":e.displayAllThemes,"data-test-theme-switch-all":""},on:{click:function(t){return e.setCurrentThemeAll()}}},[e._v("\n "+e._s(e._f("localize")("options.all_themes"))+"\n ")])],2)])]):e._e(),e._v(" "),n("button",{staticClass:"topbar__toggle topbar__toggle--search",attrs:{title:e._f("localize")("search.toggle"),type:"button"},on:{click:function(t){return t.preventDefault(),e.toggleSearch.apply(null,arguments)}}},[n("AppIcon",{staticClass:"topbar__icon",attrs:{symbol:"search"}})],1)])}),[],!1,null,"0778ce28",null),m=g.exports;function _(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function b(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?_(Object(n),!0).forEach((function(t){(0,u.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):_(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var y={computed:b(b({},(0,p.Se)("state",["config","navigation"])),(0,p.Se)("preferences",["locale","navigationCollapsed"]))},O=(0,h.Z)(y,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.navigation?n("nav",{staticClass:"navigation",attrs:{id:"navigation",hidden:e.navigationCollapsed,"data-test-navigation":""}},[n("RouterLink",{staticClass:"navigation__project-details",attrs:{to:e.navigation.index,"active-class":"","exact-active-class":""}},[e.config.logo?n("img",{staticClass:"navigation__project-logo",attrs:{src:e.config.logo}}):e._e(),e._v(" "),n("h1",{staticClass:"navigation__project-name"},[e._v("\n "+e._s(e.config.name)+"\n ")])]),e._v(" "),e.navigation.index.childIds?n("AppNavigationTree",{attrs:{id:"navigation-root",items:e.navigation.index.childIds,navigation:e.navigation,level:0}}):e._e()],1):e._e()}),[],!1,null,"6937a9e1",null).exports;function C(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function w(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?C(Object(n),!0).forEach((function(t){(0,u.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):C(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var j={computed:w(w(w({},(0,p.Se)("state",["config","navigation"])),(0,p.Se)("preferences",["locale"])),{},{lastUpdate:function(){return new Date(this.config.update).toLocaleString(this.locale)},navItem:function(){var e=this.$route.meta.navItemId;return this.navigation[e]},prevPage:function(){return this.findPrevPage(this.$route.meta.navItemId,!0)},nextPage:function(){return this.findNextPage(this.$route.meta.navItemId,!0)}}),methods:{findPrevPage:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];if(e){var r=this.navigation[e];if(r){var i=r.childIds,o=r.prevSiblingId,a=r.parentId;return!n&&i?this.findPrevPage(i[i.length-1],!1,!1):t||r.isStructural?o?this.findPrevPage(o,!1,!1):a?this.findPrevPage(a,!1,!0):void 0:r}}},findNextPage:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(e){var r=this.navigation[e];if(r){var i=r.childIds,o=r.nextSiblingId,a=r.parentId;return t||r.isStructural?!n&&i?this.findNextPage(i[0]):o?this.findNextPage(o):a?this.findNextPage(a,!0,!0):void 0:r}}}}},P=j,I=n(4956),k=n.n(I),S=(0,h.Z)(P,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("footer",{staticClass:"footer"},[e.prevPage||e.nextPage?n("p",{staticClass:"footer__nav"},[e.prevPage?n("RouterLink",{staticClass:"footer__prevlink",attrs:{to:e.prevPage,"data-test-footer-prevlink":""}},[n("AppIcon",{attrs:{symbol:"caret-left"}}),e._v("\n "+e._s(e.prevPage.title)+"\n ")],1):e._e(),e._v(" "),e.nextPage?n("RouterLink",{staticClass:"footer__nextlink",attrs:{to:e.nextPage,"data-test-footer-nextlink":""}},[e._v("\n "+e._s(e.nextPage.title)+"\n "),n("AppIcon",{attrs:{symbol:"caret-right"}})],1):e._e()],1):e._e(),e._v(" "),n("div",[e.config.copyright?n("p",{staticClass:"footer__copyright",attrs:{"data-test-footer-copyright":""},domProps:{innerHTML:e._s(e.config.copyright)}}):e._e(),e._v(" "),e.config.version?n("p",{staticClass:"footer__version",attrs:{"data-test-footer-version":""}},[e._v("\n "+e._s(e._f("localize")("footer.version"))+" "+e._s(e.config.version)+" –\n "+e._s(e._f("localize")("footer.last_update"))+" "+e._s(e.lastUpdate)+".\n ")]):e._e()])])}),[],!1,null,"cdcd25a2",null);"function"==typeof k()&&k()(S);var T=S.exports,Z={computed:(0,p.Se)("state",["navigation"]),metaInfo:function(){var e=this.$route.meta,t=e.navItemId,n=e.navItemTitle,r=this.navigation[t];return{title:r?r.title:n}}},x=(0,h.Z)(Z,(function(){var e=this.$createElement,t=this._self._c||e;return t("main",{staticClass:"main"},[t("RouterView")],1)}),[],!1,null,null,null).exports;function A(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function D(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?A(Object(n),!0).forEach((function(t){(0,u.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):A(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var $=document.documentElement,E=document.getElementById("hljs"),N=E.getAttribute("data-tmpl"),q={components:{AppTopbar:m,AppNavigation:O,AppFooter:T,AppMain:x},computed:D(D({},(0,p.Se)("preferences",["currentTheme"])),{},{themeId:function(){return this.currentTheme&&this.currentTheme.id}}),created:function(){var e=this;this.$root.$on("setting-hljs",this.setHljs),this.$store.watch((function(){return e.$store.getters["preferences/currentTheme"]}),this.setCurrentTheme);var t=this.$store.getters["preferences/hljs"];t&&this.setHljs(t),this.setCurrentTheme(this.currentTheme)},methods:{closeModals:function(){this.$root.$emit("modal-close")},setHljs:function(e){E.setAttribute("href",N.replace("%s",e))},setCurrentTheme:function(e){$.setAttribute("data-theme",e.id)}},metaInfo:function(){var e=this.$store.getters["state/config"],t=e?e.name:"";return e&&e.version&&(t+=" (".concat(e.version,")")),{titleTemplate:function(e){return e?"".concat(e," • ").concat(t):t}}}},M=(0,h.Z)(q,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"layout",attrs:{id:"app"},on:{click:e.closeModals}},[n("AppTopbar"),e._v(" "),n("AppNavigation"),e._v(" "),n("AppMain"),e._v(" "),n("AppFooter")],1)}),[],!1,null,null,null).exports,z=n(4719),U=n(3191),F=n(6500);r.Z.use(z.Z);var L=function(e){if("documentation"===e)return U.default;var t=(0,F.upcaseFirstChar)(e);return function(){return n(1393)("./Main"+t)}},H=window.UIengine.state.config.ui,R=H.base,B=H.mode,K=new z.Z({mode:B||"history",base:R||"/",scrollBehavior:function(e,t,n){return e.hash?{selector:e.hash}:n||{x:0,y:0}},routes:[{name:"search",path:"/_search/:query",props:!0,component:L("search"),meta:{navItemId:"_search"}},{name:"settings",path:"/_settings/",component:L("settings"),meta:{navItemId:"_settings"}},{path:"*",component:L("notFound")}]}),V=K,W=function(e){var t=Object.keys(e).map((function(t){var n=e[t];return{path:n.path,component:L(n.type),meta:{navItemId:n.id,navItemTitle:n.title},props:{id:n.itemId}}}));K.addRoutes(t)};W(window.UIengine.state.navigation);var J=function(e){var t,n,r=e.navigation;return n="Settings",r[t="settings"]={id:t,itemId:t,parentId:"index",path:"/_".concat(t,"/"),type:t,localizedTitleKey:"".concat(t,".title"),title:n},r.index.childIds.push(t),e},G={setState:function(e,t){for(var n in t=J(t))e[n]=t[n];var r=t.navigation;r&&W(r)}},Q={namespaced:!0,state:J(window.UIengine.state),getters:{pages:function(e){return e.pages},config:function(e){return e.config},plugins:function(e){return e.plugins},components:function(e){return e.components},navigation:function(e){return e.navigation}},mutations:G,actions:{}},X=n(1761),Y=window.UIengine.state.config,ee=Y.ui,te=Y.themes,ne={hljs:document.getElementById("hljs").getAttribute("data-default"),locale:document.documentElement.getAttribute("lang"),currentTheme:te&&te[0],navigationCollapsed:!1,navigationItemsCollapsed:{},searchCollapsed:!0,previewWidths:{},previewMode:ee&&ee.defaultPreviewMode||"breakpoints"},re=Object.keys(ne).reduce((function(e,t){var n=ne[t];return e[t]=function(e,t){var n=window.sessionStorage.getItem("uiengine/".concat(e));return n?JSON.parse(n):t}(t,n),e}),{}),ie=Object.keys(ne).reduce((function(e,t){return e[t]=function(e){return e[t]},e}),{}),oe=Object.keys(ne).reduce((function(e,t){var n=(0,F.upcaseFirstChar)(t);return e["set".concat(n)]=function(e,n){!function(e,t){t||"boolean"==typeof t?window.sessionStorage.setItem("uiengine/".concat(e),JSON.stringify(t)):window.sessionStorage.removeItem("uiengine/".concat(e))}(t,n),e[t]=function(e){return"object"===(0,X.Z)(e)?e instanceof Array?e:Object.assign({},e):e}(n)},e}),{}),ae={namespaced:!0,state:re,getters:ie,mutations:oe,actions:{}};r.Z.use(p.ZP);var se={state:Q,preferences:ae},ce=new p.ZP.Store({modules:se}),le=n(5768),ue=n.n(le),pe=n(387);r.Z.filter("dasherize",F.dasherize),r.Z.filter("upcaseFirstChar",F.upcaseFirstChar),r.Z.filter("titleize",F.titleize),r.Z.filter("bool2string",(function(e){return e?"true":"false"})),r.Z.filter("localize",(function(e,t){var n=ce.getters["preferences/locale"],r=pe.l[n];return ue()(r,e,t)}));var fe={props:{title:{type:String,default:""},symbol:{type:String,required:!0}},computed:{symbolHref:function(){return"#".concat(this.symbol)}}},de=(0,h.Z)(fe,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{staticClass:"icon",attrs:{title:e.title,role:"presentation","aria-hidden":"true",focusable:"false"}},[n("use",{attrs:{"xlink:href":e.symbolHref}})])}),[],!1,null,"498522e7",null).exports,ve={props:{navigation:{type:Object,required:!0},items:{type:Array,required:!0},level:{type:Number,required:!0}},computed:{levelClass:function(){return"navigation__tree--level-".concat(this.level)},navigationItems:function(){var e=this;return this.items.filter((function(t){return void 0!==e.navigation[t]}))}}},he=(0,h.Z)(ve,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("ul",{staticClass:"navigation__tree",class:e.levelClass},[e._l(e.navigationItems,(function(t){return n("AppNavigationItem",{key:t,attrs:{navigation:e.navigation,item:e.navigation[t],level:e.level}})})),e._v(" "),e._t("default")],2)}),[],!1,null,"e330ca40",null).exports;function ge(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function me(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ge(Object(n),!0).forEach((function(t){(0,u.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ge(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var _e={props:{navigation:{type:Object,required:!0},item:{type:Object,required:!0},level:{type:Number,required:!0}},computed:me(me({},(0,p.Se)("preferences",["navigationItemsCollapsed"])),{},{children:function(){return this.item.childIds},isCurrentPage:function(){return this.$route.path===this.item.path},isCollapsed:function(){return void 0!==this.navigationItemsCollapsed[this.item.id]?this.navigationItemsCollapsed[this.item.id]:this.item.collapsed||!1},title:function(){var e=this.item,t=e.title,n=e.localizedTitleKey;return n?this.$options.filters.localize(n):t},classes:function(){var e=["navigation__item--level-".concat(this.level)];return this.children&&e.push("navigation__item--children"),this.isCollapsed&&e.push("navigation__item--collapsed"),this.isCurrentPage&&e.push("navigation__item--current"),e}}),methods:me(me({},(0,p.OI)("preferences",["setNavigationItemsCollapsed"])),{},{setCollapsed:function(e){var t=this.navigationItemsCollapsed;t[this.item.id]=e,this.setNavigationItemsCollapsed(t),e||this.$refs.children.$el.querySelector("a.navigation__link").focus()}})},be=(0,h.Z)(_e,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"navigation__item",class:e.classes,attrs:{"data-test-navitem-id":e.item.id}},[e.item.isStructural?n("span",{staticClass:"navigation__link"},[e._v("\n "+e._s(e.title)+"\n ")]):n("RouterLink",{staticClass:"navigation__link",attrs:{to:e.item}},[e._v("\n "+e._s(e.title)+"\n ")]),e._v(" "),e.children?n("button",{staticClass:"navigation__itemtoggle",attrs:{"aria-expanded":e._f("bool2string")(!e.isCollapsed),title:e._f("localize")("navigation.toggle"),type:"button","aria-haspopup":"true"},on:{click:function(t){return t.preventDefault(),e.setCollapsed(!e.isCollapsed)}}},[n("AppIcon",{staticClass:"navigation__icon",attrs:{symbol:"caret-down"}})],1):e._e(),e._v(" "),e.children?n("AppNavigationTree",{ref:"children",attrs:{navigation:e.navigation,items:e.children,level:e.level+1,"data-test-navtree-id":e.item.id}}):e._e()],1)}),[],!1,null,"0325e07b",null).exports,ye=n(1675);r.Z.component("AppIcon",de),r.Z.component("AppNavigationTree",he),r.Z.component("AppNavigationItem",be),r.Z.component("ContentProperty",ye.Z);var Oe=(window.UIengine.state.config.ui||{}).analyticsId;if(n.p=window.UIengine.base,r.Z.config.productionTip=!1,r.Z.use(i.Z),Oe&&r.Z.use(a(),{id:Oe,router:V,autoTracking:{exception:!0,exceptionLogs:!1},debug:{sendHitTask:!0}}),new r.Z({el:"#app",router:V,store:ce,components:{App:M},mounted:function(){this.$nextTick((function(){(0,l.Z)({observeChanges:!0,observeRootSelector:"main.main"})}))},template:"<App/>"}),new(c())("[data-clipboard-text]").on("error",(function(e){console.error("[UIengine]","Clipboard error:",e)})),document.getElementById("__bs_script__")){var Ce=0;!function e(){var t=(window.___browserSync___||{}).socket;t?(t.on("uiengine:state:update",(function(e){ce.commit("state/setState",e)})),console.debug("[UIengine]","Connection to browser-sync socket established.")):Ce<=10?(setTimeout(e,100),Ce++):console.warn("[UIengine]","Could not connect to browser-sync socket.")}()}},9693:function(e,t){"use strict";t.Z={methods:{findFileLink:function(e){var t=!!window.___browserSync___,n=e.readmeFile,r=e.sourceFile,i=e.sourcePath,o=n||r||i;if(t){var a=this.config.source.base;return"vscode://file/".concat(a,"/").concat(o)}var s=this.config.ui.repoBaseUrl;return s?"".concat(s).concat(o):null}}}},830:function(e,t,n){"use strict";var r=n(5698),i=n(9105);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function a(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){(0,r.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}t.Z={computed:a(a(a({},(0,i.Se)("state",["config"])),(0,i.Se)("preferences",["currentTheme"])),{},{displayAllThemes:function(){return"_all"===this.currentTheme.id},displayedThemes:function(){return this.displayAllThemes?this.themes:[this.currentTheme]},themes:function(){return this.config.themes}})}},387:function(e,t,n){"use strict";n.d(t,{l:function(){return l}});var r=n(6796),i=n.n(r),o=window.UIengine,a=o.state.config.ui,s=o.locales,c=a&&a.locales?a.locales:{},l=i()(s,c)},3177:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r={components:{ContentHeading:n(8887).Z},props:{title:{type:String,default:null},level:{type:Number,default:1}}},i=(0,n(8272).Z)(r,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("header",{staticClass:"contentheader"},[e.title?n("ContentHeading",[e._v("\n "+e._s(e.title)+"\n ")]):e._e(),e._v(" "),e._t("default")],2)}),[],!1,null,"eaea4294",null).exports},8887:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r={props:{level:{type:Number,default:1}},render:function(e){return e("h".concat(this.level),{class:"contentheader__title"},this.$slots.default)}},i=(0,n(8272).Z)(r,undefined,undefined,!1,null,null,null).exports},1675:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r={props:{id:{type:String,required:!0},property:{type:Object,required:!0},displayDescription:{type:Boolean,required:!0}},computed:{propertyType:function(){var e=this.property,t=e.value,n=e.type;return["Array","Object"].includes(n)&&t?"".concat(this.property.type,"[").concat(t.type||t,"]"):this.property.type},description:function(){return this.property.description},required:function(){return this.property.required?"*":""},defaultValue:function(){return this.property.default}}},i=(0,n(8272).Z)(r,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("tr",[n("td",{staticClass:"property__name"},[e._v("\n "+e._s(e.id)+"\n ")]),e._v(" "),n("td",{staticClass:"property__type"},[e._v("\n "+e._s(e.propertyType)+"\n ")]),e._v(" "),e.displayDescription?n("td",{staticClass:"property__description"},[e._v("\n "+e._s(e.description)+"\n ")]):e._e(),e._v(" "),n("td",{staticClass:"property__required"},[e._v("\n "+e._s(e.required)+"\n ")]),e._v(" "),n("td",{staticClass:"property__default"},[e._v("\n "+e._s(e.defaultValue)+"\n ")])])}),[],!1,null,"d4d827e4",null).exports},3391:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r={props:{tag:{type:String,required:!0}},computed:{target:function(){return{name:"search",params:{query:this.tag}}}}},i=(0,n(8272).Z)(r,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("RouterLink",{staticClass:"tag",attrs:{to:e.target}},[e._v("\n "+e._s(e.tag)+"\n")])}),[],!1,null,"372e3e56",null).exports},8510:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=/^<h1.*?>.*<\/h1>/,i={props:{item:{type:Object,default:null}},computed:{renderedContent:function(){var e=this.item,t=e.content,n=e.isTitleFromHeading;return t?n?t.replace(r,"").trim():t:null}},methods:{handleLinkClicks:function(e){for(var t=e.target;t&&"A"!==t.tagName;)t=t.parentNode;if(t&&t.matches(".content a:not([href*='://'])")&&t.href){var n=e.altKey,r=e.ctrlKey,i=e.metaKey,o=e.shiftKey,a=e.button,s=e.defaultPrevented;if(i||n||r||o)return;if(s)return;if(void 0!==a&&0!==a)return;if(t&&t.getAttribute){var c=t.getAttribute("target");if(/\b_blank\b/i.test(c))return}var l=window.UIengine.state.config.ui.base,u=new RegExp("^".concat(l)),p=new URL(t.href).pathname,f=window.location.pathname,d=p.replace(u,"/"),v=f.replace(u,"/");void 0!==this.$router.resolve(d).resolved.meta.navItemId&&!(v===d)&&e.preventDefault&&(e.preventDefault(),this.$router.push(d))}}}},o=(0,n(8272).Z)(i,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.item.content?n("article",{staticClass:"content",domProps:{innerHTML:e._s(e.renderedContent)},on:{click:e.handleLinkClicks}}):e._e()}),[],!1,null,null,null).exports},3191:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return f}});var r=n(5698),i=n(9105),o=n(9693),a=n(3177),s=n(8510),c=n(3391);function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?l(Object(n),!0).forEach((function(t){(0,r.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var p={components:{ContentHeader:a.Z,ContentText:s.Z,ContentTag:c.Z},mixins:[o.Z],props:{id:{type:String,required:!0}},computed:u(u({},(0,i.Se)("state",["pages","config"])),{},{page:function(){return this.pages[this.id]},fileLink:function(){return this.findFileLink(this.page)}})},f=(0,n(8272).Z)(p,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",{staticClass:"page"},[n("ContentHeader",{attrs:{title:e.page.title}},[e._l(e.page.tags,(function(e){return n("ContentTag",{key:e,staticClass:"uie-sob-m",attrs:{tag:e}})})),e._v(" "),e.fileLink?n("div",{staticClass:"contentheader__options"},[n("a",{staticClass:"contentheader__action",attrs:{href:e.fileLink,"aria-label":e._f("localize")("options.edit")}},[n("AppIcon",{attrs:{symbol:"pencil"}})],1)]):e._e()],2),e._v(" "),n("ContentText",{attrs:{item:e.page}})],1)}),[],!1,null,null,null).exports},4956:function(){},1393:function(e,t,n){var r={"./MainComponent":[5401,556,941,970,375,674],"./MainComponent.vue":[5401,556,941,970,375,674],"./MainDocumentation":[3191],"./MainDocumentation.vue":[3191],"./MainNotFound":[8366,233],"./MainNotFound.vue":[8366,233],"./MainSearch":[2316,556,372],"./MainSearch.vue":[2316,556,372],"./MainSettings":[558,466],"./MainSettings.vue":[558,466],"./MainTemplate":[3379,556,941,970,375,773],"./MainTemplate.vue":[3379,556,941,970,375,773],"./MainTokens":[102,556,970,262],"./MainTokens.vue":[102,556,970,262]};function i(e){if(!n.o(r,e))return Promise.resolve().then((function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=r[e],i=t[0];return Promise.all(t.slice(1).map(n.e)).then((function(){return n(i)}))}i.keys=function(){return Object.keys(r)},i.id=1393,e.exports=i},6500:function(e,t,n){const r=n(6636),i=/^<h1.*?>(.*?)<\/h1>/;e.exports={crossPlatformPath:e=>e.replace(/\\/g,"/"),dasherize:e=>String(e).replace(/\W+/gi,"-"),titleize:e=>e.split(/\W+/gi).map((e=>e.charAt(0).toUpperCase()+e.slice(1))).join(" "),upcaseFirstChar:e=>e.charAt(0).toUpperCase()+e.slice(1),lowercaseFirstChar:e=>e.charAt(0).toLowerCase()+e.slice(1),hasContent:e=>!!e&&e.replace(i,"").trim().length>0,replaceTemplateComments:(e,t)=>Object.keys(t).reduce(((e,n)=>{const r=new RegExp(`\x3c!--\\s?uiengine:${n}\\s?--\x3e`,"gi"),i=t[n];return e.replace(r,i||"")}),e),titleFromContentHeading:e=>{const[,t]=e&&e.match(i)||[];return t&&r(t,"all")}}}},function(e){e.O(0,[179],(function(){[556,941,970,375,674,233,372,466,773,262].map(e.E)}),5);e.O(0,[556,418],(function(){return t=5497,e(e.s=t);var t}));e.O()}]);
@@ -1 +0,0 @@
1
- !function(){"use strict";var e,n,t,r,o,i={},u={};function a(e){var n=u[e];if(void 0!==n)return n.exports;var t=u[e]={exports:{}};return i[e].call(t.exports,t,t.exports,a),t.exports}a.m=i,e=[],a.O=function(n,t,r,o){if(!t){var i=1/0;for(l=0;l<e.length;l++){t=e[l][0],r=e[l][1],o=e[l][2];for(var u=!0,c=0;c<t.length;c++)(!1&o||i>=o)&&Object.keys(a.O).every((function(e){return a.O[e](t[c])}))?t.splice(c--,1):(u=!1,o<i&&(i=o));if(u){e.splice(l--,1);var f=r();void 0!==f&&(n=f)}}return n}o=o||0;for(var l=e.length;l>0&&e[l-1][2]>o;l--)e[l]=e[l-1];e[l]=[t,r,o]},a.F={},a.E=function(e){Object.keys(a.F).map((function(n){a.F[n](e)}))},a.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(n,{a:n}),n},a.d=function(e,n){for(var t in n)a.o(n,t)&&!a.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},a.f={},a.e=function(e){return Promise.all(Object.keys(a.f).reduce((function(n,t){return a.f[t](e,n),n}),[]))},a.u=function(e){return"_assets/scripts/"+({233:"MainNotFound",262:"MainTokens",372:"MainSearch",466:"MainSettings",556:"vendor_other",674:"MainComponent",773:"MainTemplate",941:"vendor_hljs"}[e]||e)+"."+{233:"14d727d",262:"9455df3",372:"0cd1af7",375:"982ffb9",466:"15a67f0",556:"7066054",674:"ee33cd4",773:"b3eaf96",941:"7380121",970:"07415a9"}[e]+".js"},a.miniCssF=function(e){return"_assets/styles/"+({179:"main",262:"MainTokens",466:"MainSettings",655:"inject",674:"MainComponent",773:"MainTemplate"}[e]||e)+"."+{179:"077577c",262:"ba52d6d",375:"9b6d294",466:"b3222c6",655:"4c93db5",674:"adff928",773:"9c622f9"}[e]+".css"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n={},t="@uiengine/ui:",a.l=function(e,r,o,i){if(n[e])n[e].push(r);else{var u,c;if(void 0!==o)for(var f=document.getElementsByTagName("script"),l=0;l<f.length;l++){var s=f[l];if(s.getAttribute("src")==e||s.getAttribute("data-webpack")==t+o){u=s;break}}u||(c=!0,(u=document.createElement("script")).charset="utf-8",u.timeout=120,a.nc&&u.setAttribute("nonce",a.nc),u.setAttribute("data-webpack",t+o),u.src=e),n[e]=[r];var d=function(t,r){u.onerror=u.onload=null,clearTimeout(p);var o=n[e];if(delete n[e],u.parentNode&&u.parentNode.removeChild(u),o&&o.forEach((function(e){return e(r)})),t)return t(r)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=d.bind(null,u.onerror),u.onload=d.bind(null,u.onload),c&&document.head.appendChild(u)}},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.p="/",r=function(e){return new Promise((function(n,t){var r=a.miniCssF(e),o=a.p+r;if(function(e,n){for(var t=document.getElementsByTagName("link"),r=0;r<t.length;r++){var o=(u=t[r]).getAttribute("data-href")||u.getAttribute("href");if("stylesheet"===u.rel&&(o===e||o===n))return u}var i=document.getElementsByTagName("style");for(r=0;r<i.length;r++){var u;if((o=(u=i[r]).getAttribute("data-href"))===e||o===n)return u}}(r,o))return n();!function(e,n,t,r){var o=document.createElement("link");o.rel="stylesheet",o.type="text/css",o.onerror=o.onload=function(i){if(o.onerror=o.onload=null,"load"===i.type)t();else{var u=i&&("load"===i.type?"missing":i.type),a=i&&i.target&&i.target.href||n,c=new Error("Loading CSS chunk "+e+" failed.\n("+a+")");c.code="CSS_CHUNK_LOAD_FAILED",c.type=u,c.request=a,o.parentNode.removeChild(o),r(c)}},o.href=n,document.head.appendChild(o)}(e,o,n,t)}))},o={666:0},a.f.miniCss=function(e,n){o[e]?n.push(o[e]):0!==o[e]&&{262:1,375:1,466:1,674:1,773:1}[e]&&n.push(o[e]=r(e).then((function(){o[e]=0}),(function(n){throw delete o[e],n})))},function(){var e={666:0};a.f.j=function(n,t){var r=a.o(e,n)?e[n]:void 0;if(0!==r)if(r)t.push(r[2]);else if(666!=n){var o=new Promise((function(t,o){r=e[n]=[t,o]}));t.push(r[2]=o);var i=a.p+a.u(n),u=new Error;a.l(i,(function(t){if(a.o(e,n)&&(0!==(r=e[n])&&(e[n]=void 0),r)){var o=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src;u.message="Loading chunk "+n+" failed.\n("+o+": "+i+")",u.name="ChunkLoadError",u.type=o,u.request=i,r[1](u)}}),"chunk-"+n,n)}else e[n]=0},a.F.j=function(n){if((!a.o(e,n)||void 0===e[n])&&666!=n){e[n]=null;var t=document.createElement("link");a.nc&&t.setAttribute("nonce",a.nc),t.rel="prefetch",t.as="script",t.href=a.p+a.u(n),document.head.appendChild(t)}},a.O.j=function(n){return 0===e[n]};var n=function(n,t){var r,o,i=t[0],u=t[1],c=t[2],f=0;if(i.some((function(n){return 0!==e[n]}))){for(r in u)a.o(u,r)&&(a.m[r]=u[r]);if(c)var l=c(a)}for(n&&n(t);f<i.length;f++)o=i[f],a.o(e,o)&&e[o]&&e[o][0](),e[i[f]]=0;return a.O(l)},t=self.webpackChunk_uiengine_ui=self.webpackChunk_uiengine_ui||[];t.forEach(n.bind(null,0)),t.push=n.bind(null,t.push.bind(t))}()}();
@@ -1,2 +0,0 @@
1
- /*! For license information please see vendor_other.7066054.js.LICENSE.txt */
2
- (self.webpackChunk_uiengine_ui=self.webpackChunk_uiengine_ui||[]).push([[556],{2309:function(e,t,n){e.exports=n(6561)},6810:function(e){var t;t=function(){return function(){var e={134:function(e,t,n){"use strict";n.d(t,{default:function(){return x}});var r=n(279),i=n.n(r),o=n(370),a=n.n(o),s=n(817),c=n.n(s);function u(e){return u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},u(e)}function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var f=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.resolveOptions(t),this.initSelection()}var t,n,r;return t=e,n=[{key:"resolveOptions",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.action=e.action,this.container=e.container,this.emitter=e.emitter,this.target=e.target,this.text=e.text,this.trigger=e.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"createFakeElement",value:function(){var e="rtl"===document.documentElement.getAttribute("dir");this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var t=window.pageYOffset||document.documentElement.scrollTop;return this.fakeElem.style.top="".concat(t,"px"),this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.fakeElem}},{key:"selectFake",value:function(){var e=this,t=this.createFakeElement();this.fakeHandlerCallback=function(){return e.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.container.appendChild(t),this.selectedText=c()(t),this.copyText(),this.removeFake()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=c()(this.target),this.copyText()}},{key:"copyText",value:function(){var e;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(e){this.emitter.emit(e?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),document.activeElement.blur(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=e,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(e){if(void 0!==e){if(!e||"object"!==u(e)||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=e}},get:function(){return this._target}}],n&&l(t.prototype,n),r&&l(t,r),e}(),d=f;function h(e){return h="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},h(e)}function m(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function g(e,t){return g=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},g(e,t)}function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=v(e);if(t){var i=v(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return y(this,n)}}function y(e,t){return!t||"object"!==h(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function v(e){return v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},v(e)}function b(e,t){var n="data-clipboard-".concat(e);if(t.hasAttribute(n))return t.getAttribute(n)}var w=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&g(e,t)}(o,e);var t,n,r,i=p(o);function o(e,t){var n;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o),(n=i.call(this)).resolveOptions(t),n.listenClick(e),n}return t=o,n=[{key:"resolveOptions",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof e.action?e.action:this.defaultAction,this.target="function"==typeof e.target?e.target:this.defaultTarget,this.text="function"==typeof e.text?e.text:this.defaultText,this.container="object"===h(e.container)?e.container:document.body}},{key:"listenClick",value:function(e){var t=this;this.listener=a()(e,"click",(function(e){return t.onClick(e)}))}},{key:"onClick",value:function(e){var t=e.delegateTarget||e.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new d({action:this.action(t),target:this.target(t),text:this.text(t),container:this.container,trigger:t,emitter:this})}},{key:"defaultAction",value:function(e){return b("action",e)}},{key:"defaultTarget",value:function(e){var t=b("target",e);if(t)return document.querySelector(t)}},{key:"defaultText",value:function(e){return b("text",e)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],r=[{key:"isSupported",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],t="string"==typeof e?[e]:e,n=!!document.queryCommandSupported;return t.forEach((function(e){n=n&&!!document.queryCommandSupported(e)})),n}}],n&&m(t.prototype,n),r&&m(t,r),o}(i()),x=w},828:function(e){if("undefined"!=typeof Element&&!Element.prototype.matches){var t=Element.prototype;t.matches=t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}e.exports=function(e,t){for(;e&&9!==e.nodeType;){if("function"==typeof e.matches&&e.matches(t))return e;e=e.parentNode}}},438:function(e,t,n){var r=n(828);function i(e,t,n,r,i){var a=o.apply(this,arguments);return e.addEventListener(n,a,i),{destroy:function(){e.removeEventListener(n,a,i)}}}function o(e,t,n,i){return function(n){n.delegateTarget=r(n.target,t),n.delegateTarget&&i.call(e,n)}}e.exports=function(e,t,n,r,o){return"function"==typeof e.addEventListener?i.apply(null,arguments):"function"==typeof n?i.bind(null,document).apply(null,arguments):("string"==typeof e&&(e=document.querySelectorAll(e)),Array.prototype.map.call(e,(function(e){return i(e,t,n,r,o)})))}},879:function(e,t){t.node=function(e){return void 0!==e&&e instanceof HTMLElement&&1===e.nodeType},t.nodeList=function(e){var n=Object.prototype.toString.call(e);return void 0!==e&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in e&&(0===e.length||t.node(e[0]))},t.string=function(e){return"string"==typeof e||e instanceof String},t.fn=function(e){return"[object Function]"===Object.prototype.toString.call(e)}},370:function(e,t,n){var r=n(879),i=n(438);e.exports=function(e,t,n){if(!e&&!t&&!n)throw new Error("Missing required arguments");if(!r.string(t))throw new TypeError("Second argument must be a String");if(!r.fn(n))throw new TypeError("Third argument must be a Function");if(r.node(e))return function(e,t,n){return e.addEventListener(t,n),{destroy:function(){e.removeEventListener(t,n)}}}(e,t,n);if(r.nodeList(e))return function(e,t,n){return Array.prototype.forEach.call(e,(function(e){e.addEventListener(t,n)})),{destroy:function(){Array.prototype.forEach.call(e,(function(e){e.removeEventListener(t,n)}))}}}(e,t,n);if(r.string(e))return function(e,t,n){return i(document.body,e,t,n)}(e,t,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},817:function(e){e.exports=function(e){var t;if("SELECT"===e.nodeName)e.focus(),t=e.value;else if("INPUT"===e.nodeName||"TEXTAREA"===e.nodeName){var n=e.hasAttribute("readonly");n||e.setAttribute("readonly",""),e.select(),e.setSelectionRange(0,e.value.length),n||e.removeAttribute("readonly"),t=e.value}else{e.hasAttribute("contenteditable")&&e.focus();var r=window.getSelection(),i=document.createRange();i.selectNodeContents(e),r.removeAllRanges(),r.addRange(i),t=r.toString()}return t}},279:function(e){function t(){}t.prototype={on:function(e,t,n){var r=this.e||(this.e={});return(r[e]||(r[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var r=this;function i(){r.off(e,i),t.apply(n,arguments)}return i._=t,this.on(e,i,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),r=0,i=n.length;r<i;r++)n[r].fn.apply(n[r].ctx,t);return this},off:function(e,t){var n=this.e||(this.e={}),r=n[e],i=[];if(r&&t)for(var o=0,a=r.length;o<a;o++)r[o].fn!==t&&r[o].fn._!==t&&i.push(r[o]);return i.length?n[e]=i:delete n[e],this}},e.exports=t,e.exports.TinyEmitter=t}},t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}return n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n(134)}().default},e.exports=t()},6796:function(e){"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===n}(e)}(e)};var n="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function r(e,t){return!1!==t.clone&&t.isMergeableObject(e)?c((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function i(e,t,n){return e.concat(t).map((function(e){return r(e,n)}))}function o(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function a(e,t){try{return t in e}catch(e){return!1}}function s(e,t,n){var i={};return n.isMergeableObject(e)&&o(e).forEach((function(t){i[t]=r(e[t],n)})),o(t).forEach((function(o){(function(e,t){return a(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,o)||(a(e,o)&&n.isMergeableObject(t[o])?i[o]=function(e,t){if(!t.customMerge)return c;var n=t.customMerge(e);return"function"==typeof n?n:c}(o,n)(e[o],t[o],n):i[o]=r(t[o],n))})),i}function c(e,n,o){(o=o||{}).arrayMerge=o.arrayMerge||i,o.isMergeableObject=o.isMergeableObject||t,o.cloneUnlessOtherwiseSpecified=r;var a=Array.isArray(n);return a===Array.isArray(e)?a?o.arrayMerge(e,n,o):s(e,n,o):r(n,o)}c.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return c(e,n,t)}),{})};var u=c;e.exports=u},4775:function(e,t,n){"use strict";var r=n(7208);function i(e,t){for(var n in t)o(t,n)&&(e[n]=t[n])}function o(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e){r(e)||(e={});for(var t=arguments.length,n=1;n<t;n++){var o=arguments[n];r(o)&&i(e,o)}return e}},1069:function(e,t){"use strict";function n(e){return Array.isArray?Array.isArray(e):"[object Array]"===u(e)}function r(e){return"string"==typeof e}function i(e){return"number"==typeof e}function o(e){return!0===e||!1===e||function(e){return a(e)&&null!==e}(e)&&"[object Boolean]"==u(e)}function a(e){return"object"==typeof e}function s(e){return null!=e}function c(e){return!e.trim().length}function u(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}const l=Object.prototype.hasOwnProperty;class f{constructor(e){this._keys=[],this._keyMap={};let t=0;e.forEach((e=>{let n=d(e);t+=n.weight,this._keys.push(n),this._keyMap[n.id]=n,t+=n.weight})),this._keys.forEach((e=>{e.weight/=t}))}get(e){return this._keyMap[e]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}}function d(e){let t=null,i=null,o=null,a=1;if(r(e)||n(e))o=e,t=h(e),i=m(e);else{if(!l.call(e,"name"))throw new Error((e=>`Missing ${e} property in key`)("name"));const n=e.name;if(o=n,l.call(e,"weight")&&(a=e.weight,a<=0))throw new Error((e=>`Property 'weight' in key '${e}' must be a positive integer`)(n));t=h(n),i=m(n)}return{path:t,id:i,weight:a,src:o}}function h(e){return n(e)?e:e.split(".")}function m(e){return n(e)?e.join("."):e}var g={isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(e,t)=>e.score===t.score?e.idx<t.idx?-1:1:e.score<t.score?-1:1,includeMatches:!1,findAllMatches:!1,minMatchCharLength:1,location:0,threshold:.6,distance:100,...{useExtendedSearch:!1,getFn:function(e,t){let a=[],c=!1;const u=(e,t,l)=>{if(s(e))if(t[l]){const f=e[t[l]];if(!s(f))return;if(l===t.length-1&&(r(f)||i(f)||o(f)))a.push(function(e){return null==e?"":function(e){if("string"==typeof e)return e;let t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(e)}(f));else if(n(f)){c=!0;for(let e=0,n=f.length;e<n;e+=1)u(f[e],t,l+1)}else t.length&&u(f,t,l+1)}else a.push(e)};return u(e,r(t)?t.split("."):t,0),c?a:a[0]},ignoreLocation:!1,ignoreFieldNorm:!1}};const p=/[^ ]+/g;class y{constructor({getFn:e=g.getFn}={}){this.norm=function(e=3){const t=new Map,n=Math.pow(10,e);return{get(e){const r=e.match(p).length;if(t.has(r))return t.get(r);const i=1/Math.sqrt(r),o=parseFloat(Math.round(i*n)/n);return t.set(r,o),o},clear(){t.clear()}}}(3),this.getFn=e,this.isCreated=!1,this.setIndexRecords()}setSources(e=[]){this.docs=e}setIndexRecords(e=[]){this.records=e}setKeys(e=[]){this.keys=e,this._keysMap={},e.forEach(((e,t)=>{this._keysMap[e.id]=t}))}create(){!this.isCreated&&this.docs.length&&(this.isCreated=!0,r(this.docs[0])?this.docs.forEach(((e,t)=>{this._addString(e,t)})):this.docs.forEach(((e,t)=>{this._addObject(e,t)})),this.norm.clear())}add(e){const t=this.size();r(e)?this._addString(e,t):this._addObject(e,t)}removeAt(e){this.records.splice(e,1);for(let t=e,n=this.size();t<n;t+=1)this.records[t].i-=1}getValueForItemAtKeyId(e,t){return e[this._keysMap[t]]}size(){return this.records.length}_addString(e,t){if(!s(e)||c(e))return;let n={v:e,i:t,n:this.norm.get(e)};this.records.push(n)}_addObject(e,t){let i={i:t,$:{}};this.keys.forEach(((t,o)=>{let a=this.getFn(e,t.path);if(s(a))if(n(a)){let e=[];const t=[{nestedArrIndex:-1,value:a}];for(;t.length;){const{nestedArrIndex:i,value:o}=t.pop();if(s(o))if(r(o)&&!c(o)){let t={v:o,i:i,n:this.norm.get(o)};e.push(t)}else n(o)&&o.forEach(((e,n)=>{t.push({nestedArrIndex:n,value:e})}))}i.$[o]=e}else if(!c(a)){let e={v:a,n:this.norm.get(a)};i.$[o]=e}})),this.records.push(i)}toJSON(){return{keys:this.keys,records:this.records}}}function v(e,t,{getFn:n=g.getFn}={}){const r=new y({getFn:n});return r.setKeys(e.map(d)),r.setSources(t),r.create(),r}function b(e,{errors:t=0,currentLocation:n=0,expectedLocation:r=0,distance:i=g.distance,ignoreLocation:o=g.ignoreLocation}={}){const a=t/e.length;if(o)return a;const s=Math.abs(r-n);return i?a+s/i:s?1:a}const w=32;function x(e,t,n,{location:r=g.location,distance:i=g.distance,threshold:o=g.threshold,findAllMatches:a=g.findAllMatches,minMatchCharLength:s=g.minMatchCharLength,includeMatches:c=g.includeMatches,ignoreLocation:u=g.ignoreLocation}={}){if(t.length>w)throw new Error(`Pattern length exceeds max of ${w}.`);const l=t.length,f=e.length,d=Math.max(0,Math.min(r,f));let h=o,m=d;const p=s>1||c,y=p?Array(f):[];let v;for(;(v=e.indexOf(t,m))>-1;){let e=b(t,{currentLocation:v,expectedLocation:d,distance:i,ignoreLocation:u});if(h=Math.min(e,h),m=v+l,p){let e=0;for(;e<l;)y[v+e]=1,e+=1}}m=-1;let x=[],M=1,E=l+f;const k=1<<l-1;for(let r=0;r<l;r+=1){let o=0,s=E;for(;o<s;){b(t,{errors:r,currentLocation:d+s,expectedLocation:d,distance:i,ignoreLocation:u})<=h?o=s:E=s,s=Math.floor((E-o)/2+o)}E=s;let c=Math.max(1,d-s+1),g=a?f:Math.min(d+s,f)+l,v=Array(g+2);v[g+1]=(1<<r)-1;for(let o=g;o>=c;o-=1){let a=o-1,s=n[e.charAt(a)];if(p&&(y[a]=+!!s),v[o]=(v[o+1]<<1|1)&s,r&&(v[o]|=(x[o+1]|x[o])<<1|1|x[o+1]),v[o]&k&&(M=b(t,{errors:r,currentLocation:a,expectedLocation:d,distance:i,ignoreLocation:u}),M<=h)){if(h=M,m=a,m<=d)break;c=Math.max(1,2*d-m)}}if(b(t,{errors:r+1,currentLocation:d,expectedLocation:d,distance:i,ignoreLocation:u})>h)break;x=v}const S={isMatch:m>=0,score:Math.max(.001,M)};if(p){const e=function(e=[],t=g.minMatchCharLength){let n=[],r=-1,i=-1,o=0;for(let a=e.length;o<a;o+=1){let a=e[o];a&&-1===r?r=o:a||-1===r||(i=o-1,i-r+1>=t&&n.push([r,i]),r=-1)}return e[o-1]&&o-r>=t&&n.push([r,o-1]),n}(y,s);e.length?c&&(S.indices=e):S.isMatch=!1}return S}function M(e){let t={};for(let n=0,r=e.length;n<r;n+=1){const i=e.charAt(n);t[i]=(t[i]||0)|1<<r-n-1}return t}class E{constructor(e,{location:t=g.location,threshold:n=g.threshold,distance:r=g.distance,includeMatches:i=g.includeMatches,findAllMatches:o=g.findAllMatches,minMatchCharLength:a=g.minMatchCharLength,isCaseSensitive:s=g.isCaseSensitive,ignoreLocation:c=g.ignoreLocation}={}){if(this.options={location:t,threshold:n,distance:r,includeMatches:i,findAllMatches:o,minMatchCharLength:a,isCaseSensitive:s,ignoreLocation:c},this.pattern=s?e:e.toLowerCase(),this.chunks=[],!this.pattern.length)return;const u=(e,t)=>{this.chunks.push({pattern:e,alphabet:M(e),startIndex:t})},l=this.pattern.length;if(l>w){let e=0;const t=l%w,n=l-t;for(;e<n;)u(this.pattern.substr(e,w),e),e+=w;if(t){const e=l-w;u(this.pattern.substr(e),e)}}else u(this.pattern,0)}searchIn(e){const{isCaseSensitive:t,includeMatches:n}=this.options;if(t||(e=e.toLowerCase()),this.pattern===e){let t={isMatch:!0,score:0};return n&&(t.indices=[[0,e.length-1]]),t}const{location:r,distance:i,threshold:o,findAllMatches:a,minMatchCharLength:s,ignoreLocation:c}=this.options;let u=[],l=0,f=!1;this.chunks.forEach((({pattern:t,alphabet:d,startIndex:h})=>{const{isMatch:m,score:g,indices:p}=x(e,t,d,{location:r+h,distance:i,threshold:o,findAllMatches:a,minMatchCharLength:s,includeMatches:n,ignoreLocation:c});m&&(f=!0),l+=g,m&&p&&(u=[...u,...p])}));let d={isMatch:f,score:f?l/this.chunks.length:1};return f&&n&&(d.indices=u),d}}class k{constructor(e){this.pattern=e}static isMultiMatch(e){return S(e,this.multiRegex)}static isSingleMatch(e){return S(e,this.singleRegex)}search(){}}function S(e,t){const n=e.match(t);return n?n[1]:null}class O extends k{constructor(e,{location:t=g.location,threshold:n=g.threshold,distance:r=g.distance,includeMatches:i=g.includeMatches,findAllMatches:o=g.findAllMatches,minMatchCharLength:a=g.minMatchCharLength,isCaseSensitive:s=g.isCaseSensitive,ignoreLocation:c=g.ignoreLocation}={}){super(e),this._bitapSearch=new E(e,{location:t,threshold:n,distance:r,includeMatches:i,findAllMatches:o,minMatchCharLength:a,isCaseSensitive:s,ignoreLocation:c})}static get type(){return"fuzzy"}static get multiRegex(){return/^"(.*)"$/}static get singleRegex(){return/^(.*)$/}search(e){return this._bitapSearch.searchIn(e)}}class L extends k{constructor(e){super(e)}static get type(){return"include"}static get multiRegex(){return/^'"(.*)"$/}static get singleRegex(){return/^'(.*)$/}search(e){let t,n=0;const r=[],i=this.pattern.length;for(;(t=e.indexOf(this.pattern,n))>-1;)n=t+i,r.push([t,n-1]);const o=!!r.length;return{isMatch:o,score:o?0:1,indices:r}}}const T=[class extends k{constructor(e){super(e)}static get type(){return"exact"}static get multiRegex(){return/^="(.*)"$/}static get singleRegex(){return/^=(.*)$/}search(e){const t=e===this.pattern;return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}},L,class extends k{constructor(e){super(e)}static get type(){return"prefix-exact"}static get multiRegex(){return/^\^"(.*)"$/}static get singleRegex(){return/^\^(.*)$/}search(e){const t=e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}},class extends k{constructor(e){super(e)}static get type(){return"inverse-prefix-exact"}static get multiRegex(){return/^!\^"(.*)"$/}static get singleRegex(){return/^!\^(.*)$/}search(e){const t=!e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}},class extends k{constructor(e){super(e)}static get type(){return"inverse-suffix-exact"}static get multiRegex(){return/^!"(.*)"\$$/}static get singleRegex(){return/^!(.*)\$$/}search(e){const t=!e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}},class extends k{constructor(e){super(e)}static get type(){return"suffix-exact"}static get multiRegex(){return/^"(.*)"\$$/}static get singleRegex(){return/^(.*)\$$/}search(e){const t=e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[e.length-this.pattern.length,e.length-1]}}},class extends k{constructor(e){super(e)}static get type(){return"inverse-exact"}static get multiRegex(){return/^!"(.*)"$/}static get singleRegex(){return/^!(.*)$/}search(e){const t=-1===e.indexOf(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}},O],I=T.length,A=/ +(?=([^\"]*\"[^\"]*\")*[^\"]*$)/;const C=new Set([O.type,L.type]);class R{constructor(e,{isCaseSensitive:t=g.isCaseSensitive,includeMatches:n=g.includeMatches,minMatchCharLength:r=g.minMatchCharLength,ignoreLocation:i=g.ignoreLocation,findAllMatches:o=g.findAllMatches,location:a=g.location,threshold:s=g.threshold,distance:c=g.distance}={}){this.query=null,this.options={isCaseSensitive:t,includeMatches:n,minMatchCharLength:r,findAllMatches:o,ignoreLocation:i,location:a,threshold:s,distance:c},this.pattern=t?e:e.toLowerCase(),this.query=function(e,t={}){return e.split("|").map((e=>{let n=e.trim().split(A).filter((e=>e&&!!e.trim())),r=[];for(let e=0,i=n.length;e<i;e+=1){const i=n[e];let o=!1,a=-1;for(;!o&&++a<I;){const e=T[a];let n=e.isMultiMatch(i);n&&(r.push(new e(n,t)),o=!0)}if(!o)for(a=-1;++a<I;){const e=T[a];let n=e.isSingleMatch(i);if(n){r.push(new e(n,t));break}}}return r}))}(this.pattern,this.options)}static condition(e,t){return t.useExtendedSearch}searchIn(e){const t=this.query;if(!t)return{isMatch:!1,score:1};const{includeMatches:n,isCaseSensitive:r}=this.options;e=r?e:e.toLowerCase();let i=0,o=[],a=0;for(let r=0,s=t.length;r<s;r+=1){const s=t[r];o.length=0,i=0;for(let t=0,r=s.length;t<r;t+=1){const r=s[t],{isMatch:c,indices:u,score:l}=r.search(e);if(!c){a=0,i=0,o.length=0;break}if(i+=1,a+=l,n){const e=r.constructor.type;C.has(e)?o=[...o,...u]:o.push(u)}}if(i){let e={isMatch:!0,score:a/i};return n&&(e.indices=o),e}}return{isMatch:!1,score:1}}}const F=[];function N(e,t){for(let n=0,r=F.length;n<r;n+=1){let r=F[n];if(r.condition(e,t))return new r(e,t)}return new E(e,t)}const j="$and",_="$or",z="$path",P="$val",$=e=>!(!e[j]&&!e[_]),H=e=>({[j]:Object.keys(e).map((t=>({[t]:e[t]})))});function W(e,t,{auto:i=!0}={}){const o=e=>{let s=Object.keys(e);const c=(e=>!!e[z])(e);if(!c&&s.length>1&&!$(e))return o(H(e));if((e=>!n(e)&&a(e)&&!$(e))(e)){const n=c?e[z]:s[0],o=c?e[P]:e[n];if(!r(o))throw new Error((e=>`Invalid value for key ${e}`)(n));const a={keyId:m(n),pattern:o};return i&&(a.searcher=N(o,t)),a}let u={children:[],operator:s[0]};return s.forEach((t=>{const r=e[t];n(r)&&r.forEach((e=>{u.children.push(o(e))}))})),u};return $(e)||(e=H(e)),o(e)}function q(e,t){const n=e.matches;t.matches=[],s(n)&&n.forEach((e=>{if(!s(e.indices)||!e.indices.length)return;const{indices:n,value:r}=e;let i={indices:n,value:r};e.key&&(i.key=e.key.src),e.idx>-1&&(i.refIndex=e.idx),t.matches.push(i)}))}function B(e,t){t.score=e.score}class D{constructor(e,t={},n){this.options={...g,...t},this.options.useExtendedSearch,this._keyStore=new f(this.options.keys),this.setCollection(e,n)}setCollection(e,t){if(this._docs=e,t&&!(t instanceof y))throw new Error("Incorrect 'index' type");this._myIndex=t||v(this.options.keys,this._docs,{getFn:this.options.getFn})}add(e){s(e)&&(this._docs.push(e),this._myIndex.add(e))}remove(e=(()=>!1)){const t=[];for(let n=0,r=this._docs.length;n<r;n+=1){const i=this._docs[n];e(i,n)&&(this.removeAt(n),n-=1,r-=1,t.push(i))}return t}removeAt(e){this._docs.splice(e,1),this._myIndex.removeAt(e)}getIndex(){return this._myIndex}search(e,{limit:t=-1}={}){const{includeMatches:n,includeScore:o,shouldSort:a,sortFn:s,ignoreFieldNorm:c}=this.options;let u=r(e)?r(this._docs[0])?this._searchStringList(e):this._searchObjectList(e):this._searchLogical(e);return function(e,{ignoreFieldNorm:t=g.ignoreFieldNorm}){e.forEach((e=>{let n=1;e.matches.forEach((({key:e,norm:r,score:i})=>{const o=e?e.weight:null;n*=Math.pow(0===i&&o?Number.EPSILON:i,(o||1)*(t?1:r))})),e.score=n}))}(u,{ignoreFieldNorm:c}),a&&u.sort(s),i(t)&&t>-1&&(u=u.slice(0,t)),function(e,t,{includeMatches:n=g.includeMatches,includeScore:r=g.includeScore}={}){const i=[];return n&&i.push(q),r&&i.push(B),e.map((e=>{const{idx:n}=e,r={item:t[n],refIndex:n};return i.length&&i.forEach((t=>{t(e,r)})),r}))}(u,this._docs,{includeMatches:n,includeScore:o})}_searchStringList(e){const t=N(e,this.options),{records:n}=this._myIndex,r=[];return n.forEach((({v:e,i:n,n:i})=>{if(!s(e))return;const{isMatch:o,score:a,indices:c}=t.searchIn(e);o&&r.push({item:e,idx:n,matches:[{score:a,value:e,norm:i,indices:c}]})})),r}_searchLogical(e){const t=W(e,this.options),n=(e,t,r)=>{if(!e.children){const{keyId:n,searcher:i}=e,o=this._findMatches({key:this._keyStore.get(n),value:this._myIndex.getValueForItemAtKeyId(t,n),searcher:i});return o&&o.length?[{idx:r,item:t,matches:o}]:[]}switch(e.operator){case j:{const i=[];for(let o=0,a=e.children.length;o<a;o+=1){const a=e.children[o],s=n(a,t,r);if(!s.length)return[];i.push(...s)}return i}case _:{const i=[];for(let o=0,a=e.children.length;o<a;o+=1){const a=e.children[o],s=n(a,t,r);if(s.length){i.push(...s);break}}return i}}},r=this._myIndex.records,i={},o=[];return r.forEach((({$:e,i:r})=>{if(s(e)){let a=n(t,e,r);a.length&&(i[r]||(i[r]={idx:r,item:e,matches:[]},o.push(i[r])),a.forEach((({matches:e})=>{i[r].matches.push(...e)})))}})),o}_searchObjectList(e){const t=N(e,this.options),{keys:n,records:r}=this._myIndex,i=[];return r.forEach((({$:e,i:r})=>{if(!s(e))return;let o=[];n.forEach(((n,r)=>{o.push(...this._findMatches({key:n,value:e[r],searcher:t}))})),o.length&&i.push({idx:r,item:e,matches:o})})),i}_findMatches({key:e,value:t,searcher:r}){if(!s(t))return[];let i=[];if(n(t))t.forEach((({v:t,i:n,n:o})=>{if(!s(t))return;const{isMatch:a,score:c,indices:u}=r.searchIn(t);a&&i.push({score:c,key:e,value:t,idx:n,norm:o,indices:u})}));else{const{v:n,n:o}=t,{isMatch:a,score:s,indices:c}=r.searchIn(n);a&&i.push({score:s,key:e,value:n,norm:o,indices:c})}return i}}D.version="6.4.6",D.createIndex=v,D.parseIndex=function(e,{getFn:t=g.getFn}={}){const{keys:n,records:r}=e,i=new y({getFn:t});return i.setKeys(n),i.setIndexRecords(r),i},D.config=g,D.parseQuery=W,function(...e){F.push(...e)}(R),t.Z=D},6250:function(e,t,n){e.exports=n(4691)},4173:function(e){!function(t){if("undefined"!=typeof window){var n=!0,r="",i=0,o="",a=null,s="",c=!1,u={resize:1,click:1},l=128,f=!0,d=1,h="bodyOffset",m=h,g=!0,p="",y={},v=32,b=null,w=!1,x=!1,M="[iFrameSizer]",E=M.length,k="",S={max:1,min:1,bodyScroll:1,documentElementScroll:1},O="child",L=window.parent,T="*",I=0,A=!1,C=null,R=16,F=1,N="scroll",j=N,_=window,z=function(){oe("onMessage function not defined")},P=function(){},$=function(){},H={height:function(){return oe("Custom height calculation function not defined"),document.documentElement.offsetHeight},width:function(){return oe("Custom width calculation function not defined"),document.body.scrollWidth}},W={},q=!1;try{var B=Object.create({},{passive:{get:function(){q=!0}}});window.addEventListener("test",ee,B),window.removeEventListener("test",ee,B)}catch(e){}var D,U,V,J,Y,G,K,X={bodyOffset:function(){return document.body.offsetHeight+pe("marginTop")+pe("marginBottom")},offset:function(){return X.bodyOffset()},bodyScroll:function(){return document.body.scrollHeight},custom:function(){return H.height()},documentElementOffset:function(){return document.documentElement.offsetHeight},documentElementScroll:function(){return document.documentElement.scrollHeight},max:function(){return Math.max.apply(null,ve(X))},min:function(){return Math.min.apply(null,ve(X))},grow:function(){return X.max()},lowestElement:function(){return Math.max(X.bodyOffset()||X.documentElementOffset(),ye("bottom",we()))},taggedElement:function(){return be("bottom","data-iframe-height")}},Q={bodyScroll:function(){return document.body.scrollWidth},bodyOffset:function(){return document.body.offsetWidth},custom:function(){return H.width()},documentElementScroll:function(){return document.documentElement.scrollWidth},documentElementOffset:function(){return document.documentElement.offsetWidth},scroll:function(){return Math.max(Q.bodyScroll(),Q.documentElementScroll())},max:function(){return Math.max.apply(null,ve(Q))},min:function(){return Math.min.apply(null,ve(Q))},rightMostElement:function(){return ye("right",we())},taggedElement:function(){return be("right","data-iframe-width")}},Z=(D=xe,Y=null,G=0,K=function(){G=Date.now(),Y=null,J=D.apply(U,V),Y||(U=V=null)},function(){var e=Date.now();G||(G=e);var t=R-(e-G);return U=this,V=arguments,t<=0||t>R?(Y&&(clearTimeout(Y),Y=null),G=e,J=D.apply(U,V),Y||(U=V=null)):Y||(Y=setTimeout(K,t)),J});te(window,"message",(function(t){var n={init:function(){p=t.data,L=t.source,ae(),f=!1,setTimeout((function(){g=!1}),l)},reset:function(){g?ie("Page reset ignored by init"):(ie("Page size reset by host page"),ke("resetPage"))},resize:function(){Me("resizeParent","Parent window requested size check")},moveToAnchor:function(){y.findTarget(i())},inPageLink:function(){this.moveToAnchor()},pageInfo:function(){var e=i();ie("PageInfoFromParent called from parent: "+e),$(JSON.parse(e)),ie(" --")},message:function(){var e=i();ie("onMessage called from parent: "+e),z(JSON.parse(e)),ie(" --")}};function r(){return t.data.split("]")[1].split(":")[0]}function i(){return t.data.substr(t.data.indexOf(":")+1)}function o(){return t.data.split(":")[2]in{true:1,false:1}}function a(){var i=r();i in n?n[i]():!e.exports&&"iFrameResize"in window||"jQuery"in window&&"iFrameResize"in window.jQuery.prototype||o()||oe("Unexpected message ("+t.data+")")}M===(""+t.data).substr(0,E)&&(!1===f?a():o()?n.init():ie('Ignored message of type "'+r()+'". Received before initialization.'))})),te(window,"readystatechange",Le),Le()}function ee(){}function te(e,t,n,r){e.addEventListener(t,n,!!q&&(r||{}))}function ne(e){return e.charAt(0).toUpperCase()+e.slice(1)}function re(e){return M+"["+k+"] "+e}function ie(e){w&&"object"==typeof window.console&&console.log(re(e))}function oe(e){"object"==typeof window.console&&console.warn(re(e))}function ae(){var e;!function(){function e(e){return"true"===e}var a=p.substr(E).split(":");k=a[0],i=t!==a[1]?Number(a[1]):i,c=t!==a[2]?e(a[2]):c,w=t!==a[3]?e(a[3]):w,v=t!==a[4]?Number(a[4]):v,n=t!==a[6]?e(a[6]):n,o=a[7],m=t!==a[8]?a[8]:m,r=a[9],s=a[10],I=t!==a[11]?Number(a[11]):I,y.enable=t!==a[12]&&e(a[12]),O=t!==a[13]?a[13]:O,j=t!==a[14]?a[14]:j,x=t!==a[15]?Boolean(a[15]):x}(),ie("Initialising iFrame ("+window.location.href+")"),function(){function e(){var e=window.iFrameResizer;ie("Reading data from page: "+JSON.stringify(e)),Object.keys(e).forEach(se,e),z="onMessage"in e?e.onMessage:z,P="onReady"in e?e.onReady:P,T="targetOrigin"in e?e.targetOrigin:T,m="heightCalculationMethod"in e?e.heightCalculationMethod:m,j="widthCalculationMethod"in e?e.widthCalculationMethod:j}function t(e,t){return"function"==typeof e&&(ie("Setup custom "+t+"CalcMethod"),H[t]=e,e="custom"),e}"iFrameResizer"in window&&Object===window.iFrameResizer.constructor&&(e(),m=t(m,"height"),j=t(j,"width"));ie("TargetOrigin for parent set to: "+T)}(),function(){t===o&&(o=i+"px");ce("margin",function(e,t){-1!==t.indexOf("-")&&(oe("Negative CSS value ignored for "+e),t="");return t}("margin",o))}(),ce("background",r),ce("padding",s),(e=document.createElement("div")).style.clear="both",e.style.display="block",e.style.height="0",document.body.appendChild(e),de(),he(),document.documentElement.style.height="",document.body.style.height="",ie('HTML & body height set to "auto"'),ie("Enable public methods"),_.parentIFrame={autoResize:function(e){return!0===e&&!1===n?(n=!0,me()):!1===e&&!0===n&&(n=!1,le("remove"),null!==a&&a.disconnect(),clearInterval(b)),Oe(0,0,"autoResize",JSON.stringify(n)),n},close:function(){Oe(0,0,"close")},getId:function(){return k},getPageInfo:function(e){"function"==typeof e?($=e,Oe(0,0,"pageInfo")):($=function(){},Oe(0,0,"pageInfoStop"))},moveToAnchor:function(e){y.findTarget(e)},reset:function(){Se("parentIFrame.reset")},scrollTo:function(e,t){Oe(t,e,"scrollTo")},scrollToOffset:function(e,t){Oe(t,e,"scrollToOffset")},sendMessage:function(e,t){Oe(0,0,"message",JSON.stringify(e),t)},setHeightCalculationMethod:function(e){m=e,de()},setWidthCalculationMethod:function(e){j=e,he()},setTargetOrigin:function(e){ie("Set targetOrigin: "+e),T=e},size:function(e,t){Me("size","parentIFrame.size("+(e||"")+(t?","+t:"")+")",e,t)}},function(){if(!0!==x)return;function e(e){Oe(0,0,e.type,e.screenY+":"+e.screenX)}function t(t,n){ie("Add event listener: "+n),te(window.document,t,e)}t("mouseenter","Mouse Enter"),t("mouseleave","Mouse Leave")}(),me(),y=function(){function e(){return{x:window.pageXOffset!==t?window.pageXOffset:document.documentElement.scrollLeft,y:window.pageYOffset!==t?window.pageYOffset:document.documentElement.scrollTop}}function n(t){var n=t.getBoundingClientRect(),r=e();return{x:parseInt(n.left,10)+parseInt(r.x,10),y:parseInt(n.top,10)+parseInt(r.y,10)}}function r(e){function r(e){var t=n(e);ie("Moving to in page link (#"+i+") at x: "+t.x+" y: "+t.y),Oe(t.y,t.x,"scrollToOffset")}var i=e.split("#")[1]||e,o=decodeURIComponent(i),a=document.getElementById(o)||document.getElementsByName(o)[0];t!==a?r(a):(ie("In page link (#"+i+") not found in iFrame, so sending to parent"),Oe(0,0,"inPageLink","#"+i))}function i(){var e=window.location.hash,t=window.location.href;""!==e&&"#"!==e&&r(t)}function o(){function e(e){function t(e){e.preventDefault(),r(this.getAttribute("href"))}"#"!==e.getAttribute("href")&&te(e,"click",t)}Array.prototype.forEach.call(document.querySelectorAll('a[href^="#"]'),e)}function a(){te(window,"hashchange",i)}function s(){setTimeout(i,l)}function c(){Array.prototype.forEach&&document.querySelectorAll?(ie("Setting up location.hash handlers"),o(),a(),s()):oe("In page linking not fully supported in this browser! (See README.md for IE8 workaround)")}y.enable?c():ie("In page linking not enabled");return{findTarget:r}}(),Me("init","Init message from host page"),P()}function se(e){var t=e.split("Callback");if(2===t.length){var n="on"+t[0].charAt(0).toUpperCase()+t[0].slice(1);this[n]=this[e],delete this[e],oe("Deprecated: '"+e+"' has been renamed '"+n+"'. The old method will be removed in the next major version.")}}function ce(e,n){t!==n&&""!==n&&"null"!==n&&(document.body.style[e]=n,ie("Body "+e+' set to "'+n+'"'))}function ue(e){var t={add:function(t){function n(){Me(e.eventName,e.eventType)}W[t]=n,te(window,t,n,{passive:!0})},remove:function(e){var t,n,r,i=W[e];delete W[e],t=window,n=e,r=i,t.removeEventListener(n,r,!1)}};e.eventNames&&Array.prototype.map?(e.eventName=e.eventNames[0],e.eventNames.map(t[e.method])):t[e.method](e.eventName),ie(ne(e.method)+" event listener: "+e.eventType)}function le(e){ue({method:e,eventType:"Animation Start",eventNames:["animationstart","webkitAnimationStart"]}),ue({method:e,eventType:"Animation Iteration",eventNames:["animationiteration","webkitAnimationIteration"]}),ue({method:e,eventType:"Animation End",eventNames:["animationend","webkitAnimationEnd"]}),ue({method:e,eventType:"Input",eventName:"input"}),ue({method:e,eventType:"Mouse Up",eventName:"mouseup"}),ue({method:e,eventType:"Mouse Down",eventName:"mousedown"}),ue({method:e,eventType:"Orientation Change",eventName:"orientationchange"}),ue({method:e,eventType:"Print",eventName:["afterprint","beforeprint"]}),ue({method:e,eventType:"Ready State Change",eventName:"readystatechange"}),ue({method:e,eventType:"Touch Start",eventName:"touchstart"}),ue({method:e,eventType:"Touch End",eventName:"touchend"}),ue({method:e,eventType:"Touch Cancel",eventName:"touchcancel"}),ue({method:e,eventType:"Transition Start",eventNames:["transitionstart","webkitTransitionStart","MSTransitionStart","oTransitionStart","otransitionstart"]}),ue({method:e,eventType:"Transition Iteration",eventNames:["transitioniteration","webkitTransitionIteration","MSTransitionIteration","oTransitionIteration","otransitioniteration"]}),ue({method:e,eventType:"Transition End",eventNames:["transitionend","webkitTransitionEnd","MSTransitionEnd","oTransitionEnd","otransitionend"]}),"child"===O&&ue({method:e,eventType:"IFrame Resized",eventName:"resize"})}function fe(e,t,n,r){return t!==e&&(e in n||(oe(e+" is not a valid option for "+r+"CalculationMethod."),e=t),ie(r+' calculation method set to "'+e+'"')),e}function de(){m=fe(m,h,X,"height")}function he(){j=fe(j,N,Q,"width")}function me(){var e;!0===n?(le("add"),e=0>v,window.MutationObserver||window.WebKitMutationObserver?e?ge():a=function(){function e(e){function t(e){!1===e.complete&&(ie("Attach listeners to "+e.src),e.addEventListener("load",i,!1),e.addEventListener("error",o,!1),c.push(e))}"attributes"===e.type&&"src"===e.attributeName?t(e.target):"childList"===e.type&&Array.prototype.forEach.call(e.target.querySelectorAll("img"),t)}function t(e){c.splice(c.indexOf(e),1)}function n(e){ie("Remove listeners from "+e.src),e.removeEventListener("load",i,!1),e.removeEventListener("error",o,!1),t(e)}function r(e,t,r){n(e.target),Me(t,r+": "+e.target.src)}function i(e){r(e,"imageLoad","Image loaded")}function o(e){r(e,"imageLoadFailed","Image load failed")}function a(t){Me("mutationObserver","mutationObserver: "+t[0].target+" "+t[0].type),t.forEach(e)}function s(){var e=document.querySelector("body"),t={attributes:!0,attributeOldValue:!1,characterData:!0,characterDataOldValue:!1,childList:!0,subtree:!0};return l=new u(a),ie("Create body MutationObserver"),l.observe(e,t),l}var c=[],u=window.MutationObserver||window.WebKitMutationObserver,l=s();return{disconnect:function(){"disconnect"in l&&(ie("Disconnect body MutationObserver"),l.disconnect(),c.forEach(n))}}}():(ie("MutationObserver not supported in this browser!"),ge())):ie("Auto Resize disabled")}function ge(){0!==v&&(ie("setInterval: "+v+"ms"),b=setInterval((function(){Me("interval","setInterval: "+v)}),Math.abs(v)))}function pe(e,t){var n=0;return t=t||document.body,n=null!==(n=document.defaultView.getComputedStyle(t,null))?n[e]:0,parseInt(n,10)}function ye(e,t){for(var n=t.length,r=0,i=0,o=ne(e),a=Date.now(),s=0;s<n;s++)(r=t[s].getBoundingClientRect()[e]+pe("margin"+o,t[s]))>i&&(i=r);return a=Date.now()-a,ie("Parsed "+n+" HTML elements"),ie("Element position calculated in "+a+"ms"),function(e){e>R/2&&ie("Event throttle increased to "+(R=2*e)+"ms")}(a),i}function ve(e){return[e.bodyOffset(),e.bodyScroll(),e.documentElementOffset(),e.documentElementScroll()]}function be(e,t){var n=document.querySelectorAll("["+t+"]");return 0===n.length&&(oe("No tagged elements ("+t+") found on page"),document.querySelectorAll("body *")),ye(e,n)}function we(){return document.querySelectorAll("body *")}function xe(e,n,r,i){var o,a;!function(){function e(e,t){return!(Math.abs(e-t)<=I)}return o=t!==r?r:X[m](),a=t!==i?i:Q[j](),e(d,o)||c&&e(F,a)}()&&"init"!==e?!(e in{init:1,interval:1,size:1})&&(m in S||c&&j in S)?Se(n):e in{interval:1}||ie("No change in size detected"):(Ee(),Oe(d=o,F=a,e))}function Me(e,t,n,r){A&&e in u?ie("Trigger event cancelled: "+e):(e in{reset:1,resetPage:1,init:1}||ie("Trigger event: "+t),"init"===e?xe(e,t,n,r):Z(e,t,n,r))}function Ee(){A||(A=!0,ie("Trigger event lock on")),clearTimeout(C),C=setTimeout((function(){A=!1,ie("Trigger event lock off"),ie("--")}),l)}function ke(e){d=X[m](),F=Q[j](),Oe(d,F,e)}function Se(e){var t=m;m=h,ie("Reset trigger event: "+e),Ee(),ke("reset"),m=t}function Oe(e,n,r,i,o){var a;t===o?o=T:ie("Message targetOrigin: "+o),ie("Sending message to host page ("+(a=k+":"+e+":"+n+":"+r+(t!==i?":"+i:""))+")"),L.postMessage(M+a,o)}function Le(){"loading"!==document.readyState&&window.parent.postMessage("[iFrameResizerChild]Ready","*")}}()},6825:function(e,t){var n,r,i;!function(o){if("undefined"!=typeof window){var a,s=0,c=!1,u=!1,l="message".length,f="[iFrameSizer]",d=f.length,h=null,m=window.requestAnimationFrame,g={max:1,scroll:1,bodyScroll:1,documentElementScroll:1},p={},y=null,v={autoResize:!0,bodyBackground:null,bodyMargin:null,bodyMarginV1:8,bodyPadding:null,checkOrigin:!0,inPageLinks:!1,enablePublicMethods:!0,heightCalculationMethod:"bodyOffset",id:"iFrameResizer",interval:32,log:!1,maxHeight:1/0,maxWidth:1/0,minHeight:0,minWidth:0,mouseEvents:!0,resizeFrom:"parent",scrolling:!1,sizeHeight:!0,sizeWidth:!1,warningTimeout:5e3,tolerance:0,widthCalculationMethod:"scroll",onClose:function(){return!0},onClosed:function(){},onInit:function(){},onMessage:function(){L("onMessage function not defined")},onMouseEnter:function(){},onMouseLeave:function(){},onResized:function(){},onScroll:function(){return!0}},b={};window.jQuery&&((a=window.jQuery).fn?a.fn.iFrameResize||(a.fn.iFrameResize=function(e){return this.filter("iframe").each((function(t,n){W(n,e)})).end()}):O("","Unable to bind to jQuery, it is not fully loaded.")),r=[],(i="function"==typeof(n=V)?n.apply(t,r):n)===o||(e.exports=i),window.iFrameResize=window.iFrameResize||V()}function w(){return window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver}function x(e,t,n){e.addEventListener(t,n,!1)}function M(e,t,n){e.removeEventListener(t,n,!1)}function E(e){return f+"["+function(e){var t="Host page: "+e;return window.top!==window.self&&(t=window.parentIFrame&&window.parentIFrame.getId?window.parentIFrame.getId()+": "+e:"Nested host page: "+e),t}(e)+"]"}function k(e){return p[e]?p[e].log:c}function S(e,t){T("log",e,t,k(e))}function O(e,t){T("info",e,t,k(e))}function L(e,t){T("warn",e,t,!0)}function T(e,t,n,r){!0===r&&"object"==typeof window.console&&console[e](E(t),n)}function I(e){function t(){i("Height"),i("Width"),P((function(){z(C),N(W),g("onResized",C)}),C,"init")}function n(e){return"border-box"!==e.boxSizing?0:(e.paddingTop?parseInt(e.paddingTop,10):0)+(e.paddingBottom?parseInt(e.paddingBottom,10):0)}function r(e){return"border-box"!==e.boxSizing?0:(e.borderTopWidth?parseInt(e.borderTopWidth,10):0)+(e.borderBottomWidth?parseInt(e.borderBottomWidth,10):0)}function i(e){var t=Number(p[W]["max"+e]),n=Number(p[W]["min"+e]),r=e.toLowerCase(),i=Number(C[r]);S(W,"Checking "+r+" is in range "+n+"-"+t),i<n&&(i=n,S(W,"Set "+r+" to min value")),i>t&&(i=t,S(W,"Set "+r+" to max value")),C[r]=""+i}function o(e){return I.substr(I.indexOf(":")+l+e)}function a(e,t){var n,r,i;n=function(){var n,r;$("Send Page Info","pageInfo:"+(n=document.body.getBoundingClientRect(),r=C.iframe.getBoundingClientRect(),JSON.stringify({iframeHeight:r.height,iframeWidth:r.width,clientHeight:Math.max(document.documentElement.clientHeight,window.innerHeight||0),clientWidth:Math.max(document.documentElement.clientWidth,window.innerWidth||0),offsetTop:parseInt(r.top-n.top,10),offsetLeft:parseInt(r.left-n.left,10),scrollTop:window.pageYOffset,scrollLeft:window.pageXOffset,documentHeight:document.documentElement.clientHeight,documentWidth:document.documentElement.clientWidth,windowHeight:window.innerHeight,windowWidth:window.innerWidth})),e,t)},r=32,b[i=t]||(b[i]=setTimeout((function(){b[i]=null,n()}),r))}function s(e){var t=e.getBoundingClientRect();return F(W),{x:Math.floor(Number(t.left)+Number(h.x)),y:Math.floor(Number(t.top)+Number(h.y))}}function c(e){var t=e?s(C.iframe):{x:0,y:0},n={x:Number(C.width)+t.x,y:Number(C.height)+t.y};S(W,"Reposition requested from iFrame (offset x:"+t.x+" y:"+t.y+")"),window.top!==window.self?window.parentIFrame?window.parentIFrame["scrollTo"+(e?"Offset":"")](n.x,n.y):L(W,"Unable to scroll to requested position, window.parentIFrame not found"):(h=n,u(),S(W,"--"))}function u(){!1!==g("onScroll",h)?N(W):j()}function m(e){var t={};if(0===Number(C.width)&&0===Number(C.height)){var n=o(9).split(":");t={x:n[1],y:n[0]}}else t={x:C.width,y:C.height};g(e,{iframe:C.iframe,screenX:Number(t.x),screenY:Number(t.y),type:C.type})}function g(e,t){return A(W,e,t)}var y,v,w,E,k,T,I=e.data,C={},W=null;"[iFrameResizerChild]Ready"===I?function(){for(var e in p)$("iFrame requested init",H(e),p[e].iframe,e)}():f===(""+I).substr(0,d)&&I.substr(d).split(":")[0]in p?(w=I.substr(d).split(":"),E=w[1]?parseInt(w[1],10):0,k=p[w[0]]&&p[w[0]].iframe,T=getComputedStyle(k),C={iframe:k,id:w[0],height:E+n(T)+r(T),width:w[2],type:w[3]},W=C.id,p[W]&&(p[W].loaded=!0),(v=C.type in{true:1,false:1,undefined:1})&&S(W,"Ignoring init message from meta parent page"),!v&&function(e){var t=!0;return p[e]||(t=!1,L(C.type+" No settings for "+e+". Message was: "+I)),t}(W)&&(S(W,"Received: "+I),y=!0,null===C.iframe&&(L(W,"IFrame ("+C.id+") not found"),y=!1),y&&function(){var t,n=e.origin,r=p[W]&&p[W].checkOrigin;if(r&&""+n!="null"&&!(r.constructor===Array?function(){var e=0,t=!1;for(S(W,"Checking connection is from allowed list of origins: "+r);e<r.length;e++)if(r[e]===n){t=!0;break}return t}():(t=p[W]&&p[W].remoteHost,S(W,"Checking connection is from: "+t),n===t)))throw new Error("Unexpected message received from: "+n+" for "+C.iframe.id+". Message was: "+e.data+". This error can be disabled by setting the checkOrigin: false option or by providing of array of trusted domains.");return!0}()&&function(){switch(p[W]&&p[W].firstRun&&p[W]&&(p[W].firstRun=!1),C.type){case"close":R(C.iframe);break;case"message":l=o(6),S(W,"onMessage passed: {iframe: "+C.iframe.id+", message: "+l+"}"),g("onMessage",{iframe:C.iframe,message:JSON.parse(l)}),S(W,"--");break;case"mouseenter":m("onMouseEnter");break;case"mouseleave":m("onMouseLeave");break;case"autoResize":p[W].autoResize=JSON.parse(o(9));break;case"scrollTo":c(!1);break;case"scrollToOffset":c(!0);break;case"pageInfo":a(p[W]&&p[W].iframe,W),function(){function e(e,r){function i(){p[n]?a(p[n].iframe,n):t()}["scroll","resize"].forEach((function(t){S(n,e+t+" listener for sendPageInfo"),r(window,t,i)}))}function t(){e("Remove ",M)}var n=W;e("Add ",x),p[n]&&(p[n].stopPageInfo=t)}();break;case"pageInfoStop":p[W]&&p[W].stopPageInfo&&(p[W].stopPageInfo(),delete p[W].stopPageInfo);break;case"inPageLink":n=o(9).split("#")[1]||"",r=decodeURIComponent(n),(i=document.getElementById(r)||document.getElementsByName(r)[0])?(e=s(i),S(W,"Moving to in page link (#"+n+") at x: "+e.x+" y: "+e.y),h={x:e.x,y:e.y},u(),S(W,"--")):window.top!==window.self?window.parentIFrame?window.parentIFrame.moveToAnchor(n):S(W,"In page link #"+n+" not found and window.parentIFrame not found"):S(W,"In page link #"+n+" not found");break;case"reset":_(C);break;case"init":t(),g("onInit",C.iframe);break;default:0===Number(C.width)&&0===Number(C.height)?L("Unsupported message received ("+C.type+"), this is likely due to the iframe containing a later version of iframe-resizer than the parent page"):t()}var e,n,r,i,l}())):O(W,"Ignored: "+I)}function A(e,t,n){var r=null,i=null;if(p[e]){if("function"!=typeof(r=p[e][t]))throw new TypeError(t+" on iFrame["+e+"] is not a function");i=r(n)}return i}function C(e){var t=e.id;delete p[t]}function R(e){var t=e.id;if(!1!==A(t,"onClose",t)){S(t,"Removing iFrame: "+t);try{e.parentNode&&e.parentNode.removeChild(e)}catch(e){L(e)}A(t,"onClosed",t),S(t,"--"),C(e)}else S(t,"Close iframe cancelled by onClose event")}function F(e){null===h&&S(e,"Get page position: "+(h={x:window.pageXOffset!==o?window.pageXOffset:document.documentElement.scrollLeft,y:window.pageYOffset!==o?window.pageYOffset:document.documentElement.scrollTop}).x+","+h.y)}function N(e){null!==h&&(window.scrollTo(h.x,h.y),S(e,"Set page position: "+h.x+","+h.y),j())}function j(){h=null}function _(e){S(e.id,"Size reset requested by "+("init"===e.type?"host page":"iFrame")),F(e.id),P((function(){z(e),$("reset","reset",e.iframe,e.id)}),e,"reset")}function z(e){function t(t){u||"0"!==e[t]||(u=!0,S(r,"Hidden iFrame detected, creating visibility listener"),function(){function e(){function e(e){function t(t){return"0px"===(p[e]&&p[e].iframe.style[t])}function n(e){return null!==e.offsetParent}p[e]&&n(p[e].iframe)&&(t("height")||t("width"))&&$("Visibility change","resize",p[e].iframe,e)}Object.keys(p).forEach((function(t){e(t)}))}function t(t){S("window","Mutation observed: "+t[0].target+" "+t[0].type),q(e,16)}function n(){var e=document.querySelector("body"),n={attributes:!0,attributeOldValue:!1,characterData:!0,characterDataOldValue:!1,childList:!0,subtree:!0};new r(t).observe(e,n)}var r=w();r&&n()}())}function n(n){!function(t){e.id?(e.iframe.style[t]=e[t]+"px",S(e.id,"IFrame ("+r+") "+t+" set to "+e[t]+"px")):S("undefined","messageData id not set")}(n),t(n)}var r=e.iframe.id;p[r]&&(p[r].sizeHeight&&n("height"),p[r].sizeWidth&&n("width"))}function P(e,t,n){n!==t.type&&m&&!window.jasmine?(S(t.id,"Requesting animation frame"),m(e)):e()}function $(e,t,n,r,i){var o,a=!1;r=r||n.id,p[r]&&(n&&"contentWindow"in n&&null!==n.contentWindow?(o=p[r]&&p[r].targetOrigin,S(r,"["+e+"] Sending msg to iframe["+r+"] ("+t+") targetOrigin: "+o),n.contentWindow.postMessage(f+t,o)):L(r,"["+e+"] IFrame("+r+") not found"),i&&p[r]&&p[r].warningTimeout&&(p[r].msgTimeout=setTimeout((function(){!p[r]||p[r].loaded||a||(a=!0,L(r,"IFrame has not responded within "+p[r].warningTimeout/1e3+" seconds. Check iFrameResizer.contentWindow.js has been loaded in iFrame. This message can be ignored if everything is working, or you can set the warningTimeout option to a higher value or zero to suppress this warning."))}),p[r].warningTimeout)))}function H(e){return e+":"+p[e].bodyMarginV1+":"+p[e].sizeWidth+":"+p[e].log+":"+p[e].interval+":"+p[e].enablePublicMethods+":"+p[e].autoResize+":"+p[e].bodyMargin+":"+p[e].heightCalculationMethod+":"+p[e].bodyBackground+":"+p[e].bodyPadding+":"+p[e].tolerance+":"+p[e].inPageLinks+":"+p[e].resizeFrom+":"+p[e].widthCalculationMethod+":"+p[e].mouseEvents}function W(e,t){function n(e){var t=e.split("Callback");if(2===t.length){var n="on"+t[0].charAt(0).toUpperCase()+t[0].slice(1);this[n]=this[e],delete this[e],L(r,"Deprecated: '"+e+"' has been renamed '"+n+"'. The old method will be removed in the next major version.")}}var r=function(n){var r;return""===n&&(e.id=(r=t&&t.id||v.id+s++,null!==document.getElementById(r)&&(r+=s++),n=r),c=(t||{}).log,S(n,"Added missing iframe ID: "+n+" ("+e.src+")")),n}(e.id);r in p&&"iFrameResizer"in e?L(r,"Ignored iFrame, already setup."):(!function(t){var i;t=t||{},p[r]={firstRun:!0,iframe:e,remoteHost:e.src&&e.src.split("/").slice(0,3).join("/")},function(e){if("object"!=typeof e)throw new TypeError("Options is not an object")}(t),Object.keys(t).forEach(n,t),function(e){for(var t in v)Object.prototype.hasOwnProperty.call(v,t)&&(p[r][t]=Object.prototype.hasOwnProperty.call(e,t)?e[t]:v[t])}(t),p[r]&&(p[r].targetOrigin=!0===p[r].checkOrigin?""===(i=p[r].remoteHost)||null!==i.match(/^(about:blank|javascript:|file:\/\/)/)?"*":i:"*")}(t),function(){switch(S(r,"IFrame scrolling "+(p[r]&&p[r].scrolling?"enabled":"disabled")+" for "+r),e.style.overflow=!1===(p[r]&&p[r].scrolling)?"hidden":"auto",p[r]&&p[r].scrolling){case"omit":break;case!0:e.scrolling="yes";break;case!1:e.scrolling="no";break;default:e.scrolling=p[r]?p[r].scrolling:"no"}}(),function(){function t(t){var n=p[r][t];1/0!==n&&0!==n&&(e.style[t]="number"==typeof n?n+"px":n,S(r,"Set "+t+" = "+e.style[t]))}function n(e){if(p[r]["min"+e]>p[r]["max"+e])throw new Error("Value for min"+e+" can not be greater than max"+e)}n("Height"),n("Width"),t("maxHeight"),t("minHeight"),t("maxWidth"),t("minWidth")}(),"number"!=typeof(p[r]&&p[r].bodyMargin)&&"0"!==(p[r]&&p[r].bodyMargin)||(p[r].bodyMarginV1=p[r].bodyMargin,p[r].bodyMargin=p[r].bodyMargin+"px"),function(t){var n=w();n&&function(t){e.parentNode&&new t((function(t){t.forEach((function(t){Array.prototype.slice.call(t.removedNodes).forEach((function(t){t===e&&R(e)}))}))})).observe(e.parentNode,{childList:!0})}(n),x(e,"load",(function(){var n,i;$("iFrame.onload",t,e,o,!0),n=p[r]&&p[r].firstRun,i=p[r]&&p[r].heightCalculationMethod in g,!n&&i&&_({iframe:e,height:0,width:0,type:"init"})})),$("init",t,e,o,!0)}(H(r)),p[r]&&(p[r].iframe.iFrameResizer={close:R.bind(null,p[r].iframe),removeListeners:C.bind(null,p[r].iframe),resize:$.bind(null,"Window resize","resize",p[r].iframe),moveToAnchor:function(e){$("Move to anchor","moveToAnchor:"+e,p[r].iframe,r)},sendMessage:function(e){$("Send Message","message:"+(e=JSON.stringify(e)),p[r].iframe,r)}}))}function q(e,t){null===y&&(y=setTimeout((function(){y=null,e()}),t))}function B(){"hidden"!==document.visibilityState&&(S("document","Trigger event: Visiblity change"),q((function(){D("Tab Visable","resize")}),16))}function D(e,t){Object.keys(p).forEach((function(n){(function(e){return p[e]&&"parent"===p[e].resizeFrom&&p[e].autoResize&&!p[e].firstRun})(n)&&$(e,t,p[n].iframe,n)}))}function U(){x(window,"message",I),x(window,"resize",(function(){var e;S("window","Trigger event: "+(e="resize")),q((function(){D("Window "+e,"resize")}),16)})),x(document,"visibilitychange",B),x(document,"-webkit-visibilitychange",B)}function V(){function e(e,n){n&&(!function(){if(!n.tagName)throw new TypeError("Object is not a valid DOM element");if("IFRAME"!==n.tagName.toUpperCase())throw new TypeError("Expected <IFRAME> tag, found <"+n.tagName+">")}(),W(n,e),t.push(n))}var t;return function(){var e,t=["moz","webkit","o","ms"];for(e=0;e<t.length&&!m;e+=1)m=window[t[e]+"RequestAnimationFrame"];m?m=m.bind(window):S("setup","RequestAnimationFrame not supported")}(),U(),function(n,r){switch(t=[],function(e){e&&e.enablePublicMethods&&L("enablePublicMethods option has been removed, public methods are now always available in the iFrame")}(n),typeof r){case"undefined":case"string":Array.prototype.forEach.call(document.querySelectorAll(r||"iframe"),e.bind(o,n));break;case"object":e(n,r);break;default:throw new TypeError("Unexpected data type ("+typeof r+")")}return t}}}()},4691:function(e,t,n){var r=n(6825);t.iframeResizer=r,n(4173)},7208:function(e){"use strict";e.exports=function(e){return null!=e&&("object"==typeof e||"function"==typeof e)}},6561:function(e){var t=function(e){"use strict";var t,n=Object.prototype,r=n.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag";function c(e,t,n,r){var i=t&&t.prototype instanceof g?t:g,o=Object.create(i.prototype),a=new L(r||[]);return o._invoke=function(e,t,n){var r=l;return function(i,o){if(r===d)throw new Error("Generator is already running");if(r===h){if("throw"===i)throw o;return I()}for(n.method=i,n.arg=o;;){var a=n.delegate;if(a){var s=k(a,n);if(s){if(s===m)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===l)throw r=h,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=d;var c=u(e,t,n);if("normal"===c.type){if(r=n.done?h:f,c.arg===m)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=h,n.method="throw",n.arg=c.arg)}}}(e,n,a),o}function u(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=c;var l="suspendedStart",f="suspendedYield",d="executing",h="completed",m={};function g(){}function p(){}function y(){}var v={};v[o]=function(){return this};var b=Object.getPrototypeOf,w=b&&b(b(T([])));w&&w!==n&&r.call(w,o)&&(v=w);var x=y.prototype=g.prototype=Object.create(v);function M(e){["next","throw","return"].forEach((function(t){e[t]=function(e){return this._invoke(t,e)}}))}function E(e,t){function n(i,o,a,s){var c=u(e[i],e,o);if("throw"!==c.type){var l=c.arg,f=l.value;return f&&"object"==typeof f&&r.call(f,"__await")?t.resolve(f.__await).then((function(e){n("next",e,a,s)}),(function(e){n("throw",e,a,s)})):t.resolve(f).then((function(e){l.value=e,a(l)}),(function(e){return n("throw",e,a,s)}))}s(c.arg)}var i;this._invoke=function(e,r){function o(){return new t((function(t,i){n(e,r,t,i)}))}return i=i?i.then(o,o):o()}}function k(e,n){var r=e.iterator[n.method];if(r===t){if(n.delegate=null,"throw"===n.method){if(e.iterator.return&&(n.method="return",n.arg=t,k(e,n),"throw"===n.method))return m;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return m}var i=u(r,e.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,m;var o=i.arg;return o?o.done?(n[e.resultName]=o.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,m):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,m)}function S(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function O(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function L(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(S,this),this.reset(!0)}function T(e){if(e){var n=e[o];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function n(){for(;++i<e.length;)if(r.call(e,i))return n.value=e[i],n.done=!1,n;return n.value=t,n.done=!0,n};return a.next=a}}return{next:I}}function I(){return{value:t,done:!0}}return p.prototype=x.constructor=y,y.constructor=p,y[s]=p.displayName="GeneratorFunction",e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===p||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,s in e||(e[s]="GeneratorFunction")),e.prototype=Object.create(x),e},e.awrap=function(e){return{__await:e}},M(E.prototype),E.prototype[a]=function(){return this},e.AsyncIterator=E,e.async=function(t,n,r,i,o){void 0===o&&(o=Promise);var a=new E(c(t,n,r,i),o);return e.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},M(x),x[s]="Generator",x[o]=function(){return this},x.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=T,L.prototype={constructor:L,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(O),!e)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function i(r,i){return s.type="throw",s.arg=e,n.next=r,i&&(n.method="next",n.arg=t),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var c=r.call(a,"catchLoc"),u=r.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,m):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),m},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),O(n),m}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;O(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:T(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),m}},e}(e.exports);try{regeneratorRuntime=t}catch(e){Function("r","regeneratorRuntime = r")(t)}},6636:function(e,t,n){"use strict";var r,i=n(4775),o={},a={default:{"&quot;":'"',"&#34;":'"',"&apos;":"'","&#39;":"'","&amp;":"&","&#38;":"&","&gt;":">","&#62;":">","&lt;":"<","&#60;":"<"},extras:{"&cent;":"¢","&#162;":"¢","&copy;":"©","&#169;":"©","&euro;":"€","&#8364;":"€","&pound;":"£","&#163;":"£","&reg;":"®","&#174;":"®","&yen;":"¥","&#165;":"¥"}};function s(e,t){if(!function(e){return e&&"string"==typeof e}(e))return"";var n=a[t||"default"],r=function(e,t){if(o[e])return o[e];var n=Object.keys(t).join("|"),r=new RegExp("(?=("+n+"))\\1","g");return o[e]=r,r}(t,n);return e.replace(r,(function(e){return n[e]}))}Object.defineProperty(a,"all",{get:function(){return r||(r=i({},a.default,a.extras))}}),s.chars=a.default,s.extras=a.extras,Object.defineProperty(s,"all",{get:function(){return a.all}}),e.exports=s},7495:function(e,t,n){"use strict";function r(e,t,n,r,i,o,a){try{var s=e[o](a),c=s.value}catch(e){return void n(e)}s.done?t(c):Promise.resolve(c).then(r,i)}function i(e){return function(){var t=this,n=arguments;return new Promise((function(i,o){var a=e.apply(t,n);function s(e){r(a,i,o,s,c,"next",e)}function c(e){r(a,i,o,s,c,"throw",e)}s(void 0)}))}}n.d(t,{Z:function(){return i}})},5698:function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{Z:function(){return r}})},1761:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}n.d(t,{Z:function(){return r}})},2653:function(e,t,n){"use strict";function r(e){const t=(e=e||{}).lazyClass||"lazy",n=e.lazyBackgroundClass||"lazy-bg",r="idleLoadTimeout"in e?e.idleLoadTimeout:200,i=e.observeChanges||!1,o=e.events||{},a=e.noPolyfill||!1,s=window,c="requestIdleCallback",u="IntersectionObserver",l=u in s&&`${u}Entry`in s,f=/baidu|(?:google|bing|yandex|duckduck)bot/i.test(navigator.userAgent),d=["srcset","src","poster"],h=[],m=(e,r)=>h.slice.call((r||document).querySelectorAll(e||`img.${t},video.${t},iframe.${t},.${n}`)),g=t=>{const r=t.parentNode;"PICTURE"==r.nodeName&&v(m("source",r),y),"VIDEO"==t.nodeName&&v(m("source",t),y),y(t);const i=t.classList;i.contains(n)&&(i.remove(n),i.add(e.lazyBackgroundLoaded||"lazy-bg-loaded"))},p=e=>{for(let t in o)e.addEventListener(t,o[t].listener||o[t],o[t].options||void 0)},y=e=>{for(let n in d)if(d[n]in e.dataset){e.setAttribute(d[n],e.dataset[d[n]]);const r=e.parentNode;"SOURCE"===e.nodeName&&r.autoplay&&(r.load(),/Trident/.test(navigator.userAgent)&&r.play(),r.classList.remove(t)),e.classList.remove(t)}},v=(e,t)=>{for(let n=0;n<e.length;n++)s[u]&&t instanceof s[u]?t.observe(e[n]):t(e[n])},b=t=>{new MutationObserver((()=>{v(m(),(e=>{w.indexOf(e)<0&&(w.push(e),p(e),l&&!f?x.observe(e):(a||f)&&v(w,g))}))})).observe(t,e.mutationObserverOptions||{childList:!0,subtree:!0})};let w=m();if(v(w,p),l&&!f){var x=new s[u]((e=>{v(e,(e=>{if(e.isIntersecting||e.intersectionRatio){const t=e.target;c in s&&r?s[c]((()=>{g(t)}),{timeout:r}):g(t),x.unobserve(t),w=w.filter((e=>e!=t)),w.length||i||x.disconnect()}}))}),{rootMargin:`${"threshold"in e?e.threshold:200}px 0%`});v(w,x),i&&v(m(e.observeRootSelector||"body"),b)}else(a||f)&&v(w,g)}n.d(t,{Z:function(){return r}})}}]);